Annotation of parser3/ChangeLog, revision 1.200
1.200 ! moko 1: 2024-10-05 moko
! 2:
! 3: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
! 4: returns current row cells array (implements feature #1250)
! 5:
! 6: * tests/: 405.html, results/169.processed, results/405.processed:
! 7: tests updated after ^string.split[;a] implemented (related to
! 8: feature #1249)
! 9:
! 10: * src/classes/string.C: ^string.split[] - 'a' option added for
! 11: splitting into an array (implements feature #1249)
! 12:
! 13: 2024-10-04 moko
! 14:
! 15: * tests/: 431.html, results/431.processed: final code coverage
! 16: array tests
! 17:
! 18: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
! 19: array: confirm_all_used() added and used where possible, expand()
! 20: now expends faster
! 21:
! 22: 2024-10-03 moko
! 23:
! 24: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
! 25:
! 26: * tests/: 256.html, results/256.processed: test for
! 27: $.date[unix-timestamp] handling large dates
! 28:
! 29: * src/: classes/file.C, classes/op.C, classes/reflection.C,
! 30: classes/string.C, classes/table.C, include/pa_common.h,
! 31: main/pa_common.C, main/pa_http.C, main/pa_request.C,
! 32: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
! 33: format replaced with pa_uitoa where applicable,
! 34: $.date[unix-timestamp] fixed for handling large dates
! 35:
! 36: * tests/: 433.html, results/433.processed: more tests, including
! 37: test for possible endless recursion in ^o.GET[]
! 38:
! 39: * src/types/pa_vobject.C: bugfix: detecting possible endless
! 40: recursion in get_scalar_value inside ^o.GET[]
! 41:
! 42: * src/: classes/json.C, include/pa_request.h, main/execute.C,
! 43: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
! 44: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
! 45: $LIMITS.max_recursion
! 46:
! 47: 2024-10-02 moko
! 48:
! 49: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
! 50: results/253.processed, results/287.processed,
! 51: results/430.processed, results/433.processed: more tests for full
! 52: array and json code coverage
! 53:
! 54: * tests/: 433.html, results/433.processed: tests for hash functions
! 55: with array param
! 56:
! 57: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
! 58:
! 59: * tests/: 432.html, results/432.processed: modified ^hash.at tests
! 60: in 246.html used to test ^array.at, same result produced
! 61:
! 62: * tests/: 430.html, 431.html, results/430.processed,
! 63: results/431.processed: more array tests for 100% code coverage
! 64: (related to feature #930)
! 65:
! 66: * tests/: 427.html, 430.html, results/427.processed,
! 67: results/430.processed: first portion of array tests added
! 68: (related to feature #930)
! 69:
! 70: * src/classes/array.C: allow only whitespace string as argument for
! 71: add and join
! 72:
! 73: * src/classes/array.C: add behavour for array synced with hash
! 74:
! 75: 2024-09-30 moko
! 76:
! 77: * tests/: 429-sql.html, results/429-sql.processed: code coverage
! 78: tests added
! 79:
! 80: * src/classes/array.C: $.distinct should not be used unless
! 81: $.sparse(true)
! 82:
! 83: * tests/: 429-sql.html, results/388-sql.processed,
! 84: results/429-sql.processed: tests for ^array::sql{}, including
! 85: multi_statements mode (related to feature #930)
! 86:
1.199 moko 87: 2024-09-29 moko
88:
89: * src/classes/array.C: synced ^array::sql multi_statements logic
90: with ^hash::sql new behavour
91:
92: 2024-09-28 moko
93:
94: * tests/: 428-sql.html, results/388-sql.processed,
95: results/428-sql.processed: tests updated after column names were
96: fixed in multi_statements mode (related to feature #1197)
97:
98: * src/classes/hash.C: column names are fixed for most cases in
99: multi_statements mode (related to feature #1197)
100:
101: * tests/: 428-sql.html, results/195.processed,
102: results/224.processed, results/239.processed,
103: results/254.processed, results/261.processed,
104: results/306.processed, results/333.processed,
105: results/341.processed, results/343.processed,
106: results/344.processed, results/348.processed,
107: results/364.processed, results/389.processed,
108: results/390.processed, results/415.processed,
109: results/420.processed, results/421.processed: tests results
110: updated after error messages spelling minor fixes
111:
112: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
113: spelling
114:
115: * src/: classes/curl.C, classes/file.C, classes/hash.C,
116: classes/image.C, classes/math.C, classes/string.C,
117: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
118: main/execute.C, main/pa_charset.C, main/pa_common.C,
119: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
120: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
121: types/pa_vmail.C, types/pa_vobject.C,
122: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
123: types/pa_vxdoc.C: minor error messages spelling fixes
124:
125: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
126: implementation (related to feature #930)
127:
128: * tests/: 388-sql.html, results/388-sql.processed: test results
129: updated after rows number ^file::sql{} check added
130:
131: * src/classes/file.C: rows number now checked in ^file::sql{}
132:
133: * tests/: 428-sql.html, results/428-sql.processed: more tests
134:
135: * tests/: 428-sql.html, results/428-sql.processed: more
136: multi_statements testing before bugfix
137:
138: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
139: results/428-sql.processed: support for multiple sql test files
140: added
141:
142: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
143:
144: * src/classes/hash.C: more accurate one_bool_column processing
145:
146: * tests/: 427.html, results/427.processed: Constructors as methods
147: behavour documented in test
148:
149: * src/classes/hash.C: HashStringValue::Iterator used for options
150:
151: * tests/: 388-sql.html, results/388-sql.processed: even more tests
152:
153: * tests/: 388-sql.html, results/388-sql.processed: a bit more
154: testing
155:
156: * tests/results/367-curl.processed: test result updated after
157: server charset changed
158:
159: * tests/results/347-curl.processed: error messages updated
160:
161: * tests/results/: 346-curl.processed, 379-curl.processed,
162: 394-curl.processed: tests results updated after Type -> Exception
163: type replacement
164:
165: * tests/results/388-sql.processed: tests result updated after Type
166: -> Exception type
167:
168: 2024-09-27 moko
169:
170: * src/classes/hash.C: minor simplification
171:
172: 2024-09-24 moko
173:
174: * src/main/pa_string.C: atoui error messages improved
175:
176: * tests/: 165.html, 312.html, results/165.processed,
177: results/312.processed, results/379.processed: tests updated after
178: default endless loop limit increased, atoi error messages
179: improved
180:
181: * src/classes/hash.C: VBool::get used, unification
182:
1.198 moko 183: 2024-09-22 moko
184:
185: * src/classes/array.C: minor simplification
186:
187: * src/classes/array.C: ^array.left(N),
188: ^array.right(N),^array.mid(P;N) added (related to feature #930)
189:
190: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
191: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
192: added, default 1000000 (related to feature #930)
193:
194: * tests/: 426.html, results/426.processed: test for negative limit
195: and offset processing for table options added
196:
197: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
198: bugfix: negative limit and offset processing for table options
199: fixed
200:
201: 2024-09-21 moko
202:
203: * src/: classes/array.C, types/pa_varray.h: join supports hash;
204: ^for added that also iterates holes; ^remove added (related to
205: feature #930)
206:
207: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
208: $.offset(M) ] added (related to feature #930)
209:
210: 2024-09-20 moko
211:
212: * src/: classes/array.C, types/pa_varray.h: array:
213: +foreach[value]{code}, + add[hash with numeric keys] (related to
214: feature #930)
215:
216: 2024-09-19 moko
217:
218: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
219: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
220: support $a[v1;v2;...] syntax (related to feature #930)
221:
222: 2024-09-17 moko
223:
224: * src/: classes/reflection.C, include/pa_request.h,
225: main/compile_tools.h, main/pa_request.C:
226: ^reflection:class_alias[existing class name;alias class name]
227: added. The array class can now be redefined regardless of the
228: $.replace(bool) option value (related to feature #930)
229:
230: * src/main/: compile.y, compile_tools.h: class_add return value
231: inverted to add it to request class
232:
233: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
234: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
235: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
236: resize if required. spared array - added fused, append.
237:
1.197 moko 238: 2024-09-16 moko
239:
240: * src/types/pa_varray.h: get moved to where it belongs
241:
242: 2024-09-15 moko
243:
244: * src/: include/pa_array.h, types/pa_varray.h: more agressive
245: expansion to minimize reallocs: fallocated/32 -> fallocated/4
246:
247: * tests/: 421.html, results/323.processed, results/421.processed:
248: tests updated after 'spared-array' class renamed to 'array'
249: following a discussion on the forum (related to feature #930)
250:
251: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
252: types/pa_vmail.C: initial SparseArray separation from Array,
253: parser class now 'array'
254:
255: 2024-09-14 moko
256:
257: * tests/: 030.html, results/030.processed: out of range expires
258: check added
259:
260: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
261: checking expires time using VDate
262:
263: 2024-09-13 moko
264:
265: * src/: classes/array.C, classes/curl.C, classes/date.C,
266: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
267: classes/memcached.C, classes/op.C, classes/regex.C,
268: classes/string.C, classes/xdoc.C, classes/xnode.C,
269: main/execute.C, main/pa_http.C, main/pa_request.C,
270: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
271: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
272: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
273: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
274: removed as dynamic_cast is faster, Value::is() is still required
275: for is operator.
276:
277: 2024-09-12 moko
278:
279: * src/: classes/file.C, classes/image.C, classes/reflection.C,
280: classes/table.C, classes/xnode.C, include/pa_array.h,
281: include/pa_string.h, main/pa_common.C, main/pa_request.C,
282: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
283: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
284: templated pa_itoa/pa_uitoa added to work with any integer type,
285: String::Body::Format removed
286:
287: 2024-09-10 moko
288:
289: * src/classes/array.C: append and insert methods added to
290: sparse-array (related to feature #930)
291:
292: * tests/: 253.html, 255.html, 421.html, results/421.processed:
293: tests updated after sparse-array was added to avoid ^json:parse[]
294: using it in old tests (related to feature #930)
295:
296: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
297: types/pa_varray.h: sparse-array class added (initial feature #930
298: implementation)
299:
300: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
301: for sparse-array class files (related to feature #930)
302:
303: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
304: types/pa_vhash.h: VArray support functions without actual VArray
305: files (related to feature #930)
306:
1.196 moko 307: 2024-09-07 moko
308:
309: * src/: classes/curl.C, classes/string.C, classes/table.C,
310: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
311: main/pa_http.C, main/pa_sql_driver_manager.C,
312: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
313: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
314: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
315: with Hash::Iterator, has_next() replaced with operator bool
316: (related to feature #930)
317:
318: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
319: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
320: types/pa_vstateless_class.C: Array class extended,
321: Array::Iterator added and used (related to feature #930)
322:
1.195 moko 323: 2024-08-26 moko
324:
325: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
326: should be used on argv[0] as well to match document root.
327:
1.194 moko 328: 2024-08-25 moko
329:
330: * src/main/pa_request.C: be more specific
331:
332: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
333: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
334: (fixes bug #1244)
335:
336: * src/targets/cgi/parser3.C: avoid "parser allready configured"
337: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
338: rsplit(..., '\\') is not correct when / and \ are mixed in path
339:
340: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
341:
1.193 moko 342: 2024-07-24 moko
343:
344: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
345: main/execute.C, main/pa_string.C: Warning war: clang changed
346: -Wdeprecated-register warning to -Wregister, it's easier to
347: remove all register vars then continue this fight. :)
348:
349: * src/main/: compile.y, compile.tab.C: warning war: register
350: removed
351:
1.192 moko 352: 2024-07-14 moko
353:
354: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
355: checking the HTTP request environment; if the variable is not
356: present, checking the web server process environment (implements
357: feature #1242)
358:
1.191 moko 359: 2024-05-26 moko
360:
361: * tests/: 195.html, 229.html, results/096.processed,
362: results/097.processed, results/158.processed,
363: results/186.processed, results/273.processed,
364: results/293.processed, results/317.processed,
365: results/389.processed, results/402.processed: tests updated as
366: single quote now escaped with ' in HTML tainting mode
367: (related to feature #1241)
368:
369: * src/main/untaint.C: single quote now escaped with ' in HTML
370: tainting mode (implements feature #1241)
371:
372: * tests/results/: 020.processed, 021.processed, 026.processed,
373: 042.processed, 043.processed, 057.processed, 110.processed,
374: 115.processed, 116.processed, 117.processed, 118.processed,
375: 119.processed, 120.processed, 125.processed, 126.processed,
376: 128.processed, 130.processed, 131.processed, 132.processed,
377: 133.processed, 135.processed, 136.processed, 138.processed,
378: 139.processed, 140.processed, 145.processed, 150.processed,
379: 151.processed, 165.processed, 174.processed, 181.processed,
380: 182.processed, 192.processed, 193.processed, 201.processed,
381: 213.processed, 224.processed, 226.processed, 230.processed,
382: 239.processed, 240.processed, 244.processed, 253.processed,
383: 254.processed, 261.processed, 264.processed, 269.processed,
384: 274.processed, 275.processed, 288.processed, 294.processed,
385: 296.processed, 303.processed, 306.processed, 307.processed,
386: 308.processed, 311.processed, 312.processed, 314.processed,
387: 315.processed, 316.processed, 320.processed, 323.processed,
388: 324.processed, 325.processed, 328.processed, 330.processed,
389: 332.processed, 333.processed, 337.processed, 338.processed,
390: 341.processed, 342.processed, 343.processed, 344.processed,
391: 345.processed, 348.processed, 352.processed, 356.processed,
392: 357.processed, 363.processed, 364.processed, 368.processed,
393: 372.processed, 373.processed, 376.processed, 378.processed,
394: 379.processed, 385.processed, 386.processed, 387.processed,
395: 389.processed, 390.processed, 395.processed, 397.processed,
396: 398.processed, 399.processed, 404.processed, 406.processed,
397: 413.processed, 414.processed, 420.processed, 421.processed,
398: 424.processed, auto.p: Type -> Exception type for readability
399:
400: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
401: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
402: results/119.processed, results/165.processed,
403: results/175.processed, results/192.processed,
404: results/213.processed, results/217.processed,
405: results/230.processed, results/240.processed,
406: results/298.processed, results/380.processed,
407: results/415.processed: try-catch, try-catch-comment used
408:
409: 2024-05-21 moko
410:
411: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
412: results/180.processed, results/195.processed,
413: results/224.processed, results/auto.p: @try-catch-comment added
414: and used
415:
416: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
417: 415.html, results/269.processed, results/283.processed,
418: results/auto.p: more tests are updated to prepare for apostrophe
419: escaping in HTML tainting
420:
421: * tests/results/: 181.processed, 294.processed, 296.processed,
422: 315.processed, 379.processed, 389.processed, auto.p:
423: $exception.comment printed as-is for whitespace reporting and to
424: prepare for apostrophe escaping in HTML mode
425:
1.190 moko 426: 2024-05-11 moko
427:
428: * tests/: 099.html, 100.html, results/099.processed,
429: results/100.processed: a test for non-UTF-8 filename* added
430: (related to feature #1240)
431:
432: * tests/: 293.html, results/293.processed: tainting modes tests
433: added
434:
435: * tests/results/: 099.processed, 100.processed, 205.processed,
436: 309.processed, 310.processed, 419.processed: tests results
437: updated after filename* added (related to feature #1240)
438:
439: * src/: include/pa_common.h, main/pa_request.C: The filename*
440: parameter was added to the Content-Disposition header to conform
441: with RFC 6266, with code provided by Sumo (implements feature
442: #1240)
443:
444: 2024-05-10 moko
445:
446: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
447: positive performance effect in our case
448:
1.189 moko 449: 2024-03-27 moko
450:
451: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
452: (related to feature #1236)
453:
454: 2024-03-15 moko
455:
456: * tests/: 413.html, results/413.processed: test for object still
457: can be used as file parameter (related to bug #1218)
458:
459: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
460: still can be used in file context (fixes bug #1218)
461:
462: 2024-03-14 moko
463:
464: * src/include/pa_string.h: ArrayString get() null result assert
465: also added (related to bug #1238)
466:
467: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
468: VString::empty() used instead of new VString()
469:
470: 2024-03-12 moko
471:
472: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
473: results/379.processed: test added for cookie without value
474: (related to bug #1238)
475:
476: * src/include/pa_string.h: In assertions enabled mode, ArrayString
477: values are now required to be non-null (related to bug #1238)
478:
479: * src/main/pa_http.C: cookies without value are now parsed
480: correctly (fixed bug #1238)
481:
482: 2024-03-11 moko
483:
484: * tests/run_parser.sh: for better error reporting
485:
1.188 moko 486: 2023-12-30 moko
487:
488: * tests/: 038.html, results/038.processed: test for atan2 added
489:
490: 2023-12-29 moko
491:
492: * src/classes/math.C: atan2(y,x) math function added
493:
1.187 moko 494: 2023-12-14 moko
495:
496: * tests/212.html: pcre2 compatibility (related to feature #1236)
497:
498: * tests/: 425.html, results/425.processed: test for pcre/pcre2
499: exceptions and behavour added (related to feature #1236)
500:
501: 2023-12-13 moko
502:
503: * buildall: by default parser is now bundled with pcre2 10.42,
504: --without-pcre2 option added to build with pcre-8.45 (related to
505: feature #1236)
506:
507: 2023-12-12 moko
508:
509: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
510: support added (implements feature #1236)
511:
512: * src/: include/pa_charset.h, include/pa_config_includes.h,
513: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
514: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
515: types/pa_vregex.h: Adopted patch from Yavor Doganov
516: <yavor@gnu.org> to add pcre2 library support (implements feature
517: #1236)
518:
1.186 moko 519: 2023-11-28 moko
520:
521: * src/include/pa_config_includes.h: warnings war continues
522:
523: * src/include/pa_config_includes.h: warning war
524:
525: * tests/: 424.html, results/424.processed: tests for '+' and '-'
526: number strings, whitespace and sign in exception messages
527: (related to bug #1234)
528:
1.185 moko 529: 2023-11-26 moko
530:
531: * tests/: 274.html, results/224.processed, results/274.processed:
532: tests for date double, int, bool added (related to feature #1235)
533:
534: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
535: added for date class (implements feature #1235)
536:
537: 2023-11-23 moko
538:
539: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
540: and '-' strings are no longer can be treated as number 0,
541: exception thrown (fixes bug #1234)
542:
1.184 moko 543: 2023-11-18 moko
544:
545: * src/include/pa_types.h: minor
546:
547: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
548:
549: * tests/: 389.html, results/389.processed: error messages for some
550: OS differs a bit, reducing failing tests for them
551:
552: 2023-11-17 moko
553:
554: * tests/: 423.html, results/423.processed: test for optional
555: @auto[] inheritance added (related to feature #1233)
556:
557: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
558: types/pa_vstateless_class.C: optional @auto[] inheritance
559: implemented if defined with two args (path, class name)
560: (implements feature #1233)
561:
562: * src/: classes/double.C, classes/int.C, classes/math.C,
563: include/pa_random.h, include/pa_types.h, main/pa_common.C,
564: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
565: sync double->int overflow behavour under different architectures
566: (fixes bug #1232)
567:
568: * tests/: 422.html, results/422.processed: int clipping added
569:
570: 2023-11-16 moko
571:
572: * tests/: 422.html, results/422.processed: test for int and uint
573: overflow in ^n.format[d/u/x]
574:
575: * src/classes/math.C: bugfix: crc32 should not be negative (under
576: Apple M1 when negative double converts to uint the result is 0)
577: and crc32 should be 32 bits
578:
579: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
580: on Apple M1 it's 0
581:
582: * src/classes/file.C: bugfix: crc32 should not be negative (under
583: Apple M1 when negative double converts to uint the result is 0)
584: and crc32 should be 32 bits
585:
1.183 moko 586: 2023-10-07 moko
587:
588: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
589: behavour with other OP_NUM_*, related to bug #1230
590:
591: 2023-10-06 moko
592:
593: * tests/: 338.html, results/338.processed: test for bug #1230 added
594:
595: * src/: main/execute.C, types/pa_vdate.h: force double operands to
596: be converted to double to avoid 80 bit operations in x87 mode
597: (fixes bug #1230)
598:
599: 2023-10-05 moko
600:
601: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
602: compatibility
603:
604: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
605:
606: * tests/: 421.html, results/421.processed: test to cover all
607: classes and objects nonexistent method and field exceptions
608: (related to feature #1080 and #1227)
609:
610: * tests/results/: 182.processed, 324.processed: undefined method ->
611: <type> method not found exception (related to feature #1080)
612:
613: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
614: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
615: "element can not be fetched from" for them, "field not found" for
616: all other types (related to bug #1227)
617:
618: 2023-10-03 moko
619:
620: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
621: <type> method not found" exception now thrown for static calls
622: instead of "undefined method" without class name (related to
623: feature #1080)
624:
625: 2023-10-02 moko
626:
627: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
628: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
629: <method name>, Comment: <type> method not found" exception now
630: thrown for all dynamic objects instead of "undefined method"
631: without class name (implements feature #1080)
632:
1.182 moko 633: 2023-10-01 moko
634:
635: * src/classes/json.C: we don't have a dynamic json object.
636:
637: 2023-09-28 moko
638:
639: * tests/: 420.html, results/261.processed, results/420.processed:
640: tests updated after bug #1228 fix reverted
641:
642: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
643: whitespace string is hash compatible, so we don't want $s.key to
644: return a junction
645:
646: * tests/: 261.html, 420.html, results/261.processed,
647: results/420.processed: test for bug #1227 added, test updated
648: after bug #1228 fixed
649:
650: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
651: now throws exception as $non-empty-string.field (fixes bug #1227)
652:
653: * src/types/pa_vstring.h: allow $string.method access (fixes bug
654: #1228)
655:
656: 2023-09-26 moko
657:
658: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
659: src/classes/classes.C, src/classes/classes.awk,
660: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
661: src/classes/double.C, src/classes/file.C, src/classes/form.C,
662: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
663: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
664: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
665: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
666: src/classes/regex.C, src/classes/response.C,
667: src/classes/string.C, src/classes/table.C, src/classes/void.C,
668: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
669: src/include/pa_array.h, src/include/pa_base64.h,
670: src/include/pa_cache_managers.h, src/include/pa_charset.h,
671: src/include/pa_charsets.h, src/include/pa_common.h,
672: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
673: src/include/pa_dictionary.h, src/include/pa_dir.h,
674: src/include/pa_exception.h, src/include/pa_exec.h,
675: src/include/pa_globals.h, src/include/pa_hash.h,
676: src/include/pa_http.h, src/include/pa_memory.h,
677: src/include/pa_opcode.h, src/include/pa_operation.h,
678: src/include/pa_os.h, src/include/pa_pool.h,
679: src/include/pa_random.h, src/include/pa_request.h,
680: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
681: src/include/pa_sapi.h, src/include/pa_socks.h,
682: src/include/pa_sql_connection.h,
683: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
684: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
685: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
686: src/include/pa_table.h, src/include/pa_threads.h,
687: src/include/pa_types.h, src/include/pa_uue.h,
688: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
689: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
690: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
691: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
692: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
693: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
694: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
695: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
696: src/main/compile.tab.C, src/main/compile.y,
697: src/main/compile_tools.C, src/main/compile_tools.h,
698: src/main/execute.C, src/main/pa_base64.C,
699: src/main/pa_cache_managers.C, src/main/pa_charset.C,
700: src/main/pa_charsets.C, src/main/pa_common.C,
701: src/main/pa_dictionary.C, src/main/pa_dir.C,
702: src/main/pa_exception.C, src/main/pa_exec.C,
703: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
704: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
705: src/main/pa_request.C, src/main/pa_socks.C,
706: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
707: src/main/pa_stylesheet_connection.C,
708: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
709: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
710: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
711: src/main/untaint.C, src/main/helpers/simple_folding.pl,
712: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
713: src/targets/apache/mod_parser3_core.C,
714: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
715: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
716: src/types/pa_method.h, src/types/pa_property.h,
717: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
718: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
719: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
720: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
721: src/types/pa_vcookie.h, src/types/pa_vdate.C,
722: src/types/pa_vdate.h, src/types/pa_vdouble.h,
723: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
724: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
725: src/types/pa_vhash.C, src/types/pa_vhash.h,
726: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
727: src/types/pa_vimage.C, src/types/pa_vimage.h,
728: src/types/pa_vint.h, src/types/pa_vjunction.C,
729: src/types/pa_vjunction.h, src/types/pa_vmail.C,
730: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
731: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
732: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
733: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
734: src/types/pa_vobject.h, src/types/pa_vregex.C,
735: src/types/pa_vregex.h, src/types/pa_vrequest.C,
736: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
737: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
738: src/types/pa_vstateless_class.h,
739: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
740: src/types/pa_vstatus.h, src/types/pa_vstring.C,
741: src/types/pa_vstring.h, src/types/pa_vtable.C,
742: src/types/pa_vtable.h, src/types/pa_vvoid.C,
743: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
744: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
745: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
746: src/types/pa_wwrapper.h: copyright, authors actualized
747:
1.181 moko 748: 2023-08-20 moko
749:
750: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
751: commited (related to feature #1219)
752:
753: 2023-08-16 moko
754:
755: * src/main/pa_random.C: replaced clock precision with monotonicity
756: counter, good for Windows version with low clock frequency
757: (related to feature #1229)
758:
759: 2023-08-15 moko
760:
761: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
762: fixes related to feature #1229
763:
764: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
765: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
766: (implements feature #1229)
767:
1.180 moko 768: 2023-08-02 moko
769:
770: * tests/: results/417.processed, 417.html: test for empty string
771: match after last char added (related to bug #1224)
772:
773: * src/main/pa_string.C: avoid prestart++ after last char on zero
774: length match (related to bug #1224)
775:
1.179 moko 776: 2022-11-22 moko
777:
778: * tests/: 419.html, results/419.processed: test for L_URI and path
779: removeal from filename added (related to bug #1204)
780:
781: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
782: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
783: attribute value, L_URI should be used
784:
1.178 moko 785: 2022-09-21 moko
786:
787: * src/targets/cgi/parser3.C: more clear error messages
788:
789: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
790: SAPI_Info will return 0 in read_post and post_size !=
791: content_length will be thrown
792:
1.177 moko 793: 2022-08-23 moko
794:
795: * src/types/pa_vmail.C: .tables addes as .raw contains only last
796: header value
797:
798: 2022-08-22 moko
799:
800: * tests/: 418.html, results/418.processed: test for
801: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
802: to #1225)
803:
804: * src/classes/hash.C: keep old behavoir by default
805:
806: * src/classes/hash.C: ^hash_a.intersection[hash_b;
807: $.order[self|arg] ] added (implements #1215)
808:
1.176 moko 809: 2022-03-21 moko
810:
811: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
812: xmlInitCharEncodingHandlers is called in libxml static
813: initializers before gc_substitute_memory_management_functions in
814: pa_globals and thus gc may not see reference to our
815: xmlCharEncodingHandler and free it.
816:
1.175 moko 817: 2022-01-26 moko
818:
819: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
820:
1.174 moko 821: 2021-12-28 moko
822:
823: * tests/: 417.html, results/417.processed: test for empty string
824: match added (related to bug #1224)
825:
826: * src/main/pa_string.C: empty string match now works (fixes bug
827: #1224)
828:
1.173 moko 829: 2021-12-24 moko
830:
831: * tests/: 415_dir/29.p, results/415.processed: yet another test
832:
833: 2021-12-23 moko
834:
835: * src/: classes/table.C, main/pa_request.C: warnings war
836:
837: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
838: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
839:
840: 2021-12-21 moko
841:
842: * tests/: 416.html, results/416.processed: test for ^break[] in
843: ^hash/table.select[] (related to feature #1222)
844:
845: * src/classes/: hash.C, table.C: ^break[] support for
846: ^hash/table.select[] (implements feature #1222)
847:
1.172 moko 848: 2021-11-30 moko
849:
850: * src/targets/cgi/parser3.C: default sock_ready interval changed to
851: 0.5 sec
852:
1.171 moko 853: 2021-11-10 moko
854:
855: * tests/results/415.processed: more syntax errors tests added
856:
857: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
858: 28.p: minor syntax error tests
859:
860: * src/main/pa_exception.C: pa_strdup added for compatibility
861:
862: * src/classes/curl.C: hint to call ^curl:options[
863: $.library[correct.libcurl.so.name] ] added if default load fails.
864:
865: 2021-11-09 moko
866:
867: * src/main/compile.y: error message can be on stack
868:
869: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
870:
871: * src/main/pa_charset.C: memcpy is more correct and efficient in
872: this case then strncpy
873:
874: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
875: instead of strcpy where possible
876:
877: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
878: used to avoid MAX_STRING limit in Exception comment
879:
880: * tests/results/415.processed: compiler exceptions are no longer
881: limited to MAX_STRING
882:
883: * src/main/: compile.y, compile_tools.h: Parse_control uses const
884: char * instead of fixed buffer
885:
886: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
887: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
888: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
889: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
890: results/415.processed: tests for parser.compile exceptions added
891:
892: 2021-11-08 moko
893:
894: * src/: classes/math.C, include/pa_common.h, main/compile.y,
895: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
896: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
897: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
898: drawbacks
899:
1.170 moko 900: 2021-11-06 moko
901:
902: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
903: (implements feature #1219)
904:
905: * tests/: 414.html, results/414.processed: test for
906: ^hash.rename[from;to] added (related to feature #1144)
907:
908: 2021-11-05 moko
909:
910: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
911: (related to feature #1144)
912:
913: 2021-11-04 moko
914:
915: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
916: added (implements feature #1144)
917:
1.169 moko 918: 2021-10-19 moko
919:
920: * tests/: 413.html, results/413.processed: test for hash no longer
921: is accepted as file parameter (related to bug #1218)
922:
923: * src/: classes/curl.C, classes/file.C, classes/image.C,
924: classes/math.C, classes/xdoc.C, types/pa_value.C,
925: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
926: longer is accepted as file parameter (fixes bug #1218)
927:
1.168 moko 928: 2021-07-19 moko
929:
930: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
931: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
932:
1.167 moko 933: 2021-04-16 moko
934:
935: * src/types/pa_vmail.C: message can be null when e-mail is broken,
936: processing it leads to assertions.
937:
1.166 moko 938: 2021-03-25 moko
939:
940: * tests/: 412.html, results/412.processed: test to demonstrate bug
941: #1213
942:
1.165 moko 943: 2021-02-12 moko
944:
945: * tests/: 360.html, results/360.processed, results/363.processed:
946: parser method call in expression mode no longer differs from call
947: in string mode (related to feature #1211)
948:
949: 2021-02-11 moko
950:
951: * src/types/pa_vmail.C: mail parsing with Windows line endings
952: fixed (bug #1212)
953:
954: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
955: when called $v[^test[]] vs $v(^test[]), numbers are converted to
956: strings in both calls (implements feature #1211)
957:
1.164 moko 958: 2021-01-28 moko
959:
960: * buildall, etc/auto.p.in: to remove last patch in debian package
961:
962: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
963: 3.4.7b
964:
1.162 moko 965: 2021-01-21 moko
966:
967: * src/main/pa_http.C: no alarm() in file::load when web server mode
968: is MULTITHREADED
969:
1.157 moko 970: 2021-01-20 moko
971:
1.161 moko 972: * src/targets/apache/mod_parser3.c: it is more correct to recommend
973: 'a2enmod mpm_prefork'
974:
1.160 moko 975: * src/targets/apache/mod_parser3.c: prefork name is now
976: 'libapache2-mpm-itk'
977:
978: * src/targets/apache/mod_parser3_core.C: last regular malloc
979: removed
980:
1.159 moko 981: * src/targets/isapi/Makefile.am: -pa_threads.C
982:
1.158 moko 983: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
984: 3.4.6
985:
1.157 moko 986: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
987:
988: * etc/auto.p.in: @config[result] added to simplify $cfg change in
989: /httpd.p
990:
991: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
992: ^use[/httpd.p] + optional ^preprocess[] (related to feature
993: #1203)
994:
995: 2021-01-19 moko
996:
997: * buildall: --disable-parallel-mark added to avoid "number of
998: processors" threads creation for heap marking as it conflicts
999: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
1000: limits threads)
1001:
1.156 moko 1002: 2021-01-16 moko
1003:
1004: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
1005: main/pa_globals.C, main/pa_memory.C,
1006: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
1007: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
1008: feature #1209)
1009:
1010: 2021-01-15 moko
1011:
1012: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
1013: 3.4.6rc
1014:
1015: * src/classes/json.C: get_delim added for delimiter caching (10%
1016: faster on large json)
1017:
1018: 2021-01-14 moko
1019:
1020: * operators.txt: updated with 3.4.6 changes
1021:
1022: * tests/results/224.processed: test result modified after
1023: today(shift) implemented
1024:
1025: * tests/: 407.html, results/407.processed: test for ^hash.select
1026: option $.default(bool) added (related to feature #1172)
1027:
1028: * src/classes/hash.C: ^hash.select option $.default(bool) added
1029: (related to feature #1172)
1030:
1031: * tests/: 141.html, results/141.processed: test modified for
1032: feature #1185.
1033:
1034: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
1035: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
1036: options $.lower(bool) (implements feature #1185)
1037:
1038: 2021-01-11 moko
1039:
1040: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
1041: #1192)
1042:
1043: * tests/: 411.html, results/411.processed: test for ^date::today(N)
1044: added (related to feature #1192)
1045:
1.155 moko 1046: 2021-01-05 moko
1047:
1048: * tests/: 270.html, results/270.processed: test modified to work
1049: under Windows
1050:
1051: * tests/: 390.html, 395.html, results/395.processed: tests updated
1052: 4 windows
1053:
1054: * tests/: 410.html, results/410.processed: test for
1055: $CLASS-GETTER-PROTECTED(false) added
1056:
1057: 2021-01-04 moko
1058:
1059: * tests/: 409.html, results/409.processed, results/auto.p: test for
1060: $MAIN:LOCALS(true) added
1061:
1.154 moko 1062: 2021-01-03 moko
1063:
1064: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
1065: types/pa_vclass.h, types/pa_vstateless_class.C,
1066: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
1067: +LOCALS. $main -> $MAIN in exception texts (implements feature
1068: #1207)
1069:
1070: 2021-01-02 moko
1071:
1072: * etc/auto.p.in: minor
1073:
1074: * src/main/pa_request.C: sending headers only after opening file to
1075: allow error reporting if file was not opened (foreign group,
1076: etc).
1077:
1078: 2020-12-31 moko
1079:
1080: * src/: include/pa_request.h, main/pa_request.C,
1081: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
1082:
1083: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
1084: main/pa_request.C: get_class_ref added and used
1085:
1086: * etc/auto.p.in: @CLASS httpd added
1087:
1088: * etc/auto.p.in: @auto[] is now first
1089:
1090: 2020-12-30 moko
1091:
1092: * tests/: 408.html, results/408.processed: test for bug #1166
1093: (windows only) added
1094:
1095: * src/main/pa_common.C: create_dir_for_file should not create dir
1096: for trailing / (fixes bug #1166)
1097:
1098: * tests/: 341.html, results/341.processed: tests for
1099: ^nameless_table.hash[] added (related to feature #1138)
1100:
1101: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
1102: (implements feature #1138), extra fields in named tables no
1103: longer ignored (implements feature #1138)
1104:
1105: * tests/results/390.processed: updated after exception text change
1106:
1107: 2020-12-29 moko
1108:
1109: * tests/: 407.html, results/407.processed: +$._default check
1110:
1111: * src/classes/hash.C: keep $_default in ^hash.reverse[]
1112:
1113: * tests/: 407.html, results/407.processed: test for ^hash.select[]
1114: and ^hash.reverse[] added (releated to feature #1172)
1115:
1116: * src/classes/hash.C:
1117: ^hash.select[key;value](bool-condition)[options hash] +
1118: ^hash.reverse[] added (implements feature #1172)
1119:
1120: * src/types/pa_vtable.h: warning war
1121:
1122: * src/include/pa_config_fixed.h: win32 fix
1123:
1.153 moko 1124: 2020-12-27 moko
1125:
1126: * tests/: 406.html, results/406.processed: test results updated
1127:
1128: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
1129: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
1130: spelling
1131:
1132: 2020-12-26 moko
1133:
1134: * tests/: 406.html, results/406.processed: tests for
1135: ^table.rename[] added (related to feature #1148)
1136:
1137: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
1138: ^table.rename[column name from;column name to], ^table.rename[
1139: $.[column name from][column name to] ... ] added (implements
1140: feature #1148)
1141:
1142: 2020-12-25 moko
1143:
1144: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
1145: request_info now on stack to avoid yet another THREAD_LOCAL
1146: memory deallocation issue (now with cookies), explained in #1203
1147:
1148: * src/types/pa_vcookie.C: fields should be inited
1149:
1150: 2020-12-24 moko
1151:
1152: * src/include/pa_stylesheet_connection.h: looks like
1153: xsltFreeStylesheet leads to memory double-free. If so, it's for
1154: sure libxml bug, but we have GC anyway, so we just remove this
1155: call and see...
1156:
1157: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
1158: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
1159: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
1160: abort.c:65:8 frame #3: 0x00000000004da663
1161: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
1162: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
1163: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
1164: malloc.c:617:9 frame #5: 0x0000000000577f0c
1165: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
1166: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
1167: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
1168: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
1169: frame #8: 0x000000000050d35c
1170: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
1171: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
1172: frame #10: 0x00000000004436e5
1173: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
1174: [inlined]
1175: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
1176: pa_stylesheet_connection.h:62:3
1177:
1178: 2020-12-23 moko
1179:
1180: * src/classes/image.C: ^image::measure[; $.video() ] option added
1181:
1182: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
1183: ^image::measure[; $.video(true) ] added
1184:
1185: * src/main/pa_exec.C: not cleared automatically in multithreaded
1186: httpd mode for unknown reasons
1187:
1188: 2020-12-22 moko
1189:
1190: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
1191: error_log uri of currently processed document", but never used
1192: and conflicts with how libgc stops threads on FreeBSD (#define
1193: SIG_SUSPEND SIGUSR1), thus removed.
1194:
1195: 2020-12-21 moko
1196:
1197: * src/main/pa_request.C: +comment
1198:
1.151 moko 1199: 2020-12-20 moko
1200:
1.152 moko 1201: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
1202: it is more safe to have versions of pa_strdup with one and two
1203: arguments, as helper_length=0 not always mean that strlen()
1204: should be called, but means zero.
1205:
1206: * src/targets/isapi/parser3isapi.C: minor
1207:
1208: * src/main/pa_http.C: +valid_http_method
1209:
1.151 moko 1210: * src/: include/pa_http.h, main/pa_http.C,
1211: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
1212:
1213: 2020-12-17 moko
1214:
1215: * tests/: 405.html, results/405.processed: test for split by regex
1216: added (related to feature #1160)
1217:
1218: * src/classes/string.C: split by regex implemented (feature #1160)
1219:
1220: * src/classes/string.C: minor
1221:
1222: * tests/: 404.html, results/404.processed: test for whitespace
1223: string is now OK for table argument (related to feature #1169)
1224:
1225: * src/: classes/image.C, classes/string.C, classes/table.C,
1226: types/pa_vmethod_frame.C: whitespace string is now OK for table
1227: argument (as with hash) (implements feature #1169)
1228:
1229: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
1230: limit for comment (fixes bug #1102)
1231:
1232: * src/targets/cgi/parser3.C: +HAVE_TLS check
1233:
1234: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
1235:
1236: * src/include/pa_config_includes.h: HAVE_TLS used
1237:
1238: * configure.ac: +TLS check
1239:
1240: * src/main/pa_http.C: content logging added
1241:
1242: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
1243: clear_response_headers added
1244:
1245: 2020-12-16 moko
1246:
1247: * buildall: as we now use threads, libatomic_ops still required for
1248: some OS.
1249:
1250: * src/main/pa_request.C: whitespace
1251:
1252: * src/: include/pa_request.h, main/pa_request.C:
1253: Request::Exception_trace::table extracted and used
1254:
1255: * src/main/pa_request.C: moving output_result call outside of try
1256: as network exceptions should not be handled by parser code
1257:
1258: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
1259: logging network exchange
1260:
1261: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
1262: via network if it was network write error.
1263:
1264: * src/targets/cgi/parser3.C: log -> pa_log
1265:
1266: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
1267:
1268: * src/main/pa_threads.C: getpid() if no gettid() found
1269:
1270: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1271: we need to ignore "void" connections from browsers (browsers open
1272: connections in advance and they will be empty if user does not
1273: request more pages)
1274:
1275: 2020-12-15 moko
1276:
1277: * src/targets/cgi/parser3.C: avoid previous uri in logs
1278:
1279: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
1280: RequestController not needed in httpd mode
1281:
1282: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1283: classes/classes.h, classes/curl.C, classes/date.C,
1284: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1285: classes/hashfile.C, classes/image.C, classes/inet.C,
1286: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1287: classes/memcached.C, classes/memory.C, classes/op.C,
1288: classes/reflection.C, classes/regex.C, classes/response.C,
1289: classes/string.C, classes/table.C, classes/void.C,
1290: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1291: include/pa_array.h, include/pa_base64.h,
1292: include/pa_cache_managers.h, include/pa_charset.h,
1293: include/pa_charsets.h, include/pa_common.h,
1294: include/pa_config_fixed.h, include/pa_config_includes.h,
1295: include/pa_dictionary.h, include/pa_dir.h,
1296: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1297: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1298: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1299: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1300: include/pa_request_charsets.h, include/pa_request_info.h,
1301: include/pa_sapi.h, include/pa_socks.h,
1302: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1303: include/pa_stack.h, include/pa_string.h,
1304: include/pa_stylesheet_connection.h,
1305: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1306: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1307: include/pa_uue.h, include/pa_xml_exception.h,
1308: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1309: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1310: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1311: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1312: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1313: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1314: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1315: main/compile_tools.h, main/execute.C, main/pa_base64.C,
1316: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
1317: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
1318: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
1319: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
1320: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
1321: main/pa_sql_driver_manager.C, main/pa_string.C,
1322: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
1323: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
1324: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1325: main/untaint.C, sql/pa_sql_driver.h,
1326: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1327: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
1328: targets/isapi/parser3isapi.C, types/pa_junction.h,
1329: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1330: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
1331: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
1332: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
1333: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
1334: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
1335: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
1336: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
1337: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
1338: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
1339: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
1340: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
1341: types/pa_vmemory.h, types/pa_vmethod_frame.C,
1342: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
1343: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
1344: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1345: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1346: types/pa_vstateless_object.h, types/pa_vstatus.C,
1347: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1348: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1349: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1350: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1351: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1352:
1353: * src/main/pa_request.C: old compilers support
1354:
1355: * tests/: 362.html, results/362.processed: test updated after
1356: changes after upgrade to libxml2-2.9.9 were made (related to bug
1357: #1108)
1358:
1359: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
1360: removed, as xsltFreeStylesheet has side effects on original doc.
1361: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
1362: not updated after xdoc modification (part 3 of test 362).
1363: (related to bug #1108)
1364:
1365: * src/targets/isapi/parser3isapi.C: +pa_strcat
1366:
1367: * src/: classes/memory.C, include/pa_memory.h,
1368: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
1369: PA_GC_GCOLLECT used
1370:
1371: * src/include/pa_memory.h: +PA_GC_COLLECT
1372:
1373: * src/targets/cgi/parser3.C: msvs support fixes
1374:
1375: * src/lib/gc/include/gc.h: more cleanup
1376:
1377: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
1378:
1379: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
1380: targets/cgi/parser3.C: $main:HTTPD.mode implemented
1381:
1382: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
1383:
1384: * configure.ac: pthread.h added to checked headers
1385:
1386: * src/classes/table.C: string stream is back :)
1387:
1388: * src/classes/memory.C: GC_generate_random_backtrace no longer
1389: exists
1390:
1391: * src/main/pa_globals.C: GC_dont_gc replaced
1392:
1393: * src/lib/gc/include/gc.h: major cleanup, only used functions are
1394: left to simplify adding new functions. depricated GC_dont_gc
1395: replaced with GC_disable and GC_enable calls.
1396:
1397: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
1398: CORD_from_file* not used and thus removed
1399:
1400: * src/lib/gc/include/gc_allocator.h: minor cleanup
1401:
1402: 2020-12-14 moko
1403:
1404: * src/classes/: curl.C, memory.C, table.C: every TLS should be
1405: referenced elsewhere, or GC will collect it.
1406:
1407: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
1408: main/pa_xml_io.C: bugfix: TLS variables should be referenced
1409: elsewhere, or GC will collect them (and we'll get GPF in
1410: multithreaded enviroment). May be it can be also fixed by some
1411: GC call, not sure. But this fix costs nothing (but hours of
1412: debugging to find the issue :).
1413:
1.150 moko 1414: 2020-12-11 moko
1415:
1416: * configure.ac: gettid() check added
1417:
1418: * src/main/pa_threads.C: HAVE_GETTID used
1419:
1420: * src/include/pa_config_auto.h.in: +HAVE_GETTID
1421:
1422: * src/: include/pa_threads.h, main/pa_threads.C: now unified
1423: version for isapi/cgi/apache
1424:
1425: * buildall: threads are now required.
1426:
1427: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
1428: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1429: main/main.vcproj: pa_threads.C moved to main
1430:
1431: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
1432: isapi/pa_threads.C: pa_threads.C moved to main
1433:
1434: * src/: main/Makefile.am, targets/cgi/Makefile.am,
1435: targets/apache/Makefile.am: pa_threads.C moved to main
1436:
1437: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
1438:
1439: * src/: include/pa_stylesheet_connection.h,
1440: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
1441: and weird GPF in multithreaded httpd is gone
1442:
1443: * src/include/: pa_stylesheet_connection.h,
1444: pa_sql_driver_manager.h: whitespace
1445:
1446: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
1447:
1448: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1449: main/pa_stylesheet_manager.C: whitespace, warning war
1450:
1451: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
1452: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
1453: parser_multithreaded never used
1454:
1455: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
1456:
1457: 2020-12-10 moko
1458:
1459: * src/: include/pa_config_includes.h, include/pa_http.h,
1460: main/pa_http.C, targets/cgi/parser3.C: initial support for
1461: MULTITHREADED and PARALLEL httpd server modes
1462:
1463: * src/main/pa_globals.C: GC_java_finalization is depricated
1464:
1465: 2020-12-09 moko
1466:
1467: * etc/auto.p.in: + @httpd-main
1468:
1469: * src/: include/pa_common.h, main/pa_request.C,
1470: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
1471: work
1472:
1473: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1474: slow file_read_binary no longer used, send_range added
1475:
1476: 2020-12-08 moko
1477:
1478: * src/main/pa_request.C: >4Gb support
1479:
1480: * src/targets/cgi/parser3.C: msvc warning war
1481:
1482: * src/: include/pa_config_includes.h, main/pa_http.C,
1483: main/pa_request.C: msvc warnings war
1484:
1485: * src/classes/image.C: warning war
1486:
1487: * src/classes/table.C: MSVC warning war
1488:
1489: * src/targets/cgi/parser3.C: msvc warnings war
1490:
1491: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
1492: added
1493:
1.149 moko 1494: 2020-12-07 moko
1495:
1.150 moko 1496: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
1497: avoid logging beside system-wide auto.p
1498:
1499: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
1500:
1501: * configure, configure.ac, src/include/pa_config_auto.h.in:
1502: configure options added:
1503:
1504: --with-system-cfg=FILE to specify system-wide auto.p
1505: --with-system-log=FILE to specify system-wide parser3.log
1506:
1507: * Makefile.am: bin no longer exists
1508:
1509: * configure, configure.ac: auto.p moved to etc to simplify debian
1510: package
1511:
1512: * buildall: auto.p and parser3.charsets moved to their default
1513: location after install
1514:
1515: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
1516:
1517: * aclocal.m4, configure: automake 1.15 -> 1.16.1
1518:
1.149 moko 1519: * src/targets/cgi/parser3.C: locate_config call returned to
1520: original place as it requires pa_thread_request() under Windows
1521:
1522: * src/targets/cgi/parser3.C: renaming
1523:
1524: 2020-12-06 moko
1525:
1526: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
1527: check added
1528:
1529: 2020-12-04 moko
1530:
1531: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1532: main/pa_request.C: unified uint64_t lseek implemented to support
1533: >4Gb files under x86, including Windows
1534:
1535: 2020-12-02 moko
1536:
1537: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
1538: with max_file_size
1539:
1540: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1541: support for processing files sized >4Gb on 32 bit planforms
1542:
1543: * tests/399.html: file moved
1544:
1545: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
1546:
1547: * src/targets/cgi/pa_sapi_info.h: warning war
1548:
1549: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
1550: warning war
1551:
1552: 2020-12-01 moko
1553:
1554: * src/classes/image.C: mp4 extended size (>4Gb) support added
1555:
1556: * src/classes/image.C: for "size not found" exception to be shown
1557: if size not found until eof
1558:
1559: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
1560: bit linux)
1561:
1562: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
1563: #1188)
1564:
1565: 2020-11-30 moko
1566:
1567: * src/classes/image.C: definitions moved closer to code
1568:
1569: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
1570: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
1571: 395_dir/3_VP8X.webp, results/395.processed,
1572: results/396.processed: tests for ^image::measure[] .webp support
1573: added, all image files moved into one directory (related to
1574: feature #1188)
1575:
1576: * src/classes/image.C: ^image::measure[] now supports webp (feature
1577: #1188)
1578:
1.148 moko 1579: 2020-11-29 moko
1580:
1581: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
1582: processing, unnessesary defines removed
1583:
1584: 2020-11-24 moko
1585:
1586: * tests/results/: 099.processed, 100.processed, 205.processed,
1587: 309.processed, 310.processed: Content-Disposition: inline
1588: returned
1589:
1590: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
1591: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
1592: ] added (related to bug #1204)
1593:
1594: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
1595: ] supported to avoid Content-Disposition: inline;
1596: filename="<file>.ext" but still set Content-Type for ext (related
1597: to bug #1204)
1598:
1.147 moko 1599: 2020-11-22 moko
1600:
1601: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1602: types/pa_vfile.C: pa_filename added to avoid useless rsplit
1603:
1604: * src/main/pa_request.C: content_disposition_inline returned.
1605:
1606: 2020-11-17 moko
1607:
1608: * src/main/pa_request.C: empty main method name support
1609:
1610: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
1611: config_handler added, stdout flush added.
1612:
1613: 2020-11-16 moko
1614:
1615: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
1616:
1617: * tests/results/: 099.processed, 205.processed, 237.processed,
1618: 309.processed, 310.processed: Content-Disposition: inline is not
1619: required and should not contain filename="<name>"
1620:
1621: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
1622: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1623: targets/isapi/parser3isapi.C: pa_strcat implemented and used
1624:
1.146 moko 1625: 2020-11-14 moko
1626:
1627: * src/targets/cgi/parser3.C: spelling
1628:
1629: * src/targets/cgi/parser3.C: renaming
1630:
1631: * src/targets/cgi/parser3.C: args_skip removed, locate_config
1632: relocated
1633:
1634: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
1635: before request processing, which is weired
1636:
1637: 2020-11-13 moko
1638:
1639: * src/main/pa_http.C: pa_recv added with timeout support, thus read
1640: copied in httpd.
1641:
1642: 2020-11-12 moko
1643:
1644: * src/main/pa_http.C: ALARM code unified to be used in httpd
1645:
1646: * src/: include/pa_request.h, main/pa_request.C,
1647: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
1648:
1649: * src/main/pa_http.C: URI validation added
1650:
1651: * src/targets/cgi/parser3.C: filespec_to_process now variable,
1652: can't be empty but can be null. httpd-main is now main method
1653: name for httpd mode
1654:
1655: 2020-11-11 moko
1656:
1657: * src/main/pa_request.C: path_translated can be null in httpd mode
1658:
1659: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
1660: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
1661: classes/xdoc.C, include/pa_request.h, main/execute.C,
1662: main/pa_request.C: r.absolute -> r.full_disk_path
1663:
1664: * src/targets/cgi/parser3.C: if filename to process is not
1665: specified, auto.p should be present.
1666:
1.145 moko 1667: 2020-11-03 moko
1668:
1669: * src/: classes/op.C, include/pa_request.h: unused argument removed
1670:
1671: * src/main/pa_request.C: content_disposition_inline is the default,
1672: not required.
1673:
1.144 moko 1674: 2020-10-29 moko
1675:
1676: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
1677: ^use[file; $.main(true) ] implemented for auto.p processing and
1678: path_translated changing to correct relative files path
1679: calculation in httpd mode
1680:
1681: * src/: include/pa_request.h, main/pa_request.C:
1682: fail_on_read_problem removed, as it allways true, as if should
1683: be.
1684:
1685: * src/: include/pa_request.h, main/pa_request.C,
1686: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1687: targets/isapi/parser3isapi.C: clearing config_filespec when
1688: config was not found, thus flag not required and removed.
1689:
1690: 2020-10-28 moko
1691:
1692: * tests/: 402.html, results/402.processed: error reporting test
1693:
1694: * src/main/execute.C: better error reporting when
1695: $result[^hash::create[]] in @main.
1696:
1697: * src/main/: execute.C, pa_request.C: frame.result() should be used
1698: + minor optimization
1699:
1700: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1701: main/pa_xml_io.C: execute_*_method simplified and unified
1702:
1703: 2020-10-27 moko
1704:
1705: * tests/: 306.html, results/306.processed: a bit more testing. :)
1706:
1707: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
1708: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
1709: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
1710: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
1711: types/pa_vmethod_frame.h, types/pa_vobject.C,
1712: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
1713: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
1714: longer used in object-prototype mode
1715:
1716: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1717: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1718: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
1719: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
1720: $form:name[value] features
1721:
1.143 moko 1722: 2020-10-18 moko
1723:
1724: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
1725:
1726: 2020-10-15 moko
1727:
1728: * src/main/pa_http.C: url no longer needed as
1729: ALTER_EXCEPTION_SOURCE is used
1730:
1731: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
1732: main/pa_http.C: check_file_size filespec is now optional
1733:
1734: * src/: classes/curl.C, include/pa_exception.h,
1735: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
1736: ALTER_EXCEPTION_COMMENT added for better error reporting
1737:
1738: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
1739: results/346-curl.processed, results/379-curl.processed,
1740: results/379.processed: test results updated as load now provides
1741: better error reporting + curl responses updated
1742:
1743: 2020-10-14 moko
1744:
1745: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
1746: main/pa_string.C, targets/apache/mod_parser3_core.C,
1747: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
1748: checked. 10 is now default base, no hex autodetect by default
1749:
1750: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1751: connection socket closing in destructor + accept exception
1752: handling
1753:
1754: * src/targets/cgi/parser3.C: warning war
1755:
1756: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
1757: main/pa_request.C, targets/apache/mod_parser3_core.C,
1758: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
1759: exception handling unified
1760:
1761: 2020-10-13 moko
1762:
1763: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
1764: autodetection
1765:
1766: * src/targets/apache/mod_parser3_core.C: reverted to atoi
1767:
1768: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
1769:
1770: * src/main/pa_http.C: warning war
1771:
1.142 moko 1772: 2020-10-12 moko
1773:
1.143 moko 1774: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1775: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
1776: unhandled exception code optimization
1777:
1778: * src/targets/cgi/parser3.C: request_info now global variable
1779:
1780: * src/main/pa_http.C: http_read_response moved to HTTP_response
1781: class
1782:
1783: * src/: include/pa_http.h, main/pa_http.C,
1784: targets/cgi/pa_sapi_info.h: read_post implemented
1785:
1.142 moko 1786: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1787: [host:]port syntax support in httpd mode
1788:
1789: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
1790: targets/cgi/parser3.C: populate_env added
1791:
1792: * src/include/pa_hash.h: to make get(char *) compiling in
1793: HashStringString
1794:
1795: 2020-10-10 moko
1796:
1797: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1798: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1799:
1800: * src/: include/pa_http.h, include/pa_request_info.h,
1801: main/pa_http.C, main/pa_string.C,
1802: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1803: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1804: types/pa_vrequest.C: initial httpd mode implementation
1805:
1.141 moko 1806: 2020-10-04 moko
1807:
1808: * src/targets/cgi/parser3.C: options together
1809:
1810: 2020-09-30 moko
1811:
1812: * src/main/pa_http.C: renamed
1813:
1.140 moko 1814: 2020-08-14 moko
1815:
1816: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1817: src/targets/cgi/Makefile.am: no httpd as separate library
1818:
1819: 2020-08-13 moko
1820:
1821: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1822: unhandled exception handler to report 500 instead of 200 it was
1823: before.
1824:
1825: * src/targets/apache/mod_parser3_core.C: minor cleanup
1826:
1827: * src/: include/pa_sapi.h, main/untaint.C,
1828: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1829: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1830: thus replaced with SAPI::die and removed
1831:
1832: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1833: cgi/parser3.C: whitespace
1834:
1835: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1836:
1837: 2020-08-12 moko
1838:
1839: * src/targets/cgi/parser3.C: duplicate info in signal logging
1840: removed, whitespace was: SIGPIPE received while executing code.
1841: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
1842: cl=0]
1843:
1844: * parser3.sln: + httpd.vcproj
1845:
1846: 2020-08-11 moko
1847:
1848: * src/targets/cgi/Makefile.am: +libhttpd
1849:
1850: * configure.ac, src/lib/Makefile.am: +libhttpd
1851:
1.139 moko 1852: 2020-07-13 moko
1853:
1854: * tests/: 401.html, results/401.processed: test for hash key does
1855: not keep language, but tainted in foreach.
1856:
1.138 moko 1857: 2020-07-01 moko
1858:
1859: * tests/: 235.html, results/235.processed: test result updated as
1860: messages before attachments implemented (feature #1176)
1861:
1.137 moko 1862: 2020-06-27 moko
1863:
1864: * tests/: 400.html, results/400.processed: test updated to check
1865: ^return{code}
1866:
1867: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
1868: fixed
1869:
1870: 2020-06-26 moko
1871:
1872: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
1873: added (related to https://www.parser.ru/forum/?id=85319)
1874:
1875: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
1876: when $result assignment was last statement in the method
1877: (https://www.parser.ru/forum/?id=85319)
1878:
1.136 moko 1879: 2020-05-23 moko
1880:
1881: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
1882: whitespace, unused level removed
1883:
1884: 2020-05-19 moko
1885:
1886: * src/types/pa_vmail.C: whitespace
1887:
1888: * src/types/pa_vmail.C: files should be processed last (related to
1889: feature #1176)
1890:
1.135 moko 1891: 2020-05-12 moko
1892:
1893: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
1894: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
1895:
1896: * configure.ac: FreeBSD1X.X check added to avoid
1897: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
1898:
1.134 moko 1899: 2020-02-26 moko
1900:
1901: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
1902: compilation issue (related to bug #1201)
1903:
1904: * src/main/pa_common.C: entry_readable -> entry_exists,
1905: undocumented access(fname, R_OK) call removed (fixes bug #1201)
1906: -f and -d now works under Windows in UTF-8 with Russian
1907: filenames.
1908:
1909: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
1910: advice (related to feature #1199)
1911:
1912: 2020-02-25 moko
1913:
1914: * buildall: --silent removed
1915:
1916: * configure.ac: gmime-3.0 support
1917:
1918: * buildall: --with-system-mailreceive option added to build with
1919: system libgmime
1920:
1921: * src/types/pa_vmail.C: avoiding
1922: https://github.com/jstedfast/gmime/issues/83 "feature" (related
1923: to feature #1199)
1924:
1.133 moko 1925: 2020-02-18 moko
1926:
1927: * src/classes/op.C: windows x64 debug mode compile fix
1928:
1929: * src/main/pa_globals.C: no longer required due to -MD -> -MT
1930: change (releated to feature #1200)
1931:
1932: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1933: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
1934: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
1935: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
1936: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1937: targets/apache/ApacheModuleParser3.vcproj,
1938: targets/apache/ApacheModuleParser3Core.vcproj,
1939: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1940: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
1941: dependency (related to feature #1200)
1942:
1.132 moko 1943: 2020-02-12 moko
1944:
1945: * src/types/pa_vmail.C: minimize diff
1946:
1947: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
1948: #1199)
1949:
1.131 moko 1950: 2020-01-18 moko
1951:
1952: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
1953:
1.130 moko 1954: 2019-12-28 moko
1955:
1956: * src/targets/cgi/parser3.C: avoid empty ?
1957:
1958: 2019-12-27 moko
1959:
1960: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
1961: DOCUMENT_ROOT (related to feature #1164)
1962:
1963: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
1964: fcgiwrap setup (implements feature #1164)
1965:
1966: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
1967: but no issues found (related to feature #1164)
1968:
1969: * src/targets/cgi/parser3.C: actualized
1970:
1971: 2019-12-26 moko
1972:
1973: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
1974: removed
1975:
1976: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
1977: removed
1978:
1979: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
1980: allocation errors, we don't want default gc warnings (without
1981: timestamp and URI).
1982:
1983: * src/: classes/memory.C, main/pa_globals.C,
1984: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1985: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
1986: pa_globals_init
1987:
1988: * src/main/pa_globals.C: setup_hex_value() removed, static array
1989: initialization used (optimization)
1990:
1991: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
1992: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
1993: pa_socks_init/pa_socks_done moved inside pa_globals_init
1994: (optimization)
1995:
1.129 moko 1996: 2019-12-09 moko
1997:
1998: * src/include/pa_config_fixed.h: warning war
1999:
1.128 moko 2000: 2019-12-08 moko
2001:
2002: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
2003: process grammar under Unix.
2004:
2005: 2019-12-07 moko
2006:
2007: * tests/389.html: For Windows XP. :)
2008:
2009: * tests/388-sql.html: Windows compatibility added
2010:
2011: 2019-12-06 moko
2012:
2013: * src/targets/cgi/parser3.C: warning war
2014:
2015: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
2016: == sizeof(CORD)) to avoid aligning bugs in future
2017:
2018: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
2019: XML_STATIC
2020:
2021: * src/include/pa_request.h: StackItem() not required
2022:
2023: * src/include/pa_stack.h: warning war
2024:
2025: * src/include/pa_config_includes.h: GCC warning silenced
2026:
2027: * src/include/pa_memory.h: warning war: the program should also
2028: define 'void operator delete [](void*, std::size_t)'
2029: [-Wsized-deallocation]
2030:
2031: * src/types/: pa_vregex.h, pa_vtable.h: warning war
2032:
2033: * src/classes/string.C: not reqired cast removed
2034:
2035: * src/classes/string.C: not reqired cast removed
2036:
2037: 2019-12-05 moko
2038:
2039: * src/lib/sdbm/pa_file_io.C: warning war
2040:
2041: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
2042: enum Language : size_t - required for VS2015+ to make
2043: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
2044: without it (related to feature #1198)
2045:
2046: 2019-12-04 moko
2047:
2048: * src/main/pa_base64.C: unsigned char -> uchar
2049:
2050: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
2051: as other libs
2052:
2053: * src/include/pa_version.h: +amd64
2054:
2055: 2019-12-03 moko
2056:
2057: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
2058: release
2059:
2060: * src/include/pa_config_includes.h: warning war
2061:
2062: * src/classes/image.C: warning war
2063:
2064: * src/main/pa_globals.C: x64 libs support
2065:
2066: * src/include/pa_config_includes.h: warning war
2067:
2068: * src/types/pa_method.h: warning war
2069:
1.127 moko 2070: 2019-11-28 moko
2071:
2072: * src/classes/math.C: vs2003 compatibility + warning war
2073:
2074: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
2075: libxml2-2.9.9 (related to feature #1136)
2076:
2077: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
2078: typecast for more compatibility (related to feature #1136)
2079:
2080: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
2081: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
2082: feature #1136)
2083:
2084: 2019-11-26 moko
2085:
2086: * src/main/: compile_tools.C, compile_tools.h: invalid assert
2087: removed (it was failing in $$var case), condition added
2088:
1.126 moko 2089: 2019-11-25 moko
2090:
2091: * tests/: 397.html, 399.html, results/141.processed,
2092: results/399.processed: base64 options tested
2093:
2094: * src/: classes/math.C, main/pa_http.C: base64 options used
2095:
2096: * src/main/pa_base64.C: base64 encode rewritten, base64 options
2097: implemented (feature #986)
2098:
2099: * src/main/pa_cache_managers.C: whitespace
2100:
2101: * tests/: 397.html, 399.html, results/399.processed: tests for
2102: ^base64 encode options added (related to feature #986)
2103:
2104: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
2105: pa_base64_encode(file) removed - more memory, but faster and less
2106: code (related fo feature #986)
2107:
2108: 2019-11-24 moko
2109:
2110: * tests/: 155.html, results/155.processed: limit and offset in
2111: ^table::load[] now supported, thus test added
2112:
2113: * src/: classes/file.C, classes/table.C, include/pa_common.h,
2114: main/pa_common.C: optimization: offset and limit options parsing
2115: moved inside file_load.
2116:
2117: 2019-11-23 moko
2118:
2119: * src/: classes/file.C, classes/op.C, include/pa_common.h,
2120: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
2121: optimization: file_read replaced with simplified file_read_binary
2122:
2123: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
2124: types/pa_vform.C: whitespace
2125:
2126: * src/: include/pa_common.h, main/pa_common.C: never used params
2127: removed
2128:
2129: 2019-11-21 moko
2130:
2131: * tests/: 193.html, results/193.processed, results/389.processed:
2132: test results updated as now base64 does not discard tail without
2133: padding (related to feature #986)
2134:
2135: 2019-11-20 moko
2136:
2137: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
2138: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
2139: pa_base64_decode (related to feature #986)
2140:
2141: * tests/398.html: tests for base64 decode added (related to feature
2142: #986)
2143:
2144: * src/main/pa_base64.C: base64_decode rewritten - padding option
2145: support, padding inside base 64 supported (related to feature
2146: #096)
2147:
2148: 2019-11-19 moko
2149:
2150: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
2151: FreeBSD 12
2152:
1.125 moko 2153: 2019-11-16 moko
2154:
2155: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
2156: support added, step support removed (related to #986)
2157:
2158: 2019-11-15 moko
2159:
2160: * src/classes/math.C: using log since log2 is not present on
2161: FreeBSD < 8.4 (related to feature #1177)
2162:
2163: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
2164: pa_base64_size extracted and used for files as well (related to
2165: feature 986)
2166:
2167: 2019-11-14 moko
2168:
2169: * tests/: 397.html, results/397.processed: + content check
2170:
2171: * tests/: 141.html, results/141.processed: make test resuls more
2172: readable
2173:
2174: * tests/: 397.html, results/193.processed, results/397.processed:
2175: test results updated after \x00 character was disabled in
2176: math:convert string mode (related to feature #1177)
2177:
2178: * src/classes/: math.C, string.C: \\x00 character disabled while
2179: converting to string (as in base64, related to feature #1177)
2180:
2181: * src/classes/file.C: more correct arguments separation
2182:
2183: * src/: classes/file.C, classes/math.C, classes/string.C,
2184: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
2185: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
2186: options added, but not yet implemented (related to feature #986)
2187:
2188: * src/classes/math.C: whitespace
2189:
2190: 2019-11-13 moko
2191:
2192: * tests/: 397.html, results/397.processed: +tainting test (related
2193: to feature #1177)
2194:
2195: * src/classes/math.C: as we now produce not only digits, result
2196: should be tainted (related to feature #1177)
2197:
2198: * src/main/pa_base64.C: whitespace
2199:
2200: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
2201: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
2202: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
2203: implementation moved from pa_common.h and pa_common.C
2204:
2205: 2019-11-12 moko
2206:
2207: * tests/: 275.html, results/275.processed: out of range test fixed,
2208: as ^math:convert now supports arbitrary precision
2209:
2210: 2019-11-11 moko
2211:
2212: * tests/results/389.processed: uctualized error message
2213:
2214: * tests/: 389.html, 397.html, results/397.processed: tests for
2215: ^math:convert added (related to feature #1177)
2216:
2217: * src/classes/math.C: ^math:convert now supports arbitrary
2218: precision, alphabet support added (implements feature #1177)
2219:
1.124 moko 2220: 2019-11-06 moko
2221:
2222: * tests/: 181.html, results/181.processed: entities usage added,
2223: more entites load tests (related to bug #842 discussion)
2224:
2225: 2019-11-05 moko
2226:
2227: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
2228: call from xmlFileOpen if http://localhost/<file> was not found
2229: (related to bug #842)
2230:
2231: * src/main/pa_xml_io.C: rename
2232:
2233: * src/main/pa_xml_io.C: +MemoryStream constructor
2234:
2235: * src/main/pa_xml_io.C: whitespace
2236:
1.123 moko 2237: 2019-10-31 moko
2238:
2239: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
2240: XML_PARSE_NOENT) added to fix entities load, (related to feature
2241: #1181)
2242:
1.122 moko 2243: 2019-10-25 moko
2244:
2245: * tests/: 388-sql.html, results/388-sql.processed: more multiple
2246: queries tests
2247:
2248: 2019-10-24 moko
2249:
2250: * tests/: 388-sql.html, results/388-sql.processed: support for
2251: pgsql driver test
2252:
2253: * tests/: 388-sql.html, results/388-sql.processed:
2254: multi_statements=1 now tested, mysql test now supported
2255: (connection must be specified in [parser3] section in .my.cnf)
2256: related to issues #1195 and #1194
2257:
1.121 moko 2258: 2019-09-11 moko
2259:
2260: * src/classes/int.C: whitespace
2261:
2262: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
2263: exception test
2264:
2265: * tests/results/388-sql.processed: sql queries now shown (related
2266: to feature #1196)
2267:
2268: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
2269: with old parser versions.
2270:
2271: * src/: classes/file.C, classes/hash.C, classes/string.C,
2272: classes/table.C, classes/void.C, include/pa_sql_connection.h,
2273: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
2274: instead of connect string in query_event_handlers exceptions
2275: (implements feature #1196)
2276:
1.120 moko 2277: 2019-09-06 moko
2278:
2279: * tests/388-sql.html: mysql compat
2280:
2281: * src/: classes/hash.C, classes/string.C, classes/table.C,
2282: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
2283: sql_ variables declaration moved to pa_common.h
2284:
1.116 moko 2285: 2019-01-15 moko
2286:
2287: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
2288: logically sorted
2289:
2290: 2018-12-27 moko
2291:
2292: * src/include/pa_config_includes.h: warning war:
2293: -Wdeprecated-register added for C++ 17
2294:
2295: 2018-10-15 moko
2296:
2297: * configure.ac: FreeBSD 11.2 can be build with ./configure
2298: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
2299: --with-xml=/usr/local/
2300:
2301: 2018-09-24 moko
2302:
2303: * tests/: 396.html, 396.tiff, results/396.processed: test for
2304: ^image::measure[] now supports tiff added (related to feature
2305: #1188)
2306:
2307: * src/classes/image.C: ^image::measure[] now supports tiff
2308: (implements feature #1188)
2309:
2310: 2018-09-20 moko
2311:
2312: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
2313: files measure added (related to ticket #1188)
2314:
2315: * src/classes/image.C: measure of bmp files implemented (related to
2316: ticket #1188)
2317:
2318: 2018-09-18 moko
2319:
2320: * tests/: 394-curl.html, results/394-curl.processed,
2321: results/auto.p: test for bug #1187 (max_file_size check for head
2322: requests) added
2323:
2324: 2018-08-24 moko
2325:
2326: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
2327: response content-length check is required (fixes bug #1187)
2328:
2329: 2018-05-11 moko
2330:
2331: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
2332: $.append(bool) ] option added (related to feature #919)
2333:
2334: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
2335: from misha@ patch (implements feature #919)
2336:
2337: 2018-03-22 moko
2338:
2339: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
2340: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
2341: with 128kb buffer. Now works at least 12 times faster. :) May be
2342: Windows-only problem.
2343:
2344: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
2345: build fix)
2346:
2347: 2018-02-03 moko
2348:
2349: * src/main/execute.C: removes irrelevant lines from exception stack
2350: trace when exceptions occurs in assigment (fixes bug #1165)
2351:
2352: * tests/: 393.html, results/393.processed: test for behavour after
2353: "Property can not be created, already exists field with that
2354: name" exception removed (related to feature #1183)
2355:
2356: * src/types/pa_vclass.C: "Property can not be created, already
2357: exists field with that name" exception removed (implements
2358: feature #1183)
2359:
2360: 2018-01-19 moko
2361:
2362: * src/classes/string.C: whitespace
2363:
2364: * src/classes/string.C: whitespace
2365:
2366: * tests/: 392.html, results/392.processed: test for
2367: ^regex::create[$regex] added (related to feature #1135)
2368:
2369: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
2370: ^regex::create[$regex] added (implements feature #1135)
2371:
2372: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
2373: commented define added (related to feature #1157)
2374:
2375: 2018-01-17 moko
2376:
2377: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
2378:
2379: 2018-01-15 moko
2380:
2381: * tests/: 390.html, results/390.processed: real path replaced by
2382: stub
2383:
2384: * tests/: 391.html, results/391.processed: test for feature #1181
2385: (XML_PARSE_HUGE exception) added
2386:
2387: 2018-01-11 moko
2388:
2389: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
2390: XML_PARSE_HUGE option passed by default (implements feature
2391: #1181)
2392:
2393: * src/classes/string.C: whitespace
2394:
2395: 2017-12-10 moko
2396:
2397: * tests/: 389.html, 390.html, results/389.processed,
2398: results/390.processed: image code coverage tests added (related
2399: to feature #1125)
2400:
2401: 2017-12-08 moko
2402:
2403: * tests/: 346-curl.html, 388-sql.html, 389.html,
2404: results/346-curl.processed, results/388-sql.processed,
2405: results/389.processed: more code coverage tests
2406:
2407: * tests/: 264.html, results/264.processed: code coverage for
2408: ^file::exec[]
2409:
2410: 2017-12-07 moko
2411:
2412: * tests/: 174.html, 388-sql.html, 389.html,
2413: results/388-sql.processed, results/389.processed,
2414: results/174.processed: more coverage tests
2415:
2416: * src/classes/math.C: exception text actualized
2417:
2418: 2017-12-06 moko
2419:
2420: * tests/388-sql.html: $SQL can be here
2421:
2422: * tests/results/auto.p: $SQL not required here
2423:
2424: * tests/: 388-sql.html, 389.html, Makefile,
2425: results/388-sql.processed, results/389.processed, results/auto.p:
2426: code coverage tests for sql (using sqlite) and int/double/bool
2427: added (related to feature #1125)
2428:
2429: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2430: lib/json/json.vcproj, lib/md5/md5.vcproj,
2431: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
2432: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2433: targets/apache/ApacheModuleParser3Core.vcproj,
2434: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2435: types/types.vcproj: gc\include no longer required
2436:
2437: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
2438: required
2439:
2440: * src/: classes/Makefile.am, classes/table.C,
2441: include/pa_config_includes.h, include/pa_string.h,
2442: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2443: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
2444: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
2445: targets/apache/Makefile.am, targets/cgi/Makefile.am,
2446: types/Makefile.am: to be sure that our version of gc.h/cord.h is
2447: used, we now include it directly
2448:
2449: 2017-12-04 moko
2450:
2451: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
2452: memcached/memcached.vcproj, punycode/punycode.vcproj,
2453: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
2454: where required
2455:
2456: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
2457: now can be used to trace memory allocations
2458:
2459: * src/: classes/table.C, include/pa_config_includes.h,
2460: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2461: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
2462: method removes, libcord also can work without libgc
2463:
2464: * src/classes/json.C: pa_gc_malloc_atomic should not be used
2465:
2466: 2017-11-29 moko
2467:
2468: * src/classes/curl.C: no exception if some of ^curl:info[] elements
2469: are not present (related to feature #1173)
2470:
2471: * tests/346-curl.html: test updated to test curl content-length bug
2472: (related to feature #1173)
2473:
2474: * tests/results/346-curl.processed: more test for content-length
2475: curl bug (related to feature #1173)
2476:
2477: * tests/results/346-curl.processed: test results updated after
2478: #1173 implemented
2479:
2480: 2017-11-28 moko
2481:
2482: * src/classes/curl.C: another libcurl Content-length bug walkaround
2483: (related to feature #1173)
2484:
2485: 2017-11-27 moko
2486:
2487: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
2488: $.http_version[version string] added (implements feature #1173),
2489: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
2490: where $post(true) bug existed.
2491:
2492: 2017-11-18 moko
2493:
2494: * src/include/pa_memory.h: warning war (related to feature #1170)
2495:
2496: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
2497: feature #1170)
2498:
2499: 2017-11-17 moko
2500:
2501: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
2502: std::basic_stringstream used in ^table.csv-string[] is compatible
2503: with delete usage check only under Debian 9 (related to feature
2504: #1170)
2505:
2506: 2017-11-16 moko
2507:
2508: * src/: classes/curl.C, classes/hash.C, classes/json.C,
2509: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
2510: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
2511: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
2512: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
2513: types/pa_vxdoc.h: regular new/delete no longer used in our code,
2514: stubs defend from accidental use (implements feature #1170)
2515:
2516: 2017-06-24 moko
2517:
2518: * configure.ac: minor fix: thanks to alx@
2519:
1.115 moko 2520: 2017-05-29 moko
2521:
2522: * src/types/pa_vmail.C: mail headers are now correctly truncated -
2523: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
2524: added to avoid cutting of UTF-8 chars (fixed bug #123)
2525:
2526: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
2527: ignored, =?UTF-8?Q?= should start in case of leading space
2528: (related to bug #123)
2529:
2530: * buildall: echo -n -> printf for OS X. :)
2531:
2532: 2017-05-25 moko
2533:
2534: * tests/: 288.html, results/288.processed: test updated afted
2535: setting $o.prop without setter exception removed (related to
2536: feature #1157)
2537:
2538: * src/types/pa_vclass.C: no more "this property has no setter
2539: method" when setting $o.prop without setter (implements feature
2540: #1157)
2541:
2542: * buildall: echo \c -> echo -n for FreeBSD
2543:
2544: * configure, configure.ac, src/include/pa_config_auto.h.in,
2545: src/types/pa_vdouble.h: isfinite now checked in configure
2546:
2547: * compile, config.guess, config.sub, depcomp, install-sh, missing:
2548: upgraded to automake 1.15
2549:
2550: 2017-05-23 moko
2551:
2552: * src/types/pa_vdouble.h: finite returned where isfinite not
2553: defined
2554:
2555: 2017-05-22 moko
2556:
2557: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
2558:
2559: * buildall: extern CFLAGS setting support
2560:
2561: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
2562:
2563: * buildall: http -> https
2564:
2565: * buildall: gc-7.2f -> gc-7.6.0
2566:
2567: 2017-05-20 moko
2568:
2569: * buildall: https, pcre, xml, xslt updated to current versions
2570: (related to feature #1136)
2571:
2572: 2017-05-19 moko
2573:
2574: * tests/097.html: after parser.ru moved to https
2575:
2576: 2017-05-17 moko
2577:
2578: * tests/results/: 175.processed, 372.processed: tests resuls
2579: updated after lintian spelling typos fixed (related to bug #1156)
2580:
2581: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
2582: classes/string.C, classes/table.C, main/pa_charset.C,
2583: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
2584: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
2585: lintian reported by Sergey B Kirpichev (fixes bug #1156)
2586:
2587: * tests/results/096.processed: +XMP
2588:
2589: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
2590: $.xmp(true) options tested (test for feature #1154)
2591:
2592: * src/classes/image.C: ^image:measure[] options $.exif(false)
2593: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
2594: fetched by default! (implements feature #1154)
2595:
2596: 2017-05-16 moko
2597:
2598: * tests/: 256.html, results/256.processed: ^json:string[$image] now
2599: allowed (related to feature #1154)
2600:
2601: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2602: initial XMP implementation - without options and transcode
2603: (related to feature #1154)
2604:
2605: 2017-05-12 moko
2606:
2607: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2608: image: exif moved to ffields, skipped in ^image.html[] where
2609: iterators now used (preparation for feature #1154)
2610:
2611: 2017-05-05 moko
2612:
2613: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
2614: results/387.processed: test for circular class inheritance check
2615: added (related to bug #1150)
2616:
2617: * src/types/pa_vstateless_class.C: circular class inheritance check
2618: added (fixes endless add_derived bug #1150)
2619:
2620: 2017-05-04 moko
2621:
2622: * tests/: 386.html, results/386.processed: test for
2623: $table.value(number) added (related to feature #1152)
2624:
2625: * src/types/pa_vtable.C: table put_element: column value must be
2626: string - > column value must be string compatible to allow
2627: $t.value(1) (implements feature #1152)
2628:
2629: 2017-05-03 moko
2630:
2631: * src/main/pa_request.C: $use[$method] is not possible, reverting
2632: (related to feature #1151)
2633:
2634: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
2635: not possible, removing test (related to feature #1151)
2636:
2637: * src/: main/pa_request.C, types/pa_vstateless_class.h:
2638: get_element_method added and used to allow $use[$method] and
2639: $autouse[$method] (implements feature 1151)
2640:
2641: * tests/: 386.html, 386.p, results/386.processed: test for @use in
2642: variable added (related to feature #1151)
2643:
2644: * tests/results/226.processed: actualized after ^try-catch used
2645:
2646: * tests/: 226.html, 385.html, results/385.processed: test for
2647: @autouse in variable added
2648:
2649: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
2650:
1.114 moko 2651: 2017-02-27 moko
2652:
2653: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
2654:
1.113 moko 2655: 2017-02-20 moko
2656:
2657: * operators.txt: actualization + beauty
2658:
2659: 2017-02-16 moko
2660:
2661: * tests/: 384.html, results/384.processed: test for
2662: ^reflection:mixin[; $.name[] ] option added (related to feature
2663: #1089)
2664:
2665: * tests/: 384.html, results/384.processed: test for
2666: ^reflection:mixin[] added (related to feature #1089)
2667:
2668: * src/types/pa_value.h: warning war: virtual ~Value() added
2669:
1.112 moko 2670: 2017-02-15 moko
2671:
2672: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
2673: fixed
2674:
2675: * tests/: 320.html, results/320.processed: $.reverse(true/false)
2676: test added (related to feature #1069)
2677:
2678: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2679: compilation without HASH_ORDER fixed
2680:
2681: * src/: classes/reflection.C, include/pa_hash.h:
2682: $.reverse(true/false) added to ^reflection:methods[] (related to
2683: feature #1069)
2684:
2685: 2017-02-14 moko
2686:
2687: * tests/: 152.html, results/152.processed: test for $._default hash
2688: added (related to bug #1131)
2689:
2690: * tests/: 277.html, results/277.processed: test for hash with only
2691: $._default is now defined (related to bug #1131)
2692:
2693: * src/types/pa_vhash.h: hash with only $._default is now defined
2694: (fixed bug #1131)
2695:
2696: 2017-02-13 moko
2697:
2698: * tests/cat-windows.sh: cat-windows added (cygwin required)
2699:
2700: * tests/: 171.html, 264.html, 286.html, 370.html,
2701: results/320.processed, results/375.processed, results/auto.p:
2702: cat-windows.sh support added
2703:
2704: * tests/375.html: Windows support
2705:
2706: * tests/270.html: documented
2707:
2708: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
2709: (not backslashes) even under Windows (broke test 270)
2710:
2711: 2017-02-12 moko
2712:
2713: * tests/: descript.ion, todo.txt: cleanup
2714:
2715: 2017-02-09 moko
2716:
2717: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
2718: run_tests.cmd: Windows compatibility
2719:
2720: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
2721: incorrectly (GMT) if parser is called from cygwin
2722:
1.111 moko 2723: 2017-02-08 moko
2724:
1.112 moko 2725: * operators.txt: actualization 15% completed
2726:
2727: * operators.txt: cp1251 -> utf-8
2728:
2729: * NEWS, README: minor update
2730:
2731: * src/include/pa_config_includes.h: warning war continues
2732:
2733: * src/: include/pa_config_includes.h, include/pa_memory.h,
2734: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2735: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
2736: gcc 6.x issues fixed
2737:
1.111 moko 2738: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2739: classes/classes.h, classes/curl.C, classes/date.C,
2740: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2741: classes/hashfile.C, classes/image.C, classes/inet.C,
2742: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2743: classes/memcached.C, classes/memory.C, classes/op.C,
2744: classes/reflection.C, classes/regex.C, classes/response.C,
2745: classes/string.C, classes/table.C, classes/void.C,
2746: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2747: include/pa_array.h, include/pa_cache_managers.h,
2748: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2749: include/pa_config_fixed.h, include/pa_config_includes.h,
2750: include/pa_dictionary.h, include/pa_dir.h,
2751: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2752: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2753: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2754: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2755: include/pa_request_charsets.h, include/pa_request_info.h,
2756: include/pa_sapi.h, include/pa_socks.h,
2757: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2758: include/pa_stack.h, include/pa_string.h,
2759: include/pa_stylesheet_connection.h,
2760: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2761: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2762: include/pa_uue.h, include/pa_xml_exception.h,
2763: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2764: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2765: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2766: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2767: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2768: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2769: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2770: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2771: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2772: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2773: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2774: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2775: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2776: main/pa_string.C, main/pa_stylesheet_connection.C,
2777: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
2778: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2779: main/untaint.C, sql/pa_sql_driver.h,
2780: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2781: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2782: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2783: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2784: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2785: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2786: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
2787: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2788: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
2789: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
2790: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
2791: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2792: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2793: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2794: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2795: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2796: types/pa_vmemcached.h, types/pa_vmemory.h,
2797: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2798: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2799: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2800: types/pa_vresponse.C, types/pa_vresponse.h,
2801: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2802: types/pa_vstateless_object.h, types/pa_vstatus.C,
2803: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2804: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2805: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2806: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2807: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2808: 2015->2017
2809:
1.110 moko 2810: 2017-02-07 moko
2811:
2812: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2813:
2814: 2017-02-06 moko
2815:
2816: * src/main/pa_common.C: minor fixes, whitespace
2817:
2818: * src/: classes/curl.C, classes/file.C, classes/image.C,
2819: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2820: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2821: now used (implements feature #1081)
2822:
2823: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2824:
2825: 2017-02-01 moko
2826:
2827: * src/include/pa_request.h: cleanup
2828:
2829: 2017-01-30 moko
2830:
2831: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2832:
2833: 2017-01-29 moko
2834:
2835: * tests/: 383.html, results/383.processed: test for
2836: ^reflection:stack[] added (related to feature #1052)
2837:
2838: * src/classes/reflection.C: else added
2839:
2840: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
2841: $.max_file_lock_wait added (implements feature #1128)
2842:
2843: 2017-01-28 moko
2844:
2845: * tests/: 379-curl.html, results/379-curl.processed: curl empty
2846: body and other cases tests added (related to featue #1014)
2847:
2848: * src/classes/curl.C: bug if response is empty fixed (related to
2849: feature #1014)
2850:
2851: 2017-01-27 moko
2852:
2853: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
2854: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
2855: added (implements feature #1052)
2856:
2857: 2017-01-25 moko
2858:
2859: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
2860: method test added
2861:
2862: 2017-01-23 moko
2863:
2864: * src/classes/reflection.C: optimization: options->get replaced by
2865: hash iterator
2866:
2867: * tests/: 381.html, results/381.processed: now -> fixed date
2868:
2869: * src/main/pa_request.C: warning war
2870:
2871: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
2872: 5Mb (fixes bug #1058)
2873:
2874: * src/classes/curl.C: warning war
2875:
2876: * tests/: 381.html, results/381.processed: tests for ^json:string
2877: $.one-line(true) option added (related to feature #1124)
2878:
2879: * src/: classes/json.C, types/pa_value.h: $json-string
2880: $.one-line(true|false) options is now supported (implements
2881: feature #1124)
2882:
2883: * tests/: 380.html, results/380.processed: test for modified
2884: $.max_file_size added (related to bug #1014)
2885:
2886: * tests/: 379.html, results/auto.p: tests for rewritten http file
2887: load added (related to bug #1014)
2888:
2889: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2890: main/pa_common.C, main/pa_http.C: check_file_size added and used
2891: in curl / file load from disk and http, http file load rewritten
2892: (related to bug #1014)
2893:
2894: 2017-01-18 moko
2895:
2896: * tests/: 378.html, results/378.processed: tests for ^result[]
2897: added (related to feature #66)
2898:
2899: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
2900: Method::CO_WITHOUT_FRAME as frame still added in expression
2901: (related to feature #66)
2902:
2903: 2017-01-17 moko
2904:
2905: * tests/: 377.html, results/377.processed: test for different
2906: combinations of breaks in body and delimiter (related to bug
2907: #1077)
2908:
2909: * tests/: 376.html, results/376.processed: many ^break[] tests
2910: added (related to bug #1077)
2911:
2912: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
2913: passed to native method" exception added to avoid bugs due to
2914: WRITE_EXPR_RESULT skipped and native methods execution continues
2915: after ^break[] (related to bug #1077)
2916:
2917: 2017-01-14 moko
2918:
2919: * tests/: 330.html, results/330.processed: test results updated
2920: after ^break[] bugs where fixed (related to bug #1077)
2921:
2922: * tests/: 329.html, results/329.processed: test results updated
2923: after ^break[] bugs where fixed (related to bug #1077)
2924:
2925: * tests/results/320.processed: ^return[] added
2926:
2927: 2017-01-13 moko
2928:
2929: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
2930: classes/table.C, include/pa_request.h, main/execute.C,
2931: main/pa_request.C, targets/cgi/parser3.C,
2932: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
2933: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
2934: checked after each possible process/execute call (fixes bug
2935: #1077)
2936:
2937: 2016-12-29 moko
2938:
2939: * src/main/pa_common.C: warning war
2940:
2941: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
2942: include/pa_types.h, main/pa_request.C, main/pa_string.C:
2943: pa_file_size_limit added, ^math:random fixed for upper limit and
2944: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
2945: (related to feature #1014)
2946:
2947: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
2948: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
2949: (related to feature #1014)
2950:
2951: 2016-12-28 moko
2952:
2953: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
2954: warning war
2955:
2956: 2016-12-26 moko
2957:
2958: * tests/: 341.html, results/341.processed: test for
2959: ^table.hash[id;;$.type[string]] added (related to feature #1057)
2960:
2961: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
2962: (related to feature #1057)
2963:
2964: * src/types/pa_vdate.C: warning war continues...
2965:
2966: * src/: classes/date.C, classes/image.C, classes/table.C,
2967: include/pa_config_includes.h, types/pa_vfile.C: warning war
2968:
2969: * src/lib/gd/gifio.C: warning war / cleanup
2970:
2971: * src/lib/json/pa_json.C: warning war
2972:
2973: * src/classes/hash.C: warning war
2974:
2975: * src/types/pa_vfile.C: warning war
2976:
2977: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
2978: -Wall warning war continues
2979:
2980: * configure.ac: --with-build-warnings actualized
2981:
2982: 2016-12-25 moko
2983:
2984: * src/main/pa_exec.C: -wAll warning war
2985:
2986: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
2987: -wAll warning war
2988:
2989: * src/: include/pa_common.h, include/pa_sapi.h,
2990: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
2991: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
2992: -wAll warning war
2993:
2994: 2016-12-23 moko
2995:
2996: * src/lib/ltdl/Makefile.am: extra dist added
2997:
2998: * tests/results/344.processed: test result updated after $file.text
2999: prefetched in ^hash::create[$file] (related to feature #1075)
3000:
3001: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
3002: ^hash::create[$file] (related to feature #1075)
3003:
3004: 2016-12-22 moko
3005:
3006: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
3007: main/pa_request.C, main/pa_stylesheet_connection.C,
3008: types/pa_vfile.C: file_stat now return 64-bit size (implements
3009: #1014 under 32-bit unix versions)
3010:
3011: 2016-12-21 moko
3012:
3013: * tests/: 375.html, results/375.processed: test for exec returning
3014: stated file added (related to feature #1119)
3015:
3016: * src/classes/file.C: load should not return file with null body
3017: (fixes bug #1119)
3018:
3019: 2016-12-14 moko
3020:
3021: * tests/: 374.html, results/374.processed: test for $method.name
3022: added (related to feature #1117) plus method returning junction
3023: test
3024:
3025: 2016-12-13 moko
3026:
3027: * src/: include/pa_symbols.h, main/pa_symbols.C,
3028: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
3029: (implements feature #1117)
3030:
3031: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
3032: HEAD and TRACE can't have body (implements feature #1116)
3033:
3034: 2016-12-09 moko
3035:
3036: * tests/: 373.html, results/373.processed: tests for
3037: ^reflection:tainting added (related to feature #1098)
3038:
3039: * src/classes/reflection.C: ^reflection:tainting arguments order
3040: change (related to feature #1098)
3041:
3042: 2016-12-06 moko
3043:
3044: * src/: classes/reflection.C, include/pa_string.h,
3045: main/pa_string.C: ^reflection:tainting[$string] added (implements
3046: feature #1098)
3047:
3048: 2016-12-05 moko
3049:
3050: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
3051: (fixes bug #1114)
3052:
3053: 2016-12-04 moko
3054:
3055: * tests/: 206.html, results/206.processed: negative zero (0/-1)
3056: check added
3057:
3058: 2016-12-03 moko
3059:
3060: * tests/: 346-curl.html, results/346-curl.processed: test modified
3061: to test value.as_hash() usage
3062:
3063: * src/classes/curl.C: value.as_hash() used for correct hash
3064: processing
3065:
3066: * src/classes/reflection.C: exceptions texts fixes
3067:
3068: 2016-12-02 moko
3069:
3070: * tests/: 372.html, results/372.processed: tests for
3071: ^reflection:create[ $.class[name] $.constructor[name]
3072: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
3073: feature #1094)
3074:
3075: * src/types/pa_vmethod_frame.h: comment added: params should be
3076: declared outside of *_FRAME_ACTION as MethodParams destructor
3077: will be called in ~VNativeMethodFrame
3078:
3079: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
3080: ] minor fix
3081:
3082: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
3083: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
3084: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
3085: now supported (implements feature #1094) value::as_hash added
3086: (and should be used everywhere)
3087:
3088: * src/classes/reflection.C: cleanup
3089:
3090: 2016-12-01 moko
3091:
3092: * tests/: 356.html, results/356.processed: test for method
3093: junctions class name added to the resulting hash added (related
3094: to feature #1068)
3095:
3096: * src/classes/reflection.C: for method junctions class name added
3097: to the resulting hash (related to feature #1068)
3098:
3099: 2016-11-30 moko
3100:
3101: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
3102: exception (related to bug #1113)
3103:
3104: * src/types/pa_vhashfile.C: whitespace
3105:
3106: * src/main/pa_os.C: errno now returned as it should (fixes bug
3107: #1113)
3108:
3109: * tests/results/: 175.processed, 192.processed, 224.processed,
3110: 229.processed, 239.processed, 244.processed, 246.processed,
3111: 314.processed, 352.processed: tests results updated after method
3112: call exceptions improved as method now keeps its name
3113:
3114: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
3115: types/pa_vmethod_frame.h: method call exceptions improved as
3116: method now keeps its name
3117:
3118: * tests/: 224.html, 239.html, results/224.processed,
3119: results/239.processed: tests and tests results updated after
3120: Request::construct exception changed
3121:
3122: * src/: classes/reflection.C, main/execute.C: Request::construct
3123: exception optimized
3124:
3125: * tests/: 371.html, results/371.processed: test for
3126: WWrapper.get_element call in $.name.key[value] code added
3127: (related to feature #1091)
3128:
3129: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
3130: in $.name.key[value] code (related to feature #1091)
3131:
3132: 2016-11-29 moko
3133:
3134: * src/classes/op.C: VS warning war
3135:
3136: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
3137: C4239: nonstandard extension used : 'return' : conversion from
3138: 'Value' to 'Value &' (related to feature #1020)
3139:
3140: * src/: main/execute.C, types/pa_vmethod_frame.h,
3141: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
3142: used : 'return' : conversion from 'Value' to 'Value &' (related
3143: to feature #1020)
3144:
3145: * src/main/execute.C: VS warning war
3146:
3147: * src/targets/cgi/parser3.C: VS compatibility fix
3148:
3149: * src/include/pa_request.h: VS warning war
3150:
3151: * tests/: 370.html, results/370.processed: test for ^file::exec[
3152: ... $.stdin[$binary_file] ] added (related to bug #1044)
3153:
3154: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
3155: include/pa_string.h, main/pa_exec.C: pa_exec now supports
3156: $.stdin[$binary_file] (fixes bug #1044)
3157:
3158: 2016-11-28 moko
3159:
3160: * src/main/pa_exec.C: whitespace
3161:
3162: * src/main/pa_request.C: whitespace
3163:
3164: * tests/: 369.html, results/369.processed: test for
3165: $response:status usage added (related to feature #1099)
3166:
3167: * src/targets/cgi/parser3.C: HTTP response code used as exit status
3168: if < 100 (implements feature #1099)
3169:
3170: * src/targets/cgi/parser3.C: whitespace
3171:
3172: * src/targets/cgi/parser3.C: whitespace
3173:
3174: * tests/: 368.html, results/368.processed: test updated after
3175: ^reflection:filename[$method] added (related to feature #1053)
3176:
3177: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
3178: main/compile.y, main/execute.C, main/pa_request.C,
3179: types/pa_vclass.h: filename -> filespec,
3180: ^reflection:filename[$method] added (related to feature #1053)
3181:
3182: 2016-11-27 moko
3183:
3184: * tests/: 368.html, results/368.processed: test for
3185: reflection:filename[$class or object] added (related to feature
3186: #1053)
3187:
3188: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
3189: types/pa_vstateless_class.h: ^reflection:filename[$class or
3190: object] added (implements feature #1053)
3191:
3192: 2016-11-26 moko
3193:
3194: * src/: include/pa_request_info.h,
3195: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
3196: remove_absolute_uri -> strip_absolute_uri
3197:
3198: 2016-11-25 moko
3199:
3200: * src/: include/pa_request_info.h,
3201: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
3202: request_info.remove_absolute_uri added to remove possible
3203: http://site.name/ from $request:uri (implements feature #1112)
3204:
3205: 2016-11-24 moko
3206:
3207: * tests/: 367-curl.html, results/367-curl.processed: test for
3208: previous request headers clearing after redirect added (related
3209: to bug #1109)
3210:
3211: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
3212: response headers from previous requests are now cleared, only
3213: last request headers are collected (fixes bug #1109)
3214:
3215: * tests/results/: 266.processed, 321.processed, 356.processed:
3216: tests results updated as method name now added to the resulting
3217: hash for new syntax only (Imp1 compatimility fixed, related to
3218: feature #1068)
3219:
3220: * src/classes/reflection.C: method name now added to the resulting
3221: hash for new syntax only (Imp1 compatimility fixed, related to
3222: feature #1068)
3223:
3224: * tests/results/366.processed: test for native and parser
3225: implementation of ^use[] logic (related to feature #1074)
3226:
3227: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
3228: for native and parser implementation of ^use[] logic (related to
3229: feature #1074)
3230:
3231: 2016-11-23 moko
3232:
3233: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3234: main/pa_request.C: @USE file now implemented as ^use[file;
3235: $.origin[origin_file] ] (implements feature #1074)
3236:
1.109 moko 3237: 2016-11-21 moko
3238:
1.110 moko 3239: * tests/: 365.html, results/365.processed: test for $caller bugs in
3240: 3.4.4 and $caller.method now tested (related to feature #1110)
3241:
3242: * tests/: 364.html, results/364.processed: $caller usage in
3243: different contexts now tested (related to feature #1110)
3244:
3245: * src/types/types.vcproj: +pa_vcaller_wrapper.h
3246:
3247: * src/types/Makefile.am: pa_vcaller_wrapper.h added
3248:
1.109 moko 3249: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
3250: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
3251: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
3252: used (implements feature #1110)
3253:
3254: 2016-11-20 moko
3255:
3256: * src/types/pa_vdouble.h: whitespace
3257:
3258: 2016-11-11 moko
3259:
3260: * tests/: 363.html, results/363.processed: more tests for feature
3261: #1091 (how parser methods work in expression context)
3262:
3263: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
3264: expressions strings are now written as strings, not values by
3265: write_as_string (related to feature #1091)
3266:
3267: * src/classes/op.C: to make more correct behavour in expression
3268: context
3269:
3270: 2016-11-07 moko
3271:
3272: * tests/: 362.html, results/362.processed: test for
3273: xsltParseStylesheetDoc caching as xsl modification after it added
3274: (related to bug #1108)
3275:
3276: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
3277: result now cached as xdoc is modified after it (fixes bug #1108)
3278:
3279: 2016-11-06 moko
3280:
3281: * src/types/pa_vxdoc.h: whitespace
3282:
3283: 2016-11-05 moko
3284:
3285: * src/types/pa_vmethod_frame.h: cleanup
3286:
3287: 2016-11-03 moko
3288:
3289: * tests/results/244.processed: more correct exception after method
3290: frames separation
3291:
3292: * src/types/pa_vmethod_frame.h: minor optimizaion
3293:
3294: * src/types/pa_method.h: optimization: params_count added
3295:
3296: * src/: classes/json.C, classes/op.C, classes/reflection.C,
3297: include/pa_request.h, main/execute.C, main/pa_request.C,
3298: types/pa_value.C, types/pa_vmethod_frame.C,
3299: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
3300: VMethodFrame now divided into VNativeMethodFrame,
3301: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
3302: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
3303: and used (related to feature #1104)
3304:
3305: 2016-11-02 moko
3306:
3307: * src/: classes/bool.C, classes/curl.C, classes/date.C,
3308: classes/double.C, classes/file.C, classes/hash.C,
3309: classes/hashfile.C, classes/image.C, classes/inet.C,
3310: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3311: classes/memcached.C, classes/op.C, classes/reflection.C,
3312: classes/regex.C, classes/string.C, classes/table.C,
3313: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
3314: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
3315: r.write (implements feature #1091)
3316:
3317: * src/main/execute.C: cleanup (related to feature #1104)
3318:
3319: * src/: include/pa_request.h, main/execute.C,
3320: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
3321: added, in_expression removed (implements feature #1104)
3322:
3323: 2016-10-31 moko
3324:
3325: * src/types/pa_value.C: whitespace
3326:
3327: 2016-10-28 moko
3328:
3329: * tests/results/244.processed: updated after error reporting fixed
3330: in pa_wcontext.C
3331:
3332: * src/types/pa_wcontext.C: error reporting fixed
3333:
3334: * src/types/pa_wcontext.h: whitespace
3335:
3336: * src/classes/image.C: not fully readed entries are no longer
3337: processed (fixes bug #1106)
3338:
3339: 2016-10-26 moko
3340:
3341: * src/classes/image.C: whitespace
3342:
3343: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
3344: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
3345: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
3346: longer required (related to feature #1091)
3347:
3348: * tests/results/: 264.processed, 350.processed: test results update
3349: reverted (whitespace optimization) after write_no_lang removed :)
3350: (related to feature #1091)
3351:
3352: * src/: classes/file.C, classes/hash.C, classes/op.C,
3353: classes/string.C, classes/table.C, classes/void.C,
3354: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
3355: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
3356: equal write_pass_lang (related to feature #1091)
3357:
3358: * tests/results/: 264.processed, 350.processed: test results
3359: updated (whitespace optimization) after write_assign_lang removed
3360: (related to feature #1091)
3361:
3362: * tests/: 361.html, results/361.processed: test for non-string
3363: ^untaint added (related to feature #1091)
3364:
3365: * src/: classes/curl.C, classes/date.C, classes/file.C,
3366: classes/hash.C, classes/op.C, classes/string.C,
3367: include/pa_request.h, main/execute.C: optimization:
3368: write_assign_lang removed as not required (first part of feature
3369: #1091 implementation)
3370:
1.108 moko 3371: 2016-10-12 moko
3372:
3373: * tests/: 360.html, results/360.processed: more test code (related
3374: to feature #1104)
3375:
3376: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
3377: include/pa_request.h, main/compile.y, main/execute.C: opcode
3378: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
3379: WContext is next task (implements feature #1104)
3380:
3381: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
3382: / CO_WITHOUT_WCONTEXT
3383:
3384: * tests/: 360.html, results/360.processed: test for in expression
3385: state (related to feature #1104)
3386:
3387: 2016-10-11 moko
3388:
3389: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
3390:
3391: * src/classes/op.C: default value removed from initializer
3392:
3393: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
3394:
3395: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
3396:
3397: 2016-10-10 moko
3398:
3399: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
3400: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
3401: to feature #42)
3402:
3403: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
3404: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
3405:
3406: 2016-10-08 moko
3407:
3408: * src/classes/double.C: whitespace
3409:
3410: 2016-10-07 moko
3411:
3412: * src/types/pa_vmethod_frame.h: reorder
3413:
3414: 2016-10-06 moko
3415:
3416: * src/classes/date.C: typo
3417:
3418: * src/types/pa_vmethod_frame.h: whitespace + cleanup
3419:
3420: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3421: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
3422: types/pa_vmethod_frame.h: params.get now returns Value&, not
3423: Value*
3424:
3425: * src/types/pa_vmethod_frame.C: params.get should return Value&.
3426:
3427: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
3428: removed; first as_* code rewrite
3429:
3430: 2016-10-05 moko
3431:
3432: * src/include/pa_request.h: whitespace
3433:
3434: * tests/: 359.html, results/359.processed: test for VCodeFrame and
3435: intercept_string added (related to feature #1097)
3436:
3437: * src/: classes/image.C, classes/op.C, classes/table.C,
3438: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3439: optimization: intercept_string removed (implements feature #1097)
3440:
3441: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
3442:
3443: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
3444: from VCodeFrame and WWrapper as not required
3445:
3446: 2016-10-04 moko
3447:
3448: * src/: classes/curl.C, classes/date.C, classes/double.C,
3449: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
3450: classes/int.C, classes/json.C, classes/op.C,
3451: classes/reflection.C, classes/string.C, classes/table.C,
3452: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3453: proces_to_value -> process after StringOrValue removed (related
3454: to feature #1020)
3455:
3456: * src/classes/form.C: whitespace
3457:
3458: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
3459:
3460: * tests/: 357.html, 358.html, results/357.processed,
3461: results/358.processed, results/auto.p: test for @conf
3462: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
3463:
3464: 2016-10-03 moko
3465:
3466: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
3467: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
3468: supported (implements feature #42)
3469:
3470: * src/types/pa_vregex.h: no reason for VRegex to be
3471: is_evaluated_expr
3472:
3473: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
3474: (implements feature #1095)
3475:
3476: 2016-10-01 moko
3477:
3478: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
3479: false by default (related to feature #1089)
3480:
3481: 2016-09-30 moko
3482:
3483: * src/types/pa_wcontext.h: cleanup
3484:
3485: 2016-09-29 moko
3486:
3487: * src/main/execute.C: whitespace
3488:
3489: * src/include/pa_request.h: whitespace
3490:
3491: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3492: classes/op.C, classes/table.C, include/pa_request.h,
3493: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
3494: types/pa_vobject.C, types/pa_wcontext.h: optimization:
3495: StringOrValue removed as it just slows down and adds complexity
3496: (implements feature #1020)
3497:
3498: 2016-09-28 moko
3499:
3500: * tests/: 356.html, results/266.processed, results/321.processed,
3501: results/356.processed: tests updated after name was added to
3502: method_info hash, test for ^reflection:method_info[junction]
3503: added (related to feature #1068)
3504:
3505: * src/classes/reflection.C: ^reflection:method_info[junction] now
3506: supported, method name added to the resulting hash (implements
3507: feature #1068)
3508:
3509: * tests/: 276.html, results/276.processed: more tests for
3510: ^reflection:delete[]
3511:
3512: * src/classes/reflection.C: fixed bug then ^reflection:delete
3513: didn't work on class and could damage native objects (like file)
3514:
3515: 2016-09-26 moko
3516:
3517: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
3518: results/345.processed, results/346-curl.processed,
3519: results/347-curl.processed, results/348.processed: numbers added
3520: to simplify diff analysis
3521:
3522: * tests/: 352.html, results/352.processed: test result updated as
3523: method name used
3524:
3525: * src/classes/reflection.C: method name used
3526:
3527: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
3528: its name
3529:
3530: * src/types/pa_method.h: whitespace
3531:
3532: * src/classes/reflection.C: both method and field with one name can
3533: exist.
3534:
3535: * src/classes/reflection.C: ^reflection:mixin added (implements
3536: feature #1089)
3537:
3538: * tests/: 355.html, results/355.processed: property appears in
3539: derived class if added in base test added
3540:
3541: * src/types/pa_vstateless_class.h: get_method declaration +
3542: whitespace
3543:
3544: * tests/: 354.html, results/354.processed: nice test from method
3545: and property with one name in class added
3546:
3547: 2016-09-23 moko
3548:
3549: * src/classes/reflection.C: ^reflection:method usage documented
3550:
3551: 2016-09-22 moko
3552:
3553: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
3554: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
3555: compile warning and GPF occures on VS2003 (related to feature
3556: #1087)
3557:
3558: * tests/: 350.html, results/350.processed: test added for
3559: $.encloser[] support in ^table::create (related to feature #11)
3560:
3561: * src/classes/table.C: another minor fix (related to feature #11)
3562:
1.107 moko 3563: 2016-09-21 moko
3564:
3565: * src/include/pa_config_fixed.h: vs2015 compilation fixes
3566:
3567: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3568: classes/json.C, classes/string.C, classes/table.C,
3569: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3570: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3571: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
3572: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
3573: pa_charsets, vs2015 warning war
3574:
3575: * src/classes/table.C: vs2015 warning war
3576:
3577: * src/types/pa_vdate.C: vs2015 warning war
3578:
3579: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
3580:
3581: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
3582: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
3583:
3584: * src/main/pa_common.C: vs2015 compilation fixes
3585:
3586: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
3587: vs2015 compilation fixes
3588:
3589: * src/main/pa_charset.C: vs2015 warning war
3590:
3591: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
3592:
3593: * src/main/pa_charset.C: vs2015 warning war
3594:
3595: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
3596:
3597: * src/types/pa_vdate.C: vs2015 compilation fix
3598:
3599: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
3600:
3601: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
3602: VS2015 compilation fixes
3603:
3604: * src/classes/table.C: minor fix (related to feature #11)
3605:
3606: * tests/results/282.processed: no longer skipping extra enclosers
3607: (related to feature #11)
3608:
3609: * src/classes/table.C: minor fix + no longer skipping extra
3610: enclosers (related to feature #11)
3611:
3612: * src/classes/table.C: minor optimization (related to feature #11)
3613:
3614: * src/classes/table.C: minor fix and optimization (related to
3615: feature #11)
3616:
3617: 2016-09-20 moko
3618:
3619: * tests/: 353.html, results/353.processed: test for
3620: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
3621: added (related to bug #1090)
3622:
3623: * src/main/compile.y: PC.cclass->is_vars_local() check added for
3624: one_big_piece (fixes bug #1090)
3625:
3626: * tests/: 229.html, results/229.processed: code coverage tests
3627:
3628: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
3629: body) was called
3630:
3631: * src/classes/op.C: whitespace
3632:
3633: * tests/: 323.html, results/323.processed: test for code junction
3634: should not be returned by ^reflection:class, ^reflection:base
3635:
3636: * src/classes/reflection.C: bugfix: code junction should not be
3637: returned by ^reflection:class, ^reflection:base
3638:
3639: * tests/: 323.html, 352.html, results/352.processed: no more
3640: exception for ^reflection:method[class;no-such-method] (related
3641: to feature #1087)
3642:
3643: * src/classes/reflection.C:
3644: ^reflection:method[class;no-such-method] : exception -> void
3645: (related to feature #1087)
3646:
3647: * src/include/pa_request.h: request::write_value added to allow
3648: write value without convertion (related to issue #1091)
3649:
3650: 2016-09-19 moko
3651:
3652: * src/main/pa_random.C: windows build fix
3653:
3654: * src/types/pa_vhash.h: warning war
3655:
3656: 2016-09-14 moko
3657:
3658: * tests/: 352.html, 552.html, results/352.processed,
3659: results/552.processed: test for ^reflection:method[] extension
3660: added (related to feature #1087)
3661:
3662: * tests/: 552.html, results/552.processed: test for
3663: ^reflection:method[] extension added (related to feature #1087)
3664:
3665: * src/classes/reflection.C: compatibility issue fixed, VClass
3666: dynamic_cast check added (related to feature #1087)
3667:
3668: * tests/: 351.html, results/351.processed: test for @auto[]
3669: inheritance bug diring ^process[] added (related to bug #1088)
3670:
3671: * src/: classes/op.C, main/pa_request.C,
3672: types/pa_vstateless_class.C: set_method now checks for @auto[] to
3673: disable it inheritance during ^process (fixes bug #1088)
3674:
3675: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
3676: added (implements feature #1087)
3677:
3678: 2016-09-13 moko
3679:
3680: * tests/: 349.html, results/auto.p: test for objects prototyping
3681: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
3682: to feature #1086)
3683:
3684: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
3685: types/pa_vobject.C: objects now are not class instances, but have
3686: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
3687: in @conf (implements feature #1086)
3688:
3689: 2016-09-08 moko
3690:
3691: * src/: classes/file.C, classes/mail.C, classes/string.C,
3692: classes/table.C, main/pa_http.C, main/pa_string.C,
3693: include/pa_string.h: cleanup: string::split limit argument
3694: removed as no longer required, pos_after no longer reference
3695: (related to feature #11)
3696:
3697: * src/classes/table.C, tests/results/348.processed: now exception
3698: is rised when invalid option is passed to ^table::create[]
3699:
3700: * tests/: 282.cfg, 282.html, results/282.processed: more code
3701: coverage tests
3702:
3703: * tests/: 348.html, results/348.processed: code coverage tests
3704: added
3705:
3706: * tests/: 348.html, results/348.processed: generic ^table::create[]
3707: tests
3708:
3709: * tests/: 035.html, results/035.processed, results/272.processed:
3710: tests updated after $.encloser[] support for ^table::create
3711: implementation (related to feature #11)
3712:
3713: * src/classes/table.C: $.encloser[] support for ^table::create
3714: finally added (implements feature #11)
3715:
3716: 2016-09-07 moko
3717:
3718: * src/include/pa_string.h: added StringSplitHelper as friend
3719: (related to feature #11)
3720:
3721: * src/include/pa_string.h: body and langs now protected, not
3722: private to allow inheritance (related to feature #11)
3723:
3724: * src/classes/table.C: lsplit optimized before cloning for
3725: ^table::create with $.encloser[] (related to feature #11)
3726:
3727: * src/classes/table.C: optimizaion: TableControlChars.separators
3728: added and used (related to feature #11)
3729:
3730: * src/classes/table.C: spelling:
3731:
3732: TableSeparators -> TableControlChars column -> separator
3733: separators -> control_chars
3734:
3735: 2016-09-06 moko
3736:
3737: * src/main/pa_string.C: whitespace
3738:
3739: * src/main/pa_string.C: whitespace
3740:
3741: 2016-09-01 moko
3742:
3743: * tests/: 347-curl.html, results/347-curl.processed: to make tests
3744: results OS-independent
3745:
3746: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
3747: compiler (related to feature #1042)
3748:
3749: 2016-08-15 moko
3750:
3751: * src/include/pa_string.h: whitespace
3752:
3753: * src/classes/table.C: whitespace
3754:
1.106 moko 3755: 2016-08-05 moko
3756:
3757: * tests/: 344.html, results/344.processed: test for
3758: ^hash::create[$file] added (related to feature #1075)
3759:
3760: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
3761: supported (implements feature #1075)
3762:
3763: 2016-08-04 moko
3764:
3765: * tests/: 341.html, results/341.processed: more code coverage tests
3766:
3767: * tests/: 346-curl.html, results/346-curl.processed: more code
3768: coverage tests for curl
3769:
3770: * tests/: 346-curl.html, results/346-curl.processed: more code
3771: coverage tests for curl
3772:
3773: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
3774: results/223.processed: code coverage tests: $.form[ $.table[] ]
3775: test added
3776:
3777: * tests/: 223-curl.html, results/223-curl.processed: more code
3778: coverage tests for curl
3779:
3780: 2016-08-03 moko
3781:
3782: * src/classes/curl.C: dlink(curl_library) now called not once, but
3783: until it will be loaded, allowing to find existing library.
3784:
3785: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
3786: results/347-curl.processed: more code coverage tests for curl
3787:
3788: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
3789: results/339-curl.processed, results/346-curl.processed: curl
3790: functionality tests
3791:
3792: 2016-08-02 moko
3793:
3794: * tests/: 339.html, results/339.processed: test for tables in
3795: ^file:load[] and ^curl:load[] (commented) added (related to
3796: feature #1042)
3797:
3798: * tests/: 345.html, results/345.processed: code coverage tests for
3799: file class
3800:
3801: * tests/: 344.html, results/344.processed: code coverage tests
3802:
3803: * tests/: 344.html, results/344.processed: mdate removed from
3804: output
3805:
3806: * src/classes/file.C: minor bugfix: is_text should be taked from
3807: fcontent.is_text_mode() if not set (related to feature #1061)
3808:
3809: * tests/: 344.html, results/344.processed: more tests
3810:
3811: * tests/: 343.html, 344.html, results/343.processed,
3812: results/344.processed: tests for ^file::create[ $.from-charset
3813: and $.to-charset ] (related to feature #1061)
3814:
3815: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3816: aset_text_mode argument optimized
3817:
3818: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3819: checkBOM now used in detect_binary_content (related to feature
3820: #1061)
3821:
3822: * src/main/pa_request.C: load_charset no longer required to_upper
3823:
3824: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3825: preserves original file mode (if no $.mode specified)
3826:
3827: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3828: ^file::create now supports $.from-charset[] and $.to-charset
3829: options (implements feature #1061), automatic transcode is done
3830: if text file is created from binary file and charset is detected.
3831:
3832: 2016-07-30 moko
3833:
3834: * src/classes/table.C: ^t.hash[..;] now supported (related to
3835: feature #1057)
3836:
3837: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3838: added (related to feature #1057)
3839:
3840: * tests/: 286.html, results/286.processed: code tests coverage
3841:
3842: 2016-07-29 moko
3843:
3844: * src/classes/table.C: table size should be checked inside menu and
3845: foreach (related to feature #858)
3846:
3847: * src/: classes/curl.C, classes/file.C, classes/string.C,
3848: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3849: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
3850: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
3851: charsets.get now does str_upper inside (related to feature #1061)
3852:
3853: * tests/: 342.html, results/342.processed: more code coverage tests
3854:
3855: * tests/: 342.html, outputs/342.processed: table menu code coverage
3856: + foreach test added (related to feature #858)
3857:
3858: * tests/: 341.html, results/341.processed: tests for
3859: ^table.hash[]{code} added + code coverage tests (related to
3860: feature #1057)
3861:
3862: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
3863: value} support (implements feature #1057)
3864:
3865: * src/classes/table.C: whitespace
3866:
3867: 2016-07-28 moko
3868:
3869: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
3870: from URL, if not specified query string removed from url-based
3871: filenames in ^curl:load[] and ^file::load[] (related to feature
3872: #1042)
3873:
3874: 2016-07-27 moko
3875:
3876: * tests/: 340.html, results/340.processed: test for
3877: transcode_text_result=false added (related to issue #1042)
3878:
3879: 2016-07-26 moko
3880:
3881: * src/types/pa_vfile.C: file name should not be empty (if file path
3882: is folder and ends with /) (related to feature #1042)
3883:
3884: * src/main/pa_http.C: whitespace optimizaion
3885:
3886: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3887: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
3888: multiple headers, ^file::load supports headers transcoding
3889: (implements feature #1042)
3890:
3891: 2016-07-25 moko
3892:
3893: * src/include/pa_common.h: PA_DEFAULT added
3894:
3895: 2016-07-22 moko
3896:
3897: * tests/: 338.html, results/338.processed: test for
3898: $date.field(value) added (related to feature #1066)
3899:
3900: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3901: $date.field(value) now supported for y/m/d/h/m/s (implements
3902: feature #1066)
3903:
1.105 moko 3904: 2016-07-21 moko
3905:
3906: * src/: classes/file.C, classes/image.C, include/pa_common.h,
3907: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
3908: arguments removed; image.C - absolute path shown in exception
3909: (implements feature #1071)
3910:
3911: * tests/: 235.html, results/235.processed: test and test result
3912: updated after static boundary in mail and Errors-To: mail header
3913: removed (related to feature #1047)
3914:
3915: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
3916: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
3917: used, static boundary in mail removed, Errors-To: mail header
3918: removed (implements feature #1047)
3919:
3920: 2016-07-20 moko
3921:
3922: * src/: classes/reflection.C, types/pa_vstateless_class.h:
3923: equest.classes(): Value -> VStateless_class, part 3 (related to
3924: issue #1051)
3925:
3926: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
3927: request.classes(): Value -> VStateless_class, part 2 (related to
3928: issue #1051)
3929:
3930: * tests/results/: 224.processed, 323.processed: classes without
3931: methods should not be methoded (related to issue #1051)
3932:
3933: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
3934: main/compile_tools.h, main/pa_request.C: request.classes(): Value
3935: -> VStateless_class, part 1 (related to issue #1051)
3936:
3937: * tests/: 337.html, results/337.processed: test for
3938: ^reflection:fields_reference[] and VHashReference class added
3939: (related to feature #1072)
3940:
3941: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
3942: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
3943: and VHashReference added, allowing ^reflection:fields_reference[]
3944: implementation (closes feature #1072)
3945:
3946: 2016-07-19 moko
3947:
3948: * tests/: 323.html, results/323.processed: we want to see
3949: "methoded"
3950:
3951: * tests/: 336.html, results/336.processed: test for $BASE:property
3952: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
3953: #1059)
3954:
3955: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
3956: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
3957: somebody_entered_some_class, $BASE:property works again,
3958: ^BASE:method[] bugs fixed (fixes bug #1059)
3959:
3960: 2016-07-14 moko
3961:
3962: * tests/: 335.html, results/335.processed: test for feature #1055
3963: added
3964:
3965: * src/classes/hash.C: bugfix: $._default was not copied if empty
3966: feature: ^hash.contains[_default] added (implements feature
3967: #1055)
3968:
3969: 2016-07-13 moko
3970:
3971: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
3972: should not call @autouse (http://www.parser.ru/forum/?id=83480)
3973:
3974: 2016-07-05 moko
3975:
3976: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
3977: in ^hash.foreach (related to feature #1073)
3978:
3979: 2016-07-04 moko
3980:
3981: * tests/: 134.html, 281.html, results/134.processed,
3982: results/281.processed: tests updated after hash blocking removed
3983: (related to feature #1073)
3984:
3985: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
3986: no longer blocks on change during foreach (implements feature
3987: #1073)
3988:
3989: 2016-06-17 moko
3990:
3991: * tests/: 330.html, results/330.processed: try exception source
3992: test added (related to bug in #1062)
3993:
3994: * tests/: 334.html, results/334.processed: Exception stack trace
3995: test added (related to bug in $1062)
3996:
3997: * src/classes/op.C: Exception trace now correctly restored and
3998: errors reported (related to bug #1062)
3999:
1.104 moko 4000: 2016-05-25 moko
4001:
4002: * src/main/compile.y: minor cleanup + beauty
4003:
4004: 2016-05-24 moko
4005:
4006: * tests/: 333.html, results/333.processed: more exceptions testing
4007:
4008: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
4009: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
4010: features #1056, #1026)
4011:
4012: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
4013: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
4014: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
4015: (implements feature #1056)
4016:
4017: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4018: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
4019: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
4020: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
4021: feature #1026)
4022:
4023: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
4024: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
4025: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
4026: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
4027: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
4028: feature #1026)
4029:
4030: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4031: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
4032: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
4033: SYMBOLS_CACHING define implemented (related to feature #1026)
4034:
4035: * src/main/main.vcproj: + ps_symbols
4036:
4037: * src/: include/Makefile.am, include/pa_string.h,
4038: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
4039: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
4040: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4041: types/pa_vstateless_class.C: initial implementation for symbols
4042: cache (related to feature #1026)
4043:
4044: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
4045:
4046: * src/main/pa_globals.C: minor cleanup
4047:
4048: 2016-05-19 moko
4049:
4050: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
4051: (related to feature #1046)
4052:
4053: * tests/: 331.html, results/331.processed: test for
4054: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
4055: (related to feature #1051)
4056:
4057: * src/main/compile.y:
4058: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
4059: (implements feature #1054)
4060:
4061: 2016-05-18 moko
4062:
4063: * src/types/pa_vtable.C, tests/results/324.processed: no more
4064: "column not found" exception for ^table.no-such-method[] (related
4065: to feature #1046)
4066:
4067: * tests/: 261.html, results/261.processed: test added and updated
4068: after feature #1046 implementation
4069:
4070: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
4071: types/pa_vvoid.h: $string.anything works for whitespace strings,
4072: ^string.contains added for hash compatibility, $string.method no
4073: longer returns stting method (implements feature #1046)
4074:
4075: 2016-05-12 moko
4076:
4077: * src/classes/curl.C: content-type response header no longer
4078: ignored (fixes issue #1045)
4079:
4080: * tests/: 330.html, results/330.processed: test for incomplete
4081: finally execution when break occures added (related to issue
4082: #1077)
4083:
4084: * src/classes/op.C: bugfix: Request::skip reset is called before
4085: executing catch and finally code (fixes issue #1062)
4086:
4087: 2016-05-11 moko
4088:
4089: * tests/: 329.html, results/329.processed: test for invalid
4090: ^break[] behavour added (bug #1077)
4091:
4092: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
4093:
4094: 2016-04-24 moko
4095:
4096: * src/types/pa_vstateless_class.h: warning war
4097:
4098: 2016-04-17 moko
4099:
4100: * tests/: 328.html, results/328.processed: test for
4101: ^break(condition) and ^continue(condition) (related to feature
4102: #1063)
4103:
4104: * src/classes/op.C: ^break(condition) and ^continue(condition)
4105: implemented (feature #1063)
4106:
4107: 2016-04-12 moko
4108:
4109: * tests/results/280.processed: ordered hash now used for class
4110: methods and properties (test results updated for feature #1069)
4111:
4112: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
4113: to xdoc.C as under FreeBSD it was inited after and inheritance
4114: failed (related to issue #1051)
4115:
4116: * tests/: 320.html, results/320.processed: xdoc and xnode methods
4117: are printed to check inheritance (related to feature #1051)
4118:
1.103 moko 4119: 2016-04-09 moko
4120:
4121: * tests/results/320.processed: ordered hash now used for class
4122: methods and properties (test results updated for feature #1069)
4123:
4124: * src/types/pa_vstateless_class.h: ordered hash now used for class
4125: methods and properties (implements feature #1069)
4126:
4127: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
4128: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
4129: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
4130: feature #1051)
4131:
4132: 2016-04-07 moko
4133:
4134: * src/main/execute.C: returned Value in .CLASS case for VJunction
4135: (related to feature #1051)
4136:
4137: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
4138: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
4139: string constants deduplication (related to feature #1051)
4140:
4141: * tests/results/224.processed: test result updated (related to
4142: feature #1051)
4143:
4144: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
4145: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
4146: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
4147: types/pa_vstatus.h: classes hash now contains only
4148: VStateless_class derived objects, .CLASS is also allways
4149: VStateless_class derived object (related to feature #1051).
4150:
4151: 2016-04-06 moko
4152:
4153: * tests/results/323.processed: test result updated after feature
4154: #1051 implementation
4155:
4156: * src/: classes/classes.h, classes/op.C, classes/response.C,
4157: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
4158: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
4159: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
4160: types/pa_vresponse.C, types/pa_vresponse.h,
4161: types/pa_vstateless_class.h: base -> methoded_donor for static
4162: classes, type() moved from VStateless_class to VClass and
4163: Methoded (implements feature #1051)
4164:
4165: 2016-04-04 moko
4166:
4167: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
4168: beauty: put_class added (related to feature #1051)
4169:
4170: 2016-04-01 moko
4171:
4172: * tests/results/: 175.processed, 192.processed, 224.processed,
4173: 229.processed, 244.processed, 246.processed, 316.processed: test
4174: results updated as class.type() removed from error messages, only
4175: type() left (related to feature #1051)
4176:
4177: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
4178: classes/op.C, classes/reflection.C, main/compile.y,
4179: main/compile_tools.h, main/execute.C, main/pa_request.C,
4180: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
4181: types/pa_vmethod_frame.h, types/pa_vobject.h,
4182: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
4183: from VStateless_class, type() is used instead (related to feature
4184: #1051)
4185:
4186: * src/classes/mail.C: old logic restored.
4187:
4188: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4189: classes/classes.h, classes/curl.C, classes/date.C,
4190: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4191: classes/hashfile.C, classes/image.C, classes/inet.C,
4192: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4193: classes/memcached.C, classes/memory.C, classes/reflection.C,
4194: classes/regex.C, classes/response.C, classes/string.C,
4195: classes/table.C, classes/xdoc.C, classes/xnode.C,
4196: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
4197: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
4198: feature #1051)
4199:
4200: 2016-03-30 moko
4201:
4202: * tests/: 327.html, results/224.processed, results/327.processed:
4203: test for TZ specification in ^date::create[], TZ is kept during
4204: ^date::create[$dt] (related to feature #1048)
4205:
4206: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
4207: ^date::create[], TZ is kept during ^date::create[$dt] (implements
4208: feature #1048)
4209:
4210: 2016-03-29 moko
4211:
4212: * tests/: 315.html, results/315.processed: test for timezone format
4213: +HHmm added (related to feature #1065)
4214:
4215: * src/classes/date.C: timezone format +HHmm now supported
4216: (implements feature #1065)
4217:
4218: 2016-03-28 moko
4219:
4220: * tests/: 202.html, results/131.processed, results/202.processed,
4221: results/224.processed, results/256.processed,
4222: results/315.processed: test results updated after %.2d now
4223: default for hours offset in iso-string (was %2d), test for
4224: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
4225: added (related to feature #1065)
4226:
4227: 2016-03-27 moko
4228:
4229: * src/types/pa_vdate.C: '+' sign for zero offset (related to
4230: feature #1065)
4231:
4232: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4233: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
4234: added (implements feature #1065)
4235:
4236: 2016-03-24 moko
4237:
4238: * tests/: 202.html, results/202.processed: test $date.week added
4239: (related to bug #1067)
4240:
4241: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
4242: date (fix for bug #1067)
4243:
4244: 2016-03-10 moko
4245:
4246: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
4247:
1.102 moko 4248: 2015-12-07 moko
4249:
4250: * tests/: 326.html, results/326.processed: test for .CLASS &
4251: .CLASS_NAME optimization added (related to feature #844)
4252:
4253: 2015-11-17 moko
4254:
4255: * tests/: 323.html, results/323.processed: order added
4256:
4257: * tests/: 325.html, results/325.processed: double range test added
4258: (related to bug #1049)
4259:
4260: 2015-11-16 moko
4261:
4262: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
4263: added to disallow NaN and Infinity (fixes bug #1049)
4264:
4265: 2015-11-11 moko
4266:
4267: * tests/324.html: parser 3.4.3 execution support added (related to
4268: feature #1017)
4269:
4270: * tests/: 324.html, results/324.processed: test for
4271: GET_ELEMENT4CALL feature added (feature #1017)
4272:
1.101 moko 4273: 2015-10-29 moko
4274:
4275: * operators.txt: updated for 3.4.4
4276:
4277: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
4278:
4279: * src/main/pa_exec.C: get_exit_status implemented for Windows
4280: (related to bug #1043)
4281:
4282: 2015-10-28 moko
4283:
4284: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
4285: hangup during ^file::exec (fixes bug #1043)
4286:
1.100 moko 4287: 2015-10-27 moko
4288:
4289: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
4290:
1.99 moko 4291: 2015-10-26 moko
4292:
1.100 moko 4293: * tests/322.html, src/classes/reflection.C: arguments reorder
4294: (related to issue #1041)
4295:
4296: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
4297: Copyright year updated
4298:
1.99 moko 4299: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
4300: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
4301: classes/form.C, classes/hash.C, classes/hashfile.C,
4302: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
4303: classes/mail.C, classes/math.C, classes/memcached.C,
4304: classes/memory.C, classes/op.C, classes/reflection.C,
4305: classes/regex.C, classes/response.C, classes/string.C,
4306: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4307: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4308: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4309: include/pa_config_fixed.h, include/pa_config_includes.h,
4310: include/pa_dictionary.h, include/pa_dir.h,
4311: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4312: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4313: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4314: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4315: include/pa_request_charsets.h, include/pa_request_info.h,
4316: include/pa_sapi.h, include/pa_socks.h,
4317: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4318: include/pa_stack.h, include/pa_string.h,
4319: include/pa_stylesheet_connection.h,
4320: include/pa_stylesheet_manager.h, include/pa_table.h,
4321: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4322: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4323: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4324: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
4325: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
4326: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
4327: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
4328: main/compile.y, main/compile_tools.C, main/compile_tools.h,
4329: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
4330: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
4331: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
4332: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
4333: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4334: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4335: main/pa_string.C, main/pa_stylesheet_connection.C,
4336: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4337: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4338: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
4339: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
4340: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
4341: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
4342: targets/isapi/parser3isapi.C, types/pa_junction.h,
4343: types/pa_method.h, types/pa_property.h, types/pa_value.C,
4344: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
4345: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
4346: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
4347: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4348: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4349: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4350: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4351: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4352: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4353: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4354: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
4355: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4356: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4357: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4358: types/pa_vresponse.C, types/pa_vresponse.h,
4359: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4360: types/pa_vstateless_object.h, types/pa_vstatus.C,
4361: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4362: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4363: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4364: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4365: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
4366:
4367: * src/targets/cgi/parser3.C: year updated
4368:
4369: * src/classes/reflection.C: VS2003 compatibility fixed (related to
4370: issue #1041)
4371:
4372: * tests/: 323.html, results/323.processed: test for base classes
4373: added
4374:
4375: * tests/: 261.html, results/261.processed: updated after better
4376: error reporting done for $string.key exception
4377:
4378: * src/types/pa_vstring.h: better error report for $string.key
4379: exception
4380:
4381: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
4382: copied as VObject::get_element4call to remove extra virtual call
4383:
4384: * tests/: 322.html, results/322.processed: test for
4385: ^reflection:is[] added (related to feature #1041)
4386:
4387: * src/classes/reflection.C: ^reflection:is empty value is void
4388: (related to feature #1041)
4389:
4390: * src/classes/reflection.C:
4391: ^reflection:is[class_name|code|method;[context;]element_name]
4392: added (implements feature #1041)
4393:
4394: 2015-10-24 moko
4395:
4396: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
4397:
1.98 moko 4398: 2015-10-22 moko
4399:
4400: * tests/: 321.html, results/321.processed: test for
4401: ^reflection:method_info[] file detection added
4402:
4403: * tests/: 320.html, results/320.processed: test for
4404: ^reflection:class_by_name[class_name] added (related to feature
4405: #993)
4406:
4407: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
4408: added (implements feature #993)
4409:
4410: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
4411: (related to feature #1017)
4412:
4413: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
4414: added (related to issue #1039)
4415:
4416: * src/main/pa_request.C: ^throw origin fixed (related to feature
4417: #1039)
4418:
4419: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
4420: for VDate
4421:
4422: * tests/results/182.processed: updated after feature #1038
4423: implemented
4424:
4425: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
4426: compile-time exception origin added (test for feature #1039)
4427:
4428: * src/: include/pa_request.h, main/compile.C, main/compile.y,
4429: main/pa_request.C: exception unification: compile-time exceptions
4430: now have origin, @USE origins also tracked (implements feature
4431: #1039)
4432:
4433: 2015-10-20 moko
4434:
4435: * src/main/pa_request.C: cleanup
4436:
4437: 2015-10-15 moko
4438:
4439: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
4440:
4441: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
4442: types/pa_vtable.C: new feature: no more $table.method and
4443: $hash.method, aliases for _at, _count, _key (related to feature
4444: #1017)
4445:
1.97 moko 4446: 2015-10-14 moko
4447:
1.98 moko 4448: * tests/: 317.html, results/317.processed: test for
4449: ^string.unescape[] added (related to feature #120)
4450:
1.97 moko 4451: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
4452: defined" bug (described in issue #1036)
4453:
4454: * tests/: 247.html, results/247.processed: test for checkBOM added
4455: (test for bug #1037)
4456:
4457: * src/: include/pa_charsets.h, main/pa_charsets.C,
4458: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
4459: it's not enforced, skips BOM signature if it complies charset
4460: (fixes bug #1037)
4461:
4462: 2015-10-13 moko
4463:
4464: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
4465: linking
4466:
4467: * src/classes/inet.C: vs2003 compilation fix
4468:
4469: * src/classes/math.C: warning war
4470:
4471: * src/lib/punycode/pa_punycode.c: warning war
4472:
4473: 2015-10-12 moko
4474:
4475: * src/lib/punycode/pa_punycode.c: warning war
4476:
4477: * parser3.sln: moved parser3 first, to make it default startup
4478: project
4479:
4480: * buildall: parser "mirror" now used for external libs sources
4481: (implements feature #1036)
4482:
4483: * buildall: most external libs are updated to their current
4484: versions (related to feature #1036)
4485:
4486: * src/classes/image.C: more tags added
4487:
4488: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
4489:
4490: 2015-10-11 moko
4491:
4492: * src/classes/curl.C: minor optimization (related to feature #1035)
4493:
4494: 2015-10-09 moko
4495:
4496: * src/classes/curl.C: pa_strdup added for strings from curl
4497: (related to feature #1035)
4498:
4499: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
4500: ULLONG_MAX definition
4501:
4502: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
4503: (implements feature #1035)
4504:
4505: * src/main/pa_charset.C: String::Body(String::C) used
4506:
4507: * src/main/pa_charset.C: exceptions unified
4508:
4509: * src/: include/pa_charset.h, main/pa_charset.C: declarations
4510: unified
4511:
4512: * src/: classes/file.C, classes/image.C, classes/mail.C,
4513: classes/op.C, classes/xdoc.C, classes/xnode.C,
4514: include/pa_string.h, main/pa_request.C, main/pa_string.C,
4515: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
4516: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
4517: String::Body(String::C) constructor added (related to bug #957)
4518:
4519: * src/classes/file.C: minor optimization
4520:
4521: * src/include/pa_hash.h: hash.get(char*) added, to minimize
4522: Cord(char*) autocreation (related to bug #957)
4523:
4524: * src/: classes/string.C, main/untaint.C: minor optimizations
4525:
4526: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
4527: String(char*, Lang, length) removed, String(C(), Lang) used
4528: instead (related to bug #957)
4529:
4530: 2015-10-08 moko
4531:
4532: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
4533: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
4534: main/untaint.C: Now char * is converted to CORD only using
4535: AS_CORD() to check for empty cord bug (fixes bug #957)
4536:
4537: * src/include/pa_hash.h: fixed compilation without
4538: HASH_CODE_CACHING
4539:
4540: * src/classes/string.C:
4541: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
4542: feature #120)
4543:
4544: * src/main/pa_common.C: reduce js flags checks count (related to
4545: feature #120)
4546:
1.96 moko 4547: 2015-10-07 moko
4548:
4549: * tests/: 275.html, results/275.processed: test modified after
4550: unsigned long long int support implemented (feature #1034)
4551:
4552: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
4553: pa_atoul added for unsigned long long int support
4554:
4555: 2015-10-06 moko
4556:
4557: * src/types/pa_vdate.C: INT_MAX used
4558:
4559: 2015-10-03 moko
4560:
4561: * tests/: 302.html, results/302.processed: test for bug #1023
4562: (\u2028, \u2029 escaping) added
4563:
4564: * src/main/untaint.C: \u2028, \u2029 are now escaped in
4565: json:string[] (fixes bug #1023)
4566:
4567: 2015-09-29 moko
4568:
4569: * tests/305.html: try-catch added for OS without ipv6 support
4570:
4571: * src/lib/json/pa_json.C: more unique prefixes for Solaris
4572: compilation
4573:
4574: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
4575: main/execute.C, types/pa_value.h, types/pa_vhash.h,
4576: types/pa_vtable.C, types/pa_vtable.h: get_element4call
4577: implemented to distinguish ^hash.method from $hash.field
4578: (implements feature #1017)
4579:
4580: * src/lib/punycode/pa_punycode.c: warning war
4581:
4582: * src/include/pa_config_includes.h: warning war
4583:
4584: * src/include/pa_config_includes.h: pragma warning actualized a bit
4585:
4586: * src/include/pa_config_includes.h: warning war
4587:
4588: * src/include/pa_hash.h: clang compilation fix
4589:
4590: 2015-09-27 moko
4591:
4592: * src/main/compile.tab.C: Bison 3 is now default
4593:
4594: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
4595:
4596: 2015-09-25 moko
4597:
4598: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
4599: works with undefined HASH_ORDER (related to feature #196)
4600:
4601: 2015-09-24 moko
4602:
4603: * tests/: 027.html, results/027.processed: test modified to test
4604: ^hash.sort (feature #196)
4605:
4606: * src/: classes/hash.C, include/pa_hash.h:
4607: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
4608: added (implements feature #196)
4609:
4610: * tests/: 316.html, results/316.processed: Added test for bug #1025
4611: (exception handling in non-cached ^cache), plus for "it does not
4612: have logical value" and "$exception.handled value must be either
4613: boolean or string 'cache'" exceptions.
4614:
4615: * src/classes/op.C: ^cache: exceptions now handled in non-cached
4616: code (fixes bug #1025)
4617:
1.95 moko 4618: 2015-09-23 moko
4619:
4620: * src/classes/table.C: warning war
4621:
4622: * src/: classes/math.C, types/pa_vcookie.C: warning war
4623:
4624: * src/classes/file.C: warning war
4625:
4626: * src/: include/pa_table.h, main/pa_table.C: warning war
4627:
4628: * src/: main/pa_request.C, classes/date.C: warning war
4629:
4630: * src/: types/pa_vdate.C, classes/op.C: warning war
4631:
4632: * tests/: 122.html, results/122.processed: win sync: to remove
4633: differences with OS that doesn't keep timezone change history
4634:
4635: * src/types/pa_vdate.C: tzset() should be called in Windows after
4636: TZ change (related to feature #36)
4637:
4638: * tests/: 075.html, results/075.processed: win sync: to remove
4639: differences with OS that doesn't keep timezone change history
4640:
4641: * tests/: 315.html, results/315.processed: win sync: to remove
4642: differences with OS that doesn't keep timezone change history
4643:
4644: * tests/: 256.html, results/256.processed: win sync: to remove
4645: differences with OS that doesn't keep timezone change history
4646:
4647: * tests/: 124.html, results/124.processed: win results sync: to
4648: avoid hitting time change hole.
4649:
4650: * src/types/pa_vdate.C: static returned. :)
4651:
4652: 2015-09-22 moko
4653:
4654: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
4655:
4656: * tests/results/131.processed: more tests for feature #1032
4657:
4658: * src/classes/date.C: minor fix related to feature #1032
4659:
4660: * operators.txt: ISO date creation documented (related to feature
4661: #1032)
4662:
4663: * operators.txt: iso-string documented (related to feature #1032)
4664:
4665: * tests/: 315.html, results/315.processed: more tests added
4666: (related to feature #1032)
4667:
4668: * tests/: 131.html, results/131.processed: date range checks
4669: updated (related to feature #36)
4670:
4671: * tests/: 315.html, results/057.processed, results/315.processed:
4672: test added for ISO date support (related to issue #315)
4673:
4674: * src/classes/date.C: more readable exceptions in date creation
4675: (related to ticket #1032)
4676:
4677: 2015-09-18 moko
4678:
4679: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
4680: added (related to issue #1032)
4681:
4682: * tests/results/256.processed, src/classes/json.C: iso-string
4683: documented (related to issue #1032)
4684:
4685: * tests/: 256.html, results/256.processed: ISO date check added
4686: (related to issue #1032)
4687:
4688: * tests/: 057.html, results/057.processed, results/224.processed:
4689: tests results updated after ISO date support implemented (related
4690: to feature #1032)
4691:
4692: * src/: classes/date.C, classes/image.C, types/pa_value.h,
4693: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
4694: ^date::create[string] constructor formalized, ^date.iso-string[]
4695: added (implements feature #1032)
4696:
4697: 2015-09-05 moko
4698:
4699: * operators.txt: actualized
4700:
4701: * operators.txt: date changes documented (related to ticket #36)
4702:
4703: 2015-09-04 moko
4704:
4705: * src/types/pa_vdate.C: warning war
4706:
4707: * src/: classes/op.C, types/pa_vhashfile.C: warning war
4708:
4709: 2015-09-03 moko
4710:
4711: * tests/results/096.processed: test result updated for 0..9999 year
4712: date range support (related to feature #36)
4713:
4714: * tests/: 314.html, results/314.processed: test for
4715: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
4716: bug #1031)
4717:
4718: * src/classes/string.C: Static calls fixed for ^string:base64[],
4719: ^string:idna[], ^string:js-escape[] (closes bug #1031)
4720:
1.116 moko 4721: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
4722: configure.in -> configure.ac
1.95 moko 4723:
1.116 moko 4724: * configure, configure.in, src/include/pa_config_auto.h.in: more
4725: correct timezone check for FreeBSD Warning war: configure.in ->
4726: configure.ac
1.95 moko 4727:
4728: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 4729: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
4730: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
4731: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
4732: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
4733: src/main/Makefile.am, src/targets/apache/Makefile.am,
4734: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 4735: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
4736: check added
4737:
4738: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
4739:
4740: * tests/results/: 124.processed, 224.processed: test resuls updated
4741: for new date implementation (related to feature #36)
4742:
4743: * src/: classes/date.C, classes/image.C, include/pa_common.h,
4744: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
4745: types/pa_vdate.h: new double date implementation with internal
4746: support for extended 0..9999 year range, default timezone support
4747: (related to feature #36)
4748:
4749: 2015-08-28 moko
4750:
4751: * src/types/pa_vmail.C: fixed $mail:received.date calculations
4752: (fixes bug #1030)
4753:
4754: 2015-08-21 moko
4755:
4756: * src/classes/inet.C: snprintf size "bug" commented
4757:
4758: * src/main/pa_common.C: snprintf comments updated
4759:
4760: 2015-08-16 moko
4761:
4762: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
4763:
4764: 2015-08-11 moko
4765:
4766: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4767: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
4768: can be null (fixes bug #1029)
4769:
4770: 2015-08-06 moko
4771:
1.116 moko 4772: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
4773: pa_vdate.C added
1.95 moko 4774:
4775: 2015-08-05 moko
4776:
4777: * tests/: 313.html, results/313.processed: test for
4778: ^table.count[columns] and ^table.flip[] with nameless tables
4779: (feature #1003)
4780:
4781: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4782: max_cell added, now ^table.count[columns] and ^table.flip[] works
4783: correctly for nameless tables (implements feature #1003)
4784:
4785: 2015-08-03 moko
4786:
4787: * tests/312.html: test for ^table.append[$hash] and
4788: ^table.insert[$hash] added (related to feature #1028)
4789:
4790: * src/classes/table.C: ^table.append[$hash] and
4791: ^table.insert[$hash] now supported (implements feature #1028)
4792:
4793: * tests/: 312.html, results/312.processed: test row copy in
4794: ^table.hash[; $.type[table] ] added (related to feature #1016)
4795:
4796: * src/classes/table.C: row copy now created in ^table.hash[;
4797: $.type[table] ] (related to feature #1016)
4798:
4799: 2015-07-29 moko
4800:
4801: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4802: added (related to feature #1016)
4803:
4804: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4805: ^table.delete[] added to delete current row (related to feature
4806: 1016)
4807:
4808: 2015-07-28 moko
4809:
4810: * tests/: 312.html, results/312.processed: test for
4811: $table.column[value] and ^table.insert{row} (related to feature
4812: #1016)
4813:
4814: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4815: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4816: ^table.insert{row} are now implemented (feature #1016)
4817:
4818: * src/include/pa_array.h: Optimization: bool reverse removed from
4819: append(), insert() added, memmove arguments order in remove()
4820: fixed (related to feature #1016)
4821:
4822: 2015-07-23 moko
4823:
4824: * src/classes/json.C: tainted json and empty json exception added
4825: (implements feature #1015)
4826:
4827: * tests/: 311.html, results/311.processed: empty json and tainted
4828: json exception test added (related to issue #1015)
4829:
4830: 2015-07-22 moko
4831:
4832: * tests/: 311.html, results/311.processed: test for UTF-8
4833: processing added
4834:
4835: * tests/: 311.html, results/311.processed: test for
4836: json_exception_with_source added (related to issue #394)
4837:
4838: * src/classes/json.C: json_exception_with_source added (implements
4839: feature #394)
4840:
4841: 2015-06-29 moko
4842:
4843: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
4844: directories are now correctly determined if _d_type == DT_UNKNOWN
4845: (closes bug #1027)
4846:
4847: 2015-06-10 moko
4848:
4849: * src/types/pa_vxnode.h: extern "C" not requred and causes build
4850: error if libxml has LIBXML_ICU_ENABLED.
4851:
4852: 2015-06-04 moko
4853:
4854: * tests/099.html: ups, reverting
4855:
4856: * tests/: 099.html, 309.html, 310.html, results/309.processed,
4857: results/310.processed: tests for $response:body[ $.file[] ] and
4858: $response:last-modified added
4859:
4860: * src/main/pa_request.C: last-modified check fixed
4861:
4862: 2015-06-03 moko
4863:
4864: * tests/: 204.html, 205.html, 293.html, results/204.processed,
4865: results/205.processed, results/293.processed: $response:headers
4866: logging added (tests for feature #1007)
4867:
4868: * src/: include/pa_common.h, include/pa_request.h,
4869: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
4870: $response:headers are now in uppercase (closes feature #1007)
4871:
4872: 2015-06-02 moko
4873:
4874: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
4875: build errors reverted for clang compatibility
4876:
4877: 2015-06-01 moko
4878:
4879: * src/include/pa_memory.h: -pedantic build errors fixed
4880:
4881: * src/classes/math.C: -pedantic build error fixed
4882:
4883: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
4884:
4885: 2015-05-31 moko
4886:
4887: * src/classes/table.C: USE_STRINGSTREAM optimized
4888:
4889: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
4890: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
4891: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
4892: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
4893: types/pa_vxnode.h: warning war (-pedantic flag)
4894:
4895: 2015-05-28 moko
4896:
4897: * tests/: 308.html, results/308.processed: test for
4898: ^table::create[$t;], etc work added (related to bug #975)
4899:
4900: * src/classes/table.C: check_option_param removed,
4901: ^table::create[$t;], etc now works (fixes bug #975)
4902:
4903: 2015-05-27 moko
4904:
4905: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
4906: (Debian jessie) fixed (closes issue #1024)
4907:
4908: * tests/Makefile: sort added as in Debian jessie list become
4909: unsorted
4910:
4911: 2015-05-18 moko
4912:
4913: * tests/: 201.html, results/201.processed: test for
4914: ^string.trim[what] feature #1022
4915:
4916: * src/classes/string.C: ^string.trim[what] now supported,
4917: implements feature #1022
4918:
4919: 2015-05-17 moko
4920:
4921: * tests/results/185.processed: test result updated as feature #1021
4922: implemented (left/right accept negative parameter)
4923:
4924: * src/classes/string.C: left/right now accept negative parameter
4925: (implements feature #1021)
4926:
4927: 2015-05-08 moko
4928:
4929: * src/classes/math.C: isalnum -> pa_isalnum
4930:
4931: * src/main/execute.C: optimization in getter-junction processing
4932: (related to issue #997)
4933:
4934: 2015-05-07 moko
4935:
4936: * tests/: 307.html, results/307.processed: test for issue #997
4937: added
4938:
4939: * src/main/execute.C: process_getter result now checked if junction
4940: returned (closes issue #997)
4941:
4942: * tests/: 305.html, results/305.processed: sort added to ignore
4943: different order
4944:
4945: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
4946: assignment (closes issue #994)
4947:
4948: * tests/: 306.html, results/306.processed: test for issue #994
4949: added
4950:
4951: * tests/: 303.html, results/303.processed: two more errors tested
4952:
4953: 2015-05-06 moko
4954:
4955: * tests/: 305.html, results/305.processed: test for name2ip &
4956: ip2name added (related to feature #992)
4957:
4958: * tests/: 303.html, 304.html, results/303.processed,
4959: results/304.processed: tests for idna conversion added (related
4960: to issue #849)
4961:
4962: 2015-05-02 moko
4963:
4964: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
4965: implemented
4966:
4967: 2015-04-30 moko
4968:
4969: * src/main/pa_http.C: idna_host added, related to issue #849
4970:
4971: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
4972: (related to issue #849)
4973:
4974: 2015-04-24 moko
4975:
4976: * src/types/pa_vjunction.C: warning war
4977:
4978: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
4979: unification
4980:
4981: * src/lib/punycode/pa_idna.c: warning war
4982:
4983: 2015-04-22 moko
4984:
4985: * src/main/main.vcproj: punycode include path added
4986:
4987: * src/lib/punycode/pa_idna.c: windows compile error fixed
4988:
4989: * src/lib/punycode/pa_idna.c: warning war
4990:
4991: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
4992: project file added
4993:
4994: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
4995:
4996: * src/include/pa_memory.h: warning war
4997:
4998: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
4999: ^string:idna[xn--...], ^string.idna[] - idna conversion support
5000: implemented (related to feature #849)
5001:
5002: * configure.in, src/main/Makefile.am,
5003: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
5004: libpunycode added in Unix
5005:
5006: 2015-04-21 moko
5007:
5008: * configure.in: large files support
5009:
5010: 2015-04-15 moko
5011:
5012: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
5013: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
5014: pa_punycode.h: initial version for punycode/idna support library
5015: (ticket #849)
5016:
5017: 2015-04-08 moko
5018:
5019: * src/: classes/curl.C, classes/date.C, classes/file.C,
5020: classes/image.C, classes/mail.C, classes/reflection.C,
5021: classes/string.C, classes/xnode.C, include/pa_request.h,
5022: include/pa_string.h, include/pa_stylesheet_connection.h,
5023: main/compile.y, main/compile_tools.h, main/execute.C,
5024: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5025: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
5026: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
5027: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
5028: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
5029: clang compiler warnings (closes issue #1018)
5030:
5031: * src/include/pa_string.h: String::Body comparation operators with
5032: char * added (related to issue #958)
5033:
5034: 2015-04-07 moko
5035:
5036: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
5037: pa_malloc/pa_free to remove system malloc/free usage (related to
5038: issue #1018)
5039:
5040: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
5041: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
5042: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
5043: main/pa_http.C, main/pa_request.C, main/pa_string.C,
5044: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
5045: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
5046: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
5047: malloc/strdup/free replaced with pa_ version and checks for
5048: accidental use of non-pa_ version added (related to issue #1018)
5049:
5050: 2015-04-03 moko
5051:
5052: * buildall: pcre-8.33 -> pcre-8.36
5053:
5054: * src/: main/compile.y, classes/form.C, classes/mail.C,
5055: classes/op.C, classes/string.C, main/compile.tab.C,
5056: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
5057: main/pa_sql_driver_manager.C, types/pa_vfile.C,
5058: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
5059: ticket #958)
5060:
5061: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
5062: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5063: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
5064: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
5065: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
5066: $request:headers, $request:method added (implements feature
5067: #1007)
5068:
5069: 2015-03-17 misha
5070:
5071: * tests/302.html: - test for
5072: ^json:string[...;$._default[method-name]]
5073:
5074: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5075: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
5076: option $._default[method-name] is specified in ^json:string[], a
5077: method with specified name will be called for classes/objects
5078: serialization ( new feature: #982 )
5079:
5080: 2015-03-16 misha
5081:
5082: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
5083: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
5084: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
5085: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
5086: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
5087: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
5088: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5089: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
5090: types/pa_vrequest.h, types/pa_vstateless_class.C,
5091: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5092: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
5093: $var.CLASS_NAME now have special opcodes. This can be switched
5094: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
5095: on pa_opcode.h ( new feature: #844 )
5096:
5097: 2015-03-15 misha
5098:
5099: * tests/075.html: - test for $response:header[]
5100:
5101: * src/types/pa_vresponse.C: - $response:header[] deletes header
5102: that was set earlie ( new feature: #1001 )
5103:
5104: 2015-03-12 misha
5105:
5106: * tests/246.html: - more tests for ^hash._at[]
5107:
5108: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
5109: accepts second param [key|value|hash] ( new feature: #1012 )
5110:
5111: 2015-03-09 moko
5112:
5113: * src/types/pa_vmail.C: exception for everything but
5114: $mail:received, closes issue #1011
5115:
5116: 2015-02-20 moko
5117:
5118: * tests/: 275.html, results/275.processed: hex detection in
5119: pa_atoui fix test (closes issue #1010)
5120:
5121: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
5122: issue #1010)
5123:
5124: 2015-02-17 moko
5125:
5126: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
5127: tainted.
5128:
5129: 2015-02-03 misha
5130:
5131: * tests/301.html: - test for ^json:string($double) causes
5132: exception. bugfix: #1008
5133:
5134: * src/classes/json.C: - ^json:string($double) causes exception.
5135: bugfix: #1008
5136:
5137: * tests/014.html: - updated for work with ^hash.delete[]
5138:
5139: 2015-01-12 misha
5140:
5141: * src/: classes/form.C, include/pa_common.h,
5142: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
5143: types/pa_vform.h: - supports body with PUT method as well ( new
5144: feature: #1006 )
5145:
5146: * src/classes/file.C: - warnings war
5147:
5148: 2015-01-11 misha
5149:
5150: * tests/300.html: - test for ^hash.delete[] is added
5151:
5152: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
5153: feature: #989 ) - tiny optimization in intersects
5154:
5155: 2015-01-06 moko
5156:
5157: * src/types/pa_vmail.C: file names transcode added, to and cc added
5158: with transcode, attachments detection fixed
5159:
5160: * src/main/pa_request.C: filling mail received after cgi/auto.p
5161: load to allow charset switch (related to issue #996)
5162:
5163: 2014-12-31 moko
5164:
5165: * src/types/pa_vmail.C: from and subject now transcoded if not
5166: UTF-8 source charset (fixes issue 996)
5167:
5168: * src/main/pa_exception.C: fixed string from stack bug (closes
5169: issue #1000)
5170:
5171: 2014-12-11 misha
5172:
5173: * src/types/pa_vhashfile.C: - check if key is not empty before
5174: access ( bug fix: #1005 )
5175:
5176: 2014-11-13 misha
5177:
5178: * src/main/compile.y: - PC.append does not reset to false while
5179: creating a new class. bugfix: #990
5180:
5181: * tests/299.html: - test for creation class after working with
5182: partial class (create+append)
5183:
5184: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
5185: #995
5186:
5187: * tests/232.html: - test for @get[def] added
5188:
5189: 2014-10-12 moko
5190:
5191: * src/lib/pcre/pcre_internal.vcproj: correct path
5192:
5193: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
5194: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
5195: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
5196: targets/apache/ApacheModuleParser3.vcproj,
5197: targets/apache/ApacheModuleParser3Core.vcproj,
5198: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5199: types/types.vcproj: project GUID inserted in *.vcproj for correct
5200: conversion in newer VS versions
5201:
5202: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
5203: pcre_internal.vcproj added
5204:
5205: 2014-08-28 moko
5206:
5207: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
5208: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
5209: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
5210:
5211: 2014-06-30 misha
5212:
5213: * tests/298.html: - tests for ^reflection:def[class;className]
5214: added
5215:
5216: * src/classes/reflection.C: - ^reflection:def[class;className]
5217: added ( new feature: #918 )
5218:
5219: 2014-06-29 misha
5220:
5221: * src/classes/table.C: - ^table::create[unsupported data] -
5222: exception comment changed to "body must be table or code" ( bug
5223: fix: #951 )
5224:
5225: * tests/: 261.html, results/261.processed: - tests for
5226: ^json:string[...;$.void[null|string]] added
5227:
5228: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
5229: option $.void[string|null] added to ^json:string[...] ( new
5230: feature: #952 )
5231:
5232: 2014-06-28 moko
5233:
5234: * src/classes/curl.C: $.charset now processed before other curl
5235: options (closes issue #980)
5236:
5237: 2014-05-23 misha
5238:
5239: * src/classes/json.C: - bug fix: #987
5240:
5241: 2014-05-04 misha
5242:
5243: * tests/: 253.html, 253_json.txt: - test for
5244: ^json:parse[$.int(false)] is added
5245:
5246: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
5247: default true). The option is similar to $.double(bool) but for
5248: integers.
5249:
5250: 2014-05-01 moko
5251:
5252: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
5253: #12 )
5254:
5255: 2014-04-16 moko
5256:
5257: * src/main/pa_http.C: response-charset option should finally work
5258: now (fix for issue #867)
5259:
5260: * src/main/pa_http.C: response-charset option should work now (fix
5261: for issue #867)
5262:
5263: 2014-03-07 moko
5264:
5265: * buildall: libgc moved
5266:
5267: * buildall: libgc moved
5268:
5269: 2013-12-29 moko
5270:
5271: * src/classes/string.C: ^string:js-unescape result now tainted,
5272: closes issue #966
5273:
5274: * tests/: 186.html, results/186.processed: ^string:js-unescape
5275: result now tainted, issue #966
5276:
5277: 2013-12-03 moko
5278:
5279: * src/: classes/memcached.C, types/pa_vmemcached.C,
5280: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
5281: option was added for http://www.parser.ru/forum/?id=79343
5282:
5283: * src/classes/file.C: bugfix for
5284: http://www.parser.ru/forum/?id=79337
5285:
5286: 2013-11-05 moko
5287:
5288: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
5289:
5290: * src/main/pa_globals.C: spelling fixed
5291:
5292: 2013-10-29 moko
5293:
5294: * src/lib/json/json.vcproj: json.c -> pa_json.C
5295:
5296: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
5297: #892
5298:
5299: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
5300: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
5301: exceptions to be thrown thougth json library), related to issue
5302: #892
5303:
5304: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
5305: related to issue #896
5306:
5307: 2013-10-24 moko
5308:
5309: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
5310:
5311: 2013-10-23 moko
5312:
5313: * README: actualization
5314:
5315: 2013-10-22 moko
5316:
5317: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
5318: compatibility patch from Sergey Kirpichev
5319:
5320: * tests/: 297.html, results/297.processed: non-working getter fix
5321: test for issue #948
5322:
5323: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
5324: called when saving value of $match variable in ^string.match[] to
5325: increase compatibility (related to issue #948).
5326:
5327: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
5328: usage optimization
5329:
5330: 2013-10-21 moko
5331:
5332: * tests/: 182.html, results/182.processed: local path removed for
5333: compatibility
5334:
5335: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
5336: results/244.processed, results/253.processed,
5337: results/254.processed, results/275.processed,
5338: results/281.processed: try_catch -> try-catch
5339:
5340: * tests/: 288.html, 294.html, 296.html, results/288.processed,
5341: results/294.processed, results/296.processed: try_catch ->
5342: try-catch
5343:
5344: 2013-10-20 moko
5345:
5346: * tests/: 296.html, results/296.processed: test for xsl exception
5347: for issue #938 added.
5348:
5349: * src/: include/pa_xml_exception.h,
5350: main/pa_stylesheet_connection.C: forgotten to be replaced
5351: XmlException is now replaced (once again closes issue #938)
5352:
5353: 2013-10-18 moko
5354:
5355: * buildall: disable clock_gettime detection to avoid librt linking
5356: (which in turn depends on libpthread), related to issue #943
5357:
5358: 2013-10-18 misha
5359:
5360: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
5361: lib/smtp/smtp.vcproj, main/main.vcproj,
5362: targets/apache/ApacheModuleParser3Core.vcproj,
5363: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5364: types/types.vcproj: - new locations for libxml2 includes where
5365: added to vcproj files
5366:
5367: 2013-10-18 moko
5368:
5369: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
5370: fix
5371:
5372: * tests/: 295.html, results/295.processed: test for issue #948
5373: updated
5374:
5375: * src/classes/table.C: hopefully last lost part for issue #948 fix.
5376: :)
5377:
5378: * tests/: 295.html, results/295.processed: test for issue #948
5379: added
5380:
5381: * src/: classes/hash.C, classes/string.C, classes/table.C,
5382: include/pa_request.h, types/pa_method.h: for getters and setters
5383: to be executed request.put_element should be called, not
5384: context.put_element (fixes issue #948)
5385:
5386: 2013-10-17 moko
5387:
5388: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
5389: LIBXML2_NEW_BUFFER check (closes issue #943)
5390:
5391: * buildall: libxml 2.9.1 build is broken --without-reader.
5392:
5393: 2013-10-16 moko
5394:
5395: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
5396:
5397: * tests/: 294.html, results/294.processed: test for issue #938
5398:
5399: * src/: classes/xdoc.C, classes/xnode.C,
5400: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
5401: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
5402:
5403: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
5404: libxslt-1.1.26 -> libxslt-1.1.28
5405:
5406: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
5407: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
5408: to '?', related to issue #938
5409:
5410: 2013-10-15 moko
5411:
5412: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
5413: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
5414: minor optimizations (closes issue #896)
5415:
5416: * tests/results/: 292.processed, 293.processed: results updated to
5417: comply with issue #896
5418:
5419: * tests/: 292.html, 293.html, results/292.processed,
5420: results/293.processed: tests for json escaping
5421:
5422: 2013-10-14 moko
5423:
5424: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
5425: and cleanup, code moved from .h to .C, no changes in code
5426:
5427: 2013-10-12 moko
5428:
5429: * tests/results/119.processed: updated test result commited
5430:
5431: * tests/: 291.html, results/291.processed: test for issue #894
5432: added
5433:
5434: * src/types/pa_wcontext.h: base methods call support function
5435: get_somebody_entered_some_class should not be true forever, as
5436: wcontext can have many get_elements calls (fixes issue #894)
5437:
5438: 2013-10-11 moko
5439:
5440: * tests/: 290.html, results/290.processed: test for junction GPF
5441: issue #942 added
5442:
5443: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
5444: to native method fixed (closes issue #942)
5445:
5446: * tests/: 158.html, results/158.processed: test for csv-string[]
5447: added
5448:
5449: * src/classes/table.C: minor fixes for table.csv-string[] (closes
5450: feature #907)
5451:
5452: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
5453: feature #907)
5454:
5455: 2013-10-09 moko
5456:
5457: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
5458: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
5459: types/pa_vstateless_class.C: GET_default, SET_default now works
5460: properly not only in objects, but in classes as well (closes
5461: issue #903)
5462:
5463: * tests/: 289.html, results/289.processed: GET/SET_default now
5464: works in classes, not only objects, test case added, related to
5465: issue #903
5466:
5467: * tests/: 288.html, results/288.processed: test for endless
5468: recursion bug added (related to issue #903)
5469:
5470: 2013-10-05 moko
5471:
5472: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
5473: classes/table.C, main/execute.C, types/pa_method.h,
5474: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
5475: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
5476: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
5477: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
5478: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
5479: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
5480: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
5481: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5482: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
5483: optimization: put_element no longer has "bool areplace" argument,
5484: related to issue #903
5485:
5486: 2013-10-03 moko
5487:
5488: * tests/results/182.processed: result for $.replace(false) test
5489: commited
5490:
5491: * src/classes/date.C: ^date::create(number) processed correctly
5492: (fixes issue #901)
5493:
5494: * src/classes/image.C: as_no_junction removed, as param can be
5495: expression (closes issue #931)
5496:
5497: * tests/233.html: test for issue #931 added
5498:
5499: 2013-10-02 moko
5500:
5501: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
5502: modified, test for $.replace(false) added
5503:
5504: * src/main/compile_tools.h: forgotten class replace returned. :)
5505:
5506: 2013-09-30 moko
5507:
5508: * tests/: 141.html, results/141.processed: md5 tainting test added
5509:
5510: * src/: classes/op.C, include/pa_request.h, main/compile.y,
5511: main/compile_tools.h, main/pa_request.C: allow_class_replace
5512: implemented; $.replace option added to ^process and ^use
5513:
5514: 2013-08-27 moko
5515:
5516: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
5517: cstr_to_string_body_untaint should be called with charsets for
5518: possible uri language and connection for possible sql language.
5519: related to issue #857
5520:
5521: * buildall: and -> or fixed
5522:
5523: 2013-08-26 moko
5524:
5525: * buildall: prepare_ functions logic changed to support
5526: gc-7.2d.tar.gz extracting to gc-7.2 directory
5527:
5528: 2013-08-23 moko
5529:
5530: * src/include/pa_config_fixed.h: gc and xml libs are now linked
5531: statically
5532:
5533: 2013-08-22 moko
5534:
5535: * src/classes/string.C: String::Empty used (related to issue #912)
5536: append_know_length removed (related to old GPF bug)
5537:
5538: 2013-08-21 moko
5539:
5540: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
5541:
5542: * src/classes/math.C: ^math:digest[...;$file] support added
5543: (related to ticket #857
5544:
5545: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
5546: implemented
5547:
5548: * src/types/pa_vhashfile.h: warning war
5549:
5550: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
5551: include/pa_request.h, main/pa_request.C, types/pa_value.h:
5552: anti_endless_json_string_recoursion removed from request;
5553: json_string_recoursion added to json_options; $.indent[indent
5554: value] now supported and passed within recoursion closes feature
5555: #937
5556:
5557: * tests/: 287.html, results/287.processed: test for feature #937
5558:
5559: 2013-07-31 moko
5560:
5561: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
5562: compilation having #define _S
5563:
5564: * src/main/pa_globals.C: cleanup
5565:
5566: 2013-07-30 moko
5567:
5568: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
5569: main/pa_common.C: vs2003 warning war
5570:
5571: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
5572:
5573: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
5574:
5575: * src/lib/md5/pa_sha2.c: warning war
5576:
5577: 2013-07-29 moko
5578:
5579: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
5580: patches from github
5581:
5582: * src/: classes/bool.C, classes/double.C, classes/int.C,
5583: classes/memcached.C, include/pa_config_includes.h,
5584: types/pa_vfile.C, types/pa_vfile.h: warning war
5585:
5586: * src/lib/json/json.vcproj: C++ -> C
5587:
5588: * src/lib/json/: json.c, pa_json.C: C++ warning revert
5589:
5590: * src/lib/json/: json.c, pa_json.C: windows compatibility
5591:
5592: * src/lib/json/: json.c, pa_json.C: windows compatibility
5593:
5594: * src/lib/json/: json.c, pa_json.C: warning war
5595:
5596: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
5597:
5598: * src/include/pa_config_fixed.h: uint16_t added
5599:
5600: * configure.in: uint16_t check added
5601:
5602: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 5603: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
5604: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
5605: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
5606: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 5607:
5608: 2013-07-25 moko
5609:
5610: * parser3.sln: dependencies added
5611:
5612: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
5613: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
5614: module support
5615:
5616: * src/targets/apache/mod_parser3_core.C: win32 cleanup
5617:
5618: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
5619:
5620: 2013-07-23 moko
5621:
5622: * src/: include/pa_memory.h, main/pa_memory.C: non-working
5623: PA_DEBUG_GC_MEMORY removed
5624:
5625: * src/: main/pa_globals.C, targets/cgi/parser3.C:
5626: PA_DEBUG_DISABLE_GC compilation fix
5627:
5628: * src/: classes/op.C, classes/table.C, include/pa_request.h,
5629: main/pa_request.C: outdated RESOURCES_DEBUG removed
5630:
5631: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
5632: garbage cleanup
5633:
5634: * src/main/pa_common.C: warning war
5635:
5636: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
5637:
5638: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
5639: minor cleanup
5640:
5641: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
5642: uses cygwin, not WIN32 implementation
5643:
5644: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
5645: able to exec shell scripts
5646:
5647: * src/classes/math.C: ifdef WIN32 cleanup
5648:
5649: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
5650:
5651: * src/classes/curl.C: LT_MODULE_EXT used
5652:
5653: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
5654:
5655: 2013-07-22 moko
5656:
5657: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
5658: includes fix
5659:
5660: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
5661:
5662: * configure.in, src/include/pa_config_includes.h,
5663: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
5664: src/main/pa_exec.C: includes cleanup
5665:
5666: * src/targets/cgi/parser3.C: 2012->2013
5667:
5668: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
5669:
5670: * configure.in, src/include/pa_config_includes.h,
5671: src/include/pa_http.h, src/lib/json/JSON_parser.h,
5672: src/main/pa_random.C, src/main/pa_socks.C,
5673: src/types/pa_vstatus.C: cygwin support cleanup
5674:
5675: * configure.in: dirent.h check added
5676:
5677: * src/: include/pa_config_includes.h, include/pa_dir.h,
5678: main/pa_dir.C: includes cleanup, dirent.h check added filePath
5679: not copied
5680:
5681: 2013-07-21 moko
5682:
5683: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
5684:
5685: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
5686: parser3.vcproj: unused getopt.h / getopt.c removed
5687:
5688: * operators.txt, src/classes/file.C, tests/022.html,
5689: tests/results/022.processed: ^file:list[path][$.filter[regexp]
5690: $.stat(true)] usage commented
5691:
5692: * configure.in, src/classes/file.C, src/include/pa_dir.h,
5693: src/main/pa_dir.C: ^file:list[] now has dir column and when
5694: $.stat(true) it has size/*date columns modified patch from misha@
5695: that closes issue #914.
5696:
5697: * src/: include/pa_config_includes.h, main/pa_globals.C:
5698: PA_RELEASE_ASSERTS removed
5699:
5700: * src/lib/md5/pa_md5c.c: minor cleanup
5701:
5702: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
5703: localeconv()->decimal_point usage remoed (related to issue #934)
5704:
5705: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
5706: cordprnt.c removed
5707:
5708: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
5709: pa-include/pa_errno.h, pa-include/pa_file_io.h,
5710: pa-include/pa_strings.h: includes cleanup
5711:
5712: * src/lib/md5/pa_md5c.c: headers cleanup
5713:
5714: 2013-07-20 moko
5715:
5716: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
5717: cleanup
5718:
5719: 2013-07-19 moko
5720:
5721: * src/classes/math.C: extern "C" added for crypt
5722:
5723: 2013-07-18 moko
5724:
5725: * src/classes/math.C: fix redhat7.2 build
5726:
5727: 2013-07-17 moko
5728:
5729: * configure.in, src/include/pa_config_includes.h,
5730: src/include/pa_config_fixed.h: headers actualized (inttypes.h
5731: added for uint8/32/64_t)
5732:
5733: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
5734: pa_config_includes.h used for uint32/64_t
5735:
5736: 2013-07-16 moko
5737:
5738: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
5739: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
5740: war
5741:
5742: * src/main/compile.tab.C: compile.y was updated
5743:
5744: * src/main/compile.y: warning war
5745:
5746: * src/: include/pa_exception.h, main/pa_exception.C,
5747: main/pa_xml_exception.C: warning war
5748:
5749: * src/: include/pa_common.h, main/pa_common.C: warning war
5750:
5751: * configure.in: beauty :)
5752:
5753: * tests/: 141.html, results/141.processed: sha256/512 added
5754:
5755: 2013-07-13 moko
5756:
5757: * src/lib/md5/md5.vcproj: sha2 added
5758:
5759: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
5760: classes/math.C: sha2 support (sha256/sha512 digest)
5761:
5762: 2013-07-08 moko
5763:
5764: * src/classes/image.C: directory read or other read problem message
5765: fixed (related to issue #933)
5766:
5767: 2013-07-07 moko
5768:
5769: * AUTHORS: + misha + moko. :)
5770:
5771: 2013-07-06 moko
5772:
5773: * src/: classes/curl.C, include/pa_globals.h,
5774: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
5775: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
5776: for lt_dlinit to be called once and lt_dlexit called at right
5777: place (related to issue #925)
5778:
5779: 2013-07-04 moko
5780:
5781: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
5782: VString::as_vfile now uses vfile.set_binary_string to avoid
5783: content-type to be set, as it brokes badly designed logic in
5784: response output. This hopefully finishes issue #928.
5785:
5786: * tests/results/: 256.processed, 286.processed: file now displayed
5787: as name, size, mode, content-type
5788:
5789: * src/main/pa_common.C: read error now reported cottectly (fixes
5790: issue #933
5791:
5792: 2013-06-28 moko
5793:
5794: * tests/: 286.html, results/286.processed: test extended
5795:
5796: * tests/: 286.html, results/286.processed: Test for issue #928
5797: added. it tests default content-type change.
5798:
5799: * src/types/pa_vfile.C: closes issue #928 - default content-type
5800: now updated
5801:
5802: 2013-06-25 moko
5803:
5804: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5805: content-type for text/binary files without name added;
5806: ^file::create[$f;...] options now works properly and $f
5807: properties are default (fixes issue #928)
5808:
5809: 2013-05-16 misha
5810:
5811: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5812: added
5813:
5814: * src/main/pa_table.C: - a tiny memory optimisation while creating
5815: table if specified limit is bigger than source rows count
5816:
5817: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5818: added ( new feature: #858 )
5819:
5820: 2013-04-29 moko
5821:
5822: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5823: $.ipresolve(0|1|2) added (closes issue #891)
5824:
5825: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5826:
5827: 2013-04-24 moko
5828:
5829: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5830: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5831: types/pa_vmemcached.h: ^memcache.release[] added, calls
5832: memcached_quit (refs #893)
5833:
5834: 2013-04-22 moko
5835:
5836: * src/: include/pa_string.h, main/pa_common.C: no more double
5837: slashes in file path (fixes bug #872)
5838:
5839: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
5840: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
5841: #739)
5842:
5843: * tests/results/266.processed: $.max_params added (feature #915)
5844:
5845: * src/: include/pa_common.h, main/pa_http.C: response-charset
5846: option added to file::load (closes issue #867)
5847:
5848: 2013-04-20 misha
5849:
5850: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
5851: commited
5852:
5853: 2013-03-15 misha
5854:
5855: * src/classes/: hash.C, table.C: - Optimisation: do not create
5856: multiple empty strings while ::sql. uae String::Empty instead
5857:
5858: 2013-03-14 misha
5859:
5860: * src/classes/reflection.C: - for user classes
5861: ^reflection:method_info[] returns $.max_params and $.extra_param
5862: with $.call_type if they available ( new feature: #915 )
5863:
5864: * src/classes/file.C: - ^file:delete[] now supports an option
5865: $.exception(false) that suppress any exception while deleting
5866: file ( new feature: #916 )
5867:
5868: * src/classes/curl.C: - parsing cookies after curl:load now should
5869: work :)
5870:
5871: 2013-03-12 misha
5872:
5873: * src/types/pa_vfile.C: - if specified file_name is empty string
5874: set default name for the file
5875:
5876: 2013-03-11 misha
5877:
5878: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
5879: also available in $f.cookies
5880:
5881: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
5882: moved to a separate method
5883:
5884: 2013-03-10 moko
5885:
5886: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
5887: added
5888:
5889: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
5890: removed (declared by autoconf)
5891:
5892: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
5893: uint32_t define
5894:
5895: 2013-03-10 misha
5896:
5897: * src/classes/file.C: ^file:delete and ^file:move now support
5898: option $.keep-empty-dirs(true) ( new feature: #884 )
5899:
5900: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
5901: empty dirs is added
5902:
5903: 2013-03-10 moko
5904:
5905: * src/classes/: bool.C, double.C, int.C: default can be present,
5906: but default check removed from ^int/double/bool.int/double/bool
5907: for string.int/double/bool compatibility (related to issue #913)
5908:
5909: * src/classes/string.C: ^string.int/dobule/bool no longer
5910: internally throws exception if default is present (closes issue
5911: #913)
5912:
5913: 2013-03-09 misha
5914:
5915: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
5916: optimisations ( #845 )
5917:
5918: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
5919:
5920: 2013-03-08 moko
5921:
5922: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
5923: creates correct table (fixes issue #910)
5924:
5925: * src/classes/op.C: r.connection() -> r.connection(false) to allow
5926: use outside of 'connect' operator (fixes issue #911)
5927:
5928: * tests/results/: 096.processed, 122.processed: test results
5929: updated as doubles now printed with 15 significant digits, not 5
5930: (fixes issue #882)
5931:
5932: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
5933: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
5934:
5935: 2013-02-21 moko
5936:
5937: * src/classes/table.C: _locate_name_value does not check arguments
5938: count, so we check it in advance (fixes issue #905)
5939:
5940: 2012-10-23 moko
5941:
5942: * buildall: old shell for and echo compatibility (for six)
5943:
5944: 2012-10-19 moko
5945:
5946: * buildall: --strip added --disable-safe-mode listed in usage
5947:
5948: 2012-10-17 misha
5949:
5950: * src/classes/op.C: - apply-taint should not throw "outside
5951: connect" exception with sql lang now
5952:
5953: 2012-10-17 moko
5954:
5955: * src/main/pa_request.C: bugfix: safe mode should be inited for
5956: each request (for apache module)
5957:
5958: 2012-09-26 moko
5959:
5960: * src/doc/doxygen.cfg: png -> svg
5961:
5962: 2012-09-25 moko
5963:
5964: * tests/: 141.html, results/141.processed: md5 hmac added, long key
5965: test added
5966:
5967: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
5968: double use when key is long
5969:
5970: 2012-09-16 moko
5971:
5972: * src/classes/math.C: Format -> Method Encode -> Format
5973:
5974: * tests/: 141.html, results/141.processed: math:digest hmac test
5975: added
5976:
5977: 2012-09-14 moko
5978:
5979: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
5980: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
5981: implementation added
5982:
5983: 2012-09-12 moko
5984:
5985: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
5986: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
5987: targets.dox and string.dox slightly actualized
5988:
5989: 2012-08-31 moko
5990:
5991: * ChangeLog: now generated with patched cvs2cl.pl
5992:
5993: 2012-07-29 moko
5994:
5995: * tests/285.html, src/main/execute.C, tests/results/285.processed:
5996: result should be pushed after VMethodFrame destructor is called,
5997: as it deletes junctions from stack params (fixes issue #868)
5998:
5999: 2012-07-23 moko
6000:
6001: * INSTALL, README: buildall script usage documented, other outdated
6002: info updated.
6003:
6004: * buildall-with-xml, buildall-without-xml: replaced by buildall
6005:
6006: 2012-07-21 moko
6007:
6008: * buildall: glib does not compile when threads are disabled...
6009:
6010: * src/types/pa_vmail.C: g_assertion fixes for empty input
6011:
6012: * src/types/pa_vmail.C: yet another fix (strange GPF on object
6013: unref, can't unref nested objects)
6014:
6015: * src/types/pa_vmail.C: another check added
6016:
6017: 2012-07-19 moko
6018:
6019: * buildall: usage added
6020:
6021: * buildall: new buildall script that unites buildall-with-xml,
6022: buildall-without-xml, --with-apache and --with-mailreceive
6023:
6024: * configure.in: support for static gmime and dynamic glib linking.
6025: fixes for FreeBSD
6026:
6027: 2012-07-17 moko
6028:
6029: * configure.in: --with-mailreceive replaced
6030: --with-static-mailreceive and --with-shared-mailreceive pathlink
6031: removed
6032:
6033: 2012-07-16 moko
6034:
6035: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
6036: capitalized, content now decoded and text content converted to
6037: $request:charset. all properties are accessed by functions, this
6038: ready for dynamic load.
6039:
6040: 2012-06-28 moko
6041:
1.116 moko 6042: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
6043: 32 bit
1.95 moko 6044:
6045: 2012-06-27 moko
6046:
6047: * buildall-with-xml, buildall-without-xml: fetch requires -p for
6048: passive ftp
6049:
6050: * src/lib/ltdl/ltdl.vcproj: release build fixed
6051:
6052: * configure.in: 3.4.2 RC -> 3.4.2
6053:
6054: 2012-06-22 moko
6055:
6056: * src/types/pa_vfile.C: returned empty mode to stated files (issue
6057: #815)
6058:
6059: * tests/: 284.html, results/284.processed: output options test
6060: (feature #265)
6061:
6062: 2012-06-22 misha
6063:
6064: * tests/215.html: - little changes
6065:
6066: 2012-06-21 moko
6067:
6068: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
6069: types/pa_vxdoc.h: output_options returned and used (bugfix for
6070: feature #265)
6071:
6072: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
6073: breaks long .*, default 10M restored. (issue #216)
6074:
6075: * tests/: 283.html, results/283.processed: test for issue #815
6076: added
6077:
6078: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
6079: again, cstrm not required.
6080:
6081: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
6082: Win32 and broken FreeBSD (issue #45)
6083:
6084: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
6085:
6086: * src/main/pa_string.C: warnings war
6087:
6088: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
6089: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
6090: main/pa_socks.C, targets/apache/pa_threads.C,
6091: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6092: types/pa_vstatus.C: compilation under cygwin fixed
6093:
6094: 2012-06-19 moko
6095:
6096: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
6097: Windows fixed
6098:
6099: * parser3.sln: removed antique pcre_ctype
6100:
6101: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
6102:
6103: * src/include/pa_config_fixed.h: undefined reference to
6104: __imp__pcre_* fix for Windows
6105:
6106: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 6107: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
6108: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
6109: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
6110: define fixed
1.95 moko 6111:
6112: 2012-06-18 moko
6113:
6114: * src/classes/memcached.C: flush -> clear
6115:
6116: * src/classes/memcached.C: memcached does not support quotes even
6117: in server name
6118:
6119: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6120: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
6121: called on open to check servers existance. $.key(true) syntax
6122: now supported
6123:
6124: 2012-06-17 moko
6125:
6126: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
6127: cleanup
6128:
6129: * src/classes/table.C, tests/282.cfg, tests/282.html,
6130: tests/results/282.processed: encloser at the EOF bug fixed,
6131: incorrectly enclosed data now processed more logicaly (fixes
6132: #339)
6133:
6134: 2012-06-15 moko
6135:
6136: * buildall-without-xml: sync with buildall-with-xml
6137:
6138: * buildall-with-xml: download auto-detected between fetch and curl
6139:
6140: * configure.in: --with-gc and --with-pcre now also processed
6141: correctly
6142:
1.116 moko 6143: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
6144: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
6145: should be run on rol1 using automake / aclocal (GNU automake)
6146: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 6147:
6148: * configure.in: new PARSER_VERSION logic
6149:
6150: * src/include/pa_version.h: new pa_version.h logic
6151:
6152: * src/: classes/curl.C, classes/file.C, classes/image.C,
6153: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6154: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
6155: feols_normalized -> fis_text_content set_binary added
6156:
6157: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
6158:
6159: 2012-06-15 misha
6160:
6161: * src/: classes/curl.C, classes/file.C, classes/image.C,
6162: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6163: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
6164: ^file::create[text;content] EOLs in content now is normalized. (
6165: new feature: #815 )
6166:
6167: 2012-06-15 moko
6168:
6169: * configure.in: --disable-version-update added to disable version
6170: update with host information (for debian package) whitespace
6171: optimized
6172:
6173: * configure.in: version changed to 3.4.2 RC no-pic added for
6174: libtool
6175:
6176: * src/include/pa_version.h: Nice pa_version.h default. Please keep
6177: it.
6178:
6179: 2012-06-14 moko
6180:
6181: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
6182: tests/results/281.processed: "hash flocked" error removed for
6183: safe operations like ^h._count[] ( new feature: #335 )
6184:
1.116 moko 6185: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 6186:
6187: * buildall-with-xml, buildall-without-xml: --with-static -> --with
6188:
6189: * configure.in: --with-static/shared xml replaced with --with-xml,
6190: xml compilation check added
6191:
6192: * configure.in: --with-static/shared-gc, --with-static-pcre are
6193: replaced with --with-gc and --with-pcre test for pcre linking
6194: added
6195:
6196: 2012-06-13 moko
6197:
6198: * configure.in: apxs2 check optimized
6199:
6200: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
6201: .la, includes optimized
6202:
6203: * buildall-with-xml: --with-pic looks better for -fPIC
6204:
6205: * configure.in: switched to convenience library in static linking
6206:
6207: * src/targets/apache/Makefile.am: switched to convenience library
6208: usage to avoid libtool warnings
6209:
6210: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
6211: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
6212: smtp/Makefile.am: switched to convenience library usage
6213:
6214: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
6215:
6216: * src/targets/apache/Makefile.am: updated for libtool usage
6217:
6218: * buildall-without-xml: --with-included-ltdl added
6219:
6220: * buildall-without-xml: sync with buildall-with-xml
6221:
6222: * buildall-with-xml: --with-included-ltdl added $cflags added for
6223: -fPIC for x64 $download added for wget success check added
6224:
6225: * buildall-without-xml: --with-dynamic-stdcpp removed
6226:
6227: * configure.in: disable-static returned
6228:
6229: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
6230: LIBTOOLFLAGS
6231:
6232: 2012-06-12 moko
6233:
6234: * configure.in, src/targets/cgi/Makefile.am: disable-static not
6235: compatible with LIBTOOLFLAGS for unknown reasons
6236:
6237: * buildall-with-xml: --with-dynamic-stdcpp removed
6238:
6239: * configure.in: static/dynamic -lstdc++ linking option removed
6240: apxs2 check added
6241:
6242: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
6243: option removed
6244:
6245: 2012-06-10 moko
6246:
6247: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
6248: added
6249:
6250: * src/targets/cgi/pp3.cmd: old PAF stuff
6251:
1.116 moko 6252: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
6253: beauty
1.95 moko 6254:
6255: * depcomp: from libtool 2.4.2
6256:
6257: * configure.in: ltdl directory removed, it has correct Makefile.in
6258:
6259: 2012-06-09 moko
6260:
1.116 moko 6261: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
6262: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 6263: autogenerated files updated after libtool update
6264:
1.116 moko 6265: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
6266: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 6267: config_auto.h.in, config_fixed.h, configure, configure.ac,
6268: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
6269: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
6270: config/compile, config/config.guess, config/config.sub,
6271: config/depcomp, config/install-sh, config/ltmain.sh,
6272: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
6273: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
6274: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
6275: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
6276: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
6277: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
6278: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
6279: m4/lt~obsolete.m4: libtool updated to version 2.4.2
6280:
6281: * configure.in: preparation for new libtool
6282:
6283: * configure.in: Some beauty added :)
6284:
6285: * src/targets/apache/Makefile.am: := -> =
6286:
6287: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
6288: again. :)
6289:
6290: * src/include/pa_config_includes.h, configure.in: limits.h added,
6291: previously was taken from pcre_internal.h. :)
6292:
6293: * src/lib/pcre/Makefile.am: config.h returned
6294:
6295: * src/lib/pcre/config.h: still need this. :)
6296:
6297: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
6298:
6299: * configure.in: --with-charsets removed; --with-mysql-client & co
6300: removed
6301:
6302: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
6303: now in parser tree, no need to copy
6304:
6305: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
6306: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
6307: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
6308: debian/patches/101_pcre.patch - local copy of pcre_internal.h
6309: extracts now used old trash removed
6310:
6311: * etc/parser3.charsets/Makefile.am: charsets now in share
6312: (debian/patches/104_automake.patch) + all charsets are copied
6313:
6314: * buildall-with-xml, buildall-without-xml: curl option removed +
6315: extra arguments now supported
6316:
6317: 2012-06-08 misha
6318:
6319: * src/classes/table.C: - one params.as_hash usage was rolled back:
6320: the 2nd option in ^table.hash[] could be hash or table so
6321: .as_hash will throw an exception when table option is specified
6322:
6323: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6324: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
6325: classes/table.C, classes/void.C, classes/xdoc.C,
6326: include/pa_exception.h, types/pa_vmethod_frame.C,
6327: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
6328: and improved (whitespaces are allowed as empty options) -
6329: MethodParams::as_table is added - above methods are used for
6330: parsing methods' options ( new feature: #9 )
6331:
6332: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
6333: to vclass. now class fields can be accessible as a hash:
6334: $h[^hash::create[$asd:CLASS]]
6335:
6336: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
6337: have get_fields method so their fields can be accessed with
6338: ^reflection:fields[...] & ^reflection:field[...]
6339:
6340: 2012-06-06 misha
6341:
6342: * tests/280.html: - tests for
6343: ^reflection:method[obj-or-class;method],
6344: ^reflection:field[obj-or-class;field] and
6345: ^reflection:fields[obj-or-class] are added
6346:
6347: 2012-06-05 misha
6348:
6349: * src/classes/reflection.C: - ^reflection:method[class or
6350: object;method name] and ^reflection:field[class or object;field
6351: name] are added
6352:
6353: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
6354: is used
6355:
6356: * src/types/pa_method.h: - Method::as_vjunction method is added
6357:
6358: 2012-06-05 moko
6359:
1.116 moko 6360: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 6361:
6362: * src/classes/memcached.C: flish ttl fixed
6363:
6364: 2012-06-04 moko
6365:
6366: * src/classes/json.C, src/classes/op.C, tests/279.html,
6367: tests/results/279.processed: ^json:parse[] now supports $.taint
6368: option (new feature #833)
6369:
6370: 2012-06-04 misha
6371:
6372: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
6373: - search_stop method was moved from pa_vcookie.C to pa_common.C
6374:
6375: 2012-06-03 misha
6376:
6377: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
6378: cookies are parced and stored into $.cookies ( new feature: #31 )
6379:
6380: 2012-05-30 misha
6381:
6382: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
6383: incomplete class into a scope while @USE is found
6384:
6385: * src/main/compile.y: - add incomplete class into a scope while
6386: @USE and @CLASS instructions are found ( bugfix: #838 )
6387:
6388: 2012-05-30 moko
6389:
6390: * src/types/pa_vclass.C, tests/278.html,
6391: tests/results/278.processed: removed "property has no getter
6392: method" exception when GET_DEFAULT present (fixes #269)
6393:
6394: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
6395: $._default
6396:
6397: 2012-05-29 moko
6398:
6399: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
6400: uninitialized values usage (new feature: #154)
6401:
6402: 2012-05-28 moko
6403:
6404: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
6405: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
6406: src/types/pa_vdate.h, src/types/pa_vdouble.h,
6407: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
6408: src/types/pa_vobject.C, src/types/pa_vobject.h,
6409: src/types/pa_vstring.h, src/types/pa_vtable.C,
6410: tests/results/277.processed, src/types/pa_vtable.h,
6411: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
6412: ^json:string[$o; $.default[$method]] implemented for VObject (new
6413: feature #803)
6414:
6415: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
6416: tests/results/277.processed: json numbers are now treated as
6417: double ( new feature: #834 )
6418:
6419: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
6420: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
6421: added for out of range checks, zero division in vint/vdouble
6422: check added ( fixes #832 )
6423:
6424: * tests/: 275.html, results/275.processed: tests for pa_atoui added
6425: ( fixes #832 )
6426:
6427: 2012-05-28 misha
6428:
6429: * buildall-with-xml: - --without-lzma option is added to libxml2
6430: configure
6431:
6432: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
6433: added - tests for unsupported values for options $.file, $.table
6434: and $.date are added
6435:
6436: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
6437: accepts "stat" $.file[] option's value in addition to existed
6438: "text" and "base64" ( new feature: #835 )
6439:
6440: * tests/276.html: - test for
6441: ^reflection:delete[$object-or-class;field-name]
6442:
6443: * src/classes/reflection.C: -
6444: ^reflection:delete[$object-or-class;field-name] is added ( new
6445: feature: #268 )
6446:
6447: 2012-05-27 misha
6448:
6449: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
6450:
6451: 2012-05-24 misha
6452:
6453: * src/include/pa_common.h: - method lastposafter was removed
6454:
6455: * src/classes/file.C: - use strrpbrk & rskipchars instead of
6456: lastposafter - ^file:dirname[] & Co proper handle windows file
6457: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
6458: work as *nix commands
6459:
6460: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
6461:
6462: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
6463: rskipchars were added
6464:
6465: * tests/270.html: - more tests for ^file:find[]
6466:
6467: * tests/065.html: - more tests for ^file:dirname[] & Co
6468:
6469: * src/include/pa_version.h: - must be "win32" here. it is
6470: auto-generated on *nix
6471:
6472: 2012-05-24 moko
6473:
6474: * src/classes/math.C: ^math:convert[] now supports uint32 and
6475: throws overflow exception ( new feature: #830 )
6476:
6477: * tests/: 275.html, results/275.processed: test for ^math:convert[]
6478: uint32 support and overflow added ( new feature: #830 )
6479:
6480: 2012-05-23 moko
6481:
6482: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
6483: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
6484: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
6485: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
6486: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
6487: types/pa_vregex.h, types/pa_vstateless_class.C,
6488: types/pa_vstateless_class.h, types/pa_vstring.h,
6489: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6490: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
6491: "return string as-is" removed from as_expr_result. ( new feature:
6492: #831 )
6493:
6494: * tests/results/244.processed: test changed after bug #782 fix
6495: commited
6496:
6497: * tests/results/229.processed: test results for bug #782 commited
6498:
6499: * tests/: 254.html, results/254.processed: uid now just compared,
6500: not printed. :)
6501:
6502: 2012-05-20 moko
6503:
6504: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
6505: feature: #341 )
6506:
6507: * tests/: 254.html, results/254.processed: test for
6508: ^reflection:uid[] added
6509:
6510: * tests/: 254.html, results/254.processed: test for
6511: ^reflection:uid[$obj] added
6512:
6513: 2012-05-17 misha
6514:
6515: * src/main/untaint.C: - do not replace ' char by _26 while
6516: exploding filespec-tainting ( new feature: #829 )
6517:
6518: 2012-05-12 moko
6519:
6520: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
6521: not.
6522:
6523: 2012-05-08 moko
6524:
6525: * src/types/pa_vmethod_frame.h: bug #782 fixed
6526:
6527: * tests/229.html: test for bug #782
6528:
6529: * tests/results/259.processed, src/main/pa_request.C,
6530: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
6531: src/types/pa_vstring.h, src/types/pa_vvoid.C,
6532: src/types/pa_vvoid.h: feature #154 - first empty param now
6533: string; defined locals are empty strings; $STRICT-VARS(true)
6534: added
6535:
6536: 2012-04-27 moko
6537:
1.116 moko 6538: * src/targets/apache/Makefile.am:
1.95 moko 6539: ../../lib/memcached/libmemcached.a added
6540:
6541: 2012-04-27 misha
6542:
6543: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
6544: ( #827 )
6545:
6546: 2012-04-25 moko
6547:
6548: * src/: classes/json.C, classes/memcached.C,
6549: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6550: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
6551: implemented.
6552:
6553: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
6554:
6555: 2012-04-23 moko
6556:
6557: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6558: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6559: types/pa_vmemcached.h: open allows options hash for new
6560: memcached(options) function
6561:
6562: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
6563: not appended
6564:
6565: 2012-04-21 moko
6566:
6567: * src/classes/curl.C: '' added. :)
6568:
6569: * src/classes/classes.vcproj: new curl.h location
6570:
6571: * src/classes/curl.C: verbose output redirection from stderr to
6572: file curl option added
6573:
6574: 2012-04-20 moko
6575:
6576: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
6577: contains what we need from curl, #ifdef HAVE_CURL removed
6578:
1.116 moko 6579: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 6580: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 6581: src/lib/Makefile.am, src/lib/curl/Makefile.am,
6582: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 6583: configure option
6584:
6585: 2012-04-19 moko
6586:
6587: * src/: classes/double.C, classes/inet.C, classes/int.C,
6588: classes/string.C, lib/gc/include/gc_allocator.h,
6589: types/pa_vform.C: PVS-Studio detected errors fixes, unused
6590: options from sql_result_string removed. (closes issue #468)
6591:
6592: * src/types/pa_vmemcached.C: empty string fix
6593:
6594: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
6595: pa_vstring.C, pa_vstring.h: serialization helpers moved to
6596: pa_vmemcached.C
6597:
6598: 2012-04-18 moko
6599:
6600: * src/targets/apache/mod_parser3.c: "Parser3 module requires
6601: apache2-mpm-prefork" error displayed in threaded mpm.
6602:
6603: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6604: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
6605: installed (issue #354)
6606:
6607: 2012-04-16 moko
6608:
6609: * src/types/pa_vmemcached.C: call to memcached_result_create and
6610: memcached_result_free removed
6611:
6612: 2012-04-14 moko
6613:
6614: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
6615:
6616: * src/types/pa_vmemcached.C: check_key added and used
6617:
6618: 2012-04-13 moko
6619:
6620: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
6621: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
6622: Serialization_data now added and used, VString now serialized
6623: with languages into memcached.
6624:
6625: 2012-03-28 moko
6626:
6627: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
6628: lib/memcached/pa_memcached.h: result lengths added
6629:
6630: 2012-03-27 moko
6631:
6632: * src/types/pa_vmemcached.C: strdup added
6633:
6634: 2012-03-24 moko
6635:
6636: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6637: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6638: types/pa_vmemcached.h: memcached: mget, flush, fttl added
6639:
6640: 2012-03-20 moko
6641:
1.116 moko 6642: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 6643:
6644: * src/targets/cgi/Makefile.am: cleanup
6645:
6646: * src/: types/Makefile.am, types/pa_vmemcached.C,
6647: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
6648:
6649: * src/: classes/Makefile.am, classes/memcached.C,
6650: lib/memcached/Makefile.am, lib/memcached/constants.h,
6651: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6652: lib/memcached/types.h, lib/Makefile.am: memcached initial
6653:
6654: 2012-03-16 moko
6655:
6656: * src/main/execute.C: ident now works under Linux + ident displays
6657: filenames (closes issue #818)
6658:
1.116 moko 6659: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 6660: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
6661: pa_vmethod_frame_local.h removed
6662:
6663: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
6664: classes/classes.h, classes/curl.C, classes/date.C,
6665: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
6666: classes/hashfile.C, classes/image.C, classes/inet.C,
6667: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
6668: classes/memory.C, classes/op.C, classes/reflection.C,
6669: classes/regex.C, classes/response.C, classes/string.C,
6670: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6671: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
6672: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
6673: include/pa_config_fixed.h, include/pa_config_includes.h,
6674: include/pa_dictionary.h, include/pa_dir.h,
6675: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
6676: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
6677: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
6678: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
6679: include/pa_request_charsets.h, include/pa_request_info.h,
6680: include/pa_sapi.h, include/pa_socks.h,
6681: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
6682: include/pa_stack.h, include/pa_string.h,
6683: include/pa_stylesheet_connection.h,
6684: include/pa_stylesheet_manager.h, include/pa_table.h,
6685: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
6686: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
6687: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
6688: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
6689: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
6690: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
6691: main/compile.tab.C, main/compile.y, main/compile_tools.C,
6692: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
6693: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6694: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
6695: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
6696: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
6697: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
6698: main/pa_string.C, main/pa_stylesheet_connection.C,
6699: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
6700: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
6701: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
6702: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
6703: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
6704: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
6705: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6706: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
6707: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
6708: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
6709: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
6710: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
6711: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6712: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
6713: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
6714: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
6715: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
6716: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
6717: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6718: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
6719: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
6720: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
6721: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
6722: types/pa_vresponse.h, types/pa_vstateless_class.C,
6723: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6724: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
6725: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
6726: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
6727: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6728: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
6729: ident now works under Linux + ident displays filenames (closes
6730: issue #818) Copyright updated
6731:
6732: 2012-03-13 moko
6733:
6734: * src/main/pa_string.C: compilation fix for feature #741
6735:
6736: 2012-03-09 misha
6737:
6738: * tests/193.html: - tests for ^string:base64[encoded] are updated
6739:
6740: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
6741: now detects invalid base64 chars in the middle of encoded stricg
6742: ( new feature: #55 )
6743:
6744: * src/include/pa_exception.h: - new exception type for base64
6745: decoding is added
6746:
6747: 2012-03-06 misha
6748:
6749: * tests/274.html: - tests for ^date::today[] and
6750: ^date.sql-string[datetime|date|time] are added
6751:
6752: * src/classes/date.C: - constructor ^date::today[] is added ( new
6753: feature: #811 ) - ^date.sql-string[] now can accept one param --
6754: strings "datetime", "date" or "time" - comments tidying up
6755:
6756: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
6757: date and time
6758:
6759: 2012-03-03 misha
6760:
6761: * tests/193.html: - tests for
6762: ^string:base64[encoded;$.strict(true)] are added
6763:
6764: * tests/results/auto.p: - try-catch operator is added
6765:
6766: * src/: classes/file.C, classes/string.C, include/pa_common.h,
6767: main/pa_common.C: - $.strict(true|false) option is added to
6768: base64 decode methods ( new feature: #55 )
6769:
6770: * src/main/pa_common.C: - base64 decode memory usage was decreased
6771: ( new feature: #819 )
6772:
6773: 2012-02-28 moko
6774:
6775: * src/classes/hash.C: ident test
6776:
6777: 2012-02-27 misha
6778:
6779: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
6780:
6781: 2012-01-08 misha
6782:
6783: * tests/273.html: - tests for ^string.replace[from;to] are added
6784:
6785: * src/: classes/string.C, include/pa_dictionary.h,
6786: main/pa_dictionary.C, main/pa_string.C: -
6787: ^string.replace[from;to] is added ( new feature: #741 ) -
6788: ^string.replace[one subst here] is slightly optimized
6789:
6790: 2011-12-07 misha
6791:
6792: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6793: named table with one empty column ( bugfix: #63 )
6794:
6795: 2011-11-30 misha
6796:
6797: * src/classes/json.C: - it's possible to set user's method for
6798: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6799: #763 )
6800:
6801: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6802:
6803: 2011-11-23 misha
6804:
6805: * src/: classes/curl.C, classes/file.C, classes/image.C,
6806: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6807: types/pa_vfile.h, types/pa_vform.C: - constructor
6808: ^file::create[mode;filename;content[;options]] now accepts binary
6809: mode and file-content - new constructor's format:
6810: ^file::create[string-or-file-content[;$.name[filename]
6811: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6812: feature: #65 )
6813:
6814: * src/: include/pa_request.h, main/pa_request.C: - new method
6815: mime_type_of(const String*) is added
6816:
6817: * src/include/pa_exception.h: - new exception constant
6818: FILE_NAME_MUST_BE_SPECIFIED is added
6819:
6820: * src/classes/table.C: - bug with negative offset transformed into
6821: a feature. it means pointing to a row from the end of the table (
6822: new feature: #810 )
6823:
6824: 2011-11-19 misha
6825:
6826: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6827: â ìåòîäå _select ( new feature: #810 )
6828:
6829: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6830: options were specified together is simplified
6831:
6832: 2011-11-12 misha
6833:
6834: * src/main/pa_request.C: - forgotten fix for escaping filename in
6835: HTTP content-disposition header (a part of bug #361 )
6836:
6837: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6838: checks for ancestors' classes as well ( new feature: #456 )
6839:
6840: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
6841: "without cycle" now have types "parser.break" and
6842: "parser.continue" instead of "parser.runtime" ( new feature: #799
6843: )
6844:
6845: 2011-11-11 misha
6846:
6847: * tests/results/: 099.processed, 100.processed, 205.processed,
6848: 237.processed: - since bug #361 was fixed the content of filename
6849: in HTTP headers is quoted
6850:
6851: * tests/results/270.processed: - result for test 270
6852:
6853: * tests/: 065.html, results/065.processed: - more tests for
6854: ^file:basename[] & Co were added
6855:
6856: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
6857:
6858: * tests/270.html: - tests for ^file:find[] are added
6859:
6860: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
6861: using option $.charset. option $.engoding is still supported but
6862: these options can not be specified together
6863:
6864: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
6865: comparation charset name with string "UTF-8" ( bugfix: #759 )
6866:
6867: 2011-10-11 misha
6868:
6869: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
6870: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
6871: #622)
6872:
6873: 2011-09-30 misha
6874:
6875: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
6876: exception "saving stat-ed file" ( bugfix: #395 )
6877:
6878: 2011-05-30 misha
6879:
6880: * src/classes/string.C: - fixed bug which was added with
6881: params.as_hash into string:sql
6882:
6883: 2011-05-29 misha
6884:
6885: * src/types/pa_value.C: - filename in content-disposition header
6886: must be quoted ( bugfix: #361 )
6887:
6888: 2011-05-27 misha
6889:
6890: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
6891: created file
6892:
6893: * src/classes/: hash.C, mail.C: - little tunning with get_hash
6894: usage
6895:
6896: * src/include/pa_exception.h: - one more string for exception was
6897: added
6898:
6899: 2011-05-25 misha
6900:
6901: * tests/269.html: - tests for checking input params in some dom
6902: methods
6903:
6904: * src/classes/: xdoc.C, xnode.C: - validation of some input params
6905: was added. it isn't possible not wo create xdoc with invalid
6906: tagName. ( bugfix: #160 )
6907:
6908: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
6909: string "data must be string" was mover from pa_exception.h to
6910: pa_xml_exception.h
6911:
6912: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
6913: as_xmlncname, as_xmlname and as_xmlnsuri were added
6914:
6915: * src/main/pa_xml_exception.C: - XmlException accepts more options
6916:
6917: * src/include/pa_xml_exception.h: - XmlException accepts more
6918: options - XML-related exception's strings were added
6919:
6920: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
6921: output_options were removed)
6922:
6923: 2011-05-19 misha
6924:
6925: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
6926: params.as_hash is used more while parsing methods hash-options
6927:
6928: 2011-05-18 misha
6929:
6930: * operators.txt: - info about json-serialization of xdoc was added
6931:
6932: * tests/256.html: - tests for json-serialization xdoc were added
6933:
6934: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
6935:
6936: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6937: classes/json.C, classes/xdoc.C: - now json:string can serialize
6938: xdoc-objects. options (the same as ^xdoc.string[]) could be
6939: specified in $.xdoc[] ( new feature: #265 )
6940:
6941: 2011-05-15 misha
6942:
6943: * tests/268.html: - tests for ^table.count[with options] were added
6944:
6945: * src/classes/table.C: - method ^table.count[] now can accept
6946: options ( new feature: #93 ): ^table.count[column] returns number
6947: of columns for named table; ^table.count[cells] returns number of
6948: cells in the current row; ^table.count[] & ^table.count[rows]
6949: return number of rows in a table.
6950:
6951: * tests/267.html: - test for checking switch/case in boolean mode
6952: was added
6953:
6954: * src/classes/op.C: - if switch's or case's value is bool, they are
6955: compared as bool values, not as double values: new feature: #351
6956:
6957: 2011-05-06 misha
6958:
6959: * tests/242.html: - EOL before EOF was added
6960:
6961: * tests/169.html: - tests for splitting empty string and void were
6962: added
6963:
6964: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
6965: returned table with one empty cell)
6966:
6967: 2011-04-03 misha
6968:
6969: * src/include/pa_version.h, configure.in: - version in head was
6970: changed to 3.4.2b
6971:
6972: 2011-03-30 misha
6973:
6974: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
6975: as well ( new feature #294 )
6976:
6977: 2011-03-29 misha
6978:
6979: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
6980: limited to approx. 6 MB. previous limits were too big for real
6981: life. bugfix: #216
6982:
6983: 2011-03-04 moko
6984:
6985: * etc/parser3.charsets/cp866.cfg: Conforms to
6986: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
6987:
6988: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
6989: vlalek@
6990:
6991: 2011-02-22 misha
6992:
6993: * src/include/pa_charset.h, operators.txt: - some methods mustn't
6994: be under #ifdef XML or parser can't be compiled without xml
6995: support
6996:
6997: 2011-02-21 misha
6998:
1.116 moko 6999: * src/targets/apache/: Makefile.am: - mention
1.95 moko 7000: ApacheModuleParser3.vcproj was removed
7001:
7002: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
7003: removed)
7004:
7005: 2011-02-20 misha
7006:
7007: * tests/: 266.html, 266.p: - tests for checking $.inherited and
7008: $.overridden in ^reflection:method_info[...] were added
7009:
7010: * src/classes/reflection.C: - beautifying result of
7011: ^reflection:method_info[] ($.overridden/inherited)
7012:
7013: 2011-02-18 misha
7014:
7015: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
7016: and pa_isalnum instead of isalpha and isalnum - bug with
7017: redundand quoting lowercased latin chars while building email
7018: body was fixed
7019:
7020: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
7021: added (they check for latin chars only)
7022:
7023: 2011-02-16 misha
7024:
7025: * src/main/pa_charset.C: - bugfix: in some cases the calculating
7026: string size for transcoding gave too small value (should ever
7027: look for availability char in dest charset inspite of the char
7028: size)
7029:
7030: 2011-02-04 moko
7031:
7032: * tests/223.html: header values now not url-encoded (issue #195)
7033:
7034: 2011-02-01 misha
7035:
7036: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
7037:
7038: 2011-01-31 misha
7039:
7040: * src/main/pa_request.C: - throw exception if param file_name in
7041: use_file is empty
7042:
7043: 2011-01-08 moko
7044:
7045: * src/classes/curl.C: compilations errors fixed
7046:
7047: 2010-12-29 moko
7048:
7049: * tests/: 265.html, results/265.processed: test for issue #200
7050: added
7051:
7052: * src/main/pa_string.C: empty regex result check added (fixes issue
7053: #200)
7054:
7055: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
7056:
7057: * tests/results/223.processed: header values now not url-encoded
7058: (issue #195)
7059:
7060: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
7061: main/untaint.C: L_HTTP_HEADER now used in http headers values,
7062: pa_http_safe_header_name added for headers names (fixes bug #195)
7063:
7064: 2010-12-18 misha
7065:
7066: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
7067: => pa-include
7068:
7069: 2010-11-28 moko
7070:
7071: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
7072:
7073: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
7074: -> pa
7075:
7076: * configure.in: apr -> pa
7077:
7078: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
7079:
7080: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
7081: classes/Makefile.am, types/Makefile.am: apr -> pa
7082:
7083: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
7084: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
7085: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
7086: pa-include/pa_apr.h, pa-include/pa_errno.h,
7087: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
7088: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
7089: module apr name conflict resolved)
7090:
7091: 2010-11-27 misha
7092:
7093: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
7094: libbz2
7095:
7096: 2010-11-26 misha
7097:
7098: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
7099: warnings removed
7100:
7101: 2010-11-25 moko
7102:
7103: * operators.txt: $.indent(true)
7104:
7105: * operators.txt: another bugfix. :)
7106:
7107: * operators.txt: bugfix. :)
7108:
7109: * buildall-with-xml: libxml2-2.7.8 + with-apache
7110:
7111: 2010-11-24 moko
7112:
1.116 moko 7113: * configure: apxs support
1.95 moko 7114:
7115: * configure.in: apxs support -Bstatic gc removed for OS X
7116:
7117: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
7118:
7119: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
7120: THREAD_LOCAL usage
7121:
7122: * src/: classes/curl.C, include/pa_config_includes.h,
7123: main/pa_globals.C: THREAD_LOCAL defined and used
7124:
7125: 2010-11-23 moko
7126:
7127: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
7128: should be passed to pa_sleep, and only fractional part (bugfix:
7129: #188)
7130:
7131: * src/targets/apache/mod_parser3.c: 1.3 compatibility
7132:
7133: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7134: GC_dont_gc=1, as in cgi version
7135:
7136: * src/targets/apache/mod_parser3.c: warning war
7137:
7138: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7139: pa_httpd.h: version removed, some trash removed
7140:
7141: * src/targets/apache/mod_parser3.c: version removed (we don't want
7142: to show it), warning war
7143:
7144: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7145: pa_httpd.h: parser_status_allowed removed + merge config
7146: functions removed (override is the default) + beauty
7147:
7148: * src/: include/pa_request.h, main/pa_request.C,
7149: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
7150: hide $status used in apache module removed
7151:
7152: 2010-11-18 moko
7153:
7154: * operators.txt: $.table[compact] added for ^json:string[]
7155:
7156: 2010-11-16 moko
7157:
7158: * src/targets/apache/mod_parser3.c: some cleanup done
7159:
7160: * src/main/untaint.C: bugfix: first, second String::Body argument
7161: is hashcode; second, info.fragment_begin is original, not
7162: resulting length
7163:
7164: * src/classes/file.C: new feature: $.stdin now untainted
7165:
7166: * tests/results/264.processed: new feature: $.stdin[] now untainted
7167:
7168: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
7169:
7170: * src/classes/op.C: ^apply-taint[] method added
7171:
7172: * tests/: 264.html, results/264.processed: ^apply-taint[] test
7173: added; $.stdin untaint test added
7174:
7175: 2010-11-15 moko
7176:
7177: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
7178: removed
7179:
7180: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7181: pa_httpd.h: 2x2 calculated under apache2. :)
7182:
7183: 2010-11-13 moko
7184:
7185: * src/targets/apache/mod_parser3.c: initial changes to build module
7186: with apache 2.x includes
7187:
7188: * src/targets/apache/: Makefile.am, mod_parser3.c,
7189: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
7190: united apache 1.3 / apache 2.x DSO module
7191:
7192: 2010-11-09 moko
7193:
7194: * src/types/pa_method.h: check added to dissallow @method[name;*]
7195: syntax
7196:
7197: * tests/: 263.html, results/263.processed: test from method[*args]
7198: added
7199:
7200: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
7201: number of params can now be passed to a method declared with *arg
7202:
7203: 2010-11-06 moko
7204:
7205: * src/classes/table.C: formating fixed. :)
7206:
7207: * src/classes/table.C: closes #4: ^table.select now supports
7208: $.limit(), $.offset, $.reverse() options
7209:
7210: * tests/: 262.html, results/262.processed: test for ^table:select
7211: with options added (feature #4)
7212:
7213: * src/include/pa_array.h: remove function added
7214:
7215: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
7216: object in get_element/put_element, using static one.
7217:
7218: 2010-11-04 moko
7219:
7220: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
7221: options is passed
7222:
7223: * tests/: 256.html, results/256.processed: $.table[compact] feature
7224: now tested; k and p in handler now tested.
7225:
7226: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
7227: $.table[compact] feature added
7228:
7229: * src/classes/json.C: key is now passed to handler in
7230: value_json_string; ^json:string result now process tainting
7231: inside and returns clean string, related to issue #153
7232:
7233: * src/main/untaint.C: bugfix: charset can be null (in
7234: ^string:save[] as example), thus check is added
7235:
7236: 2010-10-31 moko
7237:
7238: * src/classes/string.C: error message changed (fixes issue #149)
7239:
7240: 2010-10-29 moko
7241:
7242: * src/main/pa_http.C: ":port" is now added to "Host:" header if
7243: port is not default (fixes issue #155); exception on invalid port
7244: added.
7245:
7246: * src/main/untaint.C: '*' is now not urlencoded to allow header
7247: "Accept: */*" to be passed
7248:
7249: 2010-10-28 moko
7250:
7251: * src/classes/curl.C: bugfix: detect_charset() was throwing
7252: exception on unknown charset even if response_charset was
7253: specified
7254:
7255: 2010-10-27 moko
7256:
7257: * src/classes/string.C: ^string.append removed for void
7258: compatibility
7259:
7260: 2010-10-26 moko
7261:
7262: * src/classes/json.C: libjson supports array at top level, we too
7263: (GPF fixed)
7264:
7265: 2010-10-25 moko
7266:
7267: * tests/: 253.html, results/253.processed: libjson supports array
7268: at top level, parser now supports it as well.
7269:
7270: * tests/261.html, tests/results/261.processed,
7271: src/types/pa_vstring.h: empty string is now void compatible
7272: (allows $empty.key)
7273:
7274: 2010-10-22 misha
7275:
7276: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
7277: while adding additional expires checkout)
7278:
7279: * tests/030.html: - test for session cookie was added
7280:
7281: 2010-10-21 moko
7282:
7283: * src/: classes/string.C, classes/void.C, main/execute.C,
7284: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
7285: string (feature #111)
7286:
7287: * tests/: 261.html, results/261.processed: checks void from string
7288: inheritance (feature #111)
7289:
7290: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
7291: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
7292: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
7293: now true by default
7294:
7295: 2010-10-17 moko
7296:
7297: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
7298: upload now uses binary blocks instead of L_FILE_POST tainting.
7299: (bugfix: #128)
7300:
7301: * tests/: 223.html, results/223.processed: binary file upload test
7302: added, GPF (issue #128) also checked in this test
7303:
7304: 2010-10-13 misha
7305:
7306: * tests/260.html: - test for math:convert
7307:
7308: * src/classes/math.C: - error in math:convert was fixed
7309:
7310: * operators.txt: - info about
7311: ^math:convert[number](from-base;to-base) was added
7312:
7313: * src/classes/math.C: - method
7314: ^math:convert[number](from-base;to-base) for converting number
7315: represention from one base to another was added ( new feature:
7316: #23 )
7317:
7318: 2010-10-13 moko
7319:
7320: * src/main/compile.tab.C: [] now is empty string, not void
7321:
7322: * src/main/compile.y: [] now is empty string, not void
7323:
7324: * src/types/pa_vvoid.h: void now passed as parameter
7325:
7326: * tests/: 259.html, results/259.processed: to test difference
7327: between void and empty string (see ticket #111)
7328:
7329: * tests/results/152.processed: $sEmpty[] is now empty string, not
7330: void
7331:
7332: * tests/256.html: $s[$void] is no longer empty string
7333:
7334: * tests/254.html: empty string is no longer void
7335:
7336: 2010-10-12 misha
7337:
7338: * src/types/pa_vcookie.C: - check if $.expires value can be
7339: converted to date during cookies set up ( bugfix: #104 )
7340:
7341: * tests/041.html: - more tests for ^table.locate were added
7342:
7343: * src/classes/table.C: - ^table.locate[field;value;options] didn't
7344: work ( bugfix: #129 ) - exception comment for incorrect options
7345: ^table.locate[field;value;options] was fixed
7346:
7347: 2010-10-10 moko
7348:
7349: * src/: classes/reflection.C, main/execute.C: constructor returning
7350: another object feature returned
7351:
7352: * tests/results/258.processed: test result updated as constructor
7353: returning another object feature returned
7354:
7355: * tests/: 258.html, results/258.processed: test for constructor
7356: returning another object
7357:
7358: 2010-10-08 misha
7359:
7360: * tests/257.html: - whitespaces after @METACOMMANDS and their
7361: options shouldn't cause exceptions any longer
7362:
7363: 2010-10-06 moko
7364:
7365: * src/classes/: hash.C, table.C: length from sql server is now
7366: ignored, as sql string can contain 0x00 inside (bugfix: #119)
7367:
7368: 2010-10-02 misha
7369:
7370: * operators.txt: - the X mark was removed from ^cache[file]. it is
7371: usable to delete cache file.
7372:
7373: 2010-10-02 moko
7374:
7375: * tests/: 253.html, results/253.processed: hook_key added for key
7376: checking
7377:
7378: * src/classes/json.C: null key bug fixed
7379:
7380: 2010-09-29 misha
7381:
7382: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
7383:
7384: 2010-09-25 moko
7385:
7386: * src/classes/json.C: small fixed
7387:
7388: * tests/results/: 253.processed, 255.processed: just updated
7389:
7390: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
7391: results/255.processed: charset transcode test added for
7392: json:parse
7393:
7394: 2010-09-24 moko
7395:
7396: * src/types/pa_value.h: warning war :)
7397:
7398: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
7399: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
7400: ^json:string
7401:
7402: 2010-09-22 moko
7403:
7404: * src/main/pa_charset.C: parser charset tables declare only
7405: white-space before 0x20, thus adding the missing chars
7406:
7407: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
7408: to http://unicode.org/Public/MAPPINGS/VENDORS/
7409:
7410: 2010-09-21 misha
7411:
7412: * src/main/compile.y: - some semicolons were added (VS2010 don't
7413: want to compile grammar if they are absent)
7414:
7415: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
7416:
7417: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
7418:
7419: * src/main/main.vcproj: - path to bison is changed
7420:
7421: 2010-09-21 moko
7422:
1.116 moko 7423: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
7424: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
7425: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 7426:
7427: 2010-09-20 misha
7428:
7429: * src/types/pa_vtable.C: - add EOLs while json-serializing table
7430:
7431: * src/classes/json.C: - add EOL while json-serializing hash
7432:
7433: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
7434: compilers don't like 'ES'.
7435:
7436: 2010-09-17 misha
7437:
7438: * operators.txt: - info about json class was added
7439:
7440: * src/classes/json.C: - ^json:string[object]
7441:
7442: * src/: include/pa_request.h, main/pa_request.C: - stuff for
7443: preventing infinite recursion while executing json:string was
7444: added
7445:
7446: * src/include/pa_string.h: - method append_quoted was added
7447:
7448: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
7449: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
7450: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
7451: was added to Value & Co
7452:
7453: * src/classes/date.C: - methods get_gmt_string and get_sql_string
7454: were used
7455:
7456: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
7457: were added
7458:
7459: 2010-09-10 moko
7460:
7461: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7462: die_or_abort (backport from 3.4.1)
7463:
7464: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7465: die_or_abort (bugfix: #106)
7466:
7467: 2010-09-09 moko
7468:
7469: * src/classes/json.C: warning war. :)
7470:
7471: 2010-09-08 misha
7472:
7473: * src/lib/json/Makefile.am: - additional include directories were
7474: added (for pa_memory.h and gc.h)
7475:
7476: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
7477: compile as C++ instead default - additional include directory was
7478: added (for gc.h)
7479:
7480: * src/types/pa_vform.C: - little code reformating
7481:
7482: * src/classes/file.C: - $.content-type option now can be specified
7483: in ^file::create ( new feature: #102 )
7484:
7485: 2010-09-08 moko
7486:
7487: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
7488: pa_malloc/pa_free
7489:
7490: 2010-09-07 moko
7491:
7492: * tests/results/254.processed: VStateless_class:put_element
7493: exception was fixed
7494:
7495: * src/types/: pa_value.h, pa_vstateless_class.h: now
7496: VStateless_class:put_element barks self.type, not this.type
7497: (bugfix: #105)
7498:
7499: 2010-09-06 moko
7500:
7501: * src/classes/reflection.C: bugfix: new String() is required for
7502: exception handling
7503:
7504: * tests/: 254.html, results/254.processed: test modified
7505:
7506: 2010-09-05 moko
7507:
7508: * tests/: 254.html, results/254.processed: ^reflection:copy test
7509: added
7510:
7511: * src/: classes/reflection.C, include/pa_request.h:
7512: ^reflection:copy implemented (new feature: #100)
7513:
7514: 2010-09-03 moko
7515:
7516: * src/lib/json/JSON_parser.C: c++ compatiblity
7517:
7518: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
7519: option testing added
7520:
7521: 2010-09-02 moko
7522:
7523: * src/classes/json.C: $.distinct[first|last|all] added
7524:
7525: 2010-09-01 moko
7526:
7527: * tests/results/253.processed: json test result
7528:
7529: * tests/: 253.html, 253_json.txt: json test added
7530:
7531: * src/classes/json.C: json.C update to actual version + hash key
7532: creation bugfix
7533:
7534: 2010-08-31 misha
7535:
7536: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
7537: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
7538: src/lib/Makefile.am, src/classes/Makefile.am,
7539: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
7540: json library was added
7541:
7542: 2010-08-30 moko
7543:
7544: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
7545: types/pa_vobject.C: cosmetic optimization in
7546: request:execute_method usage
7547:
7548: * src/: include/pa_charset.h, main/pa_charset.C: small
7549: optimization, just to decrease number of lines. :)
7550:
7551: 2010-08-27 misha
7552:
7553: * src/classes/op.C: - taint[json] was added
7554:
7555: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
7556: were added
7557:
7558: * src/main/pa_exec.C: - warning fix was rolled back.
7559:
7560: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
7561: include/pa_string.h: - taint[json] was added - escaping was
7562: slightly modified
7563:
7564: 2010-08-25 misha
7565:
7566: * src/classes/file.C: - typo in file:sql exception was fixed
7567:
7568: * src/main/pa_exec.C: - warning about declared and not used
7569: variable forced_allow was removed
7570:
7571: 2010-08-14 misha
7572:
7573: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
7574: were removed
7575:
7576: 2010-08-11 moko
7577:
7578: * tests/: 249.html, results/249.processed: default setter and
7579: anti-recursive default getter test added
7580:
7581: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
7582: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
7583: types/pa_vobject.h, types/pa_vstateless_class.C,
7584: types/pa_vstateless_class.h: default setter support +
7585: anti-recursive default getter support ( new feature: #13 )
7586:
7587: * src/include/pa_hash.h: optimization: threshold member removed
7588: from hash, reducing sizeof(hash)
7589:
7590: 2010-08-10 misha
7591:
7592: * tests/196.html: - junction-method was added to the test
7593:
7594: * tests/248.html: - ups. typo :)
7595:
7596: * tests/248.html: - test for checking .match with 4 params
7597:
7598: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
7599: 247_windows1251.txt: - test for "transcode file from utf-8 to
7600: $request:charset during loading if the BOM code is detected"
7601:
7602: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
7603: $request:charset during loading if the BOM code is detected ( new
7604: feature: #98 )
7605:
7606: 2010-08-05 misha
7607:
7608: * src/classes/image.C: - ^image.replace now can accept only 2
7609: params. in this case the whole image is affected ( new feature:
7610: #95 )
7611:
7612: 2010-08-04 misha
7613:
7614: * tests/246.html: - test tor ^hash._at[] was added
7615:
7616: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
7617: #53 )
7618:
7619: * src/include/pa_hash.h: - methods for accessing the first and the
7620: last values of ordered hash were added (first_value and
7621: last_value)
7622:
7623: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
7624: (similar to others file's methods):
7625: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
7626: #68 )
7627:
7628: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
7629:
7630: 2010-08-01 moko
7631:
7632: * src/classes/op.C: to correctly process $result[] in code, called
7633: from ^process
7634:
7635: * tests/245.html: $result in ^process[] test added
7636:
7637: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
7638: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
7639: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
7640: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
7641: caller, self) op_call(VMethodFrame &frame, bool constructing)
7642: removed, construct(class,method) added
7643:
7644: * tests/results/: 192.processed, 244.processed: request::construct
7645: added
7646:
7647: * tests/: 244.html, 245.html, results/244.processed,
7648: results/245.processed: object creation exceptions and ^process
7649: tests added
7650:
7651: 2010-07-28 misha
7652:
7653: * tests/make_tests.cmd: - win32 EOLs
7654:
7655: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
7656: tests on Win32 were added (The system timezone should be GMT+3)
7657:
7658: 2010-07-26 misha
7659:
7660: * tests/: 212.html, results/212.processed: - sizes were removed
7661: mecause they could be different on different OSs
7662:
7663: * tests/065.html: - make it "win32 friendly"
7664:
7665: 2010-07-25 misha
7666:
7667: * src/main/compile.y: - all EOLs between methods are removed during
7668: compilation ( new feature: #47 )
7669:
7670: * tests/results/149.processed: - prepare tests to trim trailing
7671: methods' EOLs
7672:
7673: * tests/149.html: - prepare tests to trim trailing methods' EOLs
7674:
7675: * tests/: results/006.processed, results/014.processed, 006.html,
7676: 014.html, 022.html: - prepare tests to trim trailing methods'
7677: EOLs
7678:
7679: * tests/: 059.html, 071.html, 149.html, results/059.processed,
7680: results/071.processed, results/022.processed: - prepare tests to
7681: trim trailing methods' EOLs
7682:
7683: * tests/: results/073.processed, results/109.processed,
7684: results/142.processed, results/144.processed,
7685: results/149.processed, 073.html, 096.html, 109.html, 142.html,
7686: 144.html: - prepare tests to trim trailing methods' EOLs
7687:
7688: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
7689: 149.html, 152.html, results/096.processed, results/107.processed,
7690: results/109.processed, results/142.processed,
7691: results/144.processed: - prepare tests to trim trailing methods'
7692: EOLs
7693:
7694: 2010-07-24 moko
7695:
7696: * tests/results/: 156.processed, 224.processed: fix for #54 changed
7697: the hash order in this test
7698:
7699: * tests/014.html: to check hash order, hash no is longer sorted
7700: before print
7701:
7702: * src/include/pa_hash.h: hash copy constructor now keeps order
7703: (bugfix: #54)
7704:
7705: 2010-07-23 moko
7706:
7707: * tests/results/224.processed: @auto[] is no longer inherited
7708:
7709: * src/types/pa_vstateless_class.C, tests/227.html,
7710: tests/results/227.processed: @auto[] is no longer inherited
7711: (bugfix: #57)
7712:
7713: 2010-07-22 misha
7714:
7715: * src/classes/table.C: - don't skip comment lines during
7716: table::load if encloser or separator is set as '#' ( new feature:
7717: #30 )
7718:
7719: * src/targets/cgi/parser3.C: - don't run as cgi if
7720: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
7721: #12 )
7722:
7723: * src/classes/file.C: - set PARSER_VARSION env before external
7724: script executing
7725:
7726: 2010-07-13 misha
7727:
7728: * tests/058.html: - test for suppressing @border was added - test
7729: for user attribute was added
7730:
7731: * tests/results/186.processed: unescaping from \uXXXX
7732:
7733: * tests/186.html: unescaping from \uXXXX
7734:
7735: * tests/: 239.html, results/239.processed: method call type
7736:
7737: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
7738: $junction_method.CLASS_NAME (+CLASS)
7739:
7740: 2010-07-07 misha
7741:
7742: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
7743: *nix
7744:
7745: 2010-07-05 misha
7746:
7747: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7748: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
7749: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
7750: comment strings "options must be hash", "options must be hash,
7751: not code" and "called with invalid option" were replaced by
7752: constatns - exception comment string "invalid option passed" was
7753: replaced by "called with invalid option" (now in different
7754: methods are the same exception comment string)
7755:
7756: * src/include/pa_exception.h: - more exception strings were defined
7757:
7758: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
7759: types/pa_vstateless_class.h: - now we can define possible
7760: method's call type ( new feature: #5 ) 1.
7761: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
7762: methods 2. @static:method[params] (only static keyword could be
7763: used here) -- for specified methods
7764:
7765: * src/main/pa_common.C: - junction points should not be deleted on
7766: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
7767: cleanup
7768:
7769: 2010-07-03 misha
7770:
7771: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
7772: results/158.processed, results/160.processed,
7773: results/161.processed, results/162.processed,
7774: results/163.processed: - prepare tests to trim trailing methods'
7775: EOLs
7776:
7777: * tests/results/169.processed: - prepare tests to trim trailing
7778: methods' EOLs
7779:
7780: * tests/results/: 168.processed, 169.processed: - prepare tests to
7781: trim trailing methods' EOLs
7782:
7783: * tests/: results/170.processed, results/167.processed,
7784: results/168.processed, results/169.processed, 167.html, 168.html,
7785: 169.html: - prepare tests to trim trailing methods' EOLs
7786:
7787: * tests/: results/170.processed, results/171.processed,
7788: results/172.processed, results/173.processed,
7789: results/174.processed, results/175.processed, 170.html, 171.html,
7790: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
7791: trailing methods' EOLs
7792:
7793: * tests/: results/176.processed, results/180.processed,
7794: results/184.processed, results/185.processed,
7795: results/191.processed, results/192.processed,
7796: results/196.processed, results/197.processed,
7797: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7798: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7799: to trim trailing methods' EOLs
7800:
7801: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7802: results/199.processed, results/208.processed,
7803: results/209.processed, results/213.processed,
7804: results/214.processed: - prepare tests to trim trailing methods'
7805: EOLs
7806:
7807: 2010-06-29 misha
7808:
7809: * tests/: 220.html, 218.html, results/218.processed,
7810: results/215.processed, results/217.processed, 215.html, 217.html:
7811: - prepare tests to trim trailing methods' EOLs
7812:
7813: * tests/: results/224.processed, 224.html, 223.html,
7814: results/223.processed, results/220.processed: - prepare tests to
7815: trim trailing methods' EOLs
7816:
7817: * tests/results/: 226.processed, 230.processed: - prepare tests to
7818: trim trailing methods' EOLs
7819:
7820: * tests/: 229.html, results/229.processed: - prepare tests to trim
7821: trailing methods' EOLs
7822:
7823: * tests/: 232.html, 235.html, results/232.processed,
7824: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7825: results/226.processed, results/227.processed,
7826: results/228.processed, results/230.processed: - prepare tests to
7827: trim trailing methods' EOLs
7828:
7829: 2010-06-16 moko
7830:
7831: * tests/: 229.html, results/229.processed: elseif now supported in
7832: ^if
7833:
7834: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7835:
7836: 2010-06-03 misha
7837:
7838: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7839: instead of memcopy for overlaped regions
7840:
7841: 2010-05-25 misha
7842:
7843: * src/main/pa_common.C: - wanring about unused vars was removed
7844:
7845: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
7846: get_method_filename was moved to execute.C
7847:
7848: 2010-05-23 misha
7849:
7850: * src/main/pa_request.C: - more accurate detection of method's file
7851:
7852: 2010-05-22 misha
7853:
7854: * src/classes/reflection.C: - bugfix: core during detection of
7855: .file if filespec isn't detected successfully
7856:
7857: 2010-05-20 misha
7858:
7859: * src/main/pa_request.C: - fix in get_method_filename
7860:
7861: * src/include/pa_request.h: - new feature: #24 -- searching
7862: included file in @USE/^use is changed. if its filespec doesn't
7863: start from '/' it will be searched in caller file directory
7864:
7865: * src/classes/reflection.C: - ^reflection:method_info returns file
7866: where the method is defined
7867:
7868: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
7869: classes/op.C: - new feature: #24 -- searching included file in
7870: @USE/^use is changed. if its filespec doesn't start from '/' it
7871: will be searched in caller file directory
7872:
7873: * src/: classes/file.C, include/pa_common.h: - method lastposafter
7874: is moved to pa_common.h
7875:
7876: 2010-05-18 misha
7877:
7878: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
7879: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
7880: cookie parser decode \uXXXX as well as %uXXXX
7881:
7882: 2010-05-17 misha
7883:
7884: * src/classes/curl.C: beauty: - unused param is removed in method
7885: _curl_version_action - some spaces were removed or replaced by
7886: tabs
7887:
7888: * src/classes/table.C: - bugfix: #72 core with empty value during
7889: ^table.hash[...;name_of_the_last_column][$.type[string]]
7890:
7891: 2010-05-16 misha
7892:
7893: * src/classes/curl.C: new: #61 more curl options were added
7894: (contributed by Sumo)
7895:
7896: 2010-04-29 pretender
7897:
7898: * src/main/pa_string.C: fixes #63 Split result from empty string
7899: now empty string.
7900:
7901: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
7902: string type.
7903:
7904: 2010-04-28 pretender
7905:
7906: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
7907: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
7908: macrodefinition removed
7909:
7910: 2010-04-19 pretender
7911:
7912: * src/main/execute.C: fixes #60 Stacktrace now contains info for
7913: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
7914:
7915: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
7916: fixes #64 Now file.missing exception generates in unsafe mode to.
7917:
7918: * src/classes/file.C: fixes #48 Now not throw "not save environment
7919: variable" exception in grpunlim version.
7920:
7921: 2010-04-05 misha
7922:
7923: * src/classes/string.C: - new feature: 4th param was added to
7924: match. if specified its value is returned in case of nothing was
7925: found
7926:
7927: 2010-04-01 misha
7928:
7929: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
7930: multiple execution of /a/b/auto.p
7931:
7932: 2010-03-19 misha
7933:
7934: * src/main/execute.C: - core in $table1.$table2 was fixed
7935:
7936: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
7937:
7938: 2010-01-27 misha
7939:
7940: * src/main/pa_common.C: - bugfix: there are no excaption.type if
7941: trying to open file by path /existing-file/non-exixting-file
7942:
7943: 2010-01-26 misha
7944:
7945: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
7946: was added (returns file)
7947:
7948: 2009-12-22 misha
7949:
7950: * src/classes/curl.C: - method 'option' was renamed to 'options' -
7951: now parser doesn't have class curl if it was built without it
7952:
7953: 2009-12-15 misha
7954:
7955: * configure.in: - little cheat with curl include dir was added
7956:
7957: 2009-12-05 misha
7958:
7959: * src/classes/curl.C: - some fixes
7960:
7961: 2009-12-04 misha
7962:
7963: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
7964: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
7965: buildall-with-xml, buildall-without-xml, configure.in: - curl
7966: class was added
7967:
7968: * src/include/pa_hash.h: - hash-iterator was added
7969:
7970: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
7971: was added to pcre
7972:
7973: 2009-11-27 misha
7974:
7975: * src/classes/image.C: - don't add @border attribute to output of
7976: ^image.html[] if it was specified by user with empty value
7977:
7978: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
7979: root element and we are trying to access .documentElement
7980:
7981: 2009-11-11 misha
7982:
7983: * src/classes/table.C: - in ^table.flip[] look at number of columns
7984: instead of number of items in first row for named tables
7985:
7986: 2009-11-10 misha
7987:
7988: * operators.txt: - info about hash-options in ^file::create was
7989: added
7990:
7991: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
7992: added
7993:
7994: 2009-11-09 misha
7995:
7996: * buildall-with-xml: - moving to libxml 2.7.6
7997:
7998: * tests/236.html: - tests for comparations cords with functions
7999: were added
8000:
8001: * src/include/pa_string.h: - optimisation: cacheing of cstr was
8002: added
8003:
8004: * src/main/pa_http.C: - little optimisation
8005:
8006: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
8007: GPF mallocs + stringstream (table.save)
8008:
8009: * src/classes/file.C: - file::create now accepts 4th param: options
8010: with $.charset
8011:
8012: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
8013: bug in cord (comparation cords with functions was buggy)
8014:
8015: 2009-11-06 misha
8016:
8017: * src/main/pa_string.C: - bugfix: calculation string.length
8018: sometimes was buggy
8019:
8020: * src/classes/string.C: - bugfix: Temp_value_element wasn't
8021: destroyed if exception occured during match/replace
8022:
8023: * src/: main/pa_charset.C, include/pa_charset.h: - method
8024: lengthUTF8Char was added
8025:
8026: * src/classes/op.C: - clean tainting lang was added for user's
8027: usage
8028:
8029: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
8030: fixed: checkouts are required after GC_MALLOC
8031:
8032: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
8033:
8034: * operators.txt: - actually, there is no ^untaint[xml] in
8035: file::create
8036:
8037: 2009-10-15 misha
8038:
8039: * tests/: 235.html, 235_attach.txt: - tests for preparing email
8040: were added
8041:
8042: * tests/234.html: - more tests for checking ^taint[uri] escaping
8043: were added
8044:
8045: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
8046: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
8047: hacking: for dealing with transcoding+^taint[uri]
8048: transcode_and_untaint was replaced by untaint_and_transcode
8049:
8050: 2009-10-13 misha
8051:
8052: * tests/: 121.html, results/121.processed: - test transcoding +
8053: url-escaping now
8054:
8055: * tests/results/auto.p: - more helpers' methods were added
8056:
8057: * src/main/pa_globals.C: - die instead of abort
8058:
8059: 2009-10-06 misha
8060:
8061: * src/main/pa_common.C: - don't allocate memory during
8062: capitalization if input string is already capitalized
8063:
8064: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
8065:
8066: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
8067: use format function because it calls malloc
8068:
8069: * src/include/pa_common.h: - more capitalized headers were added
8070:
8071: * src/main/pa_common.C: - in safe mode clear executable bits during
8072: file writing
8073:
8074: 2009-10-05 misha
8075:
8076: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
8077:
8078: 2009-10-03 misha
8079:
8080: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
8081: ^img.text[] & ^img.length[] can work in utf-8 now
8082:
8083: * src/: include/pa_charset.h, main/pa_charset.C: - class
8084: UTF8_string_iterator was added
8085:
8086: * src/classes/image.C: - respect utf-8 when calculate alphabet
8087: length
8088:
8089: * src/classes/mail.C: - check from before get message.cstr
8090:
8091: 2009-10-02 misha
8092:
8093: * tests/233.html: - test for image.font, image.length, image.text
8094: with text in utf-8 were added
8095:
8096: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
8097:
8098: * buildall-with-xml, buildall-without-xml: - comment about gc
8099: version for freebsd 4 was added
8100:
8101: 2009-10-01 misha
8102:
8103: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
8104: terminator) - read_pipe were slightly optimized
8105:
8106: 2009-09-28 misha
8107:
8108: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
8109: removed
8110:
8111: * src/types/pa_vmail.C: - forgot about space after ':'
8112:
8113: * src/types/pa_vmail.C: - escape filenames while preparing mail
8114: body - small simplifications
8115:
8116: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
8117: inout params like pa_base64
8118:
8119: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
8120: option $.debug-print(1) was added to mail:send - changes for
8121: using uue_encode which uses less memory
8122:
8123: * src/main/pa_common.C: - pa_base64_encode uses less memory now
8124:
8125: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
8126: memory now
8127:
8128: 2009-09-26 misha
8129:
8130: * src/types/pa_vmail.C: - default encoding now is base64
8131:
8132: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
8133:
8134: 2009-09-25 misha
8135:
8136: * src/types/pa_vmail.C: - capitalization of headers was added to
8137: sending mail as well
8138:
8139: * buildall-with-xml: - catalog package was removed from libxml
8140:
8141: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
8142: win32 absolute path
8143:
8144: * src/include/pa_common.h: - one more capitalized header was added
8145:
8146: 2009-09-22 misha
8147:
8148: * INSTALL: - comment about building just httpd binary while
8149: building apache module was added
8150:
8151: 2009-09-21 misha
8152:
8153: * buildall-with-xml: - moving to the latest versions of xml libs:
8154: libxml 2.7.4 and libxslt 1.1.25
8155:
8156: 2009-09-19 misha
8157:
8158: * tests/231.html: - test for encoding cookie in win-1251
8159:
8160: 2009-09-18 misha
8161:
8162: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
8163: object] were added
8164:
8165: * operators.txt: - info about method ^reflection:fields[class or
8166: object] was added
8167:
8168: * src/classes/reflection.C: - method ^reflection:fields[class or
8169: object] was added
8170:
8171: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
8172: methods get_fields were added
8173:
8174: * tests/232.html: - tests for @GET[name]
8175:
8176: * src/classes/table.C: - some changes in handling hash-options for
8177: creare, join and locate
8178:
8179: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
8180: defined with option: the type of requested value
8181:
8182: 2009-09-17 misha
8183:
8184: * tests/212.html: - tests for .pattern and .options were added
8185:
8186: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
8187: $regex.options were added
8188:
8189: 2009-09-11 misha
8190:
8191: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
8192: rewrited. it checks not just one case of sending cookies during
8193: file::load[http], but also sending headers and fields (including
8194: files)
8195:
8196: 2009-09-10 misha
8197:
8198: * src/main/untaint.C: - workaround in file-spec lang for old Macs
8199: was removed => now parser can open files with Russian 'r' in
8200: filename
8201:
8202: * src/main/untaint.C: - bugfix: client charset whould be analized
8203: while escaping cookies but now source charset
8204:
8205: * src/main/pa_http.C: - bugfix: the values of http headers didn't
8206: ^tainted[uri] so it was possible to make request with incorrect
8207: http header
8208:
8209: * src/main/pa_http.C: - capitalization of http headers during
8210: file::load[http was slightly changes - bugfix: all headers which
8211: parser sends during file::load[http should be transcoded and only
8212: then escaped
8213:
8214: * src/main/untaint.C: - a bit more comments were added
8215:
8216: * src/classes/: file.C, string.C: - types where changes (minus 2
8217: warnings)
8218:
8219: * src/include/pa_common.h: - 2 capitalized strings for making http
8220: headers during file::load[http were added
8221:
8222: 2009-09-08 misha
8223:
8224: * operators.txt: - changes in file.save and string.save were added
8225:
8226: * tests/: 230.html, 230.txt: - tests for checking options in
8227: file.save and string.save were added
8228:
8229: * src/main/pa_request.C: - http headers names, which are passed to
8230: SAPI::add_header_attribute are lowercased now (it'll be
8231: capitalized in that method)
8232:
8233: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
8234: classes/string.C: - file_write accepts Request_charsets and asked
8235: charset and cound transcode content before writing - string.save
8236: and file.save have option $.charset now
8237:
8238: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
8239: classes/xdoc.C: - file_write accepts Request_charsets and asked
8240: charset and cound transcode content before writing
8241:
8242: * src/include/pa_exception.h: - new exception comment string was
8243: defined
8244:
8245: 2009-09-07 misha
8246:
8247: * src/main/compile.y: - grammar $name\ name stops now for regex
8248: sub-pattern\s
8249:
8250: 2009-09-04 misha
8251:
8252: * src/main/pa_http.C: - capitalization of http headers during
8253: file::load[http was implemented
8254:
8255: 2009-09-03 misha
8256:
8257: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
8258: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
8259: types/pa_vmail.C, targets/cgi/parser3.C,
8260: targets/isapi/parser3isapi.C: - back to storing response http
8261: headers in lowercase - capitalize them during output
8262:
8263: 2009-08-31 misha
8264:
8265: * src/classes/table.C: - allow call with any brackets (it could be
8266: useful in methods with explict result declaration)
8267:
8268: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
8269: correctly if $request:charset==koi8-r
8270:
8271: 2009-08-30 misha
8272:
8273: * src/: include/pa_common.h, main/pa_request.C: - http headers were
8274: changed: content-type => Content-type and so on
8275:
8276: * src/classes/file.C, src/include/pa_common.h,
8277: src/include/pa_request.h, src/main/pa_http.C,
8278: src/main/pa_request.C, src/types/pa_vcookie.C,
8279: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
8280: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
8281: tests/results/002.processed, tests/results/003.processed,
8282: tests/results/004.processed, tests/results/005.processed,
8283: tests/results/006.processed, tests/results/007.processed,
8284: tests/results/008.processed, tests/results/009.processed,
8285: tests/results/010.processed, tests/results/011.processed,
8286: tests/results/012.processed, tests/results/013.processed,
8287: tests/results/014.processed, tests/results/015.processed,
8288: tests/results/016.processed, tests/results/017.processed,
8289: tests/results/018.processed, tests/results/019.processed,
8290: tests/results/020.processed, tests/results/021.processed,
8291: tests/results/022.processed, tests/results/023.processed,
8292: tests/results/024.processed, tests/results/025.processed,
8293: tests/results/026.processed, tests/results/027.processed,
8294: tests/results/028.processed, tests/results/029.processed,
8295: tests/results/030.processed, tests/results/031.processed,
8296: tests/results/032.processed, tests/results/033.processed,
8297: tests/results/034.processed, tests/results/035.processed,
8298: tests/results/036.processed, tests/results/037.processed,
8299: tests/results/038.processed, tests/results/039.processed,
8300: tests/results/040.processed, tests/results/041.processed,
8301: tests/results/042.processed, tests/results/043.processed,
8302: tests/results/044.processed, tests/results/045.processed,
8303: tests/results/046.processed, tests/results/047.processed,
8304: tests/results/048.processed, tests/results/049.processed,
8305: tests/results/050.processed, tests/results/051.processed,
8306: tests/results/052.processed, tests/results/053.processed,
8307: tests/results/054.processed, tests/results/055.processed,
8308: tests/results/056.processed, tests/results/057.processed,
8309: tests/results/058.processed, tests/results/059.processed,
8310: tests/results/060.processed, tests/results/061.processed,
8311: tests/results/062.processed, tests/results/063.processed,
8312: tests/results/064.processed, tests/results/065.processed,
8313: tests/results/066.processed, tests/results/067.processed,
8314: tests/results/068.processed, tests/results/069.processed,
8315: tests/results/070.processed, tests/results/071.processed,
8316: tests/results/072.processed, tests/results/073.processed,
8317: tests/results/074.processed, tests/results/075.processed,
8318: tests/results/076.processed, tests/results/077.processed,
8319: tests/results/078.processed, tests/results/079.processed,
8320: tests/results/080.processed, tests/results/081.processed,
8321: tests/results/082.processed, tests/results/083.processed,
8322: tests/results/084.processed, tests/results/085.processed,
8323: tests/results/086.processed, tests/results/087.processed,
8324: tests/results/088.processed, tests/results/089.processed,
8325: tests/results/090.processed, tests/results/091.processed,
8326: tests/results/092.processed, tests/results/093.processed,
8327: tests/results/094.processed, tests/results/095.processed,
8328: tests/results/096.processed, tests/results/097.processed,
8329: tests/results/098.processed, tests/results/099.processed,
8330: tests/results/100.processed, tests/results/101.processed,
8331: tests/results/102.processed, tests/results/103.processed,
8332: tests/results/104.processed, tests/results/105.processed,
8333: tests/results/106.processed, tests/results/107.processed,
8334: tests/results/108.processed, tests/results/109.processed,
8335: tests/results/110.processed, tests/results/111.processed,
8336: tests/results/112.processed, tests/results/113.processed,
8337: tests/results/114.processed, tests/results/115.processed,
8338: tests/results/116.processed, tests/results/117.processed,
8339: tests/results/118.processed, tests/results/119.processed,
8340: tests/results/120.processed, tests/results/121.processed,
8341: tests/results/122.processed, tests/results/123.processed,
8342: tests/results/124.processed, tests/results/125.processed,
8343: tests/results/126.processed, tests/results/127.processed,
8344: tests/results/128.processed, tests/results/129.processed,
8345: tests/results/130.processed, tests/results/131.processed,
8346: tests/results/132.processed, tests/results/133.processed,
8347: tests/results/134.processed, tests/results/135.processed,
8348: tests/results/136.processed, tests/results/138.processed,
8349: tests/results/139.processed, tests/results/140.processed,
8350: tests/results/141.processed, tests/results/142.processed,
8351: tests/results/143.processed, tests/results/144.processed,
8352: tests/results/145.processed, tests/results/146.processed,
8353: tests/results/147.processed, tests/results/148.processed,
8354: tests/results/149.processed, tests/results/150.processed,
8355: tests/results/151.processed, tests/results/152.processed,
8356: tests/results/153.processed, tests/results/154.processed,
8357: tests/results/155.processed, tests/results/156.processed,
8358: tests/results/157.processed, tests/results/158.processed,
8359: tests/results/159.processed, tests/results/160.processed,
8360: tests/results/161.processed, tests/results/162.processed,
8361: tests/results/163.processed, tests/results/164.processed,
8362: tests/results/165.processed, tests/results/166.processed,
8363: tests/results/167.processed, tests/results/168.processed,
8364: tests/results/169.processed, tests/results/170.processed,
8365: tests/results/171.processed, tests/results/172.processed,
8366: tests/results/173.processed, tests/results/174.processed,
8367: tests/results/175.processed, tests/results/176.processed,
8368: tests/results/177.processed, tests/results/178.processed,
8369: tests/results/179.processed, tests/results/180.processed,
8370: tests/results/181.processed, tests/results/182.processed,
8371: tests/results/183.processed, tests/results/184.processed,
8372: tests/results/185.processed, tests/results/186.processed,
8373: tests/results/187.processed, tests/results/188.processed,
8374: tests/results/189.processed, tests/results/190.processed,
8375: tests/results/191.processed, tests/results/192.processed,
8376: tests/results/193.processed, tests/results/194.processed,
8377: tests/results/195.processed, tests/results/196.processed,
8378: tests/results/197.processed, tests/results/198.processed,
8379: tests/results/199.processed, tests/results/200.processed,
8380: tests/results/201.processed, tests/results/202.processed,
8381: tests/results/203.processed, tests/results/204.processed,
8382: tests/results/205.processed, tests/results/206.processed,
8383: tests/results/207.processed, tests/results/208.processed,
8384: tests/results/209.processed, tests/results/210.processed,
8385: tests/results/211.processed, tests/results/212.processed,
8386: tests/results/213.processed, tests/results/214.processed,
8387: tests/results/215.processed, tests/results/216.processed,
8388: tests/results/217.processed, tests/results/218.processed,
8389: tests/results/219.processed, tests/results/220.processed,
8390: tests/results/221.processed, tests/results/222.processed,
8391: tests/results/223.processed, tests/results/224.processed,
8392: tests/results/225.processed, tests/results/226.processed,
8393: tests/results/227.processed, tests/results/228.processed,
8394: tests/results/229.processed: - http headers were changed:
8395: content-type => Content-type and so on
8396:
8397: 2009-08-27 misha
8398:
8399: * src/: main/pa_random.C, include/pa_random.h,
8400: targets/cgi/parser3.C: - year was updated :)
8401:
8402: 2009-08-26 misha
8403:
8404: * tests/: 224.html, 224.p: - test for creating of parser object
8405: using constructor without params - little bugfix in test
8406:
8407: * src/main/compile_tools.h: - bugfix: should't call autouse while
8408: checking existed class while processing partial option
8409:
8410: * src/classes/reflection.C: - bugfix: core when creating object
8411: with reflection and constructor doesn't have params
8412:
8413: 2009-08-24 misha
8414:
8415: * tests/229.html: - tests for checking the number of parameters
8416: were added
8417:
8418: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
8419: number of method's parameters wasn't checked correctly (the bug
8420: was introduced in 3.4.0)
8421:
8422: 2009-08-22 misha
8423:
8424: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
8425: transcoded, but tainted pieces are escaped only when
8426: content-type==url-encoding
8427:
8428: * tests/228.html: - test for checking
8429: ^file::load[http://...;$.body[]]
8430:
8431: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
8432: post charset was too early (charsets is empty at this moment)
8433:
8434: 2009-08-21 misha
8435:
8436: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
8437: main/untaint.C: - some fixes with transcode+untaint
8438:
8439: 2009-08-15 misha
8440:
8441: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
8442: was increaced to 100 (was 50)
8443:
8444: * tests/227.html: - test for checking overriding properties in
8445: static classes was added
8446:
8447: * tests/: 226.html, 226.p: - test for @autoload[] was added
8448:
8449: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
8450: main/execute.C, main/pa_request.C, classes/reflection.C: -
8451: autouse was implemented
8452:
8453: 2009-08-14 misha
8454:
8455: * src/classes/reflection.C: - outdated checkout was removed
8456:
8457: * src/classes/reflection.C: - optimization - method ^dynamical was
8458: added.
8459:
8460: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
8461: types/pa_vstateless_class.h, main/execute.C: - optimization
8462:
8463: * src/types/pa_vclass.C: - exception if base on sytem class
8464:
8465: 2009-08-12 misha
8466:
8467: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8468: pa_vstateless_class.h: - little optimisation
8469:
8470: 2009-08-11 misha
8471:
8472: * tests/224.html: - method_params => method_info - checking for
8473: $.inherited
8474:
8475: * src/classes/reflection.C, operators.txt: - method method_params
8476: was renamed to method_info and now it returns class name, if
8477: method was defined in ancestor
8478:
8479: * tests/225.html: - tests for cheching properties in hierarhical
8480: classes were added
8481:
8482: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
8483: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8484: main/compile.y, main/execute.C, classes/classes.C: - problems
8485: with properties in new classes implementation were fixed
8486:
8487: 2009-08-10 misha
8488:
8489: * src/main/execute.C: - now constructor shouldn't be defined in
8490: class. it could be defined in parent.
8491:
8492: 2009-08-09 misha
8493:
8494: * src/classes/reflection.C: - ^reflection:methods doesn't return
8495: base's methods
8496:
8497: 2009-08-08 misha
8498:
8499: * src/: classes/classes.h, classes/date.C, classes/file.C,
8500: classes/form.C, classes/hash.C, classes/hashfile.C,
8501: classes/image.C, classes/mail.C, classes/op.C,
8502: classes/reflection.C, classes/regex.C, classes/string.C,
8503: classes/table.C, classes/xdoc.C, classes/xnode.C,
8504: classes/xnode.h, include/pa_hash.h, main/execute.C,
8505: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
8506: types/pa_method.h, types/pa_property.h, types/pa_value.C,
8507: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8508: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8509: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
8510: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8511: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
8512: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
8513: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
8514: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
8515: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
8516: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8517: types/pa_vresponse.C, types/pa_vresponse.h,
8518: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8519: types/pa_vstateless_object.h, types/pa_vstatus.C,
8520: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
8521: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
8522: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8523: types/pa_wwrapper.h, types/types.vcproj: - new classes
8524: implementation
8525:
8526: * buildall-with-xml, buildall-without-xml: - gc has a bug if
8527: USE_MUNMAP is used. so it is disabled as a workaround.
8528:
8529: 2009-08-05 misha
8530:
8531: * src/: main/pa_common.C, include/pa_common.h: - not needed
8532: parameter was removed
8533:
8534: * src/main/pa_http.C: - bugfix: error was during detecting
8535: content-type of file which was loaded by http
8536:
8537: 2009-08-01 misha
8538:
8539: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
8540: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
8541: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
8542: can't be disabled with defines any longer
8543:
8544: 2009-07-29 misha
8545:
8546: * src/classes/reflection.C, tests/results/224.processed: - for
8547: native methods with any call type now returned empty call_type
8548: value
8549:
8550: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8551: classes/table.C, include/pa_hash.h, include/pa_request.h,
8552: main/pa_request.C: - break in cycles was optimized
8553:
8554: * INSTALL: - more defines were described
8555:
8556: 2009-07-28 misha
8557:
8558: * operators.txt: - some changes in information about reflection
8559: class
8560:
8561: * tests/: 224.html, 224.p: - tests for reflection class
8562:
8563: * src/classes/reflection.C: - some bugs were fixed, method classes
8564: was added, refactoring
8565:
8566: 2009-07-26 misha
8567:
8568: * src/classes/classes.vcproj: - reflection class wass added to
8569: project
8570:
8571: * operators.txt: - information about reflection class was added
8572:
8573: * src/classes/reflection.C: - class was redesigned
8574:
8575: 2009-07-24 misha
8576:
8577: * src/classes/: Makefile.am, reflection.C: - class reflection was
8578: added
8579:
8580: * src/types/pa_vstateless_class.h: - method for reflection method's
8581: in classes was added
8582:
8583: 2009-07-22 misha
8584:
8585: * src/main/compile_tools.h: - bugfix: $object.$var was
8586: over-optimized. it failed if $object1.$object2.field
8587:
8588: 2009-07-16 misha
8589:
8590: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8591: lib/cord/cordxtra.c, lib/cord/include/cord.h,
8592: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
8593: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
8594: one more arg: length of cord
8595:
8596: 2009-07-15 misha
8597:
8598: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
8599: tainted in ^file::load[http://...;$.cookies[]]
8600:
8601: * src/classes/: op.C, regex.C, string.C: - new string with
8602: exception was used
8603:
8604: * src/include/pa_exception.h: - new string with exception was added
8605:
8606: * tests/223.html: - test for checking cookie-encoding during
8607: ^file::load[http was added
8608:
8609: * tests/: 221.html, 222.html: - tests for checking type of
8610: $table.fields.field were added
8611:
8612: * src/types/pa_vtable.C: - not used var decl was removed
8613:
8614: * src/include/pa_string.h: - use cached string length in Body::mid.
8615: it improves speed of match with brackets in pattern
8616:
8617: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
8618: outside
8619:
8620: 2009-07-14 misha
8621:
8622: * src/types/pa_vtable.C: - $table.fields.a return string even if
8623: column is empty (sometime returned void) - $table.fields was
8624: added for nameless tables
8625:
8626: * src/targets/cgi/getopt.c: - one warning resolved
8627:
8628: * src/main/pa_string.C: - potentian bug fixed
8629:
8630: * src/classes/op.C: - small optimization in taint/untaint
8631:
8632: 2009-07-13 misha
8633:
8634: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
8635: added
8636:
8637: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
8638: souldn't add the attribut to output
8639:
8640: 2009-07-11 misha
8641:
8642: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8643: stack size was increaced to 2MB (default=1MB)
8644:
8645: 2009-07-08 misha
8646:
8647: * src/main/pa_string.C: - link to UTF-8 description was added
8648:
8649: * src/include/pa_hash.h: - hash keeps element's order in more
8650: places (ex: ._keys[])
8651:
8652: * tests/220.html: - test for checking order of elements in hash in
8653: foreach was added
8654:
8655: * tests/172.html: - small changes in printing hash
8656:
8657: * tests/129.html: - small changes in printing hash
8658:
8659: * src/: include/pa_common.h, include/pa_hash.h,
8660: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
8661: types/pa_vmethod_frame.h: - hash now keeps order of elements
8662:
8663: * tests/014.html: - small changes in printing hash
8664:
8665: 2009-07-07 misha
8666:
8667: * src/classes/op.C: - new taint language "parser-code" was added
8668:
8669: * tests/219.html: - test for auto untaint parser code in process
8670: was added
8671:
8672: * src/classes/op.C: - tainted pieces in body of process are
8673: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
8674:
8675: * src/: include/pa_string.h, main/untaint.C: - new language
8676: L_PARSER_CODE for auto-untaint in process was added
8677:
8678: * src/: classes/file.C, classes/hash.C, classes/image.C,
8679: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
8680: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
8681: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
8682: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
8683: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
8684: code cleanup
8685:
8686: 2009-07-06 misha
8687:
8688: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
8689: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
8690: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8691:
8692: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
8693: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
8694: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
8695: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
8696: should be used
8697:
8698: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
8699: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
8700: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
8701: untaint_cstr[m] should be used
8702:
8703: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
8704: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8705:
8706: * tests/218.html: - test for checking automatic file-spec-taint was
8707: added
8708:
8709: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
8710: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
8711: classes/file.C, classes/hash.C, classes/image.C,
8712: classes/string.C, classes/table.C, classes/void.C,
8713: classes/xdoc.C: - optimizations and simplification of
8714: string.cstr(...)
8715:
8716: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
8717: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
8718: - optimizations and simplification of string.cstr(...)
8719:
8720: 2009-07-04 misha
8721:
8722: * tests/217.html: - test for recursion detection was added
8723:
8724: * src/: types/types.vcproj, main/main.vcproj,
8725: classes/classes.vcproj, targets/cgi/parser3.vcproj,
8726: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
8727: from .vcproj
8728:
8729: * src/types/pa_wwrapper.h: - dynamic_cast was removed
8730:
8731: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
8732: uploading files and case-insensitive http-method were added
8733:
8734: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
8735: tainted pattern in ^file:list[] was added
8736:
8737: 2009-07-03 misha
8738:
8739: * src/: classes/classes.vcproj, main/main.vcproj,
8740: types/types.vcproj, targets/cgi/parser3.vcproj,
8741: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
8742: for dynamic_cast) - little options changes
8743:
8744: * src/main/pa_http.C: - file::load[http works now with uploading
8745: files _and_ changing $.charset
8746:
8747: 2009-06-29 misha
8748:
8749: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
8750: while creating pattern
8751:
8752: 2009-06-25 misha
8753:
8754: * src/classes/image.C, operators.txt: - options' names for
8755: ^image.font were changed to $.space, $.width and $spacing -
8756: default space width now == gif's width
8757:
8758: 2009-06-24 misha
8759:
8760: * tests/215.html: - tests for $file.mode were added
8761:
8762: * operators.txt: - added info about $file.mode and changes in
8763: ^image.font[
8764:
8765: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
8766: param now could be omited - third param now could be hash (with
8767: all widths options: $.space-width, $.letter-width) - it's
8768: possible to specify tracking ($.letter-space)
8769:
8770: * src/classes/file.C: - file objects now could have mode field
8771: (text|binary)
8772:
8773: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
8774:
8775: 2009-06-23 misha
8776:
8777: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8778: trim can work with utf-8 chars now
8779:
8780: 2009-06-20 misha
8781:
8782: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
8783: was implemented
8784:
8785: * src/classes/table.C: - string length cacheing was implemented
8786:
8787: * src/include/pa_string.h: - string length cacheing was implemented
8788:
8789: 2009-06-17 misha
8790:
8791: * src/main/execute.C: - value param was removed from
8792: WContext::WContext
8793:
8794: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8795: pa_wwrapper.h: - value param was removed from WContext::WContext
8796: - field wcontext was removed from VCodeFrame (using fparent
8797: instead)
8798:
8799: * tests/214.html: - test with hash copying
8800:
8801: 2009-06-16 misha
8802:
8803: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8804: strings doesn't work in expression anymore
8805:
8806: * src/main/execute.C: - less calls for get_constructing() - little
8807: refactoring
8808:
8809: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8810: include/pa_request.h: - less calls for get_constructing()
8811:
8812: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8813: introduced with OPTIMIZE_SINGLE_STRING optimization
8814:
8815: 2009-06-14 misha
8816:
8817: * src/: classes/date.C, classes/file.C, classes/hash.C,
8818: classes/hashfile.C, classes/image.C, classes/regex.C,
8819: classes/table.C, classes/xdoc.C, classes/xnode.h,
8820: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8821: types/pa_vstateless_class.h, main/execute.C: - create object for
8822: storing object's fields only for parser objects
8823:
8824: 2009-06-13 misha
8825:
8826: * buildall-with-xml, buildall-without-xml: - new option was added
8827: for building GC (it slightly reduces memory usage)
8828:
8829: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8830: single string write
8831:
8832: * src/main/execute.C: - bytecode optimization of ^class:constructor
8833: - optimization of single string write
8834:
8835: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8836: - bytecode optimization of ^class:constructor
8837:
8838: 2009-06-09 misha
8839:
8840: * src/targets/cgi/parser3.C: - type size_t was changed to int in
8841: main (better compatibility)
8842:
8843: 2009-06-08 misha
8844:
8845: * src/main/compile.y: - I've forgot to commit it :(
8846:
8847: 2009-06-07 misha
8848:
8849: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
8850: WITH_READ and WITH_ROOT
8851:
8852: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8853: execute.C: - more optimizations for WITH_SELF, WITH_READ and
8854: WITH_ROOT - little refactoring
8855:
8856: 2009-06-06 misha
8857:
8858: * tests/213.html: - tests for 3rd match string-param were added
8859:
8860: * src/classes/string.C: - 3rd match param could be string now
8861:
8862: * src/main/: compile.y, compile_tools.h: - much more bytecode's
8863: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
8864: GET_OBJECT_ELEMENT
8865:
8866: 2009-06-05 misha
8867:
8868: * src/main/pa_http.C: - bugfix: content-length was not calculated
8869: if $.body was specified
8870:
8871: 2009-06-04 misha
8872:
8873: * src/classes/op.C: - optimizing write_assign_lang in connect
8874:
8875: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
8876:
8877: * src/main/execute.C: - little refactoring - optimizing
8878: write_assign_lang in taint/untaint
8879:
8880: * src/include/pa_opcode.h: - little refactoring
8881:
8882: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
8883: main/compile_tools.h, main/execute.C: - optimizations for
8884: $self.field, ^self.method, $self.field[...] and $self.field(...)
8885: were added
8886:
8887: 2009-06-03 misha
8888:
8889: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
8890:
8891: 2009-06-02 misha
8892:
8893: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
8894: include/pa_opcode.h: - refactoring in last optimizations
8895: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
8896: now but code is much easy and it is ready for further
8897: improvements.
8898:
8899: 2009-05-27 misha
8900:
8901: * src/: types/pa_junction.h, types/pa_vjunction.C,
8902: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
8903: changed in destructing junctions
8904:
8905: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
8906: String:Body
8907:
8908: 2009-05-26 misha
8909:
8910: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
8911: one method detect_charset was deleted - bug was fixed in this
8912: method (error while detecting charset in content_type withot last
8913: ';')
8914:
8915: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
8916: once
8917:
8918: 2009-05-25 misha
8919:
8920: * src/classes/file.C: - bugfix: file::exec didn't work after
8921: optimizing of helper_length
8922:
8923: 2009-05-24 misha
8924:
8925: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
8926: were added - little refactoring
8927:
8928: * src/main/execute.C: - core while printing in debug log
8929: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
8930: optimisations were added
8931:
8932: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
8933: were added
8934:
8935: 2009-05-23 misha
8936:
8937: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
8938: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
8939: CORD_cat optimization
8940:
8941: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
8942: - call constr optimisation under separate define now
8943:
8944: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
8945: in $b should be string, not void
8946:
8947: * src/main/compile.y: - little fix for rem-cut optimisation
8948:
8949: * src/: include/pa_opcode.h, main/compile_tools.C,
8950: main/compile_tools.h, main/execute.C: - optimisations for
8951: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
8952:
8953: * INSTALL: - description of some #defined were added
8954:
8955: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
8956: before 1st access (memory usage is reduced if don't access to
8957: .text field)
8958:
8959: * src/include/pa_array.h: - array grows step now not static (it
8960: reduces numbers of reallocs)
8961:
8962: 2009-05-20 misha
8963:
8964: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
8965: $.b(2), $c[d] and $.e[f] was added
8966:
8967: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8968: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
8969: $.e[f] was added
8970:
8971: * src/main/execute.C: - debug printing moved in defines
8972:
8973: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
8974: and little refactoring for OP_GET_OBJECT_ELEMENT +
8975: OP_GET_OBJECT_VAR_ELEMENT optimisation
8976:
8977: 2009-05-19 misha
8978:
8979: * src/main/: compile.y, compile_tools.C, compile_tools.h,
8980: execute.C: - $a.$b & ^a.$b bytecode optimisation
8981:
8982: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
8983: ^a.$b optimisation)
8984:
8985: * src/main/compile.y: - compiler now generate new opcodes:
8986: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
8987: ^a.b - compiler now cut off ^rem{ with all content ; any number
8988: of params }
8989:
8990: * src/main/execute.C: - code for handle new opcodes
8991: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
8992:
8993: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
8994: added for LA2V and LA2S
8995:
8996: * src/include/pa_opcode.h: - new defines which can be used for
8997: disable some bytecode optimisation and new opcodes were added
8998:
8999: 2009-05-17 misha
9000:
9001: * src/lib/cord/cordxtra.c: - bugfix.
9002:
9003: * tests/212.html: - .size[] and .study_size[] were added to tests
9004:
9005: * operators.txt: - info about regex class was added
9006:
9007: * tests/212.html: - tests for regex class were added
9008:
9009: 2009-05-16 misha
9010:
9011: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
9012: gc7.1
9013:
9014: * tests/022.html: - test for ^file:list[path;] (empty second param)
9015: was added
9016:
9017: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
9018: param) should work
9019:
9020: 2009-05-15 misha
9021:
9022: * src/classes/table.C: - automatically disable stringstream usage
9023: on freebsd4
9024:
9025: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
9026: scope
9027:
9028: * tests/211.html: - test with different types of access to hash was
9029: added
9030:
9031: * tests/210.html: - test which checks for loosing tainting in
9032: hash's keys was added
9033:
9034: * tests/208.html: - some parser work added. or stime == 0 %-)
9035:
9036: * src/lib/cord/cordbscs.c: - little hack was added to cord
9037:
9038: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
9039:
9040: * src/include/pa_version.h, configure.in: - moko have made a lot of
9041: optimisations for increacing version number more dramatically :)
9042:
9043: * src/classes/date.C: - little refactoring: use constructor which
9044: accepts formated string
9045:
9046: * src/: include/pa_string.h, main/pa_string.C: - String constructor
9047: which can print formatted string was added
9048:
9049: 2009-05-14 misha
9050:
9051: * src/include/pa_string.h: - type was fixed
9052:
9053: * src/: classes/hashfile.C, classes/op.C,
9054: include/pa_cache_managers.h, include/pa_charset.h,
9055: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
9056: include/pa_request.h, include/pa_sql_driver_manager.h,
9057: include/pa_string.h, include/pa_stylesheet_manager.h,
9058: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
9059: main/pa_charsets.C, main/pa_string.C,
9060: main/pa_stylesheet_connection.C, types/pa_value.h,
9061: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9062: types/pa_vobject.C, types/pa_vstateless_class.C,
9063: types/pa_vstateless_class.h: - hash_code caching was implemented
9064: (seaches should be faster now)
9065:
9066: * src/: classes/file.C, classes/hash.C, classes/image.C,
9067: classes/string.C, classes/table.C, include/pa_string.h,
9068: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
9069: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
9070: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
9071: types/pa_vrequest.C: - String constructors don't have that stupid
9072: true/false param which means 'tainted'. they accept lang instead.
9073:
9074: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
9075: with OPTIMIZE_RESULT
9076:
9077: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
9078: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
9079:
9080: 2009-05-13 misha
9081:
9082: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
9083: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
9084: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9085: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
9086: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
9087: main/pa_common.C, main/pa_request.C, main/pa_string.C,
9088: include/pa_string.h, classes/date.C, classes/file.C,
9089: classes/hash.C, classes/image.C, classes/string.C,
9090: classes/table.C, classes/xdoc.C: - result optimisation -
9091: helper_length parameter removed from string constructors
9092:
9093: 2009-05-11 misha
9094:
9095: * tests/209.html: - tests for ^hash::create[hash] were added
9096:
9097: * tests/208.html: - tests for $status:rusage, $status:memory,
9098: ^memory:compact[] were added
9099:
9100: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
9101: log10 were added
9102:
9103: * tests/206.html: - test for try with finally was added
9104:
9105: 2009-05-10 misha
9106:
9107: * tests/205.html: - test for ^file::create[...] was added
9108:
9109: * tests/204.html: - test for ^response:clear[] was added
9110:
9111: * tests/038.html: - tests for trigonometric functions were added
9112:
9113: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
9114: added - more tests for .add, .sub, .union, .intersects and
9115: .intersections
9116:
9117: * tests/065.html: - test for ^file:dirname was added
9118:
9119: * tests/030.html: - test for $cookie:fields was added
9120:
9121: * tests/203.html: - test for ^h._keys[column name] was added
9122:
9123: * tests/201.html: - tests for .trim were added
9124:
9125: * tests/202.html: - tests for last-day,
9126: date:calendar[type](YYYY;MM;DD) were added
9127:
9128: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
9129: .offset[type](N) were added
9130:
9131: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
9132: and .pos[c](N) were added
9133:
9134: * tests/141.html: - test for math:sha1 was added
9135:
9136: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
9137:
9138: 2009-05-09 misha
9139:
9140: * src/main/compile.y: - rollback
9141:
9142: 2009-05-05 misha
9143:
9144: * src/main/pa_exec.C: - little optimisation: somewhere length() was
9145: replaced by is_empty()
9146:
9147: * src/: include/pa_string.h, main/pa_charset.C: - little
9148: optimisation: somewhere length() was replaced by is_empty()
9149:
9150: * src/classes/table.C: - little optimisation: somewhere length()
9151: was replaced by is_empty()
9152:
9153: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
9154: classes/op.C, classes/table.C, main/pa_exception.C: - little
9155: optimisation: somewhere length() was replaced by is_empty()
9156:
9157: 2009-05-04 misha
9158:
9159: * src/: types/pa_method.h, types/pa_vstateless_class.C,
9160: types/pa_vstateless_class.h, main/execute.C,
9161: include/pa_request.h, classes/hash.C, classes/op.C,
9162: classes/table.C: - more optimisations were added: some operators
9163: don't switch write context anylonger
9164:
9165: 2009-05-01 misha
9166:
9167: * src/main/compile.y: - slightly more opcode optimisations for
9168: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
9169:
9170: * src/main/execute.C: - simplifying process for getters
9171:
9172: 2009-04-30 misha
9173:
9174: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
9175:
9176: * tests/results/199.processed: - test for checking $result into
9177: ^rem was added
9178:
9179: * tests/199.html: - test for checking $result into ^rem was added
9180:
9181: * tests/: 022.html, 096.html: - þsort after :list was asses (on
9182: some OS it returns list in different order)
9183:
9184: * src/: include/pa_array.h, include/pa_request.h,
9185: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
9186: changes in stack impl - get_element() optimisation: 3rd param
9187: removed - bugfix: problems with reading empty input param -
9188: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
9189:
9190: * tests/results/198.processed: - test for reading empty local var
9191: was added
9192:
9193: * tests/198.html: - test for reading empty local var was added
9194:
9195: 2009-04-29 misha
9196:
9197: * src/main/compile.y: - bugfix: couldn't compile because
9198: OP_VALUE__GET_ELEMENT should be unde #ifdef
9199:
9200: * src/: include/pa_array.h, include/pa_opcode.h,
9201: include/pa_request.h, main/compile.y, main/execute.C,
9202: main/pa_request.C, types/pa_vmethod_frame.C,
9203: types/pa_vmethod_frame.h: - we can work without opcode
9204: OP_STORE_PARAM, so it was removed
9205:
9206: 2009-04-28 misha
9207:
9208: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
9209: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
9210: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
9211: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
9212: 4.
9213: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
9214:
9215: * src/main/compile_tools.h: - new stuff for op-codes optimisation
9216:
9217: * src/: main/pa_string.C, classes/string.C: - !length() =>
9218: is_empty()
9219:
9220: 2009-04-27 misha
9221:
9222: * src/types/pa_vregex.h: - back explicit vars initialisation
9223:
9224: 2009-04-24 misha
9225:
9226: * src/classes/string.C: - ups. typo fixed
9227:
9228: * src/main/execute.C: - more replacements '*new VBool' to
9229: 'VBool::get' - checks for ^break[], ^continue[] and
9230: parser.interrupted were optimised
9231:
9232: * src/classes/string.C: - number of params.count() calls was
9233: slightly reduced
9234:
9235: 2009-04-23 misha
9236:
9237: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
9238: make it x64 friendly
9239:
9240: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
9241: parser is x64 friendly now
9242:
9243: 2009-04-22 misha
9244:
9245: * src/types/pa_vhashfile.C: - coder friendly exception about
9246: exceeding record size was added
9247:
9248: * src/classes/file.C: - use vregex object instead of direct calls
9249: methods from pcre lib
9250:
9251: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
9252: classes/string.C: - use vregex object instead of direct calls
9253: methods from pcre lib
9254:
9255: * src/: include/pa_common.h, main/pa_common.C: - method
9256: print_pcre_exec_error_text was moved to class vregex
9257:
9258: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
9259: was added
9260:
9261: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
9262: - class vregex was added
9263:
9264: 2009-04-21 misha
9265:
9266: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
9267:
9268: * src/: types/pa_junction.h, types/pa_value.C,
9269: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
9270: types/pa_wcontext.h, main/execute.C, classes/op.C: -
9271: junction-optimisation (destructors)
9272:
9273: * src/include/pa_array.h: - free under if now
9274:
9275: 2009-04-19 misha
9276:
9277: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
9278:
9279: 2009-04-18 misha
9280:
9281: * src/include/pa_version.h:
9282: :q :
9283:
9284: CV:
9285: ----------------------------------------------------------------------
9286:
9287: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
9288: refactoring
9289:
9290: * src/: include/pa_array.h, include/pa_hash.h,
9291: types/pa_vmethod_frame.h: - destructors under #ifdef now
9292:
9293: * src/include/pa_memory.h: - define for using destructors was added
9294:
9295: * src/: types/pa_method.h, types/pa_vstateless_class.C,
9296: main/execute.C: - some junctions will be cached now
9297:
9298: * src/include/pa_hash.h: - hash destructor frees pairs now
9299:
9300: * src/include/pa_array.h: - inline was added to destructor
9301:
9302: * src/types/pa_method.h: - comment was changed
9303:
9304: 2009-04-17 misha
9305:
9306: * src/: include/pa_array.h, include/pa_hash.h,
9307: types/pa_vmethod_frame.h: - destructors were added
9308:
9309: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
9310: renamed to always_use_result
9311:
9312: * src/main/: compile.y, compile_tools.h: - rollback changes in
9313: compiler: full backward compatibility is better
9314:
9315: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
9316: result in var's hash
9317:
9318: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9319: optimisation in method_frame
9320:
9321: * src/include/pa_array.h: - optimisation in array (allocate
9322: elements only when needed)
9323:
9324: * src/types/pa_vresponse.C: - check for $response:headers field
9325: before looking at custom fields
9326:
9327: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
9328: not needed to check existance var with name 'result' in var's
9329: hash
9330:
9331: * src/main/compile.y: - compiler was changed: now it detects
9332: writings to $result and set flag writo_to_result in method
9333:
9334: * src/classes/string.C: - little optimisation: no needed to write
9335: number with lang
9336:
9337: * src/main/pa_charset.C: - methods readChar and skipChar which is
9338: used for read utf8-strings were renamed - is_escaped was renamed
9339: to isEscaped (to the same name convention)
9340:
9341: * src/: types/pa_method.h, main/compile_tools.h: - flag
9342: write_to_result added. compiler get this info from code.
9343:
9344: 2009-04-16 misha
9345:
9346: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
9347: String only before 1st write
9348:
9349: * src/include/pa_string.h: - not needed template removed
9350:
9351: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
9352: types/pa_vjunction.C, types/pa_vproperty.C,
9353: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
9354: main/pa_request.C, classes/bool.C, classes/double.C,
9355: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
9356: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
9357: bool objects)
9358:
9359: 2009-04-15 misha
9360:
9361: * src/lib/cord/cordxtra.c: - more optimisation
9362:
9363: * src/: include/pa_string.h, main/untaint.C: - String::append
9364: optimisation
9365:
9366: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
9367: then get and can sometime be used)
9368:
9369: * src/main/pa_string.C: - String::length optimisation
9370:
9371: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
9372: these methods read different strings
9373:
9374: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9375: fresult_initial_void removed + some optimisation - if $result
9376: defined we don't write to context anymore
9377:
9378: * src/main/pa_charset.C: - readChar => skipChar (in this place we
9379: need just skip char)
9380:
9381: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9382: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
9383: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
9384:
9385: * src/types/pa_vvoid.h: - added get() method for retreave one
9386: instance
9387:
9388: 2009-04-11 misha
9389:
9390: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
9391:
9392: * tests/197.html: - test for parser://test in xml was added
9393:
9394: * src/classes/string.C: - small optimisation
9395:
9396: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
9397: optimisation
9398:
9399: 2009-04-10 misha
9400:
9401: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
9402: to pcre-7.8
9403:
9404: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
9405:
9406: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
9407: added
9408:
9409: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
9410: $request:CLASS_NAME were added
9411:
9412: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
9413: were added
9414:
9415: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
9416: $env:CLASS_NAME were added
9417:
9418: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
9419: '@todo' now
9420:
9421: * src/targets/cgi/parser3.C: - size_t -> int for calming down
9422: compirer
9423:
9424: * src/main/pa_string.C: - little code cleanup
9425:
9426: * src/main/pa_common.C: - describe one more UTF-8 related error
9427: during PCRE compile/execute
9428:
9429: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
9430: normalizing todo-comments: '@todo' now
9431:
9432: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
9433:
9434: * src/main/pa_charset.C: - type changed for making compiler happy
9435:
9436: 2009-03-10 misha
9437:
9438: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
9439: in main()
9440:
9441: 2009-02-01 misha
9442:
9443: * src/main/pa_http.C: - bugfix: double CRLF before the end of
9444: boundary
9445:
9446: 2009-01-25 misha
9447:
9448: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
9449:
9450: * src/classes/file.C: - more changes for parsing different number
9451: of params for file::load
9452:
9453: * tests/193.html: - tests for exception while base64-decode binary
9454: to string was added
9455:
9456: * tests/192.html: - tests for file::load with different number of
9457: options
9458:
9459: * src/classes/math.C: - ups. forgot '+1'
9460:
9461: * src/: classes/table.C, classes/file.C, include/pa_common.h,
9462: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
9463: main/pa_http.C: - ^file::load[...;http://...;] now can post files
9464: (new option $.encode[multipart-form/data] should be specified) -
9465: $.method[] option for file::load now is not case-sensitive
9466:
9467: * src/: include/pa_string.h, main/untaint.C: - for file post the
9468: new taint language L_FILE_POST was added
9469:
9470: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
9471: main/main.vcproj, classes/math.C, include/Makefile.am: - some
9472: stuff was moved to separate files
9473:
9474: 2009-01-23 misha
9475:
9476: * src/classes/math.C: - little optimisation in ^math:sha1[] -
9477: spaces to tabs were converted
9478:
9479: 2009-01-12 misha
9480:
9481: * src/main/pa_http.C: - value of $.method[] option force uppercased
9482: now
9483:
9484: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
9485: types/pa_vform.C, types/pa_vmail.C: - some constants changed
9486: their names
9487:
9488: * src/main/pa_common.C: - changes in formating
9489:
9490: * src/: classes/file.C, main/pa_http.C: - some constants changed
9491: their names
9492:
9493: * src/include/pa_http.h: - some spaces were converted to tabs
9494:
9495: * src/include/pa_common.h: - some constants changed their names
9496:
9497: * src/classes/file.C: - fixed 4-th paramether for file::load -
9498: little code rewriting
9499:
9500: * src/types/pa_vfile.C: - little code rewriting
9501:
9502: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
9503: types/pa_value.h: - some formating changes
9504:
9505: * src/include/pa_common.h: - some formating spaces transformed to
9506: tabs
9507:
9508: * src/classes/string.C: - exception while base64-decode binary to a
9509: string
9510:
9511: 2009-01-11 misha
9512:
9513: * configure.in: - version changed to 3.3.1b
9514:
9515: 2008-09-05 misha
9516:
9517: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
9518: release_3_3_0 on 2008-09-05 10:59:35 +0000
9519:
9520: 2008-09-04 misha
9521:
9522: * tests/: 130.html, 131.html: - these exceptions not typeless
9523: anymore
9524:
9525: * src/classes/op.C: - exception with 'invalid taint language' not
9526: typeless anylonger
9527:
9528: * src/classes/image.C: - some exceptions while operations with
9529: image not typeless anymore
9530:
9531: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
9532: main/pa_exec.C, main/pa_http.C: - some exceptions while
9533: operations with files not typeless anymore
9534:
9535: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
9536: types/pa_vdate.h: - exceptions while checking date range not
9537: typeless anymore
9538:
9539: * src/include/pa_exception.h: - exception type string for invalid
9540: date range was added
9541:
9542: 2008-09-03 misha
9543:
9544: * src/: classes/file.C, main/pa_string.C: - exception while pce
9545: operations not typeless anymore
9546:
9547: * src/include/pa_exception.h: - exception type for pce operations
9548: was added
9549:
9550: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
9551: and .CLASS_NAME insite classes
9552:
9553: * src/classes/table.C: - don't save table header whiile
9554: ^table.save[append;filename] if file exists
9555:
9556: 2008-09-02 misha
9557:
9558: * src/main/compile.y, src/main/compile_tools.h,
9559: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
9560: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
9561: renamed to partial and it login changed: we must mark class as
9562: partial for allow their modifications in future.
9563:
9564: 2008-08-29 misha
9565:
9566: * tests/results/022.processed: - testing taint[regex] in mask for
9567: file:list
9568:
9569: * tests/022.html: - testing taint[regex] in mask for file:list
9570:
9571: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
9572: for file:list was added
9573:
9574: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
9575: file:list
9576:
9577: 2008-08-26 misha
9578:
9579: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
9580: last derived object
9581:
9582: * src/classes/image.C: - many strings "image.format" replaced by
9583: IMAGE_FORMAT constant string - handle GPS info while parse exif -
9584: understand some more exif tags
9585:
9586: * src/include/pa_exception.h: - string "image.format" was added
9587:
9588: 2008-08-21 misha
9589:
9590: * src/: main/pa_string.C, classes/file.C: - use method for print
9591: pcre_exec text error
9592:
9593: * src/main/pa_common.C: - method for print pcre_exec text error was
9594: added
9595:
9596: * src/include/pa_common.h: - method declaration for print pcre_exec
9597: text error was added
9598:
9599: 2008-08-19 misha
9600:
9601: * src/main/execute.C: - bugfix: opcodes must be in separate
9602: namespace while debug execution as well
9603:
9604: * tests/: 015.html, results/015.processed: - test for escaping some
9605: parser chars was added
9606:
9607: 2008-08-18 misha
9608:
9609: * tests/: 190.html, 190.p, results/190.processed: - test for
9610: $caller.self.field + default getter in one class was added
9611:
9612: * tests/: 189.html, results/189.processed: - test for
9613: ^date::create[date object]
9614:
9615: * tests/: 188.html, results/188.processed: - tests for match with
9616: UTF-8 strings
9617:
9618: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
9619: ^string.match[]
9620:
9621: * ChangeLog: - parser 3.3.0 beta13
9622:
9623: 2008-08-15 misha
9624:
1.116 moko 9625: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
9626: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
9627: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
9628: dftables.c: - old PCRE files removed
1.95 moko 9629:
9630: * src/lib/pcre/config.h: - configuration for PCRE library
9631:
9632: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9633: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
9634:
9635: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
9636: library and set flag UTF8 if $request:charset is UTF-8
9637:
9638: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
9639: include/pa_config_fixed.h: - moved to new PCRE library
9640:
9641: * src/: main/main.vcproj, types/types.vcproj,
9642: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
9643: win32\pcre instead of parser3\src\lib\pcre
9644:
9645: * src/: include/pa_opcode.h, include/pa_operation.h,
9646: main/compile.C, main/compile.y, main/compile_tools.C,
9647: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
9648: opcodes were moved to separate namespace
9649:
9650: 2008-08-14 misha
9651:
9652: * src/types/pa_vstateless_class.C: - newline at the end missed
9653:
9654: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
9655: tainting
9656:
9657: 2008-08-11 misha
9658:
9659: * tests/: 187.html, 187.p, results/187.processed: - tests for
9660: $caller.self, $caller.self.field and $caller.self.field[value]
9661: were added
9662:
9663: * src/types/pa_vmethod_frame.h: - still need to check 'self'
9664: runtime as well (for $caller.self)
9665:
9666: 2008-07-25 misha
9667:
9668: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
9669: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
9670: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
9671: tests with international characters
9672:
9673: 2008-07-23 misha
9674:
9675: * src/main/pa_http.C: - escape $cookies as %uXXXX while
9676: file::load[...;http://
9677:
9678: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
9679: now everywhere in separate namespace
9680:
9681: * src/types/pa_vmethod_frame.h: - looking for caller before looking
9682: for vars
9683:
9684: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
9685: can be escaped by '^'
9686:
9687: 2008-07-22 misha
9688:
9689: * src/classes/string.C, tests/186.html: - names changes:
9690: escape=>js-escape, unescape=>js-unescape
9691:
9692: 2008-07-21 misha
9693:
9694: * tests/results/186.processed: - test for string escape/unescape
9695:
9696: * tests/186.html: - test for string escape/unescape
9697:
9698: * src/classes/string.C: - string has escape and unescape methods
9699: now
9700:
9701: * src/: include/pa_string.h, main/pa_string.C: - escape method was
9702: added
9703:
9704: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
9705: method-layers added (with different params)
9706:
9707: 2008-07-18 misha
9708:
9709: * tests/results/185.processed: - test for ^str.pos[substr](offset)
9710: was added
9711:
9712: * tests/185.html: - test for ^str.pos[sub](offset) added
9713:
9714: * src/classes/string.C, src/classes/void.C, operators.txt: -
9715: ^string.pos[substr](offset) -- 2nd param accepted now
9716:
9717: * src/main/pa_string.C: - .pos works fine with offset for utf-8
9718: strings
9719:
9720: 2008-07-17 misha
9721:
9722: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9723: helper length added for mid for small optimisation
9724:
9725: 2008-07-16 misha
9726:
9727: * tests/: 185.html, results/185.processed: - tests for
9728: length/left/right/mid/pos with utf-8 strings
9729:
9730: * src/classes/string.C: - left/right/mid/length/pos works fine for
9731: utf-8 strings
9732:
9733: * src/main/untaint.C: - comments removed
9734:
9735: * src/: include/pa_string.h, main/pa_string.C,
9736: include/pa_charset.h, main/pa_charset.C: - methods for working
9737: with pos/mid for strings in utf-8 were added
9738:
9739: 2008-07-15 misha
9740:
9741: * tests/: 184.html, results/184.processed: - test for case body as
9742: expression: $var(^switch(1){^case(1)(true)..})
9743:
9744: * src/classes/op.C: - case body can be expression now:
9745: $var(^switch(1){^case(1)(true)..})
9746:
9747: * tests/: results/183.processed, 183.html: - added test for testing
9748: new cookie encoding (%uXXXX)
9749:
9750: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
9751: decoding for backward compatibility they decoded from %XX in
9752: request:charset too
9753:
9754: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
9755: - cookie class now decode cookies before first access after last
9756: request:charset changing (as form class).
9757:
9758: * src/main/pa_charset.C: - added method escape for escaping cookies
9759: as %uXXXX - before transcode calculate required space for dest
9760: string. it reduce mem usage for transcode
9761:
9762: * src/include/pa_charset.h: - added method escape for escaping
9763: cookies as %uXXXX
9764:
9765: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
9766: was added. will used for escaping cookies as %uXXXX
9767:
9768: * src/include/pa_common.h: - escape method has new option for skip
9769: converting '+' to a space char
9770:
9771: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
9772: transcode - escape method has new option for skip converting '+'
9773: to a space char
9774:
9775: 2008-07-08 misha
9776:
9777: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
9778: (no UE if more then 1 case matches anylonger) - optimization:
9779: doing searching.as_string() || searching.as_double() only once
9780:
9781: 2008-07-04 misha
9782:
9783: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
9784: now ^date::create[date object] works
9785:
9786: * src/classes/string.C: - left and right added as aliases for start
9787: and end in ^string.trim[]
9788:
9789: 2008-07-03 misha
9790:
9791: * src/classes/file.C: - allow $.limit for file::sql as well
9792:
9793: * src/classes/file.C: - allow $.offset option for file::sql - force
9794: send limit=1 to query for use sql specifics authomatically
9795:
9796: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9797: if $.limit value if empty. autoconvert it as everywere
9798:
9799: 2008-07-02 misha
9800:
9801: * configure.in: - time to change version number to 3.3.0 %-)
9802:
9803: * src/include/pa_version.h: - time to change version number to
9804: 3.3.0 %-)
9805:
9806: 2008-06-26 misha
9807:
9808: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9809: $.limit(0) fixes
9810:
9811: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9812: - $.limit(0) fixes
9813:
9814: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9815: new API)
9816:
9817: * src/: include/pa_sql_driver_manager.h,
9818: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9819: classes/op.C: - document_root added
9820:
9821: * src/main/compile.tab.C: - error message was changed
9822:
9823: 2008-06-25 misha
9824:
9825: * src/main/compile.y: - error message was changed
9826:
9827: 2008-06-24 misha
9828:
9829: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9830:
9831: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9832: tests for @OPTIONS\nappend
9833:
9834: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9835:
9836: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9837:
9838: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9839:
9840: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
9841: compile.y
9842:
9843: 2008-06-17 misha
9844:
9845: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
9846: compilation: ^if(default){true. it's incorrect. must be
9847: exception}
9848:
9849: 2008-06-16 misha
9850:
9851: * tests/: 181.ent, 181.html, results/181.processed: - test for
9852: checking external reference loading with 'http://localhost'
9853: prefix while creating xdoc
9854:
9855: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
9856: ^math:long2ip[] and ^math:ip2long[]
9857:
9858: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
9859: added which use scalar stateless class method when user object
9860: used in scalar context - use get_scalar_value when user object
9861: requested in scalar context
9862:
9863: * src/main/pa_common.C: - size must be int but not size_t or we
9864: can't compare with 0 sprintf result
9865:
9866: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9867: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
9868: with internal switch between local/global vars
9869:
9870: * src/types/pa_vclass.C: - register scalar if method @GET[] was
9871: specified
9872:
9873: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
9874: pa_vstateless_object.h: - stateless class and object now has
9875: private scalar field and getter/setter for working with it
9876:
9877: * src/classes/math.C: - methods math:long2ip & math:ip2long were
9878: moved to inet static class
9879:
9880: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
9881: class added (^inet:aton[IP], ^inet:ntoa(number))
9882:
9883: * tests/: 180.html, results/180.processed: - tests for
9884: ^math:long2ip(long) and ^math:ip2long[IP]
9885:
9886: * src/classes/math.C: - ^math:ip2long[IP] added
9887:
9888: 2008-06-11 misha
9889:
9890: * src/main/pa_xml_io.C: - use file_read_text again because of we
9891: need cut BOM code and remove DOS newline chars. but don't
9892: transcode it anyway.
9893:
9894: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
9895: main/pa_http.C: - option for disable transcoding while file_read
9896: and file_read_text added
9897:
9898: 2008-06-10 misha
9899:
9900: * tests/: 179.html, 179.p, results/179.processed: - test for many
9901: classes in 1 file
9902:
9903: * src/main/: compile.C, compile_tools.h: - compile return list of
9904: classes now.
9905:
9906: * src/main/: compile.y, compile.tab.C: - compile return list of
9907: classes now. internals.
9908:
9909: * src/main/pa_request.C: - compile return list of classes now. try
9910: call @conf and @auto for each returned class
9911:
9912: * src/include/pa_request.h: - compile return list of classes now
9913:
9914: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
9915: return list of classes when compile buf)
9916:
9917: 2008-06-07 misha
9918:
9919: * src/main/pa_request.C: - constructing VRequest object with 3rd
9920: param -- form
9921:
9922: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
9923: 3rd param: form. needed for get post_charset
9924:
9925: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
9926: added
9927:
9928: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
9929: types/pa_vform.C, types/pa_vform.h: - some polish
9930:
9931: 2008-06-06 misha
9932:
9933: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
9934: charset and decode chars from it but not from response:charset
9935:
9936: * src/main/pa_http.C: - detect_charset moved out of here
9937:
9938: * src/: include/pa_common.h, main/pa_common.C: - more helpers
9939: methods moved here - unescape_chars accepn one charset now
9940:
9941: * src/main/pa_http.C: - new constants used - don't allow
9942: $.content-type in ^file::load[;http://;$.method[POST]] - add
9943: charset info while ^file::load[;http://;$.method[POST]] - option
9944: $.omit-post-charset(true) added to ^file::load[;http://] for
9945: disabling charset during post
9946:
9947: * src/types/pa_vform.C: - new constants used
9948:
9949: * src/include/pa_common.h: - some constants were added
9950:
9951: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
9952: instead of StrEqNc
9953:
9954: * src/main/pa_common.C: - new method for caseless search
9955: c-substring in c-string - use isxdigit instead of is_hex_digit
9956:
9957: * src/include/pa_common.h: - new method for caseless search
9958: c-substring in c-string
9959:
9960: 2008-06-05 misha
9961:
9962: * tests/results/178.processed: - test for testing default getter
9963:
9964: * tests/178.html: - test for testing default getter
9965:
9966: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
9967: for test for testing default getter
9968:
9969: * src/main/execute.C: - default getter soul
9970:
9971: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
9972: requested objects' field not found
9973:
9974: * src/types/pa_vclass.C: - register default getter if defined - get
9975: default getter if requested field not found
9976:
9977: * src/types/pa_vstateless_object.h: - method get_default_getter was
9978: added
9979:
9980: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9981: pointer to default getter and methods for get/set it were added
9982:
9983: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
9984: auto_name field (for default getter)
9985:
9986: 2008-06-04 misha
9987:
9988: * src/main/pa_xml_io.C: - load external xml in binary mode (no
9989: transcoding, no cutting BOM code, no fixing line breaks) and get
9990: it to libxml "as is"
9991:
9992: 2008-06-03 misha
9993:
9994: * src/main/pa_common.C: - use store_Char instead of
9995: transcodeCharFromUTF8
9996:
9997: * src/: include/pa_charset.h, main/pa_charset.C: - method
9998: store_Char added, transcodeCharFromUTF8 -- removed
9999:
10000: 2008-06-02 misha
10001:
10002: * tests/: results/177.processed, 177.html: - test for checking
10003: .[acm]date after local ^file::load[] was added
10004:
10005: * tests/: results/176.processed, 176.html: - test for checking
10006: @OPTION\locals + @method[vars][locals] added
10007:
10008: * tests/results/auto.p: - CLASS_PATH specified for checking use
10009:
10010: 2008-05-30 misha
10011:
10012: * src/main/: compile.y, compile.tab.C: - changes in compiler:
10013: @OPTION\nlocals + @method[vars][;locals;] were added
10014:
10015: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
10016: moved to separate method op_code - switch from VMethodFrame to
10017: VMethodFrameGlobal + VMethodFrameLocal
10018:
10019: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
10020: was moved to separate method op_code
10021:
10022: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
10023: VMethodFrame now
10024:
10025: * src/types/pa_vstateless_class.h: - stateless class have bool flag
10026: all_vars_local as well
10027:
10028: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
10029: pa_vmethod_frame_local.h, Makefile.am: - who children for
10030: VMethodFrame were added: one (global) works as VMethodFrame
10031: before and second (local) write all vars in self vars scope
10032:
10033: * src/types/pa_method.h: - method has bool flag all_vars_local now
10034:
10035: 2008-05-29 misha
10036:
10037: * tests/: 129.html, results/129.processed: - more tests for
10038: ^table.hash[]
10039:
10040: * src/classes/hash.C: - ^hash::sql has a new option:
10041: $.type[hash|string|table] as ^table.hash[] one.
10042:
10043: * src/classes/op.C: - ^try has 3rd param now: finally code which
10044: executed anyway after try or catch section
10045:
10046: 2008-05-27 misha
10047:
10048: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
10049: must not fail if $.distinct(1) wasn't specified
10050:
10051: 2008-05-26 misha
10052:
10053: * src/classes/op.C: - allow ^throw[my type]
10054:
10055: 2008-05-22 misha
10056:
10057: * configure.in, configure: - version number updated to 3.2.4b
10058:
10059: * src/classes/: op.C, string.C: - trim format string before
10060: eval/format
10061:
10062: * tests/: results/175.processed, 175.html: - more tests for
10063: different format strings in .format[]
10064:
10065: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
10066: as well (not only %XX)
10067:
10068: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
10069: charset specified - checks for format before print number
10070: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
10071: (instead of tabs) removed
10072:
10073: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
10074: charset specified
10075:
10076: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
10077: char in requested charset from utf code was added
10078:
10079: 2008-05-19 misha
10080:
10081: * tests/: 174.html, results/174.processed: - test for
10082: ^hashfile.cleanup[] added
10083:
10084: * src/classes/hashfile.C: - optimization: don't create any key or
10085: value variable if it's name weren't specified
10086: (^hf.foreach[;v]{...})
10087:
10088: 2008-05-16 misha
10089:
10090: * src/classes/hash.C: - optimization: don't create any key variable
10091: if variable name wasn't specified (^h.foreach[;v]{...})
10092:
10093: 2008-05-15 misha
10094:
10095: * src/classes/op.C: - small changes
10096:
10097: * src/classes/hashfile.C: - code reformating (as hash.foreach)
10098:
10099: * src/classes/hash.C: - calculate var_context once before foreach
10100:
10101: 2008-05-14 misha
10102:
10103: * src/classes/hashfile.C: - incorrect vars context calculation for
10104: ^hashfile.foreach[;]{} fixed
10105:
10106: * src/classes/: hash.C, table.C: - little optimisation
10107:
10108: * src/classes/file.C: - bugfix: double absolute path while loading
10109: file
10110:
10111: * tests/: 174.html, results/174.processed: - tests for hashfile
10112: were added
10113:
10114: * buildall-with-xml: - moving to libxslt 1.1.24
10115:
10116: 2008-04-30 misha
10117:
10118: * src/classes/file.C: - stat file while loading (local only) so
10119: .adate, .mdate and .cdate available without additional ::stat
10120:
10121: 2008-04-28 misha
10122:
10123: * src/classes/file.C: - $.name and $.content-type available for
10124: stated file
10125:
10126: 2008-04-14 misha
10127:
10128: * src/targets/cgi/parser3.C: - new year in copyright %-)
10129:
10130: * src/include/pa_version.h: - new version number in head
10131:
10132: 2008-04-10 misha
10133:
10134: * tests/: 080.html, results/080.processed: - cut '0' from
10135: exponential part because of on diff OS it differ (20 or 020 for
10136: ex)
10137:
10138: * tests/: 119.html, results/119.processed: - check for encoding
10139: while creating xdoc
10140:
10141: 2008-04-09 misha
10142:
10143: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
10144:
10145: * src/main/pa_common.C: - comment added
10146:
10147: * src/classes/date.C: - little refactoring
10148:
10149: 2008-04-07 misha
10150:
10151: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
10152: style of ^table.save[]: prepare one big string and sabe it at
10153: once. it's safe on freebsd 4.x but use much more memory.
10154:
10155: * buildall-with-xml, buildall-without-xml: - option
10156: --disable-stringstream added (under comment. use it on freebsd
10157: 4.x)
10158:
10159: 2008-02-22 misha
10160:
10161: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
10162: specified together in file::load[;http] - get back transcoding
10163: $.body[] in file::load[;http]
10164:
10165: 2008-02-21 misha
10166:
10167: * src/classes/date.C: - ^date.gmt-string[] was added
10168:
10169: * src/types/pa_value.C: - method for output date in RFC 822 format
10170: moved to pa_common.h
10171:
10172: * src/include/pa_common.h: - method for output date in RFC 822
10173: format moved here from pa_value.C
10174:
10175: * src/types/pa_vmail.C: - fixed core in sending mail with
10176: attachment in simple mode ($.file[file here]) introduced in 3.2.2
10177:
10178: 2008-02-20 misha
10179:
10180: * src/main/pa_http.C: - transcode $.headers before escaping into
10181: specified charset while ^file::load[...;http://...] (L_URI
10182: instead of L_HTTP_HEADER) - $.cookies param available in
10183: ^file::load[;http://...] now (but we don't parse set-cookies from
10184: response yet) (cookies not transcoded as common $cookies)
10185:
10186: 2008-02-19 misha
10187:
10188: * src/main/pa_request.C: - rollback: we mustn't force taint
10189: $response:field values because in this case
10190: $response:locateion[http://...] don't works.
10191:
10192: 2008-02-15 misha
10193:
10194: * src/classes/op.C: - little refactoring
10195:
10196: * src/main/pa_http.C: - taint names of $.headers for load[;http
10197:
10198: * src/main/pa_request.C: - force taint values of $response:field
10199:
10200: 2008-02-14 misha
10201:
10202: * src/main/pa_request.C: - $response:field transcoded to
10203: $response:charset before escaping now
10204:
10205: * src/main/pa_http.C: - some outdated comments removed
10206:
10207: * src/classes/date.C: - lastdat -> last-day
10208:
10209: * src/classes/date.C: - ^date:lastday(year;month) and
10210: ^date.lastday[] were added - little code refactoring - comments
10211: changes
10212:
10213: * tests/: 159.html, results/159.processed: - test for number of
10214: days in February
10215:
10216: * src/types/pa_value.C: - fixes in code formatting
10217:
10218: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
10219: and comments
10220:
10221: 2008-02-13 misha
10222:
10223: * src/main/pa_common.C: - bugfix for february at leap year
10224:
10225: 2008-01-28 misha
10226:
10227: * tests/: 160.html, results/160.processed: - more test for cache
10228: added
10229:
10230: * src/classes/op.C: - bugfix: cache body executed twice if contains
10231: unhandled exception
10232:
10233: 2008-01-25 misha
10234:
10235: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
10236: bug when hashfile became inavailable after memory:compact)
10237:
10238: * src/lib/sdbm/apr_strings.C: - +arp_malloc
10239:
10240: 2008-01-22 misha
10241:
10242: * src/classes/table.C: - little refactiring and exception texts
10243: changes in method ^table.hash[]
10244:
10245: * src/types/pa_vcookie.C: - link to cookie specification changed
10246:
10247: 2008-01-21 misha
10248:
10249: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
10250: file::exec/cgi
10251:
10252: * src/classes/file.C: - bugfix: core while processing headers if
10253: executed cgi script don't return content
10254:
10255: 2008-01-18 misha
10256:
10257: * buildall-with-xml: - move to libxml2 version 2.6.31
10258:
10259: * src/include/pa_version.h, configure.in: - version number updated
10260: to '3.2.3b'
10261:
10262: 2007-12-28 misha
10263:
10264: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
10265: hash.contains
10266:
10267: 2007-12-27 misha
10268:
10269: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10270: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
10271: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
10272: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
10273: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10274: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
10275: src/targets/cgi/parser3.vcproj,
10276: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
10277: back to VS2003 because of Apache 1.3 module can't work if it was
10278: built in VS 2005. with cgi all file so VS2003 project files can
10279: be easy converted to the new format.
10280:
10281: 2007-12-04 misha
10282:
10283: * src/types/pa_vcode_frame.h: - changes in comment
10284:
10285: 2007-11-29 misha
10286:
10287: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
10288: intercept strings any longer
10289:
10290: * tests/: 173.html, results/173.processed: - tests for
10291: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
10292: but not in main code frame
10293:
10294: * tests/: 172.html, results/172.processed: - more tests for pass
10295: objects from code frames
10296:
10297: 2007-11-27 misha
10298:
10299: * tests/: 152.html, results/152.processed: - tests for converting
10300: strings 'true'/'false' to bool were added
10301:
10302: * tests/152.html: - added checks for converting strings
10303: 'true'/'false' to bool
10304:
10305: * src/classes/string.C: - ^srting.bool[] now can convert to bool
10306: not only strings with numbers but with values 'true'/'false' as
10307: well
10308:
10309: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
10310: for parser3.log increased
10311:
10312: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
10313:
10314: * src/include/pa_common.h: - remove_crlf return cstring size now
10315:
10316: * src/include/pa_types.h: - constant with buffer size for
10317: parser3.log added
10318:
10319: 2007-11-16 misha
10320:
10321: * tests/cat.sh: - script for tests for file::exec/cgi
10322:
10323: * tests/171.html: - tests for file::exec/cgi
10324:
10325: * tests/results/171.processed: - tests results for file::exec/cgi
10326:
10327: 2007-11-15 misha
10328:
10329: * src/main/pa_exec.C: - fixed incorrect exec code for unix
10330:
10331: * src/classes/file.C: - .body must be set before analyzing cgi
10332: headers
10333:
10334: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
10335: only if exec/cgi return anything.
10336:
10337: 2007-11-14 misha
10338:
10339: * operators.txt: - info about new text|binary option for
10340: file::exec/cgi was added
10341:
10342: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
10343: ^file:exec[[text|binary];script;...]
10344:
10345: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
10346: classes/string.C, classes/table.C: - more text strings moved to
10347: the one place
10348:
10349: 2007-11-09 misha
10350:
10351: * src/types/pa_vrequest.C: - $request:argv must be taint
10352:
10353: * ChangeLog: - $request:argv [patch from Sumo]
10354:
10355: * operators.txt: - $request:argv
10356:
10357: * src/: include/pa_request_info.h, types/pa_vrequest.C,
10358: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
10359:
10360: 2007-10-25 misha
10361:
10362: * buildall-with-xml, buildall-without-xml: - options preparations
10363: for ./configure rewrited
10364:
10365: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
10366: error occure in unhandled_exception finally fixed
10367:
10368: 2007-10-23 misha
10369:
10370: * tests/: 170.html, results/170.processed: - test for
10371: @method[][result]
10372:
10373: * operators.txt: - added info about node.prefix and
10374: node.namespaceURI
10375:
10376: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
10377:
10378: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
10379: added for node and attribute
10380:
10381: 2007-10-22 misha
10382:
10383: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
10384:
10385: * src/main/pa_request.C: - added const content-transfer-encoding
10386:
10387: * src/include/pa_request.h: - added const content-transfer-encoding
10388: - ups. constants must be in lowercase (for search)
10389:
10390: * src/types/pa_vmail.C: - more constants used -
10391: content-transfer-encoding: 8bit added
10392:
10393: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
10394:
10395: * src/include/pa_request.h: - more constants
10396:
10397: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
10398: ommit anymore if $.content-disposition was specified - little
10399: refactoring
10400:
10401: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
10402:
10403: 2007-10-17 misha
10404:
10405: * operators.txt: - info about
10406: table::create[nameless]{data}[>options<] was added
10407:
10408: * src/main/: compile.tab.C, compile.y: - if error occure while
10409: compile method don't put this method in methods table anymore.
10410: in other case the parser coredumped if @unhandled_exception
10411: method can't be compiled because of parser.compile error.
10412:
10413: * src/main/execute.C: - little code reformating
10414:
10415: * src/main/pa_request.C: - little code reformating - comment
10416: changed
10417:
10418: 2007-10-16 misha
10419:
10420: * tests/: 035.html, results/035.processed: - tests
10421: table::create[]{}[options] added
10422:
10423: * src/classes/table.C: - table::create[]{} now accept 3rd param:
10424: options (only $.seperator[] yet)
10425:
10426: 2007-10-10 misha
10427:
10428: * src/classes/table.C: - some contstants moved to pa_common.h -
10429: some code changes
10430:
10431: 2007-10-02 misha
10432:
10433: * src/main/pa_uue.C: - memory usage during uuencode reduced more
10434: then three time as much. but base64 encoding method still use
10435: less memory anyway.
10436:
10437: 2007-09-17 misha
10438:
10439: * operators.txt: - added info about $cookie:fields
10440:
10441: * src/types/pa_vcookie.C: - $cookie:fields available now
10442:
10443: * src/classes/hash.C: - some stuff for use with .for_each moved to
10444: common
10445:
10446: * src/include/pa_common.h: - some stuff for use with .for_each
10447: moved here
10448:
10449: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
10450:
10451: 2007-09-14 misha
10452:
10453: * buildall-with-xml: - new xml libs again =)
10454:
10455: 2007-08-28 misha
10456:
10457: * operators.txt: - texts about ^table.columns[[column name]] and
10458: ^string.split[...][v][column name] were added
10459:
10460: * tests/: 168.html, 169.html, results/168.processed,
10461: results/169.processed: - tests for ^table.columns[[column name]]
10462: and ^string.split[...][v][column name] were added
10463:
10464: * src/classes/table.C: - new option ^table.columns[[column name]]
10465: was added
10466:
10467: * src/classes/string.C: - new option ^string.split[...;v;[column
10468: name]]
10469:
10470: * src/include/pa_exception.h: - error text message for
10471: ^hash._keys[], ^table.columns[] and ^string.split[]
10472:
10473: 2007-08-27 misha
10474:
10475: * src/main/untaint.C: - try to fix coredump on unix if print to
10476: body ^taint[sql][something] outside of connect
10477:
10478: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
10479: outside of connect
10480:
10481: * buildall-with-xml, buildall-without-xml: - strip parser3 was
10482: added (commented by default)
10483:
10484: 2007-08-20 misha
10485:
10486: * operators.txt: - comment about new method ^node.hasAttributes[]
10487: was added
10488:
10489: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
10490: duplicated exception text strings were removed
10491:
10492: * src/include/pa_exception.h: - more exception text strings moved
10493: here
10494:
10495: * src/classes/table.C: - some duplicate exceptions' text strings
10496: removed
10497:
10498: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
10499: xdoc.C, xnode.C: - some duplicate exceptions' text strings
10500: removed
10501:
10502: * src/include/pa_exception.h: - some exception text strings movet
10503: to pa_exception
10504:
10505: * tests/: 149.html, results/149.processed: - test for
10506: ^xnode.hasAttributes[] was added - some code changes
10507:
10508: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
10509: added
10510:
10511: 2007-08-17 misha
10512:
10513: * tests/: results/006.processed, results/059.processed, 006.html,
10514: 059.html: - more tests for match
10515:
10516: * tests/: 129.html, results/129.processed: - tests for
10517: ^table.hash[...][$.type[string|hash|table]] added
10518:
10519: * src/targets/cgi/parser3.C: - little syntax changes
10520:
10521: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
10522: syntax changes
10523:
10524: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
10525: messages in parser3.log switched off by default. If someone
10526: really still need it: use $SIGPIPE(1)
10527:
10528: 2007-08-08 misha
10529:
10530: * buildall-with-xml, buildall-without-xml: - remove libs source
10531: files by default since now
10532:
10533: 2007-08-07 misha
10534:
10535: * buildall-without-xml: - some option syntax changes
10536:
10537: * buildall-with-xml: - compile libxml2 without http support - some
10538: option syntax changes
10539:
10540: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
10541:
10542: 2007-08-06 misha
10543:
10544: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
10545:
10546: * tests/: 160.html, results/160.processed: - cache test was
10547: rewrited
10548:
10549: 2007-07-06 misha
10550:
10551: * tests/: 153.html, results/153.processed: - added test for
10552: ^math:sha1[string]
10553:
10554: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
10555: transcoded
10556:
10557: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
10558: were added
10559:
10560: 2007-06-28 misha
10561:
10562: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
10563: some incorrect chars
10564:
10565: 2007-06-19 misha
10566:
10567: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
10568: were moved on top because of gcc 4 had a problems during
10569: building.
10570:
10571: 2007-06-18 misha
10572:
10573: * tests/results/019.processed: - new image commited
10574:
10575: 2007-06-09 misha
10576:
10577: * src/classes/: op.C, table.C: - in while and table.select method
10578: as_expression used now
10579:
10580: * src/types/pa_vmethod_frame.h: - method as_expression was added
10581:
10582: 2007-06-08 misha
10583:
10584: * tests/: 166.html, results/166.processed: - test for
10585: ^match[...][n]
10586:
10587: * tests/: 165.html, results/165.processed: - tests for loops
10588:
10589: * src/lib/cord/include/private/cord_pos.h: - back to origin value
10590: because of no speed/memory optimisation but some proglems with
10591: long cycles occure
10592:
10593: 2007-06-06 misha
10594:
10595: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
10596: ^table.select(true) and ^table.select(1) didn't works because of
10597: awaiting junction-param only. fixed.
10598:
10599: 2007-05-24 misha
10600:
10601: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
10602: with 0.5 secs interval
10603:
10604: * src/classes/op.C: - cache was rewrited. I hope it works with
10605: locking system now on unix
10606:
10607: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
10608: system locks which wait till other threads release it but try get
10609: lock, if fail wait 1 sec and make 10 attempts.
10610:
10611: * src/include/pa_os.h: - consts for blocking locks + some comments
10612: were added
10613:
10614: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
10615: opening files
10616:
10617: * src/classes/table.C: - changes in includes. if unclude <sstream>
10618: after our classes on unix it can't be build
10619:
10620: * src/types/pa_vhashfile.C: - not needed code removed
10621:
10622: 2007-05-23 misha
10623:
10624: * src/: classes/file.C, classes/op.C, main/pa_common.C,
10625: include/pa_common.h: - cosmetic changes
10626:
10627: 2007-05-18 misha
10628:
10629: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
10630: often. it's give some speed increasing
10631:
10632: * tests/results/160.processed: - returned time corrected
10633:
10634: * tests/160.html: - time increased because on unix 1 mean nothing
10635: :(
10636:
10637: * operators.txt: - added info about ^hash.contain[key]
10638:
10639: * src/classes/hash.C: - added ^hash.contain[key]
10640:
10641: * src/include/pa_hash.h: - added method for checking key exists in
10642: hash
10643:
10644: 2007-05-07 misha
10645:
10646: * src/include/pa_string.h: - was compilation error during build on
10647: freebsd4
10648:
10649: 2007-05-03 misha
10650:
10651: * src/classes/table.C: - option $.type[hash|string|table] was added
10652: for ^table.hash[]
10653:
10654: * src/classes/file.C: - comment removed
10655:
10656: 2007-04-26 misha
10657:
10658: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
10659: real files doesn't opened in place anymore
10660:
10661: 2007-04-24 misha
10662:
10663: * src/classes/math.C: - I thought one more time and remove lg(N) :)
10664:
10665: * src/include/pa_exception.h: "static" removed
10666:
10667: 2007-04-23 misha
10668:
10669: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
10670:
10671: * src/classes/math.C: added: - ^math:ln(N) (the same as
10672: ^math:log(N)) - ^math:lg(N)
10673:
10674: * tests/: 097.html, results/097.processed: - charsets converstion
10675: during ^file::load[text;http://...] added
10676:
10677: * tests/: 164.html, results/164.processed: - check for set expires
10678: as a date
10679:
10680: * tests/: 164.html, results/164.processed: - test for hashfile
10681:
10682: * src/classes/hashfile.C: - little comment changes
10683:
10684: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
10685: access
10686:
10687: * src/: classes/date.C, classes/double.C, classes/file.C,
10688: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
10689: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
10690: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
10691: classes/xnode.h, include/pa_request.h, main/execute.C,
10692: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10693: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
10694: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
10695: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
10696: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
10697: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
10698: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10699: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
10700: "parser.runtime" strings were removed
10701:
10702: * src/classes/hashfile.C: - with .clear[] called files_delete()
10703: now.
10704:
10705: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
10706:
10707: * src/include/pa_exception.h: - string constant with
10708: "parser.runtime" text was added
10709:
10710: 2007-04-20 misha
10711:
10712: * operators.txt: - some comments changing
10713:
10714: * operators.txt: - added info about .^hashfile.release[],
10715: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
10716:
10717: * configure: =cheching for unsetenv
10718:
10719: * src/classes/hashfile.C: - ^hashfile.cleanup[],
10720: ^hashfile.release[] were added
10721:
10722: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
10723: ^string.match[][] understand new option now: return number of
10724: matches but not table wit results
10725:
10726: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
10727: reopen now
10728:
10729: * src/classes/op.C: - bug. must be false
10730:
10731: * configure.in: - checking for unsetenv was added
10732:
10733: * src/types/pa_vform.C: - some comments
10734:
10735: 2007-04-18 misha
10736:
10737: * buildall-with-xml: moving to libxml2-2.6.28
10738:
10739: * buildall-with-xml, buildall-without-xml: added commented lines
10740: with --disable-safe-mode option
10741:
10742: * operators.txt: - info about $form:files
10743:
10744: 2007-04-17 misha
10745:
10746: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
10747: $form:files was added
10748:
10749: * tests/: 163.html, results/163.processed: removing auto format
10750:
10751: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
10752:
10753: 2007-04-16 misha
10754:
10755: * tests/: 163.html, results/163.processed: - test for .int[],
10756: floor, round, ceiling and .format[]
10757:
10758: * src/classes/file.C: - little optimization for getting args in
10759: exec/cgi
10760:
10761: 2007-04-13 misha
10762:
10763: * src/classes/file.C: - arguments for file::exec/cgi can be
10764: specified now as s table with one column
10765:
10766: 2007-03-27 misha
10767:
10768: * tests/: 162.html, results/162.processed: - test for
10769: ^table.select(^condition[$t])
10770:
10771: * tests/results/auto.p: - load windows-1251 charset for some tests
10772:
10773: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
10774:
10775: * tests/: results/161.processed, 161.html, 161_utf8.txt,
10776: 161_windows1251.txt: - added test for
10777: ^file::load[text;/local/file.txt;$.charset[...]]
10778:
10779: * tests/: results/013.processed, 013.html: - added test for
10780: checking $._default value while hash modifications
10781:
10782: * tests/: 160.html, results/160.processed: - add test for
10783: ^cache[key](secs){code}, ^cache[] and ^cache(0)
10784:
10785: 2007-03-22 misha
10786:
10787: * src/include/pa_common.h: - "charset" string defined for
10788: ^file::load[text;/local.txt] and ^table::load[/table.txt]
10789:
10790: * src/main/: pa_common.C, pa_http.C: - $.charset option for
10791: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10792: added - not needed transcodes were removed from
10793: ^file::load[...;http://...]
10794:
10795: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10796: added
10797:
10798: * src/classes/date.C: - date.week was fixed
10799:
10800: * operators.txt: - added info about date.weekyear
10801:
10802: * tests/: 159.html, results/159.processed: - tests for date.week
10803: and date.weekyear added
10804:
10805: 2007-03-15 misha
10806:
10807: * src/classes/table.C: - enclose column numbers for nameless tables
10808: as well
10809:
10810: 2007-03-14 misha
10811:
10812: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10813:
10814: * src/classes/table.C: - table.save optimization: now required much
10815: less memory
10816:
10817: 2007-03-13 misha
10818:
10819: * tests/results/: 158.processed, 158.processes: - tests for
10820: table.save/table.load
10821:
10822: * tests/: 158.html, results/158.processes: - tests for
10823: table.save/table.load
10824:
10825: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10826:
10827: * buildall-with-xml: - pattern needed now for building
10828:
10829: * tests/results/097.processed: - added test results for xdoc::load
10830: & xdoc::load[http://...]
10831:
10832: * tests/097.html: - added test for xdoc::load
10833:
10834: 2007-03-12 misha
10835:
10836: * tests/: 107.html, results/107.processed: - added test for xpath
10837: '//man'
10838:
10839: 2007-03-01 misha
10840:
10841: * tests/: 097.html, results/097.processed: - added test for
10842: creating xdoc from file
10843:
10844: * tests/: results/157.processed, 157.html: - added test for
10845: file:move
10846:
10847: 2007-02-28 misha
10848:
10849: * src/classes/xdoc.C: - another attempt
10850:
10851: * src/classes/xdoc.C: - roll back last changes for a while
10852:
10853: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
10854:
10855: * src/classes/file.C: - under lock we create non-exist dir anyway
10856:
10857: * tests/results/099.processed: - ever send content-disposition to
10858: client with file
10859:
10860: * tests/157.html: + test for file:copy
10861:
10862: 2007-02-26 misha
10863:
10864: * src/classes/file.C: - some similar strings moved to #define
10865: instead of to be copy/pasted many times
10866:
10867: * src/types/pa_vfile.h: - class name string ("file") moved to
10868: #define
10869:
10870: 2007-02-20 misha
10871:
10872: * configure.in: - added some strings for sqlite detection
10873:
10874: 2007-02-19 misha
10875:
10876: * operators.txt: - some comments changes
10877:
10878: * buildall-with-xml, buildall-without-xml: - some modifications
10879:
10880: 2007-02-17 misha
10881:
10882: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
10883:
10884: * src/main/pa_request.C: - damn, i forgot to commit it while I
10885: change console behaviour
10886:
10887: 2007-02-12 misha
10888:
10889: * src/targets/cgi/parser3.C: - don't print headers if
10890: $console:line[data] was used during cgi execution.
10891:
10892: * src/types/pa_vconsole.h: - console class have bool flag now which
10893: marked as 'true' if class was used.
10894:
10895: * tests/: 152.html, results/152.processed: - more types was added
10896: to test 152
10897:
10898: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
10899: adding 'bool' (^if($image){} caused exception)
10900:
10901: 2007-02-09 misha
10902:
10903: * tests/: 152.html, results/152.processed: - test alightly updated
10904:
10905: * tests/: 152.html, results/152.processed: - test rewrited
10906:
10907: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
10908: bugfix. I broke xdoc & xnode in expression
10909:
10910: 2007-02-08 misha
10911:
10912: * tests/: 152.html, results/152.processed: - add test for checking
10913: 'def' for void, string, bool, int & double
10914:
10915: 2007-02-07 misha
10916:
10917: * operators.txt: - ^file:base64[filespec] was added
10918:
10919: * tests/results/153.processed: - result test for
10920: ^file:base64[filespec] was updated
10921:
10922: * tests/153.html: - test for ^file:base64[filespec] was added
10923:
10924: * src/types/pa_vconsole.h: - little optimization
10925:
10926: * src/classes/file.C: - ^file:base64[filespec]
10927:
10928: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
10929:
10930: * src/include/pa_common.h: - declarations for
10931: ^file:base64[filespec]
10932:
10933: * src/types/pa_vcookie.C: - little optimization
10934:
10935: 2007-02-06 misha
10936:
10937: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
10938: were temporary commented
10939:
10940: * src/types/pa_vbool.h: - bugfix
10941:
10942: * tests/156.html: - added test for bool cookie
10943:
10944: * src/types/pa_vcookie.h: - not needed string "cookie" removed
10945:
10946: * tests/: 155.html, results/155.processed: - added test for check
10947: $.encloser[] option for table save/load
10948:
10949: * tests/: 153.html, 154.html, todo.txt: - two more tests added
10950:
10951: 2007-02-05 misha
10952:
10953: * tests/results/152.processed: - newline at the end was missed
10954:
10955: * tests/results/141.processed: - math:md5 must be lowercased
10956:
10957: * src/targets/cgi/parser3.C: - 2007 in help ;)
10958:
10959: 2007-02-03 misha
10960:
10961: * tests/results/: 150.processed, 151.processed, 152.processed: -
10962: test for bool added and some content length fixes
10963:
10964: * tests/152.html: - test for bool added
10965:
10966: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
10967:
10968: * operators.txt: - info bool class was added
10969:
1.116 moko 10970: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 10971: classes/classes.vcproj, classes/double.C, classes/int.C,
10972: classes/string.C, classes/void.C, classes/xnode.C,
10973: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
10974: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
10975: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
10976: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10977: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
10978: types/types.vcproj: - bool class was added
10979:
10980: * src/main/pa_request.C: - fix
10981:
10982: 2007-01-18 misha
10983:
10984: * src/: main/pa_string.C, classes/string.C: - return table during
10985: ^string.match[][] even if no matched found.
10986:
10987: 2006-12-20 misha
10988:
10989: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
10990: http://www.parser.ru/forum/?id=55598 ]
10991:
10992: 2006-12-19 misha
10993:
10994: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
10995: details: http://www.parser.ru/forum/?id=52359
10996:
10997: * src/main/pa_request.C: - always set content-disposition for
10998: $response:body[hash here]. more details:
10999: http://www.parser.ru/forum/?id=52130
11000:
11001: 2006-12-07 misha
11002:
11003: * operators.txt: - added info about bool params in cookie set
11004:
11005: * src/types/pa_vcookie.C: - bool param in cookies available now
11006: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
11007: ]
11008:
11009: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
11010: was added
11011:
11012: 2006-12-02 misha
11013:
11014: * src/classes/file.C: - file_block_read used instead of native read
11015:
11016: * src/main/pa_common.C: - added file_block_read with read error
11017: detection - file_block_read used instead of native read
11018:
11019: * src/include/pa_common.h: - added file_block_read declaration
11020:
11021: 2006-12-01 misha
11022:
11023: * operators.txt: - info about $var.CLASS_NAME was added
11024:
11025: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11026: $var.CLASS_NAME added
11027:
11028: * operators.txt: - added info about ^file:copy[]
11029:
11030: * src/classes/file.C: - ^file:copy[from;fo] was added
11031:
11032: 2006-11-20 misha
11033:
11034: * src/classes/date.C: - bug fix :)
11035:
11036: 2006-11-17 misha
11037:
11038: * src/include/pa_common.h: - array in crc32 calculation was changed
11039: to static
11040:
11041: * src/main/pa_common.C: - little optimization in getMonthDays -
11042: small changes in crc32 calculation
11043:
11044: * src/classes/date.C: - not needed code was removed
11045:
11046: 2006-11-16 misha
11047:
11048: * src/types/pa_vmail.C: - fix missed brakes
11049:
11050: * src/types/pa_vmail.C: - mail:send now set content-type:
11051: multipart/related instead of multipart/mixed if file have
11052: $.content-id[]
11053:
11054: 2006-11-15 misha
11055:
11056: * src/types/pa_vdouble.h: abs -> fabs
11057:
11058: 2006-11-14 misha
11059:
11060: * operators.txt: - added info about ^file.md5[] and
11061: ^file:md5[file-name]
11062:
11063: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
11064: added
11065:
11066: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
11067: FILE_BUFFER_SIZE
11068:
11069: * src/classes/math.C: - hex_string was moved to pa_common.h
11070:
11071: * src/include/pa_common.h: - hex_string was moved from math.C -
11072: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
11073:
11074: * src/types/pa_vdouble.h: - incorrect frac detection with negative
11075: values was fixed
11076:
11077: 2006-11-13 misha
11078:
11079: * operators.txt: - added info about ^math:crc32[string],
11080: ^file:crc32[file-name] & ^file.crc32[]
11081:
11082: * src/classes/math.C: - added ^math:crc32[string]
11083:
11084: * src/classes/file.C: - some comments were changed - added
11085: ^file:crc32[file-name] and ^file.crc32[]
11086:
11087: * src/: include/pa_common.h, main/pa_common.C: - some functions for
11088: crc32 calculation added
11089:
11090: 2006-11-03 misha
11091:
11092: * src/include/pa_array.h: - not needed variable removed
11093:
11094: * tests/: 150.html, 151.html, results/150.processed,
11095: results/151.processed: - 2 tests were added
11096:
11097: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
11098: with $.reverse(1) were fixed
11099:
11100: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
11101: query converted to $.charset during ^file::load[http://...]
11102:
11103: 2006-11-02 misha
11104:
11105: * src/include/pa_table.h: ups. forget '=' char
11106:
11107: * src/include/pa_table.h: - one more fix in
11108: .locate[...][$.reverse(1)]
11109:
11110: 2006-11-01 misha
11111:
11112: * src/classes/math.C: - bug fix, details:
11113: http://www.parser.ru/forum/?id=53360
11114:
11115: * src/include/pa_table.h: - bug fix during ^table.locate( condition
11116: false for all records )[$.reverse(1)]
11117:
11118: * src/main/pa_http.C: - second param for this mid method is length
11119: but not end_index so this method has error and can't detect
11120: charsets in next content-types: Content-type: text/html;
11121: charset="windows-1251" Content-type: text/html;
11122: charset="windows-1251"; Content-type: text/html;
11123: charset=windows-1251;
11124:
11125: only Content-type: text/html; charset=windows-1251 was fine
11126:
11127: 2006-10-31 misha
11128:
11129: * src/classes/file.C: - empty args in file::exec removed now
11130:
11131: 2006-09-03 paf
11132:
11133: * src/classes/file.C: proper tainting of
11134: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
11135:
11136: 2006-06-09 paf
11137:
11138: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
11139:
11140: * src/classes/table.C: formatting
11141:
11142: * src/classes/table.C: incorporated patch from misha: Sent:
11143: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
11144: ignoring string options for ^table.save[]
11145:
11146: * src/classes/hash.C: incorporated patch from misha Sent:
11147: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
11148: $hash._default disappear while
11149:
11150: * operators.txt: ^mail:send[ $.file1[ $.value[file]
11151: $.format[!uue|!base64] << new base64 option. default uue ] ]
11152:
11153: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
11154: PM Subject: patch for base64 in ^mail:send[] %-)
11155:
11156: 2006-04-09 paf
11157:
11158: * src/main/compile.tab.C: ` change compiled
11159:
11160: * gnu.vcproj, operators.txt, parser3.sln,
11161: src/classes/classes.vcproj, src/classes/file.C,
11162: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
11163: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
11164: src/classes/xnode.C, src/include/pa_array.h,
11165: src/include/pa_config_fixed.h, src/include/pa_dir.h,
11166: src/include/pa_memory.h, src/include/pa_request.h,
11167: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
11168: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
11169: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
11170: src/lib/pcre/pcre_dftables.vcproj,
11171: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11172: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
11173: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
11174: src/main/pa_cache_managers.C, src/main/pa_charset.C,
11175: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
11176: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
11177: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
11178: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
11179: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
11180: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
11181: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
11182: src/types/pa_value.h, src/types/pa_vcookie.C,
11183: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
11184: src/types/pa_vmail.C, src/types/pa_vresponse.C,
11185: src/types/pa_vstatus.C, src/types/types.vcproj,
11186: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
11187: ^menu, ^hash/hashfile.foreach
11188:
11189: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11190: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
11191: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
11192: src/classes/xnode.C, src/include/pa_array.h,
11193: src/include/pa_config_fixed.h, src/include/pa_dir.h,
11194: src/include/pa_memory.h, src/include/pa_request.h,
11195: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
11196: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
11197: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
11198: src/lib/pcre/pcre_dftables.vcproj,
11199: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11200: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
11201: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
11202: src/main/pa_cache_managers.C, src/main/pa_charset.C,
11203: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
11204: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
11205: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
11206: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
11207: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
11208: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
11209: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
11210: src/types/pa_value.h, src/types/pa_vcookie.C,
11211: src/types/pa_vmail.C, src/types/pa_vresponse.C,
11212: src/types/pa_vstatus.C, src/types/types.vcproj,
11213: tests/descript.ion: ! switched to VS2005 (projects and
11214: object<info explicitly typed>.for_each(, info)) +
11215: $response:field[] setting void means removing + grammar $name`
11216: name stops now, for mysql `$field` + started ^break[]
11217: ^continue[], in ^for. TODO: to other iterators (while, menu,
11218: foreach) + all log messages += [uri=, method=, cl=]
11219:
11220: * buildall-with-xml: merged . ftp paths update
11221:
11222: * buildall-with-xml: . ftp paths update
11223:
11224: 2006-03-04 paf
11225:
11226: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
11227: checks++ [thanks to Igor Zinkovsky for detailed report]
11228:
11229: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
11230: Igor Zinkovsky for detailed report]
11231:
11232: 2006-03-01 paf
11233:
11234: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
11235: \n to ' ' in
11236:
11237: 2006-02-18 paf
11238:
11239: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
11240: \n to ' ' in
11241:
11242: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
11243:
11244: 2006-02-03 paf
11245:
11246: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
11247: base64
11248:
11249: * src/main/pa_common.C: ! bugfix: decoding from base64
11250:
11251: 2006-01-20 paf
11252:
11253: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
11254: economy fix
11255:
11256: * src/classes/: table.C: merged from HEAD ! bugfix
11257: ^table.save[$.encloser-s now handled properly
11258:
11259: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
11260: handled properly
11261:
11262: 2006-01-19 paf
11263:
11264: * buildall-with-xml, buildall-without-xml: merged from HEAD !
11265: libgc:USE_MUNMAP activates merging of free memory blocks which
11266: helps a lot in our case: after transform we want
11267: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
11268:
11269: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
11270: economy fix
11271:
11272: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
11273: activates merging of free memory blocks which helps a lot in our
11274: case: after transform we want CORD(main.result)->cstr[big
11275: malloc]->transcode[big malloc]
11276:
11277: 2006-01-17 paf
11278:
11279: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
11280: before reading them. got rid of reallocs = became quicker and
11281: less fragmentated
11282:
11283: 2005-12-29 paf
11284:
1.116 moko 11285: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
11286: configure, configure.in, src/include/pa_version.h,
11287: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 11288: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
11289: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
11290: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
11291: src/lib/ltdl/missing: . merged from 3.2.1
11292:
1.116 moko 11293: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
11294: packaged when 'make dist', so do configure companion files in
11295: src/lib/ltdl
11296:
11297: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
11298: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
11299: missing: . now config_auto.h is created with configure [were
11300: constant]
1.95 moko 11301:
11302: * INSTALL: . references to documentation and some clarification
11303:
11304: * buildall-with-xml, buildall-without-xml: . farawell doc
11305: indication
11306:
1.116 moko 11307: * Makefile.am: . dist+=buildall*
1.95 moko 11308:
11309: 2005-12-28 paf
11310:
11311: * configure: . 3.2.1
11312:
11313: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
11314: simplify build process, see INSTALL
11315:
11316: 2005-12-26 paf
11317:
11318: * configure: ver
11319:
11320: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
11321: version
11322:
11323: 2005-12-21 paf
11324:
11325: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
11326: compiled with bison 1.875b, it reports unexpected token names
11327:
11328: 2005-12-19 paf
11329:
11330: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
11331: holds a link to xmlNode to prevent premature gc(xmlNode)
11332:
11333: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
11334: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11335: src/main/main.vcproj, src/main/pa_globals.C,
11336: src/targets/cgi/parser3.vcproj,
11337: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
11338: configure, configure.in, src/include/pa_version.h: . killing
11339: gdome [what a relief]
11340:
11341: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
11342: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
11343: run_parser.sh, results/001.processed, results/002.processed,
11344: results/003.processed, results/004.processed,
11345: results/005.processed, results/006.processed,
11346: results/008.processed, results/009.processed,
11347: results/010.processed, results/011.processed,
11348: results/012.processed, results/013.processed,
11349: results/014.processed, results/015.processed,
11350: results/016.processed, results/017.processed,
11351: results/018.processed, results/020.processed,
11352: results/021.processed, results/022.processed,
11353: results/023.processed, results/024.processed,
11354: results/025.processed, results/026.processed,
11355: results/027.processed, results/028.processed,
11356: results/029.processed, results/030.processed,
11357: results/031.processed, results/032.processed,
11358: results/033.processed, results/034.processed,
11359: results/035.processed, results/036.processed,
11360: results/037.processed, results/038.processed,
11361: results/039.processed, results/040.processed,
11362: results/041.processed, results/042.processed,
11363: results/043.processed, results/044.processed,
11364: results/045.processed, results/046.processed,
11365: results/047.processed, results/048.processed,
11366: results/049.processed, results/050.processed,
11367: results/051.processed, results/052.processed,
11368: results/053.processed, results/054.processed,
11369: results/055.processed, results/056.processed,
11370: results/057.processed, results/058.processed,
11371: results/059.processed, results/060.processed,
11372: results/061.processed, results/062.processed,
11373: results/063.processed, results/064.processed,
11374: results/065.processed, results/066.processed,
11375: results/067.processed, results/068.processed,
11376: results/069.processed, results/070.processed,
11377: results/071.processed, results/072.processed,
11378: results/073.processed, results/074.processed,
11379: results/075.processed, results/076.processed,
11380: results/077.processed, results/078.processed,
11381: results/079.processed, results/080.processed,
11382: results/081.processed, results/082.processed,
11383: results/083.processed, results/084.processed,
11384: results/085.processed, results/086.processed,
11385: results/087.processed, results/088.processed,
11386: results/089.processed, results/090.processed,
11387: results/091.processed, results/092.processed,
11388: results/093.processed, results/094.processed,
11389: results/095.processed, results/096.processed,
11390: results/097.processed, results/099.processed,
11391: results/100.processed, results/101.processed,
11392: results/102.processed, results/104.processed,
11393: results/105.processed, results/106.processed,
11394: results/107.processed, results/108.processed,
11395: results/109.processed, results/110.processed,
11396: results/111.processed, results/112.processed,
11397: results/113.processed, results/114.processed,
11398: results/115.processed, results/117.processed,
11399: results/119.processed, results/120.processed,
11400: results/121.processed, results/122.processed,
11401: results/123.processed, results/124.processed,
11402: results/125.processed, results/126.processed,
11403: results/127.processed, results/128.processed,
11404: results/129.processed, results/130.processed,
11405: results/131.processed, results/132.processed,
11406: results/133.processed, results/134.processed,
11407: results/135.processed, results/136.processed,
11408: results/138.processed, results/139.processed,
11409: results/140.processed, results/141.processed,
11410: results/142.processed, results/143.processed,
11411: results/144.processed, results/145.processed,
11412: results/146.processed, results/147.processed,
11413: results/148.processed, results/149.processed, results/auto.p: .
11414: now works if we turn off default auto.p
11415:
1.116 moko 11416: * configure: . makes
1.95 moko 11417:
11418: * src/types/pa_vxnode.C: . less warnings
11419:
11420: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
11421: tests/145.html, tests/149.html, tests/descript.ion,
11422: tests/outputs/d.cmd, tests/results/142.processed,
11423: tests/results/143.processed, tests/results/144.processed,
11424: tests/results/145.processed, tests/results/146.processed,
11425: tests/results/147.processed, tests/results/148.processed,
11426: tests/results/149.processed: . removed .nodeValue from all node
11427: types other than 5 (grabbed piece from gdome)
11428:
11429: * tests/: 137.html, results/137.processed: . not handled this case
11430: yet. code does not hang from inserting parent into child,
11431: considering thing minor issue -- nodes are removed from source
11432: anyway, don't know why shold that be an error after all
11433:
11434: * src/targets/cgi/parser3.C: . style
11435:
11436: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
11437: xdoc too [were barking "not element"]
11438:
11439: 2005-12-16 paf
11440:
11441: * tests/: 146.html, 147.html, 148.html: . more tests
11442:
11443: * src/classes/xnode.C: . also bark on possible errors
11444:
11445: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
11446: props
11447:
11448: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
11449: main/compile.y: merged from HEAD ! fixed overoptimized
11450: ^call(false) case. (confused it with ^call[] case)
11451:
11452: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
11453: ^call(false) case. (confused it with ^call[] case)
11454:
11455: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
11456:
11457: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
11458: results/001.processed, results/002.processed,
11459: results/003.processed, results/004.processed,
11460: results/005.processed, results/006.processed,
11461: results/008.processed, results/009.processed,
11462: results/010.processed, results/011.processed,
11463: results/012.processed, results/013.processed,
11464: results/014.processed, results/015.processed,
11465: results/016.processed, results/017.processed,
11466: results/018.processed, results/019.processed,
11467: results/020.processed, results/021.processed,
11468: results/022.processed, results/023.processed,
11469: results/024.processed, results/025.processed,
11470: results/026.processed, results/027.processed,
11471: results/028.processed, results/029.processed,
11472: results/030.processed, results/031.processed,
11473: results/032.processed, results/033.processed,
11474: results/034.processed, results/035.processed,
11475: results/036.processed, results/037.processed,
11476: results/038.processed, results/039.processed,
11477: results/040.processed, results/041.processed,
11478: results/042.processed, results/043.processed,
11479: results/044.processed, results/045.processed,
11480: results/046.processed, results/047.processed,
11481: results/048.processed, results/049.processed,
11482: results/050.processed, results/051.processed,
11483: results/052.processed, results/053.processed,
11484: results/054.processed, results/055.processed,
11485: results/056.processed, results/057.processed,
11486: results/058.processed, results/059.processed,
11487: results/060.processed, results/061.processed,
11488: results/062.processed, results/063.processed,
11489: results/064.processed, results/065.processed,
11490: results/066.processed, results/067.processed,
11491: results/068.processed, results/069.processed,
11492: results/070.processed, results/071.processed,
11493: results/072.processed, results/073.processed,
11494: results/074.processed, results/075.processed,
11495: results/076.processed, results/077.processed,
11496: results/078.processed, results/079.processed,
11497: results/080.processed, results/081.processed,
11498: results/082.processed, results/083.processed,
11499: results/084.processed, results/085.processed,
11500: results/086.processed, results/087.processed,
11501: results/088.processed, results/089.processed,
11502: results/090.processed, results/091.processed,
11503: results/092.processed, results/093.processed,
11504: results/094.processed, results/095.processed,
11505: results/096.processed, results/097.processed,
11506: results/099.processed, results/101.processed,
11507: results/102.processed, results/104.processed,
11508: results/105.processed, results/106.processed,
11509: results/107.processed, results/108.processed,
11510: results/109.processed, results/110.processed,
11511: results/111.processed, results/112.processed,
11512: results/113.processed, results/114.processed,
11513: results/115.processed, results/116.processed,
11514: results/117.processed, results/118.processed,
11515: results/119.processed, results/120.processed,
11516: results/121.processed, results/122.processed,
11517: results/123.processed, results/124.processed,
11518: results/125.processed, results/126.processed,
11519: results/127.processed, results/128.processed,
11520: results/129.processed, results/130.processed,
11521: results/131.processed, results/132.processed,
11522: results/133.processed, results/134.processed,
11523: results/135.processed, results/136.processed,
11524: results/137.processed, results/138.processed,
11525: results/139.processed, results/140.processed,
11526: results/141.processed: . refreshed old tests, made them work
11527: without auto.p (in utf8) . things noted: . gif got encoded
11528: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
11529: some strange year)
11530:
11531: * INSTALL: . revived linux libgc fix
11532:
11533: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
11534: glib/gdome in INSTALL and patches]
11535:
11536: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11537: include/pa_charset.h, include/pa_config_includes.h,
11538: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
11539: include/pa_xml_exception.h, lib/cord/Makefile.am,
11540: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
11541: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
11542: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
11543: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
11544: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
11545: types/pa_vxnode.h: . started killing gdome
11546:
11547: 2005-12-13 paf
11548:
11549: * src/main/: pa_request.C: merged from HEAD ! when code in
11550: @unhandled_exception thrown another exception, print correct
11551: origin (earlier code in catch of exception inside of
11552: @unhandled_exception grabbed parent_frame(original_exception)
11553: origin and printed it, instead of true origin)
11554:
11555: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
11556: another exception, print correct origin (earlier code in catch of
11557: exception inside of @unhandled_exception grabbed
11558: parent_frame(original_exception) origin and printed it, instead
11559: of true origin)
11560:
11561: 2005-12-09 paf
11562:
11563: * INSTALL: . updated INSTALL doc to work around linux stack base
11564: detection problem, due to change in gc6.4 code
11565:
11566: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
11567: ignored in ^string.matched :(
11568:
11569: * src/main/pa_string.C: ! regex tainting were ignored in
11570: ^string.matched :(
11571:
11572: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
11573: src/include/pa_config_fixed.h, src/include/pa_version.h,
11574: src/main/compile.y, src/main/compile_tools.h,
11575: src/main/pa_charset.C, src/main/pa_common.C,
11576: src/main/pa_globals.C, src/main/pa_string.C,
11577: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
11578: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
11579:
11580: 2005-12-08 paf
11581:
11582: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
11583: 500 chars now handled OK [were wrapped on 500th char according to
11584: rfc, but sendmail failed to unwrap it properly]
11585:
11586: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
11587: handled OK [were wrapped on 500th char according to rfc, but
11588: sendmail failed to unwrap it properly]
11589:
11590: * src/targets/isapi/parser3isapi.C: . less warnings
11591:
11592: * src/targets/isapi/parser3isapi.C: . undone some strange change
11593: since 3.1.5
11594:
11595: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
11596: link fixes
11597:
11598: * src/: classes/date.C, include/pa_config_fixed.h,
11599: main/compile.tab.C, main/compile.y, main/compile_tools.h,
11600: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
11601: main/pa_string.C, targets/cgi/getopt.c: . less warnings
11602:
11603: * src/include/pa_config_fixed.h: . removed outdated string origins
11604: [in current storage scheme there's no place for them. someday we
11605: can add third CORD to store origins and special version of parser
11606: which stores origins there [separate binary]]
11607:
11608: 2005-12-07 paf
11609:
11610: * src/targets/isapi/parser3isapi.C: . now links in release mode
11611:
11612: * src/include/pa_version.h: makefiles
11613:
11614: * src/include/pa_version.h: . not beta
11615:
11616: * configure, configure.in, src/include/pa_version.h: not beta
11617:
11618: 2005-12-06 paf
11619:
11620: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
11621: [some details here http://i2/tasks/edit/?id=4869912143891354460]
11622: decided to undo the change ^call[$void] passes void. now it will
11623: pass empty string again.
11624:
11625: * src/main/: compile.tab.C, compile.y: . version readded
11626:
11627: * src/classes/op.C: . in this version there is no ^switch[$nothing]
11628: = ^switch[void] problem
11629:
11630: 2005-12-01 paf
11631:
11632: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
11633: caused ^case[string] to be coerced to double since searching
11634: value were not string (it was vvoid)
11635:
11636: * src/classes/op.C: . bugfix ^switch[$void_value] caused
11637: ^case[string] to be coerced to double since searching value were
11638: not string (it was vvoid)
11639:
11640: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
11641: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
11642:
11643: 2005-11-30 paf
11644:
11645: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
11646: win32 must putenv("TZ="), on unix works only putenv("TZ")
11647:
11648: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
11649: putenv("TZ="), on unix works only putenv("TZ")
11650:
11651: * INSTALL: . xml libs versions updated
11652:
11653: * src/main/pa_globals.C: //20051130 trying to remove this, author
11654: claims that fixed a lot there // 20040920 for now both
11655: workarounds needed. wait for new libxml/xsl versions
11656:
11657: 2005-11-28 paf
11658:
11659: * src/classes/table.C: merged from HEAD: ! nameless table has
11660: columns==0
11661:
11662: * src/classes/table.C: ! nameless table has columns==0
11663:
11664: * src/main/pa_http.C: merged from HEAD: ! status line check made
11665: earlier [was totally wrong]
11666:
11667: * src/main/pa_http.C: ! status line check made earlier [was totally
11668: wrong]
11669:
11670: 2005-11-25 paf
11671:
11672: * src/include/pa_array.h: -this reduces speed(table::load) strange.
11673: undoing for now...
11674:
11675: * src/include/pa_version.h: -this reduces speed(table::load),
11676: strange. undoing
11677:
11678: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
11679:
11680: * src/classes/op.C: + ^while(){}[SEPARATOR]
11681:
11682: * src/include/pa_array.h: + optimistics added: all arrays (table
11683: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
11684: this speeds things up and saves memory a LOT! (not noticed
11685: negative effect on syntetic tests, future will tell...)
11686:
11687: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
11688: changed gc_malloc implementation, which obscured profiling
11689:
11690: * src/classes/table.C: merged from HEAD: + optimized
11691: table::load/sql, now row ArrayString-s allocated with
11692: columns.count() elements and don't always grow from
11693: count=3[realloc,realloc]
11694:
11695: * src/classes/table.C: + optimized table::load/sql, now row
11696: ArrayString-s allocated with columns.count() elements and don't
11697: always grow from count=3[realloc,realloc]
11698:
11699: * src/classes/table.C: merged from HEAD: . ^table.save unused
11700: buffer after save
11701:
11702: * src/classes/table.C: . ^table.save unused buffer after save
11703:
11704: 2005-11-24 paf
11705:
11706: * configure.in: . merged glib2-config patch
11707:
11708: * configure.in: + trying to find glib2-config
11709:
11710: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11711: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
11712: file/dir_readable to simple file/dir_exist, this would help in
11713: situations "class not found because .p file has bad rights" << in
11714: that case error would be explicit "access denied to 'this' file"
11715:
1.116 moko 11716: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 11717:
11718: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11719: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
11720: to simple file/dir_exist, this would help in situations "class
11721: not found because .p file has bad rights" << in that case error
11722: would be explicit "access denied to 'this' file"
11723:
11724: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
11725: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11726: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
11727: ^file::exec/cgi[script;$.charset[changed]
11728: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11729: encoded in $.charset charset
11730:
11731: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
11732: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11733: encoded in $.charset charset
11734:
11735: * src/: include/Makefile.am, include/pa_common.h,
11736: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11737: main/pa_common.C, main/pa_http.C: . extracted http:// into
11738: separate file [preparation for
11739: ^file::cgi[script;$.form[$.field1[]
11740:
11741: 2005-11-22 paf
11742:
11743: * src/: include/pa_version.h, main/compile.tab.C: makefiles
11744:
11745: * acinclude.m4, configure.in: . merged underquting fixes
11746:
1.116 moko 11747: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 11748:
11749: * src/classes/op.C: . overmerged a little
11750:
11751: * src/main/compile.tab.C: Makefile
11752:
11753: * src/main/: pa_common.C: . less gcc warnings
11754:
11755: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
11756: now reports original exception if we have no old cache
11757:
11758: * src/classes/op.C: + $exception.handled[cache] now reports
11759: original exception if we have no old cache
11760:
11761: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
11762: from HEAD: + ^taint/untaint[regex] << escapes these:
11763: \^$.[]|()?*+{}
11764:
11765: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
11766: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
11767:
11768: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11769: getenv-ed variable, which does not work both on win32&unix.
11770: copied old TZ value now
11771:
11772: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
11773: stored pointer to getenv-ed variable, which does not work both on
11774: win32&unix. copied old TZ value now
11775:
11776: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11777: getenv-ed variable, which does not work both on win32&unix.
11778: copied old TZ value now
11779:
11780: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
11781: access to internal hash
11782:
11783: * src/types/pa_vresponse.C: + $response:headers access to internal
11784: hash
11785:
11786: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
11787: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11788: isapi] this reduces number of "GC Warning: Repeated allocation of
11789: very large block" messages to only important onces
11790:
11791: * src/targets/isapi/parser3isapi.C: +
11792: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11793: isapi] this reduces number of "GC Warning: Repeated allocation of
11794: very large block" messages to only important onces
11795:
11796: * src/classes/string.C: merged from HEAD: + removed limitation on
11797: ^string/int/double:sql{}[$.default[({param style})] ]
11798:
11799: * src/classes/string.C: + removed limitation on
11800: ^string/int/double:sql{}[$.default[({param style})] ]
11801:
11802: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11803: with ?params or $.form option" limitation
11804:
11805: * src/main/pa_common.C: + removed "use either uri with ?params or
11806: $.form option" limitation
11807:
11808: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11809: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11810: ^file::base64[encoded] decode
11811:
11812: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11813: main/pa_common.C: + ^file.base64[] encode +
11814: ^file::base64[encoded] decode
11815:
11816: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11817: ^string:base64[encoded] decode
11818:
11819: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11820: ^string:base64[in] encode + ^string.base64[] decode
11821:
11822: 2005-11-21 paf
11823:
11824: * src/classes/file.C: + merged from HEAD:
11825: ^file::create[text;file.xml;^untaint[xml]{data}]
11826:
11827: * src/classes/file.C: +
11828: ^file::create[text;file.xml;^untaint[xml]{data}]
11829:
11830: * src/main/pa_request.C: ! merged: $response:body[file] now
11831: differes from :download, it does not return content-disposition
11832: at all now [previusely it returned valueless content-disposition]
11833:
11834: * src/main/pa_request.C: ! $response:body[file] now differes from
11835: :download, it does not return content-disposition at all now
11836: [previusely it returned valueless content-disposition]
11837:
11838: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11839: literals, reverted to just vvod, recreating empty array with each
11840: void_value token. that's absolutely needed, since that array
11841: grows
11842:
11843: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11844: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11845: types/pa_vmethod_frame.h: + merged: expression literals:
11846: true/false. ^format[$.indent(true)]
11847:
11848: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
11849: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
11850: types/pa_vmethod_frame.h: + expression literals: true/false.
11851: ^format[$.indent(true)]
11852:
11853: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11854: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11855: i386-pc-win32)"
11856:
11857: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
11858: $env:PARSER_VERSION reports "3.1.5beta (compiled on
11859: i386-pc-win32)"
11860:
11861: 2005-11-18 paf
11862:
11863: * src/classes/: double.C, int.C: ! ^int/double:sql{select
11864: null}[$.default(123)] will now return default value
11865:
11866: * src/classes/op.C: + merged ^cache[] << returns current cache
11867: expiration time
11868:
11869: * src/classes/op.C: + ^cache[] << returns current cache expiration
11870: time
11871:
11872: * src/classes/table.C: ! merged ^table::create[not'nameless';
11873: failed << Exception.problem_source pointed to local var!
11874:
11875: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
11876: Exception.problem_source pointed to local var!
11877:
11878: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
11879: now loads VFile.ptr!=0, so such files can be saved now
11880:
11881: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
11882: loads VFile.ptr!=0, so such files can be saved now
11883:
11884: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
11885: only . and .. now removed from list [were removed all .*]
11886:
11887: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
11888: .. now removed from list [were removed all .*]
11889:
11890: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
11891: open error now checked, were not :( [stole that piece from apache
11892: 1.3 sources]
11893:
11894: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
11895: checked, were not :( [stole that piece from apache 1.3 sources]
11896:
11897: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
11898: untainting of @main result if returned by $result or
11899: $response:body
11900:
11901: * src/main/pa_request.C: ! ensured proper untainting of @main
11902: result if returned by $result or $response:body
11903:
11904: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
11905: issue: now tries to guess content-length and allocates one big
11906: piece if possible [regretfully gc_realloc works as malloc+free,
11907: leaving lots of holes behind]
11908:
11909: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
11910: fixed file load memory issue: now tries to guess content-length
11911: and allocates one big piece if possible [regretfully gc_realloc
11912: works as malloc+free, leaving lots of holes behind]
11913:
11914: 2005-11-16 paf
11915:
11916: * src/: include/pa_common.h, classes/file.C, classes/table.C,
11917: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
11918: table::save with enclosers now doubles them: "->"" !
11919: table::save/load do not remove elements from options hash
11920:
11921: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
11922: [were overoptimized ^if(double_literal), compiler confused
11923: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11924:
11925: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
11926: [were overoptimized ^if(double_literal), compiler confused
11927: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
11928:
11929: * src/: classes/file.C, classes/table.C, include/pa_common.h,
11930: main/pa_common.C: ! table::save with enclosers now doubles them:
11931: "->"" ! table::save/load do not remove elements from options hash
11932:
11933: 2005-11-03 paf
11934:
1.116 moko 11935: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
11936: compilation, not all makefiles liked that
1.95 moko 11937:
11938: 2005-08-30 paf
11939:
11940: * src/classes/op.C: merge . speedup check of [DEFAULT]
11941:
11942: * src/classes/op.C: . speedup check of [DEFAULT]
11943:
11944: 2005-08-26 paf
11945:
11946: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
11947:
11948: * src/: classes/date.C, types/pa_vdate.h: + date.week
11949:
11950: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
11951: complains about bad!=nameless
11952:
11953: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
11954: about bad!=nameless
11955:
11956: * src/classes/: hash.C, string.C, table.C, void.C: merged !
11957: optional options were allowed to be empty. were checked
11958: if(is_string), changed to !defined||is_string to allow void
11959:
11960: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
11961: classes/string.C, classes/table.C, classes/void.C: ! optional
11962: options were allowed to be empty. were checked if(is_string),
11963: changed to !defined||is_string to allow void
11964:
11965: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
11966: as_junction where they needed as_int/double, so failed with
11967: recent "(const) now no junction" optimization
11968:
11969: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
11970: merged ! many classes/* used as_junction where they needed
11971: as_int/double, so failed with recent "(const) now no junction"
11972: optimization
11973:
11974: * src/: classes/double.C, classes/int.C, classes/math.C,
11975: classes/op.C, classes/string.C, classes/table.C,
11976: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
11977: used as_junction where they needed as_int/double, so failed with
11978: recent "(const) now no junction" optimization
11979:
11980: 2005-08-24 paf
11981:
11982: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
11983: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
11984: stripped it
11985:
11986: 2005-08-09 paf
11987:
11988: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
11989: not cleared
11990:
11991: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11992: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11993: classes/hashfile.C, classes/image.C, classes/int.C,
11994: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11995: classes/response.C, classes/string.C, classes/table.C,
11996: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11997: include/pa_array.h, include/pa_cache_managers.h,
11998: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11999: include/pa_config_fixed.h, include/pa_config_includes.h,
12000: include/pa_dictionary.h, include/pa_dir.h,
12001: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12002: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12003: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12004: include/pa_request_charsets.h, include/pa_request_info.h,
12005: include/pa_sapi.h, include/pa_socks.h,
12006: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12007: include/pa_stack.h, include/pa_string.h,
12008: include/pa_stylesheet_connection.h,
12009: include/pa_stylesheet_manager.h, include/pa_table.h,
12010: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12011: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12012: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12013: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12014: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12015: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12016: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12017: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12018: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12019: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12020: main/pa_sql_driver_manager.C, main/pa_string.C,
12021: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12022: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12023: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12024: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12025: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12026: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
12027: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
12028: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12029: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12030: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
12031: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12032: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
12033: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12034: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
12035: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
12036: types/pa_vmemory.h, types/pa_vmethod_frame.C,
12037: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12038: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
12039: types/pa_vresponse.C, types/pa_vresponse.h,
12040: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12041: types/pa_vstateless_object.h, types/pa_vstatus.C,
12042: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12043: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12044: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12045: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12046: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
12047:
12048: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12049: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
12050: speedup consequent checks in vmethod_frame
12051:
12052: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12053: not cleared
12054:
12055: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
12056: params: 50 max (were 10)
12057:
12058: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
12059: params: 50 max (were 10)
12060:
12061: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12062: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
12063: pa_wcontext.h: + ^call[$void] param inside now is void (were:
12064: empty string) ! simplified (double) speedup consequent checks in
12065: vmethod_frame
12066:
12067: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
12068: optimized constants in expressions vstring->vdouble + optimized
12069: ^call(vdouble), no junction creation, no calls later
12070:
12071: 2005-08-08 paf
12072:
12073: * src/main/: compile.tab.C, compile.y, compile_tools.C,
12074: compile_tools.h: merged + optimized constants in expressions
12075: vstring->vdouble + optimized ^call(vdouble), no junction
12076: creation, no calls later
12077:
12078: * src/types/pa_vdouble.h: merged . double values without fractional
12079: part now default printed as %.0f instead of %g
12080:
12081: * src/types/pa_vdouble.h: . double values without fractional part
12082: now default printed as %.0f instead of %g
12083:
12084: * src/classes/hashfile.C: . merged ! second hashfile::open would
12085: cause an exception
12086:
12087: * src/classes/hashfile.C: ! second hashfile::open would cause an
12088: exception
12089:
12090: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
12091: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12092: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12093: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12094: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
12095: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12096: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12097: types/pa_vresponse.h, types/pa_vstateless_class.C,
12098: types/pa_vstateless_object.h, types/pa_vvoid.h,
12099: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
12100: merged VJunction(new Junction) optimization from 3.1.4
12101:
12102: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
12103: types/pa_vstateless_class.C: + optimized new VJunction(new
12104: Junction(params)) to new VJunction(params), thousands of mallocs
12105: removed
12106:
12107: 2005-08-05 paf
12108:
12109: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
12110: types/pa_vdouble.h, types/pa_vmethod_frame.C,
12111: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
12112: creation, no calls later
12113:
12114: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12115: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12116: classes/hashfile.C, classes/image.C, classes/int.C,
12117: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12118: classes/response.C, classes/string.C, classes/table.C,
12119: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12120: include/pa_array.h, include/pa_cache_managers.h,
12121: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12122: include/pa_config_fixed.h, include/pa_config_includes.h,
12123: include/pa_dictionary.h, include/pa_dir.h,
12124: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12125: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12126: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12127: include/pa_request_charsets.h, include/pa_request_info.h,
12128: include/pa_sapi.h, include/pa_socks.h,
12129: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12130: include/pa_stack.h, include/pa_string.h,
12131: include/pa_stylesheet_connection.h,
12132: include/pa_stylesheet_manager.h, include/pa_table.h,
12133: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12134: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12135: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12136: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12137: lib/smtp/smtp.h, main/compile.C, main/compile.y,
12138: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12139: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12140: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12141: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12142: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
12143: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12144: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12145: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12146: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12147: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12148: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12149: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12150: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12151: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12152: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12153: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12154: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12155: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
12156: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
12157: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
12158: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
12159: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
12160: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12161: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12162: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12163: types/pa_vstateless_object.h, types/pa_vstatus.C,
12164: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12165: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12166: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12167: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12168: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
12169:
12170: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
12171: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
12172: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12173: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
12174: main/compile.y, main/compile_tools.C, main/compile_tools.h,
12175: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
12176: optimized constants in expressions vstring->vdouble
12177:
12178: 2005-07-29 paf
12179:
12180: * src/types/pa_vclass.C: . shaped up error messages a bit
12181:
12182: * src/types/pa_vclass.C: + property getter can now be overridden
12183:
12184: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
12185: bug fix: static parent fields were not replaced in case
12186: $derived:field[put] + property setter can now be overridden
12187:
12188: 2005-07-28 paf
12189:
12190: * configure, configure.in, src/classes/classes.h,
12191: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
12192: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
12193: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
12194: src/classes/xnode.h, src/include/pa_hash.h,
12195: src/include/pa_version.h, src/main/execute.C,
1.116 moko 12196: src/types/Makefile.am, src/types/pa_method.h,
12197: src/types/pa_value.h, src/types/pa_vclass.C,
12198: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
12199: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
12200: src/types/pa_vcookie.h, src/types/pa_vhash.h,
12201: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
12202: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
12203: src/types/pa_vobject.C, src/types/pa_vobject.h,
12204: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
12205: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
12206: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
12207: src/types/pa_vstateless_class.h,
1.95 moko 12208: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
12209: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12210: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
12211: dynamic_fields_join
12212:
12213: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
12214: classes/xnode.C, include/pa_hash.h, main/execute.C,
12215: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
12216: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12217: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
12218: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12219: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12220: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12221: types/pa_vresponse.h, types/pa_vstateless_object.h,
12222: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
12223: types/pa_wwrapper.h: ! restored put_element('replace' param), and
12224: restored its checks in vobject.put_element->static fields |
12225: dynamic properties
12226:
12227: 2005-07-27 paf
12228:
12229: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
12230: is some old code containing @set_name $name
12231:
12232: * src/types/pa_vobject.h: . fixed warning
12233:
12234: * configure, configure.in, src/include/pa_version.h,
1.116 moko 12235: src/types/Makefile.am: 3.2.0beta started
1.95 moko 12236:
12237: * src/: classes/xnode.C, include/pa_hash.h,
12238: types/pa_vstateless_class.C: ! new asserts were all false.
12239: regretfully reverted them all to checks
12240:
12241: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
12242: classes/op.C, main/execute.C, types/pa_method.h,
12243: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12244: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12245: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12246: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
12247: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12248: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12249: types/pa_vstateless_object.h, types/pa_vvoid.h,
12250: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
12251: joined_dynamic_fields: removed unused param from put_method
12252: (returned to 3 params)
12253:
12254: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
12255: joined_dynamic_fields: dynamic get/set works with overriding
12256: props [alpha2]
12257:
12258: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
12259: works [alfa]
12260:
12261: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
12262: classes/op.C, include/pa_hash.h, main/execute.C,
12263: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
12264: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12265: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
12266: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12267: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12268: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12269: types/pa_vresponse.h, types/pa_vstateless_class.C,
12270: types/pa_vstateless_object.h, types/pa_vvoid.h,
12271: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
12272: joined_dynamic_fields: just compiled
12273:
12274: * src/: classes/date.C, classes/file.C, classes/hash.C,
12275: classes/hashfile.C, classes/image.C, classes/table.C,
12276: classes/xdoc.C, classes/xnode.h, main/execute.C,
12277: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
12278: types/pa_vstateless_class.h: joined_dynamic_fields: started
12279:
12280: * src/types/pa_vobject.C: . object setters [only started, does not
12281: work yet]
12282:
12283: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
12284: object setters [only started, does not work yet]
12285:
12286: 2005-07-26 paf
12287:
12288: * src/: include/pa_request.h, main/execute.C: . properties: set
12289: works [alpha2]. for classes. todo: for objects
12290:
12291: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
12292: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12293: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12294: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12295: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
12296: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12297: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12298: types/pa_vstateless_object.h, types/pa_vvoid.h,
12299: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
12300: properties: set works [alpha1]
12301:
12302: 2005-07-25 paf
12303:
12304: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
12305: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
12306: properties: started, get works [alpha1, other approach]
12307:
12308: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
12309: properties: started, get works [alpha2]
12310:
12311: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
12312: pa_vstateless_class.h: . properties: started, get works [alpha]
12313:
12314: 2005-07-15 paf
12315:
12316: * src/: classes/classes.h, classes/op.C, main/execute.C,
12317: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
12318: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12319: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12320: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12321: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
12322: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
12323: types/pa_vresponse.C, types/pa_vresponse.h,
12324: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12325: types/pa_vstateless_object.h, types/pa_vvoid.h,
12326: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
12327: types/pa_wwrapper.h, types/types.vcproj: + started property
12328: [getters work but think of changing them too to precaching]
12329:
12330: 2005-07-08 paf
12331:
12332: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
12333: gpf
12334:
12335: 2005-06-28 paf
12336:
12337: * src/: classes/file.C, main/untaint.C: ! string invariant violated
12338: in passing empty strings to file::exec/cgi environment
12339:
12340: 2005-06-06 paf
12341:
12342: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
12343: ^table:sql ^hash:sql now DO process $.bind option
12344:
12345: 2005-05-24 paf
12346:
12347: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
12348: $.limit] now work again [support was broken in 3.1.4]
12349:
12350: * src/: main/pa_string.C, classes/op.C: . steps toward removing
12351: ALL_INTERIOR_POINTERS
12352:
12353: 2005-05-12 paf
12354:
12355: * configure: 3.1.5beta
12356:
12357: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
12358:
12359: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
12360: $.limit] now work again [support was broken in 3.1.4]
12361:
12362: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
12363: line-width [was refusing to fill if line-width >1, thanks to
12364: Seras <seras@pinxit.lt> for repro case
12365:
12366: 2005-04-25 paf
12367:
12368: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
12369: correctly
12370:
12371: 2005-04-19 paf
12372:
12373: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
12374: in VString violating invariant!!
12375:
12376: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
12377: getenv("TZ")==null
12378:
12379: 2005-04-08 paf
12380:
12381: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
12382: bugfix: when there is no char in charset one byte produces 6
12383: (ÿ <<max). increased buffer size!
12384:
12385: 2005-03-23 paf
12386:
12387: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
12388: ^date.sql-string now takes TZ into account
12389:
12390: 2005-03-16 paf
12391:
12392: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
12393: gcc 3.4
12394:
12395: * src/types/pa_vhash.C: . warning about eof eol
12396:
12397: 2005-02-17 paf
12398:
12399: * operators.txt, src/classes/op.C: + operator ^sleep(double
12400: seconds)
12401:
12402: 2005-02-02 paf
12403:
12404: * src/classes/xnode.C: beauty: removed needless includes
12405:
12406: 2005-01-31 paf
12407:
12408: * src/types/pa_vmail.C: change: $.partX now always 1... change:
12409: $.partNoNumber now alias to $.part1
12410:
12411: * src/types/pa_vmail.C: change: incoming letter part contains
12412: "content-disposition" header with any value? now considering that
12413: part to be "file#" [for text/plain text/html were $.text#
12414: $.html#]
12415:
12416: * INSTALL: updatet to latest working versions available
12417:
12418: 2005-01-20 paf
12419:
12420: * configure.in, src/include/pa_version.h: version
12421:
12422: 2005-01-19 paf
12423:
1.116 moko 12424: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
12425: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
12426: couple warnings in parser3.C
1.95 moko 12427:
12428: 2004-12-23 paf
12429:
12430: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
12431:
12432: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
12433: dir to directory of script (when shbang used), not to directory
12434: of its interpreter
12435:
12436: * src/include/pa_version.h: compiled on win32...
12437:
12438: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
12439: we need more hspace
12440:
12441: * configure, configure.in, src/include/pa_version.h: configured
12442: host to pa_version. will be displayed everywhere
12443:
12444: * src/main/pa_request.C: new: @unhandled_exception can prevent
12445: exception from being logged by setting $exception.handled(1)
12446:
12447: * operators.txt, src/classes/file.C: change:
12448: ^file::sql{query}[[options]] options: $.name[file name]
12449: $.content-type[application/what]
12450:
12451: * src/: include/pa_common.h, main/pa_common.C,
12452: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
12453: new file
12454:
12455: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
12456: bugfix: table->hash now regards _default
12457:
12458: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
12459: created by accessing $name_of_method it acquired bad self=closest
12460: methodframe; instead of proper self (current class)
12461:
12462: * src/types/pa_vhashfile.C: bugfix: reading empty string from
12463: hashfile produced bad cord
12464:
12465: 2004-12-10 paf
12466:
12467: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
12468: subsequent failures though defined in .h
12469:
12470: * src/main/pa_common.C: comment on volatile
12471:
12472: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
12473: alarm function were not used since the beginning due to stupid
12474: error [setsigjmp were not checked in configure.in]
12475:
12476: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
12477: unix too
12478:
12479: * src/main/pa_common.C: http: exception status of send/recv errors
12480: change to most probable http.timeout
12481:
12482: * src/main/pa_common.C: win32: http connection $.timeout option now
12483: works [setsockopt on send/receive]
12484:
12485: 2004-12-08 paf
12486:
12487: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
12488: cstr-ed knowing mail charset, and untainting uri lang now knows
12489: proper charset
12490:
12491: 2004-11-24 paf
12492:
12493: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
12494:
12495: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
12496: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
12497:
12498: 2004-11-12 paf
12499:
12500: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
12501: [since 3.0.4]
12502:
12503: 2004-11-09 paf
12504:
12505: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
12506: writes basics to c:\parser3.log
12507:
12508: 2004-10-21 paf
12509:
12510: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
12511: tainted strings [were returning clean onces]
12512:
12513: 2004-10-15 paf
12514:
12515: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
12516: cycles(i=1; i=2), which was wrong, now does ONE
12517:
12518: 2004-10-12 paf
12519:
12520: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
12521:
12522: 2004-10-07 paf
12523:
12524: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
12525: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
12526: release asserts
12527:
12528: * src/: main/pa_string.C, include/pa_string.h: debugger help:
12529: String.dump() to stdout in detailed form [were String.v() in
12530: short form]
12531:
12532: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
12533: \t\r\n as @#| and truncates long char sequences less
12534:
12535: 2004-10-06 paf
12536:
12537: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
12538: win32 beauty: socket errors properly decoded
12539:
12540: 2004-10-05 paf
12541:
12542: * src/: include/pa_request.h, main/pa_request.C: bugfix:
12543: request::configure_user/admin done always, even if no
12544: file-to-process useful in @unhandled_exception [say, if they
12545: would want to mail by SMTP something]
12546:
12547: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
12548: now performed prior to file loading [and @auto executing] thus
12549: making $cookie:value available in @auto and in
12550: @unhandled_exception when IIS is configured to run interpreter
12551: even if no file exist
12552:
12553: 2004-09-20 paf
12554:
12555: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
12556: somewhere where it should have called xmlMalloc and it calls
12557: xmlFree when it should have not called it. inserted two
12558: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
12559: xmlFree just ignored. put away a testcase, maybe someday libxml
12560: author would fix all that. until that day: we have SLOW garbage
12561: collecting when many xml objects are alive hint: do
12562: ^memory:compact[] before xdoc::create
12563:
12564: 2004-09-17 paf
12565:
12566: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
12567: error from 3.0.8 version]
12568:
12569: 2004-09-14 paf
12570:
12571: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
12572: part bugfix: hashfile.foreach iterated only part if hashfile were
12573: modified inside
12574:
12575: 2004-09-13 paf
12576:
12577: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
12578: [were as octal]
12579:
12580: * src/types/pa_vhashfile.C: beauty: not reproduced
12581: $hashfile.key[$novalue] bug [reported by motorin], inserted
12582: safety-check
12583:
12584: * src/types/pa_vhashfile.C: change: empty keys now error in parser
12585: [not something obscure from sdbm lib]
12586:
12587: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
12588: = strerror now returnes something and we can properly report that
12589: to client
12590:
12591: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
12592: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
12593:
12594: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12595: [tainted as-is] this helps //[space][newline] to remain as-is and
12596: not be unnecessary optimized away [ruining javascript]
12597:
12598: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12599: [tainted as-is]
12600:
12601: * src/classes/mail.C: bugfix: typo error
12602:
12603: 2004-09-09 paf
12604:
12605: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
12606: separators bugfix: loads header with endings \r\n\r\n and \n\n
12607: (bloody yandex.server)
12608:
12609: 2004-09-06 paf
12610:
12611: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
12612: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
12613: encoded
12614:
12615: 2004-09-01 paf
12616:
12617: * src/types/pa_vmail.C: change: multipart/mixed changed to
12618: multipart/related outlook express have no problems showing
12619: unrelated attachments. todo: someday figure out a way of
12620: multipart/mixed multipart/related text/html
12621: image/xxx application/octet-stream << true attachments
12622:
12623: * src/types/pa_vmail.C: new:
12624: ^mail:send[$.file[$.content-disposition can be overriden new:
12625: empty mail header fields removed from letter
12626:
12627: * src/: classes/mail.C, include/pa_config_fixed.h,
12628: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
12629: ^mail:send[ $.file[ $.any[header]
12630:
12631: 2004-08-30 paf
12632:
12633: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
12634: warnings
12635:
12636: * src/main/pa_common.C: beauty: do not bother with charset
12637: detection when ^file::load[binary
12638:
12639: 2004-08-27 paf
12640:
12641: * src/main/pa_common.C: hack: for yandex.server http server
12642:
12643: 2004-08-18 paf
12644:
12645: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
12646: possibly-chunked response
12647:
12648: 2004-08-17 paf
12649:
12650: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12651: $f.content-type now = that of http response
12652:
12653: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12654: $f.content-type now = that of http response
12655:
12656: 2004-07-30 paf
12657:
12658: * src/: include/pa_request.h, main/pa_request.C,
12659: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
12660: win32: system&parser exceptions in release mode reported properly
12661: parser exception in exception handler WERE mistakenly reported as
12662: system exception, without details [in apache & isapi] +some
12663: beauty in exception text
12664:
12665: * src/: include/pa_exception.h, main/pa_request.C,
12666: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
12667: release mode reported properly parser exception in exception
12668: handler WERE mistakenly reported as system exception, without
12669: details
12670:
12671: * src/main/execute.C: beauty: simplified system exception handling
12672:
12673: 2004-07-29 paf
12674:
12675: * src/classes/table.C: bugfix:
12676: ^table.save[export.csv;$.separator[^;]] now works fine [separator
12677: were ignored, and \t used unconditionally]
12678:
12679: * src/types/Makefile.am: added vhash.c
12680:
12681: 2004-07-28 paf
12682:
12683: * src/: classes/date.C, classes/image.C, classes/math.C,
12684: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
12685: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
12686: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
12687: failed on russian letters
12688:
12689: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
12690: bugfix: isspace((unsigned char)c) everywhere. failed on russian
12691: letters
12692:
12693: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
12694: as 'currentDirectory' parameter to CreateProcess
12695:
12696: 2004-07-27 paf
12697:
12698: * src/targets/cgi/parser3.vcproj: beauty: win32:
12699: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
12700: from release somewhere [to help searching for unhandled system
12701: exceptions]
12702:
12703: * src/types/pa_vdate.h: check: for invalid datetime after temporary
12704: TZ shift
12705:
12706: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
12707: but also in ctor
12708:
12709: 2004-07-26 paf
12710:
12711: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
12712: src/main/pa_request.C, src/types/pa_vfile.h,
12713: src/types/pa_vhash.C, src/types/pa_vhash.h,
12714: src/types/types.vcproj: new: $response:body/download[
12715: $.file[name on disk] $.name[of file for user]
12716: $.mdate[date of last-modified. default from directory] ]
12717:
12718: * src/classes/file.C: moving file:send somewhere else..
12719:
12720: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
12721: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
12722: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
12723: $response:download[ $.filename[filename] $.option[] ,, ]
12724:
12725: * src/classes/file.C: beauty: invalid mode thoroughly reported
12726:
12727: 2004-07-21 paf
12728:
12729: * src/types/pa_vmail.C: bugfix: too long header values now splitted
12730: to several lines
12731:
12732: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
12733:
12734: note: ms outlook[!express] shows only first 255 characters of
12735: subject
12736:
12737: 2004-07-15 paf
12738:
12739: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
12740: off]
12741:
12742: 2004-07-14 paf
12743:
12744: * src/classes/table.C: bugfix: $.bind values now got untainted
12745: according to lang [were: as-is]
12746:
12747: 2004-07-07 paf
12748:
12749: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
12750: checked that
12751:
12752: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
12753: now untainted according to their languages. were: as-is.
12754: EVERYWHERE
12755:
12756: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
12757: environment string now untainted according to their languages.
12758: were: as-is. EVERYWHERE
12759:
12760: * src/main/pa_exec.C: bufix: on unix environment string now
12761: untainted according to their languages. were: as-is. on win32:
12762: ok
12763:
12764: * parser3.vssscc: ...would not go unnoticed
12765:
12766: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
12767: fails. in case on input appears nonutf, those bytes will be
12768: printed in %HH form. that can be easily decoded/recovered.
12769:
12770: this form is quite noticable, and hopefully would not go noticed
12771:
12772: 2004-07-06 paf
12773:
12774: * src/main/pa_exec.C: bufix: on unix environment string now
12775: untainted according to their languages. were: as-is. on win32:
12776: ok
12777:
12778: 2004-07-01 paf
12779:
12780: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
12781: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
12782: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12783: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
12784: main/main.vcproj, targets/cgi/parser3.vcproj,
12785: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
12786: option: global optimization ON
12787:
12788: * src/main/untaint.C: workaround kinda bug in libxml: life requires
12789: to do xdoc::create{invalid chars} standard disables chars less
12790: then \x20, except tab, cr, lf.
12791:
12792: changed tainting so that those become '!'
12793:
12794: 2004-06-25 paf
12795:
12796: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12797: int on odd address [prev bugfix failed due to superwize
12798: optimizer, which turned memcpy into same 'ld' asm command]
12799:
12800: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12801: int on odd address
12802:
12803: 2004-06-22 paf
12804:
12805: * src/sql/pa_sql_driver.h: note: about possible optimization
12806:
12807: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12808: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12809: src/include/pa_config_includes.h: new: ^void:sql{call
12810: paf(:a)}[ $.bind[ $.a[2]
12811: ] ] output variables work. todo: check in out
12812: variables
12813:
12814: 2004-06-18 paf
12815:
12816: * src/: classes/file.C, classes/hash.C, classes/string.C,
12817: classes/table.C, classes/void.C, include/pa_globals.h,
12818: include/pa_sql_connection.h, main/compile.tab.C,
12819: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12820: $.bind[ $.a[2] ]
12821: ] input variables work. todo:output
12822:
12823: * src/targets/cgi/parser3.C: bugfix: iis specific
12824: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12825: /_bug.html?404;http://hpsv/test/
12826: --------------------------------------------------------------------------------
12827: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12828: --------------------------------------------------------------------------------
12829: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12830:
12831: 2004-06-16 paf
12832:
12833: * src/targets/cgi/parser3.C: new: iis specific
12834: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12835: $request:query
12836: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12837: $form:fields IIS-STATUS="404"
12838: IIS-DOCUMENT="http://server/_bug.html" f="v"
12839:
12840: todo: isapi too
12841:
12842: 2004-05-26 paf
12843:
12844: * src/include/pa_version.h: 3.1.3
12845:
12846: * operators.txt: beauty: removed outdated level 'table'
12847:
12848: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
12849:
12850: * src/main/pa_string.C: beauty: removed 3 warnings
12851:
12852: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
12853: classes/op.C: beauty: removed outdated level 'table'
12854:
12855: 2004-05-25 paf
12856:
12857: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
12858: implementation. mistery: how anything worked
12859:
12860: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
12861: changed, it is now safe to use url if pointers to it are stored
12862: to gc mem
12863:
12864: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
12865: unknown errors reported and not cause SIGSEGV now
12866:
12867: 2004-05-24 paf
12868:
12869: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12870: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
12871: less memory: CORD_chars_block originally intended to ... it was
12872: good that CORD_chars_block were not used: it consumes more memory
12873: [and, might be slow too] undoing that. [and removed that func so
12874: that it would not confuse parser developer in future]
12875:
12876: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
12877: less memory: CORD_chars_block originally intended to
12878: speedup/reduce mem usage were forgotten, and were used stupid
12879: CORD_chars
12880:
12881: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
12882:
12883: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
12884: BIGENDIAN processors space-conserving mech failed, causing
12885: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
12886: (1|2|3));
12887:
12888: 2004-05-14 paf
12889:
12890: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
12891: bugfix: void now has vfile value, and $response:body[] works OK
12892:
12893: 2004-05-12 paf
12894:
12895: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
12896: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
12897: sources to use is_defined() {return as_bool();} along VBool
12898:
12899: 2004-05-11 paf
12900:
12901: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
12902: referencing to local objects
12903:
12904: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
12905: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
12906: left intact
12907:
12908: 2004-04-15 paf
12909:
12910: * src/classes/date.C: merged: beauty: unused var removed
12911:
12912: * src/classes/date.C: beauty: unused var removed
12913:
12914: * src/include/: pa_exec.h: bugfix: interface without pointer
12915: provoked bug
12916:
12917: 2004-04-09 paf
12918:
12919: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
12920:
12921: * src/types/pa_vform.C: bugfix: form:imap were incorrect
12922:
12923: 2004-04-08 paf
12924:
12925: * src/classes/date.C: new: ^date::create[y-m-d
12926: h-M-s>>.milliseconds<<] now allowed, ignored so far
12927:
12928: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
12929:
12930: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
12931: to consult default catalog [usually, that file belongs to other
12932: user/group]
12933:
12934: 2004-04-06 paf
12935:
12936: * src/main/pa_common.C: beauty: gcc warning removed
12937:
12938: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
12939: accept that trick, trying other
12940:
12941: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
12942: explicit result problem
12943:
12944: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
12945: explicit result problem
12946:
12947: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
12948: explicit result problem
12949:
12950: * operators.txt, src/classes/string.C: new: ^string.append[string]
12951:
12952: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
12953: main/execute.C: attempt_check_call_in_explicit_result_mode:
12954: failed
12955:
12956: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12957: http://i.p.a.ddress gethostbyaddr added [on some platforms
12958: gethostbyname failed with such 'domains'] now checked properly,
12959: were: needless reverse/forward dns lookup
12960:
12961: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
12962: http://i.p.a.ddress gethostbyaddr added [on some platforms
12963: gethostbyname failed with such 'domains'] now checked properly,
12964: were: needless reverse/forward dns lookup
12965:
12966: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
12967: @method[][result] means "no string output here" moved to lexical
12968: level [on grammar level it were too difficult]
12969:
12970: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
12971: src/main/compile.y, src/main/compile_tools.h,
12972: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
12973: @method[][result] means "no string output here", implemented part
12974: of that idea: compiler throws away string literal generation
12975: code. and barks nonwhitespace chars
12976:
12977: * operators.txt: truth: removed comment about $ORIGIN
12978:
12979: 2004-04-05 paf
12980:
12981: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
12982: src/include/pa_version.h, src/main/pa_common.C,
12983: src/targets/isapi/parser3isapi.C: merged with 3.1.3
12984:
12985: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
12986: Konstantin Tomashevitch [mailto:konst@design.ru]
12987:
12988: * src/doc/html2chm.cmd: beauty: no need in bg here
12989:
12990: * src/doc/sources2html.cmd: beauty: same window, in bg it
12991: interfered with FAR console
12992:
12993: * configure, configure.in: 3.1.3
12994:
12995: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
12996:
12997: * src/main/pa_common.C: removed warning
12998:
12999: * src/include/pa_version.h: 3.1.3
13000:
13001: 2004-04-02 paf
13002:
13003: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
13004:
13005: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
13006: allows to specify where to put parser log file
13007:
13008: 2004-04-01 paf
13009:
13010: * src/classes/table.C: bugfix: bugfix: table::load last line
13011: without tab and enter were ignored
13012:
13013: * src/: include/pa_cache_managers.h, include/pa_globals.h,
13014: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
13015: main/pa_socks.C, targets/cgi/parser3.C,
13016: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
13017: bugfix: sql connections now are disconnected
13018:
13019: 2004-03-30 paf
13020:
13021: * src/classes/table.C: bugfix: table::load last line without tab
13022: and enter were ignored
13023:
13024: * src/classes/table.C: bufix: if last table lines were commented,
13025: gpfed
13026:
13027: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
13028: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
13029: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
13030: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
13031: doc/methoded.dox, doc/object.dox, doc/string.dox,
13032: doc/targets.dox, doc/value.dox, include/pa_version.h,
13033: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
13034: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
13035: bugfixes from 3.1.2, changed version to 3.1.3beta
13036:
13037: 2004-03-29 paf
13038:
13039: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
13040: causes gpf
13041:
13042: * src/doc/: ClassExample1.dox, ClassExample2.dox,
13043: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
13044: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
13045: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
13046: value.dox: translated to english
13047:
13048: 2004-03-25 paf
13049:
13050: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
13051: parser3project dependency removed
13052:
13053: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
13054: bugfix: refused to compile without xml
13055:
13056: * src/types/pa_vform.C: beauty: removed warning
13057:
13058: * src/classes/classes.vcproj: merged bugfix: now all compiles in
13059: any folder [removed last ;) folder dependency]
13060:
13061: * src/classes/classes.vcproj: bugfix: now all compiles in any
13062: folder [removed last ;) folder dependency]
13063:
13064: * src/include/pa_version.h: release
13065:
13066: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
13067:
13068: * src/classes/table.C: beauty: comment& more meaningful error
13069: message
13070:
13071: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
13072: $.hash[$.column_value1(true) ... ] [were producing some strang
13073: thing]
13074:
13075: 2004-03-23 paf
13076:
13077: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
13078: and http status line parsing checked number of columns in table
13079: [user reported an assert]
13080:
13081: * operators.txt: example: on hashfile
13082:
13083: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
13084: bugfix: junction reattach now actually reattaches a junction to
13085: new wcontext [were only assigning it to junction, which caused
13086: junction tracking to loose junction, and it's context were not
13087: killed, and it tried to process in invalid context, gpf]
13088:
13089: * src/targets/cgi/parser3.C: debug helper added
13090:
13091: 2004-03-19 paf
13092:
13093: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
13094: "type(type)" in braces
13095:
13096: 2004-03-10 paf
13097:
13098: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
13099: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13100: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
13101: solution to search-in-namespaces problem:
13102: $xdoc.search-namespaces.x[http://pif.design.ru/]
13103: $nodes[^xdoc.select[//x:second]]
13104:
13105: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
13106: expression][[NAMESPACES HASH]] allows to search for info in
13107: namespaces
13108:
13109: $nodes[^xdoc.select[//x:second][
13110: $.x[http://pif.design.ru/] ]]
13111:
13112: 2004-03-09 paf
13113:
13114: * operators.txt, src/main/pa_common.C: new:
13115: ^file::load[...][options] $.form[
13116: !$.field1[string]
13117: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
13118: ] !$.body[string]
13119:
13120: GET ?here notGET(POST, HEAD, others) in content-type:
13121: application/x-www-form-urlencoded
13122:
13123: todo: upload files ability
13124:
13125: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
13126: properly, done
13127:
13128: 2004-03-05 paf
13129:
13130: * operators.txt, src/main/pa_common.C: new: file::load[;http://
13131: GET/POST $.form[$.fields started, not tested yet
13132: todo:$.field[table] for multiple values
13133:
13134: * operators.txt: new: http:// options $.user $.password basic
13135: authorization
13136:
13137: * src/main/pa_common.C: beauty: link to rtf added
13138:
13139: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
13140: new: http:// options $.user $.password basic authorization
13141:
13142: * src/main/pa_common.C: beauty: removed needless vars
13143:
13144: * operators.txt: new: pgsql option [like that recently added to
13145: oracle driver] ClientCharset=parser-charset <<
13146: charset in which parser thinks client works
13147:
13148: * operators.txt: new: odbc option [like that recently added to
13149: oracle driver] ClientCharset=parser-charset <<
13150: charset in which parser thinks client works
13151:
13152: * src/sql/pa_sql_driver.h: beauty: important warning added
13153:
13154: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
13155: char!
13156:
13157: * etc/parser3.charsets/windows-1251.cfg: typo
13158:
13159: 2004-03-04 paf
13160:
13161: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
13162: cached, sql transcoding now goes faster
13163:
13164: * operators.txt: new: mysql option [like that recently added to
13165: oracle driver] ClientCharset=parser-charset <<
13166: charset in which parser thinks client works
13167:
13168: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
13169: typo error
13170:
13171: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
13172: chars commented
13173:
13174: 2004-03-03 paf
13175:
13176: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
13177: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
13178:
13179: 2004-03-02 paf
13180:
13181: * operators.txt: new[update typo]: !^void.left(n)
13182: nothing !^void.right(n) nothing !^void.mid(p[;n])
13183: nothing
13184:
13185: * operators.txt, src/classes/void.C: new: !^void.left(n)
13186: nothing !^void.right(n) nothing !^void.pos(p[;n])
13187: nothing
13188:
13189: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
13190: ^file::sql[[name_to_become_$.name]]{} query result must be one
13191: row with columns: first: data second: file name third:
13192: content-type
13193:
13194: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
13195: ^connect gets properly escaped string, which can be passed to
13196: request now this for mysql only. it's up to parser sql driver to
13197: fix zeros properly
13198:
13199: * INSTALL: note: added on building apache with this option:
13200: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
13201:
13202: 2004-03-01 paf
13203:
13204: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
13205: extension memory:compact befor processingrequest
13206:
13207: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
13208: call sole column of result
13209:
13210: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
13211: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
13212: pixel color
13213:
13214: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
13215: beauty: image -- less checks [were ugly impl]
13216:
13217: * src/classes/string.C: bugfix: ^string.left/right/mid with
13218: negative values now considered bad
13219:
13220: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
13221:
13222: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
13223: options now have unified defaults [after transform
13224: indent/omit-xml-declaration/standalone 'default' erroreously
13225: meant 'true']
13226:
13227: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
13228: added [on some platforms gethostbyname failed with such
13229: 'domains']
13230:
13231: * src/include/pa_config_auto.h.in: no select check, no define
13232:
13233: * src/classes/string.C: feature: ^string.trim both parameters may
13234: be empty-strings, meaning kind=both chars=whitespaces
13235:
13236: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
13237: exist
13238:
13239: * src/classes/string.C: check: trim 'chars' must not be empty,
13240: exception if it is
13241:
13242: * src/classes/string.C: changed: ^string.trim [] << both,
13243: whitespaces [start|both|end] << kind, whitespaces
13244: [start|both|end;chars] full
13245:
13246: 2004-02-27 paf
13247:
13248: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
13249: method: ^string.trim[start|both|end[;chars]] default
13250: 'chars' -- whitespace chars finished
13251:
13252: * operators.txt, src/classes/string.C, src/include/pa_string.h,
13253: src/main/pa_string.C: new method:
13254: ^string.trim[start|both|end[;chars]] default 'chars' --
13255: whitespace chars started, only start works
13256:
13257: * src/main/compile.C: bugfix: line numbers after
13258: ^process{}[$.line(-10]] can be negative, allowed to print they as
13259: signed
13260:
13261: * src/main/untaint.C: speed: there's no \n chars in output
13262: [normally], so no need to optimize them they could be retrived
13263: from databases, though. but 1. should be replaced 2. if not
13264: optimized, no harm done
13265:
13266: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
13267: ^file::exec/cgi could return invalid status & zombie child can
13268: remain for short period until process exists [very bad in
13269: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
13270:
13271: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
13272: malicious SMTP server to attack as by returning too long status
13273: responses http://i2/tasks/edit/?id=4629448401140924947
13274:
13275: 2004-02-26 paf
13276:
13277: * operators.txt: feature: ^process...{CODE}[now has options] which
13278: are $.main[to what to rename @main] $.file[file,
13279: from which (user says) goes that CODE] $.lineno(line
13280: number in that file, where CODE starts. may be negative)
13281:
13282: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13283: src/main/compile.C, src/main/compile_tools.h,
13284: src/main/pa_request.C: feature: ^process...{CODE}[now has
13285: options] which are $.main[to what to rename @main]
13286: $.file[file, from which (user says) goes that CODE]
13287: $.lineno(line number in that file, where CODE starts. may be
13288: negative)
13289:
13290: 2004-02-25 paf
13291:
1.116 moko 13292: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
13293: old @charsetsdir@ recently erased from configure.in]
1.95 moko 13294:
13295: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
13296: produces hash of column=>1
13297:
13298: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
13299: with incomplete errno constants set
13300:
13301: 2004-02-24 paf
13302:
13303: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
13304: "man select"
13305:
13306: * src/main/pa_os.C: beauty: <0 better then ==-1
13307:
13308: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
13309:
13310: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
13311:
1.116 moko 13312: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 13313:
13314: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
13315: unix: steps to work on unix [extracted 'to']
13316:
13317: * src/classes/mail.C: smtp on unix: steps to work on unix
13318:
13319: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
13320:
1.116 moko 13321: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
13322: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
13323: unix [testing on solaris]
1.95 moko 13324:
13325: 2004-02-20 paf
13326:
13327: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
13328: pointing that out
13329:
13330: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
13331: fixed again [same solution, mistanenly removed one line]
13332:
13333: 2004-02-19 paf
13334:
13335: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
13336: date::create from bad datetime in spring daylightsaving hole now
13337: OK for all platforms [on some platforms it failed]
13338:
13339: * src/classes/: date.C, image.C: beauty: date::create[bad date time
13340: in daylightsaving hole] now throws error
13341:
13342: * src/classes/date.C: comment: mistake fixed
13343:
13344: 2004-02-18 paf
13345:
13346: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
13347: now renderes in $request:charset, but in header puts
13348: $response:charset todo: make that default only so that coder
13349: could override that
13350:
13351: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
13352: turns off omit-xml-declaration
13353:
13354: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
13355: /.xsl for sample
13356:
13357: 2004-02-17 paf
13358:
13359: * src/classes/xdoc.C: beauty: needless helper class removed
13360:
13361: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
13362: copied extra time
13363:
13364: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
13365: part of libxml
13366:
13367: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
13368: libxml to do the work] <xsl:output method="html"
13369: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
13370: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
13371: />
13372:
13373: * src/classes/xdoc.C: beauty: no <meta ... charset generated
13374:
13375: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
13376: caused assertion
13377:
13378: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
13379: could hang. now such add does nothing, sub clears $hash
13380:
13381: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
13382: not made quoted-printable
13383:
13384: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
13385: string invariant
13386:
13387: 2004-02-16 paf
13388:
13389: * src/main/pa_globals.C: bugfix: xml errors copy from library now
13390: cleared [were not cleared properly]
13391:
13392: 2004-02-13 paf
13393:
1.116 moko 13394: * src/include/pa_version.h: prerelease
1.95 moko 13395:
13396: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
13397: used, introducing dependencies timestamp check
13398:
13399: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13400: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
13401: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
13402: .xsl.stamp now not used, introducing dependencies timestamp check
13403:
1.150 moko 13404: * configure.in: auto.p: @conf made relative
1.95 moko 13405:
13406: 2004-02-12 paf
13407:
13408: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
13409: ruined empty <input type=file> submits. parser thought there were
13410: nameless empty file and $form:field got value of type 'file'
13411:
13412: * INSTALL: --without-threads
13413:
13414: * src/include/pa_sapi.h: 2004
13415:
13416: 2004-02-11 paf
13417:
13418: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13419: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13420: classes/hashfile.C, classes/image.C, classes/int.C,
13421: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13422: classes/response.C, classes/string.C, classes/table.C,
13423: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13424: include/pa_array.h, include/pa_cache_managers.h,
13425: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13426: include/pa_config_fixed.h, include/pa_config_includes.h,
13427: include/pa_dictionary.h, include/pa_dir.h,
13428: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13429: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13430: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13431: include/pa_request_charsets.h, include/pa_request_info.h,
13432: include/pa_socks.h, include/pa_sql_connection.h,
13433: include/pa_sql_driver_manager.h, include/pa_stack.h,
13434: include/pa_string.h, include/pa_stylesheet_connection.h,
13435: include/pa_stylesheet_manager.h, include/pa_table.h,
13436: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13437: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13438: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13439: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13440: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13441: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13442: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13443: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13444: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13445: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13446: main/pa_sql_driver_manager.C, main/pa_string.C,
13447: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13448: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
13449: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13450: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13451: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13452: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13453: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13454: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13455: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13456: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13457: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13458: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13459: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13460: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13461: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13462: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13463: types/pa_vresponse.h, types/pa_vstateless_class.C,
13464: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13465: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13466: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13467: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13468: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13469: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
13470:
13471: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
13472: debug version of gc.dll
13473:
13474: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13475: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13476: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
13477: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
13478: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
13479: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
13480: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
13481: processes
13482:
13483: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
13484: main/pa_globals.C, targets/cgi/parser3.vcproj,
13485: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
13486: changes to reflect libxml xsl new folders
13487:
13488: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13489: lib/smtp/smtp.vcproj, main/main.vcproj,
13490: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
13491: to reflect libxml xsl new folders
13492:
13493: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13494: lib/smtp/smtp.vcproj, main/main.vcproj,
13495: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
13496: types/types.vcproj: started changes to reflect libxml xsl new
13497: folders
13498:
13499: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
13500: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
13501: src/main/compile.tab.C, src/main/main.vcproj,
13502: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
13503: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13504: started changes to reflect libxml xsl new folders
13505:
13506: 2004-02-10 paf
13507:
13508: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
13509: compile. recommened latest libxml up to date
13510:
13511: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
13512: pattern compilation errors", on which spent 4 hours worktime. use
13513: versions higher than that. recommended now latest up to date
13514:
13515: 2004-02-06 paf
13516:
13517: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
13518: beauty: unified destructing style
13519:
13520: * src/main/untaint.C: beauty: removed old def/ifdef
13521:
13522: * src/main/untaint.C: beauty: coredump @unknown untaint language
13523: now
13524:
13525: 2004-02-03 paf
13526:
13527: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
13528: targets/isapi/parser3isapi.C, types/pa_value.C,
13529: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
13530: then %ld/%lu
13531:
13532: * src/main/pa_common.C: typo: %l -> %u
13533:
13534: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
13535: in attributes or documents-results of transform now not xx;
13536:
13537: * src/classes/xnode.C: memleaks found: not fixed yet. todo
13538:
13539: * src/main/pa_charset.C: bugfix: forgot to undo some
13540:
13541: * src/main/pa_charset.C: beauty: uncomment
13542: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
13543: libraries
13544:
13545: 2004-02-02 paf
13546:
13547: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
13548: $cookie:example[ $.value[value] $.path[/there/] ]
13549:
13550: $cookie:example[ $.value[] $.expires[session]
13551: $.path[/there/] $.domain[test.com] ]
13552:
13553: * src/types/pa_vform.C: bugfix: empty values with
13554: enctype=multipart/form-data now produce entries in $form:tables
13555: <form method=post enctype=multipart/form-data> <input type=hidden
13556: name=a> <input type=hidden name=b>
13557:
13558: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
13559: <hr> <pre>$request:body
13560:
13561: 2004-01-30 paf
13562:
13563: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
13564: or documents-results of transform now not xx;
13565:
13566: * src/classes/date.C: bugfix: ^date::create[invalid fields now
13567: produce exception.
13568:
13569: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
13570: bugfix: ^date::create[invalid fields now produce exception.
13571:
13572: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
13573: year] now produces exception. todo: check other fields
13574:
13575: 2004-01-29 paf
13576:
13577: * src/include/pa_memory.h: typo error
13578:
13579: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
13580: more byte then specified, then zeroed it << useless and
13581: potentially harmful(could gpf)
13582:
13583: 2004-01-22 paf
13584:
13585: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
13586:
13587: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
13588: optimization
13589:
13590: * src/main/untaint.C: bugfix: whitespace now optimized properly
13591: [were bug: ^taint[1 & 2]="1 &2"
13592:
13593: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
13594: errors
13595:
13596: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
13597: overflow
13598:
13599: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
13600: error-reporting code * in parser-error reporting code [when no
13601: @unhandled_exception defined]
13602:
13603: fixed in one place: my *snprintf override
13604:
13605: 2004-01-13 paf
13606:
13607: * operators.txt: typo erro
13608:
13609: 2003-12-25 paf
13610:
13611: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
13612: garbled [pieces after zero bytes were removed]
13613:
13614: 2003-12-22 paf
13615:
1.116 moko 13616: * src/include/Makefile.am: bugfix: removed from dist:
13617: src/include/pa_config_auto.h which were configured for
1.95 moko 13618: make-dist-platform and badly updated proper config file in target
13619: [when .tar used for updating existing source tree]
13620:
13621: * ChangeLog, operators.txt, src/classes/op.C,
13622: src/include/pa_sql_connection.h,
13623: src/include/pa_sql_driver_manager.h,
13624: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
13625: feature: sql introducing ability to transcode charsets
13626:
13627: 2003-12-19 paf
13628:
13629: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
13630: error message
13631:
13632: * src/main/pa_charset.C: bugfix: memory for charsethandler
13633: structure for libxml now allocated properly
13634:
13635: 2003-12-17 paf
13636:
13637: * src/types/pa_vfile.C: beauty: removed outdated cast
13638:
13639: * src/main/pa_common.C: bugfix: empty http response caused gpf
13640:
13641: * src/include/pa_string.h: bugfix: removed too strong a assert
13642:
13643: * src/main/pa_globals.C: bugfix: removed false warning [warning:
13644: unreported xmlGenericErrors]
13645:
13646: 2003-12-15 paf
13647:
13648: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
13649: works}
13650:
13651: 2003-12-11 paf
13652:
13653: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
13654: id
13655: !$status:tid thread id
13656:
13657: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13658: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
13659: bugfix(solaris): removed dependency on object initialization
13660: order [one more place]
13661:
13662: * src/: classes/file.C, classes/mail.C, classes/op.C,
13663: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
13664: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
13665: understand that
13666:
13667: * src/: classes/file.C, classes/mail.C, classes/op.C,
13668: classes/xdoc.C, include/pa_cache_managers.h,
13669: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13670: include/pa_stylesheet_manager.h, main/pa_request.C,
13671: main/pa_stylesheet_manager.C, types/pa_vimage.C,
13672: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
13673: ctor call [relying on implicit String::Body(cstr) call]
13674:
13675: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
13676: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
13677: object initialization order [two places]
13678:
13679: 2003-12-10 paf
13680:
13681: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
13682: << time now ok
13683:
13684: * operators.txt, src/main/pa_sql_driver_manager.C,
13685: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
13686: operational
13687:
13688: * ChangeLog, operators.txt, src/classes/xdoc.C,
13689: src/include/pa_charset.h, src/include/pa_sql_connection.h,
13690: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
13691: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
13692: back operational
13693:
13694: 2003-12-02 paf
13695:
13696: * src/types/pa_vmail.C: bugfix:
13697: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
13698: as-is forced]
13699:
13700: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
13701: exceptions out of libxml callbacks: reimplemented error handling
13702: of http://localhost, parser://method and safemode check callbacks
13703:
13704: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
13705: [merged from HEAD]
13706:
13707: * src/classes/image.C: nothing: comment removed
13708:
13709: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
13710: addresses to int
13711:
13712: 2003-12-01 paf
13713:
13714: * src/main/pa_xml_io.C: bugfix: typo
13715:
13716: * src/main/pa_globals.C: bugfix: win32: compile prob
13717:
13718: * src/classes/xdoc.C: bugfix: typo
13719:
13720: * src/main/pa_xml_io.C: todo: safe mode check not to throw
13721: exception
13722:
13723: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
13724:
13725: 2003-11-28 paf
13726:
13727: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
13728: all xml documents read
13729:
13730: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
13731:
13732: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13733: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
13734: replaced original open mech of xdoc::create & co to use libxml
13735: open, so that this would work for root document todo: safe mode
13736: checks to libxml: ideally to some 1 point
13737:
13738: * src/main/pa_xml_io.C: comment
13739:
13740: * operators.txt, src/main/pa_xml_io.C: leading / in
13741: http://parser[abscent params]
13742:
13743: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
13744: works. todo: maybe replace original open mech of xdoc::create &
13745: co to use libxml open, so that this would work for root document
13746:
13747: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
13748: "parser://method/params/here"> <test> &test^; </test> }]
13749:
13750: ^taint[^xdoc.string[]]
13751:
13752: @method[param] <!ENTITY test
13753: "test-entity-value+$form:user+$param!">
13754:
13755: 2003-11-27 paf
13756:
13757: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
13758:
13759: * src/classes/date.C: bugfix: typo error
13760:
13761: 2003-11-26 paf
13762:
13763: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
13764: src/main/Makefile.am, src/main/main.vcproj,
13765: src/main/pa_globals.C, src/main/pa_request.C,
13766: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
13767: xml errors to hash<thread_id,error> reorganization: xml io moved
13768: to pa_xml_io.C/h
13769:
13770: * src/types/pa_value.h: warnings: --
13771:
13772: 2003-11-25 paf
13773:
13774: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
13775: whatever)
13776:
13777: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
13778: a, (c?x:y, z)
13779:
13780: * src/main/untaint.C: bugfix: consequences of not reading this
13781: comment: CORD_pos_chars_left /* Number of characters in cache.
13782: <= 0 ==> none */
13783:
13784: * src/include/pa_array.h: removed needless checks
13785:
13786: 2003-11-24 paf
13787:
13788: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
13789: removed limit: now $form:xxx can be accessed anytime, even in
13790: @auto/conf [and request/response:charset still can be changed
13791: anytime]
13792:
13793: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13794: now not transcodes response body
13795:
13796: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13797: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13798: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13799: $xdoc.firstChild.firstChild.nodeValue[different]
13800: ^taint[^xdoc.string[]]
13801:
13802: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13803: workaround: static Hash::allocates -> static Hash_allocates
13804:
13805: 2003-11-21 paf
13806:
1.116 moko 13807: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13808: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13809: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13810:
13811: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13812:
13813: * src/classes/mail.C: bugfix: typo
13814:
13815: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13816: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13817: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13818: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13819: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13820: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13821:
13822: * src/main/pa_exec.C: bug in safe mode
13823:
13824: * src/include/Makefile.am: pa_xml_exception.h
13825:
13826: * src/targets/isapi/parser3isapi.C: more warnings --
13827:
13828: 2003-11-20 paf
13829:
13830: * src/: classes/math.C, classes/op.C, classes/string.C,
13831: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13832: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13833: --
13834:
13835: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13836: more warnings --
13837:
13838: * src/classes/xdoc.C: more warnings --
13839:
13840: * src/classes/: date.C, image.C, xdoc.C: more warnings --
13841:
13842: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
13843: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
13844:
13845: * src/: classes/date.C, classes/file.C, classes/hash.C,
13846: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
13847: classes/table.C, include/pa_cache_managers.h,
13848: include/pa_stylesheet_connection.h, main/pa_request.C,
13849: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
13850: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
13851: --
13852:
13853: * src/main/: execute.C, pa_request.C: old forgotten todo: when
13854: can't report problem (undefined @unhandled_exception) problem
13855: source string were not reported
13856:
13857: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13858: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13859: classes/hashfile.C, classes/image.C, classes/int.C,
13860: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13861: classes/response.C, classes/string.C, classes/table.C,
13862: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13863: include/pa_array.h, include/pa_cache_managers.h,
13864: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13865: include/pa_config_fixed.h, include/pa_dictionary.h,
13866: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
13867: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
13868: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
13869: include/pa_request.h, include/pa_request_charsets.h,
13870: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
13871: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13872: include/pa_stack.h, include/pa_string.h,
13873: include/pa_stylesheet_connection.h,
13874: include/pa_stylesheet_manager.h, include/pa_table.h,
13875: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13876: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13877: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
13878: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13879: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13880: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13881: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13882: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
13883: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13884: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13885: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
13886: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13887: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
13888: targets/isapi/parser3isapi.C, types/pa_junction.h,
13889: types/pa_method.h, types/pa_value.C, types/pa_value.h,
13890: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
13891: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13892: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
13893: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
13894: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13895: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
13896: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13897: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13898: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13899: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13900: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13901: types/pa_vresponse.h, types/pa_vstateless_class.C,
13902: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13903: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13904: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13905: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13906: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13907: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
13908: const IDENT
13909:
13910: * src/: include/pa_array.h, include/pa_pool.h,
13911: include/pa_request.h, include/pa_string.h, include/pa_table.h,
13912: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
13913: types/pa_wcontext.h: more warnings --
13914:
13915: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
13916: classes/file.C, classes/hash.C, classes/hashfile.C,
13917: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13918: classes/memory.C, classes/op.C, classes/string.C,
13919: classes/table.C, classes/xdoc.C, classes/xnode.C,
13920: include/pa_config_includes.h, include/pa_operation.h,
13921: include/pa_sql_connection.h, include/pa_table.h,
13922: include/pa_types.h, lib/ltdl/config_fixed.h,
13923: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
13924: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13925: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
13926: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
13927: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
13928: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
13929: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
13930: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
13931: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
13932: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
13933: types/pa_vmail.C, types/pa_vobject.C,
13934: types/pa_vstateless_class.h, types/pa_vtable.C,
13935: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13936: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
13937: on all projects (except libltdl=off & libsdbm=level3) found
13938: several unitialized vars
13939:
13940: 2003-11-19 paf
13941:
13942: * src/classes/op.C: more ansi C++ comp
13943:
13944: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13945: src/main/pa_request.C: ^cache[...]{body}{catch block with
13946: $exception.handled[cache] meaning "get expired cache, if any.
13947: else error"}
13948:
13949: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
13950: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
13951: ^cache[...]{body}{catch code with $exception.cache field}
13952:
13953: 2003-11-12 paf
13954:
13955: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
13956: [copy/paste bug]
13957:
13958: 2003-11-11 paf
13959:
13960: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
13961: failed]
13962:
13963: 2003-11-10 paf
13964:
13965: * src/types/pa_vconsole.h: flush
13966:
13967: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
13968: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
13969: read/write [for nntp]
13970:
13971: * operators.txt: mysql: transaction support: ?autocommit=0
13972:
13973: * operators.txt: comment: updated
13974:
13975: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
13976: serialize version and exipire now removes entries
13977:
13978: * operators.txt: ^hashfile.delete[] removes files altogether [and
13979: dir, if could]
13980:
13981: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
13982: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
13983: removes files altogether [and dir, if could]
13984:
13985: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
13986: nonexistent pair. .c coded that that was error. fixed
13987:
13988: * src/types/pa_vhashfile.C: sdbm: exception type change to
13989: file.access [regretfull can't split it to different exceptions
13990: without modifying sdbm source wich would prefer not to]
13991:
13992: 2003-11-07 paf
13993:
13994: * src/: classes/date.C, classes/file.C, classes/hash.C,
13995: classes/hashfile.C, classes/image.C, classes/table.C,
13996: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
13997: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
13998: main/execute.C, main/main.vcproj, main/pa_pool.C,
13999: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
14000: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
14001: types/pa_vstateless_class.h: resurrected: pool idea. now only for
14002: destructing objects at request processing end
14003:
14004: 2003-11-06 paf
14005:
14006: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
14007: updates
14008:
14009: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
14010: to include sdbm
14011:
1.116 moko 14012: * src/include/: pa_config_includes.h, pa_version.h: our
14013: replacements of max& co only for cpp
1.95 moko 14014:
14015: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
14016: upper dir, .am updated
14017:
14018: * tests/todo.txt: hashfile: done
14019:
14020: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
14021: expiration [time in value. todo: move time to key]
14022:
14023: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
14024:
14025: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
14026: to do that in foreach, no errors, but surely wrong]
14027:
14028: * operators.txt, src/types/pa_vhashfile.C,
14029: src/types/pa_vhashfile.h: hashfile: clear and proper locking
14030:
14031: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
14032: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
14033: foreach
14034:
14035: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
14036: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
14037:
14038: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
14039: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
14040:
14041: * src/: include/pa_memory.h, targets/cgi/parser3.C,
14042: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14043: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
14044: get/put [raw]
14045:
14046: * src/: classes/op.C, main/pa_os.C: just linked
14047:
14048: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
14049: XmlException changes
14050:
14051: * src/: include/pa_charset.h, include/pa_globals.h,
14052: include/pa_stylesheet_connection.h, main/pa_exception.C:
14053: XmlException changes
14054:
14055: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
14056:
14057: * src/: include/pa_common.h, include/pa_exception.h,
14058: main/main.vcproj, main/pa_common.C, include/pa_os.h,
14059: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
14060: main/pa_xml_exception.C: locking move to pa_os [along with
14061: pa_sleep] apr-impl locking done
14062:
14063: * configure, configure.in, operators.txt, parser3.sln,
14064: src/classes/classes.vcproj, src/classes/hashfile.C,
14065: src/classes/xdoc.C, src/include/pa_config_fixed.h,
14066: src/include/pa_exception.h, src/include/pa_globals.h,
14067: src/include/pa_memory.h, src/include/pa_version.h,
14068: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
14069: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
14070: src/main/compile.tab.C, src/main/main.vcproj,
14071: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
14072: src/types/Makefile.am, src/types/pa_vhash.C,
14073: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
14074: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
14075: again with sdbm from apache
14076:
14077: 2003-11-05 paf
14078:
14079: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14080: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
14081: \parser3project dir anymore
14082:
14083: * src/main/pa_charset.C: bugfix: had broken binary search [copied
14084: thoughtlessly from xalan]
14085:
14086: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
14087: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
14088: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
14089:
14090: * src/main/helpers/CaseFolding.txt:
14091: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
14092:
14093: 2003-11-04 paf
14094:
14095: * operators.txt: comment: ^mail:send[$.options[
14096:
14097: * src/classes/table.C: compiled on unix
14098:
1.116 moko 14099: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 14100:
14101: * src/classes/mail.C: compiled on unix
14102:
14103: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
14104: src/types/pa_vmail.h: !^mail:send[
14105: $.options[unix: string to append to sendmail command
14106: line]
14107:
14108: * operators.txt, src/classes/table.C, src/main/pa_string.C,
14109: tests/todo.txt: ^table.save[... $.separator[^#09]
14110: $.encloser["] <nothing> by default
14111:
14112: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
14113: !$.separator[^#09] !$.encloser["] <nothing> by
14114: default
14115:
14116: 2003-11-03 paf
14117:
14118: * operators.txt, src/classes/table.C, src/main/pa_common.C:
14119: ^table::load[; options: !$.column-separator[^#09]
14120: !$.column-encloser["]
14121:
14122: * operators.txt, src/include/pa_config_fixed.h,
14123: src/types/pa_vrequest.C: $request:document-root
14124:
14125: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
14126: [already included into uri=xxx]
14127:
14128: * operators.txt, src/classes/image.C, tests/todo.txt:
14129: ^image.gif[filename] for $response:download
14130:
14131: * src/classes/date.C: minor precaution
14132:
14133: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
14134: !^date.unix-timestamp[]
14135:
14136: 2003-10-30 paf
14137:
14138: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
14139: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
14140:
14141: * src/classes/: date.C, image.C: improvement diagnostics:
14142: $now[^date::create[$undefined]] now is error
14143:
14144: * src/main/pa_common.C: read errors would now be reported 'actually
14145: read -1 bytes'
14146:
14147: 2003-10-24 paf
14148:
14149: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
14150: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
14151: src/main/Makefile.am, src/targets/cgi/Makefile.am,
14152: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
14153:
14154: 2003-10-22 paf
14155:
14156: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
14157:
14158: 2003-10-21 paf
14159:
14160: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
14161: fixed: string.match[g] without <'> option produced columns with
14162: NULL's, which gpf'ed at table.save time
14163:
14164: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
14165: recoursion' message with intensive throw-catches fixed: incorrect
14166: name and line (one name upper then needed) in error message about
14167: problems inside try block
14168:
14169: 2003-10-10 paf
14170:
14171: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
14172: check offset argument for validity did that in String::Body::pos
14173: myself http://i2/tasks/edit/?id=4577425257580789777
14174:
14175: 2003-10-07 paf
14176:
14177: * src/main/: compile.tab.C, compile.y: ^if ( better error:
14178: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
14179:
14180: 2003-10-03 paf
14181:
14182: * parser3.sln, src/include/pa_dictionary.h,
14183: src/main/pa_dictionary.C, src/main/pa_string.C,
14184: src/targets/cgi/parser3.vcproj: dictionary optimized by
14185: precalculating cstr&length
14186:
14187: 2003-10-02 paf
14188:
14189: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14190: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14191: main/pa_stylesheet_manager.C: bugfix: ^throw context were
14192: saved/restored incompletely http://www.parser.ru/forum/?id=21484
14193:
14194: 2003-09-30 paf
14195:
14196: * src/main/pa_string.C: string::replace bug fix [were ignoring
14197: occurrances after lang-mismatched
14198:
14199: 2003-09-29 paf
14200:
14201: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
14202: helper
14203:
14204: * src/main/pa_string.C: string::serialize bug fix with
14205: zero-terminator
14206:
14207: * src/classes/table.C: ^nameless_table.save column row now has no
14208: \t at the end
14209:
14210: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14211: @postprocess now takes $response:body/download
14212:
14213: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
14214: error message
14215:
14216: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
14217:
14218: * src/classes/table.C: bugfix: flip: must produce nameless
14219: http://i2/tasks/edit/?id=4573405524674081244
14220:
14221: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
14222: main/helpers/simple_folding.pl: utf-8 upper/lower
14223:
14224: * src/main/pa_common.C: bugfix: utf signature were not ignored due
14225: to typo error http://i2/tasks/edit/?id=4573354650786434584
14226:
14227: 2003-09-26 paf
14228:
14229: * src/main/untaint.C: removed needless field
14230:
14231: * src/main/untaint.C: removed needless const
14232:
14233: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
14234: String.for_each bug fixed [omited one-char cases]
14235:
14236: * src/include/pa_stack.h: bugfix: before collecting garbage,
14237: runtime-executor stack were cleared... BADLY
14238:
14239: * src/main/pa_string.C: ^stirng.replace code used old
14240: param-convention on langs.append, fixed that search fo the like,
14241: found none
14242:
14243: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
14244: string::serialize/deserialize implemented Language enum assigned
14245: meaningful letters [more convinient for debugging. read warning
14246: before adding/changing anything]
14247:
14248: 2003-09-25 paf
14249:
14250: * src/: include/pa_string.h, include/pa_version.h,
14251: main/pa_string.C, main/untaint.C: templates and anonymous unions
14252: differences on unix
14253:
14254: * parser3.sln, src/classes/file.C, src/classes/image.C,
14255: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
14256: src/classes/xdoc.C, src/classes/xnode.C,
14257: src/include/pa_cache_managers.h, src/include/pa_charset.h,
14258: src/include/pa_charsets.h, src/include/pa_common.h,
14259: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
14260: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
14261: src/include/pa_table.h, src/lib/cord/cordbscs.c,
14262: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
14263: src/lib/cord/include/cord.h, src/main/compile.tab.C,
14264: src/main/compile_tools.h, src/main/pa_charset.C,
14265: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
14266: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14267: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
14268: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
14269: src/types/pa_vmail.C, src/types/pa_vmath.C,
14270: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
14271: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
14272:
14273: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
14274: functions aligned to that of eeparser3 look
14275:
14276: * src/lib/cord/cordprnt.c: removed warnings
14277:
14278: 2003-09-24 paf
14279:
14280: * src/: classes/file.C, classes/image.C, classes/mail.C,
14281: classes/op.C, classes/xdoc.C, classes/xnode.C,
14282: include/pa_cache_managers.h, include/pa_charset.h,
14283: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
14284: include/pa_sql_driver_manager.h, include/pa_string.h,
14285: include/pa_stylesheet_manager.h, include/pa_table.h,
14286: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
14287: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
14288: main/pa_sql_driver_manager.C, main/pa_string.C,
14289: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
14290: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
14291: types/pa_vstateless_class.h, types/pa_vstatus.C,
14292: types/pa_vxnode.C: v() functions of String::Body,
14293: String::Languages and String itself StringBody->String::Body
14294:
14295: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14296: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
14297: never optimized anything. todo: somehow speed up harder cases:
14298: concatenationA+concatenationB when last block of A and first of B
14299: contain same letters
14300:
14301: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14302: lib/cord/include/cord.h: langs: speed up by joining adjucent
14303: blocks of same char [CORD_append_block]
14304:
14305: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14306: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
14307: save space by extending blocks when appending block with c ==
14308: lastblock.c
14309:
14310: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
14311: working yet :( but more working &understood :)
14312:
14313: * src/: classes/table.C, include/pa_string.h,
14314: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
14315:
14316: 2003-09-23 paf
14317:
14318: * src/main/untaint.C: $a[ok!] $a works!
14319:
14320: * src/main/untaint.C: something even more works :)
14321:
14322: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14323: something more works :)
14324:
14325: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14326: lib/cord/cordxtra.c: something already works :)
14327:
14328: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
14329: serialize&deserialize
14330:
14331: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
14332: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
14333: main/untaint.C: main idea implemented, details left
14334:
14335: 2003-09-22 paf
14336:
14337: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
14338:
14339: * src/classes/xnode.C: copy/paste comment bugfix
14340:
14341: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
14342: allocator returns 0, just die.
14343: http://i2/tasks/edit/?id=4570798492410259445
14344:
14345: * src/classes/xdoc.C: copy/paste comment bugfix
14346:
14347: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
14348: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
14349: xnode: getAttributeNS setAttributeNS removeAttributeNS
14350: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
14351:
14352: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
14353: chars due to bitwise operation signed-char error]
14354:
14355: 2003-09-19 paf
14356:
14357: * src/types/pa_wcontext.C: output message: more practical
14358: suggestion
14359:
14360: * src/main/pa_common.C, operators.txt: merged
14361: $f[^file::load[binary;http://...]] $f.tables
14362:
14363: 2003-09-02 paf
14364:
14365: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
14366: flush stdout without referencing 'stdout' symbol. to hell with
14367: non-ansi libraries without 'stdout' symbol
14368:
14369: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
14370: unix (users reported problems with some old libc)
14371:
14372: * src/types/pa_vdate.h: forgot initializer
14373:
14374: 2003-09-01 paf
14375:
14376: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
14377: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
14378: zone]
14379:
14380: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
14381:
14382: 2003-08-19 paf
14383:
14384: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
14385: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
14386: simplified a little
14387:
14388: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
14389: [lost fix from 3.0.8]
14390:
14391: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
14392: visible here }
14393:
14394: bug fix
14395:
14396: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
14397:
14398: * src/main/compile.tab.C: initialized couple of variables about
14399: which user reported runtime problems when parser were compiled
14400: with VC7, warning level4. study shows that later in bison
14401: they've fixed that. would migrate to latest bison someday
14402:
14403: * src/types/pa_vmail.C: turned off recoding in gmime (were still
14404: recoding headers)
14405:
14406: * src/types/pa_vmail.C: works as before, same charset problems:
14407: gmime recodes to UTF-8 only headers, not body. so not recoding
14408: anything for now
14409:
14410: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
14411: problems with body
14412:
14413: * src/types/pa_vmail.C: mail_receive just compiled
14414:
14415: 2003-08-18 paf
14416:
14417: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14418: main/main.vcproj, types/types.vcproj: win32: continued process
14419: detaching from \parser3project directory
14420:
14421: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
14422: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
14423: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
14424: src/lib/pcre/pcre_dftables.dsp,
14425: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
14426: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14427: src/types/types.dsp: moved to MSVC 7
14428:
14429: * gnu.vcproj.vspscc, parser3.vssscc,
14430: src/classes/classes.vcproj.vspscc,
14431: src/lib/cord/cord.vcproj.vspscc,
14432: src/lib/ltdl/libltdl.vcproj.vspscc,
14433: src/lib/md5/md5.vcproj.vspscc,
14434: src/lib/pcre/pcre_dftables.vcproj.vspscc,
14435: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
14436: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
14437: src/targets/isapi/parser3isapi.vcproj.vspscc,
14438: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
14439: moved to MSVC 7
14440:
14441: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
14442: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
14443: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
14444: src/lib/pcre/pcre_dftables.vcproj,
14445: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
14446: src/targets/cgi/parser3.vcproj,
14447: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14448: new VS project files
14449:
14450: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
14451: .NET to detect Jalindi Igloo capabilities.
14452:
14453: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 14454: src/classes/classes.awk, src/doc/footer.htm,
14455: src/include/pa_config_fixed.h, src/include/pa_version.h,
14456: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 14457: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
14458: src/types/pa_vmail.C: merged 3.1.0 latest changes
14459:
14460: 2003-08-15 paf
14461:
14462: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14463: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
14464:
14465: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14466: non-ascii <yyy> now encoded correctly
14467:
14468: 2003-07-29 paf
14469:
1.116 moko 14470: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
14471: dist
1.95 moko 14472:
14473: * src/types/pa_vmail.C: just started --with-mail-receive
14474:
14475: 2003-07-28 paf
14476:
1.116 moko 14477: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
14478: dependence in src/classes, src/lib/gc now in dist
1.95 moko 14479:
14480: * src/main/pa_string.C: ^cache bug fix [were not working at all]
14481:
14482: 2003-07-25 paf
14483:
14484: * src/doc/footer.htm: year
14485:
14486: 2003-07-24 paf
14487:
14488: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
14489: fix
14490:
14491: * src/include/pa_version.h: release
14492:
1.116 moko 14493: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 14494:
14495: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
14496: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
14497: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
14498: getting rid of win32xml pseudo project
14499:
14500: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
14501:
1.116 moko 14502: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
14503: configure.in, operators.txt, parser3.dsw,
1.95 moko 14504: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 14505: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 14506: src/classes/classes.C, src/classes/classes.awk,
14507: src/classes/classes.dsp, src/classes/classes.h,
14508: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14509: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14510: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14511: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14512: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14513: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14514: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
14515: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 14516: src/include/pa_array.h, src/include/pa_cache_managers.h,
14517: src/include/pa_charset.h, src/include/pa_charsets.h,
14518: src/include/pa_common.h, src/include/pa_config_auto.h.in,
14519: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
14520: src/include/pa_dictionary.h, src/include/pa_dir.h,
14521: src/include/pa_exception.h, src/include/pa_exec.h,
14522: src/include/pa_globals.h, src/include/pa_hash.h,
14523: src/include/pa_memory.h, src/include/pa_opcode.h,
14524: src/include/pa_operation.h, src/include/pa_pool.h,
14525: src/include/pa_pragma_pack_begin.h,
1.95 moko 14526: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
14527: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
14528: src/include/pa_sapi.h, src/include/pa_socks.h,
14529: src/include/pa_sql_connection.h,
14530: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
14531: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
14532: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14533: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 14534: src/include/pa_uue.h, src/lib/Makefile.am,
14535: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
14536: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
14537: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
14538: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 14539: src/lib/cord/include/ec.h,
14540: src/lib/cord/include/private/Makefile.am,
14541: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 14542: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
14543: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 14544: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 14545: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
14546: src/main/compile_tools.C, src/main/compile_tools.h,
14547: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
14548: src/main/pa_cache_managers.C, src/main/pa_charset.C,
14549: src/main/pa_charsets.C, src/main/pa_common.C,
14550: src/main/pa_dictionary.C, src/main/pa_dir.C,
14551: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 14552: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
14553: src/main/pa_request.C, src/main/pa_socks.C,
14554: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14555: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 14556: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
14557: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
14558: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
14559: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
14560: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14561: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
14562: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 14563: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
14564: src/targets/isapi/parser3isapi.dsp,
14565: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 14566: src/types/pa_junction.h, src/types/pa_method.h,
14567: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 14568: src/types/pa_vclass.C, src/types/pa_vclass.h,
14569: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14570: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14571: src/types/pa_vdouble.h, src/types/pa_venv.h,
14572: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14573: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14574: src/types/pa_vimage.C, src/types/pa_vimage.h,
14575: src/types/pa_vint.h, src/types/pa_vjunction.h,
14576: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
14577: src/types/pa_vmath.h, src/types/pa_vmemory.h,
14578: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14579: src/types/pa_vobject.C, src/types/pa_vobject.h,
14580: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14581: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14582: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14583: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14584: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14585: src/types/pa_vstring.h, src/types/pa_vtable.C,
14586: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14587: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14588: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14589: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14590: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
14591: HEAD
14592:
14593: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
14594: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
14595: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
14596: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
14597: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
14598: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
14599: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
14600: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
14601: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
14602: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
14603: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
14604: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
14605: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
14606: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
14607: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
14608: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
14609: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
14610: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
14611: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
14612: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
14613: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14614: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
14615: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
14616: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
14617: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
14618: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
14619: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
14620: outputs/create-dir, results/001.processed, results/002.processed,
14621: results/003.processed, results/004.processed,
14622: results/005.processed, results/006.processed,
14623: results/007.processed, results/008.processed,
14624: results/009.processed, results/010.processed,
14625: results/011.processed, results/012.processed,
14626: results/013.processed, results/014.processed,
14627: results/015.processed, results/016.processed,
14628: results/017.processed, results/018.processed,
14629: results/019.processed, results/020.processed,
14630: results/021.processed, results/022.processed,
14631: results/023.processed, results/024.processed,
14632: results/025.processed, results/026.processed,
14633: results/027.processed, results/028.processed,
14634: results/029.processed, results/030.processed,
14635: results/031.processed, results/032.processed,
14636: results/033.processed, results/034.processed,
14637: results/035.processed, results/036.processed,
14638: results/037.processed, results/038.processed,
14639: results/039.processed, results/040.processed,
14640: results/041.processed, results/042.processed,
14641: results/043.processed, results/044.processed,
14642: results/045.processed, results/046.processed,
14643: results/047.processed, results/048.processed,
14644: results/049.processed, results/050.processed,
14645: results/051.processed, results/052.processed,
14646: results/053.processed, results/054.processed,
14647: results/055.processed, results/056.processed,
14648: results/057.processed, results/058.processed,
14649: results/059.processed, results/060.processed,
14650: results/061.processed, results/062.processed,
14651: results/063.processed, results/064.processed,
14652: results/065.processed, results/066.processed,
14653: results/067.processed, results/068.processed,
14654: results/069.processed, results/070.processed,
14655: results/071.processed, results/072.processed,
14656: results/073.processed, results/074.processed,
14657: results/075.processed, results/076.processed,
14658: results/077.processed, results/078.processed,
14659: results/079.processed, results/080.processed,
14660: results/081.processed, results/082.processed,
14661: results/083.processed, results/084.processed,
14662: results/085.processed, results/086.processed,
14663: results/087.processed, results/088.processed,
14664: results/089.processed, results/090.processed,
14665: results/091.processed, results/092.processed,
14666: results/093.processed, results/094.processed,
14667: results/095.processed, results/096.processed,
14668: results/097.processed, results/098.processed,
14669: results/099.processed, results/100.processed,
14670: results/101.processed, results/102.processed,
14671: results/103.processed, results/104.processed,
14672: results/105.processed, results/106.processed,
14673: results/107.processed, results/108.processed,
14674: results/109.processed, results/110.processed,
14675: results/111.processed, results/112.processed,
14676: results/113.processed, results/114.processed,
14677: results/115.processed, results/116.processed,
14678: results/117.processed, results/118.processed,
14679: results/119.processed, results/120.processed,
14680: results/121.processed, results/122.processed,
14681: results/123.processed, results/124.processed,
14682: results/125.processed, results/126.processed,
14683: results/127.processed, results/128.processed,
14684: results/129.processed, results/130.processed,
14685: results/131.processed, results/132.processed,
14686: results/133.processed, results/134.processed,
14687: results/135.processed, results/136.processed,
14688: results/137.processed, results/138.processed,
14689: results/139.processed, results/140.processed,
14690: results/141.processed: merged(copied) to HEAD from template_gc
14691:
14692: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
14693: towards \parser3project not having to be in root
14694:
14695: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
14696: module compiled [were minor unnecessary changes in lib/md5
14697: interface]
14698:
14699: * src/include/pa_version.h: release
14700:
14701: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
14702:
14703: * src/classes/math.C: merged uuid bugfix
14704:
14705: * tests/: 141.html, results/141.processed: fixed bug with
14706: too-small-a-buffer
14707:
14708: * src/classes/math.C: uuid bugfix
14709:
14710: * tests/: 141.html, Makefile, results/005.processed,
14711: results/030.processed, results/075.processed,
14712: results/078.processed: to reflect date format change (were -
14713: become ' ')
14714:
14715: * src/classes/math.C: uuid bugfix
14716:
14717: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
14718: debug/release changes
14719:
14720: * src/lib/md5/pa_md5c.c: PA_ -> pa_
14721:
14722: 2003-07-23 paf
14723:
14724: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14725: renamed a little [to move to comman naming conv]
14726:
1.116 moko 14727: * src/targets/Makefile.am: apache13 splitted to simplify apache
14728: build
1.95 moko 14729:
14730: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
14731: main/pa_request.C, main/pa_sql_driver_manager.C,
14732: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
14733: stack top_index() fixed
14734:
14735: * src/main/pa_globals.C: minor style changes
14736:
14737: * src/: classes/op.C, include/pa_sql_connection.h: connection
14738: closing/caching fixed [connections were not closed/put to cache]
14739:
14740: 2003-07-22 paf
14741:
14742: * INSTALL: gc part updated stightly
14743:
14744: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
14745: new sapi interface
14746:
14747: * src/classes/file.C: comment on OS
14748:
14749: * src/main/pa_string.C: removed reduntant invariant check [there is
14750: one deeper in cord lib]
14751:
14752: * src/main/pa_exec.C: on win32 bugfix in handling shbang
14753:
14754: * src/main/pa_memory.C: out of memory is no longer coredump
14755:
14756: * INSTALL: disable-threads adviced
14757:
14758: 2003-07-21 paf
14759:
1.116 moko 14760: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 14761:
14762: * src/classes/file.C: file::exec/cgi environment variables now must
14763: be UPPERCASE and A-Z 0-9 _-
14764:
14765: * src/classes/file.C: env passing fixed
14766:
14767: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
14768:
14769: * src/main/pa_common.C: http:// CRLF now
14770:
14771: 2003-07-02 paf
14772:
14773: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
14774: fields to reflect their real meaning
14775:
14776: 2003-06-27 paf
14777:
14778: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
14779: include/pa_hash.h, main/pa_charset.C: merged from HEAD
14780: file::exec/cgi .charset
14781:
14782: 2003-06-26 paf
14783:
14784: * ChangeLog, src/classes/file.C, src/classes/hash.C,
14785: src/classes/image.C, src/classes/op.C, src/classes/string.C,
14786: src/classes/table.C: fixed several uninitialized local
14787: structures. notably ^hash.foreach now inserts delimiters
14788: properly [were inserting it before first body]
14789:
14790: 2003-06-24 paf
14791:
14792: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14793:
14794: 2003-06-20 paf
14795:
14796: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14797: src/main/pa_globals.C: introducing
14798: $f[^file::load[binary;http://...]] $f.tables
14799:
14800: 2003-06-06 paf
14801:
14802: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14803: table. [were method lookup: inconsistent]
14804:
14805: 2003-06-02 paf
14806:
14807: * src/include/pa_memory.h: empty string clone fixed to return
14808: writable memory
14809:
14810: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14811: were not appended] which violated string invariant
14812:
14813: 2003-05-30 paf
14814:
14815: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14816: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14817:
14818: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14819: GMT ; RFC 822, updated by RFC 1123
14820:
14821: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14822: targets/isapi/parser3isapi.C: initialized request_info properly
14823:
14824: * src/classes/xnode.C: found minor bug, commended for future
14825:
14826: 2003-05-28 paf
14827:
14828: * src/classes/form.C: request_info.content_length can't be <0,
14829: size_t for some time
14830:
14831: 2003-05-26 paf
14832:
14833: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14834: forgotten <0 changed to !=STRING_NOT_FOUND
14835:
14836: * src/classes/math.C: merged ffffu from HEAD
14837:
14838: 2003-05-11 paf
14839:
14840: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
14841:
14842: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
14843: premature doc free. transformed document had xmlDoc reference
14844: stored to non-gc-memory (libgdome) added holding-reference
14845:
14846: 2003-04-29 paf
14847:
14848: * src/main/pa_globals.C: started digging on double free. on win32
14849: found that that's perfectly normal.
14850:
14851: 2003-04-25 paf
14852:
14853: * src/classes/table.C: table.join bug fix [bad limit check]
14854:
14855: * src/classes/math.C: merged from HEAD: simpiler hash_string
14856:
14857: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
14858: print anything. changed to quicker and simplier code
14859:
14860: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
14861: strict a check]
14862:
14863: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
14864:
14865: 2003-04-24 paf
14866:
14867: * src/include/pa_table.h: too strict assert loosened
14868:
14869: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
14870: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
14871: report
14872:
14873: 2003-04-21 paf
14874:
1.116 moko 14875: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 14876:
14877: * src/main/pa_globals.C: pcre memory management changed to use GC
14878: memory
14879:
14880: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
14881: xmlMallocAtomic [author agreed to my suggestion], used that
14882:
14883: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
14884:
14885: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
14886: types/pa_vmail.C: attributed_meaning_to_string added
14887: L_UNSPECIFIED piece which was sortof OK, but violated string
14888: invariant [assertion barked on that] changed to L_PASS_APPEND,
14889: made that param obligatory
14890:
14891: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
14892: fixed [assert helped]
14893:
14894: * src/include/pa_string.h: assert added [looking for bug]
14895:
14896: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
14897: names on Win32 considered disk-global
14898:
14899: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
14900: considered disk-global
14901:
14902: 2003-04-18 paf
14903:
14904: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
14905: filenames
14906:
14907: * src/main/untaint.C: enabled '~' letter in filenames
14908:
14909: 2003-04-16 paf
14910:
14911: * src/classes/file.C: small bug introduced in autoptr times fixed
14912:
14913: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
14914: HEAD
14915:
1.116 moko 14916: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 14917:
14918: 2003-04-15 paf
14919:
14920: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14921: src/lib/md5/pa_md5c.c, tests/141.html,
14922: tests/results/141.processed: merged from head ^math:uuid[]
14923: ^math:uid64[] ^math:md5[string]
14924:
14925: test added: 141.html
14926:
14927: * operators.txt, src/classes/math.C: ^math:uid64[]
14928:
14929: * src/classes/math.C: ^math:uuid[]
14930:
14931: * operators.txt, src/classes/math.C: ^math:uuid[]
14932:
14933: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
14934: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
14935:
14936: * operators.txt, src/classes/file.C, src/include/pa_common.h,
14937: src/include/pa_config_fixed.h, src/main/pa_common.C:
14938: ^file::load[mode;name; $.offset $.limit
14939:
14940: 2003-04-14 paf
14941:
14942: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14943: started ^math:md5
14944:
14945: * src/classes/table.C, src/include/pa_array.h,
14946: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
14947: tests/results/140.processed: table $.reverse option works in
14948: create&co table $.distinct[tables] bug fix merged
14949:
14950: * src/: classes/table.C, include/pa_table.h: table
14951: $.distinct[tables] bug fixed
14952:
14953: * src/classes/table.C: more warnings
14954:
14955: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
14956: removed checks in table::set_current, moved them back to
14957: table::locate implemented table::create/join ñ $.reverse
14958:
14959: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
14960: removed checks in table::set_current, moved them back to
14961: table::locate
14962:
14963: 2003-04-11 paf
14964:
14965: * operators.txt, src/classes/date.C, src/classes/table.C,
14966: src/include/pa_array.h, src/include/pa_common.h,
14967: src/include/pa_config_includes.h, src/include/pa_string.h,
14968: src/include/pa_table.h, src/main/pa_request.C,
14969: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14970: src/main/pa_table.C: merged from HEAD from
14971: before_append_array_limit_sense_change to
14972: after_append_array_limit_sense_change
14973:
14974: * src/classes/table.C: typo
14975:
14976: * operators.txt, src/classes/date.C, src/classes/table.C,
14977: src/include/pa_array.h, src/include/pa_common.h,
14978: src/include/pa_config_includes.h, src/include/pa_globals.h,
14979: src/include/pa_table.h, src/main/pa_array.C,
14980: src/main/pa_globals.C, src/main/pa_request.C,
14981: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14982: src/main/pa_table.C: append_array_limit_sense_change locate
14983: accepts options same as create new option: $.reverse(1) [do not
14984: work in table::create]
14985:
14986: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
14987: (stat xxx,
14988:
14989: * src/classes/: table.C: typo
14990:
14991: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
14992: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
14993: results/130.processed, results/131.processed,
14994: results/132.processed, results/133.processed,
14995: results/134.processed, results/135.processed,
14996: results/136.processed, results/137.processed,
14997: results/138.processed, results/139.processed: added few mustfail
14998: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
14999: date/time 132.html mustfail: access to junction outside of
15000: context 133.html mustfail: access to junction outside of context,
15001: case version 134.html mustfail: hash: adding a key inside of
15002: foreach 135.html mustfail: modifying system class 136.html
15003: mustfail: $.name outside of $hash[here] 137.html mustfail:
15004: appendChild without import 138.html mustfail: invalid encoding
15005: inside of xml 139.html mustfail: bad XPath
15006:
15007: * operators.txt, src/classes/table.C, tests/084.html,
15008: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
15009: tests/129.html, tests/results/125.processed,
15010: tests/results/126.processed, tests/results/127.processed,
15011: tests/results/128.processed, tests/results/129.processed: merged
15012: from HEAD ^table.hash[key][$.distinct[tables]]
15013:
15014: maked appropriate tests [changed one old nonconforming]
15015:
15016: * operators.txt, src/classes/table.C:
15017: ^table.hash[key][$.distinct[tables]]
15018:
15019: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15020: merged fix for found very old xml (dom) bug: were passing
15021: domString objects and later ERROREOUSLY freed them
15022:
15023: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
15024: src/main/pa_charset.C: re-added libgdome patch. regretfully
15025: libgdome bug can not be worked around
15026:
15027: 2003-04-10 paf
15028:
15029: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15030: found very old xml (dom) bug: were passing domString objects and
15031: later ERROREOUSLY freed them
15032:
15033: * src/doc/string.dox, src/include/pa_memory.h,
15034: src/include/pa_string.h, src/lib/cord/cordbscs.c,
15035: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
15036: tests/123.html, tests/124.html, tests/results/001.processed,
15037: tests/results/002.processed, tests/results/003.processed,
15038: tests/results/004.processed, tests/results/005.processed,
15039: tests/results/006.processed, tests/results/008.processed,
15040: tests/results/009.processed, tests/results/010.processed,
15041: tests/results/011.processed, tests/results/012.processed,
15042: tests/results/013.processed, tests/results/014.processed,
15043: tests/results/015.processed, tests/results/016.processed,
15044: tests/results/017.processed, tests/results/018.processed,
15045: tests/results/020.processed, tests/results/021.processed,
15046: tests/results/022.processed, tests/results/023.processed,
15047: tests/results/024.processed, tests/results/025.processed,
15048: tests/results/026.processed, tests/results/027.processed,
15049: tests/results/028.processed, tests/results/029.processed,
15050: tests/results/030.processed, tests/results/031.processed,
15051: tests/results/032.processed, tests/results/033.processed,
15052: tests/results/034.processed, tests/results/035.processed,
15053: tests/results/036.processed, tests/results/037.processed,
15054: tests/results/038.processed, tests/results/039.processed,
15055: tests/results/040.processed, tests/results/041.processed,
15056: tests/results/042.processed, tests/results/043.processed,
15057: tests/results/044.processed, tests/results/045.processed,
15058: tests/results/046.processed, tests/results/047.processed,
15059: tests/results/048.processed, tests/results/049.processed,
15060: tests/results/050.processed, tests/results/051.processed,
15061: tests/results/052.processed, tests/results/053.processed,
15062: tests/results/054.processed, tests/results/055.processed,
15063: tests/results/056.processed, tests/results/057.processed,
15064: tests/results/058.processed, tests/results/059.processed,
15065: tests/results/060.processed, tests/results/061.processed,
15066: tests/results/062.processed, tests/results/063.processed,
15067: tests/results/064.processed, tests/results/065.processed,
15068: tests/results/066.processed, tests/results/067.processed,
15069: tests/results/068.processed, tests/results/069.processed,
15070: tests/results/070.processed, tests/results/071.processed,
15071: tests/results/072.processed, tests/results/073.processed,
15072: tests/results/074.processed, tests/results/075.processed,
15073: tests/results/076.processed, tests/results/077.processed,
15074: tests/results/078.processed, tests/results/079.processed,
15075: tests/results/080.processed, tests/results/081.processed,
15076: tests/results/082.processed, tests/results/083.processed,
15077: tests/results/084.processed, tests/results/085.processed,
15078: tests/results/086.processed, tests/results/087.processed,
15079: tests/results/088.processed, tests/results/089.processed,
15080: tests/results/090.processed, tests/results/091.processed,
15081: tests/results/092.processed, tests/results/093.processed,
15082: tests/results/094.processed, tests/results/095.processed,
15083: tests/results/096.processed, tests/results/097.processed,
15084: tests/results/101.processed, tests/results/102.processed,
15085: tests/results/104.processed, tests/results/105.processed,
15086: tests/results/106.processed, tests/results/107.processed,
15087: tests/results/108.processed, tests/results/109.processed,
15088: tests/results/110.processed, tests/results/111.processed,
15089: tests/results/112.processed, tests/results/113.processed,
15090: tests/results/114.processed, tests/results/115.processed,
15091: tests/results/116.processed, tests/results/117.processed,
15092: tests/results/118.processed, tests/results/119.processed,
15093: tests/results/120.processed, tests/results/121.processed,
15094: tests/results/122.processed, tests/results/123.processed,
15095: tests/results/124.processed: new convention: char* never 0.
15096: assert in cord on that
15097:
15098: * src/main/pa_charset.C: couple more asserts
15099:
15100: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
15101: speedup
15102:
15103: * src/main/pa_charset.C: couple assertions on fantastic situations
15104: added [may be those is the case now?]
15105:
15106: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15107: that's memory from gc_malloc, not from g_malloc :(, but would
15108: hope]
15109:
15110: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15111: that's memory from gc_malloc, not from g_malloc :(, but would
15112: hope]
15113:
15114: * src/main/pa_charset.C: checked custom malloc for returning 0
15115:
15116: 2003-04-09 paf
15117:
15118: * src/classes/date.C: merged ^date.roll changes
15119:
15120: * src/classes/date.C: ^date.roll bug fix
15121:
15122: * src/classes/date.C: ^date.roll now throws less errors: month
15123: shifts handles end of month situation by reducing day number
15124: hour-hole shift reduces hour to recover
15125:
15126: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
15127: Sort by function time
15128:
15129: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
15130: http:// $.charset[] param done
15131:
15132: * tests/: 122.html, results/122.processed: 122 date test <= and ==
15133: added [after volatile fix. passes on win&intel-solaris]
15134:
15135: 2003-04-08 paf
15136:
15137: * src/: classes/file.C, classes/op.C, classes/table.C,
15138: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
15139: include/pa_common.h, include/pa_request_charsets.h,
15140: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15141: main/pa_exec.C, main/pa_request.C, main/untaint.C,
15142: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
15143: types/pa_vresponse.C: started http:// $.charset[] param and
15144: http response charset detection just compiled. todo:test
15145:
15146: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
15147:
15148: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
15149: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
15150: types/pa_vmail.C: changed transcode param converntion along with
15151: string creating convention -- all strings are zero-terminated,
15152: this allowed to fix one remaining String("123", 2) case
15153:
15154: * src/: classes/date.C, classes/file.C, classes/hash.C,
15155: classes/op.C, classes/string.C, classes/table.C,
15156: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
15157: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
15158: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15159: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
15160: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
15161: violated String::invariant. started fixing [not compiled now]
15162:
15163: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
15164: main/compile.tab.C, main/compile.y, main/pa_string.C,
15165: main/untaint.C, targets/cgi/parser3.C: number of string style
15166: improvements & optimizations
15167:
15168: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
15169: :(]
15170:
15171: * src/main/untaint.C: removed redundant & in CORD_pos param passing
15172: [for it's a pointer really]
15173:
15174: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
15175: 'n' param. worked that around
15176:
15177: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
15178: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
15179: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
15180: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
15181: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
15182:
15183: Thanks for the bug report and patch.
15184:
15185: I hadn't looked at this code in a while. Reading it now, it
15186: seems to me that the tests should also be ">= MAX_DEPTH" to
15187: comply with the invariant, though that may not matter a lot. I
15188: changed that, too.
15189:
15190: Hans
15191:
15192: 2003-04-07 paf
15193:
15194: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
15195: merged from head:safe mode error message now includes numbers
15196:
15197: * src/main/execute.C: n-th attempt to make a=a work with double.
15198: problem: as_double returns it's result in fp-register compiler
15199: optimizes access to that register after b->as_double, and just
15200: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
15201: from memory. _SAME_ double values do not match here. when
15202: forced to REload fp-register, values do match.
15203:
15204: tried to make them volatile.
15205:
15206: * src/main/execute.C: n-th attempt to make a=a work with double.
15207: problem: as_double returns it's result in fp-register compiler
15208: optimizes access to that register after b->as_double, and just
15209: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
15210: from memory. _SAME_ double values do not match here. when
15211: forced to REload fp-register, values do match.
15212:
15213: tried to make them volatile.
15214:
15215: * src/types/pa_vobject.h: small style change
15216:
15217: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
15218:
15219: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
15220: mode error message now includes numbers
15221:
15222: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
15223: now causes death
15224:
15225: 2003-04-04 paf
15226:
15227: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
15228: incorportated pa_exec patch by From: "Victor Fedoseev"
15229: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
15230: Sent: Thursday, January 23, 2003 9:14 AM
15231:
15232: huge speedup on ^file::cgi with big result
15233:
15234: * src/classes/table.C: sort table with 0 rows bug fixed
15235:
15236: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
15237: fix http://i2/tasks/edit/?id=4493701604654042676
15238:
15239: @main[] $with_default[ $.a[1] $._default[default from
15240: with_default] ] ^show[$with_default]
15241:
15242: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
15243: =$to_add_to.xxx=<br>
15244:
15245: ^show[$to_add_to]
15246:
15247: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
15248: ^show[$cloned]
15249:
15250: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
15251:
15252: } <hr>
15253:
15254: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
15255: http://i2/tasks/edit/?id=4493701604654042676
15256:
15257: @main[] $with_default[ $.a[1] $._default[default from
15258: with_default] ] ^show[$with_default]
15259:
15260: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
15261: =$to_add_to.xxx=<br>
15262:
15263: ^show[$to_add_to]
15264:
15265: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
15266: ^show[$cloned]
15267:
15268: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
15269:
15270: } <hr>
15271:
15272: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
15273: http://i2/tasks/edit/?id=4507350336410850921
15274:
15275: * src/classes/xdoc.C: memory allocation func bugfix
15276: http://i2/tasks/edit/?id=4499303470368629745
15277:
15278: * src/classes/math.C: allowed random 1...
15279:
15280: * src/classes/math.C: allowed random 0..
15281:
15282: * src/main/pa_globals.C: exif mem leak
15283: http://i2/tasks/edit/?id=4480590323629807263
15284:
15285: * src/: classes/classes.dsp, main/main.dsp,
15286: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
15287: fix http://i2/tasks/edit/?id=4493946731322521294
15288: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
15289:
15290: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15291: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
15292: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
15293: links to xml libs made relative, no need to unpack parser3project
15294: to /parser3project.
15295:
15296: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
15297: column more precise - tab handling bug fixed
15298:
15299: * src/main/: compile.tab.C, compile.y: more understandable error
15300: message in case @CLASS with more then one line inside
15301:
15302: * src/targets/cgi/parser3.C: more understandable error message in
15303: case of errors in @unhandled_exception
15304:
15305: 2003-04-03 paf
15306:
15307: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
15308: src/main/compile.tab.C, src/main/compile.y,
15309: src/main/compile_tools.C, src/main/compile_tools.h,
15310: src/main/execute.C, src/main/pa_request.C: debug info format
15311: simplified, now it's: OP_VALUE Operation::Origin << here value*
15312:
15313: higher limits: file number (max: 255) line number (max:
15314: 64535) column number (max: 255)
15315:
15316: * src/classes/math.C: top limit
15317:
15318: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
15319: precise parse error position in case of
15320:
15321: ^bug ]
15322:
15323: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
15324: changed to realities, and passed [bug fixed]
15325:
15326: * src/: classes/op.C, include/pa_request.h, main/compile.C,
15327: main/compile.tab.C, main/compile.y, main/compile_tools.C,
15328: main/compile_tools.h, main/pa_request.C: introducing
15329: ^process...[main-method-alias]
15330:
15331: * src/: classes/date.C, classes/image.C, classes/op.C,
15332: classes/string.C, classes/table.C, classes/xdoc.C,
15333: types/pa_vmethod_frame.h: MethodParams& now [methods without
15334: params receive zero reference, but they are expected not to look
15335: there]
15336:
15337: * operators.txt, src/classes/date.C, src/classes/double.C,
15338: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
15339: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15340: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15341: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15342: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15343: src/main/execute.C, src/types/pa_method.h: MethodParams& now
15344: [methods without params receive zero reference, but they are
15345: expected not to look there]
15346:
15347: * operators.txt, src/classes/op.C, src/include/pa_request.h,
15348: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
15349: ^process...[filename] useful for better error reporting
15350: [file/line/col]
15351:
15352: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15353: types/pa_vstring.h: slightly improved error messages text: 1. is
15354: '%s', it 2. method undefined in case of ^void[]
15355:
15356: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15357: include/pa_types.h, main/execute.C, main/pa_request.C: exception
15358: handling done. now we have error columns todo: test it
15359:
15360: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
15361: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
15362:
15363: this makes life easier: were: bad stack order -- were in
15364: exception catch unwind order, which didn't match execution order
15365:
15366: @main[] ^try{ ^first[] }{ ^throw[c;3] }
15367:
15368: @first[] ^throw[a;1]
15369:
15370: showed throw a first throw b try
15371:
15372: which is no good
15373:
15374: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15375: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
15376: trace reset after handled exception [old bug fixed]
15377:
15378: * src/main/: compile.tab.C, compile.y: parse position old bug
15379: fixed. position reporting made precise [both, in parse erros and
15380: runtime errors]
15381:
15382: 2003-04-02 paf
15383:
15384: * src/: include/pa_operation.h, include/pa_request.h,
15385: main/compile.C, main/compile.tab.C, main/compile.y,
15386: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15387: main/pa_exception.C, main/pa_request.C: debug info: started
15388: using. todo:complete
15389:
15390: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
15391: main/compile.C, main/compile.tab.C, main/compile.y,
15392: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15393: main/pa_request.C: prepared debug info todo:use it
15394:
15395: * src/include/pa_operation.h: strange mistake fixed: forgot to
15396: return Operation class->union after switching from autoptrs.
15397:
15398: * tests/: Makefile, results/108.processed, results/117.processed:
15399: meta considered OK [it's up to coder now to remove it not needed]
15400:
15401: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
15402: Dictionary constructor when moved to gc]
15403:
15404: * src/main/pa_common.C: uncommented http:// file loading
15405:
15406: * src/include/pa_array.h, src/main/execute.C,
15407: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
15408: fix [gdGrowingBuf]
15409:
15410: * configure.in, src/lib/Makefile.am: removed patches
15411:
15412: * configure, src/include/pa_config_auto.h.in,
15413: src/main/pa_charset.C: --enable-assertions autoconf-ed
15414:
15415: * src/main/pa_common.C: uncommented http:// file loading
15416:
15417: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
15418: xdoc::create/load
15419:
15420: * src/: classes/form.C, classes/hash.C, classes/image.C,
15421: classes/string.C, classes/table.C, classes/void.C,
15422: include/pa_common.h, main/pa_common.C, main/pa_request.C,
15423: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
15424: String::String(str,helper_length) are checked. found/fixed one
15425: place: $request:body now zero-terminated,
15426:
15427: * src/: classes/op.C, classes/table.C, include/pa_request.h,
15428: main/compile_tools.C, main/execute.C, types/pa_value.h,
15429: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
15430: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15431: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15432: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
15433: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15434: types/pa_vxnode.h: more locally scoped vars in execute (more
15435: easily optimizable)
15436:
15437: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
15438: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
15439:
15440: * src/: include/pa_array.h, include/pa_stack.h,
15441: include/pa_string.h, main/compile_tools.C, main/main.dsp,
15442: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
15443: become assertion iterator in methodframe filler
15444:
15445: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
15446: targets/cgi/parser3.C: array::get/put inlined
15447:
15448: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
15449: gc_substitute_memory_management_functions +installed CORD_oom
15450: function
15451:
15452: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
15453: src/include/pa_config_includes.h, src/include/pa_string.h,
15454: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
15455: src/targets/cgi/parser3.C: converted debug hacks to ANSI
15456: assertions started configure.in --enable-assertions
15457:
15458: 2003-04-01 paf
15459:
15460: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
15461: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
15462: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
15463: gdome uses glib memory, and stores last pointer to xmlDoc there,
15464: gc misses that and collects valid memory fixed by remembering
15465: xmlDoc from dom object in xdoc. todo: do something with
15466: premature free of xdoc with xnodes/node values referring into it
15467:
15468: * src/classes/: mail.C: typo fix
15469:
15470: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
15471: changes
15472:
15473: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
15474: main/pa_memory.C: moved memory debugging to global level: to
15475: pa_gc_malloc
15476:
15477: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
15478: debugging showed no errors. todo: debug parser memory
15479:
15480: * src/targets/cgi/: parser3.C, parser3.dsp: more build
15481: configurations
15482:
15483: * src/: classes/classes.dsp, include/pa_config_fixed.h,
15484: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
15485: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15486: types/types.dsp: prepared xml-static configuration
15487:
15488: 2003-03-31 paf
15489:
15490: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
15491: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
15492: xml lib memory debugging, simple checks failed: it seems that
15493: library does realloc(bad ptr), and recording those ptrs in heap
15494: [for debugging] was bad: heap situation changes = everything
15495: works fine
15496:
15497: * src/: main/pa_charset.C, include/pa_charset.h: worked around
15498: xmlRegisterCharEncodingHandler limitation [currently imposed
15499: limit of 10 user-defined charsets]
15500:
15501: 2003-03-28 paf
15502:
15503: * src/main/execute.C: execution stack copied to local register
15504: variable, removed lots [~2e7) of memory accesses
15505:
15506: 2003-03-27 paf
15507:
15508: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
15509: works in debug, but fails in release todo: fix that
15510:
15511: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
15512: targets/cgi/parser3.C: forgot to merge XML memory funcs
15513: replacement from gc branch
15514:
15515: * src/main/pa_exec.C: introducing append_help_length [radical
15516: improvement here]
15517:
15518: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
15519: 'not recommened' in gc.h, on win32 noticed no difference]
15520:
15521: * src/include/pa_array.h: returned checked array get [were disabled
15522: for debugging] result:not slower [don't understand that, it were
15523: INLINED] todo: find out a way of inlining it!
15524:
15525: * src/: include/pa_string.h, lib/gc/include/gc.h,
15526: lib/gc/include/gc_fake.h, main/compile.tab.C,
15527: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
15528: convention changed: all resulting strings are zero-terminated
15529:
15530: * src/: classes/date.C, classes/file.C, classes/hash.C,
15531: classes/string.C, classes/table.C, classes/void.C,
15532: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
15533: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
15534: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
15535: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15536: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
15537: types/pa_vfile.C, types/pa_vmail.C: introducing
15538: append_help_length [radical improvement here]
15539:
15540: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
15541: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
15542: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
15543: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
15544: even slower
15545:
15546: * src/: classes/string.C, classes/table.C, include/pa_array.h,
15547: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
15548: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
15549: clients of &get(): most to use non-ref version, some[in tight
15550: places] to get_unchecked_ref
15551:
15552: * src/doc/memory.dox: forgot to add
15553:
15554: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
15555: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
15556: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
15557: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
15558: main/compile.y, main/compile_tools.C, main/compile_tools.h,
15559: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
15560: targets/cgi/parser3.dsp, types/pa_vmail.C,
15561: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
15562: T>>&<< removed after Stack::pop wiping removed [moved to separate
15563: func] other Array & removed
15564:
15565: 2003-03-26 paf
15566:
15567: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
15568: classes/table.C, include/pa_array.h, include/pa_charset.h,
15569: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
15570: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15571: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
15572: main/main.dsp, main/pa_charset.C, main/pa_common.C,
15573: main/pa_exec.C, main/pa_sql_driver_manager.C,
15574: main/pa_stylesheet_manager.C, main/pa_table.C,
15575: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15576: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
15577: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
15578: pre-evaluated .count() in some places
15579:
15580: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15581: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
15582: types/types.dsp: .dsp profiling updated
15583:
15584: * src/: classes/classes.dsp, lib/cord/cord.dsp,
15585: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
15586: targets/cgi/parser3.dsp, types/types.dsp: started profiling
15587:
15588: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
15589: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
15590: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
15591: use lib/gc,lib/cord
15592:
1.116 moko 15593: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
15594: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 15595: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
15596: src/include/pa_config_includes.h, src/include/pa_request.h,
15597: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15598: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 15599: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 15600: src/lib/cord/include/Makefile.am,
1.116 moko 15601: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
15602: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
15603: src/targets/cgi/Makefile.am, src/types/Makefile.am,
15604: src/types/pa_vclass.h, src/types/pa_vcookie.h,
15605: src/types/pa_vform.h, src/types/pa_vhash.h,
15606: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
15607: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
15608: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
15609: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
15610: funcs ported pa_exec
1.95 moko 15611:
15612: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
15613:
15614: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
15615: bundled gc includes
15616:
15617: * src/: classes/op.C, include/pa_array.h,
15618: include/pa_sql_connection.h, include/pa_string.h,
15619: include/pa_version.h, main/compile.tab.C, main/compile.y,
15620: main/execute.C, main/pa_common.C, main/pa_exception.C,
15621: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
15622: targets/cgi/parser3.dsp: a number of bugfixes [while testing
15623: first real site (aval)]
15624:
15625: 2003-03-25 paf
15626:
15627: * operators.txt, src/main/pa_sql_driver_manager.C,
15628: src/types/pa_vstatus.C: $status.memory used free since_compact
15629: process
15630:
15631: * src/: include/pa_sql_connection.h, main/pa_globals.C,
15632: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
15633:
15634: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
15635:
15636: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
15637: src/types/pa_value.h, src/types/pa_vfile.h,
15638: src/types/pa_vobject.C, src/types/pa_vobject.h,
15639: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
15640: tests/results/121.processed: untaint.C L_URI
15641:
15642: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
15643: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
15644: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
15645: src/types/pa_vmemory.h: ^memory:compact[]
15646:
15647: * tests/results/109.processed: it was a bug in parser. updated 109
15648: test result
15649:
15650: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
15651:
15652: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
15653: tests/results/107.processed: fixed dom language [values are now
15654: considered tainted. it was a bug in parser. updated 107 test
15655: result
15656:
15657: * src/classes/xdoc.C: fixed transform params
15658:
15659: * src/: include/pa_stylesheet_manager.h,
15660: main/pa_stylesheet_manager.C: fixed stylesheet caching
15661:
15662: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
15663: overloads for structure handling
15664:
15665: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
15666: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
15667: StringBody(0) ambiguilty, introducting static
15668: StringBody::Format(int)
15669:
15670: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
15671: linked
15672:
15673: * src/types/pa_vxdoc.C: vxdoc compiled
15674:
15675: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
15676: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
15677: finalizers isntalled
15678:
15679: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
15680: doc/exception.dox, doc/index.dox, include/pa_charset.h,
15681: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15682: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
15683: compiled todo: xnode.C / finalizers
15684:
15685: * src/doc/string.dox: updated: new string internals
15686:
15687: 2003-03-24 paf
15688:
15689: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15690: include/pa_charset.h, include/pa_config_fixed.h,
15691: include/pa_request.h, include/pa_stylesheet_connection.h,
15692: include/pa_stylesheet_manager.h, main/pa_charset.C,
15693: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
15694: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
15695: types/pa_vxnode.h: started XML
15696:
15697: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
15698:
15699: * src/: classes/file.C, classes/image.C, classes/mail.C,
15700: include/pa_string.h, main/pa_common.C,
15701: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
15702:
15703: * src/: classes/file.C, classes/image.C, classes/mail.C,
15704: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
15705: main/pa_request.C, main/pa_sql_driver_manager.C,
15706: types/pa_vimage.h: size_t pos everywhere checks changed to check
15707: for eq STRING_NOT_FOUND
15708:
15709: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
15710: optimize bit implemented
15711:
15712: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15713: String::ArrayFragment::append_positions fixed
15714:
15715: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
15716: String::this_starts fixed
15717:
15718: * src/main/pa_string.C, tests/Makefile: string::pos fixed
15719:
15720: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
15721: hashcode implemented fully, including per-char callback [it can
15722: be - substr CORD node]
15723:
15724: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
15725: rewritten to rewalloc with 100byte buf ahead
15726:
15727: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
15728: src/include/pa_string.h, src/main/compile.tab.C,
15729: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
15730: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
15731: CORD_ec [bad] would rewrite as realloc now
15732:
15733: * src/: classes/date.C, classes/file.C, classes/form.C,
15734: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
15735: include/pa_cache_managers.h, include/pa_charsets.h,
15736: include/pa_common.h, include/pa_request.h,
15737: include/pa_sql_driver_manager.h, include/pa_table.h,
15738: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
15739: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
15740: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
15741: types/pa_vmail.C, types/pa_vmethod_frame.C,
15742: types/pa_vstateless_class.h: 2*2 worked :)
15743:
15744: * parser3.dsw, src/classes/date.C, src/classes/file.C,
15745: src/include/pa_exec.h, src/include/pa_string.h,
15746: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
15747: passed OK
15748:
15749: * src/: classes/hash.C, classes/string.C, classes/table.C,
15750: types/pa_value.C: all linked todo: debug
15751:
15752: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
15753: types/pa_vstateless_class.C: all compiled. todo:link
15754:
15755: * src/types/pa_wcontext.C: pa_wcontext.C compiled
15756:
15757: * src/types/pa_vtable.C: pa_vtable.C compiled
15758:
15759: * src/types/pa_vstring.C: pa_vstring.C compiled
15760:
15761: * src/types/pa_vstatus.C: pa_vstatus.C compiled
15762:
15763: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
15764: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
15765: pa_vstateless_class.C, pa_vstateless_class.h:
15766: pa_vstateless_class.C compiled
15767:
15768: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
15769: types/pa_vmath.C: pa_vmail.C compiled
15770:
15771: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
15772:
15773: * src/types/pa_vform.C: pa_vform.C compiled
15774:
15775: * src/types/pa_vfile.C: pa_vfile.C compiled
15776:
15777: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
15778: pa_vstateless_class.C: pa_vcookie.C compiled
15779:
15780: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
15781: types/pa_vhash.h: pa_value.C compiled
15782:
15783: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
15784: classes.lib main.lib compiled
15785:
15786: * src/classes/void.C: void.C compiled
15787:
15788: * src/: classes/string.C, classes/table.C, include/pa_string.h,
15789: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
15790: compiled
15791:
15792: * src/: classes/string.C, include/pa_request.h,
15793: include/pa_string.h, main/pa_string.C: string.C compiled
15794:
15795: * src/: classes/op.C, classes/string.C, classes/table.C,
15796: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15797: main/pa_request.C, main/pa_string.C: op.C compiled
15798:
15799: * src/classes/: math.C, op.C: math.C compiled
15800:
15801: * src/: classes/mail.C, classes/string.C, classes/table.C,
15802: types/pa_vmail.h: mail.C compiled
15803:
15804: * src/classes/: int.C, table.C: int.C compiled
15805:
15806: * src/: classes/hash.C, classes/image.C, classes/string.C,
15807: classes/table.C, include/pa_memory.h, include/pa_string.h,
15808: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15809: compiled
15810:
15811: * src/: classes/hash.C, classes/string.C, classes/table.C,
15812: classes/void.C, classes/xdoc.C, include/pa_request.h,
15813: include/pa_sql_connection.h: hash.C compiled
15814:
15815: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15816: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15817: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15818: classes/math.C, classes/op.C, classes/response.C,
15819: classes/string.C, classes/table.C, classes/void.C,
15820: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15821: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15822: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15823: file.C table.C compiled
15824:
15825: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15826: main/untaint.C: main.lib compiled
15827:
15828: 2003-03-21 paf
15829:
15830: * src/: classes/op.C, include/pa_cache_managers.h,
15831: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15832: include/pa_stylesheet_manager.h, main/pa_exception.C,
15833: main/pa_globals.C, main/pa_sql_driver_manager.C,
15834: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15835: compiled
15836:
15837: * src/: classes/hash.C, classes/image.C, classes/op.C,
15838: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15839: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15840: main/compile.C, main/pa_common.C, main/pa_request.C,
15841: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
15842: pa_request.C compiled
15843:
15844: * src/: classes/hash.C, classes/mail.C, classes/op.C,
15845: include/pa_request.h, main/execute.C, main/pa_request.C,
15846: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15847: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
15848: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15849: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
15850: compiled
15851:
15852: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
15853: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
15854: on unix
15855:
15856: * src/: include/pa_charset.h, include/pa_charsets.h,
15857: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
15858: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
15859: pa_charsets.C compiled
15860:
15861: * src/: classes/image.C, classes/mail.C, classes/op.C,
15862: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
15863: main/compile.y, main/execute.C, main/pa_common.C,
15864: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
15865: types/pa_vcode_frame.h, types/pa_vimage.h,
15866: types/pa_vmethod_frame.h: execute.C compiled
15867:
15868: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15869: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15870: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15871: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
15872: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15873: include/pa_cache_managers.h, include/pa_charsets.h,
15874: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
15875: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
15876: include/pa_sql_driver_manager.h, include/pa_string.h,
15877: include/pa_stylesheet_connection.h,
15878: include/pa_stylesheet_manager.h, include/pa_table.h,
15879: main/compile.C, main/compile.tab.C, main/compile.y,
15880: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15881: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15882: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15883: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
15884: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15885: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
15886: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
15887: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15888: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15889: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15890: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15891: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15892: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15893: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15894: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15895: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15896: types/pa_vresponse.h, types/pa_vstateless_class.C,
15897: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15898: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15899: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15900: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15901: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15902: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
15903: [C++ CORD wrapper]
15904:
15905: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
15906:
15907: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
15908: $file::exec/cgi[script; $.charset[this is script's charset]
15909:
15910: command line, env values, input got transcoded before call
15911: stdout, stderr got transcoded after call
15912:
15913: * src/classes/file.C: ^file::exec/cgi now does not pass post data
15914: by default. use: ^file::exec[...;$.stdin[$request.body]
15915:
15916: * src/main/pa_common.C: } typo bug fix
15917:
15918: * src/main/pa_common.C: } typo bug fix
15919:
15920: 2003-03-20 paf
15921:
15922: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
15923: main/untaint.C: cord bug fix, but still errors todo: clear out
15924:
15925: * src/include/pa_string.h: more tests
15926:
15927: * src/main/pa_string.C: string.pos fixed
15928:
1.116 moko 15929: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
15930: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
15931: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
15932: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
15933: replaces
1.95 moko 15934:
15935: * src/: classes/image.C, include/pa_dictionary.h,
15936: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15937: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
15938: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
15939: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
15940:
15941: * src/include/pa_string.h: warning
15942:
15943: * src/include/pa_string.h: this_starts fixed
15944:
15945: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
15946: new String ctor & append params convention
15947:
15948: * src/: classes/file.C, classes/hash.C, classes/image.C,
15949: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
15950: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
15951: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
15952: main/pa_exception.C, main/pa_exec.C,
15953: main/pa_sql_driver_manager.C, main/pa_string.C,
15954: main/pa_stylesheet_manager.C, main/untaint.C,
15955: targets/isapi/parser3isapi.C, types/pa_vimage.C,
15956: types/pa_vmail.C: more tests OK
15957:
15958: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
15959: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
15960: gc/exit runned OK
15961:
15962: * src/types/pa_vmail.C: another naming problem: should not name
15963: vars like that: unpredictable close caused problems with later
15964: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
15965: descriptors missing on startup: stdin; Bad file number
15966:
15967: todo: find out why so many filters(stream) here. probably wrong?
15968:
15969: * src/: include/pa_dictionary.h, include/pa_string.h,
15970: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
15971: main/untaint.C: test compiled
15972:
15973: * src/: classes/image.C, classes/mail.C, classes/math.C,
15974: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
15975: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
15976: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
15977: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
15978: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15979: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
15980: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
15981: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
15982: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
15983:
15984: * parser3.dsw, src/classes/file.C, src/classes/image.C,
15985: src/classes/op.C, src/classes/string.C, src/classes/table.C,
15986: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
15987: src/include/pa_memory.h, src/include/pa_request.h,
15988: src/include/pa_request_charsets.h,
15989: src/include/pa_sql_connection.h, src/include/pa_string.h,
15990: src/main/compile.tab.C, src/main/execute.C,
15991: src/main/pa_charset.C, src/main/pa_common.C,
15992: src/main/pa_exception.C, src/main/pa_exec.C,
15993: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15994: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
15995: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
15996: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
15997: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15998: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
15999: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16000: src/types/pa_vobject.C, src/types/pa_vresponse.C,
16001: src/types/pa_vstatus.C, src/types/pa_vstring.C,
16002: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16003: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
16004: pa_common.C [done, without http for now]
16005:
16006: 2003-03-19 paf
16007:
16008: * src/: classes/date.C, classes/form.C, classes/hash.C,
16009: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
16010: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
16011: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
16012: include/pa_string.h, include/pa_table.h, main/compile.C,
16013: main/compile_tools.C, main/execute.C, main/pa_charset.C,
16014: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
16015: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
16016: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16017: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
16018: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
16019: types/pa_vstateless_class.h, types/pa_vtable.C,
16020: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
16021: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16022: types/pa_wwrapper.h: started test
16023:
1.116 moko 16024: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
16025: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 16026:
16027: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
16028: include/pa_string.h, main/pa_string.C: string compiled todo: test
16029: it
16030:
16031: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
16032: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
16033: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
16034: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
16035: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
16036: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
16037: types/pa_vmethod_frame.h, types/types.dsp: string
16038: reimplementation with cord+array<fragment>: 70%
16039:
16040: 2003-03-18 paf
16041:
16042: * src/: classes/date.C, classes/file.C, classes/form.C,
16043: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
16044: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
16045: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
16046: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
16047: can ignore lang in cmp and pos really, but would
16048: split properly!
16049:
16050: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
16051: cord part made parser/src/lib: it's not compiled into libgc by
16052: default
16053:
16054: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
16055: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16056: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16057: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16058: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16059: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16060: src/classes/xnode.C, src/classes/xnode.h,
16061: src/include/Makefile.am, src/include/pa_cache_managers.h,
16062: src/include/pa_charset.h, src/include/pa_charsets.h,
16063: src/include/pa_common.h, src/include/pa_dictionary.h,
16064: src/include/pa_exception.h, src/include/pa_exec.h,
16065: src/include/pa_globals.h, src/include/pa_hash.h,
16066: src/include/pa_memory.h, src/include/pa_pool.h,
16067: src/include/pa_request.h, src/include/pa_request_charsets.h,
16068: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
16069: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16070: src/include/pa_stylesheet_connection.h,
16071: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
16072: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
16073: src/main/compile.C, src/main/compile.tab.C,
16074: src/main/compile_tools.C, src/main/compile_tools.h,
16075: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
16076: src/main/pa_charsets.C, src/main/pa_common.C,
16077: src/main/pa_dictionary.C, src/main/pa_exception.C,
16078: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
16079: src/main/pa_pool.C, src/main/pa_request.C,
16080: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
16081: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
16082: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
16083: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16084: src/types/pa_junction.h, src/types/pa_method.h,
16085: src/types/pa_value.C, src/types/pa_value.h,
16086: src/types/pa_vclass.C, src/types/pa_vclass.h,
16087: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16088: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16089: src/types/pa_vdouble.h, src/types/pa_venv.h,
16090: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
16091: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
16092: src/types/pa_vimage.C, src/types/pa_vimage.h,
16093: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
16094: src/types/pa_vmath.C, src/types/pa_vmath.h,
16095: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16096: src/types/pa_vobject.C, src/types/pa_vobject.h,
16097: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16098: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16099: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16100: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
16101: src/types/pa_vstatus.h, src/types/pa_vstring.C,
16102: src/types/pa_vstring.h, src/types/pa_vtable.C,
16103: src/types/pa_vtable.h, src/types/pa_vvoid.h,
16104: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16105: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
16106: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
16107: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
16108: gc: PA_Object done lots of replacements also
16109:
16110: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
16111: gc logging
16112:
16113: 2003-03-17 paf
16114:
16115: * src/: classes/date.C, classes/file.C, classes/form.C,
16116: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
16117: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
16118: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16119: include/pa_string.h, include/pa_types.h, main/compile.C,
16120: main/compile.tab.C, main/execute.C, main/pa_charset.C,
16121: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
16122: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16123: main/pa_sql_driver_manager.C, main/pa_string.C,
16124: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
16125: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
16126: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16127: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
16128: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
16129: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16130: types/pa_vxnode.h: libgc attempt
16131:
16132: 2003-03-13 paf
16133:
16134: * src/: include/pa_sql_driver_manager.h,
16135: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
16136: called
16137:
16138: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
16139: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
16140: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
16141: types/pa_value.h, types/pa_vobject.h,
16142: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
16143: set_base, set_derived simplified [counter leaks fixed]
16144:
16145: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
16146: src/types/types.dsp: incorporated status class patch From:
16147: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
16148: 2003 8:14 AM
16149:
16150: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
16151: Win32 specific: QuotaPeakNonPagedPoolUsage
16152: QuotaPeakPagedPoolUsage PeakPagefileUsage]
16153:
16154: 2003-03-12 paf
16155:
1.116 moko 16156: * configure, configure.in, src/lib/ltdl/configure,
16157: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 16158: lib/ltdl/Makefile now created by /configure.in only [were by
16159: lib/ltdl/configure.in OVERWRITE]
16160:
1.116 moko 16161: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
16162: linkage fixed for g++ 3.2.2
1.95 moko 16163:
16164: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
16165: on using privately declared class [fixed]
16166:
16167: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
16168: 3.2 rightliy complained on using privately declared class [fixed]
16169:
16170: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
16171: sigpipe before request constructor now causes death
16172:
16173: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
16174: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
16175: not cause exception in exception handler
16176:
1.116 moko 16177: * configure, configure.in, src/targets/cgi/Makefile.am: configure
16178: now default links libstdc++ statically. that can be overriden by
16179: --with-dynamic-stdcpp
1.95 moko 16180:
16181: 2003-03-11 paf
16182:
16183: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
16184: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
16185: necessity of libstdc++
16186:
16187: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
16188:
16189: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
16190:
16191: 2003-03-08 paf
16192:
16193: * tests/Makefile: make install & co
16194:
16195: * src/: include/pa_request.h, classes/op.C: removing
16196: vclass,object.h -> pa_request.h dependency
16197:
16198: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
16199: main/pa_request.C: removing vform,response,cookie.h ->
16200: pa_request.h dependency
16201:
16202: * src/include/pa_request.h: removing vmail.h -> pa_request.h
16203: dependency [testing...]
16204:
16205: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
16206: return 0; fixed
16207:
16208: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
16209: types/pa_vmail.h: vmail.C received just compiled [not tested]
16210:
16211: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
16212:
16213: * src/main/pa_request.C: forgotten: ifdef XML
16214:
16215: * src/main/pa_request.C: forgotten: ifdef XML
16216:
16217: * src/targets/cgi/parser3.C: todo: move to latest xml version on
16218: win32 and run memleak tests again
16219:
16220: * src/targets/cgi/parser3.C: charsets: see some strange things with
16221: old xml lib-- it's internal memory handling has faults
16222:
16223: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
16224: problems when transcode from charset A to A.
16225:
16226: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
16227: todo: still problems when transcode from charset A to A.
16228:
16229: * src/: classes/hash.C, classes/mail.C, classes/string.C,
16230: classes/table.C, include/pa_array.h,
16231: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
16232: started full-scale-site-test [~ http://parser.ru sources]
16233:
16234: some fixes
16235:
16236: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
16237: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
16238: 117.html, 118.html, 119.html, 120.html, results/109.processed,
16239: results/110.processed, results/111.processed,
16240: results/112.processed, results/113.processed,
16241: results/114.processed, results/115.processed,
16242: results/116.processed, results/117.processed,
16243: results/118.processed, results/119.processed,
16244: results/120.processed: xml: tests 109 dom create/show 110 xpath
16245: selectSingle 111 xdoc.create from tainted & 112
16246: xdoc.create/output with russian attr value 113 xpath
16247: selectString/Number 114 dom attributes.count 115 xpath selectBool
16248: 116 output media-type change 117 transform by dom stylesheet 118
16249: empty transform result 119 dom setAttribute 120 nbsp letter
16250: output
16251:
16252: =END OF PREPARED XML TESTS=
16253:
16254: 2003-03-07 paf
16255:
16256: * src/classes/xdoc.C, src/include/pa_charset.h,
16257: src/include/pa_stylesheet_connection.h, tests/108.html,
16258: tests/108.xsl, tests/results/108.processed: xml: test 108
16259: transform with params [bugs fixed]
16260:
16261: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
16262: from copy/paste bug
16263:
16264: * src/classes/xdoc.C, src/include/pa_charset.h,
16265: src/include/pa_request.h, src/main/execute.C,
16266: src/main/pa_charset.C, src/main/pa_exception.C,
16267: src/main/pa_globals.C, src/main/pa_request.C,
16268: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16269: src/types/pa_vxnode.C, tests/107.html,
16270: tests/results/107.processed: xml: test: 107 bug fixes
16271:
16272: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16273: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16274: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
16275:
16276: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
16277: string
16278:
16279: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
16280: mem alloc functions used for different cases [libxml, libxsl]
16281:
16282: * src/classes/classes.C: fixed: prevent system classes from
16283: modification to lock ALL the classes, not only directly used
16284:
16285: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
16286: linked
16287:
16288: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
16289:
16290: 2003-03-06 paf
16291:
16292: * src/classes/xdoc.C: xdoc.C 50%
16293:
16294: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
16295: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16296: main/pa_globals.C, main/pa_request.C,
16297: main/pa_stylesheet_manager.C: xnode.C compiled
16298:
16299: * src/: include/pa_stylesheet_connection.h,
16300: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
16301: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
16302:
16303: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
16304: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
16305: xml: stylesheet&manager STARTED
16306:
16307: * src/: include/pa_globals.h, main/pa_charset.C,
16308: main/pa_exception.C, main/pa_globals.C: xml: exceptions
16309:
16310: * src/: include/pa_charset.h, include/pa_config_fixed.h,
16311: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
16312: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
16313: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
16314: charsets
16315:
16316: * tests/023.html: in some cases it rounded up badly. postponing
16317: solution of that problem, making more simple test
16318:
16319: * tests/: 058_paf2000.png, results/058.processed: .png added with
16320: -kb now
16321:
16322: * src/: include/pa_charset.h, include/pa_charsets.h,
16323: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
16324: moved to charsets.C
16325:
16326: 2003-03-05 paf
16327:
16328: * src/classes/string.C, src/include/pa_string.h,
16329: src/main/pa_string.C, tests/105.html,
16330: tests/results/105.processed: String::match bug fixed
16331:
16332: * src/classes/op.C, src/main/main.dsp, tests/104.html,
16333: tests/results/104.processed: ^bpt operator added [does int3 in
16334: debug build on win32]
16335:
16336: * tests/: 057.html, results/057.processed: test bug fixed
16337:
1.116 moko 16338: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 16339:
16340: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
16341: missing
16342:
1.116 moko 16343: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
16344: forgotten files added to Makes
1.95 moko 16345:
16346: * ltmain.sh: ltmain.sh added
16347:
16348: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16349: change undone ;(
16350:
16351: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16352: made static
16353:
16354: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 16355: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
16356: todo:make linker happy
1.95 moko 16357:
16358: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
16359: env param made optional
16360:
16361: 2003-03-04 paf
16362:
16363: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
16364: types/pa_vimage.h: number of gcc compiler bugs fixed
16365:
16366: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
16367: results/103.processed: tests: 103 image.copy transparence test
16368:
16369: * src/main/execute.C, tests/101.html, tests/102.html,
16370: tests/results/101.processed, tests/results/102.processed: tests:
16371: 101 method/variable name conflict test 102 form fields change
16372: should not not change anything [bug fix]
16373:
16374: * tests/: 057.html, 099.html, 100.html, results/057.processed,
16375: results/099.processed, results/100.processed: tests: 57 date
16376: create 2002: added 99,100 response:body/download
16377:
16378: * src/classes/image.C, tests/098.html, tests/098font.gif,
16379: tests/results/098.processed: test: 98 image font text [bug fixed]
16380:
16381: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
16382: tests/results/097.processed: test: 97 file::load http:// [bugs
16383: fixed]
16384:
16385: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
16386: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
16387: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
16388: image EXIF [bug fixed]
16389:
16390: * src/classes/table.C, src/main/execute.C, tests/061.dat,
16391: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
16392: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
16393: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
16394: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
16395: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
16396: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
16397: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
16398: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
16399: tests/094.html, tests/095.html, tests/results/061.processed,
16400: tests/results/062.processed, tests/results/063.processed,
16401: tests/results/064.processed, tests/results/065.processed,
16402: tests/results/066.processed, tests/results/067.processed,
16403: tests/results/068.processed, tests/results/069.processed,
16404: tests/results/070.processed, tests/results/071.processed,
16405: tests/results/072.processed, tests/results/073.processed,
16406: tests/results/074.processed, tests/results/075.processed,
16407: tests/results/076.processed, tests/results/077.processed,
16408: tests/results/078.processed, tests/results/080.processed,
16409: tests/results/081.processed, tests/results/082.processed,
16410: tests/results/083.processed, tests/results/084.processed,
16411: tests/results/085.processed, tests/results/086.processed,
16412: tests/results/087.processed, tests/results/088.processed,
16413: tests/results/089.processed, tests/results/090.processed,
16414: tests/results/091.processed, tests/results/092.processed,
16415: tests/results/093.processed, tests/results/094.processed,
16416: tests/results/095.processed, tests/079.html,
16417: tests/results/079.processed: tests: 61 file::stat size 62
16418: string->int autoconvert 63 double .int,dec,div,mul 64 date
16419: compare 65 file: basename,justname,justext 66 math:crypt 67
16420: string.match simple on long 68 string.match normalized simple on
16421: long 69 string.int 70 file::stat content-type 71 table.join 72
16422: hash parameter conditional pass 73 date daylightsaving,yearday 74
16423: date arithmetics 75 response date values/attributes 76 string.pos
16424: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
16425: with local 80 scientific numeric literal in string autoconvert 81
16426: xor: logical and numerical 82 for delims 83 menu delims 84
16427: table.hash distinct 85 long string replace 86 throw+catch
16428: current language preserve 87 bit shifts 88 junction tests +
16429: $caller test 89 hash.foreach selfmodification 90 int/void to int
16430: 91 $caller test 92 junction is + def junction tests 93 $caller
16431: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
16432:
16433: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
16434: fixed] 60 string eq string [bug fixed]
16435:
16436: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
16437: 058.html, 058_paf2000.png, 059.html, 060.html,
16438: results/053.processed, results/054.processed,
16439: results/055.processed, results/056.processed,
16440: results/057.processed, results/058.processed,
16441: results/059.processed, results/060.processed: test: 53
16442: string.replace 54 junctions 55 table.hash 56 call indirect 57
16443: date.create[string] 58 image.measure[png]
16444:
16445: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
16446: outputs/051.processed, results/052.processed: test: 52
16447: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
16448: task: fix that
16449:
16450: 2003-03-03 paf
16451:
16452: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
16453: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
16454: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
16455: outputs/049.processed, outputs/050.processed,
16456: outputs/051.processed, results/001.processed,
16457: results/002.processed, results/003.processed,
16458: results/005.processed, results/006.processed,
16459: results/008.processed, results/009.processed,
16460: results/011.processed, results/012.processed,
16461: results/013.processed, results/014.processed,
16462: results/015.processed, results/016.processed,
16463: results/017.processed, results/020.processed,
16464: results/021.processed, results/022.processed,
16465: results/024.processed, results/025.processed,
16466: results/026.processed, results/027.processed,
16467: results/028.processed, results/029.processed,
16468: results/030.processed, results/031.processed,
16469: results/049.processed, results/050.processed,
16470: results/051.processed, results/043.processed,
16471: results/044.processed, results/045.processed,
16472: results/046.processed, results/047.processed,
16473: results/048.processed: tests: 43,44,45 date rolls 46
16474: autoevaluating junction 47 table.select 48 name with subvar 49
16475: hash-creating switch 50 process 51 started parent/child, works as
16476: it were but it were NOT GOOD, created separate task to fix that
16477:
16478: * tests/: 042.html, results/042.processed: test: 42
16479: exception.handled
16480:
16481: * tests/: 041.html, results/041.processed: test: 41 table.locate by
16482: expression
16483:
16484: * tests/: 040.html, results/040.processed: test: 39 method result
16485: of type table 40 method param junction auto evaluate
16486:
16487: * tests/: 039.html, results/039.processed: test: 37 method result
16488: of type table
16489:
16490: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
16491: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
16492: tests/038.html, tests/results/033.processed,
16493: tests/results/034.processed, tests/results/035.processed,
16494: tests/results/036.processed, tests/results/037.processed,
16495: tests/results/038.processed: tests: 33 string.replace 34
16496: string.upper 35 table created 36 local/global vars with juntions
16497: 37 table clone 38 math PI & number formatting
16498:
16499: math class registring typo fixed
16500:
16501: * src/classes/op.C, src/include/pa_request.h,
16502: src/include/pa_string.h, src/main/execute.C,
16503: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
16504: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
16505: tests/032.html, tests/results/032.processed: uchar changed to
16506: String_UL in all places [was not everywhere] untaint test: 032
16507:
16508: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
16509: tests/results/004.processed, tests/parser-cygwin.sh,
16510: tests/parser-unix.sh: removed -H command line key, now testing
16511: using .sh file with SERVER_SOFTWARE=xxx
16512:
16513: 2003-02-26 paf
16514:
16515: * src/main/execute.C, src/types/pa_vstateless_class.h,
16516: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
16517: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
16518: tests/results/024.processed, tests/results/025.processed,
16519: tests/results/026.processed, tests/results/027.processed,
16520: tests/results/028.processed, tests/results/029.processed,
16521: tests/results/030.processed, tests/results/031.processed: fixed
16522: bug with name_cstr mutable CharPtr more tests
16523:
16524: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
16525: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
16526: << abort. die now just exits
16527:
16528: * src/classes/classes.awk, src/classes/classes.h,
16529: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16530: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16531: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16532: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16533: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16534: src/classes/xnode.C, src/include/pa_memory.h,
16535: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
16536: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
16537: src/types/pa_vform.C, tests/015.html, tests/016.html,
16538: tests/017.html, tests/018.html, tests/019.html,
16539: tests/019paf2001.gif, tests/020.html, tests/021.html,
16540: tests/022.html, tests/023.html, tests/022_dir/a.html,
16541: tests/022_dir/b.txt, tests/022_dir/c.htm,
16542: tests/results/015.processed, tests/results/016.processed,
16543: tests/results/017.processed, tests/results/018.processed,
16544: tests/results/019.processed, tests/results/020.processed,
16545: tests/results/021.processed, tests/results/022.processed,
16546: tests/results/023.processed: methoded_array now contains all Mxxx
16547: classes SAPI::get_env now returns info on pool more tests
16548:
16549: * src/include/pa_array.h, src/include/pa_hash.h,
16550: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
16551: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
16552: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
16553: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
16554: tests/014.html, tests/Makefile, tests/outputs/create-dir,
16555: tests/results/001.processed, tests/results/002.processed,
16556: tests/results/003.processed, tests/results/004.processed,
16557: tests/results/005.processed, tests/results/006.processed,
16558: tests/results/007.processed, tests/results/008.processed,
16559: tests/results/009.processed, tests/results/010.processed,
16560: tests/results/011.processed, tests/results/012.processed,
16561: tests/results/013.processed, tests/results/014.processed: hash
16562: cloning fixed
16563:
16564: 2003-02-25 paf
16565:
16566: * src/main/pa_common.C: typo fixed
16567:
16568: 2003-02-24 paf
16569:
16570: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
16571: [one remained]
16572:
16573: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
16574: [should have been get_string(&pool)] todo: check other such calls
16575:
16576: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
16577: test10, bad lookups
16578:
16579: xxx* xxx=smartptr.get(); << is bad style, after ";" original
16580: object got destructed, and xxx points to sky
16581:
16582: * ChangeLog, src/classes/string.C: match bug fixed
16583:
16584: * src/types/pa_vmail.C: body [text/html] transcoded to
16585: $.charset[specified] now
16586:
16587: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16588: which failed to handle sigsetjmp+throw: crashed inside of
16589: pre-throw code. rewritten simplier [though duplicating
16590: closesocket code]
16591:
16592: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16593: which failed to handle sigsetjmp+throw: crashed inside of
16594: pre-throw code. rewritten simplier [though duplicating
16595: closesocket code]
16596:
16597: 2003-02-21 paf
16598:
16599: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
16600: $cookie:name[$.expires[date << can be now]]
16601:
16602: written makefile with regression tests [raw]
16603:
16604: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
16605: tests' only [it's not forcing CGI mode now] now use -H to output
16606: CGI header when parser used in command line [useful for tests
16607: also]
16608:
16609: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
16610: switches on CGI mode, and is used in regression tests
16611:
16612: * src/: include/pa_request.h, main/pa_request.C,
16613: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
16614: fixed
16615:
16616: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
16617: handling pa_*
16618:
16619: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
16620: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
16621: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
16622: memory handling files
16623:
16624: * src/main/pa_array.C: pool::format_integer terminator fixed
16625:
16626: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
16627: compiles OK test to show benefits of free
16628:
16629: * src/: classes/file.C, classes/image.C, classes/mail.C,
16630: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
16631: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16632: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
16633: use pool [as the one in ^process]
16634:
16635: * src/classes/op.C: fixed process. sould now check for all cstr's
16636: -- some must use pool [as the one in ^process]
16637:
16638: 2003-02-20 paf
16639:
16640: * src/: classes/date.C, classes/double.C, classes/file.C,
16641: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16642: classes/math.C, classes/op.C, classes/response.C,
16643: classes/string.C, classes/table.C, classes/void.C,
16644: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
16645: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
16646: string cmp fixed
16647:
16648: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
16649: values passed OK now
16650:
16651: 2003-02-19 paf
16652:
16653: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
16654: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
16655: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
16656: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
16657: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
16658: all remaning leaks resulted from pooled::malloc calls [excluding
16659: in gd -- planning complete rewrite extremely ugly code]
16660:
16661: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
16662: files
16663:
16664: 2003-02-17 paf
16665:
16666: * src/: classes/date.C, classes/double.C, classes/file.C,
16667: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16668: classes/response.C, classes/string.C, classes/table.C,
16669: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
16670: include/pa_stylesheet_connection.h,
16671: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
16672: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16673: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
16674: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16675: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16676: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
16677: of unitialized simple-typed field
16678:
16679: * src/: classes/classes.C, classes/classes.h, main/execute.C,
16680: main/pa_charset.C, main/pa_request.C: another bug of unitialized
16681: simple-typed field fixed. todo: find&kill all like that one
16682:
16683: * src/: main/execute.C, targets/cgi/pa_pool.C,
16684: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
16685: debug output fixed
16686:
16687: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
16688: main/pa_request.C: stack-stored items need extra .ref to prevent
16689: object_ptr from delete[them]
16690:
16691: * src/: classes/date.C, classes/op.C, classes/table.C,
16692: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
16693: include/pa_charset.h, main/Makefile.am, main/main.dsp,
16694: main/pa_charset.C, main/pa_common.C,
16695: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16696: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16697: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
16698: calls
16699:
16700: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
16701: couple mem leaks rusulted from old pooled::malloc usage.
16702: todo:find more like those
16703:
16704: * src/main/: compile.C, compile_tools.C: 2*2!
16705:
16706: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
16707: stackItem fixed [there were no string on stack before]
16708:
16709: * src/: main/execute.C, main/pa_request.C,
16710: types/pa_vmethod_frame.C: first letters out OK
16711:
16712: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
16713: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
16714: main/pa_string.C, main/untaint.C, types/pa_value.h,
16715: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
16716: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
16717: type not initialized with zeros :( while class fields of class
16718: types initialized with default constructors. learn C++
16719:
16720: * src/: classes/classes.awk, classes/double.C, classes/file.C,
16721: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
16722: classes/math.C, classes/xdoc.C, classes/xnode.C,
16723: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
16724: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
16725:
16726: 2003-02-14 paf
16727:
16728: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
16729: 13 link errors
16730:
16731: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
16732: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
16733: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16734: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
16735: errors :)
16736:
16737: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
16738: classes/hash.C, classes/mail.C, classes/op.C,
16739: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
16740: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
16741: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
16742: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
16743:
16744: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
16745: classes/table.C, include/pa_common.h, include/pa_globals.h,
16746: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
16747: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
16748: types/pa_vint.h, types/types.dsp: op compiled
16749:
16750: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
16751: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
16752: main/untaint.C, types/pa_vtable.h: string, response compiled
16753:
16754: 2003-02-07 paf
16755:
16756: * src/: classes/table.C, types/pa_vtable.h: table compiled
16757:
16758: 2003-02-06 paf
16759:
16760: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
16761: mail compiled
16762:
16763: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
16764: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
16765: types/pa_vfile.h, types/pa_vimage.h: image compiled
16766:
16767: * src/classes/: file.C, form.C: form compiled
16768:
16769: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
16770: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
16771: types/pa_vfile.C, types/pa_vfile.h: file compiled
16772:
16773: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
16774: types/pa_vmath.h: math compiled [win32]
16775:
16776: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
16777: types/pa_vstring.h: hash compiled
16778:
16779: 2003-02-04 paf
16780:
16781: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
16782: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16783: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
16784: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
16785: types/pa_vhash.h: hash 50% compiled
16786:
16787: * src/: classes/date.C, classes/file.C, classes/hash.C,
16788: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
16789: classes/string.C, classes/table.C, classes/xdoc.C,
16790: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
16791: main/pa_string.C: date compiled
16792:
16793: * src/classes/: classes.dsp, double.C: double compiled
16794:
16795: * src/: classes/date.C, classes/double.C, classes/file.C,
16796: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16797: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16798: classes/string.C, classes/table.C, classes/void.C,
16799: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16800: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16801: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16802: compiled
16803:
16804: * src/: classes/date.C, classes/double.C, classes/file.C,
16805: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16806: classes/math.C, classes/op.C, classes/response.C,
16807: classes/string.C, classes/table.C, classes/void.C,
16808: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16809: types/pa_vvoid.h: void compiled :)
16810:
16811: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16812: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16813: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16814: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16815: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16816: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16817: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16818: types/pa_vresponse.C, types/pa_vstateless_class.C,
16819: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16820: types/pa_wcontext.C, types/types.dsp: removed stupid
16821: value_includes.h
16822:
16823: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16824: trying to remove stupid value_includes.h
16825:
16826: * src/main/pa_exec.C: pa_exec compiled on win32
16827:
16828: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16829:
16830: * src/: include/pa_globals.h, include/pa_request.h,
16831: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16832: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16833: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16834: types/pa_vrequest.C, types/pa_vstateless_class.C,
16835: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16836:
16837: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16838: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16839: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
16840:
16841: * src/: include/pa_array.h, include/pa_config_includes.h,
16842: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
16843: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
16844: compiled
16845:
16846: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
16847: name conflicts)
16848:
16849: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
16850: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
16851: yelds "virtual memory exhausted" while trying to compile
16852: execute.C [eating up to 127MB]
16853:
16854: 2003-02-03 paf
16855:
16856: * src/: include/pa_config_includes.h, include/pa_hash.h,
16857: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
16858: main/pa_common.C, types/pa_value.C, types/pa_value.h,
16859: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16860: types/pa_vint.h, types/pa_vjunction.h,
16861: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
16862: started gcc compiling pa_common compiled
16863:
16864: * src/: include/pa_exception.h, include/pa_pool.h,
16865: main/pa_exception.C: exception gcc change #1
16866:
1.116 moko 16867: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
16868: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 16869:
16870: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
16871:
16872: * src/types/pa_vtable.C: vtable compiled
16873:
16874: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
16875:
16876: * src/: include/pa_cache_managers.h, main/pa_request.C,
16877: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
16878:
16879: * src/types/pa_vstateless_class.C: vstateless_class compiled
16880:
16881: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
16882:
16883: * src/types/pa_vrequest.C: vrequest compiled
16884:
16885: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
16886: pa_vobject.C, pa_vobject.h: vobject compiled
16887:
16888: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
16889: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16890: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
16891: compiled
16892:
16893: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
16894:
16895: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
16896: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
16897: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
16898: compiled
16899:
16900: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16901: main.lib - 0 error(s), 0 warning(s)
16902:
16903: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16904: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
16905:
16906: 2003-01-31 paf
16907:
16908: * src/: include/pa_array.h, include/pa_operation.h,
16909: include/pa_request.h, main/execute.C, main/main.dsp,
16910: types/pa_vjunction.h: started last file from main library:
16911: execute
16912:
16913: * src/: include/pa_request.h, include/pa_sapi.h,
16914: main/compile.tab.C, main/compile.y, main/compile_tools.h,
16915: main/pa_request.C, targets/cgi/parser3.C,
16916: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
16917: types/pa_vhash.h: pa_request compiled
16918:
16919: * src/: classes/op.C, classes/string.C, include/pa_common.h,
16920: include/pa_globals.h, include/pa_request.h,
16921: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
16922: main/execute.C, main/main.dsp, main/pa_common.C,
16923: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
16924: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
16925: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
16926: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
16927: types/types.dsp: most pa_request compiled
16928:
16929: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16930: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16931: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16932: classes/op.C, classes/response.C, classes/string.C,
16933: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16934: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16935: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16936: include/pa_config_fixed.h, include/pa_config_includes.h,
16937: include/pa_dictionary.h, include/pa_dir.h,
16938: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16939: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
16940: include/pa_pool.h, include/pa_request.h,
16941: include/pa_request_charsets.h, include/pa_request_info.h,
16942: include/pa_sapi.h, include/pa_socks.h,
16943: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16944: include/pa_stack.h, include/pa_string.h,
16945: include/pa_stylesheet_connection.h,
16946: include/pa_stylesheet_manager.h, include/pa_table.h,
16947: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16948: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16949: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
16950: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
16951: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16952: main/compile.C, main/compile.tab.C, main/compile.y,
16953: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16954: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
16955: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16956: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16957: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16958: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16959: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
16960: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
16961: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
16962: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16963: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16964: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16965: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
16966: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
16967: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16968: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16969: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16970: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16971: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16972: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16973: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16974: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16975: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16976: types/pa_vresponse.h, types/pa_vstateless_class.C,
16977: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16978: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16979: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16980: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16981: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16982: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
16983:
16984: * ChangeLog, src/classes/classes.h, src/classes/op.C,
16985: src/include/pa_cache_managers.h, src/include/pa_charset.h,
16986: src/include/pa_charsets.h, src/include/pa_common.h,
16987: src/include/pa_dictionary.h, src/include/pa_exception.h,
16988: src/include/pa_exec.h, src/include/pa_pool.h,
16989: src/include/pa_request.h, src/include/pa_sapi.h,
16990: src/include/pa_sql_connection.h,
16991: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16992: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
16993: src/main/compile.tab.C, src/main/compile_tools.C,
16994: src/main/compile_tools.h, src/main/main.dsp,
16995: src/main/pa_charset.C, src/main/pa_charsets.C,
16996: src/main/pa_common.C, src/main/pa_dictionary.C,
16997: src/main/pa_exception.C, src/main/pa_exec.C,
16998: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16999: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
17000: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
17001: src/types/pa_vclass.h, src/types/pa_vcookie.C,
17002: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17003: src/types/pa_vdouble.h, src/types/pa_venv.h,
17004: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
17005: src/types/pa_vhash.h, src/types/pa_vimage.C,
17006: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
17007: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
17008: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17009: src/types/pa_vobject.C, src/types/pa_vobject.h,
17010: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17011: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17012: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17013: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
17014: src/types/pa_vstring.h, src/types/pa_vtable.h,
17015: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
17016: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
17017: died, long live StringPtr
17018:
17019: 2003-01-30 paf
17020:
17021: * src/: include/pa_charset.h, include/pa_request.h,
17022: include/pa_sql_driver_manager.h, main/compile.tab.C,
17023: main/compile.y, main/compile_tools.h, main/pa_request.C,
17024: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
17025:
17026: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
17027: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
17028: types/pa_vhash.h, types/pa_vmethod_frame.h,
17029: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17030: types/types.dsp: vstateless_class compiled
17031:
17032: * src/main/compile.C: compile compiled
17033:
17034: * src/: include/pa_array.h, include/pa_operation.h,
17035: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
17036: main/pa_table.C: compile_tools compiled
17037:
17038: * src/: include/pa_operation.h, main/compile.y,
17039: main/compile_tools.C, main/compile_tools.h: started
17040: compile_tools. vagues ideas of how to free compiled code
17041:
17042: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
17043: main/main.dsp, types/pa_value.C, types/pa_value.h,
17044: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
17045: compiled
17046:
17047: 2003-01-29 paf
17048:
17049: * src/: include/pa_globals.h, include/pa_request.h,
17050: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17051: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
17052: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
17053: compiled
17054:
17055: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
17056: now
17057:
17058: * src/: include/pa_array.h, include/pa_exception.h,
17059: include/pa_pool.h, main/pa_exception.C: gd compiled
17060:
17061: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
17062: compiled
17063:
17064: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17065: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
17066: types/pa_vfile.h: vfile compiled
17067:
17068: * src/: include/pa_common.h, include/pa_globals.h,
17069: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
17070: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
17071: types/pa_vform.C, types/pa_vform.h: vcookie compiled
17072:
17073: * src/: include/pa_exception.h, main/pa_cache_managers.C,
17074: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
17075: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
17076: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17077: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
17078:
17079: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
17080: main/main.dsp, main/untaint.C: more compiled
17081:
17082: * src/: include/pa_charsets.h, include/pa_request.h,
17083: include/pa_request_info.h, include/pa_string.h,
17084: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
17085: types/pa_vresponse.h: vrequest compiled
17086:
17087: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
17088: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
17089: pa_vresponse.h, pa_wcontext.h: vrequest compiled
17090:
17091: * src/: classes/classes.h, include/pa_charset.h,
17092: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
17093: include/pa_request.h, include/pa_string.h, main/main.dsp,
17094: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
17095: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
17096: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
17097: types/pa_vrequest.C, types/pa_vrequest.h,
17098: types/pa_vstateless_class.h, types/pa_vstring.h,
17099: types/pa_vvoid.h: vrequest,vdouble,vint compiled
17100:
17101: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
17102: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17103: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
17104: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
17105: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17106: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
17107: types/pa_vobject.h, types/pa_vstateless_class.h,
17108: types/pa_vstateless_object.h, types/pa_vstatus.h,
17109: types/pa_vstring.h, types/types.dsp: vmath compiled
17110:
17111: 2003-01-28 paf
17112:
17113: * src/: classes/classes.h, classes/date.C, classes/file.C,
17114: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
17115: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
17116: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
17117: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
17118: compile_tools
17119:
17120: * src/: include/pa_charset.h, include/pa_exception.h,
17121: include/pa_request.h, include/pa_string.h, main/untaint.C:
17122: untaint compiled
17123:
17124: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
17125: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
17126: more compiled. struck with string::store_to needing to know
17127: source/client charsets
17128:
17129: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
17130: types/pa_vfile.h: uue compiled
17131:
17132: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
17133: table compiled
17134:
17135: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
17136: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
17137:
17138: * src/: include/pa_charset.h, main/pa_charset.C,
17139: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
17140: introduced]
17141:
17142: * src/: classes/date.C, include/pa_charset.h,
17143: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
17144: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
17145: pa_charsets compiled
17146:
17147: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
17148: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
17149:
17150: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
17151: common compiled
17152:
17153: * src/: include/pa_charsets.h, main/pa_charsets.C,
17154: main/pa_sql_driver_manager.C: pa_charsets compiled
17155:
17156: * src/: include/pa_array.h, include/pa_charset.h,
17157: include/pa_charsets.h, include/pa_pool.h,
17158: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17159: include/pa_stack.h, include/pa_string.h,
17160: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
17161: sql_driver_manager compiled
17162:
17163: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
17164: letter i with two dots added to koi, all ukranian letters added
17165: to win1251.
17166:
17167: typographic simbol 0xb9 deleted from win1251 [strange one & were
17168: abscent from koi]
17169:
17170: 2003-01-27 paf
17171:
17172: * src/: include/pa_exception.h, include/pa_sql_connection.h,
17173: include/pa_sql_driver_manager.h, include/pa_string.h,
17174: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
17175: sql/pa_sql_driver.h: paused on sql_manager
17176:
17177: * src/: include/pa_cache_managers.h, include/pa_pool.h,
17178: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17179: include/pa_stack.h, main/pa_sql_driver_manager.C,
17180: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
17181:
17182: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
17183: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17184: include/pa_table.h, main/pa_sql_driver_manager.C,
17185: main/pa_table.C: table compiled
17186:
17187: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
17188: cache_managers compiled
17189:
17190: * src/: include/pa_array.h, include/pa_charset.h,
17191: include/pa_pool.h, main/pa_charset.C: charset compiled
17192:
17193: * src/: include/pa_pool.h, main/pa_common.C: common compiled
17194:
17195: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
17196: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
17197: main/pa_string.C, types/pa_value.C, types/pa_value.h,
17198: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
17199: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
17200:
17201: 2003-01-24 paf
17202:
17203: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
17204: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
17205: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
17206: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
17207: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
17208: types/pa_vint.h, types/pa_vjunction.h,
17209: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17210: types/pa_vstatus.h, types/pa_vstring.h: more patched
17211:
17212: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
17213: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
17214: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
17215: main/pa_string.C, main/pa_table.C: string compiled
17216:
17217: * src/: include/pa_array.h, include/pa_common.h,
17218: include/pa_dictionary.h, include/pa_exception.h,
17219: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
17220: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
17221: main/pa_string.C: dictionary compiled
17222:
17223: 2003-01-23 paf
17224:
17225: * src/: include/pa_array.h, include/pa_common.h,
17226: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
17227: include/pa_request.h, include/pa_string.h, main/pa_common.C,
17228: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
17229: types/pa_value.h: resurrected pool in new sense: now it's
17230: factory, producing&accounting memory chunks for read[autofree]
17231: buffers
17232:
17233: * src/: include/pa_array.h, include/pa_exception.h,
17234: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
17235: main/pa_exception.C, main/pa_table.C: table compiled
17236:
17237: * src/: classes/image.C, classes/op.C, include/pa_array.h,
17238: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
17239: include/pa_pool.h, include/pa_pragma_pack_begin.h,
17240: include/pa_pragma_pack_end.h, include/pa_sapi.h,
17241: include/pa_string.h, include/pa_table.h, include/pa_types.h,
17242: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
17243: main/pa_table.C: aint that easy
17244:
17245: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
17246: main/main.dsp: continued with Hash
17247:
17248: * src/main/pa_common.C: connect_string allocated on heap[wes on
17249: stack] now. and exception can be reported OK now [can be reported
17250: outside of pro c with that stack]
17251:
17252: 2003-01-22 paf
17253:
17254: * src/: include/pa_array.h, include/pa_charset.h,
17255: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
17256: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
17257: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
17258: base: contains references_count. auto_ptr template calls
17259: add_ref/release
17260:
17261: 2003-01-21 paf
17262:
17263: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17264: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17265: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17266: classes/op.C, classes/response.C, classes/string.C,
17267: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17268: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17269: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17270: include/pa_config_fixed.h, include/pa_config_includes.h,
17271: include/pa_dictionary.h, include/pa_dir.h,
17272: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17273: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17274: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17275: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17276: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17277: include/pa_stack.h, include/pa_string.h,
17278: include/pa_stylesheet_connection.h,
17279: include/pa_stylesheet_manager.h, include/pa_table.h,
17280: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17281: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17282: lib/pcre/pcre_parser_ctype.c, main/compile.C,
17283: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17284: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17285: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17286: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17287: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17288: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17289: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17290: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17291: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17292: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17293: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17294: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17295: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
17296: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
17297: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17298: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17299: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17300: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17301: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17302: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17303: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17304: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17305: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17306: types/pa_vstateless_object.h, types/pa_vstatus.C,
17307: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17308: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17309: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17310: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17311: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
17312: 2002->2003
17313:
17314: 2003-01-16 paf
17315:
17316: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
17317: src/main/pa_globals.C: http:// introducing $.any-status(1)
17318:
17319: * operators.txt, src/include/pa_config_fixed.h,
17320: src/main/pa_common.C: http request now return status. and not
17321: fail on status!=200
17322:
17323: 2003-01-15 paf
17324:
17325: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
17326:
17327: 2003-01-14 paf
17328:
17329: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
17330: mkinstalldirs: removed some ancient files [they in / really]
17331:
17332: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
17333: regretfully needed patch in two places. in config_fixed.h made
17334: stubs for lib to compile in MSVC
17335:
17336: 2003-01-13 paf
17337:
17338: * config.guess, config.sub, ltmain.sh: removed last piece of
17339: configure.in(libtool) hacks
17340:
1.116 moko 17341: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 17342: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
17343: ltdl.h: moved to latest libtool (1.4.3)
17344:
17345: 2003-01-10 paf
17346:
17347: * src/lib/ltdl/: configure, configure.in: PROG_NM
17348:
17349: * src/main/pa_globals.C: moved to latest xml lib versions, changed
17350: patches. libxml2 >= 2.5.1
17351: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
17352: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
17353: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17354:
17355: * INSTALL: moved to latest versions of xml libs libxml2 >=
17356: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
17357: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
17358: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17359:
17360: 2003-01-09 paf
17361:
17362: * INSTALL: xml,xslt,gdome lib urls updated
17363:
17364: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 17365: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 17366: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 17367: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
17368: 1.7.2
1.95 moko 17369:
17370: * depcomp: moving to automake 1.7.2
17371:
17372: 2002-12-27 paf
17373:
17374: * src/include/pa_version.h: 0007
17375:
17376: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
17377: outdated parts, made links to language docs
17378:
17379: * src/include/pa_config_auto.h.in: comment
17380:
17381: 2002-12-26 paf
17382:
17383: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
17384: not contain trailing / fixed.
17385:
17386: * INSTALL: changing SAFE_MODE politics
17387:
17388: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
17389:
17390: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
17391:
17392: 2002-12-25 paf
17393:
17394: * src/main/pa_globals.C: optimized-xml
17395:
17396: * src/main/pa_globals.C: optimized-as-is
17397:
17398: 2002-12-24 paf
17399:
17400: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
17401: fixed [were really called with zero size when .html?a=&b=]
17402:
17403: * src/classes/mail.C: $MAIL in @conf now invalid when configured
17404: with --with-sendmail
17405:
17406: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
17407: fixed]
17408:
17409: 2002-12-23 paf
17410:
17411: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
17412: ignoring parameters & were storing only string with default
17413: expires
17414:
17415: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
17416: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
17417: December 23, 2002 4:22 AM Subject: bug â
17418: Charset::transcode_buf2xchar
17419:
17420: 2002-12-20 paf
17421:
17422: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
17423: non-cgi [script] runs
17424:
17425: 2002-12-19 paf
17426:
17427: * INSTALL: --without-iconv recommended [it crashes on some systems
17428: [tested on elik]] moreover, it's not needed there [parser
17429: registers charsets itself]
17430:
17431: * INSTALL: --without-iconv recommended [it crashes on some systems
17432: [tested on elik]]
17433:
17434: * operators.txt, src/include/pa_globals.h,
17435: src/include/pa_request.h, src/main/pa_globals.C,
17436: src/main/pa_request.C: $response:download
17437:
17438: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
17439: compiler [win32]].
17440:
17441: 2002-12-18 paf
17442:
17443: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
17444:
17445: 2002-12-17 paf
17446:
17447: * src/targets/cgi/parser3.C: merged die&iis changes
17448:
17449: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
17450: to exit(1) 2. more flexible iilegal call check
17451:
17452: 2002-12-16 paf
17453:
17454: * ltmain.sh: some automakes silly insist on having this handy
17455:
17456: * src/main/untaint.C: filespec russian small 'r' changed to latin
17457: 'p' bug fix
17458:
17459: 2002-12-15 paf
17460:
17461: * src/main/untaint.C: filespec russian small 'r' changed to latin
17462: 'p'
17463:
17464: * configure.in, src/include/pa_config_auto.h.in,
17465: src/main/compile.C, src/main/pa_common.C: merged small changes
17466: from branch 6 to HEAD
17467:
17468: * src/main/compile.C: removed warning
17469:
17470: * src/main/pa_common.C: ftruncate having checked
17471:
17472: * configure.in, src/include/pa_version.h: new version
17473:
17474: 2002-12-14 paf
17475:
17476: * src/classes/table.C: removed unnecessary code
17477:
17478: * src/sql/pa_sql_driver.h: exception type fixed
17479:
17480: 2002-12-09 paf
17481:
17482: * src/types/pa_vvoid.h: $void.store[now] error
17483:
17484: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17485:
17486: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
17487: tries to write core dump
17488:
17489: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17490:
17491: * src/: classes/hash.C, classes/string.C, classes/table.C,
17492: classes/void.C, main/pa_sql_driver_manager.C,
17493: sql/pa_sql_driver.h: changed exception handling mech in sql
17494: handlers #2
17495:
17496: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
17497: exception handling mech in sql handlers
17498:
17499: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
17500: handlers
17501:
17502: * src/: classes/hash.C, classes/string.C, classes/table.C,
17503: classes/void.C, main/pa_sql_driver_manager.C,
17504: sql/pa_sql_driver.h: changed exception handling mech in sql
17505: handlers
17506:
1.116 moko 17507: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
17508: to write makefile which used libtool to install things, which is
17509: not needed
1.95 moko 17510:
17511: 2002-12-06 paf
17512:
17513: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
17514: $hash.fields -- pseudo field to make 'hash' more like 'table'
17515:
17516: 2002-12-05 paf
17517:
17518: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
17519: cc/bcc OK now
17520:
17521: * src/main/untaint.C: mail header closed properly
17522:
17523: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
17524: header ',' allowed. still bugs in smtp [only one receiptient
17525: works, cc, bcc ignored now, and MAILED ;)]
17526:
17527: [strncpy killed, memnchr used]
17528:
17529: * src/main/pa_table.C: table-copy now current=0
17530:
17531: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
17532: lowlevel proc
17533:
17534: * src/targets/cgi/parser3.C: more checks on
17535: http://domain/parser.cgi start [maybe some getenv returns "",
17536: checked that now
17537:
17538: * src/targets/cgi/parser3.C: more checks on
17539: http://domain/parser.cgi start [maybe some getenv returns "",
17540: checked that now
17541:
17542: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
17543: out-of-mem errors reached log]
17544:
17545: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
17546: mail:send MIME-Version default
17547:
17548: * src/main/main.dsp: pa_version included into main.dsp
17549:
17550: 2002-12-04 paf
17551:
17552: * src/types/pa_vform.C: $form:field string value cut by premature 0
17553:
17554: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
17555: lib/libltdl -> lib/ltdl Win32 changes. s
17556:
17557: * src/classes/classes.awk: more strict *.C$
17558:
17559: * gnu.dsp: restored
17560:
1.116 moko 17561: * configure.in, gnu.dsp, src/lib/Makefile.am,
17562: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
17563: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
17564: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
17565: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
17566: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
17567: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
17568: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
17569: now created with /configure, not ltdl/configure, so it does have
17570: no problems with automake. ltdl/configure
17571: AC_OUTPUT(Makefile<<removed)
1.95 moko 17572:
17573: 2002-12-02 paf
17574:
17575: * operators.txt: removed outdated status:db
17576:
17577: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
17578: src/main/pa_common.C, src/main/pa_request.C,
17579: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
17580: tainted parts becomes http-header
17581:
17582: 2002-11-29 paf
17583:
17584: * src/classes/date.C, src/classes/image.C, operators.txt: exif
17585: dates now objects of type date
17586:
17587: * src/classes/image.C: file.seek removed [it were used in image.C
17588: only, and for parser user this means that jpeg image has bad
17589: size in fragment's header] now used image.format
17590:
17591: * src/: include/pa_common.h, main/pa_common.C,
17592: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
17593: now handled exactly like $response:header values. e.g. can be
17594: hash [can have subattributes] & contain date values.
17595:
17596: * src/main/pa_common.C: http:// param values lang forced URI
17597:
17598: * src/main/pa_common.C: http:// tainted partes now %xx
17599:
17600: 2002-11-28 paf
17601:
17602: * operators.txt: http.timeout
17603:
17604: * src/classes/image.C: ^image.length now counts interchar space.
17605: plus space after last char
17606:
17607: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
17608:
17609: * src/classes/image.C: ^image.font width measurer now scans full
17610: height [were -1]
17611:
17612: * configure.in: stopped double libltdl/Makefile generation
17613:
17614: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
17615: chars [one top horizontal line of 1pixel height were missing]
17616:
17617: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
17618: 'false' to go into (Hash *) parameter
17619:
17620: 2002-11-27 paf
17621:
17622: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
17623: types/pa_vmail.C: response:body[file] if file nows it's name now
17624: returns content-disposition: >>attachment<<
17625:
17626: * src/classes/image.C: ^image.font << bad font file-size now
17627: properly reported
17628:
17629: 2002-11-26 paf
17630:
17631: * src/main/pa_request.C: fixed lang in reponse header
17632:
17633: * src/main/pa_common.C: utf8 prefix ignored @read text
17634:
17635: * operators.txt, src/main/pa_common.C: http:// response status!=200
17636: made exception: http.status with source=bad status#
17637:
17638: 2002-11-25 paf
17639:
17640: * configure.in, src/classes/image.C,
17641: src/include/pa_config_auto.h.in,
17642: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 17643: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
17644: const void related probs fixed
1.95 moko 17645:
17646: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
17647:
17648: $file[^file::load[http://there]] $file.SERVER
17649:
17650: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
17651: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
17652: http options [invalid onces now reported] made default
17653: user-agent: paf
17654:
17655: * operators.txt, src/classes/file.C, src/classes/table.C,
17656: src/classes/xdoc.C, src/include/pa_common.h,
17657: src/include/pa_globals.h, src/main/pa_common.C,
17658: src/main/pa_globals.C, src/main/pa_request.C,
17659: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
17660: now understand http:// prefix and additional params, sample:
17661: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
17662: $.USER-AGENT[parser3] ]]
17663:
17664: 2002-11-22 paf
17665:
17666: * src/classes/image.C, src/include/pa_globals.h,
17667: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
17668: src/types/pa_vimage.h, operators.txt: $image.exif support
17669: $image.exif.DateTime & co
17670:
17671: 2002-11-21 paf
17672:
17673: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
17674: _PASS_APPENDED)
17675:
17676: * src/classes/image.C: jpeg size measure fixed: were badly skipping
17677: EXIF information [were big block and it's size were considered
17678: negative :(]
17679:
17680: * operators.txt, src/classes/image.C, src/include/pa_common.h,
17681: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
17682: internals rewritten. no there's reader.seek, and all's ready for
17683: EXIF extraction [now we fail to measure files with EXIF info]
17684:
17685: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
17686: O_TRUNC truncates even exclusevely write-locked file [thanks to
17687: Igor Milyakov <virtan@rotabanner.com> for discovering]
17688:
17689: 2002-11-20 paf
17690:
17691: * src/targets/cgi/parser3.C: logging @signal += query_string
17692:
17693: * configure.in, src/include/pa_config_auto.h.in,
17694: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
17695: comment
17696:
17697: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
17698:
17699: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17700: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
17701: currently processed document SIGPIPE >> interrupts request
17702: processing [exception = DB rollback]
17703:
17704: * src/main/pa_exec.C: comment
17705:
17706: * src/main/pa_exec.C: pa_exec: data written only if size>0
17707:
17708: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
17709: << disable HTTP-POST repassing
17710:
17711: * src/: include/pa_config_fixed.h, main/pa_common.C,
17712: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
17713: pipe read errors now checked
17714:
17715: 2002-11-19 paf
17716:
17717: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
17718: CGI: Illegal call
17719:
17720: 2002-11-01 paf
17721:
17722: * src/main/execute.C: comment
17723:
17724: 2002-10-31 paf
17725:
17726: * src/main/execute.C: found out why, checked that for now. todo:
17727: find out a way for that user could do that
17728:
17729: * src/types/pa_vstateless_object.h: object put replaces static
17730: parent if any
17731:
17732: * src/types/pa_vobject.C: object put replaces static parent if any
17733:
17734: * src/: classes/form.C, classes/mail.C, classes/op.C,
17735: classes/xnode.h, main/compile.tab.C, main/execute.C,
17736: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17737: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17738: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17739: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17740: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17741: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17742: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17743: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17744: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17745: types/pa_vstateless_object.h, types/pa_vstatus.C,
17746: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17747: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17748: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17749: types/pa_wwrapper.h: static fix merged
17750:
17751: * src/: main/compile.tab.C, types/pa_vobject.C: killed
17752: $virtual_fields in dynamic, but one can reach derived
17753: static[class] variable from base
17754:
17755: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
17756: types/pa_vobject.C, types/pa_vobject.h,
17757: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
17758: statics, left $virtual_fields in dynamic
17759:
17760: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
17761: one can't remember derivates in base class: there's so many of
17762: them. also there can be no virtual method calls in static
17763: classes
17764:
17765: * src/: classes/form.C, classes/mail.C, classes/op.C,
17766: classes/xnode.h, main/execute.C, main/pa_request.C,
17767: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17768: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17769: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17770: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17771: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17772: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17773: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17774: types/pa_vresponse.C, types/pa_vresponse.h,
17775: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17776: types/pa_vstateless_object.h, types/pa_vstatus.C,
17777: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17778: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17779: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17780: types/pa_wwrapper.h: static call $self fixed
17781:
17782: * src/main/execute.C: comment
17783:
17784: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
17785: ^process[$caller.self]{...} now compiles to last derived object
17786: part of that 'self'
17787:
17788: 2002-10-29 paf
17789:
17790: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
17791: re-passing [iis to blame]
17792:
17793: * src/classes/string.C: changed string.save to pass current sql
17794: connection to cstr thus one can ^connect[some server]{
17795: $s[insert into table x (x) values (^taint[sql]{value})]
17796: ^s.save[some.sql] } and he'd get in some.sql file code with
17797: properly escaped. [tried in mssql->mysql export->import of
17798: binary data]
17799:
17800: 2002-10-25 paf
17801:
17802: * src/types/pa_vresponse.C: case insensitive response user fields
17803: get/put
17804:
17805: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17806: types/pa_vresponse.C: saving for maybe-future
17807:
17808: 2002-10-23 paf
17809:
17810: * operators.txt, src/classes/table.C: ^table.hash{code}...
17811: ^table.hash(expr)...
17812:
17813: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17814:
17815: 2002-10-22 paf
17816:
17817: * src/types/: pa_vform.C, pa_vform.h: removed needless
17818: VForm::Append...(...Value)
17819:
17820: * src/main/execute.C: $.name outside of $name[...] checked
17821:
17822: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17823: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17824:
17825: 2002-10-21 paf
17826:
17827: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17828: $form:qtail $form:imap.x/y
17829:
17830: * operators.txt, src/types/pa_vform.C: $form:nameless =
17831: "?value&...", "...&value&...", "...&value"
17832:
17833: * operators.txt, src/types/pa_vform.C: $form:image-map
17834:
17835: * operators.txt, src/classes/file.C: /some/page.html:
17836: ^file:fullpath[a.gif] => /some/a.gif
17837:
17838: 2002-10-17 paf
17839:
17840: * src/main/: compile.tab.C, compile.y: operators precedence changed
17841: a little: logical not and bitwise negation precedence made
17842: highest, << and >> bitshits precedence made equal [were << higher
17843: than >>]
17844:
17845: * src/classes/op.C: exception handling fixed [were bad with
17846: contexts]
17847:
17848: 2002-10-16 paf
17849:
17850: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17851: main/pa_request.C: Request::self considered equal to
17852: VMethodFrame::self, and removed, Request::get_self() mapped to
17853: VMethodFrame.self()
17854:
17855: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
17856: $hash in open field now gives old good error meesage
17857:
17858: 2002-10-15 paf
17859:
17860: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
17861: use ^if($junction is junction){was and now true}
17862:
17863: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
17864: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
17865: types/pa_vxnode.C: xml->parser strings now have origin, which
17866: points to place where value left xml library and came to parser:
17867: place of dom field extraction/call
17868:
17869: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
17870: main/compile.tab.C, main/compile.y, main/execute.C,
17871: types/pa_vmethod_frame.h: removed last pieces of old code
17872: allowing $junction.xxx at compile time
17873:
17874: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
17875: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
17876: objects also considered [were only classes]
17877:
17878: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
17879: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
17880: with CLASS self. [ (request&method_frame).self temporarily
17881: changed ]
17882:
17883: * src/classes/: hash.C, op.C: method_frame now always changed, with
17884: no exception to native calls. for&foreach changed to use
17885: method_frame.caller for their var's name context
17886:
17887: * src/: main/execute.C, targets/cgi/parser3.C,
17888: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
17889: compiling to system classes disabled
17890:
17891: * operators.txt, src/classes/op.C:
17892: ^process[$caller.CLASS]{code-string} added
17893:
17894: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
17895: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
17896: src/types/Makefile.am, src/types/pa_vjunction.C,
17897: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
17898: src/types/types.dsp: removed $junction.get $junction.set[]
17899: introducing $caller
17900:
17901: * src/types/pa_value.h: removed outdated comments. doxygen would
17902: find them lower by inheritance tree
17903:
17904: * src/types/pa_vjunction.C: ident
17905:
17906: 2002-10-14 paf
17907:
17908: * src/classes/op.C: process compiles to code's class class
17909:
17910: * src/: classes/form.C, classes/mail.C, classes/op.C,
17911: include/pa_request.h, main/compile.C, main/compile.tab.C,
17912: main/compile.y, main/execute.C, main/pa_request.C,
17913: types/pa_vstateless_class.h: operators now main-class-methods
17914:
17915: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
17916: better stack trace [has "call" & co there]
17917:
17918: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17919: operators @auto now executed in MAIN context
17920:
17921: * src/main/execute.C: operator execution context now = MAIN, not
17922: closest stack frame
17923:
17924: @touchit[] $i[after]
17925:
17926: ----t.html $i[before] << local ^touchit[] $i << now 'before',
17927: were 'after'
17928:
17929: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
17930: 'after'
17931:
17932: * src/main/execute.C: comment
17933:
17934: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
17935: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
17936: action]
17937:
17938: * src/types/pa_vxnode.C: misreplace fixed
17939:
17940: * configure, configure.in, src/include/pa_config_auto.h.in,
17941: src/types/pa_vstatus.C, operators.txt:
17942: $status:rusage.tv_secs/usecs introduced
17943:
17944: 2002-10-09 paf
17945:
17946: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
17947: on empty string [or uses (default)]
17948:
17949: 2002-10-08 paf
17950:
17951: * src/main/untaint.C: mail header quoted printable changed after
17952: RFC reread
17953:
17954: * operators.txt: plan on ^if(method
17955:
17956: * src/types/pa_vxnode.C: misreplace
17957:
17958: 2002-09-24 paf
17959:
1.116 moko 17960: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 17961:
17962: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
17963: mailreceive would compile on freebsd now
17964:
17965: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
17966: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 17967: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
17968: mailreceive would compile on freebsd now
1.95 moko 17969:
17970: * src/: classes/file.C, main/untaint.C: 1. file spec language
17971: changed: now there are only few chars are untainted: * ? ' " < >
17972: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
17973: one should use ^untaint[uri]{...} now]
17974:
17975: 2. $list[^file:list[dir]] now returns simply tainted names in
17976: $list.name, not tainted as filespec
17977:
17978: @russianindex[] #dir with files with russian-lang names
17979: $where[dir]
17980:
17981: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
17982: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
17983:
17984: 2002-09-23 paf
17985:
17986: * src/types/pa_vdouble.h: double->int round added
17987:
17988: * src/classes/date.C: date bug fix, now
17989: round(floatDays*secondsPerDay)
17990:
17991: * src/classes/date.C: date bug fix, now
17992: round(floatDays*secondsPerDay)
17993:
17994: 2002-09-20 paf
17995:
17996: * src/main/execute.C: code junction calls disabled [before: code
17997: was compiled in such a way, that there were no code-junctions in
17998: OP_CALL]
17999:
18000: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
18001:
18002: @badjunctioncallinside[code] ^code[]
18003:
18004: * src/main/: compile.tab.C, compile.y: changed grammer on junction
18005: expanding to include ^junction.method
18006:
18007: * src/main/pa_common.C: -d "DIR/" now true
18008:
18009: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
18010: as internal xdoc encoding, and after decoding attributes set by
18011: dom functions now encoded OK, not as digital entities
18012:
18013: * src/classes/xdoc.C: empty transform result, being taken as file
18014: now returns empty file, not raises stupid error about "stat-ed
18015: file"
18016:
18017: * src/types/pa_vhash.h: hash.foreach modification of existing keys
18018: allowed
18019:
18020: * src/types/types.dsp: introducing $junction.get/put(1) one can
18021: write iterators now:
18022:
18023: ^user-foreach[key;value]{$key=$value<br>}
18024:
18025: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18026: $code.value($i*2) $code }
18027:
18028: * src/main/compile_tools.h: mistype
18029:
1.116 moko 18030: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
18031: thus taking linking options configure changes into account [were:
18032: ignoring]
1.95 moko 18033:
18034: * src/types/: pa_vjunction.C, Makefile.am: introducing
18035: $junction.get/put(1) one can write iterators now:
18036:
18037: ^user-foreach[key;value]{$key=$value<br>}
18038:
18039: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18040: $code.value($i*2) $code }
18041:
18042: * src/: include/pa_opcode.h, include/pa_request.h,
18043: main/compile.tab.C, main/compile.y, main/execute.C,
18044: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
18045: introducing $junction.get/put(1) one can write iterators now:
18046:
18047: ^user-foreach[key;value]{$key=$value<br>}
18048:
18049: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18050: $code.value($i*2) $code }
18051:
18052: 2002-09-19 paf
18053:
1.116 moko 18054: * Makefile.am: new: make commit
1.95 moko 18055:
18056: * aclocal.m4: forced to be older
18057:
18058: 2002-09-18 paf
18059:
18060: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
18061: src/main/compile.y, src/main/execute.C: << >> int shifts
18062:
18063: * src/: include/pa_common.h, include/pa_request.h,
18064: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
18065: - now this - fatal error
18066:
18067: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
18068: that one can pass binary data there
18069:
18070: * src/: classes/date.C, classes/double.C, classes/file.C,
18071: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18072: classes/op.C, classes/response.C, classes/string.C,
18073: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18074: include/pa_request.h: pa_request contexts made privated, plus
18075: get_{self/method_frame} to read. Request_context_saver used in
18076: ^try to save flang too. [were not saved]
18077:
18078: * src/types/pa_vresponse.C: header value chains joined before
18079: output, this should help $.subject[$var $var] from being
18080: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
18081:
18082: 2002-09-17 paf
18083:
18084: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
18085: removed changes, operators executed with calling self. lots of
18086: code with ^include code relies on defined/defining self variables
18087:
18088: $a[1] ^include[print_a.p] print_a.p: $a
18089:
18090: ^include[set_a.p] a=$a set_a.p: $a[1]
18091:
18092: * src/: classes/op.C, main/execute.C, main/pa_request.C,
18093: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
18094: types/pa_vstateless_class.h: operators now executed with MAIN
18095: self. it's for ^include sake, too strong a change
18096:
18097: * src/classes/op.C: made place for ^process to compile it's code to
18098: in case of no self
18099:
18100: * src/main/execute.C: found ancient param to Junction, removed.
18101: allowed passing self to native_code_operators [for ^process to
18102: work, she needs self]
18103:
18104: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
18105: types/pa_vstateless_class.h: found ancient param to Junction,
18106: removed. allowed passing self to native_code_operators [for
18107: ^process to work, she needs self]
18108:
18109: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
18110: types/pa_value.h, types/pa_vmethod_frame.h,
18111: types/pa_vstateless_class.h: allowed Request.self to be 0,
18112: checked that in VMethodFrame get/put and $self.
18113:
18114: * src/classes/: table.C, xdoc.C: table::sql options table::create
18115: copy options options checked, wrong option now fatal error
18116:
18117: * src/main/pa_string.C: string.replace fixed [were missing words on
18118: pieces boundaries]
18119:
1.150 moko 18120: * configure, configure.in: .so now detected [can be .sl on hpux,
18121: .dll on cygwin, .so in other cases)
1.95 moko 18122:
18123: * configure, configure.in: .so now detected [can be .sl on hpux,
18124: .dll on cygwin, .so in other cases)
18125:
18126: * operators.txt, src/classes/hash.C, src/classes/table.C,
18127: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
18128: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
18129: record taken [were last]
18130:
18131: * src/: classes/hash.C, classes/table.C,
18132: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
18133: now errors
18134:
18135: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
18136:
18137: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
18138: ,2,3]
18139:
18140: 2002-09-16 paf
18141:
18142: * src/classes/file.C: file::cgi line ends can be both unix & dos.
18143: and they can be unix [\n\n] on win when 'use CGI' used, it causes
18144: stdout to be binary. now detected closest header break.
18145:
18146: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
18147: closed right
18148:
18149: 2002-09-13 paf
18150:
18151: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
18152: src/main/compile_tools.h: (expression #comment)
18153:
18154: (multiline expression #comment line2 #comment )
18155:
18156: (expression #comment with (brackets) comment) << OK
18157:
18158: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
18159: bitwise !|| numerical xor now [preparing for expression
18160: #comments]
18161:
18162: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
18163: error
18164:
18165: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
18166: cheched in pa_socks.C
18167:
1.116 moko 18168: * configure, configure.in, src/include/pa_config_auto.h.in:
18169: HAVE_WINSOCK_H created in configure.in
1.95 moko 18170:
18171: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
18172: cookie date now clean [were mistakenly tainted & that worked bad
18173: with opera -- 'happily' that worked OK with msie]
18174:
18175: 2002-09-12 paf
18176:
18177: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
18178: VClass get_element now first looks to fields, next to methods &
18179: co todo: the rest reason: more speed
18180:
18181: * src/main/untaint.C: quoted printable encoding stops before
18182: \s*<...>$
18183:
18184: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
18185: stops before <...>$
18186:
18187: 2002-09-11 paf
18188:
18189: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
18190: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
18191: forgot to check users of those funcs. not all were using that
18192: return value convention
18193:
18194: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
18195: windows-1254 added
18196:
18197: 2002-09-10 paf
18198:
18199: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
18200: VCodeFrame parent param were specified badly
18201:
18202: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
18203: WWrapper which used in constructing objects(second param to sql
18204: method) ^...sql{}[$.default{code}] now has parent, wich helps
18205: code in hash to survivi
18206:
18207: * src/: include/pa_request.h, main/execute.C: removed redundant
18208: param to execute [stack said 'thanks']
18209:
18210: * src/: classes/op.C, main/execute.C, types/pa_value.C,
18211: types/pa_value.h, types/pa_vcode_frame.h,
18212: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18213: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
18214: responsibility to wcontext
18215:
18216: * src/classes/file.C: decided not to log exec's with stderr, that
18217: could be warnings, and it's up to scritper to log/show them
18218:
18219: * src/: classes/double.C, main/execute.C: double:sql badly called
18220: write_assign_lang, not write_no_lang, thus doing unnecessary
18221: double/string converstion, which were loosing time&precesion
18222:
18223: * src/: main/pa_charset.C, types/pa_vmail.C:
18224: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
18225: case of unfinished in buffer processing, causing accidental
18226: transcode stop [in case that source enc != utf-8 & there is
18227: incomplete utf-8 sequence at the end of 16000block iside of
18228: libxml lib] tfm readed & code updated
18229:
18230: 2002-09-04 paf
18231:
18232: * configure: makes with sjlj
18233:
18234: * INSTALL, src/include/pa_config_fixed.h,
18235: src/include/pa_sql_connection.h,
18236: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
18237: checked. on win32 it made default
18238:
18239: * src/include/pa_config_auto.h.in: sjlj define
18240:
18241: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
18242: can not work with longjump/throw pair, and one must switch that
18243: on there. todo: detect that automatically]
18244:
18245: * src/types/pa_vxnode.C: removed too strong checks of
18246: xnode.elements. now, for instance, if element does not have any
18247: attributes, $xnode.attributes is void, not error
18248:
18249: 2002-09-02 paf
18250:
18251: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
18252: removed double_result, didn't help
18253:
18254: * src/main/execute.C: double_result made to move that var away from
18255: hungry g++ optimizer (-O2), before: it were optimized and
18256: comparison operators worked badly
18257:
18258: * src/types/pa_vdate.h: removed debug
18259:
1.116 moko 18260: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 18261:
18262: * src/main/execute.C: fixed numeric < & co so that thay now use
18263: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
18264: unknown reason.
18265:
18266: 2002-08-29 paf
18267:
18268: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
18269: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
18270: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
18271: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
18272: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
18273: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
18274: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
18275: [called less frequent, allowed to remove ugly
18276: Junction.change_context-s from many places, switch,
18277: mail:send..html{}, ..] request.root renamed to method_frame [more
18278: easyreading] ancient {...PUSH/POPs...} changed to stack vars
18279: [speed up]
18280:
18281: 2002-08-28 paf
18282:
18283: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
18284: tainted
18285:
18286: * src/types/pa_vcookie.C: fixed cookie delete when
18287: $cookie:name[$.value[]]
18288:
18289: * operators.txt, src/classes/string.C:
18290: ^string.split[delim[;options]]
18291:
18292: 2002-08-27 paf
18293:
1.116 moko 18294: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 18295:
18296: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
18297: delimiter
18298:
18299: * INSTALL: recommended latest gmime 1.0.5
18300:
18301: 2002-08-26 paf
18302:
18303: * configure, configure.in: apache13/hook added to make dist.
18304:
18305: 2002-08-23 paf
18306:
18307: * src/: include/pa_common.h, main/pa_common.C,
18308: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
18309: beside binary [cgi, isapi] not accessible [due to bad rights or
18310: whatever] it's error now
18311:
18312: 2002-08-21 paf
18313:
1.116 moko 18314: * Makefile.am: can use: make happy equals to make update install
1.95 moko 18315:
18316: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18317: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
18318: class". compiled as if here they named base class
18319:
18320: * src/main/pa_string.C: fixed bad language bug, [were wrong string
18321: cloning constructor]
18322:
18323: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
18324:
1.150 moko 18325: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 18326: $mail.received.file.value.content-type fixed
18327:
18328: 2002-08-20 paf
18329:
18330: * src/classes/file.C: fixed language of file:file result
18331:
18332: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
18333: from 3.0.0005
18334:
18335: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
18336:
18337: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
18338: 3.0.0005
18339:
18340: * src/classes/void.C, operators.txt: ^void.length[] = 0
18341:
18342: 2002-08-19 paf
18343:
18344: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
18345: work now
18346:
18347: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
18348: error in xnode, which were not catched in xdoc]
18349:
18350: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
18351: prepared: // validate each document after load/create (?)
18352: //xmlDoValidityCheckingDefaultValue = 1;
18353:
18354: 2002-08-15 paf
18355:
18356: * src/classes/classes.h: write to static var caused useless
18357: Exception, introduced Methoded::put_element wich consumes those
18358:
18359: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
18360: src/types/pa_vcookie.C, src/types/pa_vdate.h,
18361: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
18362: $response:field[date] $response:field[$.xxx[date]]
18363:
18364: * src/: classes/hash.C, classes/string.C, classes/table.C,
18365: classes/void.C, include/pa_sql_connection.h: fixed source of
18366: ^hash::sql{bad}
18367:
18368: * operators.txt: $request:body unprecessed POST request body
18369:
18370: * src/types/pa_vrequest.C: $request:body unprecessed POST request
18371:
18372: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
18373: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
18374:
18375: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
18376: src/include/pa_request.h, src/main/pa_pool.C,
18377: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
18378: $request:body r.post_data now const
18379:
18380: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
18381: classes/xnode.C, main/execute.C, types/pa_value.h,
18382: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
18383: types/pa_vtable.h: instead of type() checking everywhere used
18384: Value.as now user descendants can be used in params.
18385:
18386: VObject::as_*, is_defined now taken from bases. xtable(table)
18387: ^if($xtable) now OK
18388:
18389: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
18390: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
18391: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
18392:
18393: 2002-08-14 paf
18394:
18395: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
18396: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18397: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18398: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18399: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18400: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18401: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18402: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18403: types/pa_vresponse.C, types/pa_vresponse.h,
18404: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18405: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18406: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18407: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18408: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
18409: & VClass
18410:
18411: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
18412:
18413: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
18414: removed fixopt stupidity. on stupid linux use cd /document/root
18415: ../cgi/parser3 script
18416:
18417: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
18418: params, splitting them by space, excluding argv[0], argv[argc-1]
18419:
18420: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
18421: fixopt.h: fixopt now preprocesses command line params, splitting
18422: them by space, excluding argv[0], argv[argc-1]
18423:
18424: * src/targets/cgi/parser3.C: -f config file
18425:
18426: * src/targets/cgi/parser3.C: fixed .log file dir
18427:
18428: 2002-08-13 paf
18429:
18430: * src/types/pa_vobject.C: allow override parent variables, useful
18431: for form descendants [in vobject too, were in vclass]
18432:
18433: * src/types/pa_vclass.C: allow override parent variables, useful
18434: for form descendants
18435:
18436: * src/types/pa_vclass.C: checked: form[vclass]fields can be
18437: overwritten in derived(table)
18438:
18439: * src/: classes/form.C, classes/mail.C, classes/op.C,
18440: classes/xnode.h, include/pa_request.h, main/execute.C,
18441: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18442: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18443: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18444: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18445: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18446: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18447: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18448: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18449: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18450: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18451: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18452: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18453: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
18454: Value::get_element(..., bool looking_down) [needed to exclude
18455: endless recoursion]
18456:
18457: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
18458: fix bug with put endless recoursion todo: check 'as'
18459:
18460: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
18461: reorganized modules todo: fix bug with put endless recoursion
18462: todo: check 'as'
18463:
18464: * src/types/pa_vobject.h: checked: table fields can be overwritten
18465: in derived(table)
18466:
18467: * src/types/pa_vobject.h: derived classes can have fields of their
18468: own now
18469:
18470: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
18471: fixed error message on using non-created table
18472:
18473: * src/: classes/form.C, classes/hash.C, classes/mail.C,
18474: classes/op.C, classes/xnode.h, include/pa_request.h,
18475: main/compile.C, main/compile.tab.C, main/execute.C,
18476: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18477: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18478: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18479: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18480: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
18481: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18482: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18483: types/pa_vresponse.C, types/pa_vresponse.h,
18484: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18485: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18486: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18487: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18488: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
18489: looking down/up tree todo: fix error message on non-constructed
18490: parents
18491:
18492: 2002-08-12 paf
18493:
18494: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
18495: derived OK
18496:
18497: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
18498: thorough testing
18499:
18500: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
18501: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18502: types/pa_vobject.h, types/pa_vstateless_class.h,
18503: types/pa_vstateless_object.h, types/pa_wcontext.h,
18504: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
18505: ^base:create[] dynamic call rewritten todo: thorough testing
18506:
18507: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
18508: now instantates base class, remembers it and saves child in
18509: parent VObject.get_class now returns last child = downward
18510: virtual calls OK
18511:
18512: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18513: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18514: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
18515: types/pa_vobject.h, types/pa_vresponse.h,
18516: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18517: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
18518: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
18519: VAliased [redundant], moved $CLASS to VObject only [parser class
18520: instance]
18521:
18522: * src/main/pa_request.C: $response:body[file] content-type check
18523: fixed [were bad when content-type is hash]
18524:
18525: 2002-08-09 paf
18526:
18527: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18528: types/pa_vobject.h, types/pa_vxdoc.h: started as()
18529:
18530: 2002-08-08 paf
18531:
18532: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
18533: src/main/pa_globals.C: year column in month calendar [week year]
18534:
18535: * src/main/execute.C: error reporting on object writes to MAIN
18536: improved [were ruind with fixing $obj[^if(1){$obj}] ]
18537:
18538: * operators.txt, src/types/pa_vdate.h: $date.yearday
18539: $date.daylightsaving
18540:
18541: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
18542: use tainted data now. only she must specify the language.
18543:
18544: ^mail:send[ $.from[paf@mail.design.ru]
18545: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
18546: $.text[^taint[uri][ìîñêâà]=] ]
18547:
18548: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
18549: now prints more precise origin
18550:
18551: * src/include/pa_string.h: String::first_char now not fails on
18552: empty strings ^if(-f '') now ok and in 3 other places.
18553:
18554: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
18555: String::first_char now not fails on empty strings ^if(-f '') now
18556: ok and in 3 other places.
18557:
18558: 2002-08-07 paf
18559:
18560: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
18561: fixed
18562:
18563: * src/main/pa_string.C: ^string.mid(0;bad) fixed
18564:
18565: * src/: main/execute.C, types/pa_vcode_frame.h,
18566: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18567: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
18568: mistakenly not completely transparent to object writes.
18569: $hash[^if(1){$hash}] now works
18570:
18571: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
18572: now erasing cache file [there were bad check on that]
18573:
18574: * src/: classes/classes.dsp, classes/table.C,
18575: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
18576: all Debug dirs in .dsp now named 'Debug'
18577:
1.116 moko 18578: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 18579:
18580: * operators.txt, src/classes/mail.C: exception_type email.send
18581:
18582: * operators.txt, src/types/pa_vmail.C: exception_type email.format
18583:
18584: * src/types/pa_vmail.C: mail:send empty email checked
18585:
18586: 2002-08-06 paf
18587:
18588: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18589: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18590: ^table::create[$source;$.options] ^table::join[$source;$.options]
18591:
18592: * operators.txt, src/classes/hash.C, src/classes/string.C,
18593: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
18594: # $.default() }
18595:
18596: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
18597:
18598: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18599: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
18600: $file.content-type [instead of .mime-type] now works for
18601: file::stat also
18602:
18603: * src/main/pa_request.C: case insensitive mime_type_of
18604:
18605: 2002-08-05 paf
18606:
18607: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
18608:
18609: * src/types/pa_vmail.C: file buffer relocated to parser heap
18610:
18611: * operators.txt: comment on date:calendar week column
18612:
18613: * src/main/pa_common.C: write checked
18614:
18615: * src/main/: pa_common.C: write checked
18616:
18617: * src/classes/date.C: +1 buf size for stupid snprintfs
18618:
18619: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
18620: month calendar week column [ISO 8601 Week Numbers]
18621:
18622: 2002-08-02 paf
18623:
18624: * src/: include/pa_config_fixed.h, main/pa_string.C,
18625: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
18626: DEBUG*
18627:
18628: * configure, configure.in, src/include/pa_version.h: release
18629: 3_0_0005
18630:
18631: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
18632: multipart post fixed
18633:
18634: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
18635: response transcoded source->client only when text/* or simple
18636: onoverridden $response:body
18637:
18638: 2002-08-01 paf
18639:
18640: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18641: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18642: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18643: classes/op.C, classes/response.C, classes/string.C,
18644: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18645: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18646: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18647: include/pa_config_fixed.h, include/pa_dictionary.h,
18648: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
18649: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
18650: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
18651: include/pa_socks.h, include/pa_sql_connection.h,
18652: include/pa_sql_driver_manager.h, include/pa_stack.h,
18653: include/pa_string.h, include/pa_stylesheet_connection.h,
18654: include/pa_stylesheet_manager.h, include/pa_table.h,
18655: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18656: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18657: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
18658: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18659: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18660: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18661: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18662: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18663: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18664: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18665: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18666: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18667: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18668: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18669: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18670: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
18671: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
18672: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18673: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
18674: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18675: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18676: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18677: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
18678: types/pa_vmethod_frame.h, types/pa_vobject.h,
18679: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18680: types/pa_vresponse.h, types/pa_vstateless_class.C,
18681: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18682: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18683: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18684: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18685: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 18686: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 18687:
18688: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
18689: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
18690: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18691: classes/math.C, classes/op.C, classes/response.C,
18692: classes/string.C, classes/table.C, classes/void.C,
18693: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18694: include/pa_array.h, include/pa_cache_managers.h,
18695: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18696: include/pa_config_fixed.h, include/pa_config_includes.h,
18697: include/pa_dictionary.h, include/pa_dir.h,
18698: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18699: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18700: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18701: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18702: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18703: include/pa_stack.h, include/pa_string.h,
18704: include/pa_stylesheet_connection.h,
18705: include/pa_stylesheet_manager.h, include/pa_table.h,
18706: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18707: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
18708: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18709: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
18710: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18711: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
18712: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
18713: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18714: main/pa_sql_driver_manager.C, main/pa_string.C,
18715: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18716: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18717: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18718: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
18719: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18720: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18721: targets/isapi/pool_storage.h, types/pa_valiased.C,
18722: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
18723: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18724: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18725: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18726: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18727: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18728: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18729: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18730: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18731: types/pa_vresponse.C, types/pa_vresponse.h,
18732: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18733: types/pa_vstateless_object.h, types/pa_vstatus.C,
18734: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18735: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18736: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18737: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18738: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
18739: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
18740: types/Makefile.am: ident.C* removed
18741:
18742: * operators.txt, src/classes/file.C, src/main/pa_request.C:
18743: file:find[/can/do/this/now.txt]
18744:
18745: * src/targets/cgi/parser3.C: usage to stdout now
18746:
18747: 2002-07-31 paf
18748:
18749: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
18750:
18751: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
18752: default "postmaster"
18753:
18754: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
18755: -f postmaster now default sendmail key word "postmaster"
18756: replaced to $.from
18757:
18758: 2002-07-30 paf
18759:
1.116 moko 18760: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
18761: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 18762:
18763: * src/main/pa_charset.C: comment
18764:
18765: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
18766: table, &#decimal;
18767:
18768: * src/main/pa_request.C: comment
18769:
18770: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
18771: paragraf]
18772:
18773: 2002-07-11 paf
18774:
18775: * src/main/pa_exec.C: build command line badly added params twice
18776: [and first time without ' ']. double wrong. fixed.
18777:
18778: * src/main/pa_exec.C: invalid .exe caused error message with params
18779: wich parser did not provide = reported badly. fixed that.
18780:
18781: * src/classes/mail.C: $MAIL[ # xxx ]
18782:
18783: now ok
18784:
18785: * operators.txt: plan: sql detailed exception
18786:
18787: 2002-07-01 paf
18788:
18789: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
18790: [MForm.configure_admin were called when request.main_class ==0
18791:
18792: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18793:
18794: * src/classes/form.C: content_length type fix
18795:
18796: 2002-06-30 paf
18797:
18798: * src/classes/mail.C: merged from 4
18799:
18800: * src/classes/mail.C: restored $MAIL
18801:
18802: 2002-06-28 paf
18803:
18804: * configure, configure.in: removed paths.h
18805:
1.116 moko 18806: * configure, src/include/pa_version.h,
1.95 moko 18807: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18808: merged, makes updated
18809:
18810: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18811: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18812: src/include/pa_pool.h, src/include/pa_version.h,
18813: src/main/pa_charset.C, src/main/pa_pool.C,
18814: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18815: src/types/pa_vmail.C: merged latest updates to head
18816:
18817: 2002-06-27 paf
18818:
18819: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18820: not error now
18821:
18822: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18823: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18824: src/main/pa_charset.C, src/main/pa_pool.C:
18825: ^xdoc::create[[uri]]... base uri for document being created,
18826: imports and other relative file names would be relative to this
18827: uri default uri=path_translated
18828:
18829: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18830:
18831: 2002-06-26 paf
18832:
18833: * configure, configure.in, src/include/pa_version.h:
18834: release_3_0_0004
18835:
18836: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18837: 0 now
18838:
18839: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
18840:
18841: 2002-06-25 paf
18842:
18843: * src/main/pa_string.C: emtpy string, or string of whitespaces
18844: considered bad number now
18845:
18846: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
18847: now
18848:
18849: * operators.txt, src/classes/string.C: ^string.normalize [old
18850: name: optimize
18851:
18852: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
18853: library configured
18854:
18855: * src/main/pa_request.C: configure_admin forced if no @conf
18856:
1.150 moko 18857: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
18858: ^math:crypt updated to generate random salt when needed and to
18859: call system crypt() if not $apr1$ prefix
1.95 moko 18860:
18861: 2002-06-24 paf
18862:
18863: * INSTALL: --with-static/shared-mailreceive described
18864:
18865: * src/include/pa_config_fixed.h: ssize_t fixed
18866:
1.116 moko 18867: * configure, configure.in, src/include/pa_config_auto.h.in,
18868: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 18869: src/types/pa_vmail.C: $mail:received makes update
18870:
18871: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
18872: WITH_MAILRECEIVE
18873:
18874: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
18875:
18876: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
18877: option, for $mail:receive
18878:
18879: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
18880: introducting $message:received ^mail:send rewritten with backward
18881: comp
18882:
18883: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18884: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18885: types/types.dsp: win32xml win32mailreceive pseudomodules paths
18886: now
18887:
18888: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
18889: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18890: src/include/pa_request.h, src/include/pa_string.h,
18891: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
18892: src/main/pa_globals.C, src/main/pa_request.C,
18893: src/main/pa_string.C, src/main/pa_uue.C,
18894: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
18895: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
18896: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
18897: uue to separate file introducting $message:received ^mail:send
18898: rewritten with backward comp
18899:
18900: 2002-06-21 paf
18901:
1.116 moko 18902: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
18903: co changes
1.95 moko 18904:
1.116 moko 18905: * configure, configure.in, src/lib/md5/Makefile.am,
18906: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
18907: restructure .in and .am files appropriate changes
1.95 moko 18908:
18909: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
18910: pcre to libs/ added libs/md5 which is linked to non-apache
18911: targets ^math:crypt[password;$apr1$salt]
18912:
18913: * INSTALL, configure.in, operators.txt, parser3.dsw,
18914: src/Makefile.am, src/classes/Makefile.am,
18915: src/classes/classes.dsp, src/classes/math.C,
18916: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 18917: src/lib/pcre/Makefile.am, src/lib/pcre/README,
18918: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
18919: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
18920: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
18921: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
18922: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
18923: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
18924: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 18925: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
18926: src/lib/pcre/pcre_parser_ctype.dsp,
18927: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
18928: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
18929: src/main/compile.tab.C, src/main/main.dsp,
18930: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
18931: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
18932: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
18933: to libs/ added libs/md5 which is linked to non-apache targets
18934: ^math:crypt[password;$apr1$salt]
18935:
18936: 2002-06-20 paf
18937:
1.150 moko 18938: * INSTALL, configure, configure.in, operators.txt,
18939: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
18940: src/include/pa_globals.h, src/include/pa_request.h,
18941: src/main/execute.C, src/main/pa_request.C,
18942: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18943: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
18944: file:justname&co & @auto/conf[filespec
1.95 moko 18945:
18946: * operators.txt, src/classes/file.C:
18947: !^file:dirname[/a/some.tar.gz]=/a
18948: !^file:dirname[/a/b/]=/a
18949: !^file:basename[/a/some.tar.gz]=some.tar.gz
18950: !^file:justname[/a/some.tar.gz]=some.tar
18951: !^file:justext[/a/some.tar.gz]=gz
18952:
18953: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18954: main/pa_request.C, types/pa_vmethod_frame.h: introducing
18955: @conf/auto[filespec]
18956:
1.116 moko 18957: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 18958:
1.150 moko 18959: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 18960: src/include/pa_globals.h, src/targets/cgi/parser3.C,
18961: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
18962:
18963: 2002-06-18 paf
18964:
18965: * configure, configure.in, src/include/pa_version.h: version to
18966: configure.in
18967:
18968: * INSTALL: reflected .conf.dist dir change
18969:
1.150 moko 18970: * Makefile.am, configure, configure.in,
1.116 moko 18971: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 18972: .in & *.am updated
18973:
18974: * src/classes/file.C: strncasecmp
18975:
18976: * src/classes/file.C: strcasecmp
18977:
1.150 moko 18978: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 18979:
18980: * src/classes/file.C: ^file::exec[script;$.bad error case
18981: insensitive check now
18982:
18983: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
18984:
18985: * configure, configure.in, src/include/pa_pool.h,
18986: src/include/pa_types.h: pack configure.in detection simplified.
18987: figured out that gcc on sparc not that stupid as thought
18988: previously: on sparc: when it sees packed class it modifies it's
18989: field-access-code to byte operations [stb, ldub] instead of 4byte
18990: operations [st, lduh] so packed must be all parts of packed
18991: class, i.e. it's parents&fields(classes). for now it's only
18992: String that packed and what was wrong is that it's parent -
18993: Pooled, were not packed. fixed that.
18994:
18995: 2002-06-14 paf
18996:
18997: * operators.txt: more precise xml-to-text options
18998:
18999: * operators.txt, src/types/pa_vxnode.C: xnode
19000: attribute_node.name/value xnode pi.node.data
19001:
19002: 2002-06-12 paf
19003:
1.116 moko 19004: * configure, configure.in, src/targets/cgi/Makefile.am,
19005: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 19006:
19007: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
19008: src/include/pa_globals.h, src/include/pa_request.h,
19009: src/main/compile.tab.C, src/main/pa_globals.C,
19010: src/main/pa_request.C, src/targets/cgi/parser3.C,
19011: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
19012:
19013: * src/classes/mail.C: sendmail -ti [default now]
19014:
19015: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
19016: to be strings. for convinient #ing
19017:
19018: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
19019: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
19020:
19021: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
19022: main/pa_globals.C, main/pa_request.C: @conf
19023:
19024: 2002-06-11 paf
19025:
19026: * src/classes/file.C: check simplified
19027:
19028: * src/: classes/file.C, targets/cgi/parser3.dsp,
19029: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
19030: valid prefix
19031:
19032: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
19033: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
19034: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
19035:
19036: 2002-06-10 paf
19037:
19038: * operators.txt, src/classes/op.C, src/include/pa_common.h,
19039: src/main/pa_common.C: lock failures reported now
19040:
19041: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
19042: string->double @ compile time were not-enough-checking...
19043:
19044: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
19045: autoconvert now ignored
19046:
19047: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
19048: check
19049:
19050: * src/classes/mail.C: mail netscape attachment name fixed. todo:
19051: $response:body content-type:name
19052:
19053: * configure, configure.in: hpux check, nsl link, no socket
19054:
19055: * operators.txt: old merge conflict removed
19056:
19057: * configure, configure.in: pack even address access on sparc&co
19058: arch checked in configure
19059:
19060: * configure, src/include/pa_version.h: makes
19061:
19062: * configure, configure.in, src/include/pa_version.h: makes
19063:
19064: * src/main/untaint.C: (bug#2) mail subject got always prepended
19065: with charset even when all letters were 7bit one
19066:
19067: * src/main/pa_common.C: merged fixed -d (bug)
19068:
19069: * src/main/pa_common.C: fixed -d (bug)
19070:
19071: 2002-06-03 paf
19072:
19073: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
19074: src/classes/classes.dsp, src/main/compile.tab.C,
19075: src/main/main.dsp, src/main/pa_globals.C,
19076: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
19077: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
19078: .dsp-s along with reorganized cvs modules dirs structure
19079:
19080: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19081: main/pa_globals.C, targets/cgi/parser3.dsp,
19082: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
19083: modules
19084:
19085: 2002-05-28 paf
19086:
19087: * src/targets/cgi/parser3.C: info.uri now ""
19088:
19089: 2002-05-17 paf
19090:
19091: * src/classes/: table.C: ^table.save << checked empty
19092: pre/match/post columns
19093:
19094: 2002-05-16 paf
19095:
19096: * src/classes/image.C: image::measure can png now
19097:
19098: 2002-05-15 paf
19099:
19100: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
19101: added
19102:
19103: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
19104:
19105: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
19106: %H[:%M[:%S]]]]]] [-%m now
19107:
19108: 2002-05-14 paf
19109:
19110: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
19111:
19112: 2002-05-07 paf
19113:
19114: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
19115: src/include/pa_globals.h, src/include/pa_request.h,
19116: src/include/pa_table.h, src/main/compile.tab.C,
19117: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
19118: src/main/pa_request.C, src/main/pa_table.C,
19119: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
19120: src/targets/isapi/parser3isapi.dsp,
19121: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
19122: name2number field now &. main_method_name now on Request pool
19123: rather on global_pool [Junction+VJunction created on same pool as
19124: name = were created on global pool, causing mem leaks]
19125:
19126: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
19127: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
19128: main/compile.y, main/main.dsp, main/pa_globals.C,
19129: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
19130: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19131: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
19132: field now &. main_method_name now on Request pool rather on
19133: global_pool [Junction+VJunction created on same pool as name =
19134: were created on global pool, causing mem leaks]
19135:
19136: 2002-05-06 paf
19137:
19138: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19139: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
19140: 100*40 bytes per request memory leak [nonpool malloc in globals]
19141:
19142: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19143: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
19144: 100*40 bytes per request memory leak [nonpool malloc in globals]
19145:
19146: 2002-04-30 paf
19147:
19148: * configure, src/include/pa_version.h: version now not b
19149:
19150: * src/targets/cgi/parser3.C: request.uri now never 0
19151:
19152: 2002-04-29 paf
19153:
19154: * configure.in: removed b
19155:
19156: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
19157: Exception::comment/type checked in (), no there's no empty
19158: type/comment by default
19159:
19160: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
19161: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
19162: src/doc/value.dox, src/include/pa_exception.h,
19163: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
19164: 0001
19165:
19166: 2002-04-26 paf
19167:
19168: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
19169: size reduced
19170:
19171: 2002-04-25 paf
19172:
19173: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
19174: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
19175: now that took into account
19176:
19177: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
19178: 01:03:04]
19179:
19180: * ChangeLog, operators.txt, src/classes/date.C:
19181: ^date::create[2002-12-33 01:03:04]
19182:
19183: * ChangeLog: updated changelog
19184:
19185: * src/classes/table.C: removed restriction on column count to
19186: ^table.hash to work, now must be >0 [were >1]
19187:
19188: 2002-04-24 paf
19189:
19190: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19191: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19192: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
19193: targets
19194:
19195: 2002-04-23 paf
19196:
19197: * operators.txt, src/classes/string.C:
19198: int/double/string:sql{}[$.default{code}] fixed [were barking:
19199: "junction used outside of context"]
19200:
19201: 2002-04-22 paf
19202:
19203: * types.txt, src/classes/string.C, src/include/pa_string.h,
19204: src/main/pa_string.C, src/types/pa_vstring.C,
19205: src/types/pa_vstring.h: ^string.optimize[]
19206:
19207: * src/: include/pa_globals.h, include/pa_table.h,
19208: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
19209: table template
19210:
19211: * src/classes/: string.C: optimize removed from string
19212: .left/right/pos
19213:
19214: * src/main/execute.C: rolled back to
19215: before_killing_userjunction_contexts
19216:
19217: * src/main/execute.C: user junctions context killed
19218:
19219: * src/main/execute.C: junctions to local contexts got
19220: cleanized&checked later
19221:
19222: 2002-04-19 paf
19223:
19224: * src/: classes/string.C, include/pa_request.h,
19225: include/pa_string.h, main/pa_request.C, main/pa_string.C,
19226: types/pa_vstring.C, types/pa_vstring.h: string now optimized
19227: prior to .left .right .mid .pos .match when that is profitable,
19228: and always before .replace when $ORIGINS(1) optimization disabled
19229: economy from not wasting mem on lots of strings which occur by
19230: lots of String:mid calls to get parts of source string between
19231: found_occurances
19232:
19233: * src/classes/file.C: ovector now local economy: 16 bytes per
19234: ^file:list
19235:
19236: * src/: include/pa_globals.h, include/pa_table.h,
19237: main/pa_globals.C, main/pa_string.C: String::match table columns
19238: globalized, not created @ each ^match anymore economy:
19239: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
19240:
19241: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
19242: removed from each String::match replace iteration, and made
19243: stacked sizeof(VTable)=12bytes economy on each replace code
19244:
19245: * src/doc/footer.htm: 2001,
19246:
19247: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19248: string.match[]['] option enables generation of $match.prematch
19249: .match .postmatch columns
19250:
19251: * src/main/pa_string.C: String::match options analized without
19252: cstr-ing them now
19253:
19254: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
19255: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
19256: config updated to doxygen 1.2.15, created helper which fixes
19257: minor bugs in chm project files & htm tree. changed extension to
19258: .htm
19259:
19260: 2002-04-18 paf
19261:
19262: * src/doc/doxygen.cfg: .chi generation disabled
19263:
19264: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
19265: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
19266: fields&methods
19267:
19268: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
19269: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
19270: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
19271: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19272: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
19273: types/pa_vresponse.h, types/pa_vstateless_class.h,
19274: types/pa_vstateless_object.h, types/pa_vstatus.h,
19275: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
19276: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
19277: VStateless_class to VObject
19278:
19279: * src/: main/pa_request.C, types/pa_valiased.h,
19280: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19281: types/pa_vstring.h: VStateless_string_object speicalized light
19282: version of VStateless_object
19283:
19284: * src/classes/op.C: ^throw comment param made optional
19285:
19286: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
19287: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
19288: and implemented down in VClass, fclass_alias removed,
19289:
19290: * src/types/pa_value.C: forced to cut that from .h because of
19291: VStateless_class usage [undefined in .h]
19292:
19293: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19294: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19295: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
19296: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
19297: on each CALL]
19298:
19299: * src/: classes/classes.h, classes/date.C, classes/double.C,
19300: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19301: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19302: classes/response.C, classes/string.C, classes/table.C,
19303: classes/void.C, classes/xnode.C, include/pa_globals.h,
19304: include/pa_request.h, main/execute.C, main/pa_globals.C,
19305: main/pa_request.C, types/Makefile.am, types/pa_value.h,
19306: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
19307: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19308: types/pa_vstateless_class.h, types/pa_wcontext.C,
19309: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
19310: removed Value::fname
19311:
19312: 2002-04-17 paf
19313:
19314: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
19315: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
19316: doc/pooled.dox, doc/string.dox, doc/targets.dox,
19317: include/pa_pool.h, include/pa_types.h: dox updated to current
19318: state, PTHROW freshen to throw & co
19319:
19320: * src/types/pa_vhash.h: vstring wrong parent fixed
19321:
19322: * src/classes/op.C: taint local result var bug fixed
19323:
19324: 2002-04-16 paf
19325:
19326: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
19327: Attic asm.txt as most interesting
19328:
19329: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
19330: check, preventing content-length: 0 from appearing
19331:
19332: * src/main/execute.C: $result in @main now taken into account as in
19333: usual functions
19334:
19335: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
19336: & @unhandled_exception now taken into account as in usual
19337: functions
19338:
19339: * src/doc/postbuild.txt: instructions on post .html build
19340:
19341: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
19342:
19343: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
19344: tainted
19345:
19346: * src/main/pa_request.C: uri in error log
19347:
19348: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
19349: cheched date:create(days) param for validity [later were assumed
19350: valid and crashed on invalid onces]
19351:
19352: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19353: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
19354: and used that for removing VString wrapper
19355:
19356: * src/classes/op.C: exception2vhash file now tainted
19357:
19358: * src/classes/op.C: _process pseudo origin copied from local var to
19359: heap
19360:
19361: * src/classes/op.C: extra check on empty file in origin in _execute
19362:
19363: 2002-04-15 paf
19364:
19365: * src/: main/execute.C, types/pa_value.h: fixed name update
19366:
19367: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
19368: functions
19369:
19370: * src/: classes/file.C, classes/hash.C, classes/op.C,
19371: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
19372: started dual write_xxx_lang functions, if checked & works
19373:
19374: * src/: classes/date.C, classes/file.C, classes/mail.C,
19375: classes/string.C, classes/xnode.C, include/pa_request.h,
19376: types/pa_value.h, types/pa_wcontext.h: removed absolutely
19377: unnecessary VString shells
19378:
19379: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
19380: prev changes]
19381:
19382: * src/: classes/image.C, classes/op.C, classes/string.C,
19383: classes/table.C, include/pa_request.h, main/execute.C,
19384: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19385: StringOrValue wcontext result, now ready for dual writes
19386:
19387: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
19388: checked that
19389:
19390: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19391: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
19392: changed to OP_WRITE_VALUE in var get cases
19393:
19394: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
19395: include/pa_request.h, main/compile.tab.C, main/compile.y,
19396: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19397: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
19398: switch in hash constructor fixed [were problems with using of
19399: stacked wwrapper after it's death]
19400:
19401: 2002-04-12 paf
19402:
19403: * operators.txt, src/classes/table.C: table.select(expression) 0
19404:
19405: 2002-04-11 paf
19406:
19407: * src/: classes/string.C, include/pa_request.h, main/execute.C:
19408: Request::process_internal codeFrame & wwrapper stacked [not
19409: wasting heap anymore]
19410:
19411: 2002-04-10 paf
19412:
19413: * src/: classes/double.C, classes/file.C, classes/hash.C,
19414: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
19415: classes/string.C, classes/table.C, classes/void.C,
19416: classes/xdoc.C, include/pa_request.h, main/execute.C,
19417: main/pa_string.C: killed Request::process() wrapping
19418: VString(String) in case we need only String
19419:
19420: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19421: killed 8 bytes from String.head
19422:
19423: 2002-04-09 paf
19424:
19425: * src/: main/compile.tab.C, targets/cgi/parser3.C,
19426: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
19427: local*/char b[...]; a=b; situations
19428:
19429: * operators.txt, src/classes/xdoc.C: xslt params made literal
19430:
19431: * src/classes/xdoc.C: xslt params fixed
19432:
19433: * src/: main/pa_common.C, targets/cgi/parser3.C,
19434: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
19435: not pool.malloc(MAX_NUMBER) but really neaded
19436:
19437: * operators.txt, src/classes/double.C, src/classes/int.C:
19438: int/double.int/double(default)
19439:
19440: 2002-04-04 paf
19441:
19442: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
19443: [when reconstructing pieces were split by
19444: max_integral(piece.size), thus some strings to replace happen to
19445: be split into two = not replaced)
19446:
19447: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
19448: standalone version = current dir
19449:
19450: * src/targets/cgi/parser3.C: document root in standalone version =
19451: current dir
19452:
19453: 2002-04-03 paf
19454:
19455: * configure, configure.in: more checks on nonexistent charset
19456:
1.116 moko 19457: * INSTALL, configure, configure.in: root config configure options
1.95 moko 19458:
19459: 2002-04-02 paf
19460:
19461: * src/main/compile.C: parser.compile [exception name more like in
19462: doc]
19463:
19464: 2002-04-01 paf
19465:
19466: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
19467: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
19468: .content-type.charset, not .charset
19469:
19470: 2002-03-29 paf
19471:
19472: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
19473:
19474: * operators.txt, src/classes/date.C: ^date::create now may not
19475: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
19476: days' year. | 31.05->31.04 roll
19477:
19478: 2002-03-28 paf
19479:
19480: * operators.txt, src/classes/date.C, src/classes/op.C,
19481: src/include/pa_globals.h, src/include/pa_hash.h,
19482: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
19483: ^cache(seconds) ^cache[date] }
19484:
19485: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
19486: param
19487:
19488: 2002-03-27 paf
19489:
19490: * operators.txt, src/classes/date.C, src/classes/double.C,
19491: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
19492: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
19493: src/classes/math.C, src/classes/op.C, src/classes/string.C,
19494: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
19495: src/classes/xnode.C, src/include/pa_exception.h,
19496: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
19497: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
19498: src/main/pa_array.C, src/main/pa_charset.C,
19499: src/main/pa_charsets.C, src/main/pa_common.C,
19500: src/main/pa_dictionary.C, src/main/pa_exception.C,
19501: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
19502: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
19503: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
19504: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
19505: src/types/pa_value.h, src/types/pa_vcookie.C,
19506: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
19507: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
19508: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
19509: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
19510: src/types/pa_wwrapper.h: assigned exception types
19511:
19512: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
19513: src/include/pa_request.h, src/main/execute.C,
19514: src/main/pa_request.C: decided agains resetting exception_trace,
19515: just changed name
19516:
19517: 2002-03-26 paf
19518:
19519: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
19520: fixed
19521:
19522: * src/classes/op.C: forced language of $source field of exception
19523: to 'tainted', so that sql-langed-frags could be outputed outside
19524: of connect
19525:
19526: * operators.txt: removed date.roll limit of +-1 offset
19527:
19528: * src/classes/date.C: removed date.roll limit of +-1 offset
19529:
19530: * operators.txt, src/classes/date.C: fixed date roll on
19531: daylightsaving days mktime took into account tm_isdst flag, which
19532: remained from BEFORE roll, but should have been reset
19533:
19534: 2002-03-25 paf
19535:
19536: * operators.txt, src/targets/cgi/parser3.C:
19537: http_site_config_filespec
19538:
19539: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
19540: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
19541: with any/both --disable-foreign-group-files --disable-execs
19542:
19543: * INSTALL: "--with=sendmail=COMMAND" comment
19544:
19545: * INSTALL, configure, configure.in, src/classes/mail.C,
19546: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 19547: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
19548: disables execs also. introducing --sendmail
1.95 moko 19549:
19550: * operators.txt: pgsql options comment
19551:
19552: * INSTALL: comment on --disable-link-stdcpp
19553:
1.116 moko 19554: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19555: libstdc++ link skipping configure option
1.95 moko 19556:
19557: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
19558: with error were put to cache with 'marked_to_rollback' flag, all
19559: consequent even OK requests rolled back
19560:
19561: 2002-03-22 paf
19562:
19563: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
19564: false return
19565:
19566: * operators.txt: few comments on sets
19567:
19568: 2002-03-18 paf
19569:
19570: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
19571: src/include/pa_globals.h, src/include/pa_request.h,
19572: src/include/pa_stack.h, src/main/pa_globals.C,
19573: src/main/pa_request.C: introducing ^try
19574:
19575: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
19576: types/pa_vdouble.h: removed some tested @tests
19577:
19578: 2002-03-15 paf
19579:
19580: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
19581:
19582: 2002-03-13 paf
19583:
19584: * src/main/pa_exception.C: checked not-pooled malloc
19585:
19586: 2002-03-11 paf
19587:
19588: * INSTALL, configure, configure.in,
19589: src/include/pa_config_auto.h.in: --disable-foreign-group-files
19590:
19591: * src/main/pa_common.C: --disable-foreign-group-files
19592:
19593: * INSTALL: --disable-execs
19594:
19595: * src/main/pa_exec.C: --disable-execs
19596:
19597: * configure, configure.in, src/include/pa_config_auto.h.in:
19598: --disable-execs
19599:
19600: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
19601:
19602: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
19603: file::exec/cgi linebreaks "0D0A" changed to 0A onces
19604:
19605: 2002-03-05 paf
19606:
19607: * operators.txt, src/classes/date.C: date week calendar columns
19608: named
19609:
19610: * operators.txt, src/classes/date.C: date week calendar columns
19611: named
19612:
19613: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
19614: requires headers to be terminated with \r\n manually [refuses to
19615: separate header/body itself]
19616:
19617: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19618: targets/isapi/parser3isapi.C: isapi site config beside .dll
19619:
19620: 2002-03-04 paf
19621:
19622: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
19623: in PASS language
19624:
19625: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
19626: deserialize checks on broken file
19627:
19628: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
19629: parser3isapi.dsp: isapi updated
19630:
19631: 2002-03-01 paf
19632:
19633: * src/main/pa_exec.C: execle -> execve, now argc OK
19634:
19635: 2002-02-28 paf
19636:
19637: * src/main/untaint.C: removed some debug comments
19638:
19639: * src/main/pa_charsets.C: when placing charset to cache using
19640: global name now [were request]
19641:
19642: * configure, configure.in: apache module updated
19643:
19644: * src/main/pa_string.C: origin by first piece preferred before last
19645: piece
19646:
19647: 2002-02-27 paf
19648:
19649: * src/main/pa_charset.C: size_t
19650:
19651: * INSTALL: shared/static-xml with-pathlink
19652:
19653: * operators.txt: SMTP comment
19654:
19655: 2002-02-26 paf
19656:
19657: * src/main/pa_exec.C: more precise names for vars, cosmetic
19658:
19659: * src/classes/xnode.C: in some situation, xpath query returned
19660: result with type NODESET, but empty nodeset member field, checked
19661: that
19662:
19663: 2002-02-22 paf
19664:
19665: * INSTALL: without-zlib comment
19666:
19667: * etc/parser3.charsets/windows-1251.cfg: °
19668:
19669: * configure, configure.in: glib###.a detection fixed
19670:
19671: * INSTALL: hashfile removed from INSTALL
19672:
1.116 moko 19673: * Makefile.am: make update
1.95 moko 19674:
19675: * src/main/pa_string.C: string iterators fixed again, so were
19676: String::join_chain
19677:
19678: * src/main/pa_string.C: string iterators fixed again, so were
19679: String::join_chain
19680:
19681: * src/: include/pa_string.h, main/pa_string.C: string iterators
19682: fixed again, so were String::join_chain
19683:
19684: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
19685:
19686: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
19687: "session"
19688:
1.116 moko 19689: * configure, configure.in, src/include/pa_config_auto.h.in:
19690: --with-shared-xml --with-static-xml
1.95 moko 19691:
19692: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19693: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19694: types/types.dsp: *.dsp: removed refereces to win32db & ancient
19695: xalan&xml
19696:
19697: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
19698:
19699: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
19700: src/types/types.dsp: removed hashfile support from sources for
19701: now
19702:
1.116 moko 19703: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 19704: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 19705: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
19706: src/include/pa_db_manager.h, src/include/pa_db_table.h,
19707: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 19708: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 19709: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
19710: src/types/Makefile.am, src/types/pa_vhashfile.C,
19711: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 19712:
19713: 2002-02-21 paf
19714:
19715: * src/main/untaint.C: removed debug code, activated commented-for
19716: debug parts
19717:
1.116 moko 19718: * Makefile.am: make cvsupdate
1.95 moko 19719:
19720: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19721: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
19722: append_row, not at link zero now string to string appending works
19723:
19724: 2002-02-20 paf
19725:
19726: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
19727: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
19728: DEBUG_STRING_APPENDS_VS_EXPANDS
19729:
19730: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19731: economy: 22%
19732:
19733: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19734: space uptimized: string::link_row removed
19735:
19736: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
19737: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
19738: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19739: types/pa_vstring.h: speed uptimized: string::is_empty
19740:
19741: * operators.txt, src/include/pa_common.h,
19742: src/include/pa_config_fixed.h, src/include/pa_string.h,
19743: src/include/pa_types.h, src/main/compile.tab.C,
19744: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
19745: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
19746: string append optimiziation idea and estimates
19747:
19748: 2002-02-19 paf
19749:
19750: * src/classes/math.C: not used directly [but erroreously reported
19751: that 'is', thus registering twice&other probs]
19752:
19753: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
19754: to node [element]
19755:
19756: * src/main/compile.C: without string_origins parse error
19757: file+line+col possible
19758:
19759: * src/main/: compile.C: without string_origins not worked
19760:
19761: 2002-02-18 paf
19762:
19763: * src/types/pa_vdouble.h: since we have in_expression removed that
19764: trick i've installed into double::as_string
19765:
19766: * src/main/pa_globals.C: extern "C" was removed too fast
19767:
19768: * src/: include/pa_opcode.h, include/pa_request.h,
19769: main/compile.tab.C, main/compile.y, main/execute.C,
19770: types/pa_wcontext.h: in_expression aimed to solve old problem
19771: with string/nonstring values, now in expressions double/int
19772: values are passed as-is, without stupid tostring/fromstring
19773: conversions
19774:
19775: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
19776: __cplusplus } #endif
19777:
19778: * src/main/compile.tab.C: bison env set so one could compile
19779: without cygwin installed
19780:
19781: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19782: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
19783: gnome xml libs parser .dsp-s changed accordingly
19784:
19785: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
19786:
19787: * operators.txt, src/classes/date.C: date::create [were date::set,
19788: with backward comp
19789:
19790: * src/classes/math.C: math:random range check fixed
19791:
19792: * src/main/: compile.tab.C, compile.y: integer division stops name
19793:
19794: * INSTALL: local install comment
19795:
1.116 moko 19796: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19797:
1.116 moko 19798: * acinclude.m4, aclocal.m4, configure, configure.in,
19799: src/include/pa_config_auto.h.in,
19800: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19801: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19802:
19803: * operators.txt: \ comment
19804:
19805: 2002-02-13 paf
19806:
19807: * src/include/pa_config_includes.h: sys/time time both included
19808: now. vaguely remember confilicts on this on some system [not on
19809: six|ablv] so when would see them again would think up proper
19810: check
19811:
1.116 moko 19812: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19813: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19814:
19815: * src/main/pa_common.C: truncation never occured when writing files
19816: on unix [since i've changed cache mech] fix
19817:
19818: * src/main/pa_common.C: strnchr: sanity check added
19819:
19820: * etc/parser3.charsets/windows-1257.cfg: id added
19821:
19822: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19823: baltic charset file generated, in generation script ispunct check
19824: added
19825:
19826: 2002-02-08 paf
19827:
1.116 moko 19828: * src/: include/Makefile.am, sql/Makefile.am,
19829: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19830:
19831: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19832: forgotten
19833:
19834: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19835:
19836: * INSTALL, README: install&others updated
19837:
19838: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19839:
1.116 moko 19840: * Makefile.am, configure, configure.in,
19841: etc/parser3.charsets/Makefile.am, src/Makefile.am,
19842: src/classes/Makefile.am, src/main/Makefile.am,
19843: src/main/pa_status_provider.C, src/targets/Makefile.am,
19844: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
19845: works
1.95 moko 19846:
19847: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19848: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19849: classes/hashfile.C, classes/int.C, classes/mail.C,
19850: classes/math.C, classes/op.C, classes/response.C,
19851: classes/string.C, classes/table.C, classes/void.C,
19852: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19853: include/pa_array.h, include/pa_cache_managers.h,
19854: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19855: include/pa_config_fixed.h, include/pa_config_includes.h,
19856: include/pa_db_connection.h, include/pa_db_manager.h,
19857: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19858: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19859: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19860: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19861: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19862: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19863: include/pa_stack.h, include/pa_string.h,
19864: include/pa_stylesheet_connection.h,
19865: include/pa_stylesheet_manager.h, include/pa_table.h,
19866: include/pa_threads.h, include/pa_types.h, main/compile.C,
19867: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19868: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
19869: main/pa_db_connection.C, main/pa_db_manager.C,
19870: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19871: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19872: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
19873: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19874: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
19875: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19876: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
19877: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
19878: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
19879: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
19880: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19881: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19882: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
19883: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
19884: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
19885: types/pa_vmethod_frame.h, types/pa_vobject.h,
19886: types/pa_vrequest.h, types/pa_vresponse.h,
19887: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19888: types/pa_vstateless_object.h, types/pa_vstatus.C,
19889: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
19890: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
19891: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
19892: classes/image.C, main/pa_common.C, main/pa_exec.C,
19893: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19894: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
19895: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
19896: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
19897: types/pa_vxnode.C, main/pa_charset.C: name spelling
19898:
19899: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19900: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19901: classes/hashfile.C, classes/image.C, classes/int.C,
19902: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19903: classes/string.C, classes/table.C, classes/void.C,
19904: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19905: include/pa_array.h, include/pa_cache_managers.h,
19906: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
19907: include/pa_config_fixed.h, include/pa_config_includes.h,
19908: include/pa_db_connection.h, include/pa_db_manager.h,
19909: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19910: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19911: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19912: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19913: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19914: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19915: include/pa_stack.h, include/pa_string.h,
19916: include/pa_stylesheet_connection.h,
19917: include/pa_stylesheet_manager.h, include/pa_table.h,
19918: include/pa_threads.h, include/pa_types.h, main/compile.C,
19919: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19920: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
19921: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
19922: main/pa_db_connection.C, main/pa_db_manager.C,
19923: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19924: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19925: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19926: main/pa_socks.C, main/pa_sql_driver_manager.C,
19927: main/pa_status_provider.C, main/pa_string.C,
19928: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19929: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19930: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19931: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19932: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19933: targets/isapi/pool_storage.h, types/pa_valiased.C,
19934: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19935: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19936: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19937: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19938: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19939: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19940: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19941: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19942: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
19943: types/pa_vresponse.h, types/pa_vstateless_class.C,
19944: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19945: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
19946: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
19947: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
19948: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
19949: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
19950:
19951: 2002-02-07 paf
19952:
19953: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
19954:
1.116 moko 19955: * configure, configure.in, src/include/pa_config_auto.h.in,
19956: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
19957: added yet another locking function: fcntl
1.95 moko 19958:
19959: * config.sub: on cygwin configure passes it with strange i1586
19960: const, hacked it to mean i586
19961:
19962: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
19963: disabled $if reference due to conflicts with local variables
19964:
19965: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
19966: xdoc::set obsolete now, now xdoc::create, with both sences
19967:
19968: * operators.txt, src/classes/table.C, src/include/pa_array.h,
19969: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
19970: table::create now // 'set' name obsolete now table clone.
19971:
19972: * operators.txt, src/classes/string.C,
19973: src/include/pa_config_fixed.h, src/main/compile.tab.C:
19974: ^int/double/string.format now can be called with normal []
19975: brackets, not stupid {} as it were implemented for some strange
19976: reason. retaining backward compatibility due to some
19977: already-implemented servers
19978:
19979: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
19980: main/compile.y, main/compile_tools.C, main/compile_tools.h:
19981: operators now detected by check at name_without_curly_rdive_read
19982: rule whether diving code constists only of
19983: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
19984: with OP_GET_ELEMENT_OR_OPERATOR to form
19985: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
19986:
19987: 2002-02-06 paf
19988:
19989: * configure, configure.in: prefix expanded, grr
19990:
19991: * operators.txt, src/classes/mail.C: mail:send config changed
19992:
19993: 2002-02-05 paf
19994:
19995: * operators.txt: regex options commented
19996:
19997: * src/main/: pa_exec.C: argv0 now correct
19998:
19999: * src/types/pa_vstatus.C: status:rusage 3
20000:
20001: * src/types/pa_vstatus.C: status:rusage 2
20002:
20003: * operators.txt: status:rusage described int operators
20004:
20005: * src/types/pa_vstatus.C: status:rusage 1
20006:
20007: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
20008: src/types/types.dsp: status:rusage
20009:
20010: * configure.in, operators.txt, src/classes/file.C,
20011: src/classes/op.C, src/include/pa_common.h,
20012: src/include/pa_config_includes.h, src/main/compile.tab.C,
20013: src/main/pa_common.C: rewritten ^cache to use
20014: non-blocking-exclusive-caches
20015:
20016: * src/main/pa_common.C: text file read mode on win32 adjusted
20017: [speed impact. was off for debugging purpose, but forgotten
20018: afterwards]
20019:
20020: 2002-02-01 paf
20021:
20022: * src/classes/op.C: file_write does EX lock after create, while
20023: file_read does SH after open, so there's a moment after create
20024: but before EX lock when read can sneak into, and read
20025: just-created-for-writing-and-not-yet-locked file, added a check
20026: for that in ^cache...read
20027:
20028: 2002-01-31 paf
20029:
20030: * src/main/: compile.y, compile.tab.C: disabled operator call after
20031: ^xxx:
20032:
20033: * src/main/: compile.tab.C, execute.C: made operators lookup first
20034: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
20035:
20036: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
20037: main/compile.tab.C, main/compile.y, main/compile_tools.C,
20038: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
20039: operators check 6.1 rewritten. now check is done at compile time
20040:
20041: * src/main/execute.C: operators check 5 floated up old error of
20042: staying in 'entered class/object' state after $a($a..) it
20043: prevented operators from being called thereafter
20044:
20045: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20046: main/execute.C: operators check 4 floated up old error of staying
20047: in 'entered object' state after ^a.a(a) it prevented operators
20048: from being called thereafter
20049:
20050: * src/main/execute.C: operators check 3 floated up old error of
20051: staying in 'entered class' state after $a:a(a) it prevented
20052: operators from being called thereafter
20053:
20054: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
20055: floated up old error of staying in 'entered class' state after
20056: $a:a[a] it prevented operators from being called thereafter
20057:
20058: * src/main/execute.C: operators check, thay mistakenly seen in
20059: $class:operator $object.operators contexts
20060:
20061: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
20062: win32
20063:
1.116 moko 20064: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
20065: src/classes/Makefile.am, src/main/Makefile.am,
20066: src/targets/cgi/Makefile.am,
1.95 moko 20067: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 20068: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 20069:
1.116 moko 20070: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
20071: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
20072: configure, configure.in, form.txt, ident.awk, install-sh,
20073: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
20074: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 20075: etc/parser3.charsets/Makefile.am,
20076: etc/parser3.charsets/koi8-r.cfg,
20077: etc/parser3.charsets/windows-1250.cfg,
20078: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 20079: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
20080: src/main/Makefile.am, src/targets/cgi/Makefile.am,
20081: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
20082: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 20083: straightened installation scripts procedure made
20084: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
20085: change
20086:
20087: 2002-01-30 paf
20088:
20089: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
20090: removed] those comments were a mistake, and prevented libltdl
20091: from function properly
20092:
20093: 2002-01-29 paf
20094:
1.116 moko 20095: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
20096: creation [modified acinclude.m4 which were creating int into just
20097: assignment LIBTOOL=../libtool] added default system
20098: config&charsetts prepared 'make install', now it installs
20099: targets/cgi/parser3 into bin directory etc/parser3.conf &
20100: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 20101: $sysconfdir/parser3.charsets respectively
20102:
20103: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
20104: main/pa_globals.C: few forgotten ifdef XML added
20105:
20106: 2002-01-28 paf
20107:
1.116 moko 20108: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 20109: removed
20110:
20111: * src/main/pa_exception.C: dom|generic error output fix
20112:
20113: * src/classes/xnode.C: xdoc.importNode 3 [check err]
20114:
20115: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
20116:
20117: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
20118: [fixed as_node helper func to accept docs]
20119:
20120: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
20121: xdoc.importNode 0
20122:
20123: * src/classes/xdoc.C: xdoc::set now untaints OK
20124:
20125: 2002-01-25 paf
20126:
20127: * src/main/: compile.tab.C, compile.y: #comment before @ after
20128: @SPECIAL now works OK
20129:
20130: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
20131:
20132: * src/main/pa_exec.C: max arg count now 10, and proper message on
20133: violation that added
20134:
20135: * src/classes/hash.C: unified hash::sql, now
20136: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
20137:
20138: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20139: ^file:lock[filename]{code}
20140:
20141: * src/: classes/file.C, classes/op.C, classes/string.C,
20142: classes/table.C, classes/xdoc.C, include/pa_common.h,
20143: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
20144: to some pa_common funcs
20145:
20146: * src/: include/pa_charset.h, main/pa_globals.C:
20147: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
20148:
20149: * src/: include/pa_charset.h, main/pa_charset.C,
20150: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
20151: not stupid illegal define
20152:
20153: 2002-01-24 paf
20154:
20155: * src/include/pa_version.h: changed version number
20156:
20157: * src/: classes/hashfile.C, include/pa_db_table.h,
20158: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20159: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20160: main/pa_db_connection.C, main/pa_db_table.C,
20161: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
20162: hashfile without logfiles
20163:
20164: * src/: classes/hashfile.C, include/pa_db_table.h,
20165: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
20166: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
20167: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
20168: DB_INIT_TXN init bits, thus got rid of huge log files, which
20169: cluttered disk without huge need]
20170:
20171: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
20172: handy macro, which is strangly abscent in dome lib
20173:
20174: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
20175:
20176: * src/classes/xdoc.C: checked empty response
20177:
20178: * src/classes/xnode.C: xdoc.select fixed context node [were always
20179: /, not self node]
20180:
20181: * src/classes/xnode.C: xnode.select returns array always now, in
20182: case 'nothing found' returns empty array
20183:
20184: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
20185: be more tender with ctrl/c/v
20186:
20187: 2002-01-23 paf
20188:
20189: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
20190: substituted. // 2. when dom tree with entites goes under
20191: transform text nodes // got [erroreosly] cut on first
20192: entity occurance
20193:
20194: * src/types/pa_vdouble.h: double prec. todo: get rid of
20195: twice-converting
20196:
20197: * src/types/pa_vdouble.h: %.20E now float format when %g produced
20198: 'e' in output this is for regretful twice-converting here:
20199: $a(double value) when they write double falue they convert it to
20200: string first, thus %g were losing precesion.
20201:
20202: todo: think up some way to remove double->string string->double
20203: twice-converting
20204:
20205: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
20206: %.20E now default float format this is for regretful
20207: twice-converting here: $a(double value) when they write double
20208: falue they convert it to string first, thus %g were losing
20209: precesion.
20210:
20211: todo: think up some way to remove double->string string->double
20212: twice-converting
20213:
20214: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
20215: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
20216: reasons in comment inside
20217:
20218: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
20219: statically linked]
20220:
20221: * src/: include/pa_exception.h, main/compile.tab.C,
20222: main/pa_exception.C: removed exception va_list constructor. 1.
20223: not needed anymore 2. there were a conflict[causing errors]
20224: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
20225: never detected an ambiguilty here, compiling ctor(, "hello") into
20226: ctor(, va_list) which, of course, caused gpf
20227:
20228: * src/main/pa_globals.C: removed debug xslt messages
20229:
20230: 2002-01-22 paf
20231:
20232: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
20233: main/pa_globals.C: xsl stylesheet load: parsed entities, this
20234: helps compiling stylesheet properly. example: this refused to
20235: work, <b>«<xsl:value-of select="@title"
20236: />»</b> stranly worked only this way:
20237: <b>«<xsl:value-of select="@title" />»</b>
20238:
20239: docs says "set it to 1", never going into details, so I decided
20240: to try NOT to do that
20241:
20242: * src/classes/table.C: join behaived badly in case named tables
20243: structure mismatched: 0 strings sneaked into dest failing
20244: afterwards. replaced them with empty strings
20245:
20246: 2002-01-21 paf
20247:
20248: * src/main/pa_charset.C: checked empty transcoders in
20249: transcode_cstr|buf
20250:
20251: * src/classes/xdoc.C: xdoc::load error source = filespec
20252:
20253: * src/classes/xdoc.C: transform error source now
20254: stylesheet_filespec
20255:
1.116 moko 20256: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 20257: include/pa_stylesheet_connection.h, main/pa_charset.C,
20258: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 20259: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
20260: gnome
1.95 moko 20261:
20262: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20263: include/pa_globals.h, include/pa_stylesheet_connection.h,
20264: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
20265: xslt generic error 1
20266:
20267: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
20268: xml generic message 1
20269:
20270: * src/classes/table.C: ^table::load empty lines or #comments before
20271: headline
20272:
20273: * src/: include/pa_array.h, include/pa_globals.h,
20274: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
20275: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
20276: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
20277: errors 0
20278:
20279: 2002-01-16 paf
20280:
20281: * src/: classes/hash.C, classes/op.C, classes/string.C,
20282: classes/table.C, classes/void.C, classes/xdoc.C,
20283: include/pa_db_connection.h, include/pa_request.h,
20284: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20285: include/pa_stylesheet_connection.h,
20286: include/pa_stylesheet_manager.h, main/pa_request.C,
20287: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20288: targets/cgi/pool_storage.h: auto closers to sql_connection,
20289: stylesheet_connection auto destroyers to remaining gnome objects
20290:
20291: * src/classes/xdoc.C: few comments
20292:
20293: 2002-01-15 paf
20294:
20295: * src/classes/xdoc.C: xdoc file save string
20296:
20297: ready. todo: error handling
20298:
20299: * src/classes/xdoc.C: xdoc save rewritten using
20300: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
20301: result
20302:
20303: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
20304: started output options parsing
20305:
20306: 2002-01-14 paf
20307:
20308: * src/classes/xdoc.C: method
20309:
20310: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
20311: include/pa_pool.h, include/pa_stylesheet_connection.h,
20312: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
20313: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
20314: xslt transform0. TODO: use output options handle errors
20315:
20316: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
20317:
20318: 2002-01-11 paf
20319:
20320: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20321: main/compile_tools.C, main/compile_tools.h, main/execute.C:
20322: partial logical && || evaluation
20323:
20324: * src/classes/xnode.C: xpath selectNodes
20325:
20326: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
20327: string/number/bool
20328:
20329: * src/classes/xnode.C: xpath selectNode 2
20330:
20331: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
20332: xpath selectNode 1
20333:
20334: 2002-01-10 paf
20335:
20336: * src/classes/xnode.C: xpath selectNode -100 [just written]
20337:
20338: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
20339: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
20340: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
20341: refcounter]
20342:
20343: 2001-12-29 paf
20344:
20345: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
20346: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
20347: glib works 0
20348:
20349: 2001-12-28 paf
20350:
20351: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
20352: main/pa_exception.C: started glib transcoders
20353:
20354: * src/main/pa_globals.C: renamed gdome to libgdome.dll
20355:
20356: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
20357: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
20358: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
20359: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
20360: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
20361: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
20362: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
20363: libs just compiled in. no refcounting no xpath no xslt yet
20364:
20365: 2001-12-27 paf
20366:
20367: * src/: include/pa_charset.h, include/pa_common.h,
20368: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
20369: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
20370: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
20371: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
20372: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
20373: from xalan&xerces, started the process. globals [initialization
20374: pool [charset update charset [transcodings vxnode vxdoc [DOM
20375: calls
20376:
20377: * src/classes/Makefile.am: going away from xalan&xerces, not needed
20378: anymore
20379:
20380: 2001-12-26 paf
20381:
20382: * src/: include/pa_charset.h, include/pa_charsets.h,
20383: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
20384: key globalized [bug]
20385:
20386: 2001-12-25 paf
20387:
20388: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
20389: main/pa_string.C: table set & append changed splitting languages,
20390: separators now can be clean AND as-is same to mail command line
20391: $MAIN:MAIL.progX arguments
20392:
20393: 2001-12-24 paf
20394:
20395: * src/classes/mail.C: one parted text messages - no multipart
20396: mime-type anymore. for convinient if $.attach-ments
20397:
20398: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
20399: main/pa_string.C: read from cache size check updated
20400:
20401: * src/main/: pa_string.C: String::join_chain another ugly bug :(
20402:
20403: 2001-12-21 paf
20404:
20405: * src/classes/date.C: date:sql-string now returns localtime
20406:
20407: * src/main/pa_request.C: $result in @main actually not working, to
20408: hell with it for now
20409:
20410: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
20411: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
20412: @postprocess @exception
20413:
20414: * src/main/execute.C: junction evaluation canceled - endless
20415: recursion detected
20416:
20417: 2001-12-19 paf
20418:
20419: * src/main/pa_charset.C: charset->charset transcoding via unicode
20420: intermediate
20421:
20422: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
20423:
20424: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
20425:
20426: * src/classes/op.C: ^cache keypath now relative
20427:
20428: * src/classes/mail.C: changed weighting prior to sort
20429:
20430: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
20431: were missing
20432:
20433: 2001-12-17 paf
20434:
20435: * src/main/pa_charset.C: ifndef XML were bad type
20436:
20437: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
20438: outdated unset services_pool
20439:
20440: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
20441: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
20442: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
20443:
20444: * src/main/untaint.C: allowed space in filespec
20445:
20446: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
20447:
20448: * src/classes/image.C: no govno
20449:
20450: * src/classes/image.C: govno
20451:
20452: 2001-12-16 paf
20453:
20454: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
20455:
20456: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
20457: charset_connection&manager replaced by charset&charsets
20458:
20459: * src/main/pa_charset.C: name_cstr 0
20460:
20461: * src/main/untaint.C: uri lang now knows about client/source
20462: charsets
20463:
20464: * src/: classes/file.C, classes/math.C, classes/op.C,
20465: classes/string.C, classes/table.C, classes/xdoc.C,
20466: include/pa_array.h, include/pa_cache_managers.h,
20467: include/pa_charset_connection.h, include/pa_charset_manager.h,
20468: include/pa_common.h, include/pa_db_connection.h,
20469: include/pa_db_manager.h, include/pa_db_table.h,
20470: include/pa_dictionary.h, include/pa_exception.h,
20471: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
20472: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
20473: include/pa_sapi.h, include/pa_socks.h,
20474: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20475: include/pa_string.h, include/pa_stylesheet_connection.h,
20476: include/pa_stylesheet_manager.h, include/pa_table.h,
20477: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
20478: main/pa_charset.C, main/pa_charset_connection.C,
20479: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
20480: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20481: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
20482: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
20483: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
20484: types/types.dsp: introducing Charset
20485:
20486: 2001-12-14 paf
20487:
20488: * src/: include/pa_request.h, include/pa_transcoder.h,
20489: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
20490: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
20491: uri lang
20492:
20493: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
20494:
20495: * src/targets/cgi/Makefile.am: -I../../pcre to .am
20496:
20497: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
20498: defalts_name global
20499:
20500: * src/: include/pa_charset_connection.h, include/pa_pool.h,
20501: include/pa_request.h, main/main.dsp,
20502: main/pa_charset_connection.C, main/pa_charset_manager.C,
20503: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
20504: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
20505: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
20506: changed charset model. now important: $request:charset
20507: $response:charset while $response:content-type.charset become
20508: unimportant [informational]
20509:
20510: 2001-12-13 paf
20511:
20512: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
20513:
20514: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
20515: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
20516: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
20517: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
20518: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
20519: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
20520:
20521: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
20522: auto_ptr part other way, because of stupid gcc 2.96
20523: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
20524: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
20525: FormatterListener] /usr/include/g++-3/memory:48:
20526: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
20527: _Tp1 = FormatterListener, _Tp = FormatterListener]
20528:
20529: * src/classes/xdoc.C: removed extra inc
20530:
20531: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
20532:
20533: * src/include/pa_types.h: msvc head debugging flag
20534:
20535: * src/classes/xdoc.C: freed up listener
20536:
20537: * src/classes/string.C: change msg '... code is not code'
20538:
20539: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
20540: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20541: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
20542: [past/future prob]
20543:
20544: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20545: include/pa_config_fixed.h, include/pa_db_manager.h,
20546: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20547: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
20548:
20549: * src/: include/pa_config_fixed.h, main/pa_common.C,
20550: main/pa_string.C: removed signed mismatch warnings
20551:
20552: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
20553: 'expires' from header outputs
20554:
20555: * src/main/pa_string.C: string::recustruct erroreusly used outdated
20556: row ptr
20557:
20558: * src/classes/file.C: file::cgi bug, request_method were passed to
20559: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
20560:
20561: * src/classes/xdoc.C: lang list updated
20562:
20563: 2001-12-10 paf
20564:
20565: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
20566:
20567: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
20568: erase files like that, knowing their full name introducing //
20569: theoretical problem with, for instance, "_2B" and "." fragments,
20570: // they would yield the same // because
20571: need_file_encode('_')=false // but we need to delete such files
20572: somehow, getting names from ^index
20573:
20574: * src/main/pa_string.C: ^string.replace bug fixed [bad
20575: string::join_chank break]
20576:
20577: 2001-12-07 paf
20578:
20579: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
20580: include/pa_common.h, include/pa_config_auto.h.in,
20581: include/pa_config_fixed.h, include/pa_config_includes.h,
20582: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
20583: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
20584: types/pa_vhashfile.C: merged from r14_simple_cache
20585:
20586: * src/main/pa_string.C: stupid sparc architecture failed to access
20587: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
20588: lduh [ %i2 + 1 ], %l0
20589:
20590: bus error, fixed that
20591:
20592: * src/main/pa_string.C: strange string deserialize bug on
20593: client[pmts], a bit shortened,
20594:
20595: * src/include/pa_config_auto.h.in: makes
20596:
20597: * src/: include/pa_common.h, include/pa_config_fixed.h,
20598: include/pa_config_includes.h, main/pa_common.C: exclusive lock
20599: file write shared lock file read
20600:
20601: * src/: classes/op.C, include/pa_common.h,
20602: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
20603:
20604: 2001-12-06 paf
20605:
20606: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20607: main/pa_request.C: #ifdef RESOURCES_DEBUG
20608:
20609: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
20610: info
20611:
20612: * src/classes/hashfile.C: removed transaction from ^cache
20613:
20614: 2001-12-05 paf
20615:
20616: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
20617: IIS5 there were a prob with illegal call check
20618:
20619: 2001-12-04 paf
20620:
20621: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20622: main/pa_request.C: measures to log
20623:
20624: 2001-11-23 paf
20625:
20626: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20627: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
20628: types/pa_vhashfile.C: merged from _0014, 1
20629:
20630: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20631: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
20632: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
20633: ^cache(33) would change
20634:
20635: 0660 bits in file_write & hashfile create
20636:
20637: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
20638: after pa_string optimization]
20639:
20640: 2001-11-22 paf
20641:
20642: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20643: table.offset[whence]
20644:
20645: * src/classes/op.C: process cstr(,connection)
20646:
20647: * src/classes/op.C: process now gets its body on current language,
20648: not as-is
20649:
20650: * src/main/untaint.C: ORIGINS mode removed UHTML
20651:
20652: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
20653: bit
20654:
1.116 moko 20655: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 20656:
20657: 2001-11-21 paf
20658:
20659: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
20660: <xsl:output output options made identical to xsl:output
20661: attributes exclusion: cdata-section-elements what xalan can do
20662: but that not used now: it can escape and remove CDATA sections
20663:
20664: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
20665: produced by xslt
20666:
20667: * src/targets/cgi/parser3.C: removed debug cgi||1
20668:
20669: * src/main/: pa_string.C, untaint.C: cached some string::size() es
20670:
20671: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
20672: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
20673: default language for {code}, it happen to change it's language
20674: from CLEAN, so later refused to split by CLEAN \t
20675:
20676: 2001-11-20 paf
20677:
1.116 moko 20678: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
20679: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 20680: bottom of dependeces, so that errors would popup quicklier, fixed
20681: line numbering in table::sql
20682:
20683: 2001-11-19 paf
20684:
20685: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
20686: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20687: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20688: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
20689: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
20690: at wcontext.write
20691:
1.116 moko 20692: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 20693: _set_new_handler
20694:
1.116 moko 20695: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
20696: set_new_handler in apache&isapi
1.95 moko 20697:
20698: 2001-11-16 paf
20699:
20700: * src/targets/cgi/parser3.C: pool debug @ die
20701:
20702: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
20703: removed 8 bytes from String, 2 bytes from
20704: string::chunk::row::item
20705:
20706: * src/main/pa_string.C: removed 1+4 bytes from String
20707:
20708: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20709: types/pa_vstring.C: removed 1+4 bytes from String
20710:
20711: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
20712: 0
20713:
20714: * src/: include/pa_globals.h, include/pa_string.h,
20715: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
20716: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
20717: targets/cgi/parser3.C: introducing estimating
20718: String::cstr_bufsize, 0
20719:
20720: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
20721:
20722: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
20723:
20724: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
20725: include/pa_pool.h: die in pool::fail
20726:
20727: 2001-11-15 paf
20728:
20729: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
20730: main/pa_exception.C, targets/cgi/parser3.C: exception with
20731: dynamic buffer re-back now with counter
20732:
20733: * src/: include/pa_exception.h, main/pa_exception.C: exception with
20734: static buffer back
20735:
20736: * src/targets/cgi/parser3.C: std::
20737:
20738: * src/: classes/classes.awk, include/pa_config_auto.h.in,
20739: include/pa_config_includes.h: setnewhandler check
20740:
1.116 moko 20741: * src/include/pa_config_auto.h.in: makes
1.95 moko 20742:
20743: * src/targets/cgi/parser3.C: set_new_handler started
20744:
20745: 2001-11-14 paf
20746:
20747: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20748: was wrong
20749:
20750: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20751: was wrong
20752:
20753: * src/main/pa_request.C: z
20754:
20755: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
20756: full returns win32 -1 solaris >buffer_size
20757:
20758: checked all that
20759:
20760: * src/classes/op.C: ^untaint{body} as-is default now
20761:
20762: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20763: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
20764: with no_bad_constructors_try
20765:
20766: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20767: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
20768: this: $bred[^string::length[]] $bred[^response::clear[]]
20769: $bred[^int::int[]]
20770:
20771: now VObject creation moved into overriden
20772: VClass::create_new_value, thus 0 from create_new_value means that
20773: class has no ctors
20774:
20775: 2001-11-13 paf
20776:
20777: * src/classes/classes.C: returned accedently removed if in foreach
20778: callbacks [when hash no-0-restructure]
20779:
20780: 2001-11-12 paf
20781:
20782: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
20783: passed as-is to method, xalan makes & into & itself
20784:
20785: * src/classes/date.C: date.roll parser2 alg used
20786:
20787: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
20788: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20789: main/pa_dictionary.C, main/pa_hash.C,
20790: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
20791: now does not containt 0 values. put 0 actullay removes. no check
20792: on 0 value in foreach now required
20793:
20794: 2001-11-11 paf
20795:
20796: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20797:
20798: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20799:
20800: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20801: driver initialize not const
20802:
20803: 2001-11-10 paf
20804:
20805: * src/main/pa_exec.C: doc
20806:
20807: 2001-11-09 paf
20808:
20809: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20810: param properly
20811:
20812: * src/classes/string.C: string.save now does untainting before
20813: saving
20814:
20815: * src/main/pa_common.C: line endings fixing fixed last piece[was
20816: still cstr oriented]
20817:
20818: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20819: line endings fixing got rid of cstr, now must work ok with post
20820: multipart
20821:
20822: * src/types/pa_vform.C: line endings fixed at post / multipart /
20823: not file also now
20824:
20825: 2001-11-08 paf
20826:
20827: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20828: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20829: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20830: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20831: main/pa_stylesheet_manager.C: restructured Cache manager to be
20832: simple parent, not second parent [gcc 2.96 strangly refused to
20833: call virtual from second parent]
20834:
1.116 moko 20835: * src/: include/pa_common.h, main/Makefile.am,
20836: targets/cgi/pa_pool.C: makes
1.95 moko 20837:
20838: * src/: include/pa_request.h, main/pa_request.C,
20839: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
20840: 'status' class enabler
20841:
20842: <Location /parser-status.html> ParserStatusAllowed </Location>
20843:
20844: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20845: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20846: include/pa_stylesheet_manager.h, main/main.dsp,
20847: main/pa_cache_managers.C, main/pa_charset_manager.C,
20848: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20849: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20850: types/pa_vstatus.h: cache_managers, maybe-expiring every request
20851: todo: apache 'status' class enabler
20852:
20853: 2001-11-05 paf
20854:
20855: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
20856: debug to normal
20857:
20858: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
20859: hence i removed skipping 0 values in hash::for_each-es we need to
20860: check cleaned cache items manually. few more checks.
20861:
20862: expiring to 0 time was wrong, changed to 'now' time
20863:
20864: * src/targets/cgi/parser3.C: read can return 0, that means sort of
20865: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
20866: on apache already done :)
20867:
20868: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
20869: skipping 0 values in hash::for_each-es we need to check cleaned
20870: cache items manually
20871:
20872: * src/main/: pa_db_connection.C, pa_db_table.C:
20873: parser_multithreaded check was wrong
20874:
20875: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20876: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20877: classes/hashfile.C, classes/image.C, classes/int.C,
20878: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20879: classes/string.C, classes/table.C, classes/void.C,
20880: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20881: include/pa_array.h, include/pa_charset_connection.h,
20882: include/pa_charset_manager.h, include/pa_common.h,
20883: include/pa_config_fixed.h, include/pa_config_includes.h,
20884: include/pa_db_connection.h, include/pa_db_manager.h,
20885: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20886: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20887: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20888: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20889: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20890: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20891: include/pa_stack.h, include/pa_string.h,
20892: include/pa_stylesheet_connection.h,
20893: include/pa_stylesheet_manager.h, include/pa_table.h,
20894: include/pa_threads.h, include/pa_types.h, main/compile.C,
20895: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20896: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
20897: main/pa_charset_manager.C, main/pa_common.C,
20898: main/pa_db_connection.C, main/pa_db_manager.C,
20899: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20900: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20901: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20902: main/pa_socks.C, main/pa_sql_driver_manager.C,
20903: main/pa_status_provider.C, main/pa_string.C,
20904: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20905: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20906: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20907: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20908: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20909: targets/isapi/pool_storage.h, types/pa_valiased.C,
20910: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20911: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20912: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20913: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20914: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20915: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20916: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20917: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20918: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20919: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20920: types/pa_vstateless_object.h, types/pa_vstatus.h,
20921: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
20922: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
20923: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20924: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20925: $status:db fixed used not initialized in db_connection & db_table
20926:
20927: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
20928: $status:charset
20929:
20930: * src/: classes/xdoc.C, include/pa_db_connection.h,
20931: include/pa_stylesheet_connection.h,
20932: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
20933: types/pa_vstatus.h: $status:stylesheet
20934:
20935: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
20936: include/pa_request.h, include/pa_sql_connection.h,
20937: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20938: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
20939: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
20940: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20941: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
20942: types/pa_vxnode.C, types/types.dsp: started status parser class
20943:
20944: 2001-11-01 paf
20945:
20946: * src/include/pa_config_auto.h.in: makes
20947:
20948: * src/main/pa_hash.C: removed old extra include
20949:
20950: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
20951: checks [for hp, there are such in math.h]
20952:
20953: * src/classes/op.C: ^for endless loop check strightened
20954:
20955: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
20956: behavior in native calls. it left unchanged, so ^for ^foreach &
20957: co can use r.root to write their i & key,value there
20958:
20959: * src/classes/op.C: detected for var storage bug, fixed.
20960: todo:foreach
20961:
20962: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
20963: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
20964: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
20965: changing of hash inside of foreach
20966:
20967: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
20968: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
20969: were hash.foreach
20970:
20971: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
20972: types/pa_vstring.C, types/pa_vstring.h:
20973: ^foreach[key|value]{body}[[separator]|{separator}]
20974:
20975: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
20976: types/pa_vcookie.C: ^hash.delete[key]
20977:
20978: 2001-10-31 paf
20979:
20980: * src/main/: compile.C, pa_common.C: completely empty file now
20981: considered "read", not ignored [not perfect trick used]
20982:
20983: * src/main/pa_common.C: simplier common ifdefs
20984:
20985: * src/main/pa_common.C: typing bug in common - bad ifdeff
20986:
20987: * src/main/pa_db_connection.C: z
20988:
20989: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
20990: lockdetector flags
20991: dbenv.lk_detect=DB_LOCK_RANDOM;
20992:
20993: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
20994: from accidental show [imagine user forgot @exception]
20995:
20996: * src/classes/table.C: ^table.save[[nameless|+append;]path]
20997:
20998: * src/: classes/file.C, classes/image.C, classes/mail.C,
20999: classes/string.C, classes/xnode.C, include/pa_common.h,
21000: main/pa_common.C: ^string.save[[append;]path]
21001:
21002: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21003: main/execute.C: \ in expression: int divide 10/3=3
21004:
21005: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
21006: inside of ^cache
21007:
21008: * src/: include/pa_threads.h, main/pa_db_connection.C,
21009: main/pa_db_table.C, targets/cgi/pa_threads.C,
21010: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
21011: needed
21012:
21013: 2001-10-30 paf
21014:
21015: * src/: classes/classes.dsp, main/main.dsp,
21016: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21017: types/types.dsp: enabled debug incremental compile
21018:
21019: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21020: form post data line endings not reformatted now.
21021:
21022: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
21023: now required [had bug when file= has no value]
21024:
21025: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
21026: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
21027: cstr(asis) default param removed
21028:
21029: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
21030:
21031: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
21032:
21033: * src/include/pa_dir.h: LOAD_DIR fixed
21034:
21035: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
21036: was broken} fix_line_breaks
21037:
21038: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
21039: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
21040: packed with #pragma pack
21041:
1.116 moko 21042: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 21043:
21044: 2001-10-29 paf
21045:
21046: * src/types/pa_wcontext.h: bitfield syntax stricter
21047:
21048: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
21049: string hash.puts
21050:
21051: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
21052:
21053: * src/include/pa_sql_connection.h: there were one wrong
21054: SQL_CONNECTION_FUNC_GUARDED [failed]
21055:
21056: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
21057: param.someday either ifdef or remove it
21058:
21059: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
21060:
21061: * src/main/untaint.C: optimizing returned after debugging
21062:
21063: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
21064: main/untaint.C: memory hunging #pragma pack(1)
21065:
21066: 16 419 844 13 169 394
21067:
21068: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21069: targets/cgi/pa_pool.C: String size_t replace to uint in proper
21070: places [todo:Array]
21071:
21072: * src/: main/execute.C, targets/cgi/pa_pool.C,
21073: targets/cgi/parser3.dsp, types/pa_wcontext.h,
21074: types/pa_wwrapper.h: debugging memory WContext flags to bits
21075:
21076: total 5 652 652/158731 total 5 469 332/158731
21077:
21078: * src/: include/pa_array.h, main/pa_array.C: debugging memory
21079: Array:: without cache in get/put now
21080:
21081: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
21082: 18:25:27 2001] total 5 652 652/158731
21083:
21084: * src/: include/pa_string.h, main/pa_string.C,
21085: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
21086: now
21087:
21088: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
21089: 18:11:53 2001] total 5796092/158731
21090:
21091: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
21092: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
21093: key ref now
21094:
21095: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
21096: 17:11:17 2001] total 16867948/202658
21097:
21098: * src/: classes/file.C, classes/image.C, classes/string.C,
21099: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
21100: main/execute.C, main/pa_array.C, main/pa_common.C,
21101: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21102: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
21103: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
21104: string::as_int/double now usually uses stack, not heap [200K out
21105: of 17M :)] VString(String&) not copies reference [29M -> 17M]
21106:
21107: * src/main/pa_sql_driver_manager.C: ping to have services [old
21108: hiding bug]
21109:
21110: * src/Makefile.am: .am order
21111:
21112: * src/: include/pa_array.h, include/pa_charset_manager.h,
21113: include/pa_db_connection.h, include/pa_db_manager.h,
21114: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
21115: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21116: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
21117: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
21118: required "friend class"
21119:
21120: ../include/pa_request.h:51: friend declaration requires
21121: class-key, i.e. `friend class Temp_lang'
21122:
21123: * src/: include/pa_exception.h, include/pa_sql_connection.h,
21124: main/pa_exception.C, main/pa_sql_driver_manager.C,
21125: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
21126:
21127: the idea is to #1 jump to C++ some function to main body, where
21128: every function stack frame has exception unwind information and
21129: from there... #2 propagate_exception()
21130:
21131: 2001-10-28 paf
21132:
21133: * src/main/pa_db_connection.C: removed old consts
21134:
21135: * src/main/pa_db_connection.C: expire table [was accidently pasted
21136: with wrong type/cast]
21137:
21138: * src/main/: pa_db_connection.C, pa_db_table.C: exception
21139: translation
21140:
1.116 moko 21141: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 21142: remember to build DB2 with -fexceptions!!!
21143:
21144: * src/main/pa_db_table.C: DB_RMW defed
21145:
21146: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
21147: include/pa_db_connection.h, include/pa_db_manager.h,
21148: include/pa_db_table.h, main/pa_db_connection.C,
21149: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
21150:
21151: 2001-10-27 paf
21152:
21153: * src/: classes/hashfile.C, include/pa_db_connection.h,
21154: include/pa_db_table.h, main/pa_db_connection.C,
21155: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
21156: types/pa_vhashfile.C: DB2 ifdefs
21157:
1.116 moko 21158: * src/: classes/Makefile.am, include/pa_config_fixed.h,
21159: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 21160: makes with DB2
21161:
1.116 moko 21162: * src/: include/pa_config_auto.h.in, main/Makefile.am,
21163: types/Makefile.am: makes db
1.95 moko 21164:
21165: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
21166: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
21167: globals.C
21168:
21169: * src/: classes/hashfile.C, include/pa_db_connection.h,
21170: include/pa_db_table.h, main/pa_db_connection.C,
21171: main/pa_db_table.C: ^hashfile.clear[]
21172:
21173: * src/classes/classes.awk: no $ in var names
21174:
21175: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
21176: connection&table [forgotten calls]
21177:
21178: 2001-10-26 paf
21179:
21180: * src/main/pa_db_connection.C: db checkpoints
21181:
21182: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
21183: checkpoints
21184:
21185: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
21186: default. but entities still reparsed. todo: tothink
21187:
21188: * src/main/pa_db_connection.C: db recover mech 2
21189:
21190: * src/: classes/hashfile.C, include/pa_db_connection.h,
21191: include/pa_db_manager.h, include/pa_db_table.h,
21192: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21193: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
21194: types/pa_vhashfile.h: db connections & tables now cached at
21195: create time & multithreaded
21196:
21197: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
21198: parsed_source
21199:
21200: * src/main/pa_db_connection.C: about to remove connection from
21201: vhashfile
21202:
21203: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
21204: transaction commit/rollback responsibility left to parent [as it
21205: sould - else there were a bug with double free]
21206:
21207: * src/include/pa_db_table.h: db: child transaction commit/rollback
21208: responsibility left to parent [as it sould - else there were a
21209: bug with double free]
21210:
21211: 2001-10-25 paf
21212:
21213: * src/: classes/hashfile.C, include/pa_common.h,
21214: include/pa_db_connection.h, include/pa_db_manager.h,
21215: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
21216: types/pa_vhashfile.C, types/pa_vhashfile.h,
21217: include/pa_db_table.h, main/pa_db_table.C: started db_home
21218: [multiple, cached] todo: autorecover [tried, but not succeded,
21219: yet]
21220:
21221: * src/include/pa_dir.h: ancient gpf on dir not found fixed
21222:
21223: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
21224: transaction parent passed
21225:
21226: 2001-10-24 parser
21227:
1.116 moko 21228: * src/classes/Makefile.am: makes
1.95 moko 21229:
21230: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
21231: isapi/pool_storage.h: pool_storage fixed
21232:
21233: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
21234: types/pa_vform.h: form fix_line_breaks
21235:
1.116 moko 21236: * src/targets/cgi/pool_storage.h: makes
1.95 moko 21237:
21238: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
21239: targets/cgi/pool_storage.h: makes
21240:
21241: * src/sql/pa_sql_driver.h: version
21242:
21243: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
21244: types/pa_vform.C, types/pa_vform.h: .am
21245:
21246: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
21247: this: DB_RMW Acquire write locks instead of read locks when doing
21248: the retrieval. Setting this flag may decrease the likelihood of
21249: deadlock during a read-modify-write cycle by immediately
21250: acquiring the write lock during the read part of the cycle so
21251: that another thread of control acquiring a read lock for the same
21252: item, in its own read-modify-write cycle, will not result in
21253: deadlock
21254:
21255: * src/targets/isapi/parser3isapi.dsp: doc
21256:
21257: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
21258:
21259: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
21260:
21261: * src/: classes/hashfile.C, include/pa_db_connection.h,
21262: main/pa_db_connection.C: hashfile expired deleted from db when
21263: get & iterate
21264:
21265: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
21266: expiring 1
21267:
21268: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
21269:
21270: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
21271: db_connection not bothers with key when not returning expired
21272: data
21273:
21274: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
21275: types/pa_vhashfile.C: db_cursor constructor public now
21276:
21277: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
21278: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
21279: stamped, todo: put_element analize
21280:
21281: * src/: include/pa_db_connection.h, include/pa_string.h,
21282: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
21283: serialize. todo stamp
21284:
21285: 2001-10-23 parser
21286:
21287: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
21288: classes/image.C, classes/mail.C, classes/response.C,
21289: classes/string.C, classes/table.C, classes/xdoc.C,
21290: include/pa_config_fixed.h, include/pa_db_connection.h,
21291: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
21292: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
21293: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
21294: types/pa_vtable.C: ^hashfile.hash[]
21295:
21296: * src/: classes/hashfile.C, classes/xdoc.C,
21297: include/pa_config_fixed.h, main/pa_db_manager.C,
21298: main/pa_globals.C: ifdefs so it compiled without db
21299:
21300: * src/: classes/hashfile.C, include/pa_db_connection.h,
21301: include/pa_db_manager.h, main/pa_db_connection.C,
21302: main/pa_db_manager.C, types/pa_vhashfile.h:
21303: ^hashfile.transaction{code} ^hashfile:clear[filename]
21304: ^hashfile.delete[key]
21305:
21306: 2001-10-22 parser
21307:
21308: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
21309: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
21310:
21311: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
21312: classes/xnode.C, include/pa_charset_connection.h,
21313: include/pa_db_connection.h, include/pa_db_manager.h,
21314: include/pa_exception.h, include/pa_sapi.h,
21315: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21316: include/pa_stylesheet_connection.h,
21317: include/pa_stylesheet_manager.h,
21318: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21319: main/pa_db_connection.C, main/pa_db_manager.C,
21320: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
21321: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21322: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
21323: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
21324: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
21325: types/types.dsp: hashfile 0
21326:
21327: * src/types/pa_vhashfile.C: z
21328:
21329: * src/: classes/classes.dsp, classes/hashfile.C,
21330: include/pa_config_fixed.h, main/execute.C,
21331: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
21332: types/pa_vhashfile.h, types/types.dsp: hashfile -100
21333:
21334: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
21335:
21336: * src/: include/pa_exception.h, include/pa_request.h,
21337: main/execute.C, main/pa_exception.C, main/pa_request.C,
21338: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21339: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
21340:
21341: 2001-10-19 parser
21342:
21343: * src/include/pa_pool.h: header
21344:
21345: * src/main/pa_pool.C: auto compiled on gcc
21346:
21347: * src/classes/image.C: comment
21348:
1.116 moko 21349: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 21350:
21351: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21352: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21353: types/pa_vxnode.h: xnode clone got freed
21354:
21355: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21356: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
21357: can free up xalandomstring resulting from pool::transcode
21358:
21359: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
21360: include/pa_config_fixed.h, include/pa_exception.h,
21361: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
21362: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
21363: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
21364: to c++ exceptions 1xml configure fixed to exclude xalan-patch
21365: from non-xml compile
21366:
21367: * src/main/pa_request.C: pool:: context - get_context
21368:
21369: * src/: classes/classes.h, classes/date.C, classes/double.C,
21370: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
21371: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
21372: classes/string.C, classes/table.C, classes/void.C,
21373: include/pa_config_fixed.h, include/pa_exception.h,
21374: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
21375: main/compile.C, main/compile_tools.C, main/execute.C,
21376: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
21377: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
21378: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
21379: main/pa_string.C, main/pa_table.C, main/untaint.C,
21380: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21381: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
21382: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
21383: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21384: types/pa_vstateless_class.h, types/pa_vtable.C,
21385: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
21386: exceptions 0
21387:
21388: * src/classes/classes.awk: $ removed
21389:
21390: 2001-10-18 parser
21391:
21392: * src/types/pa_vcookie.C: cookie:CLASS
21393:
21394: * src/main/main.dsp: project
21395:
21396: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
21397: set_document & ctor question "who owns document" solved
21398:
21399: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
21400:
21401: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21402: main/pa_pool.C: encoding in dom creating funcs
21403:
21404: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
21405: be transformed now
21406:
21407: * src/classes/xdoc.C: dom created by create can be transformed now
21408:
21409: * src/classes/xdoc.C: z
21410:
21411: * src/classes/xdoc.C: comment
21412:
21413: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
21414: create now uses XercesDocumentBridge, appendChild&co now works
21415:
21416: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
21417: @ recompile
21418:
21419: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
21420: $origin @exception[
21421:
21422: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
21423: tag names forced to XML lang
21424:
21425: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
21426: leechy-found bugs in code&doc fixed
21427:
21428: 2001-10-17 parser
21429:
21430: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
21431: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
21432: n functionality preserved
21433:
21434: * src/types/pa_vimage.h: removed unused vimage::save
21435:
21436: 2001-10-16 parser
21437:
21438: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
21439:
21440: * src/classes/: xnode.C: removed few dom returns & changed op.txt
21441:
21442: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
21443:
21444: * src/classes/image.C: image.copy tolerance
21445:
21446: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
21447: ineffective, but works for small paleted image
21448:
21449: * src/types/pa_vimage.C: comment
21450:
21451: * src/classes/image.C: gd size/resize bugfix
21452:
21453: * src/: classes/classes.dsp, main/main.dsp,
21454: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21455: types/types.dsp: ident >nul 2>&1
21456:
21457: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
21458: systems
21459:
21460: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
21461: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
21462:
21463: 2001-10-15 parser
21464:
21465: * src/main/execute.C: z
21466:
21467: * src/classes/: xdoc.C: !::create{qualifiedName}
21468:
21469: * src/types/pa_vxnode.C: document_type_node.
21470: !readonly attribute DOMString name
21471: !notation_node.
21472: !readonly attribute DOMString publicId
21473: !readonly attribute DOMString systemId
21474:
1.116 moko 21475: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
21476: ::write badly passed string too transparently [failed to
21477: intercept it]
1.95 moko 21478:
21479: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
21480: include/pa_request.h, main/pa_sql_driver_manager.C,
21481: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21482: types/pa_vxnode.h: DOM1 major addtion, only few
21483: attributes/methods left
21484:
21485: 2001-10-13 parser
21486:
21487: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21488: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
21489: in main handler
21490:
21491: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
21492: cleanups & frees order
21493:
21494: * src/types/pa_vcode_frame.h: couple comments
21495:
21496: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
21497: transparent enough to handle hash if creation&passing
21498:
21499: * src/: include/pa_config_fixed.h, main/execute.C,
21500: main/pa_exception.C: noticed that vcodeframe not transparent
21501: enough, would change now
21502:
21503: 2001-10-12 parser
21504:
21505: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
21506: fixed. initialization&free on each thread!
21507:
21508: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
21509: handling changed: now type of default param analized always, not
21510: only at problem time, thus helping early problem spotting
21511:
21512: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
21513: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
21514: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21515: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
21516: multithread bug fixed. initialization&free on each thread!
21517:
21518: 2001-10-11 parser
21519:
21520: * src/classes/xnode.C: xnode.selectSingle now
21521:
21522: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21523: include/pa_pool.h, include/pa_stylesheet_connection.h,
21524: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
21525: convertors out of Pool into Exception
21526:
21527: * src/main/pa_string.C: const
21528:
21529: * src/: include/pa_string.h, main/pa_string.C: restructured string:
21530: linked pieces of same language together prior to String::replace
21531:
21532: * src/classes/hash.C: !^hash.add[addme]
21533: !^hash.sub[subme]
21534: !^a.union[b] = new
21535: !^a.intersection[b] = new
21536: !^a.intersects[b] = bool
21537:
21538: * src/classes/hash.C: !^hash::append[append_from]
21539:
21540: * src/: classes/hash.C, types/pa_vhash.h:
21541: !^hash::create[[copy_from]]
21542:
21543: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21544: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
21545: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
21546: fixed. got rid of empty_string, which caused errors - it hasnt
21547: exception but somebody[value.bark] tried to throw it on it's pool
21548:
1.116 moko 21549: * src/include/pa_config_auto.h.in: makes
1.95 moko 21550:
21551: 2001-10-10 parser
21552:
21553: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
21554:
21555: * src/main/: compile.tab.C, compile.y: ^a[
21556:
21557: @next_method << now unclosed ] would be reported here
21558:
21559: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
21560: compile error
21561:
21562: 2001-10-09 parser
21563:
1.116 moko 21564: * src/: classes/Makefile.am, main/Makefile.am,
21565: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 21566:
21567: * src/classes/Makefile.am: makes
21568:
21569: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
21570: win32 errors intercepted [xalan transformer patched and
21571: incorporated]
21572:
21573: * src/: classes/classes.dsp, classes/xdoc.C,
21574: include/pa_stylesheet_connection.h, main/main.dsp,
21575: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21576: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
21577: patches starting
21578:
21579: * src/classes/: string.C, table.C: ^string.save[file]
21580:
21581: * src/classes/: date.C, table.C: calendar moved to date
21582:
21583: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
21584: string/table] now
21585:
21586: * src/classes/: op.C, table.C: z
21587:
21588: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
21589: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
21590: types/pa_vxnode.h: table:menu & op for delims made allowed not to
21591: be code [be string..]
21592:
21593: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
21594: table.C: lots of
21595: params->as_int/double/as_string/as_junction/as_no_junction
21596: messages added
21597:
21598: 2001-10-08 parser
21599:
21600: * src/: classes/date.C, classes/image.C, classes/string.C,
21601: classes/table.C, classes/void.C, include/pa_request.h:
21602: params->as_int/double message added
21603:
21604: * src/classes/image.C: image:circle [and round arc] uses Bresenham
21605:
21606: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
21607: image:sector removed image:html internal "line-*" attribs
21608:
21609: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
21610: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
21611:
21612: * src/types/pa_vcookie.C: removing cookie made more netscape-like
21613: way
21614:
21615: * src/: classes/file.C, classes/form.C, main/pa_common.C,
21616: main/untaint.C: header untainting to UL_HTTP_HEADER,
21617: UL_MAIL_HEADER made nonforced [only tainted pieces]
21618:
21619: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
21620: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
21621: @ SAPI::log
21622:
21623: * src/main/untaint.C: \r to ' ' in origins mode
21624:
21625: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
21626: set]
21627:
21628: * src/: classes/xdoc.C, include/pa_config_fixed.h,
21629: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
21630: nonstandard liaison freed up
21631:
21632: 2001-10-07 parser
21633:
21634: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
21635: project
21636:
21637: 2001-10-05 parser
21638:
21639: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
21640: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
21641: from outputing to cerr. lots of "todos"
21642:
21643: * src/main/untaint.C: http_header tainting more gentle with
21644: enquoting now
21645:
21646: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
21647: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
21648: xml errorhandler. fixed string.replace a little, read @test
21649:
21650: * src/main/pa_string.C: found replace bug - first_that_starts(char
21651: *) does not have limit, and looks further eos, fixing....
21652:
21653: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
21654:
21655: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
21656:
21657: * src/main/: pa_charset_connection.C: ctype another mem clear
21658: bugfix
21659:
1.116 moko 21660: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
21661: $result[^[$p^]z] now works fine
1.95 moko 21662:
21663: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
21664: wrong. fixed it
21665:
21666: * src/main/pa_charset_connection.C: unicode zero pair at the beging
21667: of totable appered to be vital
21668:
21669: 2001-10-04 parser
21670:
21671: * src/classes/image.C: ^image.length[text]
21672:
21673: 2001-10-03 parser
21674:
21675: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
21676:
21677: * src/main/pa_request.C: restored pcre defaulting in request
21678: [mindlessly "optimized" yesterday] comment left
21679:
21680: 2001-10-02 parser
21681:
21682: * src/: main/pa_charset_manager.C,
21683: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
21684: needed
21685:
21686: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
21687: forgot non-xml pool.*charset needed
21688:
21689: * src/classes/table.C: # config comments fixed
21690:
21691: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
21692: charset_connection #comment now
21693:
21694: * src/: classes/classes.dsp, types/types.dsp: release projects
21695: options fixed to use release msvcrt lib
21696:
21697: * src/main/pa_charset_connection.C: pcre tables now const inside
21698: removed default - pcre handles that internally fixed bug on
21699: not-cleaning tables [previously was calloced, now member]
21700:
21701: * src/: include/pa_request.h, main/pa_charset_connection.C,
21702: main/pa_request.C, types/pa_vstring.h: pcre tables now const
21703: inside removed default - pcre handles that internally fixed bug
21704: on not-cleaning tables [previously was calloced, now member]
21705:
21706: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
21707: tested charset reload on file change @ apache version = OK tested
21708: freeing up prev encoding on adding new = OK
21709:
21710: 2001-10-01 parser
21711:
21712: * src/main/pa_charset_connection.C: removed entitify external hack
21713: [internal installed]
21714:
1.116 moko 21715: * src/main/Makefile.am: makes+removed dtd
1.95 moko 21716:
21717: * src/: include/pa_charset_connection.h,
21718: include/pa_charset_manager.h,
21719: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21720: main/pa_charset_connection.C, main/pa_charset_manager.C,
21721: main/pa_request.C: charset loading & caching mech 0
21722:
21723: * src/: include/pa_stylesheet_connection.h,
21724: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21725: main/pa_globals.C, main/pa_request.C: would make charset loading
21726: & caching mech now
21727:
21728: 2001-09-30 parser
21729:
21730: * src/main/pa_request.C: forgot to fill toTable
21731:
21732: * src/: include/pa_config_fixed.h, main/pa_request.C: started
21733: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
21734: failed on win32 for now..
21735:
21736: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21737: now charsets table configuration variable is: CHARSETS
21738:
21739: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
21740: ctype with unicode 1. todo: no П entities on output somehow
21741:
21742: * src/: classes/file.C, classes/op.C, classes/string.C,
21743: include/pa_request.h, main/pa_request.C: started ctype with
21744: unicode values
21745:
21746: 2001-09-28 parser
21747:
21748: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
21749: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
21750: string passed AS-IS now
21751:
21752: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
21753: way of user-configuring... todo: implement
21754:
21755: 2001-09-27 parser
21756:
21757: * src/classes/table.C: table.sort changed to sort table itself
21758:
21759: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
21760: X^.getElementsByTagName[tagname] = array of xnode
21761: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
21762: nodes removed - regretfully not supported @ xalan. maybe someday
21763: would reimplement, if needed.
21764:
21765: win32build system: solved long waiting anti-non-started-apache
21766: problem
21767:
21768: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
21769: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21770: types/types.dsp: win32 ident make system so not to rebuild
21771: library [ident.C.new]
21772:
21773: 2001-09-26 parser
21774:
21775: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
21776: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
21777: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21778: types/pa_vxnode.C, types/types.dsp: z
21779:
21780: * src/classes/classes.C: forgot one non-xml check
21781:
1.116 moko 21782: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21783: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 21784:
21785: * src/targets/cgi/parser3.C: z
21786:
21787: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
21788: targets/isapi/parser3isapi.C: #ifdef SMTP
21789:
21790: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
21791: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21792: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21793: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21794: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21795: types/types.dsp: xdoc&xnode now
21796:
21797: * src/: classes/classes.C, classes/classes.awk,
21798: classes/classes.dsp, classes/classes.h, classes/date.C,
21799: classes/dnode.C, classes/dnode.h, classes/dom.C,
21800: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21801: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21802: classes/op.C, classes/response.C, classes/string.C,
21803: classes/table.C, classes/void.C, include/pa_array.h,
21804: include/pa_common.h, include/pa_config_fixed.h,
21805: include/pa_config_includes.h, include/pa_dictionary.h,
21806: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21807: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21808: include/pa_socks.h, include/pa_sql_connection.h,
21809: include/pa_sql_driver_manager.h, include/pa_stack.h,
21810: include/pa_string.h, include/pa_stylesheet_connection.h,
21811: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21812: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21813: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21814: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21815: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21816: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21817: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21818: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21819: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21820: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21821: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21822: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21823: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21824: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21825: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21826: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21827: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21828: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21829: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21830: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21831: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21832: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21833: types/pa_vmethod_frame.h, types/pa_vobject.h,
21834: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21835: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21836: types/pa_vstateless_object.h, types/pa_vstring.C,
21837: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21838: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21839: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
21840: main.dsp splitted to main+classes+types along to .am
21841:
21842: * src/classes/Makefile.am: removed useless var
21843:
21844: * src/: classes/classes.cmd, main/main.dsp,
21845: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
21846: main.dsp
21847:
21848: 2001-09-25 parser
21849:
21850: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
21851: 1251 though, todo ICU
21852:
1.116 moko 21853: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 21854: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 21855: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
21856: types/pa_vdom.h: xml configure makes
1.95 moko 21857:
21858: 2001-09-24 parser
21859:
1.116 moko 21860: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
21861: types/Makefile.am: makes
1.95 moko 21862:
1.116 moko 21863: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 21864:
21865: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
21866: started unix makes update
21867:
21868: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
21869: started unix makes update
21870:
21871: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
21872:
21873: * src/types/pa_value.h: z
21874:
21875: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
21876: bugs with usinge hash/table in expressions
21877:
21878: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
21879: resolved conflicts fixed [const]
21880:
21881: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
21882: classes/table.C, include/pa_request.h, include/pa_sapi.h,
21883: main/compile.C, main/compile.tab.C, main/compile.y,
21884: main/compile_tools.h, main/main.dsp, main/pa_common.C,
21885: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21886: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
21887: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
21888: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
21889: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
21890: with before_xml [merge2 actually didn't happen - i've created
21891: tags on wrong branch. so this merge is in fact re-merge]
21892:
21893: 2001-09-21 parser
21894:
21895: * src/: main/main.dsp, targets/cgi/parser3.dsp,
21896: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
21897: produced "" in make file and sadly wrong interpreted on load]
21898:
1.116 moko 21899: * src/: classes/classes.h, classes/hash.C, classes/op.C,
21900: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
21901: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21902: include/pa_sql_driver_manager.h, include/pa_string.h,
21903: main/compile.tab.C, main/main.dsp, main/pa_common.C,
21904: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
21905: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 21906:
21907: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
21908: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
21909: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
21910: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21911: main/pa_pool.C, main/pa_request.C,
21912: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
21913: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21914: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21915: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
21916: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
21917: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
21918: types/pa_vrequest.C, types/pa_vresponse.h,
21919: types/pa_vstateless_class.C, types/pa_vstring.C,
21920: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
21921: created new projects for sql drivers [planning to remove sql
21922: drivers from main cvs project] first, will join latest changes
21923:
21924: * src/classes/: dom.C: defaulted dom writing methods encoding to
21925: pool.get_charset
21926:
21927: * src/classes/dom.C: defaulted dom writing methods encoding to
21928: pool.get_charset
21929:
21930: * src/include/pa_pool.h: defaulted dom writing methods encoding to
21931: pool.get_charset
21932:
21933: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
21934: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
21935: methods encoding to pool.get_charset
21936:
21937: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
21938: transcoder were created right "unsupported encoding" message.
21939: not @ set time, but @ use time, so until xml output functions
21940: .string, .file, .save used - no encoding name check occur
21941:
21942: reduced transcode buffer size to 60 fixed pool cleanup - no
21943: registration needed, pools are officially destructured
21944:
21945: 2001-09-20 parser
21946:
21947: * src/classes/image.C: 20K preload on jpg measure [image::measure]
21948:
21949: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
21950: $MAIN:DEFAULTS.content-type[$.charset[here]]
21951:
21952: * src/: classes/dnode.C, classes/dom.C,
21953: include/pa_config_includes.h, include/pa_globals.h,
21954: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
21955: main/pa_pool.C, targets/cgi/parser3.dsp,
21956: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
21957: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
21958: Pool::transcode 0
21959:
21960: * src/classes/dom.C: dom. string save file moved output xml options
21961: to last param and made it optional
21962:
21963: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
21964: dnodes
21965: !$attributenode.specified = boolean
21966: true if the attribute received its value explicitly
21967: in the XML document,
21968: or if a value was assigned programatically with the
21969: setValue function.
21970: false if the attribute value came from the default value
21971: declared in the document's DTD.
21972: !$pinode.target = target of this processing instruction
21973: XML defines this as being the first token following the
21974: markup
21975: that begins the processing instruction.
21976: XPath:
21977: !^node.select[xpath/query/expression] = hash of 0->node0
21978: 1->node1
21979: !^node.select-single[xpath/query/expression] = first node if
21980: any
21981:
21982: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
21983: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
21984: some 'const's added
21985:
21986: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
21987: expression context now, there value = size and boolean value
21988: size!=0
21989:
21990: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
21991: can be used in expression context now, there value = size and
21992: boolean value size!=0
21993:
21994: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
21995: types/pa_vstring.h: dnode .file .string .save moved back to dom
21996: due to strange xalan bug
21997:
21998: 2001-09-18 parser
21999:
22000: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
22001: classes/image.C, classes/op.C, classes/table.C,
22002: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22003: include/pa_sql_driver_manager.h, main/compile.C,
22004: main/compile.tab.C, main/compile.y, main/compile_tools.h,
22005: main/execute.C, main/pa_common.C, main/pa_request.C,
22006: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22007: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22008: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
22009: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
22010: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
22011: before_xml branch ^if(def $hash) now true only when
22012: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
22013:
22014: * src/: classes/op.C, main/execute.C: operators self changed to
22015: root ^for variable context changed to self
22016:
22017: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
22018: dnode 1
22019:
22020: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
22021: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
22022:
22023: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
22024: poly* fixed
22025:
22026: 2001-09-17 parser
22027:
22028: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
22029: types/pa_vdom.h: started dnode+dom
22030:
22031: dnode DOM methods: $node.name $node.value
22032: ...others...
22033:
22034: ^node.xpath[/rates/USD] = hash
22035: $hash[
22036: $.0[node0]
22037: $.1[node1]
22038: ]
22039:
22040: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
22041: applies to all linear primitives
22042:
22043: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
22044: include/pa_stylesheet_connection.h, main/main.dsp,
22045: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
22046: types/pa_vimage.h: started dnode DOM: $node.name
22047: $node.value ...others... ^node.xpath[/rates/USD] = hash
22048: dom(dnode)
22049:
22050: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
22051: main/compile.y, main/compile_tools.h, main/execute.C,
22052: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
22053: in expression compound($aa.zz.xx) names now can have minus '-' in
22054: name after '.'
22055:
22056: 2001-09-15 parser
22057:
22058: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
22059: image: $line-width ^line(...)[**** style]
22060:
22061: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
22062: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
22063: pool_storage - cleanups first, allocations second. apache wisely
22064: does just like that
22065:
22066: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
22067: rewritten using template, no bugs now
22068:
22069: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
22070: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22071: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
22072: poorly started isapi pool_storage, would rewrite using template
22073: now
22074:
22075: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
22076: include/pa_stylesheet_connection.h, main/main.dsp,
22077: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22078: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
22079: xalan objects freed up [introducing Pool::register_cleanup]
22080:
22081: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
22082: comments
22083:
22084: 2001-09-14 parser
22085:
22086: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
22087: z
22088:
22089: * src/: classes/dom.C, classes/file.C, classes/image.C,
22090: classes/mail.C, include/pa_common.h,
22091: include/pa_sql_driver_manager.h, include/pa_string.h,
22092: include/pa_stylesheet_connection.h,
22093: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22094: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
22095: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
22096: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
22097: compiled&cached
22098:
22099: 2001-09-13 parser
22100:
22101: * src/: classes/dom.C, classes/file.C, classes/image.C,
22102: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
22103:
22104: * src/classes/dom.C: dom:file content-type(.method)
22105:
22106: * src/: include/pa_common.h, include/pa_globals.h,
22107: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
22108: string now more informative error messages
22109:
22110: * src/: include/pa_globals.h, include/pa_request.h,
22111: main/pa_request.C, targets/cgi/parser3.C,
22112: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
22113: ParserSiteConfig .../parser3.conf
22114:
22115: cgi&isapi looks for {configure|c:\windows}/parser3.conf
22116:
22117: 2001-09-12 parser
22118:
22119: * src/: classes/op.C, include/pa_sql_driver_manager.h,
22120: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
22121: precise error reporting: "connection string must start with
22122: protocol://" now
22123:
22124: * src/main/compile.tab.C: fixed - subname code parts actually []
22125: braced
22126:
22127: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
22128: lexer on LS_USER level did [] matching without setting nestage,
22129: introduced special LS_NAME_SQUARE_PART state
22130:
22131: 2001-09-11 parser
22132:
22133: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
22134: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
22135: languages+=xml
22136:
22137: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
22138:
22139: * src/classes/dom.C: ^dom:save/string/file[output options] output
22140: options: $.method[xml|html|text] detection fixed
22141:
22142: * src/types/pa_vdom.h: messages
22143:
22144: * src/classes/dom.C: ^dom:save/string/file[output options] output
22145: options: $.method[xml|html|text] detection fixed
22146:
22147: 2001-09-10 parser
22148:
22149: * src/classes/dom.C: ^dom:save/string/file[output options] output
22150: options: $.method[xml|html|text] $.encoding[windows-1251|...]
22151:
22152: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
22153: added]
22154:
22155: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
22156: ^dom.xslt[stylesheet filename] 0
22157:
22158: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
22159: ^dom.xslt[stylesheet filename] -1 doc is lying
22160:
22161: * src/classes/dom.C: ^dom.file[encoding] = file
22162:
22163: * src/classes/: dom.C: ^dom.string[encoding] 1
22164: ^dom.save[encoding;filename]
22165:
22166: * src/classes/dom.C: ^dom.string[] 0
22167:
22168: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
22169:
22170: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
22171: types/pa_vform.h: ^dom.save[b.xml] 0
22172:
22173: 2001-09-08 parser
22174:
22175: * src/types/pa_vform.C: $form:tables.name.field
22176:
22177: 2001-09-07 parser
22178:
22179: * src/classes/table.C: table:empty removed, superceded by ^if(def
22180: $table)...
22181:
22182: * src/targets/cgi/parser3.C: z
22183:
22184: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
22185: from '' to int/double is 0]
22186:
22187: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
22188: $table) is false when table is empty
22189:
22190: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
22191: !$form:tables $atable[$form:tables.a]
22192: ^atable.menu{a=$atable.element}[,]
22193:
22194: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
22195: types/pa_vform.h, types/pa_vhash.h: !$form:fields
22196:
1.116 moko 22197: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 22198: types/pa_vdom.h, types/pa_vform.C: merged with successful start
22199: of dom
22200:
22201: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
22202: types/pa_vform.C, types/pa_vform.h: z
22203:
22204: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
22205: element [not last]
22206:
1.116 moko 22207: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 22208: types/pa_vdom.h: introducing dom. dom:load[a.xml]
22209:
22210: 2001-09-06 parser
22211:
22212: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
22213: table with one column 'element' and two rows: 1 and 2
22214:
22215: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
22216: table with one column 'element' and two rows: 1 and 2
22217:
22218: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
22219: bad int/double conversions, and now $form:nonexistent.int(88)
22220: would return 88
22221:
22222: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
22223: types/pa_vhash.h: now there's special hash key '_default'
22224: [instead of ^_default method] $hash[ $.a[1] $.b[2]
22225: $._default[xx] ] $hash.c
22226:
22227: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
22228: fixed [thanks, fif], ^; were treated there non-literally
22229:
22230: * src/doc/doxygen.cfg: merged new default options from 1.2.10
22231: doxygen
22232:
22233: * src/: classes/image.C, classes/op.C, classes/string.C,
22234: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
22235: types/pa_vtable.C: few #ifndef DOXYGEN
22236:
22237: 2001-09-05 parser
22238:
22239: * src/classes/: string.C, table.C: sql options can be void [same as
22240: image:html the other day]
22241:
22242: * src/targets/cgi/Makefile.am: .am undo
22243:
22244: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22245: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
22246: macro expantion on param, simply qoutes whatever passed, undone
22247:
22248: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22249: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
22250: STRINGIZE(name) #name invented
22251:
22252: * src/: classes/op.C, include/pa_sql_driver_manager.h,
22253: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
22254: MAIN_SQL_DRIVERS_NAME "drivers"
22255:
22256: moved to be availible to all users
22257:
22258: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
22259: SQL_DRIVER_CREATE_FUNC_NAME
22260:
22261: * src/classes/mail.C: MAIN:MAIL check fixed
22262:
22263: 2001-09-04 parser
22264:
22265: * src/classes/image.C: image.html now can accept void params
22266:
22267: * src/targets/isapi/parser3isapi.C: z
22268:
22269: * src/targets/cgi/parser3.C: full_file_spec bug
22270:
22271: * src/targets/cgi/parser3.C: getenvcheck
22272:
22273: * src/targets/cgi/parser3.C: zz
22274:
22275: * src/targets/cgi/parser3.C: zzz
22276:
22277: * src/classes/date.C: date
22278:
22279: * src/classes/date.C: date:sql-string is now without ''
22280:
1.116 moko 22281: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 22282: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
22283: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
22284:
1.116 moko 22285: * src/include/pa_config_auto.h.in: makes
1.95 moko 22286:
22287: 2001-09-03 parser
22288:
22289: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
22290:
22291: 2001-09-01 parser
22292:
22293: * src/classes/image.C: letter_spacing
22294:
22295: * src/classes/image.C: image: font params changed
22296:
22297: * src/classes/image.C: image: as_int as_string used
22298:
22299: * src/types/pa_vmethod_frame.h: $result[] now gets properly
22300: analized
22301:
22302: 2001-08-31 parser
22303:
22304: * src/targets/cgi/parser3.C: z
22305:
1.116 moko 22306: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
22307: cygwin
1.95 moko 22308:
22309: * src/classes/void.C: void:int/double += (default)
22310:
22311: * src/classes/image.C: image:font added space param image:font
22312: changed charwidth alg, added kerning const[for now]
22313:
22314: * src/classes/: string.C, table.C: string:int/double (defaults)
22315:
22316: 2001-08-29 parser
22317:
22318: * src/main/pa_exception.C: exception redundant debug info
22319:
22320: 2001-08-28 parser
22321:
22322: * src/classes/image.C: image error msgs
22323:
22324: * src/classes/image.C: image: gifsize little endian
22325:
22326: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
22327: doxygeneration
22328:
22329: * src/: classes/Makefile.am, main/Makefile.am,
22330: targets/cgi/Makefile.am, types/Makefile.am: .am-s
22331:
22332: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
22333: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
22334:
22335: * src/main/compile.C: NO_STRING_ORIGIN check2
22336:
22337: * src/classes/table.C: NO_STRING_ORIGIN check
22338:
22339: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
22340: storage class specifiers invalid in friend function declarations
22341:
22342: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
22343: main/untaint.C, targets/cgi/parser3.C,
22344: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
22345: case of limit
22346:
22347: * src/: classes/file.C, main/pa_common.C: file:move
22348: autocreate/remove dest/src dir
22349:
22350: * src/: classes/string.C, include/pa_dictionary.h,
22351: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
22352: main/untaint.C: pa_directory speeded up. moved zero 'from' check
22353: to directory constructor. string:replace
22354:
22355: 2001-08-27 parser
22356:
22357: * src/classes/image.C: fixed jpgsize alg
22358:
22359: * src/classes/image.C: fixed jpgsize alg
22360:
22361: * src/main/pa_exception.C: z
22362:
22363: * src/main/pa_common.C: removed debug info from pa_common
22364:
22365: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
22366: [auto.p from current dir loading]
22367:
1.116 moko 22368: * src/: main/pa_common.C, main/pa_exception.C,
22369: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
22370: for solaris -lsocket
1.95 moko 22371:
22372: 2001-08-24 parser
22373:
22374: * src/targets/cgi/parser3.C: not cgi extra \n 3
22375:
22376: * src/targets/cgi/parser3.C: not cgi extra \n 2
22377:
22378: * src/targets/cgi/parser3.C: not cgi extra \n
22379:
22380: * src/main/pa_sql_driver_manager.C: z
22381:
22382: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
22383: sql* removed services from disconnect - cross-request ideological
22384: probs.
22385:
22386: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
22387: cross-request ideological probs. oracle - fixed bug: cs
22388: allocated on request.pool and got freed before disconnect
22389:
22390: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
22391: mallocs fixed
22392:
22393: 2001-08-23 parser
22394:
22395: * src/classes/file.C: minor bug in file:save fixed
22396:
22397: * src/main/pa_sql_driver_manager.C: oracle: dlink
22398:
22399: 2001-08-22 parser
22400:
22401: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
22402: types/pa_vfile.h: file:load|save[text|binary;
22403:
22404: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
22405:
22406: 2001-08-21 parser
22407:
22408: * src/classes/: file.C, table.C: ^file:list
22409:
22410: 2001-08-20 parser
22411:
22412: * src/: main/compile.tab.C, main/compile.y,
22413: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
22414: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
22415: recousively caused problems: inc incremeted 123 literal!! fixed
22416:
22417: 2001-08-10 parser
22418:
22419: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
22420:
22421: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22422: added
22423:
22424: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22425: added
22426:
22427: * src/classes/table.C: table:sort restored [it was bad test :(]
22428:
22429: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
22430: ''
22431:
22432: * src/main/: pa_request.C: wanted to make const int
22433: MAX_EXECUTE_SECONDS=1;
22434:
22435: but couldnt, set_callback_and_alarm appeared to be not exported
22436: :(
22437:
22438: * src/main/pa_string.C: string.match hanged on. there were a hang
22439: check but it weren't wise enough
22440:
22441: @parse[dateString][tmp]
22442: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
22443: #end
22444:
22445: @main[] ^parse[2001-02-03]
22446:
22447: * src/classes/: table.C: table:sort now default desc
22448:
22449: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22450: table.sort now creates new sorted table
22451:
22452: 2001-08-09 parser
22453:
22454: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
22455:
22456: * src/classes/hash.C: hash:_default now [was hash:default]
22457:
22458: * src/classes/op.C: case without switch check added
22459:
22460: * src/types/pa_vcookie.C: cookie name&value origins added, more
22461: precise $ORIGINS(1)
22462:
22463: * src/main/Makefile.am: .am
22464:
22465: * src/classes/void.C: void: int double copy/paste from int: bug
22466: fixed
22467:
22468: * src/classes/void.C: void: int double copy/paste from int: bug
22469: fixed
22470:
22471: 2001-08-07 parser
22472:
22473: * src/: classes/double.C, classes/int.C, classes/string.C,
22474: classes/table.C, include/pa_globals.h, main/pa_globals.C:
22475: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
22476: string, table
22477:
22478: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
22479: srand made working
22480:
22481: 2001-08-06 parser
22482:
22483: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
22484: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22485: main/compile.tab.C, main/compile.y, main/pa_array.C,
22486: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
22487: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
22488:
22489: * src/main/pa_exec.C: exec win32 real filename
22490:
22491: * src/classes/file.C: exec stderr out
22492:
22493: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
22494:
22495: 2001-08-03 parser
22496:
22497: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
22498:
22499: 2001-08-02 parser
22500:
22501: * src/: classes/string.C, classes/table.C, include/pa_array.h,
22502: main/execute.C, main/pa_exec.C: introducing Array_iter
22503:
22504: * src/main/execute.C: detected quick_get recursion bug. changed to
22505: get@execute, but needs array iterator, separate from array to
22506: avoid it & use caching
22507:
22508: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
22509: bug fixed
22510:
22511: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
22512: main/execute.C, main/pa_globals.C: found another multithread bug
22513: in op.C (last, last global var killed) :)
22514:
22515: 2001-08-01 parser
22516:
22517: * src/: include/pa_dictionary.h, include/pa_globals.h,
22518: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
22519: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22520: main/untaint.C: speeded up typo-html replacements. introducing
22521: Dictionary with first-char caching
22522:
22523: 2001-07-31 parser
22524:
22525: * src/types/Makefile.am: pa_vtable.C added to .am
22526:
22527: * src/main/compile.tab.C: added, so that could be compiled even on
22528: non-bison-enabled platforms
22529:
22530: 2001-07-28 parser
22531:
22532: * src/classes/table.C: table:hash always produces hash, when can't
22533: - empty
22534:
22535: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
22536: skipped \n
22537:
22538: 2001-07-27 parser
22539:
22540: * src/classes/: double.C, int.C, string.C: provided meaningful msg
22541: on int/double/string :sql without result and default
22542:
22543: 2001-07-26 parser
22544:
22545: * src/classes/op.C: fixed bad multithread bug with strangly global
22546: OP
22547:
22548: * src/main/compile.y: $man[$.age[zzz]] 0
22549:
22550: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
22551: creation syntax problem persists. restored $: for a while.
22552: thinking of $man[$.age[zzz]] syntax now
22553:
22554: * src/: classes/double.C, classes/int.C, classes/string.C,
22555: include/pa_opcode.h, main/compile.C, main/compile.y,
22556: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
22557: types/pa_vmethod_frame.h, types/pa_wcontext.h,
22558: types/pa_wwrapper.h: fixing :: realization #1
22559:
22560: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
22561: main/compile_tools.h, main/execute.C, main/pa_request.C,
22562: types/pa_vmethod_frame.h: introducing :: this is constructor call
22563: prefix. ordinary : remains for static accesses
22564:
22565: 2001-07-25 parser
22566:
22567: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
22568: fields 2. methods 3. columns
22569:
22570: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
22571: quote. optimized double&int tostring-s
22572:
22573: * src/main/: compile.C, compile.y, compile_tools.h: allowed
22574: whitespace before first method decl
22575:
22576: * src/classes/table.C: allowed nontable result in table:sql,
22577: results in empty table
22578:
22579: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
22580: lines before first method decl
22581:
22582: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
22583: types/pa_vtable.h: ^table.record[] now $table.fields
22584:
22585: * src/main/compile.y: $var[] is now empty string, not void
22586:
22587: * src/main/: compile.y, execute.C: $var[] is now empty string, not
22588: void
22589:
22590: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
22591: main/pa_globals.C: match replace code context moved to implicit
22592: $match context
22593:
22594: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
22595: main/compile_tools.h, main/execute.C: with killed, code storage
22596: introduced with former 'with' syntax
22597:
22598: 2001-07-24 parser
22599:
22600: * src/: main/compile.C, main/execute.C, main/pa_string.C,
22601: types/pa_value.h: first get_element, next get operator
22602:
22603: * src/main/compile.y: removed @end handling
22604:
22605: * src/main/: compile.C, compile.y: @end handling method2
22606:
22607: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
22608: file:move
22609:
22610: * src/main/pa_common.C: file_read close @ eof when imgsize bug
22611: fixed
22612:
22613: 2001-07-23 parser
22614:
22615: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
22616: driver
22617:
22618: * src/classes/hash.C: changed sql driver query interface
22619:
22620: * src/: classes/hash.C, classes/string.C, classes/table.C,
22621: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
22622: changed sql driver query interface
22623:
22624: 2001-07-20 parser
22625:
22626: * src/types/pa_vrequest.C: X!$browser:type
22627:
22628: * src/: classes/file.C, classes/string.C, include/pa_string.h,
22629: main/execute.C, main/pa_string.C, types/pa_valiased.C,
22630: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
22631: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
22632: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
22633: types/pa_vobject.h, types/pa_vrequest.C,
22634: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
22635: ^class:method dynamic calls allowed. ^BASE.method call disabled.
22636: BASE element globally removed
22637:
22638: 2001-07-18 parser
22639:
22640: * src/classes/file.C: file:exec/cgi msg
22641:
22642: * src/classes/file.C: $file:exit-code renamed to 'status'
22643:
22644: * src/: classes/file.C, main/pa_exec.C: file:exec
22645:
1.116 moko 22646: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22647: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
22648: removed $id from *.in *.am
1.95 moko 22649:
22650: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
22651: abbrevations
22652:
22653: * src/: classes/date.C, classes/mail.C, classes/math.C,
22654: classes/string.C, classes/table.C, include/pa_globals.h,
22655: include/pa_string.h, main/execute.C, main/pa_globals.C,
22656: main/pa_request.C, main/pa_string.C, main/untaint.C,
22657: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
22658: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
22659: $ORIGINS(1) output tracing mode
22660:
22661: 2001-07-13 parser
22662:
22663: * src/: classes/double.C, classes/int.C, classes/string.C,
22664: include/pa_request.h, main/execute.C, main/pa_request.C:
22665: auto.p[@auto], /news/auto.p[no @auto], so that initializing
22666: second would not call first @auto
22667:
22668: * src/main/: execute.C, pa_request.C: order of MAIN parents was
22669: wrong, fixed
22670:
22671: 2001-07-12 parser
22672:
22673: * src/types/pa_value.h: pa_value.putelement modification of system
22674: classes prevented
22675:
22676: 2001-07-11 parser
22677:
22678: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
22679: table $piece
22680:
22681: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22682: types/pa_vstateless_class.h: $file created by file:state +=
22683: .atime .mtime .ctime +found&fixed bug with exceptions on
22684: get_junction-created objects [they were on wrong pool]
22685:
22686: 2001-07-09 parser
22687:
22688: * src/main/untaint.C: qp wrong name
22689:
22690: * src/: classes/date.C, classes/string.C, classes/table.C,
22691: main/compile.y: date format 0
22692:
22693: 2001-07-07 parser
22694:
22695: * src/: classes/date.C, classes/table.C, include/pa_common.h,
22696: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
22697: roll table calendar
22698:
22699: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
22700: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
22701: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
22702: include/pa_request.h, main/main.dsp, types/pa_value.h,
22703: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
22704: string. todo: sql, calendar
22705:
22706: 2001-07-06 parser
22707:
22708: * src/: classes/math.C, include/pa_request.h, main/execute.C,
22709: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
22710:
22711: 2001-07-03 parser
22712:
22713: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
22714: classes/random.C, main/main.dsp: class random renamed to math,
22715: operators became methods
22716:
22717: * src/classes/op.C: pow sqrt
22718:
22719: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
22720:
22721: 2001-07-02 parser
22722:
22723: * src/classes/table.C: ^table.columns column renamed from 'name' to
22724: 'column'
22725:
22726: * src/classes/hash.C: ^hash.keys[]
22727:
22728: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
22729:
22730: * src/main/: compile.y, compile_tools.h: in expressions now allowed
22731: 'strings'
22732:
22733: 2001-06-29 parser
22734:
22735: * src/main/: execute.C: /0 %0 checkes ver 2
22736:
22737: * src/main/execute.C: /0 %0 checke
22738:
22739: * src/classes/Makefile.am: nothing - void
22740:
22741: * src/classes/table.C: empty strings @ sql
22742:
22743: 2001-06-28 parser
22744:
22745: * src/: classes/double.C, classes/file.C, classes/form.C,
22746: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22747: classes/op.C, classes/random.C, classes/response.C,
22748: classes/string.C, classes/table.C, classes/void.C,
22749: main/compile.C, main/compile_tools.C, main/execute.C,
22750: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22751: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22752: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22753: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22754: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
22755: targets/isapi/parser3isapi.C, main/compile.y: */ static const
22756: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
22757: $";
22758:
22759: * src/: classes/double.C, classes/file.C, classes/form.C,
22760: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22761: classes/op.C, classes/random.C, classes/response.C,
22762: classes/string.C, classes/table.C, classes/void.C,
22763: main/compile.C, main/compile.y, main/compile_tools.C,
22764: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22765: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22766: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22767: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22768: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 22769: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 22770:
22771: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
22772: $class:name: == ${class:name}:
22773:
22774: * src/classes/string.C: exactly one
22775:
22776: 2001-06-27 parser
22777:
22778: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
22779: types/pa_vvoid.h: nothing renamed to void
22780:
22781: * src/classes/op.C: ^switch ^case
22782:
22783: * src/main/compile.y: nothing renamed to void
22784:
22785: * src/: classes/hash.C, classes/table.C, main/compile.y,
22786: main/execute.C, main/main.dsp, main/pa_request.C,
22787: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
22788: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
22789: void
22790:
22791: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22792:
22793: 2001-05-28 parser
22794:
22795: * src/doc/html2chm.cmd: removed >a
22796:
22797: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22798: project options [some bugs]
22799:
22800: * src/doc/sources2html.cmd: z
22801:
22802: * src/: classes/classes.C, main/compile.C, main/compile.y,
22803: main/execute.C: operators are not in root class again
22804:
22805: 2001-05-24 parser
22806:
22807: * src/targets/cgi/parser3.dsp: project file
22808:
22809: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22810: ^log ^exp
22811:
22812: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22813: conversions in @exception[params]
22814:
22815: * src/main/pa_request.C: // no _ conversions in @exception[params]
22816:
22817: 2001-05-23 parser
22818:
22819: * src/main/pa_string.C: string cmp bug
22820:
22821: * src/classes/: mail.C, op.C: rem max 1000
22822:
22823: * src/: classes/op.C, main/compile.y: allow one empty line before
22824: LS_DEF_NAME
22825:
22826: 2001-05-22 parser
22827:
22828: * src/classes/op.C: if params code-required
22829:
22830: 2001-05-21 parser
22831:
22832: * src/types/pa_vstring.C: eoleof
22833:
22834: * src/classes/Makefile.am: .AM
22835:
22836: * src/classes/nothing.C: resultless ^sql moved to nothing:
22837:
22838: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22839:
22840: * src/: classes/double.C, classes/nothing.C, classes/string.C,
22841: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
22842: types/pa_vunknown.h, classes/hash.C, main/compile.y,
22843: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
22844: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
22845: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
22846: 'nothing'
22847:
22848: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
22849: vstring::set_string
22850:
22851: * src/classes/: double.C, int.C, string.C: int,double;sql
22852:
22853: * src/: classes/hash.C, classes/int.C, classes/string.C,
22854: classes/table.C, include/pa_string.h, main/pa_string.C,
22855: types/pa_vstring.C, types/pa_vstring.h: started int:sql
22856:
22857: * src/: classes/classes.C, classes/hash.C, classes/op.C,
22858: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
22859: hash:sql moved to main trunc. operators.txt updated
22860:
22861: * src/classes/: hash.C, op.C, table.C: hash:sql
22862:
22863: * src/classes/op.C: z
22864:
22865: * src/: main/compile.C, classes/classes.C: 1
22866:
22867: * src/: classes/classes.C, main/compile.C, main/compile.y,
22868: main/execute.C: 0
22869:
22870: * src/main/execute.C: z
22871:
22872: * src/targets/cgi/parser3.C: z
22873:
22874: * src/targets/cgi/parser3.C: argv can be just "parser3". made
22875: site_auto_path "." in that case
22876:
22877: * src/targets/cgi/: parser3.C: z
22878:
22879: * src/main/pa_request.C: .am
22880:
22881: * src/: main/pa_request.C, targets/cgi/parser3.C:
22882: pcre_tables=pcre_default_tables;
22883:
22884: 2001-05-19 parser
22885:
22886: * src/main/pa_string.C: z
22887:
22888: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
22889: introducing String::cstr_bufsize, returns just size+1 for as_is
22890: target.
22891:
22892: * src/: main/untaint.C, targets/cgi/pa_pool.C,
22893: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
22894: used, 4* mem wasted
22895:
22896: * src/classes/string.C: root context in match replace body now
22897: unchanged
22898:
22899: * src/types/pa_value.h: parameter # 1 based
22900:
22901: * src/main/pa_common.C: common: actual filename '%s'
22902:
22903: * src/classes/string.C: z
22904:
22905: * src/classes/Makefile.am: classes/.am
22906:
22907: * src/classes/: Makefile.am: classes/.am
22908:
22909: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
22910: targets/cgi/pa_pool.C: classes/.am
22911:
22912: 2001-05-18 parser
22913:
1.116 moko 22914: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
22915: pa_threads.C ins
1.95 moko 22916:
22917: * src/targets/cgi/Makefile.am: .am pa_threads.C added
22918:
22919: 2001-05-17 parser
22920:
22921: * src/: classes/string.C, include/pa_config_fixed.h,
22922: include/pa_config_includes.h, main/compile.y,
22923: main/compile_tools.h, main/execute.C, main/pa_array.C,
22924: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
22925: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
22926: types/pa_vform.C: #include "pa_config_includes.h" removed from
22927: most .C
22928:
22929: * src/doc/html2chm.cmd: z
22930:
22931: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
22932: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
22933:
22934: * src/main/pa_sql_driver_manager.C: moved expiration to
22935: get_connection_from_cache
22936:
22937: * src/main/pa_sql_driver_manager.C: cache expiration bf
22938:
22939: * src/: classes/classes.h, include/pa_sql_connection.h,
22940: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
22941: cache expiration[use SQL_Driver::disconnect]
22942:
22943: * src/main/pa_table.C: table.locate current restored on "not found"
22944:
22945: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
22946: line no
22947:
22948: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
22949: ANTI_ENDLESS_EXECUTE_RECOURSION
22950:
22951: * src/: classes/op.C, include/pa_sql_connection.h,
22952: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
22953: sql/pa_sql_driver.h: fixed problem at last: 2connections own
22954: 1driver and set_services fight for driver::fservices. before fix
22955:
22956: * src/: classes/op.C, include/pa_config_fixed.h,
22957: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22958: main/pa_sql_driver_manager.C: found problem at last: 2connections
22959: own 1driver and set_services fight for driver::fservices. before
22960: fix
22961:
22962: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22963: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22964: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
22965: pa_threads.C
22966:
22967: * src/include/pa_threads.h: removed targets/parser
22968:
22969: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
22970: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
22971: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
22972: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
22973: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
22974: headers
22975:
22976: * src/: classes/image.C, include/pa_sql_driver_manager.h,
22977: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
22978: order prevented sqlmanager to see MULTYTHREAD define
22979:
22980: * src/: include/pa_config_fixed.h, include/pa_threads.h,
22981: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
22982: put/gets
22983:
22984: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
22985: from hash.h
22986:
22987: * src/: classes/op.C, include/pa_sql_connection.h,
22988: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
22989: from cache ->set_services(&services);
22990:
22991: 2001-05-16 parser
22992:
22993: * src/targets/cgi/parser3.C: z
22994:
22995: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
22996: debug, #ifdefed some. would debug later, on more precise sample
22997: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
22998: $name.$tail[$tail!] $name.$tail } ok3
22999:
23000: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
23001: removed array debug. before vstring rebasing
23002:
23003: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
23004: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
23005: array debugged; adjusted
23006:
23007: * src/main/: pa_sql_driver_manager.C, pa_string.C:
23008: SQL_Driver_manager line no for connect/charset errors
23009:
23010: 2001-05-15 parser
23011:
23012: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
23013: main/pa_string.C: string+array made linear grows
23014:
23015: * src/: include/pa_string.h, main/pa_string.C,
23016: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
23017: grow lineary, not exponentialy
23018:
23019: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
23020: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
23021: with fullchunk cmps
23022:
23023: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
23024: 70041= 81
23025:
23026: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
23027: targets/cgi/parser3.C: detected huge mem allocation: size/times
23028: malloc 27809390/368771, calloc 3232/83. would test now
23029:
23030: * src/: classes/random.C, main/compile.y, main/execute.C,
23031: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
23032: numbered params had wrong name - for instance: bad error message
23033: in ^for[] bad body type. fixed
23034:
23035: 2001-05-14 parser
23036:
23037: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
23038: main/untaint.C: ^string.upper|lower[]
23039:
23040: 2001-05-11 parser
23041:
23042: * src/: classes/double.C, classes/image.C, classes/op.C,
23043: classes/string.C, classes/table.C, classes/unknown.C,
23044: main/execute.C, types/pa_value.h, types/pa_vbool.h,
23045: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
23046: types/pa_vunknown.h: op: MAX_LOOPS as_int
23047:
23048: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
23049: .dsp for win32tools
23050:
23051: 2001-05-11 paf
23052:
23053: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
23054: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
23055: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
23056: targets/isapi/kill.pl: moved win32 helpers to /win32tools
23057:
23058: 2001-05-10 paf
23059:
23060: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
23061: for C++, that's all
23062:
1.116 moko 23063: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
23064: pa_config_includes.h: inline wonders
1.95 moko 23065:
23066: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
23067: doc/doxygen.cmd: hash.C added
23068:
23069: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
23070:
23071: * src/main/compile.y: @end grammar: allowed zero strings in control
23072: menthod
23073:
23074: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
23075: pa_vstateless_object.h: changed priority: field before method
23076: lookup in vclass & vobject
23077:
23078: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
23079: grammar: priorities changes [lowerd && prior] vobject: now first
23080: fields, next methods
23081:
23082: 2001-05-08 paf
23083:
23084: * src/main/pa_table.C: table columnname2item on nameless ignored
23085: bark=false. fixed
23086:
23087: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
23088: types/pa_vmethod_frame.h: hash:default works at last!
23089:
23090: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
23091: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
23092: hash:default
23093:
23094: * src/classes/table.C: z
23095:
23096: * src/classes/table.C: table:hash always hash of hash now
23097:
23098: * src/classes/table.C: table:empty return bool now
23099:
23100: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
23101: include/pa_table.h, main/pa_table.C, types/pa_value.h,
23102: types/pa_vtable.h: table:hash
23103:
23104: * src/classes/table.C: table:record have name
23105:
23106: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
23107: returns vunknown
23108:
23109: * src/classes/: double.C, int.C, op.C, string.C:
23110: int,double,string:int[] double[] string:length[] results now have
23111: hames
23112:
23113: * src/: classes/op.C, classes/table.C, main/main.dsp,
23114: types/pa_vtable.h: removed table:find. table:locate and op:eval
23115: now return bool
23116:
23117: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
23118: in method checkparams again. fixed
23119:
23120: 2001-05-07 paf
23121:
23122: * src/doc/chm.cmd: cmd
23123:
23124: * src/: classes/image.C, classes/mail.C, classes/string.C,
23125: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
23126: types/pa_value.h: method reported errors on wrong pool
23127:
23128: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
23129: now
23130:
23131: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
23132: include/code.h, include/pa_opcode.h, main/compile.C,
23133: main/compile_tools.h, main/execute.C, types/pa_value.h,
23134: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23135: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
23136: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
23137: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
23138: types/pa_vmethod_frame.h, types/pa_vobject.h,
23139: types/pa_vrequest.h, types/pa_vresponse.h,
23140: types/pa_vstateless_class.h, types/pa_vstring.h,
23141: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
23142: types/pa_wwrapper.h: pa_code.h
23143:
23144: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
23145:
23146: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
23147: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
23148: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
23149: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
23150: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
23151: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
23152: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
23153: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
23154: types/pa_vtable.h: dox, split by not clean parts also
23155:
23156: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
23157: types/pa_vtable.h: table: fields, then methods. so to enable
23158: 'dir' fields & co. more
23159:
23160: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
23161: so to enable 'dir' fields & co.
23162:
23163: * src/main/compile.y: grammar: @end
23164:
23165: 2001-05-04 paf
23166:
23167: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
23168: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
23169:
23170: * src/: classes/classes.h, classes/double.C, classes/file.C,
23171: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
23172: classes/op.C, classes/random.C, classes/response.C,
23173: classes/string.C, classes/table.C, classes/unknown.C,
23174: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
23175: method dox
23176:
23177: 2001-05-03 paf
23178:
23179: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
23180: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
23181: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
23182: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
23183: doc/string.dox, doc/targets.dox, doc/value.dox,
23184: main/pa_request.C: dox splitted .dox files and added some
23185:
23186: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
23187:
23188: 2001-05-02 paf
23189:
23190: * src/classes/: image.C, table.C: table:dir result are not tainted
23191: by file_name language now
23192:
23193: 2001-04-28 paf
23194:
23195: * src/classes/classes.inc: removed classes.inc
23196:
23197: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
23198: from .am
23199:
23200: * src/classes/classes.awk: skipped classes in .awk
23201:
23202: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
23203: classes/classes.inc, classes/double.C, classes/file.C,
23204: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
23205: classes/string.C, classes/table.C, classes/unknown.C,
23206: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
23207: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
23208: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
23209: pa_methoded back to classes/classes.h
23210:
23211: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
23212:
23213: * src/: classes/Makefile.am, classes/classes.awk,
23214: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
23215: classes/ls.exe, main/bison.exe: classes.inc autogenerator
23216:
23217: * src/: classes/classes.C, classes/classes.h, classes/double.C,
23218: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
23219: classes/response.C, classes/string.C, classes/table.C,
23220: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
23221: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
23222: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
23223: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
23224: include|main/pa_methoded
23225:
23226: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
23227: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
23228:
23229: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
23230: moved some configured data to request::classes_conf moved some
23231: string crations from globals to M... [works]
23232:
23233: * src/: classes/form.C, classes/mail.C, classes/op.C,
23234: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
23235: main/pa_request.C: moved some configured data to
23236: request::classes_conf moved some string crations from globals to
23237: M...
23238:
23239: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
23240: about to move configured data to special request hash
23241:
23242: * src/: classes/classes.C, classes/classes.h, classes/file.C,
23243: classes/form.C, classes/mail.C, include/pa_request.h,
23244: main/pa_request.C: configure started
23245:
23246: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
23247: 2. todo: methoded-configure
23248:
23249: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23250: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23251: classes/_random.h, classes/_response.h, classes/_string.h,
23252: classes/_table.h, classes/_unknown.h, classes/classes.inc,
23253: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
23254: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23255: classes/random.C, classes/response.C, classes/string.C,
23256: classes/table.C, classes/unknown.C, include/pa_globals.h,
23257: include/pa_request.h, main/compile.y, main/execute.C,
23258: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23259: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23260: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
23261: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
23262: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
23263: types/pa_vrequest.h, types/pa_vresponse.h,
23264: types/pa_vstateless_class.h, types/pa_vstring.h,
23265: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
23266: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
23267: methoded-configure
23268:
23269: * src/: classes/file.C, classes/table.C, main/compile.y,
23270: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
23271: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
23272: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
23273:
23274: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
23275: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
23276: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23277: classes/random.C, classes/response.C, classes/string.C,
23278: classes/table.C, classes/unknown.C, include/pa_request.h,
23279: main/compile.y, main/execute.C, main/pa_globals.C,
23280: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
23281: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
23282: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
23283: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
23284: beautifying just compiled. todo: debug, configure
23285:
23286: 2001-04-27 paf
23287:
23288: * src/: classes/file.C, classes/image.C, classes/table.C,
23289: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
23290: beautifying -99
23291:
23292: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
23293: classes/_response.h, classes/_unknown.h, classes/classes.C,
23294: classes/classes.h, classes/double.C, classes/file.C,
23295: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
23296: classes/op.C, classes/random.C, classes/response.C,
23297: classes/string.C, include/pa_globals.h, main/main.dsp,
23298: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
23299: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
23300: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
23301: types/pa_vunknown.h: beautifying -100
23302:
23303: * src/main/compile.y: serge@ found @CLASS bug. fixed
23304:
23305: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
23306: classes/_op.h, classes/_random.h, classes/_table.h,
23307: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
23308: classes/op.C, classes/random.C, classes/response.C,
23309: classes/string.C, classes/table.C, classes/unknown.C,
23310: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23311: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23312: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
23313: beautifying
23314:
23315: 2001-04-26 paf
23316:
23317: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
23318:
23319: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
23320: documentation ++
23321:
23322: * src/: classes/_exec.h, doc/doxygen.cfg,
23323: include/pa_config_fixed.h, include/pa_config_includes.h,
23324: targets/cgi/pa_pool.C: code documentation ++
23325:
23326: * src/: classes/_image.h, classes/op.C, classes/random.C,
23327: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23328: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
23329: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
23330: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
23331: types/pa_vmethod_frame.h, types/pa_vobject.h,
23332: types/pa_vrequest.C, types/pa_vrequest.h,
23333: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
23334: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
23335: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
23336: code documentation ++
23337:
23338: * src/: classes/image.C, classes/mail.C, classes/string.C,
23339: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
23340: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
23341: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
23342: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23343: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
23344: types/pa_vobject.h, types/pa_vstateless_class.h,
23345: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
23346:
23347: * src/main/: pa_request.C, pa_string.C: z
23348:
23349: * src/: include/pa_common.h, include/pa_types.h,
23350: main/pa_sql_driver_manager.C: module [and, guess, isapi]
23351: connection caching fixed. request-pooled-url were stored into
23352: global connectioncache
23353:
23354: 2001-04-25 paf
23355:
23356: * src/: doc/doxygen.cfg, doc/doxygen.txt,
23357: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
23358:
23359: * src/: include/code.h, include/pa_common.h, main/compile.y,
23360: main/execute.C, main/pa_common.C: -d
23361:
23362: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
23363: illegal call check a bit improved, but still under iis no mapping
23364: of dir with parser allowed!
23365:
23366: 2001-04-24 paf
23367:
23368: * src/targets/Makefile.am: apache module lib .am
23369:
23370: * src/main/pa_exec.C: windows32 buildCommand
23371:
23372: 2001-04-23 paf
23373:
23374: * src/targets/cgi/Makefile.am: win32 conditional
23375:
23376: * src/targets/cgi/Makefile.am: win32 conditional
23377:
23378: * src/targets/cgi/Makefile.am: liblink
23379:
23380: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
23381: vfile fields return type
23382:
23383: * src/types/pa_vfile.h: vfile fields return type
23384:
23385: * src/include/pa_config_auto.h.in: .h.in
23386:
23387: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
23388: types/Makefile: makefiles removed
23389:
23390: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
23391: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
23392:
23393: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
23394: [tested: i & g ]
23395:
23396: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
23397: @test noticed series in isapi, check how initialize_random_class
23398: is called! [must be called only once]
23399:
23400: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
23401: would not be 'unknown column'
23402:
23403: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
23404: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
23405:
23406: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
23407: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
23408: [now doesnt]
23409:
23410: * src/targets/cgi/parser3.C: cgi cmdline ver
23411:
23412: * src/targets/cgi/parser3.C: cgi /// @test disable
23413: /cgi-bin/parser3/auto.p
23414:
23415: * src/main/untaint.C: untaint without charset
23416:
23417: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23418: main/pa_common.C: common: file_write /// @test mkdirs
23419: file_delete rmdirs
23420:
23421: * src/main/untaint.C: mail header only once to =?
23422:
23423: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
23424: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
23425: main/untaint.C: untaint - @test optimize whitespaces for
23426: all but 'html'
23427:
23428: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
23429: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23430: main/untaint.C: untaint - @test mail-header
23431:
23432: 2001-04-20 paf
23433:
23434: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
23435: include/pa_request.h, include/pa_string.h, main/compile.y,
23436: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23437: targets/cgi/parser3.C: $MAIN:LOCALE
23438:
23439: * src/main/untaint.C: z
23440:
23441: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
23442:
23443: 2001-04-19 paf
23444:
23445: * src/main/compile_tools.h: $a$b bugfix
23446:
23447: * src/targets/cgi/parser3.C: z
23448:
23449: * src/classes/file.C: z
23450:
23451: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
23452: done: header to $fields. waits for header '\' tricks
23453:
23454: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23455: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
23456: changed urlencode here and in untaint.C to HTTP standard's " and
23457: \" mech
23458:
23459: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
23460: http://alx/~paf/ doesnt load /auto.p
23461:
23462: 2001-04-18 paf
23463:
23464: * src/main/pa_request.C: 1
23465:
23466: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
23467: linux @alx
23468:
23469: 2001-04-17 paf
23470:
23471: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
23472: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
23473: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
23474: enabled
23475:
23476: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23477: classes/_exec.h, classes/_file.h, classes/_form.h,
23478: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23479: classes/_random.h, classes/_response.h, classes/_string.h,
23480: classes/_table.h, classes/_unknown.h, classes/file.C,
23481: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
23482: include/pa_config_fixed.h, include/pa_config_includes.h,
23483: include/pa_hash.h, include/pa_sql_driver_manager.h,
23484: include/pa_version.h, main/Makefile.am, main/compile.y,
23485: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
23486: main/pa_sql_driver_manager.C, sql/Makefile.am,
23487: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
23488: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
23489: types/pa_vform.C, types/pa_vimage.h: exec @jav
23490:
23491: * src/: include/pa_sql_driver_manager.h,
23492: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23493: types/pa_vimage.h: sql driver interface now has initialize(client
23494: .so)
23495:
23496: 2001-04-16 paf
23497:
23498: * src/Makefile.am: compile2 cygwin
23499:
23500: * src/: include/pa_config_includes.h, main/pa_exec.C,
23501: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
23502:
23503: * src/targets/cgi/Makefile.am: compile0 jav
23504:
23505: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23506: classes/_exec.h, classes/_file.h, classes/_form.h,
23507: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23508: classes/_random.h, classes/_response.h, classes/_string.h,
23509: classes/_table.h, classes/_unknown.h, classes/image.C,
23510: classes/mail.C, classes/op.C, classes/random.C,
23511: include/pa_config_fixed.h, include/pa_config_includes.h,
23512: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
23513: main/compile.y, main/pa_common.C, main/pa_exec.C,
23514: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
23515: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
23516: compile-1
23517:
23518: 2001-04-15 paf
23519:
23520: * src/classes/op.C: z
23521:
23522: * src/classes/table.C: table:empty +=process
23523:
23524: * src/types/pa_value.h: MethodParams !junction
23525:
23526: * src/: classes/_string.h, classes/double.C, classes/file.C,
23527: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23528: classes/random.C, classes/response.C, classes/string.C,
23529: classes/table.C, classes/unknown.C, main/pa_request.C:
23530: MethodParams everywhere
23531:
23532: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
23533: types/pa_vmethod_frame.h: MethodParams in op.C
23534:
23535: 2001-04-12 paf
23536:
23537: * src/: classes/image.C, types/pa_vimage.h: image:font :text
23538:
23539: * src/: classes/_unknown.h, classes/unknown.C,
23540: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23541: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
23542:
23543: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
23544:
23545: * src/classes/image.C: image:gif now does not have params
23546:
23547: * src/classes/image.C:
23548: image:line/fill/rectangle/bar/replace/polygon/polybar
23549:
23550: * src/: classes/image.C, classes/op.C, main/execute.C,
23551: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
23552: for var now written not to r.wcontext, but to r.root cleared
23553: "entered_object" state
23554:
23555: 2001-04-11 paf
23556:
23557: * src/classes/image.C: image:create image:load
23558:
23559: * src/: classes/image.C, main/main.dsp: gd with mem write + image
23560: just compiled
23561:
23562: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23563: todo: gif without file
23564:
23565: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23566: started porting to Pooled descendant
23567:
23568: * src/: classes/image.C, main/execute.C, main/main.dsp,
23569: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
23570: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
23571: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
23572:
23573: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
23574: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
23575: end. switching to python imaging lib
23576:
23577: * src/main/main.dsp: gd+smtp made separate libs
23578:
23579: * src/: include/pa_globals.h, include/pa_string.h,
23580: main/pa_common.C, main/pa_request.C, main/untaint.C,
23581: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
23582: length
23583:
23584: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
23585: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
23586: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
23587: UL_FILE_NAME of posted file name
23588:
23589: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
23590: post [broke when moved post read to core]
23591:
23592: 2001-04-10 paf
23593:
23594: * src/classes/image.C: image:html done
23595:
23596: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
23597:
23598: * src/classes/image.C: z
23599:
23600: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
23601: forgotten!
23602:
23603: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23604: main/pa_request.C, main/pa_string.C, main/untaint.C,
23605: types/pa_vimage.h: image:measure -90
23606:
23607: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23608: classes/_int.h, classes/_mail.h, classes/_op.h,
23609: classes/_random.h, classes/_response.h, classes/_string.h,
23610: classes/_table.h, classes/file.C, classes/mail.C,
23611: include/pa_common.h, include/pa_globals.h, main/execute.C,
23612: main/main.dsp, main/pa_common.C, main/pa_globals.C,
23613: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
23614: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
23615: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
23616: compiled
23617:
23618: * src/classes/mail.C: minor bug with unclear from/to
23619:
23620: * src/classes/mail.C: sendmail unix skipping defaults
23621:
23622: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
23623: sendmail unix added defaults
23624:
23625: * src/classes/mail.C: unix sendmail compiled. todo:testing
23626:
23627: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
23628:
23629: 2001-04-09 paf
23630:
23631: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
23632: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
23633: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23634: targets/isapi/parser3isapi.dsp: all targets exec
23635:
23636: * src/: include/pa_sapi.h, include/pa_string.h,
23637: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23638: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
23639: args in apache:util.script
23640:
23641: * src/include/pa_string.h: written but not tested exec with env for
23642: unix
23643:
23644: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
23645: targets/cgi/parser3.C: exec win32 env
23646:
23647: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
23648: 0
23649:
23650: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
23651: main/execute.C, main/main.dsp, main/pa_globals.C,
23652: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
23653: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
23654:
23655: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
23656: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
23657:
23658: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
23659: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
23660:
23661: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
23662: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
23663: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23664: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23665: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
23666: exec class just compiled. moved post read to request core
23667:
23668: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
23669: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
23670: main/pa_globals.C, targets/cgi/parser3.C,
23671: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
23672: are already read by vform
23673:
23674: 2001-04-08 paf
23675:
23676: * src/: classes/file.C, classes/mail.C, classes/string.C,
23677: include/pa_request.h, include/pa_string.h, main/pa_request.C:
23678: uuencode. string<<
23679:
23680: 2001-04-07 paf
23681:
23682: * src/classes/mail.C: z
23683:
23684: * src/classes/mail.C: z
23685:
23686: * src/classes/mail.C: ^mail[$attach
23687:
23688: * src/classes/mail.C: ^attach dead end
23689:
23690: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
23691: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23692: targets/isapi/parser3isapi.C: mail:send 1
23693:
23694: * src/: classes/mail.C, main/pa_request.C: z
23695:
23696: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
23697: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
23698: compiled
23699:
23700: * src/classes/mail.C: +=
23701:
23702: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
23703: prepared
23704:
23705: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
23706: include/pa_globals.h, include/pa_string.h, main/main.dsp,
23707: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23708: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
23709:
23710: 2001-04-06 paf
23711:
23712: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
23713: main/pa_string.C: table:dir 1
23714:
23715: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
23716: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
23717:
23718: * src/: classes/_op.h, classes/_root.h, classes/op.C,
23719: classes/root.C, include/pa_globals.h, include/pa_request.h,
23720: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
23721: main/pa_request.C: renamed 'root' to 'op'
23722:
23723: * src/classes/: _op.h, op.C: renamed from 'root'
23724:
23725: * src/types/pa_valiased.C: another root inherititance skipped
23726:
23727: * src/main/: compile.C, compile.y, execute.C: operators are now not
23728: root methods of parent class. just 'ROOT' class
23729:
23730: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
23731: @office
23732:
23733: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
23734:
23735: 2001-04-05 paf
23736:
23737: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
23738: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
23739: constructor flag dropped at get_method_frame and remembered into
23740: method_frame
23741:
23742: * src/: classes/file.C, classes/root.C, classes/string.C,
23743: classes/table.C, main/pa_request.C: junction to code&expression
23744: in errors
23745:
23746: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23747: main/pa_string.C, targets/isapi/parser3isapi.dsp:
23748: $LOCALE:ctype[Russian_Russia.1251]
23749:
23750: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23751: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
23752: main/pa_table.C: hash now not thread-safe.
23753:
23754: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23755: main/untaint.C: z
23756:
23757: * src/: classes/random.C, classes/root.C, classes/table.C,
23758: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
23759: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
23760: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
23761: types/pa_wcontext.h: sql quote. string untaint UL_SQL
23762:
23763: * src/: classes/table.C, include/pa_sql_connection.h,
23764: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
23765:
23766: * src/classes/table.C: select * from hren error contains statement
23767:
23768: * src/: classes/table.C, include/pa_sql_connection.h,
23769: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
23770: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
23771:
23772: * src/: classes/root.C, include/pa_sql_connection.h,
23773: include/pa_sql_driver.h, main/main.dsp,
23774: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
23775: services for conv memory & error reporting
23776:
23777: 2001-04-04 paf
23778:
23779: * src/doc/doxygen.cfg: z
23780:
23781: * src/include/pa_sql_driver.h: mysql connect
23782:
23783: * src/include/pa_sql_driver.h: mysql info
23784:
23785: * src/: classes/root.C, include/pa_sql_driver.h,
23786: include/pa_sql_driver_manager.h, main/main.dsp,
23787: main/pa_sql_driver_manager.C: more manager&connection&driver
23788:
23789: * src/sql/Makefile.am: forgot to add mysql client
23790:
23791: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23792: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23793: [forgot to add libltdl, added]
23794:
23795: * src/: Makefile.am, classes/root.C, classes/string.C,
23796: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23797: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23798: include/pa_string.h, include/pa_table.h, main/main.dsp,
23799: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23800: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23801: -1000 just compiled
23802:
23803: * src/: classes/random.C, classes/root.C, classes/table.C,
23804: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23805: main/pa_request.C, types/pa_vclass.h: sql frame -10
23806:
23807: 2001-04-03 paf
23808:
23809: * src/types/pa_vform.C: z
23810:
23811: * src/: classes/string.C, types/pa_vform.C: string:match replace
23812: assigned lang
23813:
23814: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23815: {}[]< empty []
23816:
23817: * src/: classes/file.C, classes/string.C, classes/table.C,
23818: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23819: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23820:
23821: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23822: string:match replace strange matches
23823:
23824: * src/classes/string.C: string:match replace 0
23825:
23826: * src/: classes/string.C, main/pa_string.C: string:match replace
23827: prepared 2
23828:
23829: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23830: string:match replace prepared
23831:
23832: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23833: string:match replace -11
23834:
23835: * src/: classes/string.C, include/pa_globals.h,
23836: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23837: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23838:
23839: * src/: classes/string.C, include/pa_globals.h,
23840: include/pa_string.h, main/main.dsp, main/pa_globals.C,
23841: main/pa_string.C: string:match [search] -1 just compiled
23842:
23843: * src/types/pa_vstring.C: z
23844:
23845: * src/: classes/double.C, classes/file.C, classes/form.C,
23846: classes/int.C, classes/response.C, classes/root.C,
23847: classes/string.C, classes/table.C, include/pa_string.h,
23848: main/pa_string.C: string:match -10 [frame]
23849:
23850: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
23851: main/pa_request.C: z
23852:
23853: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
23854: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
23855: todo/tests
23856:
23857: * src/include/pa_common.h: z
23858:
23859: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
23860: main/pa_request.C, targets/cgi/parser3.C,
23861: targets/isapi/parser3isapi.C, types/pa_vfile.C:
23862: content-disposition
23863:
23864: * src/: include/pa_common.h, include/pa_globals.h,
23865: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23866: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
23867:
23868: * src/: include/pa_common.h, include/pa_request.h,
23869: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
23870: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23871: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
23872: response:body
23873:
23874: * src/classes/table.C: table:append now uses string::split
23875:
23876: * src/classes/table.C: z
23877:
23878: * src/: classes/file.C, classes/root.C, classes/string.C,
23879: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
23880: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
23881: include/pa_string.h, main/execute.C, main/pa_string.C,
23882: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
23883: string::pos & cmp & piece bugs fixed. string::split new
23884: table:load separated from set table:set implemented with clean \n
23885: \t searches
23886:
23887: 2001-04-02 paf
23888:
23889: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23890: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
23891: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
23892: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
23893: it in table:set/load
23894:
23895: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
23896: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
23897:
23898: * src/classes/random.C: random:generate 1
23899:
23900: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
23901: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23902: types/pa_value.h: random:generate
23903:
23904: 2001-03-30 paf
23905:
23906: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
23907: todo: table flip and append. string::pos
23908:
23909: * src/: classes/double.C, classes/file.C, classes/int.C,
23910: classes/response.C, classes/root.C, classes/string.C,
23911: classes/table.C, main/compile.y, main/execute.C,
23912: types/pa_value.h, types/pa_vstateless_class.C,
23913: types/pa_vstateless_class.h: static|dynamic|any method
23914: registration
23915:
23916: * src/: classes/file.C, classes/table.C, include/pa_table.h,
23917: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
23918: table:flip
23919:
23920: 2001-03-29 paf
23921:
23922: * src/classes/string.C: string:xsplit forgot that they must result
23923: in 1 row N column [not vice versa]
23924:
23925: * src/classes/string.C: z
23926:
23927: * src/classes/string.C: string: rsplit
23928:
23929: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23930: string: lsplit
23931:
23932: * src/: classes/string.C, include/pa_string.h, main/execute.C,
23933: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
23934: lsplit -1
23935:
23936: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
23937: string: pos
23938:
23939: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23940: string: pos -1
23941:
23942: * src/: classes/string.C, classes/table.C, include/pa_string.h,
23943: main/compile.y, main/pa_request.C, main/pa_string.C,
23944: main/untaint.C: string: left right mid
23945:
23946: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
23947: main/compile_tools.h, main/main.dsp, types/pa_value.h,
23948: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
23949: and [;] are different now.
23950:
23951: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23952: main/untaint.C: pool.request undone
23953:
23954: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
23955: main/untaint.C: pool.request
23956:
23957: 2001-03-28 paf
23958:
23959: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23960: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23961: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
23962: $request:browser [.type .version]; unknown.get_double now = 0.
23963:
23964: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
23965: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
23966: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
23967: types/pa_vform.C: file:load autodetection of mime-type by
23968: user-file-name
23969:
23970: * src/: classes/file.C, main/execute.C, main/pa_common.C,
23971: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
23972: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
23973:
23974: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
23975: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
23976: write. must be self.set
23977:
23978: * src/: classes/file.C, classes/root.C, classes/table.C,
23979: include/pa_table.h, main/pa_table.C: table:locate1, file:test
23980:
23981: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
23982: include/pa_table.h, main/pa_array.C, main/pa_table.C,
23983: types/pa_vtable.h: table:locate just compiled
23984:
23985: 2001-03-27 paf
23986:
23987: * src/main/: execute.C, pa_common.C: fixed r/w context of
23988: code-params2, fixed ntfs hardlink slow dir update
23989:
23990: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
23991: types/pa_wcontext.h: fixed r/w context of code-params
23992:
23993: * src/: classes/table.C, main/execute.C: about to change junction
23994: rcontext!!
23995:
23996: * src/: classes/double.C, classes/int.C, classes/root.C,
23997: classes/string.C, classes/table.C, main/compile_tools.C,
23998: main/execute.C, main/pa_request.C, main/untaint.C,
23999: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
24000: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24001: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
24002: types/pa_vunknown.h: sort 0
24003:
24004: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
24005: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
24006: renamed to are_static_calls_disabled
24007:
24008: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
24009: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
24010: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24011: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
24012:
24013: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
24014:
24015: * src/: classes/table.C, include/pa_common.h, main/compile.y:
24016: started table:sort fixed minor bug in #...^{
24017:
24018: * src/: classes/table.C, include/pa_common.h, main/compile.y,
24019: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
24020: decided to have as it were. stepped back. grammar: added 'in'
24021: 'is' 'lt'&co follow-space check
24022:
24023: 2001-03-26 paf
24024:
24025: * src/: classes/file.C, classes/root.C, classes/table.C,
24026: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
24027: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24028: main/pa_table.C: moved ::save to pa_table. disabled @auto
24029: invocation in ^process
24030:
24031: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
24032:
24033: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
24034: main/pa_array.C: table:record
24035:
24036: * src/: main/untaint.C, targets/cgi/parser3.C,
24037: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24038: targets/isapi/pool_storage.h, types/pa_valiased.h,
24039: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
24040: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
24041: types/pa_vtable.h: z
24042:
24043: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
24044: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
24045: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24046: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
24047: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
24048: method realisations on 'self' validity - they now can simply
24049: assume that 'self' is V{Proper} .
24050:
24051: 2001-03-25 paf
24052:
24053: * src/main/untaint.C: z
24054:
24055: * src/main/: pa_request.C, untaint.C: moved default typo-table to
24056: lowlevel - it initialization could be skipped if failed in @auto.
24057: so that exception report would use some table
24058:
24059: * src/main/pa_request.C: table empty lines ignored. system-default
24060: content type assigned in output:result [can fail in main:auto and
24061: skipped normal defaults extraction]
24062:
24063: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
24064: bug
24065:
24066: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
24067: processing to table [except preliminary \r\n \r \n replacements
24068: to "\n"]
24069:
24070: * src/: classes/table.C, main/untaint.C: html-typo - decided to
24071: move all the processing to table
24072:
24073: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
24074: main/pa_table.C, main/untaint.C: returned table originating.
24075: useful for reporting typo table problems origin. think would be
24076: useful somewhere else
24077:
24078: * src/main/untaint.C: typo \r \r\n \n properly handled
24079:
24080: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
24081: include/pa_table.h, main/compile.y, main/compile_tools.C,
24082: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
24083: main/pa_string.C, main/pa_table.C, main/untaint.C,
24084: types/pa_vcookie.h: typo & typo-default
24085:
24086: 2001-03-24 paf
24087:
24088: * src/main/pa_common.C: z
24089:
24090: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
24091: targets/cgi/parser3.C: html-typo 2
24092:
24093: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
24094: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
24095: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
24096: main/execute.C, main/pa_array.C, main/pa_globals.C,
24097: main/pa_request.C, main/pa_string.C, main/untaint.C,
24098: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24099: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
24100: noticed double default content-type prob. run cgi.cmd tomorrow
24101: first html-typo sample. detected << problem: they become ltlt too
24102: fast
24103:
24104: * src/main/compile.y: z
24105:
24106: * src/main/: compile.y, compile_tools.h: #comment
24107:
24108: * src/: classes/file.C, classes/root.C, classes/table.C,
24109: include/pa_common.h, include/pa_request.h, main/compile.y,
24110: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24111: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
24112: stringified
24113:
24114: * src/types/pa_valiased.C: decided to String-ify file_read
24115:
24116: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
24117: isapi/parser3isapi.dsp: cgi: sapi::log
24118:
24119: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
24120: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
24121: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
24122: error log experiments failed - cgi under iis got no access to
24123: log. registereventsource simply failed with 5(illegal call) code,
24124: while worked OK as standalone executable. isapi: used
24125: HSE_APPEND_LOG_PARAMETER feature
24126:
24127: * src/: include/pa_common.h, include/pa_globals.h,
24128: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24129: targets/isapi/parser3isapi.C: fixed default content-type
24130: allocation storage
24131:
24132: * src/: include/pa_globals.h, include/pa_request.h,
24133: main/pa_globals.C, main/pa_request.C: z
24134:
24135: * src/: include/pa_array.h, include/pa_hash.h,
24136: include/pa_request.h, main/compile.y, main/pa_array.C,
24137: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24138: types/pa_vcookie.C: cyclic uses ignored. defaulted default
24139: content-type
24140:
24141: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
24142: sanity
24143:
24144: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
24145: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
24146: away freeze mech. no danger now for you can't do
24147: ^request:process[@new-method[] body] trick anymore. still
24148: remains $some_instance.process[@new-method[] possibility] but
24149: would leave it as a feature. see index for sample
24150:
24151: * src/: include/pa_common.h, main/pa_common.C,
24152: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
24153: monkey every target
24154:
24155: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24156: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
24157: types/pa_vform.C, types/pa_vform.h: auto.p monkey
24158:
24159: 2001-03-23 paf
24160:
24161: * src/: include/pa_pool.h, main/pa_request.C,
24162: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
24163: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24164: targets/isapi/pool_storage.h: isapi: dumb pool storage
24165:
24166: * src/targets/isapi/pa_pool.C: decided to continue with extension
24167:
24168: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
24169: it would be better to rewrite as filter then to deal with pool
24170:
24171: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
24172: now like in cgi, not from APPL_PHYSICAL_PATH
24173:
24174: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24175: include/pa_config_fixed.h, include/pa_config_includes.h,
24176: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
24177: include/pa_version.h, main/compile.y, main/execute.C,
24178: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24179: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24180: main/untaint.C, targets/cgi/parser3.C,
24181: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
24182: cgi: reinvent document_root and request_uri under iis. autoconf
24183: updated. introducing ap_config_includes
24184:
24185: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
24186:
24187: * src/targets/cgi/parser3.C: cgi: only one pool now
24188:
24189: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
24190: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24191: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
24192: types/pa_venv.h, types/pa_vform.C: sapi made object
24193:
24194: * src/: include/pa_globals.h, main/pa_request.C,
24195: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24196: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
24197: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
24198:
24199: * src/: main/pa_request.C, targets/cgi/parser3.C,
24200: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
24201: isapi minor env beauty
24202:
24203: * src/: main/pa_request.C, targets/cgi/parser3.C,
24204: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
24205: isapi document_root 0
24206:
24207: 2001-03-22 paf
24208:
24209: * src/targets/isapi/parser3isapi.C: isapi keep-alive
24210:
24211: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
24212: isapi/parser3isapi.C: z
24213:
24214: * src/: include/pa_pool.h, main/pa_request.C,
24215: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
24216:
24217: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
24218: kill.pl: isapi added utils
24219:
24220: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
24221: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24222: types/pa_vform.C: isapi 0
24223:
24224: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
24225: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24226: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
24227: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
24228: started isapi
24229:
24230: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
24231: some comments
24232:
24233: * src/: include/pa_globals.h, include/pa_request.h,
24234: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
24235: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
24236: parser_root_auto_path parser_site_auto_path
24237:
24238: * src/types/pa_vcookie.C: cookie attr decoded
24239:
24240: 2001-03-21 paf
24241:
24242: * src/targets/cgi/parser3.C: z
24243:
24244: * src/include/pa_globals.h: post. todo: config of auto.p path
24245:
24246: * src/: include/pa_globals.h, targets/cgi/parser3.C,
24247: types/pa_venv.h: in cookie & env. todo:post
24248:
24249: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
24250: classes/root.C, classes/table.C, include/pa_array.h,
24251: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
24252: include/pa_request.h, include/pa_string.h, main/Makefile.am,
24253: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
24254: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24255: main/pa_table.C, main/untaint.C, targets/Makefile.am,
24256: targets/cgi/Makefile.am, targets/cgi/parser3.C,
24257: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
24258: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
24259: shifted apache branch on main trunc
24260:
24261: * src/: include/pa_common.h, include/pa_globals.h,
24262: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24263: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
24264: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
24265: starting mod_parser3
24266:
24267: * src/targets/cgi/parser3.C: starting mod_parser3
24268:
24269: 2001-03-20 paf
24270:
24271: * src/: main/pa_common.C, targets/cgi/Makefile.am,
24272: targets/cgi/parser3.C: automake compiled and works. todo:make
24273: win32 ifdefs work and add ifdef unistd
24274:
24275: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
24276: main/Makefile.am, main/pa_common.C, main/pa_request.C,
24277: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
24278: z
24279:
24280: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
24281: main/execute.C, main/pa_common.C, types/Makefile.am: removing
24282: locking
24283:
24284: * src/: classes/Makefile.am, types/Makefile.am: z
24285:
24286: * src/: Makefile.am, classes/file.C, classes/root.C,
24287: classes/table.C, include/pa_array.h, include/pa_request.h,
24288: include/pa_string.h, main/Makefile.am, main/execute.C,
24289: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24290: main/pa_string.C, main/untaint.C, targets/Makefile.am,
24291: targets/cgi/Makefile.am, targets/cgi/parser3.C,
24292: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
24293:
24294: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24295: main/pa_request.C, types/pa_vfile.h: ^table:save
24296:
24297: * src/: classes/file.C, classes/table.C, include/pa_array.h,
24298: include/pa_common.h, include/pa_request.h, include/pa_string.h,
24299: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
24300: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
24301: types/pa_vform.h: z
24302:
24303: * src/include/pa_string.h: z
24304:
24305: * src/: classes/_request.h, classes/request.C, main/main.dsp,
24306: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
24307: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
24308: :Value
24309:
24310: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
24311: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
24312: :VStateless_object
24313:
24314: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
24315: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
24316: :VStateless_object
24317:
24318: * src/: main/main.dsp, targets/cgi/parser3.dsp,
24319: types/pa_valiased.C, types/pa_vform.h: commented VForm
24320:
24321: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
24322: types/pa_valiased.h, types/pa_value.h,
24323: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
24324: types/pa_vstateless_object.h: moved common get_element part from
24325: stateless object&class into VAliased
24326:
24327: * src/: classes/_env.h, classes/_table.h, classes/env.C,
24328: classes/table.C, main/execute.C, main/main.dsp,
24329: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
24330: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
24331: now :Value
24332:
24333: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
24334: main/execute.C, main/main.dsp, main/pa_globals.C,
24335: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
24336:
24337: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
24338: doxx
24339:
24340: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
24341: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24342: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
24343: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
24344: and ^file:save
24345:
24346: 2001-03-19 paf
24347:
24348: * src/types/pa_vfile.C: z
24349:
24350: * src/: classes/file.C, classes/request.C, classes/table.C,
24351: include/pa_string.h, main/main.dsp, main/pa_pool.C,
24352: main/pa_request.C, main/untaint.C, types/pa_value.h,
24353: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
24354:
24355: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
24356: include/pa_string.h, include/pa_table.h, main/main.dsp,
24357: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
24358: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
24359: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
24360: classes/_file.h, classes/file.C, types/pa_vfile.C,
24361: types/pa_vfile.h: file class just compiled
24362:
24363: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
24364: include/pa_table.h, include/pa_types.h, main/execute.C,
24365: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24366: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
24367: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
24368:
24369: * src/include/pa_pool.h: z
24370:
24371: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
24372: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
24373: Hash::Value to Val so to doxygen would finlly stop confusing
24374: those Value-s
24375:
24376: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
24377: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
24378: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24379: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24380: include/pa_types.h, main/compile.C, main/compile.y,
24381: main/compile_tools.C, main/compile_tools.h, main/execute.C,
24382: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
24383: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
24384: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24385: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
24386:
24387: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
24388: derivates somehow unlinked. don't know why yet
24389:
24390: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
24391: include/pa_string.h, include/pa_threads.h, main/compile.C,
24392: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24393: main/execute.C, main/pa_array.C, main/pa_common.C,
24394: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
24395: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24396: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
24397:
24398: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
24399: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
24400: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
24401: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
24402: types/pa_vrequest.h: doc: detected Value derivates prob
24403:
24404: * src/include/pa_globals.h: z
24405:
24406: * src/: classes/_request.h, classes/request.C, include/code.h,
24407: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
24408: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
24409: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
24410: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
24411: main/execute.C, main/pa_pool.C, main/pa_request.C,
24412: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24413: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
24414:
24415: 2001-03-18 paf
24416:
24417: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
24418: cookie: allowed access to hash-assigned
24419:
24420: * src/targets/cgi/parser3.C: z
24421:
24422: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
24423: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
24424: include/pa_types.h, main/main.dsp, main/pa_common.C,
24425: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24426: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24427: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
24428: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
24429: types/pa_vunknown.h: cookie class
24430:
24431: * src/main/pa_request.C: zero length output allowed
24432:
24433: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
24434: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
24435:
24436: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
24437: lang switch
24438:
24439: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
24440: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24441: types/pa_value.h, types/pa_vhash.h:
24442: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
24443:
24444: * src/main/execute.C: z
24445:
24446: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
24447: targets/cgi/parser3.C: taint[uri
24448:
24449: * src/: classes/request.C, classes/response.C, classes/root.C,
24450: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
24451: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
24452: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
24453:
24454: * src/: classes/root.C, classes/string.C, include/pa_string.h,
24455: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24456: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
24457: types/pa_vstateless_class.C: convinient string(pool, char *src,
24458: bool tainted) ctor
24459:
24460: * src/: include/pa_hash.h, include/pa_request.h,
24461: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
24462: main/pa_request.C, main/pa_string.C, main/untaint.C,
24463: targets/cgi/parser3.C: proper @exceptions params tainting
24464:
24465: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
24466: response fields to header
24467:
24468: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
24469: z
24470:
24471: * src/: classes/_response.h, classes/response.C,
24472: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
24473: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
24474: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24475: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
24476: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
24477: $response: 0 request::core exception rethrow
24478:
24479: 2001-03-16 paf
24480:
24481: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
24482: types/pa_vrequest.h: native method' class call with less params
24483: then needed error reporting
24484:
24485: * src/: classes/_request.h, classes/request.C,
24486: include/pa_globals.h, include/pa_request.h, main/execute.C,
24487: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24488: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
24489: types/pa_vrequest.h: $request : query :uri
24490:
24491: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
24492: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
24493: types/pa_wcontext.h: $result
24494:
24495: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
24496:
24497: * src/: classes/double.C, include/code.h, main/compile.y,
24498: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
24499: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
24500:
24501: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
24502: main/compile.y, main/execute.C, types/pa_value.h,
24503: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
24504: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
24505: wcontext conflict
24506:
24507: * src/: main/execute.C, types/pa_value.h,
24508: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
24509: $string.field
24510:
24511: 2001-03-15 paf
24512:
24513: * src/main/pa_request.C: news sample
24514:
24515: * src/: main/compile.y, main/execute.C, main/pa_request.C,
24516: targets/cgi/parser3.C, types/pa_vstring.h: @exception
24517:
24518: * src/main/: compile.y, execute.C: z
24519:
24520: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
24521: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
24522: pre pre works
24523:
24524: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24525: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
24526: fillfields just compiled
24527:
24528: 2001-03-14 paf
24529:
24530: * src/: include/pa_request.h, main/pa_request.C,
24531: targets/cgi/parser3.C: z
24532:
24533: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24534: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
24535: types/pa_vstring.h: limits -1
24536:
24537: * src/: include/pa_globals.h, include/pa_request.h,
24538: include/pa_types.h, main/main.dsp, main/pa_globals.C,
24539: main/pa_request.C, targets/cgi/parser3.C,
24540: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
24541: request_info -1
24542:
24543: * src/: include/pa_globals.h, main/pa_globals.C,
24544: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24545: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
24546: vform_fields_fill
24547:
24548: * src/targets/cgi/parser3.C: # if MSVC
24549:
24550: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
24551: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
24552:
24553: * src/targets/cgi/parser3.C: z
24554:
24555: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
24556: include/pa_string.h, include/pa_types.h, main/compile.y,
24557: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
24558: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
24559: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
24560: types/pa_vunknown.h: global handler, exceptions in parser3
24561:
24562: 2001-03-13 paf
24563:
24564: * src/: classes/form.C, main/compile.y, main/core.C,
24565: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
24566: types/pa_vform.h, types/pa_vstateless_class.C,
24567: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
24568: instead
24569:
24570: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24571: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
24572: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
24573: started cgi target
24574:
24575: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24576: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
24577: before error show with parser
24578:
24579: * src/: classes/_form.h, classes/form.C, include/core.h,
24580: include/pa_request.h, main/core.C, main/pa_request.C,
24581: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
24582:
24583: * src/targets/cgi/: parser.dsp, parser3.dsp: z
24584:
24585: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
24586: parser3.C: renamed targets/ parser to cgi
24587:
24588: * src/: classes/double.C, classes/env.C, classes/int.C,
24589: classes/root.C, classes/string.C, classes/table.C,
24590: include/pa_request.h, types/pa_vhash.h: z
24591:
24592: * src/: classes/_env.h, classes/env.C, classes/root.C,
24593: include/core.h, include/pa_pool.h, include/pa_request.h,
24594: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
24595: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24596: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
24597: [historical moment :)]
24598:
24599: * src/: include/code.h, include/pa_string.h, main/compile.y,
24600: main/execute.C, main/pa_string.C: 'value is type' expr operator
24601:
24602: * src/types/pa_venv.h: $ENV 1
24603:
24604: * src/main/execute.C: z
24605:
24606: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
24607: future methods of ENV constructor if
24608:
24609: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
24610: class
24611:
24612: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24613: classes/_root.h, classes/_string.h, classes/_table.h,
24614: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24615: classes/string.C, classes/table.C, include/pa_request.h,
24616: main/compile.C, main/compile_tools.h, main/core.C,
24617: main/execute.C, main/main.dsp, main/pa_request.C,
24618: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24619: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24620: types/pa_vobject.h, types/pa_vstateless_class.C,
24621: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24622: types/pa_wcontext.h: $ENV: re 0, stateless classes
24623:
24624: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24625: classes/_root.h, classes/_string.h, classes/_table.h,
24626: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24627: classes/string.C, classes/table.C, include/pa_request.h,
24628: main/compile.C, main/compile_tools.h, main/core.C,
24629: main/execute.C, main/main.dsp, main/pa_request.C,
24630: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24631: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24632: types/pa_vobject.h, types/pa_vstateless_class.C,
24633: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24634: types/pa_wcontext.h: $ENV: re 0, stateless classes
24635:
24636: * src/: include/pa_request.h, main/compile.C, main/execute.C,
24637: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
24638: yesterdays bad decision on execute_static_method
24639:
24640: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
24641:
24642: * src/: classes/double.C, classes/int.C, classes/root.C,
24643: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
24644:
24645: * src/main/pa_request.C: z
24646:
24647: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24648: include/pa_pool.h: skipped_restructure_exceptions_dead_end
24649:
24650: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24651: include/pa_pool.h, main/pa_request.C:
24652: restructure_exceptions_dead_end
24653:
24654: * src/: classes/root.C, main/compile.y: ^if required junctions.
24655: allowed ; inside {} to break params
24656:
24657: * src/classes/root.C: ^eval
24658:
24659: * src/: classes/_string.h, classes/double.C, classes/int.C,
24660: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
24661: string ^format
24662:
24663: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
24664: 'bad' but not 'enough'
24665:
24666: * src/: classes/double.C, classes/root.C, classes/table.C,
24667: include/pa_common.h, include/pa_types.h, main/compile.y,
24668: main/pa_common.C, main/pa_request.C, main/untaint.C,
24669: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
24670: types/pa_wwrapper.h: think constructing flag as is is bad
24671:
24672: * src/: classes/double.C, classes/int.C, classes/root.C,
24673: classes/string.C, classes/table.C, main/core.C, main/execute.C,
24674: types/pa_vint.h: ^for
24675:
24676: 2001-03-12 paf
24677:
24678: * src/classes/table.C: table ^empty
24679:
24680: * src/: classes/table.C, include/pa_table.h: table ^menu
24681:
24682: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
24683: ^offset ^line ^count
24684:
24685: * src/classes/root.C: ^round() ^floor() ^ceiling()
24686: ^abs() ^sign()
24687:
24688: * src/classes/: root.C, table.C: ^use
24689:
24690: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24691: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
24692: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
24693: ^while. switched off wcontext.constructing after write(value) or
24694: auto-vhash-constructing
24695:
24696: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24697: main/pa_request.C: fail_if_junction_ helper func
24698:
24699: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24700: include/pa_request.h, main/execute.C, main/main.dsp,
24701: main/pa_common.C, main/pa_request.C: ^process error point by
24702: actual method_name, not source. ^load
24703:
24704: * src/types/pa_vtable.h: table: no, better with string in cells...
24705:
24706: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
24707: classes/_table.h, classes/table.C, main/untaint.C: z
24708:
24709: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
24710: include/pa_table.h, main/core.C, main/execute.C,
24711: main/pa_common.C, main/pa_request.C, main/pa_table.C,
24712: types/pa_value.h: table:set 0
24713:
24714: * src/: classes/root.C, include/core.h, include/pa_array.h,
24715: include/pa_request.h, include/pa_table.h, main/core.C,
24716: main/main.dsp, main/pa_request.C, main/pa_table.C,
24717: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
24718: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
24719: types/pa_vstring.h: freeze, ^table:create[] -1
24720:
24721: * src/: classes/root.C, types/pa_value.h: z
24722:
24723: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
24724: get_method in couple places optimizing them
24725:
24726: * src/classes/root.C: z
24727:
24728: * src/: classes/root.C, types/pa_vclass.h: process temp main
24729: zeroing
24730:
24731: * src/: classes/double.C, classes/int.C, classes/root.C,
24732: classes/string.C, include/pa_common.h, include/pa_request.h,
24733: include/pa_string.h, include/pa_types.h, main/compile.C,
24734: main/compile.y, main/compile_tools.h, main/execute.C,
24735: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24736: types/pa_vmframe.h: ^process. actual names to store param and
24737: check_actual_numbered_params for better place diagnostics
24738:
24739: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
24740: method-junctions bug fixed
24741:
24742: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
24743: pa_vstateless_object.h, pa_vstring.h: stateless_object
24744:
24745: 2001-03-11 paf
24746:
24747: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
24748: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
24749: VDouble VInt base now VObject_base - without fields
24750:
24751: * src/: classes/root.C, include/core.h, main/core.C: z
24752:
24753: * src/: classes/double.C, classes/int.C, classes/root.C,
24754: classes/string.C, include/core.h, include/pa_hash.h,
24755: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
24756: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
24757:
24758: * src/: classes/double.C, classes/int.C, classes/root.C,
24759: include/pa_request.h, main/execute.C: intercept_string
24760:
24761: * src/: classes/double.C, classes/int.C, classes/root.C,
24762: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
24763:
24764: * src/: classes/double.C, classes/int.C, include/pa_request.h:
24765: ^inc-s(expr)
24766:
24767: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24768: classes/_root.h, classes/_string.h, classes/double.C,
24769: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24770: include/code.h, include/core.h, include/pa_array.h,
24771: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24772: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24773: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24774: include/pa_types.h, main/compile.C, main/compile.y,
24775: main/compile_tools.C, main/compile_tools.h, main/core.C,
24776: main/execute.C, main/pa_array.C, main/pa_common.C,
24777: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
24778: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24779: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24780: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24781: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24782: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24783: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24784: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
24785:
24786: * src/: main/pa_request.C, types/pa_vhash.h: z
24787:
24788: * src/: include/core.h, include/pa_request.h, main/core.C,
24789: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
24790:
24791: * src/: include/pa_valiased.h, include/pa_value.h,
24792: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24793: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24794: include/pa_vjunction.h, include/pa_vmframe.h,
24795: include/pa_vobject.h, include/pa_vstring.h,
24796: include/pa_vunknown.h, include/pa_wcontext.h,
24797: include/pa_wwrapper.h, main/compile.y, main/core.C,
24798: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24799: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24800: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24801: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24802: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24803: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24804: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24805: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24806: include/
24807:
24808: 2001-03-10 paf
24809:
24810: * src/: include/core.h, include/pa_request.h, main/core.C,
24811: main/pa_request.C: run+auto=run
24812:
24813: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24814:
24815: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24816: classes/_root.h, classes/_string.h, classes/double.C,
24817: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24818: include/code.h, include/core.h, include/pa_array.h,
24819: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24820: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24821: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24822: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24823: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24824: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24825: include/pa_vjunction.h, include/pa_vmframe.h,
24826: include/pa_vobject.h, include/pa_vstring.h,
24827: include/pa_vunknown.h, include/pa_wcontext.h,
24828: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24829: main/compile_tools.C, main/compile_tools.h, main/core.C,
24830: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24831: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24832: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24833: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24834: main/pa_wcontext.C: sources header
24835:
24836: * src/main/pa_request.C: auto..
24837:
24838: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24839: main/pa_request.C: auto tree0
24840:
24841: * src/: include/core.h, include/pa_request.h, main/compile.y,
24842: main/core.C, main/pa_request.C: names to core.C
24843:
24844: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
24845: include/pa_request.h, main/core.C, main/execute.C,
24846: main/pa_common.C, main/pa_request.C: root auto.p loaded
24847:
24848: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
24849: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
24850: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24851: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
24852:
24853: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24854: @auto[] realised. auto.p scan togo
24855:
24856: * src/: include/pa_request.h, main/execute.C: autocalc
24857: code-junctions result now have names
24858:
24859: * src/: classes/double.C, classes/int.C, classes/root.C,
24860: classes/string.C, include/pa_request.h, include/pa_string.h,
24861: include/pa_wcontext.h, main/compile.y, main/execute.C,
24862: main/pa_string.C, main/pa_wcontext.C: tainting 0
24863:
24864: * src/classes/env.C: env:file/line
24865:
24866: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
24867: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
24868: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
24869: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
24870: main/compile_tools.C, main/compile_tools.h, main/core.C,
24871: main/execute.C, main/main.dsp, main/pa_cframe.C,
24872: main/pa_request.C, main/pa_wcontext.C: const fight finished
24873:
24874: * src/include/pa_vclass.h: const fight to go
24875:
24876: * src/: classes/_env.h, classes/env.C, classes/root.C,
24877: include/pa_request.h, include/pa_vclass.h, main/core.C,
24878: main/main.dsp: env0
24879:
24880: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
24881: classes/_string.h, classes/double.C, classes/int.C,
24882: classes/root.C, classes/string.C, include/pa_request.h,
24883: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
24884: include/pa_wcontext.h, main/core.C, main/main.dsp,
24885: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
24886: main/pa_wcontext.C: ^lang prepare0
24887:
24888: 2001-03-09 paf
24889:
24890: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
24891: construct proper naming
24892:
24893: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
24894: classes/double.C, classes/int.C, classes/root.C,
24895: classes/string.C, include/code.h, include/pa_value.h,
24896: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
24897: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
24898: main/compile.y, main/compile_tools.C, main/core.C,
24899: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
24900: and ^double[]. fixed expr type
24901:
24902: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24903: ^string.length[]
24904:
24905: 2001-03-08 paf
24906:
24907: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
24908:
24909: * src/: include/pa_vclass.h, include/pa_vstring.h,
24910: include/pa_wcontext.h, main/compile.y, main/core.C,
24911: main/execute.C, main/main.dsp: dead end: vstring can't be
24912: derivated from vobject
24913:
24914: * src/: include/pa_vclass.h, include/pa_vhash.h,
24915: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
24916:
24917: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
24918: remained clone conseqs
24919:
24920: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
24921:
24922: * src/main/pa_vclass.C: wow! vclass were out of vcs
24923:
24924: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
24925: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
24926: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
24927: include/pa_vobject.h, include/pa_vstring.h,
24928: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24929: main/execute.C: withoud cloning. didn't need it actually, params
24930: got passed from out unnamed ewpool
24931:
24932: * src/: include/pa_vdouble.h, include/pa_vhash.h,
24933: include/pa_vjunction.h, include/pa_vobject.h,
24934: include/pa_vunknown.h, main/compile.y: cloning dead end
24935:
24936: * src/: include/pa_bool.h, include/pa_double.h,
24937: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
24938: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
24939: include/pa_vjunction.h, include/pa_vmframe.h,
24940: include/pa_vobject.h, include/pa_vstring.h,
24941: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
24942: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
24943: to give params proper names
24944:
24945: * src/main/pa_wcontext.C: z
24946:
24947: * src/: include/pa_vmframe.h, main/execute.C: added names to
24948: unknown values in get_element and unfilled params. removed wrong
24949: name change in get_element
24950:
24951: * src/main/execute.C: z
24952:
24953: * src/main/execute.C: fixed problems calling operators in
24954: constructors
24955:
24956: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
24957: detected problems calling operators in constructors
24958:
24959: * src/: classes/root.C, include/pa_request.h, main/execute.C:
24960: autocalc def to string
24961:
24962: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
24963: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
24964:
24965: * src/classes/root.C: added root.c
24966:
24967: * src/: include/pa_request.h, include/pa_value.h,
24968: include/pa_vcframe.h, include/pa_vmframe.h,
24969: include/pa_wcontext.h, main/compile.C, main/compile.y,
24970: main/core.C, main/execute.C, main/pa_cframe.C,
24971: main/pa_wcontext.C: 'if' just compiled
24972:
24973: * src/: include/pa_vbool.h, include/pa_vdouble.h,
24974: include/pa_vjunction.h, include/pa_vmframe.h,
24975: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
24976: main/pa_wcontext.C: z
24977:
24978: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
24979: main/core.C, main/execute.C, main/main.dsp: z. detected probs
24980: with parameter names in operator methods
24981:
24982: * src/main/compile.y: minor renamings in .y
24983:
24984: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24985: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
24986: @BASE. changed 'RUN' assignment mech
24987:
24988: * src/main/execute.C: z
24989:
24990: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24991: main/compile_tools.h, main/execute.C: made class: dynamic, not
24992: static. so to enable runtime ^use
24993:
24994: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
24995:
24996: * src/: include/code.h, main/compile.y, main/compile_tools.C,
24997: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
24998:
24999: * src/main/execute.C: root root in code-junction
25000:
25001: 2001-03-07 paf
25002:
25003: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
25004: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
25005:
25006: * src/: include/pa_stack.h, include/pa_value.h,
25007: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
25008: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
25009: fixed rwcontext of {} params up
25010:
25011: * src/main/: compile.y, compile_tools.h: ^func(params)
25012:
25013: * src/main/compile.y: .y priorities syntax shaped up a bit
25014:
25015: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
25016: include/pa_vunknown.h, main/compile.y, main/execute.C,
25017: main/pa_hash.C: expr def in -f
25018:
25019: * src/main/: compile.y, execute.C: expr calls
25020:
25021: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
25022: fixed
25023:
25024: * src/main/compile.y: expr quoted code
25025:
25026: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
25027: support0
25028:
25029: * src/main/compile.y: expr string comparisons 0
25030:
25031: * src/: include/pa_string.h, main/compile.y, main/execute.C,
25032: main/pa_string.C: just compiled lt&co
25033:
25034: * src/main/execute.C: ^var.menu{$field} problem detected. that
25035: $field not a $var.field
25036:
25037: 2001-03-06 paf
25038:
25039: * src/main/compile.y: .y expr visible-shorter
25040:
25041: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
25042: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
25043: logical
25044:
25045: * src/: include/pa_vstring.h, main/compile.y: problems with
25046: skipping whitespace in yylex
25047:
25048: * src/include/pa_vbool.h: forgot this
25049:
25050: * src/: include/code.h, main/compile.y, main/execute.C: without
25051: string ops in expressions 0
25052:
25053: * src/: include/pa_value.h, include/pa_vdouble.h,
25054: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
25055: main/execute.C, main/main.dsp: !~
25056:
25057: * src/: include/pa_vcframe.h, include/pa_vclass.h,
25058: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
25059: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25060: include/pa_vunknown.h, include/pa_wcontext.h,
25061: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
25062: main/compile_tools.h, main/execute.C: +-*/
25063:
25064: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
25065: main/compile_tools.h: grammar-1.1 $a(z) $a=0
25066:
25067: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
25068: main/execute.C: expr grammar-1 2*2=4.000000 :)
25069:
25070: * src/main/compile.y: expr grammar-1
25071:
25072: * src/main/compile.y: expr lexx1
25073:
25074: * src/main/: compile.y, execute.C, main.dsp: z
25075:
25076: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
25077: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
25078: main/execute.C: expr lex0 exec-1
25079:
25080: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
25081:
25082: 2001-02-26 paf
25083:
25084: * src/main/compile.y: max_string in yyerror bug fix
25085:
25086: 2001-02-25 paf
25087:
25088: * src/: include/pa_value.h, include/pa_vmframe.h,
25089: include/pa_wcontext.h, main/execute.C: VAliased3
25090:
25091: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
25092:
25093: * src/main/execute.C: VAliased1
25094:
25095: * src/: include/pa_request.h, include/pa_value.h,
25096: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
25097: VAliased0
25098:
25099: * src/: include/pa_pool.h, include/pa_request.h,
25100: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
25101: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
25102: VAliased just compiled
25103:
25104: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
25105: include/pa_vobject.h, main/execute.C: alias dead end
25106:
25107: * src/: include/pa_value.h, include/pa_vclass.h,
25108: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
25109: main/main.dsp: no not get fields into interm VFielded class.
25110: fields & staticfields 1
25111:
25112: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
25113: include/pa_vobject.h, include/pa_wcontext.h,
25114: include/pa_wwrapper.h, main/core.C, main/execute.C,
25115: main/main.dsp: would now get fields into interm VFielded class
25116:
25117: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
25118: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25119: include/pa_wcontext.h, main/compile.y, main/core.C,
25120: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
25121: main/pa_wcontext.C: virtuals2
25122:
25123: * src/main/compile.y: : 1
25124:
25125: * src/main/compile.y: rethought to $class:static.field.subfield
25126:
25127: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
25128: $class:element
25129:
25130: * src/: include/pa_value.h, include/pa_vmframe.h,
25131: include/pa_wwrapper.h, main/compile.y, main/execute.C,
25132: main/pa_wcontext.C: before execute class calls rewrite
25133:
25134: * src/: include/pa_request.h, main/compile.C, main/core.C: default
25135: name RUN, also alias
25136:
25137: * src/main/compile.y: escaping bug
25138:
25139: * src/: include/pa_request.h, include/pa_value.h,
25140: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
25141: main/core.C, main/execute.C, main/pa_common.C: vobject1
25142:
25143: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
25144: include/pa_vmframe.h, include/pa_vobject.h,
25145: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
25146: main/compile_tools.h, main/execute.C: ^class:method() just
25147: compiled
25148:
25149: 2001-02-24 paf
25150:
25151: * src/main/main.dsp: no bison -d
25152:
25153: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
25154: class' err msg wrong
25155:
25156: * src/main/compile.y: z
25157:
25158: * src/main/: compile.y, core.C: yylex need some @special lines adj
25159:
25160: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
25161: main/compile.y, main/compile_tools.h, main/core.C: modules0
25162:
25163: * src/: include/pa_vclass.h, main/core.C: z
25164:
25165: * src/: include/pa_value.h, include/pa_vclass.h,
25166: include/pa_vobject.h, main/main.dsp: vobject00
25167:
25168: * src/main/pa_array.C: minor bug in expanding very small arrays.
25169: 60% from 1 were 0
25170:
25171: * src/: include/pa_value.h, include/pa_wcontext.h,
25172: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
25173: as bad as you've named it: wcontext.value() was not a perfect
25174: idea
25175:
25176: * src/main/execute.C: codeframe1
25177:
25178: * src/: include/pa_value.h, include/pa_vcframe.h,
25179: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
25180: include/pa_vjunction.h, include/pa_vmframe.h,
25181: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
25182: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
25183: just compiled
25184:
25185: * src/: include/pa_vframe.h, main/compile.y: found junction
25186: ideology @: ^x{$a()) must construct current wcontext element, so
25187: smart wcontext handling needed
25188:
25189: * src/main/compile.y: fixed grammar bugs in constructor/params
25190: klinch
25191:
25192: * src/main/: compile.y, execute.C: fixed empty constructor
25193: optimized empty case. failed on calls - produced empty string
25194: param
25195:
25196: * src/main/compile.y: fixed last \n macrotemplate strip bug
25197:
25198: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
25199: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
25200: main/compile_tools.C, main/compile_tools.h, main/core.C,
25201: main/execute.C: code junctions0. something wrong with last \n
25202: macrotemplate strip
25203:
25204: * src/: include/pa_value.h, main/compile.C, main/core.C,
25205: main/pa_value.C: minor error reporting format beautifyings
25206:
25207: * src/: include/pa_value.h, include/pa_vclass.h,
25208: include/pa_vframe.h, main/core.C, main/execute.C,
25209: main/pa_value.C: get_method RIP. junctions everywhere. call with
25210: junctions0
25211:
25212: 2001-02-23 paf
25213:
25214: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
25215: pa_wwrapper.h: lara came, can't work, sorry :(
25216:
25217: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
25218: junction
25219:
25220: * src/: include/pa_vframe.h, include/pa_vunknown.h,
25221: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
25222: main/execute.C, main/main.dsp, main/pa_value.C: call0
25223:
25224: * src/: include/pa_hash.h, include/pa_value.h,
25225: include/pa_wcontext.h, main/core.C, main/execute.C,
25226: main/main.dsp, main/pa_hash.C: started call. store param, vframe
25227: done
25228:
25229: * src/include/pa_wcontext.h: z
25230:
25231: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
25232: wrong grammar in complex constructor case
25233:
25234: * src/main/: compile.y, execute.C: empty constructor bug fixed
25235:
25236: * src/main/execute.C: with result rwpool
25237:
25238: * src/: include/pa_value.h, main/core.C, main/execute.C,
25239: main/main.dsp: value named
25240:
25241: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
25242: strign 2 value in 2 places in execute
25243:
25244: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
25245: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
25246: wcontext.put_element when wcontext fvalue==0
25247:
25248: 2001-02-22 paf
25249:
25250: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
25251: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
25252: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
25253:
25254: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
25255: erroreos checkout
25256:
25257: * src/: include/pa_request.h, main/compile.y: $self.put(val)
25258:
25259: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
25260: main/compile_tools.h, main/pa_array.C: $self.get
25261:
25262: * src/main/: compile.C, compile.y, compile_tools.C: z
25263:
25264: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
25265: bit. finished now.
25266:
25267: * src/main/compile.y: $: finished
25268:
25269: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
25270:
25271: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
25272: main/execute.C: OP_STRING better then some xxx _VALUE
25273:
25274: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
25275: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25276: string to vstring it .y all
25277:
25278: * src/: include/pa_request.h, include/pa_stack.h,
25279: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
25280: all
25281:
25282: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
25283: precise parse error line:col
25284:
25285: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
25286: main/pa_hash.C, main/pa_pool.C: TRY...
25287:
25288: * src/: include/pa_exception.h, include/pa_pool.h,
25289: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
25290: main/compile.C, main/compile.y, main/compile_tools.C,
25291: main/core.C, main/pa_array.C, main/pa_exception.C,
25292: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
25293: main/pa_table.C: removed exception from request
25294:
25295: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
25296: some forgotten
25297:
25298: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
25299: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
25300: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
25301: get/put simple vars to VClass works0
25302:
25303: * src/: include/pa_array.h, include/pa_wcontext.h,
25304: main/pa_string.C: in process, but found that exceptions are too
25305: global
25306:
25307: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
25308: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
25309: main/execute.C, main/pa_string.C: write_value write_string 0 it
25310: seems wcontext must write strings regardles of fvalue!=0
25311:
25312: 2001-02-21 paf
25313:
25314: * src/main/execute.C: tired :)
25315:
25316: * src/main/: compile.C, compile.y, execute.C: store0
25317:
25318: * src/: include/compile.h, include/execute.h, include/pa_array.h,
25319: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
25320: include/pa_wcontext.h, main/compile.C, main/compile.y,
25321: main/execute.C, main/main.dsp, main/pa_array.C,
25322: main/pa_request.C: get put -1 [just compiled]
25323:
25324: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
25325: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
25326: main/main.dsp, main/pa_request.C: request core methods0
25327:
25328: * src/: include/compile.h, include/pa_array.h, main/compile.C,
25329: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
25330: execute
25331:
25332: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
25333: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
25334: methods and one_big_piece. now compile returns array<method*>
25335:
25336: * src/main/compile.y: more straightforward yylex[end]
25337:
25338: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
25339: string.operator==(char*)
25340:
25341: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
25342: main/execute.C, main/pa_array.C: after array.const get wonders
25343:
25344: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
25345: pa_string.h, pa_value.h: struck with const array.gets
25346:
25347: * src/main/: execute.C: z
25348:
25349: * src/main/: compile.y, execute.C: z
25350:
25351: * src/main/: compile.C, compile.y, compile_tools.h: error
25352: processing in eval & yyerror so it wouldn't cause memleaks.
25353:
25354: * src/main/: compile.C, compile.y: failed to add absolute precies
25355: parse error positions. leaving RIGHTMOST position as
25356: @file[line:col]
25357:
25358: * src/: include/compile.h, main/compile.C, main/compile.y,
25359: main/compile_tools.h: line numbers needed. would add them to .y
25360: now internally. externally it's not as precise as needed
25361:
25362: * src/: include/code.h, include/pa_types.h, main/compile.C,
25363: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25364: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
25365: compiler works ok
25366:
25367: 2001-02-20 paf
25368:
25369: * src/main/: compile.C, compile.y, compile_tools.C,
25370: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
25371: not perfect
25372:
25373: * src/: include/code.h, include/compile.h, include/execute.h,
25374: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
25375: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25376: main/compile.C, main/compile.y, main/compile_tools.C,
25377: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
25378: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25379: main/pa_string.C, main/pa_table.C: bison[yacc] first time
25380: compiled. execute=dump for now
25381:
25382: * src/main/core.C: core rewrite using yacc investigations now will
25383: be compile[yacc]/execute[opcodes]
25384:
25385: 2001-02-15 paf
25386:
25387: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
25388: rewrite as turing machine? for it seems it would be it's too many
25389: ifs with this syntax now
25390:
25391: 2001-02-14 paf
25392:
25393: * src/main/core.C: get_params 1
25394:
25395: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
25396: :( ]
25397:
25398: * src/main/core.C: varios breaks
25399:
25400: * src/main/core.C: get names 3
25401:
25402: * src/main/core.C: get names 2
25403:
25404: * src/main/core.C: get names 1
25405:
25406: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
25407: names 0
25408:
25409: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
25410: text repassing2 operator static vars
25411:
25412: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
25413: main/pa_string.C: process text repassing
25414:
25415: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25416: module:calls changes
25417:
25418: 2001-02-13 paf
25419:
25420: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25421: ^class:calls[] started
25422:
25423: * src/: include/pa_value.h, main/core.C: z
25424:
25425: * src/main/core.C: operators : and self. prefixes
25426:
25427: * src/main/core.C: z
25428:
25429: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25430: tested
25431:
25432: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25433: optimized
25434:
25435: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
25436: would change privates to better support optimization
25437:
25438: * src/: include/pa_string.h, main/pa_string.C:
25439: String_iterator::skip_to todo:optimize
25440:
25441: 2001-02-12 paf
25442:
25443: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
25444: String_iterator
25445:
25446: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
25447: comments
25448:
25449: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
25450: self/methodref joined
25451:
25452: 2001-02-11 paf
25453:
25454: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
25455: main/main.dsp: core started. core.C, context&value .h
25456:
25457: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25458: include/pa_string.h, main/main.dsp, main/pa_array.C,
25459: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
25460:
25461: 2001-01-30 paf
25462:
25463: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
25464: comments
25465:
25466: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
25467: main/pa_pool.C: moved pa_pool.C to be target specific
25468:
25469: * src/: include/pa_exception.h, include/pa_pool.h,
25470: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
25471: to & changes
25472:
25473: * src/: include/pa_exception.h, include/pa_pool.h,
25474: include/pa_request.h, include/pa_table.h, main/pa_array.C,
25475: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
25476: re-associated. that's much better even removed 'die' necessety
25477:
25478: * src/: include/pa_error.h, include/pa_exception.h,
25479: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25480: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
25481: targets/Makefile.am: lowered targets/parser into subdir, added
25482: parser_Pool(Pool) failed to add. would think..
25483:
25484: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
25485: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
25486: main/pa_string.C, main/pa_table.C: Table more like C++ style
25487: hence lots of 'const'
25488:
25489: * src/: include/pa_error.h, include/pa_request.h,
25490: include/pa_string.h, include/pa_table.h, main/pa_error.C,
25491: main/pa_table.C: Error fixed
25492:
25493: 2001-01-29 paf
25494:
25495: * src/: include/pa_array.h, include/pa_common.h,
25496: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
25497: include/pa_request.h, include/pa_string.h, include/pa_table.h,
25498: main/Makefile.am, main/pa_array.C, main/pa_common.C,
25499: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
25500:
25501: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25502: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25503: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
25504: main/pa_string.C, main/pa_table.C: Request Error Table
25505:
25506: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
25507: templates"
25508:
25509: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
25510: main/main.dsp, main/pa_array.C: templates failed no template
25511: specializations [VC6], no library auto instantation [VC6, GNU c++
25512: 2.95.2-6 from latest cygwin]
25513:
25514: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25515: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25516: main/main.dsp, main/pa_array.C, main/pa_string.C,
25517: main/pa_table.C: Table started would test template Array now
25518:
25519: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25520: String originating
25521:
25522: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
25523: main/pa_hash.C: made local Hash-es not thread safe=quicker by
25524: SYNCHRONIZED(thread_safe)
25525:
25526: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
25527: parts to top
25528:
25529: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
25530: main/pa_threads.C: decided on one global_mutex, like PHP as I can
25531: see: needed only in global Hash now, made Hash:: put/get
25532: SYNCHRONIZED
25533:
25534: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
25535: main/pa_threads.C: added pa_threads
25536:
25537: Mutex
25538:
25539: * src/include/pa_hash.h: some comments
25540:
25541: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
25542: Array& operator += (Array& src)
25543:
25544: * src/main/pa_array.C: expand not convinient, would rewrite
25545:
25546: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
25547: (Array& src)
25548:
25549: rethought, would change now
25550:
25551: 2001-01-27 paf
25552:
25553: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
25554: caching
25555:
25556: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25557: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
25558: cache rethought to chunk caching
25559:
25560: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25561: include/pa_string.h, main/main.dsp, main/pa_array.C,
25562: main/pa_hash.C, main/pa_string.C: Array 0
25563:
25564: * src/main/pa_string.C: String::operator ==
25565:
25566: * src/main/pa_hash.C: String(&String)
25567:
25568: * src/main/pa_hash.C: added pa_hash.C [forgotten]
25569:
25570: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
25571: main/main.dsp, main/pa_string.C: uint, and added pa_types &
25572: pa_hash[forgotten]
25573:
25574: 2001-01-26 paf
25575:
25576: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25577: removed templates [vc++ suxx]
25578:
25579: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
25580: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
25581:
25582: * src/include/: pa_pool.h, pa_string.h: pa_pool split
25583:
1.119 moko 25584: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 25585:
1.119 moko 25586: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 25587: check
25588:
25589: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
25590: dynamic row_count
25591:
25592: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25593: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25594: targets/Makefile.am: Initial revision
25595:
25596: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25597: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25598: targets/Makefile.am: creating parser3 module
25599:
E-mail: