Annotation of parser3/ChangeLog, revision 1.204
1.203 moko 1: 2024-10-28 moko
2:
1.204 ! moko 3: * src/classes/array.C: avoid invalidate()
! 4:
! 5: * src/: classes/array.C, types/pa_varray.h: minor optimization for
! 6: fused to survive in ^array::copy[$a] (related to feature #930)
! 7:
! 8: * src/types/pa_varray.h: minor optimization as last element is
! 9: allways defined if present
! 10:
1.203 moko 11: * tests/: 435.html, results/435.processed: tests for
12: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
13: for array added (related to feature #1253)
14:
15: * src/classes/array.C: typo fixed
16:
17: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
18: ^hash.set([-+]index)[value], and same for array added (implements
19: feature #1253)
20:
21: * tests/results/: 246.processed, 298.processed, 342.processed,
22: 389.processed, 397.processed, 430.processed, 432.processed: tests
23: results update after minor exceptions texts fixes
24:
25: 2024-10-27 moko
26:
27: * src/: classes/array.C, classes/hash.C, classes/math.C,
28: classes/reflection.C, classes/string.C, classes/table.C,
29: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
30: types/pa_vmethod_frame.h: handy as_index() added, several
31: exceptions texts fixed (related to feature #930)
32:
33: * src/: classes/array.C, types/pa_varray.h: non-working
34: $array.fields removed, ^array.delete[index] supported (related to
35: feature #930)
36:
37: * tests/: 431.html, results/431.processed: tests updated after
38: ^a.delete[3] supported
39:
40: * tests/: 431.html, 434.html, results/434.processed: tests for last
41: element used, push/pop, exceptions during arguments processing
42: and used caching (related to feature #930)
43:
44: * src/: classes/array.C, types/pa_varray.h: change_used added for
45: better used caching and now no issues if exception occures during
46: append arguments processing (related to feature #930)
47:
48: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
49: ^array.pop[] added, last element is allways used (related to
50: feature #930)
51:
52: 2024-10-26 moko
53:
54: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
55: types/pa_varray.h: confirm_all_used added where possible (related
56: to feature #930)
57:
58: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
59: small array optimizations (related to feature #930)
60:
61: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
62:
63: * tests/: 431.html, results/431.processed: test for
64: ^array.compact[undef] added
65:
66: * src/classes/array.C: ^array.compact[] now have optional 'undef'
67: argument to also compact undefined elements (related to feature
68: #930)
69:
70: 2024-10-24 moko
71:
72: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
73: VArray::hash is used rarery, no longer caching the result
74:
75: * tests/results/432.processed: testing removed from tests
76:
77: 2024-10-23 moko
78:
79: * tests/: 431.html, results/431.processed: ^array.compact[] test
80: added
81:
82: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
83:
84: * tests/: 432.html, results/432.processed: testing ^array.at[] for
85: both "solid" and "sparse" arrays
86:
87: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
88:
89: 2024-10-22 moko
90:
91: * tests/results/264.processed: spelling
92:
93: * src/classes/file.C: spelling
94:
95: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
96: tests updated after ^file::exec[cmd;;$array] implemented and
97: empty arguments not skipped (related to feature #1252)
98:
99: * src/classes/file.C: ^file::exec[cmd;;$array] supported
100: (implements feature #1252) bugfix: empty arguments no longer
101: skipped
102:
1.202 moko 103: 2024-10-20 moko
104:
105: * src/classes/string.C: warnings war
106:
107: * src/: main/pa_string.C, classes/array.C: warnings war
108:
109: * src/classes/json.C: warnings war
110:
111: * src/classes/image.C: warnings war
112:
113: * src/: classes/table.C, types/pa_varray.C: warnings war
114:
115: * src/classes/array.C: warning war
116:
117: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
118:
119: * src/main/main.vcproj: warnings war
120:
121: 2024-10-19 moko
122:
123: * tests/427.html: test updated after constructors renamed
124:
125: 2024-10-18 moko
126:
127: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
128: results/421.processed, results/430.processed,
129: results/431.processed: test updated after constructors renamed
130:
131: * src/classes/array.C: create -> copy, new -> create according to
132: https://www.parser.ru/forum/?id=86603 discussion (related to
133: feature #930)
134:
135: 2024-10-16 moko
136:
137: * src/classes/json.C: $json:array[array or hash] added to provide
138: more backward compatibility (implements feature #1251)
139:
140: 2024-10-15 moko
141:
142: * tests/: 421.html, results/421.processed: test results updated
143: after missing constuctor error check added and array is_index
144: check added
145:
146: * src/main/execute.C: absent constructor message fixed
147:
1.201 moko 148: 2024-10-13 moko
149:
150: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
151: with is_index() before calling index() for better error reporting
152: in method name typo (was invalid number, not method not found
153: exception).
154:
155: 2024-10-08 moko
156:
157: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
158:
159: * src/include/pa_array.h: warnings war
160:
1.200 moko 161: 2024-10-05 moko
162:
163: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
164: returns current row cells array (implements feature #1250)
165:
166: * tests/: 405.html, results/169.processed, results/405.processed:
167: tests updated after ^string.split[;a] implemented (related to
168: feature #1249)
169:
170: * src/classes/string.C: ^string.split[] - 'a' option added for
171: splitting into an array (implements feature #1249)
172:
173: 2024-10-04 moko
174:
175: * tests/: 431.html, results/431.processed: final code coverage
176: array tests
177:
178: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
179: array: confirm_all_used() added and used where possible, expand()
180: now expends faster
181:
182: 2024-10-03 moko
183:
184: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
185:
186: * tests/: 256.html, results/256.processed: test for
187: $.date[unix-timestamp] handling large dates
188:
189: * src/: classes/file.C, classes/op.C, classes/reflection.C,
190: classes/string.C, classes/table.C, include/pa_common.h,
191: main/pa_common.C, main/pa_http.C, main/pa_request.C,
192: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
193: format replaced with pa_uitoa where applicable,
194: $.date[unix-timestamp] fixed for handling large dates
195:
196: * tests/: 433.html, results/433.processed: more tests, including
197: test for possible endless recursion in ^o.GET[]
198:
199: * src/types/pa_vobject.C: bugfix: detecting possible endless
200: recursion in get_scalar_value inside ^o.GET[]
201:
202: * src/: classes/json.C, include/pa_request.h, main/execute.C,
203: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
204: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
205: $LIMITS.max_recursion
206:
207: 2024-10-02 moko
208:
209: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
210: results/253.processed, results/287.processed,
211: results/430.processed, results/433.processed: more tests for full
212: array and json code coverage
213:
214: * tests/: 433.html, results/433.processed: tests for hash functions
215: with array param
216:
217: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
218:
219: * tests/: 432.html, results/432.processed: modified ^hash.at tests
220: in 246.html used to test ^array.at, same result produced
221:
222: * tests/: 430.html, 431.html, results/430.processed,
223: results/431.processed: more array tests for 100% code coverage
224: (related to feature #930)
225:
226: * tests/: 427.html, 430.html, results/427.processed,
227: results/430.processed: first portion of array tests added
228: (related to feature #930)
229:
230: * src/classes/array.C: allow only whitespace string as argument for
231: add and join
232:
233: * src/classes/array.C: add behavour for array synced with hash
234:
235: 2024-09-30 moko
236:
237: * tests/: 429-sql.html, results/429-sql.processed: code coverage
238: tests added
239:
240: * src/classes/array.C: $.distinct should not be used unless
241: $.sparse(true)
242:
243: * tests/: 429-sql.html, results/388-sql.processed,
244: results/429-sql.processed: tests for ^array::sql{}, including
245: multi_statements mode (related to feature #930)
246:
1.199 moko 247: 2024-09-29 moko
248:
249: * src/classes/array.C: synced ^array::sql multi_statements logic
250: with ^hash::sql new behavour
251:
252: 2024-09-28 moko
253:
254: * tests/: 428-sql.html, results/388-sql.processed,
255: results/428-sql.processed: tests updated after column names were
256: fixed in multi_statements mode (related to feature #1197)
257:
258: * src/classes/hash.C: column names are fixed for most cases in
259: multi_statements mode (related to feature #1197)
260:
261: * tests/: 428-sql.html, results/195.processed,
262: results/224.processed, results/239.processed,
263: results/254.processed, results/261.processed,
264: results/306.processed, results/333.processed,
265: results/341.processed, results/343.processed,
266: results/344.processed, results/348.processed,
267: results/364.processed, results/389.processed,
268: results/390.processed, results/415.processed,
269: results/420.processed, results/421.processed: tests results
270: updated after error messages spelling minor fixes
271:
272: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
273: spelling
274:
275: * src/: classes/curl.C, classes/file.C, classes/hash.C,
276: classes/image.C, classes/math.C, classes/string.C,
277: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
278: main/execute.C, main/pa_charset.C, main/pa_common.C,
279: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
280: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
281: types/pa_vmail.C, types/pa_vobject.C,
282: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
283: types/pa_vxdoc.C: minor error messages spelling fixes
284:
285: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
286: implementation (related to feature #930)
287:
288: * tests/: 388-sql.html, results/388-sql.processed: test results
289: updated after rows number ^file::sql{} check added
290:
291: * src/classes/file.C: rows number now checked in ^file::sql{}
292:
293: * tests/: 428-sql.html, results/428-sql.processed: more tests
294:
295: * tests/: 428-sql.html, results/428-sql.processed: more
296: multi_statements testing before bugfix
297:
298: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
299: results/428-sql.processed: support for multiple sql test files
300: added
301:
302: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
303:
304: * src/classes/hash.C: more accurate one_bool_column processing
305:
306: * tests/: 427.html, results/427.processed: Constructors as methods
307: behavour documented in test
308:
309: * src/classes/hash.C: HashStringValue::Iterator used for options
310:
311: * tests/: 388-sql.html, results/388-sql.processed: even more tests
312:
313: * tests/: 388-sql.html, results/388-sql.processed: a bit more
314: testing
315:
316: * tests/results/367-curl.processed: test result updated after
317: server charset changed
318:
319: * tests/results/347-curl.processed: error messages updated
320:
321: * tests/results/: 346-curl.processed, 379-curl.processed,
322: 394-curl.processed: tests results updated after Type -> Exception
323: type replacement
324:
325: * tests/results/388-sql.processed: tests result updated after Type
326: -> Exception type
327:
328: 2024-09-27 moko
329:
330: * src/classes/hash.C: minor simplification
331:
332: 2024-09-24 moko
333:
334: * src/main/pa_string.C: atoui error messages improved
335:
336: * tests/: 165.html, 312.html, results/165.processed,
337: results/312.processed, results/379.processed: tests updated after
338: default endless loop limit increased, atoi error messages
339: improved
340:
341: * src/classes/hash.C: VBool::get used, unification
342:
1.198 moko 343: 2024-09-22 moko
344:
345: * src/classes/array.C: minor simplification
346:
347: * src/classes/array.C: ^array.left(N),
348: ^array.right(N),^array.mid(P;N) added (related to feature #930)
349:
350: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
351: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
352: added, default 1000000 (related to feature #930)
353:
354: * tests/: 426.html, results/426.processed: test for negative limit
355: and offset processing for table options added
356:
357: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
358: bugfix: negative limit and offset processing for table options
359: fixed
360:
361: 2024-09-21 moko
362:
363: * src/: classes/array.C, types/pa_varray.h: join supports hash;
364: ^for added that also iterates holes; ^remove added (related to
365: feature #930)
366:
367: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
368: $.offset(M) ] added (related to feature #930)
369:
370: 2024-09-20 moko
371:
372: * src/: classes/array.C, types/pa_varray.h: array:
373: +foreach[value]{code}, + add[hash with numeric keys] (related to
374: feature #930)
375:
376: 2024-09-19 moko
377:
378: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
379: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
380: support $a[v1;v2;...] syntax (related to feature #930)
381:
382: 2024-09-17 moko
383:
384: * src/: classes/reflection.C, include/pa_request.h,
385: main/compile_tools.h, main/pa_request.C:
386: ^reflection:class_alias[existing class name;alias class name]
387: added. The array class can now be redefined regardless of the
388: $.replace(bool) option value (related to feature #930)
389:
390: * src/main/: compile.y, compile_tools.h: class_add return value
391: inverted to add it to request class
392:
393: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
394: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
395: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
396: resize if required. spared array - added fused, append.
397:
1.197 moko 398: 2024-09-16 moko
399:
400: * src/types/pa_varray.h: get moved to where it belongs
401:
402: 2024-09-15 moko
403:
404: * src/: include/pa_array.h, types/pa_varray.h: more agressive
405: expansion to minimize reallocs: fallocated/32 -> fallocated/4
406:
407: * tests/: 421.html, results/323.processed, results/421.processed:
408: tests updated after 'spared-array' class renamed to 'array'
409: following a discussion on the forum (related to feature #930)
410:
411: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
412: types/pa_vmail.C: initial SparseArray separation from Array,
413: parser class now 'array'
414:
415: 2024-09-14 moko
416:
417: * tests/: 030.html, results/030.processed: out of range expires
418: check added
419:
420: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
421: checking expires time using VDate
422:
423: 2024-09-13 moko
424:
425: * src/: classes/array.C, classes/curl.C, classes/date.C,
426: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
427: classes/memcached.C, classes/op.C, classes/regex.C,
428: classes/string.C, classes/xdoc.C, classes/xnode.C,
429: main/execute.C, main/pa_http.C, main/pa_request.C,
430: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
431: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
432: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
433: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
434: removed as dynamic_cast is faster, Value::is() is still required
435: for is operator.
436:
437: 2024-09-12 moko
438:
439: * src/: classes/file.C, classes/image.C, classes/reflection.C,
440: classes/table.C, classes/xnode.C, include/pa_array.h,
441: include/pa_string.h, main/pa_common.C, main/pa_request.C,
442: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
443: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
444: templated pa_itoa/pa_uitoa added to work with any integer type,
445: String::Body::Format removed
446:
447: 2024-09-10 moko
448:
449: * src/classes/array.C: append and insert methods added to
450: sparse-array (related to feature #930)
451:
452: * tests/: 253.html, 255.html, 421.html, results/421.processed:
453: tests updated after sparse-array was added to avoid ^json:parse[]
454: using it in old tests (related to feature #930)
455:
456: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
457: types/pa_varray.h: sparse-array class added (initial feature #930
458: implementation)
459:
460: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
461: for sparse-array class files (related to feature #930)
462:
463: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
464: types/pa_vhash.h: VArray support functions without actual VArray
465: files (related to feature #930)
466:
1.196 moko 467: 2024-09-07 moko
468:
469: * src/: classes/curl.C, classes/string.C, classes/table.C,
470: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
471: main/pa_http.C, main/pa_sql_driver_manager.C,
472: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
473: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
474: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
475: with Hash::Iterator, has_next() replaced with operator bool
476: (related to feature #930)
477:
478: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
479: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
480: types/pa_vstateless_class.C: Array class extended,
481: Array::Iterator added and used (related to feature #930)
482:
1.195 moko 483: 2024-08-26 moko
484:
485: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
486: should be used on argv[0] as well to match document root.
487:
1.194 moko 488: 2024-08-25 moko
489:
490: * src/main/pa_request.C: be more specific
491:
492: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
493: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
494: (fixes bug #1244)
495:
496: * src/targets/cgi/parser3.C: avoid "parser allready configured"
497: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
498: rsplit(..., '\\') is not correct when / and \ are mixed in path
499:
500: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
501:
1.193 moko 502: 2024-07-24 moko
503:
504: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
505: main/execute.C, main/pa_string.C: Warning war: clang changed
506: -Wdeprecated-register warning to -Wregister, it's easier to
507: remove all register vars then continue this fight. :)
508:
509: * src/main/: compile.y, compile.tab.C: warning war: register
510: removed
511:
1.192 moko 512: 2024-07-14 moko
513:
514: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
515: checking the HTTP request environment; if the variable is not
516: present, checking the web server process environment (implements
517: feature #1242)
518:
1.191 moko 519: 2024-05-26 moko
520:
521: * tests/: 195.html, 229.html, results/096.processed,
522: results/097.processed, results/158.processed,
523: results/186.processed, results/273.processed,
524: results/293.processed, results/317.processed,
525: results/389.processed, results/402.processed: tests updated as
526: single quote now escaped with ' in HTML tainting mode
527: (related to feature #1241)
528:
529: * src/main/untaint.C: single quote now escaped with ' in HTML
530: tainting mode (implements feature #1241)
531:
532: * tests/results/: 020.processed, 021.processed, 026.processed,
533: 042.processed, 043.processed, 057.processed, 110.processed,
534: 115.processed, 116.processed, 117.processed, 118.processed,
535: 119.processed, 120.processed, 125.processed, 126.processed,
536: 128.processed, 130.processed, 131.processed, 132.processed,
537: 133.processed, 135.processed, 136.processed, 138.processed,
538: 139.processed, 140.processed, 145.processed, 150.processed,
539: 151.processed, 165.processed, 174.processed, 181.processed,
540: 182.processed, 192.processed, 193.processed, 201.processed,
541: 213.processed, 224.processed, 226.processed, 230.processed,
542: 239.processed, 240.processed, 244.processed, 253.processed,
543: 254.processed, 261.processed, 264.processed, 269.processed,
544: 274.processed, 275.processed, 288.processed, 294.processed,
545: 296.processed, 303.processed, 306.processed, 307.processed,
546: 308.processed, 311.processed, 312.processed, 314.processed,
547: 315.processed, 316.processed, 320.processed, 323.processed,
548: 324.processed, 325.processed, 328.processed, 330.processed,
549: 332.processed, 333.processed, 337.processed, 338.processed,
550: 341.processed, 342.processed, 343.processed, 344.processed,
551: 345.processed, 348.processed, 352.processed, 356.processed,
552: 357.processed, 363.processed, 364.processed, 368.processed,
553: 372.processed, 373.processed, 376.processed, 378.processed,
554: 379.processed, 385.processed, 386.processed, 387.processed,
555: 389.processed, 390.processed, 395.processed, 397.processed,
556: 398.processed, 399.processed, 404.processed, 406.processed,
557: 413.processed, 414.processed, 420.processed, 421.processed,
558: 424.processed, auto.p: Type -> Exception type for readability
559:
560: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
561: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
562: results/119.processed, results/165.processed,
563: results/175.processed, results/192.processed,
564: results/213.processed, results/217.processed,
565: results/230.processed, results/240.processed,
566: results/298.processed, results/380.processed,
567: results/415.processed: try-catch, try-catch-comment used
568:
569: 2024-05-21 moko
570:
571: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
572: results/180.processed, results/195.processed,
573: results/224.processed, results/auto.p: @try-catch-comment added
574: and used
575:
576: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
577: 415.html, results/269.processed, results/283.processed,
578: results/auto.p: more tests are updated to prepare for apostrophe
579: escaping in HTML tainting
580:
581: * tests/results/: 181.processed, 294.processed, 296.processed,
582: 315.processed, 379.processed, 389.processed, auto.p:
583: $exception.comment printed as-is for whitespace reporting and to
584: prepare for apostrophe escaping in HTML mode
585:
1.190 moko 586: 2024-05-11 moko
587:
588: * tests/: 099.html, 100.html, results/099.processed,
589: results/100.processed: a test for non-UTF-8 filename* added
590: (related to feature #1240)
591:
592: * tests/: 293.html, results/293.processed: tainting modes tests
593: added
594:
595: * tests/results/: 099.processed, 100.processed, 205.processed,
596: 309.processed, 310.processed, 419.processed: tests results
597: updated after filename* added (related to feature #1240)
598:
599: * src/: include/pa_common.h, main/pa_request.C: The filename*
600: parameter was added to the Content-Disposition header to conform
601: with RFC 6266, with code provided by Sumo (implements feature
602: #1240)
603:
604: 2024-05-10 moko
605:
606: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
607: positive performance effect in our case
608:
1.189 moko 609: 2024-03-27 moko
610:
611: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
612: (related to feature #1236)
613:
614: 2024-03-15 moko
615:
616: * tests/: 413.html, results/413.processed: test for object still
617: can be used as file parameter (related to bug #1218)
618:
619: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
620: still can be used in file context (fixes bug #1218)
621:
622: 2024-03-14 moko
623:
624: * src/include/pa_string.h: ArrayString get() null result assert
625: also added (related to bug #1238)
626:
627: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
628: VString::empty() used instead of new VString()
629:
630: 2024-03-12 moko
631:
632: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
633: results/379.processed: test added for cookie without value
634: (related to bug #1238)
635:
636: * src/include/pa_string.h: In assertions enabled mode, ArrayString
637: values are now required to be non-null (related to bug #1238)
638:
639: * src/main/pa_http.C: cookies without value are now parsed
640: correctly (fixed bug #1238)
641:
642: 2024-03-11 moko
643:
644: * tests/run_parser.sh: for better error reporting
645:
1.188 moko 646: 2023-12-30 moko
647:
648: * tests/: 038.html, results/038.processed: test for atan2 added
649:
650: 2023-12-29 moko
651:
652: * src/classes/math.C: atan2(y,x) math function added
653:
1.187 moko 654: 2023-12-14 moko
655:
656: * tests/212.html: pcre2 compatibility (related to feature #1236)
657:
658: * tests/: 425.html, results/425.processed: test for pcre/pcre2
659: exceptions and behavour added (related to feature #1236)
660:
661: 2023-12-13 moko
662:
663: * buildall: by default parser is now bundled with pcre2 10.42,
664: --without-pcre2 option added to build with pcre-8.45 (related to
665: feature #1236)
666:
667: 2023-12-12 moko
668:
669: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
670: support added (implements feature #1236)
671:
672: * src/: include/pa_charset.h, include/pa_config_includes.h,
673: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
674: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
675: types/pa_vregex.h: Adopted patch from Yavor Doganov
676: <yavor@gnu.org> to add pcre2 library support (implements feature
677: #1236)
678:
1.186 moko 679: 2023-11-28 moko
680:
681: * src/include/pa_config_includes.h: warnings war continues
682:
683: * src/include/pa_config_includes.h: warning war
684:
685: * tests/: 424.html, results/424.processed: tests for '+' and '-'
686: number strings, whitespace and sign in exception messages
687: (related to bug #1234)
688:
1.185 moko 689: 2023-11-26 moko
690:
691: * tests/: 274.html, results/224.processed, results/274.processed:
692: tests for date double, int, bool added (related to feature #1235)
693:
694: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
695: added for date class (implements feature #1235)
696:
697: 2023-11-23 moko
698:
699: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
700: and '-' strings are no longer can be treated as number 0,
701: exception thrown (fixes bug #1234)
702:
1.184 moko 703: 2023-11-18 moko
704:
705: * src/include/pa_types.h: minor
706:
707: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
708:
709: * tests/: 389.html, results/389.processed: error messages for some
710: OS differs a bit, reducing failing tests for them
711:
712: 2023-11-17 moko
713:
714: * tests/: 423.html, results/423.processed: test for optional
715: @auto[] inheritance added (related to feature #1233)
716:
717: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
718: types/pa_vstateless_class.C: optional @auto[] inheritance
719: implemented if defined with two args (path, class name)
720: (implements feature #1233)
721:
722: * src/: classes/double.C, classes/int.C, classes/math.C,
723: include/pa_random.h, include/pa_types.h, main/pa_common.C,
724: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
725: sync double->int overflow behavour under different architectures
726: (fixes bug #1232)
727:
728: * tests/: 422.html, results/422.processed: int clipping added
729:
730: 2023-11-16 moko
731:
732: * tests/: 422.html, results/422.processed: test for int and uint
733: overflow in ^n.format[d/u/x]
734:
735: * src/classes/math.C: bugfix: crc32 should not be negative (under
736: Apple M1 when negative double converts to uint the result is 0)
737: and crc32 should be 32 bits
738:
739: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
740: on Apple M1 it's 0
741:
742: * src/classes/file.C: bugfix: crc32 should not be negative (under
743: Apple M1 when negative double converts to uint the result is 0)
744: and crc32 should be 32 bits
745:
1.183 moko 746: 2023-10-07 moko
747:
748: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
749: behavour with other OP_NUM_*, related to bug #1230
750:
751: 2023-10-06 moko
752:
753: * tests/: 338.html, results/338.processed: test for bug #1230 added
754:
755: * src/: main/execute.C, types/pa_vdate.h: force double operands to
756: be converted to double to avoid 80 bit operations in x87 mode
757: (fixes bug #1230)
758:
759: 2023-10-05 moko
760:
761: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
762: compatibility
763:
764: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
765:
766: * tests/: 421.html, results/421.processed: test to cover all
767: classes and objects nonexistent method and field exceptions
768: (related to feature #1080 and #1227)
769:
770: * tests/results/: 182.processed, 324.processed: undefined method ->
771: <type> method not found exception (related to feature #1080)
772:
773: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
774: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
775: "element can not be fetched from" for them, "field not found" for
776: all other types (related to bug #1227)
777:
778: 2023-10-03 moko
779:
780: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
781: <type> method not found" exception now thrown for static calls
782: instead of "undefined method" without class name (related to
783: feature #1080)
784:
785: 2023-10-02 moko
786:
787: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
788: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
789: <method name>, Comment: <type> method not found" exception now
790: thrown for all dynamic objects instead of "undefined method"
791: without class name (implements feature #1080)
792:
1.182 moko 793: 2023-10-01 moko
794:
795: * src/classes/json.C: we don't have a dynamic json object.
796:
797: 2023-09-28 moko
798:
799: * tests/: 420.html, results/261.processed, results/420.processed:
800: tests updated after bug #1228 fix reverted
801:
802: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
803: whitespace string is hash compatible, so we don't want $s.key to
804: return a junction
805:
806: * tests/: 261.html, 420.html, results/261.processed,
807: results/420.processed: test for bug #1227 added, test updated
808: after bug #1228 fixed
809:
810: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
811: now throws exception as $non-empty-string.field (fixes bug #1227)
812:
813: * src/types/pa_vstring.h: allow $string.method access (fixes bug
814: #1228)
815:
816: 2023-09-26 moko
817:
818: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
819: src/classes/classes.C, src/classes/classes.awk,
820: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
821: src/classes/double.C, src/classes/file.C, src/classes/form.C,
822: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
823: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
824: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
825: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
826: src/classes/regex.C, src/classes/response.C,
827: src/classes/string.C, src/classes/table.C, src/classes/void.C,
828: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
829: src/include/pa_array.h, src/include/pa_base64.h,
830: src/include/pa_cache_managers.h, src/include/pa_charset.h,
831: src/include/pa_charsets.h, src/include/pa_common.h,
832: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
833: src/include/pa_dictionary.h, src/include/pa_dir.h,
834: src/include/pa_exception.h, src/include/pa_exec.h,
835: src/include/pa_globals.h, src/include/pa_hash.h,
836: src/include/pa_http.h, src/include/pa_memory.h,
837: src/include/pa_opcode.h, src/include/pa_operation.h,
838: src/include/pa_os.h, src/include/pa_pool.h,
839: src/include/pa_random.h, src/include/pa_request.h,
840: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
841: src/include/pa_sapi.h, src/include/pa_socks.h,
842: src/include/pa_sql_connection.h,
843: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
844: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
845: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
846: src/include/pa_table.h, src/include/pa_threads.h,
847: src/include/pa_types.h, src/include/pa_uue.h,
848: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
849: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
850: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
851: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
852: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
853: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
854: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
855: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
856: src/main/compile.tab.C, src/main/compile.y,
857: src/main/compile_tools.C, src/main/compile_tools.h,
858: src/main/execute.C, src/main/pa_base64.C,
859: src/main/pa_cache_managers.C, src/main/pa_charset.C,
860: src/main/pa_charsets.C, src/main/pa_common.C,
861: src/main/pa_dictionary.C, src/main/pa_dir.C,
862: src/main/pa_exception.C, src/main/pa_exec.C,
863: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
864: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
865: src/main/pa_request.C, src/main/pa_socks.C,
866: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
867: src/main/pa_stylesheet_connection.C,
868: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
869: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
870: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
871: src/main/untaint.C, src/main/helpers/simple_folding.pl,
872: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
873: src/targets/apache/mod_parser3_core.C,
874: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
875: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
876: src/types/pa_method.h, src/types/pa_property.h,
877: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
878: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
879: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
880: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
881: src/types/pa_vcookie.h, src/types/pa_vdate.C,
882: src/types/pa_vdate.h, src/types/pa_vdouble.h,
883: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
884: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
885: src/types/pa_vhash.C, src/types/pa_vhash.h,
886: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
887: src/types/pa_vimage.C, src/types/pa_vimage.h,
888: src/types/pa_vint.h, src/types/pa_vjunction.C,
889: src/types/pa_vjunction.h, src/types/pa_vmail.C,
890: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
891: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
892: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
893: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
894: src/types/pa_vobject.h, src/types/pa_vregex.C,
895: src/types/pa_vregex.h, src/types/pa_vrequest.C,
896: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
897: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
898: src/types/pa_vstateless_class.h,
899: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
900: src/types/pa_vstatus.h, src/types/pa_vstring.C,
901: src/types/pa_vstring.h, src/types/pa_vtable.C,
902: src/types/pa_vtable.h, src/types/pa_vvoid.C,
903: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
904: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
905: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
906: src/types/pa_wwrapper.h: copyright, authors actualized
907:
1.181 moko 908: 2023-08-20 moko
909:
910: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
911: commited (related to feature #1219)
912:
913: 2023-08-16 moko
914:
915: * src/main/pa_random.C: replaced clock precision with monotonicity
916: counter, good for Windows version with low clock frequency
917: (related to feature #1229)
918:
919: 2023-08-15 moko
920:
921: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
922: fixes related to feature #1229
923:
924: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
925: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
926: (implements feature #1229)
927:
1.180 moko 928: 2023-08-02 moko
929:
930: * tests/: results/417.processed, 417.html: test for empty string
931: match after last char added (related to bug #1224)
932:
933: * src/main/pa_string.C: avoid prestart++ after last char on zero
934: length match (related to bug #1224)
935:
1.179 moko 936: 2022-11-22 moko
937:
938: * tests/: 419.html, results/419.processed: test for L_URI and path
939: removeal from filename added (related to bug #1204)
940:
941: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
942: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
943: attribute value, L_URI should be used
944:
1.178 moko 945: 2022-09-21 moko
946:
947: * src/targets/cgi/parser3.C: more clear error messages
948:
949: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
950: SAPI_Info will return 0 in read_post and post_size !=
951: content_length will be thrown
952:
1.177 moko 953: 2022-08-23 moko
954:
955: * src/types/pa_vmail.C: .tables addes as .raw contains only last
956: header value
957:
958: 2022-08-22 moko
959:
960: * tests/: 418.html, results/418.processed: test for
961: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
962: to #1225)
963:
964: * src/classes/hash.C: keep old behavoir by default
965:
966: * src/classes/hash.C: ^hash_a.intersection[hash_b;
967: $.order[self|arg] ] added (implements #1215)
968:
1.176 moko 969: 2022-03-21 moko
970:
971: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
972: xmlInitCharEncodingHandlers is called in libxml static
973: initializers before gc_substitute_memory_management_functions in
974: pa_globals and thus gc may not see reference to our
975: xmlCharEncodingHandler and free it.
976:
1.175 moko 977: 2022-01-26 moko
978:
979: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
980:
1.174 moko 981: 2021-12-28 moko
982:
983: * tests/: 417.html, results/417.processed: test for empty string
984: match added (related to bug #1224)
985:
986: * src/main/pa_string.C: empty string match now works (fixes bug
987: #1224)
988:
1.173 moko 989: 2021-12-24 moko
990:
991: * tests/: 415_dir/29.p, results/415.processed: yet another test
992:
993: 2021-12-23 moko
994:
995: * src/: classes/table.C, main/pa_request.C: warnings war
996:
997: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
998: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
999:
1000: 2021-12-21 moko
1001:
1002: * tests/: 416.html, results/416.processed: test for ^break[] in
1003: ^hash/table.select[] (related to feature #1222)
1004:
1005: * src/classes/: hash.C, table.C: ^break[] support for
1006: ^hash/table.select[] (implements feature #1222)
1007:
1.172 moko 1008: 2021-11-30 moko
1009:
1010: * src/targets/cgi/parser3.C: default sock_ready interval changed to
1011: 0.5 sec
1012:
1.171 moko 1013: 2021-11-10 moko
1014:
1015: * tests/results/415.processed: more syntax errors tests added
1016:
1017: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
1018: 28.p: minor syntax error tests
1019:
1020: * src/main/pa_exception.C: pa_strdup added for compatibility
1021:
1022: * src/classes/curl.C: hint to call ^curl:options[
1023: $.library[correct.libcurl.so.name] ] added if default load fails.
1024:
1025: 2021-11-09 moko
1026:
1027: * src/main/compile.y: error message can be on stack
1028:
1029: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
1030:
1031: * src/main/pa_charset.C: memcpy is more correct and efficient in
1032: this case then strncpy
1033:
1034: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
1035: instead of strcpy where possible
1036:
1037: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
1038: used to avoid MAX_STRING limit in Exception comment
1039:
1040: * tests/results/415.processed: compiler exceptions are no longer
1041: limited to MAX_STRING
1042:
1043: * src/main/: compile.y, compile_tools.h: Parse_control uses const
1044: char * instead of fixed buffer
1045:
1046: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
1047: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
1048: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
1049: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
1050: results/415.processed: tests for parser.compile exceptions added
1051:
1052: 2021-11-08 moko
1053:
1054: * src/: classes/math.C, include/pa_common.h, main/compile.y,
1055: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
1056: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1057: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
1058: drawbacks
1059:
1.170 moko 1060: 2021-11-06 moko
1061:
1062: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
1063: (implements feature #1219)
1064:
1065: * tests/: 414.html, results/414.processed: test for
1066: ^hash.rename[from;to] added (related to feature #1144)
1067:
1068: 2021-11-05 moko
1069:
1070: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
1071: (related to feature #1144)
1072:
1073: 2021-11-04 moko
1074:
1075: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
1076: added (implements feature #1144)
1077:
1.169 moko 1078: 2021-10-19 moko
1079:
1080: * tests/: 413.html, results/413.processed: test for hash no longer
1081: is accepted as file parameter (related to bug #1218)
1082:
1083: * src/: classes/curl.C, classes/file.C, classes/image.C,
1084: classes/math.C, classes/xdoc.C, types/pa_value.C,
1085: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
1086: longer is accepted as file parameter (fixes bug #1218)
1087:
1.168 moko 1088: 2021-07-19 moko
1089:
1090: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
1091: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
1092:
1.167 moko 1093: 2021-04-16 moko
1094:
1095: * src/types/pa_vmail.C: message can be null when e-mail is broken,
1096: processing it leads to assertions.
1097:
1.166 moko 1098: 2021-03-25 moko
1099:
1100: * tests/: 412.html, results/412.processed: test to demonstrate bug
1101: #1213
1102:
1.165 moko 1103: 2021-02-12 moko
1104:
1105: * tests/: 360.html, results/360.processed, results/363.processed:
1106: parser method call in expression mode no longer differs from call
1107: in string mode (related to feature #1211)
1108:
1109: 2021-02-11 moko
1110:
1111: * src/types/pa_vmail.C: mail parsing with Windows line endings
1112: fixed (bug #1212)
1113:
1114: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
1115: when called $v[^test[]] vs $v(^test[]), numbers are converted to
1116: strings in both calls (implements feature #1211)
1117:
1.164 moko 1118: 2021-01-28 moko
1119:
1120: * buildall, etc/auto.p.in: to remove last patch in debian package
1121:
1122: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
1123: 3.4.7b
1124:
1.162 moko 1125: 2021-01-21 moko
1126:
1127: * src/main/pa_http.C: no alarm() in file::load when web server mode
1128: is MULTITHREADED
1129:
1.157 moko 1130: 2021-01-20 moko
1131:
1.161 moko 1132: * src/targets/apache/mod_parser3.c: it is more correct to recommend
1133: 'a2enmod mpm_prefork'
1134:
1.160 moko 1135: * src/targets/apache/mod_parser3.c: prefork name is now
1136: 'libapache2-mpm-itk'
1137:
1138: * src/targets/apache/mod_parser3_core.C: last regular malloc
1139: removed
1140:
1.159 moko 1141: * src/targets/isapi/Makefile.am: -pa_threads.C
1142:
1.158 moko 1143: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
1144: 3.4.6
1145:
1.157 moko 1146: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
1147:
1148: * etc/auto.p.in: @config[result] added to simplify $cfg change in
1149: /httpd.p
1150:
1151: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
1152: ^use[/httpd.p] + optional ^preprocess[] (related to feature
1153: #1203)
1154:
1155: 2021-01-19 moko
1156:
1157: * buildall: --disable-parallel-mark added to avoid "number of
1158: processors" threads creation for heap marking as it conflicts
1159: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
1160: limits threads)
1161:
1.156 moko 1162: 2021-01-16 moko
1163:
1164: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
1165: main/pa_globals.C, main/pa_memory.C,
1166: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
1167: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
1168: feature #1209)
1169:
1170: 2021-01-15 moko
1171:
1172: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
1173: 3.4.6rc
1174:
1175: * src/classes/json.C: get_delim added for delimiter caching (10%
1176: faster on large json)
1177:
1178: 2021-01-14 moko
1179:
1180: * operators.txt: updated with 3.4.6 changes
1181:
1182: * tests/results/224.processed: test result modified after
1183: today(shift) implemented
1184:
1185: * tests/: 407.html, results/407.processed: test for ^hash.select
1186: option $.default(bool) added (related to feature #1172)
1187:
1188: * src/classes/hash.C: ^hash.select option $.default(bool) added
1189: (related to feature #1172)
1190:
1191: * tests/: 141.html, results/141.processed: test modified for
1192: feature #1185.
1193:
1194: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
1195: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
1196: options $.lower(bool) (implements feature #1185)
1197:
1198: 2021-01-11 moko
1199:
1200: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
1201: #1192)
1202:
1203: * tests/: 411.html, results/411.processed: test for ^date::today(N)
1204: added (related to feature #1192)
1205:
1.155 moko 1206: 2021-01-05 moko
1207:
1208: * tests/: 270.html, results/270.processed: test modified to work
1209: under Windows
1210:
1211: * tests/: 390.html, 395.html, results/395.processed: tests updated
1212: 4 windows
1213:
1214: * tests/: 410.html, results/410.processed: test for
1215: $CLASS-GETTER-PROTECTED(false) added
1216:
1217: 2021-01-04 moko
1218:
1219: * tests/: 409.html, results/409.processed, results/auto.p: test for
1220: $MAIN:LOCALS(true) added
1221:
1.154 moko 1222: 2021-01-03 moko
1223:
1224: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
1225: types/pa_vclass.h, types/pa_vstateless_class.C,
1226: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
1227: +LOCALS. $main -> $MAIN in exception texts (implements feature
1228: #1207)
1229:
1230: 2021-01-02 moko
1231:
1232: * etc/auto.p.in: minor
1233:
1234: * src/main/pa_request.C: sending headers only after opening file to
1235: allow error reporting if file was not opened (foreign group,
1236: etc).
1237:
1238: 2020-12-31 moko
1239:
1240: * src/: include/pa_request.h, main/pa_request.C,
1241: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
1242:
1243: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
1244: main/pa_request.C: get_class_ref added and used
1245:
1246: * etc/auto.p.in: @CLASS httpd added
1247:
1248: * etc/auto.p.in: @auto[] is now first
1249:
1250: 2020-12-30 moko
1251:
1252: * tests/: 408.html, results/408.processed: test for bug #1166
1253: (windows only) added
1254:
1255: * src/main/pa_common.C: create_dir_for_file should not create dir
1256: for trailing / (fixes bug #1166)
1257:
1258: * tests/: 341.html, results/341.processed: tests for
1259: ^nameless_table.hash[] added (related to feature #1138)
1260:
1261: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
1262: (implements feature #1138), extra fields in named tables no
1263: longer ignored (implements feature #1138)
1264:
1265: * tests/results/390.processed: updated after exception text change
1266:
1267: 2020-12-29 moko
1268:
1269: * tests/: 407.html, results/407.processed: +$._default check
1270:
1271: * src/classes/hash.C: keep $_default in ^hash.reverse[]
1272:
1273: * tests/: 407.html, results/407.processed: test for ^hash.select[]
1274: and ^hash.reverse[] added (releated to feature #1172)
1275:
1276: * src/classes/hash.C:
1277: ^hash.select[key;value](bool-condition)[options hash] +
1278: ^hash.reverse[] added (implements feature #1172)
1279:
1280: * src/types/pa_vtable.h: warning war
1281:
1282: * src/include/pa_config_fixed.h: win32 fix
1283:
1.153 moko 1284: 2020-12-27 moko
1285:
1286: * tests/: 406.html, results/406.processed: test results updated
1287:
1288: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
1289: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
1290: spelling
1291:
1292: 2020-12-26 moko
1293:
1294: * tests/: 406.html, results/406.processed: tests for
1295: ^table.rename[] added (related to feature #1148)
1296:
1297: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
1298: ^table.rename[column name from;column name to], ^table.rename[
1299: $.[column name from][column name to] ... ] added (implements
1300: feature #1148)
1301:
1302: 2020-12-25 moko
1303:
1304: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
1305: request_info now on stack to avoid yet another THREAD_LOCAL
1306: memory deallocation issue (now with cookies), explained in #1203
1307:
1308: * src/types/pa_vcookie.C: fields should be inited
1309:
1310: 2020-12-24 moko
1311:
1312: * src/include/pa_stylesheet_connection.h: looks like
1313: xsltFreeStylesheet leads to memory double-free. If so, it's for
1314: sure libxml bug, but we have GC anyway, so we just remove this
1315: call and see...
1316:
1317: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
1318: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
1319: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
1320: abort.c:65:8 frame #3: 0x00000000004da663
1321: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
1322: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
1323: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
1324: malloc.c:617:9 frame #5: 0x0000000000577f0c
1325: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
1326: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
1327: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
1328: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
1329: frame #8: 0x000000000050d35c
1330: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
1331: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
1332: frame #10: 0x00000000004436e5
1333: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
1334: [inlined]
1335: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
1336: pa_stylesheet_connection.h:62:3
1337:
1338: 2020-12-23 moko
1339:
1340: * src/classes/image.C: ^image::measure[; $.video() ] option added
1341:
1342: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
1343: ^image::measure[; $.video(true) ] added
1344:
1345: * src/main/pa_exec.C: not cleared automatically in multithreaded
1346: httpd mode for unknown reasons
1347:
1348: 2020-12-22 moko
1349:
1350: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
1351: error_log uri of currently processed document", but never used
1352: and conflicts with how libgc stops threads on FreeBSD (#define
1353: SIG_SUSPEND SIGUSR1), thus removed.
1354:
1355: 2020-12-21 moko
1356:
1357: * src/main/pa_request.C: +comment
1358:
1.151 moko 1359: 2020-12-20 moko
1360:
1.152 moko 1361: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
1362: it is more safe to have versions of pa_strdup with one and two
1363: arguments, as helper_length=0 not always mean that strlen()
1364: should be called, but means zero.
1365:
1366: * src/targets/isapi/parser3isapi.C: minor
1367:
1368: * src/main/pa_http.C: +valid_http_method
1369:
1.151 moko 1370: * src/: include/pa_http.h, main/pa_http.C,
1371: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
1372:
1373: 2020-12-17 moko
1374:
1375: * tests/: 405.html, results/405.processed: test for split by regex
1376: added (related to feature #1160)
1377:
1378: * src/classes/string.C: split by regex implemented (feature #1160)
1379:
1380: * src/classes/string.C: minor
1381:
1382: * tests/: 404.html, results/404.processed: test for whitespace
1383: string is now OK for table argument (related to feature #1169)
1384:
1385: * src/: classes/image.C, classes/string.C, classes/table.C,
1386: types/pa_vmethod_frame.C: whitespace string is now OK for table
1387: argument (as with hash) (implements feature #1169)
1388:
1389: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
1390: limit for comment (fixes bug #1102)
1391:
1392: * src/targets/cgi/parser3.C: +HAVE_TLS check
1393:
1394: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
1395:
1396: * src/include/pa_config_includes.h: HAVE_TLS used
1397:
1398: * configure.ac: +TLS check
1399:
1400: * src/main/pa_http.C: content logging added
1401:
1402: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
1403: clear_response_headers added
1404:
1405: 2020-12-16 moko
1406:
1407: * buildall: as we now use threads, libatomic_ops still required for
1408: some OS.
1409:
1410: * src/main/pa_request.C: whitespace
1411:
1412: * src/: include/pa_request.h, main/pa_request.C:
1413: Request::Exception_trace::table extracted and used
1414:
1415: * src/main/pa_request.C: moving output_result call outside of try
1416: as network exceptions should not be handled by parser code
1417:
1418: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
1419: logging network exchange
1420:
1421: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
1422: via network if it was network write error.
1423:
1424: * src/targets/cgi/parser3.C: log -> pa_log
1425:
1426: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
1427:
1428: * src/main/pa_threads.C: getpid() if no gettid() found
1429:
1430: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1431: we need to ignore "void" connections from browsers (browsers open
1432: connections in advance and they will be empty if user does not
1433: request more pages)
1434:
1435: 2020-12-15 moko
1436:
1437: * src/targets/cgi/parser3.C: avoid previous uri in logs
1438:
1439: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
1440: RequestController not needed in httpd mode
1441:
1442: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1443: classes/classes.h, classes/curl.C, classes/date.C,
1444: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1445: classes/hashfile.C, classes/image.C, classes/inet.C,
1446: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1447: classes/memcached.C, classes/memory.C, classes/op.C,
1448: classes/reflection.C, classes/regex.C, classes/response.C,
1449: classes/string.C, classes/table.C, classes/void.C,
1450: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1451: include/pa_array.h, include/pa_base64.h,
1452: include/pa_cache_managers.h, include/pa_charset.h,
1453: include/pa_charsets.h, include/pa_common.h,
1454: include/pa_config_fixed.h, include/pa_config_includes.h,
1455: include/pa_dictionary.h, include/pa_dir.h,
1456: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1457: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1458: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1459: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1460: include/pa_request_charsets.h, include/pa_request_info.h,
1461: include/pa_sapi.h, include/pa_socks.h,
1462: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1463: include/pa_stack.h, include/pa_string.h,
1464: include/pa_stylesheet_connection.h,
1465: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1466: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1467: include/pa_uue.h, include/pa_xml_exception.h,
1468: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1469: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1470: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1471: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1472: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1473: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1474: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1475: main/compile_tools.h, main/execute.C, main/pa_base64.C,
1476: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
1477: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
1478: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
1479: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
1480: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
1481: main/pa_sql_driver_manager.C, main/pa_string.C,
1482: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
1483: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
1484: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1485: main/untaint.C, sql/pa_sql_driver.h,
1486: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1487: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
1488: targets/isapi/parser3isapi.C, types/pa_junction.h,
1489: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1490: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
1491: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
1492: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
1493: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
1494: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
1495: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
1496: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
1497: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
1498: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
1499: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
1500: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
1501: types/pa_vmemory.h, types/pa_vmethod_frame.C,
1502: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
1503: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
1504: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1505: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1506: types/pa_vstateless_object.h, types/pa_vstatus.C,
1507: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1508: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1509: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1510: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1511: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1512:
1513: * src/main/pa_request.C: old compilers support
1514:
1515: * tests/: 362.html, results/362.processed: test updated after
1516: changes after upgrade to libxml2-2.9.9 were made (related to bug
1517: #1108)
1518:
1519: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
1520: removed, as xsltFreeStylesheet has side effects on original doc.
1521: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
1522: not updated after xdoc modification (part 3 of test 362).
1523: (related to bug #1108)
1524:
1525: * src/targets/isapi/parser3isapi.C: +pa_strcat
1526:
1527: * src/: classes/memory.C, include/pa_memory.h,
1528: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
1529: PA_GC_GCOLLECT used
1530:
1531: * src/include/pa_memory.h: +PA_GC_COLLECT
1532:
1533: * src/targets/cgi/parser3.C: msvs support fixes
1534:
1535: * src/lib/gc/include/gc.h: more cleanup
1536:
1537: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
1538:
1539: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
1540: targets/cgi/parser3.C: $main:HTTPD.mode implemented
1541:
1542: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
1543:
1544: * configure.ac: pthread.h added to checked headers
1545:
1546: * src/classes/table.C: string stream is back :)
1547:
1548: * src/classes/memory.C: GC_generate_random_backtrace no longer
1549: exists
1550:
1551: * src/main/pa_globals.C: GC_dont_gc replaced
1552:
1553: * src/lib/gc/include/gc.h: major cleanup, only used functions are
1554: left to simplify adding new functions. depricated GC_dont_gc
1555: replaced with GC_disable and GC_enable calls.
1556:
1557: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
1558: CORD_from_file* not used and thus removed
1559:
1560: * src/lib/gc/include/gc_allocator.h: minor cleanup
1561:
1562: 2020-12-14 moko
1563:
1564: * src/classes/: curl.C, memory.C, table.C: every TLS should be
1565: referenced elsewhere, or GC will collect it.
1566:
1567: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
1568: main/pa_xml_io.C: bugfix: TLS variables should be referenced
1569: elsewhere, or GC will collect them (and we'll get GPF in
1570: multithreaded enviroment). May be it can be also fixed by some
1571: GC call, not sure. But this fix costs nothing (but hours of
1572: debugging to find the issue :).
1573:
1.150 moko 1574: 2020-12-11 moko
1575:
1576: * configure.ac: gettid() check added
1577:
1578: * src/main/pa_threads.C: HAVE_GETTID used
1579:
1580: * src/include/pa_config_auto.h.in: +HAVE_GETTID
1581:
1582: * src/: include/pa_threads.h, main/pa_threads.C: now unified
1583: version for isapi/cgi/apache
1584:
1585: * buildall: threads are now required.
1586:
1587: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
1588: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1589: main/main.vcproj: pa_threads.C moved to main
1590:
1591: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
1592: isapi/pa_threads.C: pa_threads.C moved to main
1593:
1594: * src/: main/Makefile.am, targets/cgi/Makefile.am,
1595: targets/apache/Makefile.am: pa_threads.C moved to main
1596:
1597: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
1598:
1599: * src/: include/pa_stylesheet_connection.h,
1600: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
1601: and weird GPF in multithreaded httpd is gone
1602:
1603: * src/include/: pa_stylesheet_connection.h,
1604: pa_sql_driver_manager.h: whitespace
1605:
1606: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
1607:
1608: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
1609: main/pa_stylesheet_manager.C: whitespace, warning war
1610:
1611: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
1612: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
1613: parser_multithreaded never used
1614:
1615: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
1616:
1617: 2020-12-10 moko
1618:
1619: * src/: include/pa_config_includes.h, include/pa_http.h,
1620: main/pa_http.C, targets/cgi/parser3.C: initial support for
1621: MULTITHREADED and PARALLEL httpd server modes
1622:
1623: * src/main/pa_globals.C: GC_java_finalization is depricated
1624:
1625: 2020-12-09 moko
1626:
1627: * etc/auto.p.in: + @httpd-main
1628:
1629: * src/: include/pa_common.h, main/pa_request.C,
1630: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
1631: work
1632:
1633: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1634: slow file_read_binary no longer used, send_range added
1635:
1636: 2020-12-08 moko
1637:
1638: * src/main/pa_request.C: >4Gb support
1639:
1640: * src/targets/cgi/parser3.C: msvc warning war
1641:
1642: * src/: include/pa_config_includes.h, main/pa_http.C,
1643: main/pa_request.C: msvc warnings war
1644:
1645: * src/classes/image.C: warning war
1646:
1647: * src/classes/table.C: MSVC warning war
1648:
1649: * src/targets/cgi/parser3.C: msvc warnings war
1650:
1651: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
1652: added
1653:
1.149 moko 1654: 2020-12-07 moko
1655:
1.150 moko 1656: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
1657: avoid logging beside system-wide auto.p
1658:
1659: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
1660:
1661: * configure, configure.ac, src/include/pa_config_auto.h.in:
1662: configure options added:
1663:
1664: --with-system-cfg=FILE to specify system-wide auto.p
1665: --with-system-log=FILE to specify system-wide parser3.log
1666:
1667: * Makefile.am: bin no longer exists
1668:
1669: * configure, configure.ac: auto.p moved to etc to simplify debian
1670: package
1671:
1672: * buildall: auto.p and parser3.charsets moved to their default
1673: location after install
1674:
1675: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
1676:
1677: * aclocal.m4, configure: automake 1.15 -> 1.16.1
1678:
1.149 moko 1679: * src/targets/cgi/parser3.C: locate_config call returned to
1680: original place as it requires pa_thread_request() under Windows
1681:
1682: * src/targets/cgi/parser3.C: renaming
1683:
1684: 2020-12-06 moko
1685:
1686: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
1687: check added
1688:
1689: 2020-12-04 moko
1690:
1691: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
1692: main/pa_request.C: unified uint64_t lseek implemented to support
1693: >4Gb files under x86, including Windows
1694:
1695: 2020-12-02 moko
1696:
1697: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
1698: with max_file_size
1699:
1700: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
1701: support for processing files sized >4Gb on 32 bit planforms
1702:
1703: * tests/399.html: file moved
1704:
1705: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
1706:
1707: * src/targets/cgi/pa_sapi_info.h: warning war
1708:
1709: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
1710: warning war
1711:
1712: 2020-12-01 moko
1713:
1714: * src/classes/image.C: mp4 extended size (>4Gb) support added
1715:
1716: * src/classes/image.C: for "size not found" exception to be shown
1717: if size not found until eof
1718:
1719: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
1720: bit linux)
1721:
1722: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
1723: #1188)
1724:
1725: 2020-11-30 moko
1726:
1727: * src/classes/image.C: definitions moved closer to code
1728:
1729: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
1730: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
1731: 395_dir/3_VP8X.webp, results/395.processed,
1732: results/396.processed: tests for ^image::measure[] .webp support
1733: added, all image files moved into one directory (related to
1734: feature #1188)
1735:
1736: * src/classes/image.C: ^image::measure[] now supports webp (feature
1737: #1188)
1738:
1.148 moko 1739: 2020-11-29 moko
1740:
1741: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
1742: processing, unnessesary defines removed
1743:
1744: 2020-11-24 moko
1745:
1746: * tests/results/: 099.processed, 100.processed, 205.processed,
1747: 309.processed, 310.processed: Content-Disposition: inline
1748: returned
1749:
1750: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
1751: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
1752: ] added (related to bug #1204)
1753:
1754: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
1755: ] supported to avoid Content-Disposition: inline;
1756: filename="<file>.ext" but still set Content-Type for ext (related
1757: to bug #1204)
1758:
1.147 moko 1759: 2020-11-22 moko
1760:
1761: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
1762: types/pa_vfile.C: pa_filename added to avoid useless rsplit
1763:
1764: * src/main/pa_request.C: content_disposition_inline returned.
1765:
1766: 2020-11-17 moko
1767:
1768: * src/main/pa_request.C: empty main method name support
1769:
1770: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
1771: config_handler added, stdout flush added.
1772:
1773: 2020-11-16 moko
1774:
1775: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
1776:
1777: * tests/results/: 099.processed, 205.processed, 237.processed,
1778: 309.processed, 310.processed: Content-Disposition: inline is not
1779: required and should not contain filename="<name>"
1780:
1781: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
1782: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1783: targets/isapi/parser3isapi.C: pa_strcat implemented and used
1784:
1.146 moko 1785: 2020-11-14 moko
1786:
1787: * src/targets/cgi/parser3.C: spelling
1788:
1789: * src/targets/cgi/parser3.C: renaming
1790:
1791: * src/targets/cgi/parser3.C: args_skip removed, locate_config
1792: relocated
1793:
1794: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
1795: before request processing, which is weired
1796:
1797: 2020-11-13 moko
1798:
1799: * src/main/pa_http.C: pa_recv added with timeout support, thus read
1800: copied in httpd.
1801:
1802: 2020-11-12 moko
1803:
1804: * src/main/pa_http.C: ALARM code unified to be used in httpd
1805:
1806: * src/: include/pa_request.h, main/pa_request.C,
1807: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
1808:
1809: * src/main/pa_http.C: URI validation added
1810:
1811: * src/targets/cgi/parser3.C: filespec_to_process now variable,
1812: can't be empty but can be null. httpd-main is now main method
1813: name for httpd mode
1814:
1815: 2020-11-11 moko
1816:
1817: * src/main/pa_request.C: path_translated can be null in httpd mode
1818:
1819: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
1820: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
1821: classes/xdoc.C, include/pa_request.h, main/execute.C,
1822: main/pa_request.C: r.absolute -> r.full_disk_path
1823:
1824: * src/targets/cgi/parser3.C: if filename to process is not
1825: specified, auto.p should be present.
1826:
1.145 moko 1827: 2020-11-03 moko
1828:
1829: * src/: classes/op.C, include/pa_request.h: unused argument removed
1830:
1831: * src/main/pa_request.C: content_disposition_inline is the default,
1832: not required.
1833:
1.144 moko 1834: 2020-10-29 moko
1835:
1836: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
1837: ^use[file; $.main(true) ] implemented for auto.p processing and
1838: path_translated changing to correct relative files path
1839: calculation in httpd mode
1840:
1841: * src/: include/pa_request.h, main/pa_request.C:
1842: fail_on_read_problem removed, as it allways true, as if should
1843: be.
1844:
1845: * src/: include/pa_request.h, main/pa_request.C,
1846: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1847: targets/isapi/parser3isapi.C: clearing config_filespec when
1848: config was not found, thus flag not required and removed.
1849:
1850: 2020-10-28 moko
1851:
1852: * tests/: 402.html, results/402.processed: error reporting test
1853:
1854: * src/main/execute.C: better error reporting when
1855: $result[^hash::create[]] in @main.
1856:
1857: * src/main/: execute.C, pa_request.C: frame.result() should be used
1858: + minor optimization
1859:
1860: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1861: main/pa_xml_io.C: execute_*_method simplified and unified
1862:
1863: 2020-10-27 moko
1864:
1865: * tests/: 306.html, results/306.processed: a bit more testing. :)
1866:
1867: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
1868: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
1869: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
1870: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
1871: types/pa_vmethod_frame.h, types/pa_vobject.C,
1872: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
1873: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
1874: longer used in object-prototype mode
1875:
1876: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1877: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1878: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
1879: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
1880: $form:name[value] features
1881:
1.143 moko 1882: 2020-10-18 moko
1883:
1884: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
1885:
1886: 2020-10-15 moko
1887:
1888: * src/main/pa_http.C: url no longer needed as
1889: ALTER_EXCEPTION_SOURCE is used
1890:
1891: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
1892: main/pa_http.C: check_file_size filespec is now optional
1893:
1894: * src/: classes/curl.C, include/pa_exception.h,
1895: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
1896: ALTER_EXCEPTION_COMMENT added for better error reporting
1897:
1898: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
1899: results/346-curl.processed, results/379-curl.processed,
1900: results/379.processed: test results updated as load now provides
1901: better error reporting + curl responses updated
1902:
1903: 2020-10-14 moko
1904:
1905: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
1906: main/pa_string.C, targets/apache/mod_parser3_core.C,
1907: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
1908: checked. 10 is now default base, no hex autodetect by default
1909:
1910: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1911: connection socket closing in destructor + accept exception
1912: handling
1913:
1914: * src/targets/cgi/parser3.C: warning war
1915:
1916: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
1917: main/pa_request.C, targets/apache/mod_parser3_core.C,
1918: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
1919: exception handling unified
1920:
1921: 2020-10-13 moko
1922:
1923: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
1924: autodetection
1925:
1926: * src/targets/apache/mod_parser3_core.C: reverted to atoi
1927:
1928: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
1929:
1930: * src/main/pa_http.C: warning war
1931:
1.142 moko 1932: 2020-10-12 moko
1933:
1.143 moko 1934: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1935: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
1936: unhandled exception code optimization
1937:
1938: * src/targets/cgi/parser3.C: request_info now global variable
1939:
1940: * src/main/pa_http.C: http_read_response moved to HTTP_response
1941: class
1942:
1943: * src/: include/pa_http.h, main/pa_http.C,
1944: targets/cgi/pa_sapi_info.h: read_post implemented
1945:
1.142 moko 1946: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
1947: [host:]port syntax support in httpd mode
1948:
1949: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
1950: targets/cgi/parser3.C: populate_env added
1951:
1952: * src/include/pa_hash.h: to make get(char *) compiling in
1953: HashStringString
1954:
1955: 2020-10-10 moko
1956:
1957: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
1958: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
1959:
1960: * src/: include/pa_http.h, include/pa_request_info.h,
1961: main/pa_http.C, main/pa_string.C,
1962: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
1963: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
1964: types/pa_vrequest.C: initial httpd mode implementation
1965:
1.141 moko 1966: 2020-10-04 moko
1967:
1968: * src/targets/cgi/parser3.C: options together
1969:
1970: 2020-09-30 moko
1971:
1972: * src/main/pa_http.C: renamed
1973:
1.140 moko 1974: 2020-08-14 moko
1975:
1976: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
1977: src/targets/cgi/Makefile.am: no httpd as separate library
1978:
1979: 2020-08-13 moko
1980:
1981: * src/targets/cgi/parser3.C: SAPI::die used in exception in
1982: unhandled exception handler to report 500 instead of 200 it was
1983: before.
1984:
1985: * src/targets/apache/mod_parser3_core.C: minor cleanup
1986:
1987: * src/: include/pa_sapi.h, main/untaint.C,
1988: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1989: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
1990: thus replaced with SAPI::die and removed
1991:
1992: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
1993: cgi/parser3.C: whitespace
1994:
1995: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
1996:
1997: 2020-08-12 moko
1998:
1999: * src/targets/cgi/parser3.C: duplicate info in signal logging
2000: removed, whitespace was: SIGPIPE received while executing code.
2001: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
2002: cl=0]
2003:
2004: * parser3.sln: + httpd.vcproj
2005:
2006: 2020-08-11 moko
2007:
2008: * src/targets/cgi/Makefile.am: +libhttpd
2009:
2010: * configure.ac, src/lib/Makefile.am: +libhttpd
2011:
1.139 moko 2012: 2020-07-13 moko
2013:
2014: * tests/: 401.html, results/401.processed: test for hash key does
2015: not keep language, but tainted in foreach.
2016:
1.138 moko 2017: 2020-07-01 moko
2018:
2019: * tests/: 235.html, results/235.processed: test result updated as
2020: messages before attachments implemented (feature #1176)
2021:
1.137 moko 2022: 2020-06-27 moko
2023:
2024: * tests/: 400.html, results/400.processed: test updated to check
2025: ^return{code}
2026:
2027: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
2028: fixed
2029:
2030: 2020-06-26 moko
2031:
2032: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
2033: added (related to https://www.parser.ru/forum/?id=85319)
2034:
2035: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
2036: when $result assignment was last statement in the method
2037: (https://www.parser.ru/forum/?id=85319)
2038:
1.136 moko 2039: 2020-05-23 moko
2040:
2041: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
2042: whitespace, unused level removed
2043:
2044: 2020-05-19 moko
2045:
2046: * src/types/pa_vmail.C: whitespace
2047:
2048: * src/types/pa_vmail.C: files should be processed last (related to
2049: feature #1176)
2050:
1.135 moko 2051: 2020-05-12 moko
2052:
2053: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
2054: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
2055:
2056: * configure.ac: FreeBSD1X.X check added to avoid
2057: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
2058:
1.134 moko 2059: 2020-02-26 moko
2060:
2061: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
2062: compilation issue (related to bug #1201)
2063:
2064: * src/main/pa_common.C: entry_readable -> entry_exists,
2065: undocumented access(fname, R_OK) call removed (fixes bug #1201)
2066: -f and -d now works under Windows in UTF-8 with Russian
2067: filenames.
2068:
2069: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
2070: advice (related to feature #1199)
2071:
2072: 2020-02-25 moko
2073:
2074: * buildall: --silent removed
2075:
2076: * configure.ac: gmime-3.0 support
2077:
2078: * buildall: --with-system-mailreceive option added to build with
2079: system libgmime
2080:
2081: * src/types/pa_vmail.C: avoiding
2082: https://github.com/jstedfast/gmime/issues/83 "feature" (related
2083: to feature #1199)
2084:
1.133 moko 2085: 2020-02-18 moko
2086:
2087: * src/classes/op.C: windows x64 debug mode compile fix
2088:
2089: * src/main/pa_globals.C: no longer required due to -MD -> -MT
2090: change (releated to feature #1200)
2091:
2092: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2093: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
2094: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
2095: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
2096: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2097: targets/apache/ApacheModuleParser3.vcproj,
2098: targets/apache/ApacheModuleParser3Core.vcproj,
2099: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2100: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
2101: dependency (related to feature #1200)
2102:
1.132 moko 2103: 2020-02-12 moko
2104:
2105: * src/types/pa_vmail.C: minimize diff
2106:
2107: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
2108: #1199)
2109:
1.131 moko 2110: 2020-01-18 moko
2111:
2112: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
2113:
1.130 moko 2114: 2019-12-28 moko
2115:
2116: * src/targets/cgi/parser3.C: avoid empty ?
2117:
2118: 2019-12-27 moko
2119:
2120: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
2121: DOCUMENT_ROOT (related to feature #1164)
2122:
2123: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
2124: fcgiwrap setup (implements feature #1164)
2125:
2126: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
2127: but no issues found (related to feature #1164)
2128:
2129: * src/targets/cgi/parser3.C: actualized
2130:
2131: 2019-12-26 moko
2132:
2133: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
2134: removed
2135:
2136: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
2137: removed
2138:
2139: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
2140: allocation errors, we don't want default gc warnings (without
2141: timestamp and URI).
2142:
2143: * src/: classes/memory.C, main/pa_globals.C,
2144: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2145: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
2146: pa_globals_init
2147:
2148: * src/main/pa_globals.C: setup_hex_value() removed, static array
2149: initialization used (optimization)
2150:
2151: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
2152: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
2153: pa_socks_init/pa_socks_done moved inside pa_globals_init
2154: (optimization)
2155:
1.129 moko 2156: 2019-12-09 moko
2157:
2158: * src/include/pa_config_fixed.h: warning war
2159:
1.128 moko 2160: 2019-12-08 moko
2161:
2162: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
2163: process grammar under Unix.
2164:
2165: 2019-12-07 moko
2166:
2167: * tests/389.html: For Windows XP. :)
2168:
2169: * tests/388-sql.html: Windows compatibility added
2170:
2171: 2019-12-06 moko
2172:
2173: * src/targets/cgi/parser3.C: warning war
2174:
2175: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
2176: == sizeof(CORD)) to avoid aligning bugs in future
2177:
2178: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
2179: XML_STATIC
2180:
2181: * src/include/pa_request.h: StackItem() not required
2182:
2183: * src/include/pa_stack.h: warning war
2184:
2185: * src/include/pa_config_includes.h: GCC warning silenced
2186:
2187: * src/include/pa_memory.h: warning war: the program should also
2188: define 'void operator delete [](void*, std::size_t)'
2189: [-Wsized-deallocation]
2190:
2191: * src/types/: pa_vregex.h, pa_vtable.h: warning war
2192:
2193: * src/classes/string.C: not reqired cast removed
2194:
2195: * src/classes/string.C: not reqired cast removed
2196:
2197: 2019-12-05 moko
2198:
2199: * src/lib/sdbm/pa_file_io.C: warning war
2200:
2201: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
2202: enum Language : size_t - required for VS2015+ to make
2203: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
2204: without it (related to feature #1198)
2205:
2206: 2019-12-04 moko
2207:
2208: * src/main/pa_base64.C: unsigned char -> uchar
2209:
2210: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
2211: as other libs
2212:
2213: * src/include/pa_version.h: +amd64
2214:
2215: 2019-12-03 moko
2216:
2217: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
2218: release
2219:
2220: * src/include/pa_config_includes.h: warning war
2221:
2222: * src/classes/image.C: warning war
2223:
2224: * src/main/pa_globals.C: x64 libs support
2225:
2226: * src/include/pa_config_includes.h: warning war
2227:
2228: * src/types/pa_method.h: warning war
2229:
1.127 moko 2230: 2019-11-28 moko
2231:
2232: * src/classes/math.C: vs2003 compatibility + warning war
2233:
2234: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
2235: libxml2-2.9.9 (related to feature #1136)
2236:
2237: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
2238: typecast for more compatibility (related to feature #1136)
2239:
2240: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
2241: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
2242: feature #1136)
2243:
2244: 2019-11-26 moko
2245:
2246: * src/main/: compile_tools.C, compile_tools.h: invalid assert
2247: removed (it was failing in $$var case), condition added
2248:
1.126 moko 2249: 2019-11-25 moko
2250:
2251: * tests/: 397.html, 399.html, results/141.processed,
2252: results/399.processed: base64 options tested
2253:
2254: * src/: classes/math.C, main/pa_http.C: base64 options used
2255:
2256: * src/main/pa_base64.C: base64 encode rewritten, base64 options
2257: implemented (feature #986)
2258:
2259: * src/main/pa_cache_managers.C: whitespace
2260:
2261: * tests/: 397.html, 399.html, results/399.processed: tests for
2262: ^base64 encode options added (related to feature #986)
2263:
2264: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
2265: pa_base64_encode(file) removed - more memory, but faster and less
2266: code (related fo feature #986)
2267:
2268: 2019-11-24 moko
2269:
2270: * tests/: 155.html, results/155.processed: limit and offset in
2271: ^table::load[] now supported, thus test added
2272:
2273: * src/: classes/file.C, classes/table.C, include/pa_common.h,
2274: main/pa_common.C: optimization: offset and limit options parsing
2275: moved inside file_load.
2276:
2277: 2019-11-23 moko
2278:
2279: * src/: classes/file.C, classes/op.C, include/pa_common.h,
2280: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
2281: optimization: file_read replaced with simplified file_read_binary
2282:
2283: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
2284: types/pa_vform.C: whitespace
2285:
2286: * src/: include/pa_common.h, main/pa_common.C: never used params
2287: removed
2288:
2289: 2019-11-21 moko
2290:
2291: * tests/: 193.html, results/193.processed, results/389.processed:
2292: test results updated as now base64 does not discard tail without
2293: padding (related to feature #986)
2294:
2295: 2019-11-20 moko
2296:
2297: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
2298: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
2299: pa_base64_decode (related to feature #986)
2300:
2301: * tests/398.html: tests for base64 decode added (related to feature
2302: #986)
2303:
2304: * src/main/pa_base64.C: base64_decode rewritten - padding option
2305: support, padding inside base 64 supported (related to feature
2306: #096)
2307:
2308: 2019-11-19 moko
2309:
2310: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
2311: FreeBSD 12
2312:
1.125 moko 2313: 2019-11-16 moko
2314:
2315: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
2316: support added, step support removed (related to #986)
2317:
2318: 2019-11-15 moko
2319:
2320: * src/classes/math.C: using log since log2 is not present on
2321: FreeBSD < 8.4 (related to feature #1177)
2322:
2323: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
2324: pa_base64_size extracted and used for files as well (related to
2325: feature 986)
2326:
2327: 2019-11-14 moko
2328:
2329: * tests/: 397.html, results/397.processed: + content check
2330:
2331: * tests/: 141.html, results/141.processed: make test resuls more
2332: readable
2333:
2334: * tests/: 397.html, results/193.processed, results/397.processed:
2335: test results updated after \x00 character was disabled in
2336: math:convert string mode (related to feature #1177)
2337:
2338: * src/classes/: math.C, string.C: \\x00 character disabled while
2339: converting to string (as in base64, related to feature #1177)
2340:
2341: * src/classes/file.C: more correct arguments separation
2342:
2343: * src/: classes/file.C, classes/math.C, classes/string.C,
2344: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
2345: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
2346: options added, but not yet implemented (related to feature #986)
2347:
2348: * src/classes/math.C: whitespace
2349:
2350: 2019-11-13 moko
2351:
2352: * tests/: 397.html, results/397.processed: +tainting test (related
2353: to feature #1177)
2354:
2355: * src/classes/math.C: as we now produce not only digits, result
2356: should be tainted (related to feature #1177)
2357:
2358: * src/main/pa_base64.C: whitespace
2359:
2360: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
2361: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
2362: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
2363: implementation moved from pa_common.h and pa_common.C
2364:
2365: 2019-11-12 moko
2366:
2367: * tests/: 275.html, results/275.processed: out of range test fixed,
2368: as ^math:convert now supports arbitrary precision
2369:
2370: 2019-11-11 moko
2371:
2372: * tests/results/389.processed: uctualized error message
2373:
2374: * tests/: 389.html, 397.html, results/397.processed: tests for
2375: ^math:convert added (related to feature #1177)
2376:
2377: * src/classes/math.C: ^math:convert now supports arbitrary
2378: precision, alphabet support added (implements feature #1177)
2379:
1.124 moko 2380: 2019-11-06 moko
2381:
2382: * tests/: 181.html, results/181.processed: entities usage added,
2383: more entites load tests (related to bug #842 discussion)
2384:
2385: 2019-11-05 moko
2386:
2387: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
2388: call from xmlFileOpen if http://localhost/<file> was not found
2389: (related to bug #842)
2390:
2391: * src/main/pa_xml_io.C: rename
2392:
2393: * src/main/pa_xml_io.C: +MemoryStream constructor
2394:
2395: * src/main/pa_xml_io.C: whitespace
2396:
1.123 moko 2397: 2019-10-31 moko
2398:
2399: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
2400: XML_PARSE_NOENT) added to fix entities load, (related to feature
2401: #1181)
2402:
1.122 moko 2403: 2019-10-25 moko
2404:
2405: * tests/: 388-sql.html, results/388-sql.processed: more multiple
2406: queries tests
2407:
2408: 2019-10-24 moko
2409:
2410: * tests/: 388-sql.html, results/388-sql.processed: support for
2411: pgsql driver test
2412:
2413: * tests/: 388-sql.html, results/388-sql.processed:
2414: multi_statements=1 now tested, mysql test now supported
2415: (connection must be specified in [parser3] section in .my.cnf)
2416: related to issues #1195 and #1194
2417:
1.121 moko 2418: 2019-09-11 moko
2419:
2420: * src/classes/int.C: whitespace
2421:
2422: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
2423: exception test
2424:
2425: * tests/results/388-sql.processed: sql queries now shown (related
2426: to feature #1196)
2427:
2428: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
2429: with old parser versions.
2430:
2431: * src/: classes/file.C, classes/hash.C, classes/string.C,
2432: classes/table.C, classes/void.C, include/pa_sql_connection.h,
2433: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
2434: instead of connect string in query_event_handlers exceptions
2435: (implements feature #1196)
2436:
1.120 moko 2437: 2019-09-06 moko
2438:
2439: * tests/388-sql.html: mysql compat
2440:
2441: * src/: classes/hash.C, classes/string.C, classes/table.C,
2442: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
2443: sql_ variables declaration moved to pa_common.h
2444:
1.116 moko 2445: 2019-01-15 moko
2446:
2447: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
2448: logically sorted
2449:
2450: 2018-12-27 moko
2451:
2452: * src/include/pa_config_includes.h: warning war:
2453: -Wdeprecated-register added for C++ 17
2454:
2455: 2018-10-15 moko
2456:
2457: * configure.ac: FreeBSD 11.2 can be build with ./configure
2458: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
2459: --with-xml=/usr/local/
2460:
2461: 2018-09-24 moko
2462:
2463: * tests/: 396.html, 396.tiff, results/396.processed: test for
2464: ^image::measure[] now supports tiff added (related to feature
2465: #1188)
2466:
2467: * src/classes/image.C: ^image::measure[] now supports tiff
2468: (implements feature #1188)
2469:
2470: 2018-09-20 moko
2471:
2472: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
2473: files measure added (related to ticket #1188)
2474:
2475: * src/classes/image.C: measure of bmp files implemented (related to
2476: ticket #1188)
2477:
2478: 2018-09-18 moko
2479:
2480: * tests/: 394-curl.html, results/394-curl.processed,
2481: results/auto.p: test for bug #1187 (max_file_size check for head
2482: requests) added
2483:
2484: 2018-08-24 moko
2485:
2486: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
2487: response content-length check is required (fixes bug #1187)
2488:
2489: 2018-05-11 moko
2490:
2491: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
2492: $.append(bool) ] option added (related to feature #919)
2493:
2494: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
2495: from misha@ patch (implements feature #919)
2496:
2497: 2018-03-22 moko
2498:
2499: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
2500: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
2501: with 128kb buffer. Now works at least 12 times faster. :) May be
2502: Windows-only problem.
2503:
2504: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
2505: build fix)
2506:
2507: 2018-02-03 moko
2508:
2509: * src/main/execute.C: removes irrelevant lines from exception stack
2510: trace when exceptions occurs in assigment (fixes bug #1165)
2511:
2512: * tests/: 393.html, results/393.processed: test for behavour after
2513: "Property can not be created, already exists field with that
2514: name" exception removed (related to feature #1183)
2515:
2516: * src/types/pa_vclass.C: "Property can not be created, already
2517: exists field with that name" exception removed (implements
2518: feature #1183)
2519:
2520: 2018-01-19 moko
2521:
2522: * src/classes/string.C: whitespace
2523:
2524: * src/classes/string.C: whitespace
2525:
2526: * tests/: 392.html, results/392.processed: test for
2527: ^regex::create[$regex] added (related to feature #1135)
2528:
2529: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
2530: ^regex::create[$regex] added (implements feature #1135)
2531:
2532: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
2533: commented define added (related to feature #1157)
2534:
2535: 2018-01-17 moko
2536:
2537: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
2538:
2539: 2018-01-15 moko
2540:
2541: * tests/: 390.html, results/390.processed: real path replaced by
2542: stub
2543:
2544: * tests/: 391.html, results/391.processed: test for feature #1181
2545: (XML_PARSE_HUGE exception) added
2546:
2547: 2018-01-11 moko
2548:
2549: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
2550: XML_PARSE_HUGE option passed by default (implements feature
2551: #1181)
2552:
2553: * src/classes/string.C: whitespace
2554:
2555: 2017-12-10 moko
2556:
2557: * tests/: 389.html, 390.html, results/389.processed,
2558: results/390.processed: image code coverage tests added (related
2559: to feature #1125)
2560:
2561: 2017-12-08 moko
2562:
2563: * tests/: 346-curl.html, 388-sql.html, 389.html,
2564: results/346-curl.processed, results/388-sql.processed,
2565: results/389.processed: more code coverage tests
2566:
2567: * tests/: 264.html, results/264.processed: code coverage for
2568: ^file::exec[]
2569:
2570: 2017-12-07 moko
2571:
2572: * tests/: 174.html, 388-sql.html, 389.html,
2573: results/388-sql.processed, results/389.processed,
2574: results/174.processed: more coverage tests
2575:
2576: * src/classes/math.C: exception text actualized
2577:
2578: 2017-12-06 moko
2579:
2580: * tests/388-sql.html: $SQL can be here
2581:
2582: * tests/results/auto.p: $SQL not required here
2583:
2584: * tests/: 388-sql.html, 389.html, Makefile,
2585: results/388-sql.processed, results/389.processed, results/auto.p:
2586: code coverage tests for sql (using sqlite) and int/double/bool
2587: added (related to feature #1125)
2588:
2589: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
2590: lib/json/json.vcproj, lib/md5/md5.vcproj,
2591: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
2592: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
2593: targets/apache/ApacheModuleParser3Core.vcproj,
2594: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2595: types/types.vcproj: gc\include no longer required
2596:
2597: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
2598: required
2599:
2600: * src/: classes/Makefile.am, classes/table.C,
2601: include/pa_config_includes.h, include/pa_string.h,
2602: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2603: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
2604: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
2605: targets/apache/Makefile.am, targets/cgi/Makefile.am,
2606: types/Makefile.am: to be sure that our version of gc.h/cord.h is
2607: used, we now include it directly
2608:
2609: 2017-12-04 moko
2610:
2611: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
2612: memcached/memcached.vcproj, punycode/punycode.vcproj,
2613: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
2614: where required
2615:
2616: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
2617: now can be used to trace memory allocations
2618:
2619: * src/: classes/table.C, include/pa_config_includes.h,
2620: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
2621: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
2622: method removes, libcord also can work without libgc
2623:
2624: * src/classes/json.C: pa_gc_malloc_atomic should not be used
2625:
2626: 2017-11-29 moko
2627:
2628: * src/classes/curl.C: no exception if some of ^curl:info[] elements
2629: are not present (related to feature #1173)
2630:
2631: * tests/346-curl.html: test updated to test curl content-length bug
2632: (related to feature #1173)
2633:
2634: * tests/results/346-curl.processed: more test for content-length
2635: curl bug (related to feature #1173)
2636:
2637: * tests/results/346-curl.processed: test results updated after
2638: #1173 implemented
2639:
2640: 2017-11-28 moko
2641:
2642: * src/classes/curl.C: another libcurl Content-length bug walkaround
2643: (related to feature #1173)
2644:
2645: 2017-11-27 moko
2646:
2647: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
2648: $.http_version[version string] added (implements feature #1173),
2649: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
2650: where $post(true) bug existed.
2651:
2652: 2017-11-18 moko
2653:
2654: * src/include/pa_memory.h: warning war (related to feature #1170)
2655:
2656: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
2657: feature #1170)
2658:
2659: 2017-11-17 moko
2660:
2661: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
2662: std::basic_stringstream used in ^table.csv-string[] is compatible
2663: with delete usage check only under Debian 9 (related to feature
2664: #1170)
2665:
2666: 2017-11-16 moko
2667:
2668: * src/: classes/curl.C, classes/hash.C, classes/json.C,
2669: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
2670: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
2671: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
2672: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
2673: types/pa_vxdoc.h: regular new/delete no longer used in our code,
2674: stubs defend from accidental use (implements feature #1170)
2675:
2676: 2017-06-24 moko
2677:
2678: * configure.ac: minor fix: thanks to alx@
2679:
1.115 moko 2680: 2017-05-29 moko
2681:
2682: * src/types/pa_vmail.C: mail headers are now correctly truncated -
2683: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
2684: added to avoid cutting of UTF-8 chars (fixed bug #123)
2685:
2686: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
2687: ignored, =?UTF-8?Q?= should start in case of leading space
2688: (related to bug #123)
2689:
2690: * buildall: echo -n -> printf for OS X. :)
2691:
2692: 2017-05-25 moko
2693:
2694: * tests/: 288.html, results/288.processed: test updated afted
2695: setting $o.prop without setter exception removed (related to
2696: feature #1157)
2697:
2698: * src/types/pa_vclass.C: no more "this property has no setter
2699: method" when setting $o.prop without setter (implements feature
2700: #1157)
2701:
2702: * buildall: echo \c -> echo -n for FreeBSD
2703:
2704: * configure, configure.ac, src/include/pa_config_auto.h.in,
2705: src/types/pa_vdouble.h: isfinite now checked in configure
2706:
2707: * compile, config.guess, config.sub, depcomp, install-sh, missing:
2708: upgraded to automake 1.15
2709:
2710: 2017-05-23 moko
2711:
2712: * src/types/pa_vdouble.h: finite returned where isfinite not
2713: defined
2714:
2715: 2017-05-22 moko
2716:
2717: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
2718:
2719: * buildall: extern CFLAGS setting support
2720:
2721: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
2722:
2723: * buildall: http -> https
2724:
2725: * buildall: gc-7.2f -> gc-7.6.0
2726:
2727: 2017-05-20 moko
2728:
2729: * buildall: https, pcre, xml, xslt updated to current versions
2730: (related to feature #1136)
2731:
2732: 2017-05-19 moko
2733:
2734: * tests/097.html: after parser.ru moved to https
2735:
2736: 2017-05-17 moko
2737:
2738: * tests/results/: 175.processed, 372.processed: tests resuls
2739: updated after lintian spelling typos fixed (related to bug #1156)
2740:
2741: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
2742: classes/string.C, classes/table.C, main/pa_charset.C,
2743: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
2744: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
2745: lintian reported by Sergey B Kirpichev (fixes bug #1156)
2746:
2747: * tests/results/096.processed: +XMP
2748:
2749: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
2750: $.xmp(true) options tested (test for feature #1154)
2751:
2752: * src/classes/image.C: ^image:measure[] options $.exif(false)
2753: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
2754: fetched by default! (implements feature #1154)
2755:
2756: 2017-05-16 moko
2757:
2758: * tests/: 256.html, results/256.processed: ^json:string[$image] now
2759: allowed (related to feature #1154)
2760:
2761: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2762: initial XMP implementation - without options and transcode
2763: (related to feature #1154)
2764:
2765: 2017-05-12 moko
2766:
2767: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
2768: image: exif moved to ffields, skipped in ^image.html[] where
2769: iterators now used (preparation for feature #1154)
2770:
2771: 2017-05-05 moko
2772:
2773: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
2774: results/387.processed: test for circular class inheritance check
2775: added (related to bug #1150)
2776:
2777: * src/types/pa_vstateless_class.C: circular class inheritance check
2778: added (fixes endless add_derived bug #1150)
2779:
2780: 2017-05-04 moko
2781:
2782: * tests/: 386.html, results/386.processed: test for
2783: $table.value(number) added (related to feature #1152)
2784:
2785: * src/types/pa_vtable.C: table put_element: column value must be
2786: string - > column value must be string compatible to allow
2787: $t.value(1) (implements feature #1152)
2788:
2789: 2017-05-03 moko
2790:
2791: * src/main/pa_request.C: $use[$method] is not possible, reverting
2792: (related to feature #1151)
2793:
2794: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
2795: not possible, removing test (related to feature #1151)
2796:
2797: * src/: main/pa_request.C, types/pa_vstateless_class.h:
2798: get_element_method added and used to allow $use[$method] and
2799: $autouse[$method] (implements feature 1151)
2800:
2801: * tests/: 386.html, 386.p, results/386.processed: test for @use in
2802: variable added (related to feature #1151)
2803:
2804: * tests/results/226.processed: actualized after ^try-catch used
2805:
2806: * tests/: 226.html, 385.html, results/385.processed: test for
2807: @autouse in variable added
2808:
2809: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
2810:
1.114 moko 2811: 2017-02-27 moko
2812:
2813: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
2814:
1.113 moko 2815: 2017-02-20 moko
2816:
2817: * operators.txt: actualization + beauty
2818:
2819: 2017-02-16 moko
2820:
2821: * tests/: 384.html, results/384.processed: test for
2822: ^reflection:mixin[; $.name[] ] option added (related to feature
2823: #1089)
2824:
2825: * tests/: 384.html, results/384.processed: test for
2826: ^reflection:mixin[] added (related to feature #1089)
2827:
2828: * src/types/pa_value.h: warning war: virtual ~Value() added
2829:
1.112 moko 2830: 2017-02-15 moko
2831:
2832: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
2833: fixed
2834:
2835: * tests/: 320.html, results/320.processed: $.reverse(true/false)
2836: test added (related to feature #1069)
2837:
2838: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2839: compilation without HASH_ORDER fixed
2840:
2841: * src/: classes/reflection.C, include/pa_hash.h:
2842: $.reverse(true/false) added to ^reflection:methods[] (related to
2843: feature #1069)
2844:
2845: 2017-02-14 moko
2846:
2847: * tests/: 152.html, results/152.processed: test for $._default hash
2848: added (related to bug #1131)
2849:
2850: * tests/: 277.html, results/277.processed: test for hash with only
2851: $._default is now defined (related to bug #1131)
2852:
2853: * src/types/pa_vhash.h: hash with only $._default is now defined
2854: (fixed bug #1131)
2855:
2856: 2017-02-13 moko
2857:
2858: * tests/cat-windows.sh: cat-windows added (cygwin required)
2859:
2860: * tests/: 171.html, 264.html, 286.html, 370.html,
2861: results/320.processed, results/375.processed, results/auto.p:
2862: cat-windows.sh support added
2863:
2864: * tests/375.html: Windows support
2865:
2866: * tests/270.html: documented
2867:
2868: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
2869: (not backslashes) even under Windows (broke test 270)
2870:
2871: 2017-02-12 moko
2872:
2873: * tests/: descript.ion, todo.txt: cleanup
2874:
2875: 2017-02-09 moko
2876:
2877: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
2878: run_tests.cmd: Windows compatibility
2879:
2880: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
2881: incorrectly (GMT) if parser is called from cygwin
2882:
1.111 moko 2883: 2017-02-08 moko
2884:
1.112 moko 2885: * operators.txt: actualization 15% completed
2886:
2887: * operators.txt: cp1251 -> utf-8
2888:
2889: * NEWS, README: minor update
2890:
2891: * src/include/pa_config_includes.h: warning war continues
2892:
2893: * src/: include/pa_config_includes.h, include/pa_memory.h,
2894: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2895: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
2896: gcc 6.x issues fixed
2897:
1.111 moko 2898: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2899: classes/classes.h, classes/curl.C, classes/date.C,
2900: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2901: classes/hashfile.C, classes/image.C, classes/inet.C,
2902: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2903: classes/memcached.C, classes/memory.C, classes/op.C,
2904: classes/reflection.C, classes/regex.C, classes/response.C,
2905: classes/string.C, classes/table.C, classes/void.C,
2906: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2907: include/pa_array.h, include/pa_cache_managers.h,
2908: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2909: include/pa_config_fixed.h, include/pa_config_includes.h,
2910: include/pa_dictionary.h, include/pa_dir.h,
2911: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2912: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2913: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2914: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2915: include/pa_request_charsets.h, include/pa_request_info.h,
2916: include/pa_sapi.h, include/pa_socks.h,
2917: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2918: include/pa_stack.h, include/pa_string.h,
2919: include/pa_stylesheet_connection.h,
2920: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2921: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2922: include/pa_uue.h, include/pa_xml_exception.h,
2923: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2924: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2925: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2926: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2927: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2928: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2929: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2930: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2931: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2932: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2933: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2934: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2935: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2936: main/pa_string.C, main/pa_stylesheet_connection.C,
2937: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
2938: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2939: main/untaint.C, sql/pa_sql_driver.h,
2940: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2941: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2942: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2943: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2944: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2945: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2946: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
2947: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
2948: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
2949: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
2950: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
2951: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
2952: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
2953: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
2954: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
2955: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
2956: types/pa_vmemcached.h, types/pa_vmemory.h,
2957: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2958: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2959: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2960: types/pa_vresponse.C, types/pa_vresponse.h,
2961: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2962: types/pa_vstateless_object.h, types/pa_vstatus.C,
2963: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2964: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2965: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2966: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2967: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
2968: 2015->2017
2969:
1.110 moko 2970: 2017-02-07 moko
2971:
2972: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
2973:
2974: 2017-02-06 moko
2975:
2976: * src/main/pa_common.C: minor fixes, whitespace
2977:
2978: * src/: classes/curl.C, classes/file.C, classes/image.C,
2979: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
2980: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
2981: now used (implements feature #1081)
2982:
2983: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
2984:
2985: 2017-02-01 moko
2986:
2987: * src/include/pa_request.h: cleanup
2988:
2989: 2017-01-30 moko
2990:
2991: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
2992:
2993: 2017-01-29 moko
2994:
2995: * tests/: 383.html, results/383.processed: test for
2996: ^reflection:stack[] added (related to feature #1052)
2997:
2998: * src/classes/reflection.C: else added
2999:
3000: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
3001: $.max_file_lock_wait added (implements feature #1128)
3002:
3003: 2017-01-28 moko
3004:
3005: * tests/: 379-curl.html, results/379-curl.processed: curl empty
3006: body and other cases tests added (related to featue #1014)
3007:
3008: * src/classes/curl.C: bug if response is empty fixed (related to
3009: feature #1014)
3010:
3011: 2017-01-27 moko
3012:
3013: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
3014: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
3015: added (implements feature #1052)
3016:
3017: 2017-01-25 moko
3018:
3019: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
3020: method test added
3021:
3022: 2017-01-23 moko
3023:
3024: * src/classes/reflection.C: optimization: options->get replaced by
3025: hash iterator
3026:
3027: * tests/: 381.html, results/381.processed: now -> fixed date
3028:
3029: * src/main/pa_request.C: warning war
3030:
3031: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
3032: 5Mb (fixes bug #1058)
3033:
3034: * src/classes/curl.C: warning war
3035:
3036: * tests/: 381.html, results/381.processed: tests for ^json:string
3037: $.one-line(true) option added (related to feature #1124)
3038:
3039: * src/: classes/json.C, types/pa_value.h: $json-string
3040: $.one-line(true|false) options is now supported (implements
3041: feature #1124)
3042:
3043: * tests/: 380.html, results/380.processed: test for modified
3044: $.max_file_size added (related to bug #1014)
3045:
3046: * tests/: 379.html, results/auto.p: tests for rewritten http file
3047: load added (related to bug #1014)
3048:
3049: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
3050: main/pa_common.C, main/pa_http.C: check_file_size added and used
3051: in curl / file load from disk and http, http file load rewritten
3052: (related to bug #1014)
3053:
3054: 2017-01-18 moko
3055:
3056: * tests/: 378.html, results/378.processed: tests for ^result[]
3057: added (related to feature #66)
3058:
3059: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
3060: Method::CO_WITHOUT_FRAME as frame still added in expression
3061: (related to feature #66)
3062:
3063: 2017-01-17 moko
3064:
3065: * tests/: 377.html, results/377.processed: test for different
3066: combinations of breaks in body and delimiter (related to bug
3067: #1077)
3068:
3069: * tests/: 376.html, results/376.processed: many ^break[] tests
3070: added (related to bug #1077)
3071:
3072: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
3073: passed to native method" exception added to avoid bugs due to
3074: WRITE_EXPR_RESULT skipped and native methods execution continues
3075: after ^break[] (related to bug #1077)
3076:
3077: 2017-01-14 moko
3078:
3079: * tests/: 330.html, results/330.processed: test results updated
3080: after ^break[] bugs where fixed (related to bug #1077)
3081:
3082: * tests/: 329.html, results/329.processed: test results updated
3083: after ^break[] bugs where fixed (related to bug #1077)
3084:
3085: * tests/results/320.processed: ^return[] added
3086:
3087: 2017-01-13 moko
3088:
3089: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3090: classes/table.C, include/pa_request.h, main/execute.C,
3091: main/pa_request.C, targets/cgi/parser3.C,
3092: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
3093: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
3094: checked after each possible process/execute call (fixes bug
3095: #1077)
3096:
3097: 2016-12-29 moko
3098:
3099: * src/main/pa_common.C: warning war
3100:
3101: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
3102: include/pa_types.h, main/pa_request.C, main/pa_string.C:
3103: pa_file_size_limit added, ^math:random fixed for upper limit and
3104: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
3105: (related to feature #1014)
3106:
3107: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
3108: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
3109: (related to feature #1014)
3110:
3111: 2016-12-28 moko
3112:
3113: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
3114: warning war
3115:
3116: 2016-12-26 moko
3117:
3118: * tests/: 341.html, results/341.processed: test for
3119: ^table.hash[id;;$.type[string]] added (related to feature #1057)
3120:
3121: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
3122: (related to feature #1057)
3123:
3124: * src/types/pa_vdate.C: warning war continues...
3125:
3126: * src/: classes/date.C, classes/image.C, classes/table.C,
3127: include/pa_config_includes.h, types/pa_vfile.C: warning war
3128:
3129: * src/lib/gd/gifio.C: warning war / cleanup
3130:
3131: * src/lib/json/pa_json.C: warning war
3132:
3133: * src/classes/hash.C: warning war
3134:
3135: * src/types/pa_vfile.C: warning war
3136:
3137: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
3138: -Wall warning war continues
3139:
3140: * configure.ac: --with-build-warnings actualized
3141:
3142: 2016-12-25 moko
3143:
3144: * src/main/pa_exec.C: -wAll warning war
3145:
3146: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
3147: -wAll warning war
3148:
3149: * src/: include/pa_common.h, include/pa_sapi.h,
3150: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
3151: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
3152: -wAll warning war
3153:
3154: 2016-12-23 moko
3155:
3156: * src/lib/ltdl/Makefile.am: extra dist added
3157:
3158: * tests/results/344.processed: test result updated after $file.text
3159: prefetched in ^hash::create[$file] (related to feature #1075)
3160:
3161: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
3162: ^hash::create[$file] (related to feature #1075)
3163:
3164: 2016-12-22 moko
3165:
3166: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
3167: main/pa_request.C, main/pa_stylesheet_connection.C,
3168: types/pa_vfile.C: file_stat now return 64-bit size (implements
3169: #1014 under 32-bit unix versions)
3170:
3171: 2016-12-21 moko
3172:
3173: * tests/: 375.html, results/375.processed: test for exec returning
3174: stated file added (related to feature #1119)
3175:
3176: * src/classes/file.C: load should not return file with null body
3177: (fixes bug #1119)
3178:
3179: 2016-12-14 moko
3180:
3181: * tests/: 374.html, results/374.processed: test for $method.name
3182: added (related to feature #1117) plus method returning junction
3183: test
3184:
3185: 2016-12-13 moko
3186:
3187: * src/: include/pa_symbols.h, main/pa_symbols.C,
3188: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
3189: (implements feature #1117)
3190:
3191: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
3192: HEAD and TRACE can't have body (implements feature #1116)
3193:
3194: 2016-12-09 moko
3195:
3196: * tests/: 373.html, results/373.processed: tests for
3197: ^reflection:tainting added (related to feature #1098)
3198:
3199: * src/classes/reflection.C: ^reflection:tainting arguments order
3200: change (related to feature #1098)
3201:
3202: 2016-12-06 moko
3203:
3204: * src/: classes/reflection.C, include/pa_string.h,
3205: main/pa_string.C: ^reflection:tainting[$string] added (implements
3206: feature #1098)
3207:
3208: 2016-12-05 moko
3209:
3210: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
3211: (fixes bug #1114)
3212:
3213: 2016-12-04 moko
3214:
3215: * tests/: 206.html, results/206.processed: negative zero (0/-1)
3216: check added
3217:
3218: 2016-12-03 moko
3219:
3220: * tests/: 346-curl.html, results/346-curl.processed: test modified
3221: to test value.as_hash() usage
3222:
3223: * src/classes/curl.C: value.as_hash() used for correct hash
3224: processing
3225:
3226: * src/classes/reflection.C: exceptions texts fixes
3227:
3228: 2016-12-02 moko
3229:
3230: * tests/: 372.html, results/372.processed: tests for
3231: ^reflection:create[ $.class[name] $.constructor[name]
3232: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
3233: feature #1094)
3234:
3235: * src/types/pa_vmethod_frame.h: comment added: params should be
3236: declared outside of *_FRAME_ACTION as MethodParams destructor
3237: will be called in ~VNativeMethodFrame
3238:
3239: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
3240: ] minor fix
3241:
3242: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
3243: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
3244: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
3245: now supported (implements feature #1094) value::as_hash added
3246: (and should be used everywhere)
3247:
3248: * src/classes/reflection.C: cleanup
3249:
3250: 2016-12-01 moko
3251:
3252: * tests/: 356.html, results/356.processed: test for method
3253: junctions class name added to the resulting hash added (related
3254: to feature #1068)
3255:
3256: * src/classes/reflection.C: for method junctions class name added
3257: to the resulting hash (related to feature #1068)
3258:
3259: 2016-11-30 moko
3260:
3261: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
3262: exception (related to bug #1113)
3263:
3264: * src/types/pa_vhashfile.C: whitespace
3265:
3266: * src/main/pa_os.C: errno now returned as it should (fixes bug
3267: #1113)
3268:
3269: * tests/results/: 175.processed, 192.processed, 224.processed,
3270: 229.processed, 239.processed, 244.processed, 246.processed,
3271: 314.processed, 352.processed: tests results updated after method
3272: call exceptions improved as method now keeps its name
3273:
3274: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
3275: types/pa_vmethod_frame.h: method call exceptions improved as
3276: method now keeps its name
3277:
3278: * tests/: 224.html, 239.html, results/224.processed,
3279: results/239.processed: tests and tests results updated after
3280: Request::construct exception changed
3281:
3282: * src/: classes/reflection.C, main/execute.C: Request::construct
3283: exception optimized
3284:
3285: * tests/: 371.html, results/371.processed: test for
3286: WWrapper.get_element call in $.name.key[value] code added
3287: (related to feature #1091)
3288:
3289: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
3290: in $.name.key[value] code (related to feature #1091)
3291:
3292: 2016-11-29 moko
3293:
3294: * src/classes/op.C: VS warning war
3295:
3296: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
3297: C4239: nonstandard extension used : 'return' : conversion from
3298: 'Value' to 'Value &' (related to feature #1020)
3299:
3300: * src/: main/execute.C, types/pa_vmethod_frame.h,
3301: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
3302: used : 'return' : conversion from 'Value' to 'Value &' (related
3303: to feature #1020)
3304:
3305: * src/main/execute.C: VS warning war
3306:
3307: * src/targets/cgi/parser3.C: VS compatibility fix
3308:
3309: * src/include/pa_request.h: VS warning war
3310:
3311: * tests/: 370.html, results/370.processed: test for ^file::exec[
3312: ... $.stdin[$binary_file] ] added (related to bug #1044)
3313:
3314: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
3315: include/pa_string.h, main/pa_exec.C: pa_exec now supports
3316: $.stdin[$binary_file] (fixes bug #1044)
3317:
3318: 2016-11-28 moko
3319:
3320: * src/main/pa_exec.C: whitespace
3321:
3322: * src/main/pa_request.C: whitespace
3323:
3324: * tests/: 369.html, results/369.processed: test for
3325: $response:status usage added (related to feature #1099)
3326:
3327: * src/targets/cgi/parser3.C: HTTP response code used as exit status
3328: if < 100 (implements feature #1099)
3329:
3330: * src/targets/cgi/parser3.C: whitespace
3331:
3332: * src/targets/cgi/parser3.C: whitespace
3333:
3334: * tests/: 368.html, results/368.processed: test updated after
3335: ^reflection:filename[$method] added (related to feature #1053)
3336:
3337: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
3338: main/compile.y, main/execute.C, main/pa_request.C,
3339: types/pa_vclass.h: filename -> filespec,
3340: ^reflection:filename[$method] added (related to feature #1053)
3341:
3342: 2016-11-27 moko
3343:
3344: * tests/: 368.html, results/368.processed: test for
3345: reflection:filename[$class or object] added (related to feature
3346: #1053)
3347:
3348: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
3349: types/pa_vstateless_class.h: ^reflection:filename[$class or
3350: object] added (implements feature #1053)
3351:
3352: 2016-11-26 moko
3353:
3354: * src/: include/pa_request_info.h,
3355: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
3356: remove_absolute_uri -> strip_absolute_uri
3357:
3358: 2016-11-25 moko
3359:
3360: * src/: include/pa_request_info.h,
3361: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
3362: request_info.remove_absolute_uri added to remove possible
3363: http://site.name/ from $request:uri (implements feature #1112)
3364:
3365: 2016-11-24 moko
3366:
3367: * tests/: 367-curl.html, results/367-curl.processed: test for
3368: previous request headers clearing after redirect added (related
3369: to bug #1109)
3370:
3371: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
3372: response headers from previous requests are now cleared, only
3373: last request headers are collected (fixes bug #1109)
3374:
3375: * tests/results/: 266.processed, 321.processed, 356.processed:
3376: tests results updated as method name now added to the resulting
3377: hash for new syntax only (Imp1 compatimility fixed, related to
3378: feature #1068)
3379:
3380: * src/classes/reflection.C: method name now added to the resulting
3381: hash for new syntax only (Imp1 compatimility fixed, related to
3382: feature #1068)
3383:
3384: * tests/results/366.processed: test for native and parser
3385: implementation of ^use[] logic (related to feature #1074)
3386:
3387: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
3388: for native and parser implementation of ^use[] logic (related to
3389: feature #1074)
3390:
3391: 2016-11-23 moko
3392:
3393: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3394: main/pa_request.C: @USE file now implemented as ^use[file;
3395: $.origin[origin_file] ] (implements feature #1074)
3396:
1.109 moko 3397: 2016-11-21 moko
3398:
1.110 moko 3399: * tests/: 365.html, results/365.processed: test for $caller bugs in
3400: 3.4.4 and $caller.method now tested (related to feature #1110)
3401:
3402: * tests/: 364.html, results/364.processed: $caller usage in
3403: different contexts now tested (related to feature #1110)
3404:
3405: * src/types/types.vcproj: +pa_vcaller_wrapper.h
3406:
3407: * src/types/Makefile.am: pa_vcaller_wrapper.h added
3408:
1.109 moko 3409: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
3410: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
3411: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
3412: used (implements feature #1110)
3413:
3414: 2016-11-20 moko
3415:
3416: * src/types/pa_vdouble.h: whitespace
3417:
3418: 2016-11-11 moko
3419:
3420: * tests/: 363.html, results/363.processed: more tests for feature
3421: #1091 (how parser methods work in expression context)
3422:
3423: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
3424: expressions strings are now written as strings, not values by
3425: write_as_string (related to feature #1091)
3426:
3427: * src/classes/op.C: to make more correct behavour in expression
3428: context
3429:
3430: 2016-11-07 moko
3431:
3432: * tests/: 362.html, results/362.processed: test for
3433: xsltParseStylesheetDoc caching as xsl modification after it added
3434: (related to bug #1108)
3435:
3436: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
3437: result now cached as xdoc is modified after it (fixes bug #1108)
3438:
3439: 2016-11-06 moko
3440:
3441: * src/types/pa_vxdoc.h: whitespace
3442:
3443: 2016-11-05 moko
3444:
3445: * src/types/pa_vmethod_frame.h: cleanup
3446:
3447: 2016-11-03 moko
3448:
3449: * tests/results/244.processed: more correct exception after method
3450: frames separation
3451:
3452: * src/types/pa_vmethod_frame.h: minor optimizaion
3453:
3454: * src/types/pa_method.h: optimization: params_count added
3455:
3456: * src/: classes/json.C, classes/op.C, classes/reflection.C,
3457: include/pa_request.h, main/execute.C, main/pa_request.C,
3458: types/pa_value.C, types/pa_vmethod_frame.C,
3459: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
3460: VMethodFrame now divided into VNativeMethodFrame,
3461: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
3462: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
3463: and used (related to feature #1104)
3464:
3465: 2016-11-02 moko
3466:
3467: * src/: classes/bool.C, classes/curl.C, classes/date.C,
3468: classes/double.C, classes/file.C, classes/hash.C,
3469: classes/hashfile.C, classes/image.C, classes/inet.C,
3470: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
3471: classes/memcached.C, classes/op.C, classes/reflection.C,
3472: classes/regex.C, classes/string.C, classes/table.C,
3473: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
3474: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
3475: r.write (implements feature #1091)
3476:
3477: * src/main/execute.C: cleanup (related to feature #1104)
3478:
3479: * src/: include/pa_request.h, main/execute.C,
3480: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
3481: added, in_expression removed (implements feature #1104)
3482:
3483: 2016-10-31 moko
3484:
3485: * src/types/pa_value.C: whitespace
3486:
3487: 2016-10-28 moko
3488:
3489: * tests/results/244.processed: updated after error reporting fixed
3490: in pa_wcontext.C
3491:
3492: * src/types/pa_wcontext.C: error reporting fixed
3493:
3494: * src/types/pa_wcontext.h: whitespace
3495:
3496: * src/classes/image.C: not fully readed entries are no longer
3497: processed (fixes bug #1106)
3498:
3499: 2016-10-26 moko
3500:
3501: * src/classes/image.C: whitespace
3502:
3503: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
3504: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
3505: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
3506: longer required (related to feature #1091)
3507:
3508: * tests/results/: 264.processed, 350.processed: test results update
3509: reverted (whitespace optimization) after write_no_lang removed :)
3510: (related to feature #1091)
3511:
3512: * src/: classes/file.C, classes/hash.C, classes/op.C,
3513: classes/string.C, classes/table.C, classes/void.C,
3514: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
3515: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
3516: equal write_pass_lang (related to feature #1091)
3517:
3518: * tests/results/: 264.processed, 350.processed: test results
3519: updated (whitespace optimization) after write_assign_lang removed
3520: (related to feature #1091)
3521:
3522: * tests/: 361.html, results/361.processed: test for non-string
3523: ^untaint added (related to feature #1091)
3524:
3525: * src/: classes/curl.C, classes/date.C, classes/file.C,
3526: classes/hash.C, classes/op.C, classes/string.C,
3527: include/pa_request.h, main/execute.C: optimization:
3528: write_assign_lang removed as not required (first part of feature
3529: #1091 implementation)
3530:
1.108 moko 3531: 2016-10-12 moko
3532:
3533: * tests/: 360.html, results/360.processed: more test code (related
3534: to feature #1104)
3535:
3536: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
3537: include/pa_request.h, main/compile.y, main/execute.C: opcode
3538: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
3539: WContext is next task (implements feature #1104)
3540:
3541: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
3542: / CO_WITHOUT_WCONTEXT
3543:
3544: * tests/: 360.html, results/360.processed: test for in expression
3545: state (related to feature #1104)
3546:
3547: 2016-10-11 moko
3548:
3549: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
3550:
3551: * src/classes/op.C: default value removed from initializer
3552:
3553: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
3554:
3555: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
3556:
3557: 2016-10-10 moko
3558:
3559: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
3560: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
3561: to feature #42)
3562:
3563: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
3564: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
3565:
3566: 2016-10-08 moko
3567:
3568: * src/classes/double.C: whitespace
3569:
3570: 2016-10-07 moko
3571:
3572: * src/types/pa_vmethod_frame.h: reorder
3573:
3574: 2016-10-06 moko
3575:
3576: * src/classes/date.C: typo
3577:
3578: * src/types/pa_vmethod_frame.h: whitespace + cleanup
3579:
3580: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3581: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
3582: types/pa_vmethod_frame.h: params.get now returns Value&, not
3583: Value*
3584:
3585: * src/types/pa_vmethod_frame.C: params.get should return Value&.
3586:
3587: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
3588: removed; first as_* code rewrite
3589:
3590: 2016-10-05 moko
3591:
3592: * src/include/pa_request.h: whitespace
3593:
3594: * tests/: 359.html, results/359.processed: test for VCodeFrame and
3595: intercept_string added (related to feature #1097)
3596:
3597: * src/: classes/image.C, classes/op.C, classes/table.C,
3598: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3599: optimization: intercept_string removed (implements feature #1097)
3600:
3601: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
3602:
3603: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
3604: from VCodeFrame and WWrapper as not required
3605:
3606: 2016-10-04 moko
3607:
3608: * src/: classes/curl.C, classes/date.C, classes/double.C,
3609: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
3610: classes/int.C, classes/json.C, classes/op.C,
3611: classes/reflection.C, classes/string.C, classes/table.C,
3612: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
3613: proces_to_value -> process after StringOrValue removed (related
3614: to feature #1020)
3615:
3616: * src/classes/form.C: whitespace
3617:
3618: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
3619:
3620: * tests/: 357.html, 358.html, results/357.processed,
3621: results/358.processed, results/auto.p: test for @conf
3622: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
3623:
3624: 2016-10-03 moko
3625:
3626: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
3627: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
3628: supported (implements feature #42)
3629:
3630: * src/types/pa_vregex.h: no reason for VRegex to be
3631: is_evaluated_expr
3632:
3633: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
3634: (implements feature #1095)
3635:
3636: 2016-10-01 moko
3637:
3638: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
3639: false by default (related to feature #1089)
3640:
3641: 2016-09-30 moko
3642:
3643: * src/types/pa_wcontext.h: cleanup
3644:
3645: 2016-09-29 moko
3646:
3647: * src/main/execute.C: whitespace
3648:
3649: * src/include/pa_request.h: whitespace
3650:
3651: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
3652: classes/op.C, classes/table.C, include/pa_request.h,
3653: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
3654: types/pa_vobject.C, types/pa_wcontext.h: optimization:
3655: StringOrValue removed as it just slows down and adds complexity
3656: (implements feature #1020)
3657:
3658: 2016-09-28 moko
3659:
3660: * tests/: 356.html, results/266.processed, results/321.processed,
3661: results/356.processed: tests updated after name was added to
3662: method_info hash, test for ^reflection:method_info[junction]
3663: added (related to feature #1068)
3664:
3665: * src/classes/reflection.C: ^reflection:method_info[junction] now
3666: supported, method name added to the resulting hash (implements
3667: feature #1068)
3668:
3669: * tests/: 276.html, results/276.processed: more tests for
3670: ^reflection:delete[]
3671:
3672: * src/classes/reflection.C: fixed bug then ^reflection:delete
3673: didn't work on class and could damage native objects (like file)
3674:
3675: 2016-09-26 moko
3676:
3677: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
3678: results/345.processed, results/346-curl.processed,
3679: results/347-curl.processed, results/348.processed: numbers added
3680: to simplify diff analysis
3681:
3682: * tests/: 352.html, results/352.processed: test result updated as
3683: method name used
3684:
3685: * src/classes/reflection.C: method name used
3686:
3687: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
3688: its name
3689:
3690: * src/types/pa_method.h: whitespace
3691:
3692: * src/classes/reflection.C: both method and field with one name can
3693: exist.
3694:
3695: * src/classes/reflection.C: ^reflection:mixin added (implements
3696: feature #1089)
3697:
3698: * tests/: 355.html, results/355.processed: property appears in
3699: derived class if added in base test added
3700:
3701: * src/types/pa_vstateless_class.h: get_method declaration +
3702: whitespace
3703:
3704: * tests/: 354.html, results/354.processed: nice test from method
3705: and property with one name in class added
3706:
3707: 2016-09-23 moko
3708:
3709: * src/classes/reflection.C: ^reflection:method usage documented
3710:
3711: 2016-09-22 moko
3712:
3713: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
3714: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
3715: compile warning and GPF occures on VS2003 (related to feature
3716: #1087)
3717:
3718: * tests/: 350.html, results/350.processed: test added for
3719: $.encloser[] support in ^table::create (related to feature #11)
3720:
3721: * src/classes/table.C: another minor fix (related to feature #11)
3722:
1.107 moko 3723: 2016-09-21 moko
3724:
3725: * src/include/pa_config_fixed.h: vs2015 compilation fixes
3726:
3727: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3728: classes/json.C, classes/string.C, classes/table.C,
3729: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
3730: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3731: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
3732: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
3733: pa_charsets, vs2015 warning war
3734:
3735: * src/classes/table.C: vs2015 warning war
3736:
3737: * src/types/pa_vdate.C: vs2015 warning war
3738:
3739: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
3740:
3741: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
3742: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
3743:
3744: * src/main/pa_common.C: vs2015 compilation fixes
3745:
3746: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
3747: vs2015 compilation fixes
3748:
3749: * src/main/pa_charset.C: vs2015 warning war
3750:
3751: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
3752:
3753: * src/main/pa_charset.C: vs2015 warning war
3754:
3755: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
3756:
3757: * src/types/pa_vdate.C: vs2015 compilation fix
3758:
3759: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
3760:
3761: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
3762: VS2015 compilation fixes
3763:
3764: * src/classes/table.C: minor fix (related to feature #11)
3765:
3766: * tests/results/282.processed: no longer skipping extra enclosers
3767: (related to feature #11)
3768:
3769: * src/classes/table.C: minor fix + no longer skipping extra
3770: enclosers (related to feature #11)
3771:
3772: * src/classes/table.C: minor optimization (related to feature #11)
3773:
3774: * src/classes/table.C: minor fix and optimization (related to
3775: feature #11)
3776:
3777: 2016-09-20 moko
3778:
3779: * tests/: 353.html, results/353.processed: test for
3780: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
3781: added (related to bug #1090)
3782:
3783: * src/main/compile.y: PC.cclass->is_vars_local() check added for
3784: one_big_piece (fixes bug #1090)
3785:
3786: * tests/: 229.html, results/229.processed: code coverage tests
3787:
3788: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
3789: body) was called
3790:
3791: * src/classes/op.C: whitespace
3792:
3793: * tests/: 323.html, results/323.processed: test for code junction
3794: should not be returned by ^reflection:class, ^reflection:base
3795:
3796: * src/classes/reflection.C: bugfix: code junction should not be
3797: returned by ^reflection:class, ^reflection:base
3798:
3799: * tests/: 323.html, 352.html, results/352.processed: no more
3800: exception for ^reflection:method[class;no-such-method] (related
3801: to feature #1087)
3802:
3803: * src/classes/reflection.C:
3804: ^reflection:method[class;no-such-method] : exception -> void
3805: (related to feature #1087)
3806:
3807: * src/include/pa_request.h: request::write_value added to allow
3808: write value without convertion (related to issue #1091)
3809:
3810: 2016-09-19 moko
3811:
3812: * src/main/pa_random.C: windows build fix
3813:
3814: * src/types/pa_vhash.h: warning war
3815:
3816: 2016-09-14 moko
3817:
3818: * tests/: 352.html, 552.html, results/352.processed,
3819: results/552.processed: test for ^reflection:method[] extension
3820: added (related to feature #1087)
3821:
3822: * tests/: 552.html, results/552.processed: test for
3823: ^reflection:method[] extension added (related to feature #1087)
3824:
3825: * src/classes/reflection.C: compatibility issue fixed, VClass
3826: dynamic_cast check added (related to feature #1087)
3827:
3828: * tests/: 351.html, results/351.processed: test for @auto[]
3829: inheritance bug diring ^process[] added (related to bug #1088)
3830:
3831: * src/: classes/op.C, main/pa_request.C,
3832: types/pa_vstateless_class.C: set_method now checks for @auto[] to
3833: disable it inheritance during ^process (fixes bug #1088)
3834:
3835: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
3836: added (implements feature #1087)
3837:
3838: 2016-09-13 moko
3839:
3840: * tests/: 349.html, results/auto.p: test for objects prototyping
3841: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
3842: to feature #1086)
3843:
3844: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
3845: types/pa_vobject.C: objects now are not class instances, but have
3846: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
3847: in @conf (implements feature #1086)
3848:
3849: 2016-09-08 moko
3850:
3851: * src/: classes/file.C, classes/mail.C, classes/string.C,
3852: classes/table.C, main/pa_http.C, main/pa_string.C,
3853: include/pa_string.h: cleanup: string::split limit argument
3854: removed as no longer required, pos_after no longer reference
3855: (related to feature #11)
3856:
3857: * src/classes/table.C, tests/results/348.processed: now exception
3858: is rised when invalid option is passed to ^table::create[]
3859:
3860: * tests/: 282.cfg, 282.html, results/282.processed: more code
3861: coverage tests
3862:
3863: * tests/: 348.html, results/348.processed: code coverage tests
3864: added
3865:
3866: * tests/: 348.html, results/348.processed: generic ^table::create[]
3867: tests
3868:
3869: * tests/: 035.html, results/035.processed, results/272.processed:
3870: tests updated after $.encloser[] support for ^table::create
3871: implementation (related to feature #11)
3872:
3873: * src/classes/table.C: $.encloser[] support for ^table::create
3874: finally added (implements feature #11)
3875:
3876: 2016-09-07 moko
3877:
3878: * src/include/pa_string.h: added StringSplitHelper as friend
3879: (related to feature #11)
3880:
3881: * src/include/pa_string.h: body and langs now protected, not
3882: private to allow inheritance (related to feature #11)
3883:
3884: * src/classes/table.C: lsplit optimized before cloning for
3885: ^table::create with $.encloser[] (related to feature #11)
3886:
3887: * src/classes/table.C: optimizaion: TableControlChars.separators
3888: added and used (related to feature #11)
3889:
3890: * src/classes/table.C: spelling:
3891:
3892: TableSeparators -> TableControlChars column -> separator
3893: separators -> control_chars
3894:
3895: 2016-09-06 moko
3896:
3897: * src/main/pa_string.C: whitespace
3898:
3899: * src/main/pa_string.C: whitespace
3900:
3901: 2016-09-01 moko
3902:
3903: * tests/: 347-curl.html, results/347-curl.processed: to make tests
3904: results OS-independent
3905:
3906: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
3907: compiler (related to feature #1042)
3908:
3909: 2016-08-15 moko
3910:
3911: * src/include/pa_string.h: whitespace
3912:
3913: * src/classes/table.C: whitespace
3914:
1.106 moko 3915: 2016-08-05 moko
3916:
3917: * tests/: 344.html, results/344.processed: test for
3918: ^hash::create[$file] added (related to feature #1075)
3919:
3920: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
3921: supported (implements feature #1075)
3922:
3923: 2016-08-04 moko
3924:
3925: * tests/: 341.html, results/341.processed: more code coverage tests
3926:
3927: * tests/: 346-curl.html, results/346-curl.processed: more code
3928: coverage tests for curl
3929:
3930: * tests/: 346-curl.html, results/346-curl.processed: more code
3931: coverage tests for curl
3932:
3933: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
3934: results/223.processed: code coverage tests: $.form[ $.table[] ]
3935: test added
3936:
3937: * tests/: 223-curl.html, results/223-curl.processed: more code
3938: coverage tests for curl
3939:
3940: 2016-08-03 moko
3941:
3942: * src/classes/curl.C: dlink(curl_library) now called not once, but
3943: until it will be loaded, allowing to find existing library.
3944:
3945: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
3946: results/347-curl.processed: more code coverage tests for curl
3947:
3948: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
3949: results/339-curl.processed, results/346-curl.processed: curl
3950: functionality tests
3951:
3952: 2016-08-02 moko
3953:
3954: * tests/: 339.html, results/339.processed: test for tables in
3955: ^file:load[] and ^curl:load[] (commented) added (related to
3956: feature #1042)
3957:
3958: * tests/: 345.html, results/345.processed: code coverage tests for
3959: file class
3960:
3961: * tests/: 344.html, results/344.processed: code coverage tests
3962:
3963: * tests/: 344.html, results/344.processed: mdate removed from
3964: output
3965:
3966: * src/classes/file.C: minor bugfix: is_text should be taked from
3967: fcontent.is_text_mode() if not set (related to feature #1061)
3968:
3969: * tests/: 344.html, results/344.processed: more tests
3970:
3971: * tests/: 343.html, 344.html, results/343.processed,
3972: results/344.processed: tests for ^file::create[ $.from-charset
3973: and $.to-charset ] (related to feature #1061)
3974:
3975: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3976: aset_text_mode argument optimized
3977:
3978: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3979: checkBOM now used in detect_binary_content (related to feature
3980: #1061)
3981:
3982: * src/main/pa_request.C: load_charset no longer required to_upper
3983:
3984: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
3985: preserves original file mode (if no $.mode specified)
3986:
3987: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
3988: ^file::create now supports $.from-charset[] and $.to-charset
3989: options (implements feature #1061), automatic transcode is done
3990: if text file is created from binary file and charset is detected.
3991:
3992: 2016-07-30 moko
3993:
3994: * src/classes/table.C: ^t.hash[..;] now supported (related to
3995: feature #1057)
3996:
3997: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
3998: added (related to feature #1057)
3999:
4000: * tests/: 286.html, results/286.processed: code tests coverage
4001:
4002: 2016-07-29 moko
4003:
4004: * src/classes/table.C: table size should be checked inside menu and
4005: foreach (related to feature #858)
4006:
4007: * src/: classes/curl.C, classes/file.C, classes/string.C,
4008: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4009: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
4010: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
4011: charsets.get now does str_upper inside (related to feature #1061)
4012:
4013: * tests/: 342.html, results/342.processed: more code coverage tests
4014:
4015: * tests/: 342.html, outputs/342.processed: table menu code coverage
4016: + foreach test added (related to feature #858)
4017:
4018: * tests/: 341.html, results/341.processed: tests for
4019: ^table.hash[]{code} added + code coverage tests (related to
4020: feature #1057)
4021:
4022: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
4023: value} support (implements feature #1057)
4024:
4025: * src/classes/table.C: whitespace
4026:
4027: 2016-07-28 moko
4028:
4029: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
4030: from URL, if not specified query string removed from url-based
4031: filenames in ^curl:load[] and ^file::load[] (related to feature
4032: #1042)
4033:
4034: 2016-07-27 moko
4035:
4036: * tests/: 340.html, results/340.processed: test for
4037: transcode_text_result=false added (related to issue #1042)
4038:
4039: 2016-07-26 moko
4040:
4041: * src/types/pa_vfile.C: file name should not be empty (if file path
4042: is folder and ends with /) (related to feature #1042)
4043:
4044: * src/main/pa_http.C: whitespace optimizaion
4045:
4046: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4047: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
4048: multiple headers, ^file::load supports headers transcoding
4049: (implements feature #1042)
4050:
4051: 2016-07-25 moko
4052:
4053: * src/include/pa_common.h: PA_DEFAULT added
4054:
4055: 2016-07-22 moko
4056:
4057: * tests/: 338.html, results/338.processed: test for
4058: $date.field(value) added (related to feature #1066)
4059:
4060: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4061: $date.field(value) now supported for y/m/d/h/m/s (implements
4062: feature #1066)
4063:
1.105 moko 4064: 2016-07-21 moko
4065:
4066: * src/: classes/file.C, classes/image.C, include/pa_common.h,
4067: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
4068: arguments removed; image.C - absolute path shown in exception
4069: (implements feature #1071)
4070:
4071: * tests/: 235.html, results/235.processed: test and test result
4072: updated after static boundary in mail and Errors-To: mail header
4073: removed (related to feature #1047)
4074:
4075: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
4076: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
4077: used, static boundary in mail removed, Errors-To: mail header
4078: removed (implements feature #1047)
4079:
4080: 2016-07-20 moko
4081:
4082: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4083: equest.classes(): Value -> VStateless_class, part 3 (related to
4084: issue #1051)
4085:
4086: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
4087: request.classes(): Value -> VStateless_class, part 2 (related to
4088: issue #1051)
4089:
4090: * tests/results/: 224.processed, 323.processed: classes without
4091: methods should not be methoded (related to issue #1051)
4092:
4093: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
4094: main/compile_tools.h, main/pa_request.C: request.classes(): Value
4095: -> VStateless_class, part 1 (related to issue #1051)
4096:
4097: * tests/: 337.html, results/337.processed: test for
4098: ^reflection:fields_reference[] and VHashReference class added
4099: (related to feature #1072)
4100:
4101: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
4102: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
4103: and VHashReference added, allowing ^reflection:fields_reference[]
4104: implementation (closes feature #1072)
4105:
4106: 2016-07-19 moko
4107:
4108: * tests/: 323.html, results/323.processed: we want to see
4109: "methoded"
4110:
4111: * tests/: 336.html, results/336.processed: test for $BASE:property
4112: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
4113: #1059)
4114:
4115: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
4116: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
4117: somebody_entered_some_class, $BASE:property works again,
4118: ^BASE:method[] bugs fixed (fixes bug #1059)
4119:
4120: 2016-07-14 moko
4121:
4122: * tests/: 335.html, results/335.processed: test for feature #1055
4123: added
4124:
4125: * src/classes/hash.C: bugfix: $._default was not copied if empty
4126: feature: ^hash.contains[_default] added (implements feature
4127: #1055)
4128:
4129: 2016-07-13 moko
4130:
4131: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
4132: should not call @autouse (http://www.parser.ru/forum/?id=83480)
4133:
4134: 2016-07-05 moko
4135:
4136: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
4137: in ^hash.foreach (related to feature #1073)
4138:
4139: 2016-07-04 moko
4140:
4141: * tests/: 134.html, 281.html, results/134.processed,
4142: results/281.processed: tests updated after hash blocking removed
4143: (related to feature #1073)
4144:
4145: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
4146: no longer blocks on change during foreach (implements feature
4147: #1073)
4148:
4149: 2016-06-17 moko
4150:
4151: * tests/: 330.html, results/330.processed: try exception source
4152: test added (related to bug in #1062)
4153:
4154: * tests/: 334.html, results/334.processed: Exception stack trace
4155: test added (related to bug in $1062)
4156:
4157: * src/classes/op.C: Exception trace now correctly restored and
4158: errors reported (related to bug #1062)
4159:
1.104 moko 4160: 2016-05-25 moko
4161:
4162: * src/main/compile.y: minor cleanup + beauty
4163:
4164: 2016-05-24 moko
4165:
4166: * tests/: 333.html, results/333.processed: more exceptions testing
4167:
4168: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
4169: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
4170: features #1056, #1026)
4171:
4172: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
4173: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
4174: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
4175: (implements feature #1056)
4176:
4177: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4178: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
4179: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
4180: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
4181: feature #1026)
4182:
4183: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
4184: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
4185: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
4186: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
4187: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
4188: feature #1026)
4189:
4190: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
4191: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
4192: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
4193: SYMBOLS_CACHING define implemented (related to feature #1026)
4194:
4195: * src/main/main.vcproj: + ps_symbols
4196:
4197: * src/: include/Makefile.am, include/pa_string.h,
4198: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
4199: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
4200: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4201: types/pa_vstateless_class.C: initial implementation for symbols
4202: cache (related to feature #1026)
4203:
4204: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
4205:
4206: * src/main/pa_globals.C: minor cleanup
4207:
4208: 2016-05-19 moko
4209:
4210: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
4211: (related to feature #1046)
4212:
4213: * tests/: 331.html, results/331.processed: test for
4214: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
4215: (related to feature #1051)
4216:
4217: * src/main/compile.y:
4218: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
4219: (implements feature #1054)
4220:
4221: 2016-05-18 moko
4222:
4223: * src/types/pa_vtable.C, tests/results/324.processed: no more
4224: "column not found" exception for ^table.no-such-method[] (related
4225: to feature #1046)
4226:
4227: * tests/: 261.html, results/261.processed: test added and updated
4228: after feature #1046 implementation
4229:
4230: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
4231: types/pa_vvoid.h: $string.anything works for whitespace strings,
4232: ^string.contains added for hash compatibility, $string.method no
4233: longer returns stting method (implements feature #1046)
4234:
4235: 2016-05-12 moko
4236:
4237: * src/classes/curl.C: content-type response header no longer
4238: ignored (fixes issue #1045)
4239:
4240: * tests/: 330.html, results/330.processed: test for incomplete
4241: finally execution when break occures added (related to issue
4242: #1077)
4243:
4244: * src/classes/op.C: bugfix: Request::skip reset is called before
4245: executing catch and finally code (fixes issue #1062)
4246:
4247: 2016-05-11 moko
4248:
4249: * tests/: 329.html, results/329.processed: test for invalid
4250: ^break[] behavour added (bug #1077)
4251:
4252: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
4253:
4254: 2016-04-24 moko
4255:
4256: * src/types/pa_vstateless_class.h: warning war
4257:
4258: 2016-04-17 moko
4259:
4260: * tests/: 328.html, results/328.processed: test for
4261: ^break(condition) and ^continue(condition) (related to feature
4262: #1063)
4263:
4264: * src/classes/op.C: ^break(condition) and ^continue(condition)
4265: implemented (feature #1063)
4266:
4267: 2016-04-12 moko
4268:
4269: * tests/results/280.processed: ordered hash now used for class
4270: methods and properties (test results updated for feature #1069)
4271:
4272: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
4273: to xdoc.C as under FreeBSD it was inited after and inheritance
4274: failed (related to issue #1051)
4275:
4276: * tests/: 320.html, results/320.processed: xdoc and xnode methods
4277: are printed to check inheritance (related to feature #1051)
4278:
1.103 moko 4279: 2016-04-09 moko
4280:
4281: * tests/results/320.processed: ordered hash now used for class
4282: methods and properties (test results updated for feature #1069)
4283:
4284: * src/types/pa_vstateless_class.h: ordered hash now used for class
4285: methods and properties (implements feature #1069)
4286:
4287: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
4288: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
4289: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
4290: feature #1051)
4291:
4292: 2016-04-07 moko
4293:
4294: * src/main/execute.C: returned Value in .CLASS case for VJunction
4295: (related to feature #1051)
4296:
4297: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
4298: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
4299: string constants deduplication (related to feature #1051)
4300:
4301: * tests/results/224.processed: test result updated (related to
4302: feature #1051)
4303:
4304: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
4305: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
4306: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
4307: types/pa_vstatus.h: classes hash now contains only
4308: VStateless_class derived objects, .CLASS is also allways
4309: VStateless_class derived object (related to feature #1051).
4310:
4311: 2016-04-06 moko
4312:
4313: * tests/results/323.processed: test result updated after feature
4314: #1051 implementation
4315:
4316: * src/: classes/classes.h, classes/op.C, classes/response.C,
4317: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
4318: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
4319: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
4320: types/pa_vresponse.C, types/pa_vresponse.h,
4321: types/pa_vstateless_class.h: base -> methoded_donor for static
4322: classes, type() moved from VStateless_class to VClass and
4323: Methoded (implements feature #1051)
4324:
4325: 2016-04-04 moko
4326:
4327: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
4328: beauty: put_class added (related to feature #1051)
4329:
4330: 2016-04-01 moko
4331:
4332: * tests/results/: 175.processed, 192.processed, 224.processed,
4333: 229.processed, 244.processed, 246.processed, 316.processed: test
4334: results updated as class.type() removed from error messages, only
4335: type() left (related to feature #1051)
4336:
4337: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
4338: classes/op.C, classes/reflection.C, main/compile.y,
4339: main/compile_tools.h, main/execute.C, main/pa_request.C,
4340: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
4341: types/pa_vmethod_frame.h, types/pa_vobject.h,
4342: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
4343: from VStateless_class, type() is used instead (related to feature
4344: #1051)
4345:
4346: * src/classes/mail.C: old logic restored.
4347:
4348: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4349: classes/classes.h, classes/curl.C, classes/date.C,
4350: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4351: classes/hashfile.C, classes/image.C, classes/inet.C,
4352: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4353: classes/memcached.C, classes/memory.C, classes/reflection.C,
4354: classes/regex.C, classes/response.C, classes/string.C,
4355: classes/table.C, classes/xdoc.C, classes/xnode.C,
4356: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
4357: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
4358: feature #1051)
4359:
4360: 2016-03-30 moko
4361:
4362: * tests/: 327.html, results/224.processed, results/327.processed:
4363: test for TZ specification in ^date::create[], TZ is kept during
4364: ^date::create[$dt] (related to feature #1048)
4365:
4366: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
4367: ^date::create[], TZ is kept during ^date::create[$dt] (implements
4368: feature #1048)
4369:
4370: 2016-03-29 moko
4371:
4372: * tests/: 315.html, results/315.processed: test for timezone format
4373: +HHmm added (related to feature #1065)
4374:
4375: * src/classes/date.C: timezone format +HHmm now supported
4376: (implements feature #1065)
4377:
4378: 2016-03-28 moko
4379:
4380: * tests/: 202.html, results/131.processed, results/202.processed,
4381: results/224.processed, results/256.processed,
4382: results/315.processed: test results updated after %.2d now
4383: default for hours offset in iso-string (was %2d), test for
4384: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
4385: added (related to feature #1065)
4386:
4387: 2016-03-27 moko
4388:
4389: * src/types/pa_vdate.C: '+' sign for zero offset (related to
4390: feature #1065)
4391:
4392: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
4393: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
4394: added (implements feature #1065)
4395:
4396: 2016-03-24 moko
4397:
4398: * tests/: 202.html, results/202.processed: test $date.week added
4399: (related to bug #1067)
4400:
4401: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
4402: date (fix for bug #1067)
4403:
4404: 2016-03-10 moko
4405:
4406: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
4407:
1.102 moko 4408: 2015-12-07 moko
4409:
4410: * tests/: 326.html, results/326.processed: test for .CLASS &
4411: .CLASS_NAME optimization added (related to feature #844)
4412:
4413: 2015-11-17 moko
4414:
4415: * tests/: 323.html, results/323.processed: order added
4416:
4417: * tests/: 325.html, results/325.processed: double range test added
4418: (related to bug #1049)
4419:
4420: 2015-11-16 moko
4421:
4422: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
4423: added to disallow NaN and Infinity (fixes bug #1049)
4424:
4425: 2015-11-11 moko
4426:
4427: * tests/324.html: parser 3.4.3 execution support added (related to
4428: feature #1017)
4429:
4430: * tests/: 324.html, results/324.processed: test for
4431: GET_ELEMENT4CALL feature added (feature #1017)
4432:
1.101 moko 4433: 2015-10-29 moko
4434:
4435: * operators.txt: updated for 3.4.4
4436:
4437: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
4438:
4439: * src/main/pa_exec.C: get_exit_status implemented for Windows
4440: (related to bug #1043)
4441:
4442: 2015-10-28 moko
4443:
4444: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
4445: hangup during ^file::exec (fixes bug #1043)
4446:
1.100 moko 4447: 2015-10-27 moko
4448:
4449: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
4450:
1.99 moko 4451: 2015-10-26 moko
4452:
1.100 moko 4453: * tests/322.html, src/classes/reflection.C: arguments reorder
4454: (related to issue #1041)
4455:
4456: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
4457: Copyright year updated
4458:
1.99 moko 4459: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
4460: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
4461: classes/form.C, classes/hash.C, classes/hashfile.C,
4462: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
4463: classes/mail.C, classes/math.C, classes/memcached.C,
4464: classes/memory.C, classes/op.C, classes/reflection.C,
4465: classes/regex.C, classes/response.C, classes/string.C,
4466: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
4467: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
4468: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4469: include/pa_config_fixed.h, include/pa_config_includes.h,
4470: include/pa_dictionary.h, include/pa_dir.h,
4471: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4472: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4473: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4474: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4475: include/pa_request_charsets.h, include/pa_request_info.h,
4476: include/pa_sapi.h, include/pa_socks.h,
4477: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4478: include/pa_stack.h, include/pa_string.h,
4479: include/pa_stylesheet_connection.h,
4480: include/pa_stylesheet_manager.h, include/pa_table.h,
4481: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
4482: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
4483: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
4484: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
4485: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
4486: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
4487: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
4488: main/compile.y, main/compile_tools.C, main/compile_tools.h,
4489: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
4490: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
4491: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
4492: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
4493: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4494: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4495: main/pa_string.C, main/pa_stylesheet_connection.C,
4496: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
4497: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
4498: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
4499: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
4500: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
4501: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
4502: targets/isapi/parser3isapi.C, types/pa_junction.h,
4503: types/pa_method.h, types/pa_property.h, types/pa_value.C,
4504: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
4505: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
4506: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
4507: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
4508: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4509: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
4510: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
4511: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
4512: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
4513: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
4514: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
4515: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4516: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4517: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4518: types/pa_vresponse.C, types/pa_vresponse.h,
4519: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4520: types/pa_vstateless_object.h, types/pa_vstatus.C,
4521: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4522: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4523: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4524: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4525: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
4526:
4527: * src/targets/cgi/parser3.C: year updated
4528:
4529: * src/classes/reflection.C: VS2003 compatibility fixed (related to
4530: issue #1041)
4531:
4532: * tests/: 323.html, results/323.processed: test for base classes
4533: added
4534:
4535: * tests/: 261.html, results/261.processed: updated after better
4536: error reporting done for $string.key exception
4537:
4538: * src/types/pa_vstring.h: better error report for $string.key
4539: exception
4540:
4541: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
4542: copied as VObject::get_element4call to remove extra virtual call
4543:
4544: * tests/: 322.html, results/322.processed: test for
4545: ^reflection:is[] added (related to feature #1041)
4546:
4547: * src/classes/reflection.C: ^reflection:is empty value is void
4548: (related to feature #1041)
4549:
4550: * src/classes/reflection.C:
4551: ^reflection:is[class_name|code|method;[context;]element_name]
4552: added (implements feature #1041)
4553:
4554: 2015-10-24 moko
4555:
4556: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
4557:
1.98 moko 4558: 2015-10-22 moko
4559:
4560: * tests/: 321.html, results/321.processed: test for
4561: ^reflection:method_info[] file detection added
4562:
4563: * tests/: 320.html, results/320.processed: test for
4564: ^reflection:class_by_name[class_name] added (related to feature
4565: #993)
4566:
4567: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
4568: added (implements feature #993)
4569:
4570: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
4571: (related to feature #1017)
4572:
4573: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
4574: added (related to issue #1039)
4575:
4576: * src/main/pa_request.C: ^throw origin fixed (related to feature
4577: #1039)
4578:
4579: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
4580: for VDate
4581:
4582: * tests/results/182.processed: updated after feature #1038
4583: implemented
4584:
4585: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
4586: compile-time exception origin added (test for feature #1039)
4587:
4588: * src/: include/pa_request.h, main/compile.C, main/compile.y,
4589: main/pa_request.C: exception unification: compile-time exceptions
4590: now have origin, @USE origins also tracked (implements feature
4591: #1039)
4592:
4593: 2015-10-20 moko
4594:
4595: * src/main/pa_request.C: cleanup
4596:
4597: 2015-10-15 moko
4598:
4599: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
4600:
4601: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
4602: types/pa_vtable.C: new feature: no more $table.method and
4603: $hash.method, aliases for _at, _count, _key (related to feature
4604: #1017)
4605:
1.97 moko 4606: 2015-10-14 moko
4607:
1.98 moko 4608: * tests/: 317.html, results/317.processed: test for
4609: ^string.unescape[] added (related to feature #120)
4610:
1.97 moko 4611: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
4612: defined" bug (described in issue #1036)
4613:
4614: * tests/: 247.html, results/247.processed: test for checkBOM added
4615: (test for bug #1037)
4616:
4617: * src/: include/pa_charsets.h, main/pa_charsets.C,
4618: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
4619: it's not enforced, skips BOM signature if it complies charset
4620: (fixes bug #1037)
4621:
4622: 2015-10-13 moko
4623:
4624: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
4625: linking
4626:
4627: * src/classes/inet.C: vs2003 compilation fix
4628:
4629: * src/classes/math.C: warning war
4630:
4631: * src/lib/punycode/pa_punycode.c: warning war
4632:
4633: 2015-10-12 moko
4634:
4635: * src/lib/punycode/pa_punycode.c: warning war
4636:
4637: * parser3.sln: moved parser3 first, to make it default startup
4638: project
4639:
4640: * buildall: parser "mirror" now used for external libs sources
4641: (implements feature #1036)
4642:
4643: * buildall: most external libs are updated to their current
4644: versions (related to feature #1036)
4645:
4646: * src/classes/image.C: more tags added
4647:
4648: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
4649:
4650: 2015-10-11 moko
4651:
4652: * src/classes/curl.C: minor optimization (related to feature #1035)
4653:
4654: 2015-10-09 moko
4655:
4656: * src/classes/curl.C: pa_strdup added for strings from curl
4657: (related to feature #1035)
4658:
4659: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
4660: ULLONG_MAX definition
4661:
4662: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
4663: (implements feature #1035)
4664:
4665: * src/main/pa_charset.C: String::Body(String::C) used
4666:
4667: * src/main/pa_charset.C: exceptions unified
4668:
4669: * src/: include/pa_charset.h, main/pa_charset.C: declarations
4670: unified
4671:
4672: * src/: classes/file.C, classes/image.C, classes/mail.C,
4673: classes/op.C, classes/xdoc.C, classes/xnode.C,
4674: include/pa_string.h, main/pa_request.C, main/pa_string.C,
4675: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
4676: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
4677: String::Body(String::C) constructor added (related to bug #957)
4678:
4679: * src/classes/file.C: minor optimization
4680:
4681: * src/include/pa_hash.h: hash.get(char*) added, to minimize
4682: Cord(char*) autocreation (related to bug #957)
4683:
4684: * src/: classes/string.C, main/untaint.C: minor optimizations
4685:
4686: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
4687: String(char*, Lang, length) removed, String(C(), Lang) used
4688: instead (related to bug #957)
4689:
4690: 2015-10-08 moko
4691:
4692: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
4693: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
4694: main/untaint.C: Now char * is converted to CORD only using
4695: AS_CORD() to check for empty cord bug (fixes bug #957)
4696:
4697: * src/include/pa_hash.h: fixed compilation without
4698: HASH_CODE_CACHING
4699:
4700: * src/classes/string.C:
4701: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
4702: feature #120)
4703:
4704: * src/main/pa_common.C: reduce js flags checks count (related to
4705: feature #120)
4706:
1.96 moko 4707: 2015-10-07 moko
4708:
4709: * tests/: 275.html, results/275.processed: test modified after
4710: unsigned long long int support implemented (feature #1034)
4711:
4712: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
4713: pa_atoul added for unsigned long long int support
4714:
4715: 2015-10-06 moko
4716:
4717: * src/types/pa_vdate.C: INT_MAX used
4718:
4719: 2015-10-03 moko
4720:
4721: * tests/: 302.html, results/302.processed: test for bug #1023
4722: (\u2028, \u2029 escaping) added
4723:
4724: * src/main/untaint.C: \u2028, \u2029 are now escaped in
4725: json:string[] (fixes bug #1023)
4726:
4727: 2015-09-29 moko
4728:
4729: * tests/305.html: try-catch added for OS without ipv6 support
4730:
4731: * src/lib/json/pa_json.C: more unique prefixes for Solaris
4732: compilation
4733:
4734: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
4735: main/execute.C, types/pa_value.h, types/pa_vhash.h,
4736: types/pa_vtable.C, types/pa_vtable.h: get_element4call
4737: implemented to distinguish ^hash.method from $hash.field
4738: (implements feature #1017)
4739:
4740: * src/lib/punycode/pa_punycode.c: warning war
4741:
4742: * src/include/pa_config_includes.h: warning war
4743:
4744: * src/include/pa_config_includes.h: pragma warning actualized a bit
4745:
4746: * src/include/pa_config_includes.h: warning war
4747:
4748: * src/include/pa_hash.h: clang compilation fix
4749:
4750: 2015-09-27 moko
4751:
4752: * src/main/compile.tab.C: Bison 3 is now default
4753:
4754: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
4755:
4756: 2015-09-25 moko
4757:
4758: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
4759: works with undefined HASH_ORDER (related to feature #196)
4760:
4761: 2015-09-24 moko
4762:
4763: * tests/: 027.html, results/027.processed: test modified to test
4764: ^hash.sort (feature #196)
4765:
4766: * src/: classes/hash.C, include/pa_hash.h:
4767: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
4768: added (implements feature #196)
4769:
4770: * tests/: 316.html, results/316.processed: Added test for bug #1025
4771: (exception handling in non-cached ^cache), plus for "it does not
4772: have logical value" and "$exception.handled value must be either
4773: boolean or string 'cache'" exceptions.
4774:
4775: * src/classes/op.C: ^cache: exceptions now handled in non-cached
4776: code (fixes bug #1025)
4777:
1.95 moko 4778: 2015-09-23 moko
4779:
4780: * src/classes/table.C: warning war
4781:
4782: * src/: classes/math.C, types/pa_vcookie.C: warning war
4783:
4784: * src/classes/file.C: warning war
4785:
4786: * src/: include/pa_table.h, main/pa_table.C: warning war
4787:
4788: * src/: main/pa_request.C, classes/date.C: warning war
4789:
4790: * src/: types/pa_vdate.C, classes/op.C: warning war
4791:
4792: * tests/: 122.html, results/122.processed: win sync: to remove
4793: differences with OS that doesn't keep timezone change history
4794:
4795: * src/types/pa_vdate.C: tzset() should be called in Windows after
4796: TZ change (related to feature #36)
4797:
4798: * tests/: 075.html, results/075.processed: win sync: to remove
4799: differences with OS that doesn't keep timezone change history
4800:
4801: * tests/: 315.html, results/315.processed: win sync: to remove
4802: differences with OS that doesn't keep timezone change history
4803:
4804: * tests/: 256.html, results/256.processed: win sync: to remove
4805: differences with OS that doesn't keep timezone change history
4806:
4807: * tests/: 124.html, results/124.processed: win results sync: to
4808: avoid hitting time change hole.
4809:
4810: * src/types/pa_vdate.C: static returned. :)
4811:
4812: 2015-09-22 moko
4813:
4814: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
4815:
4816: * tests/results/131.processed: more tests for feature #1032
4817:
4818: * src/classes/date.C: minor fix related to feature #1032
4819:
4820: * operators.txt: ISO date creation documented (related to feature
4821: #1032)
4822:
4823: * operators.txt: iso-string documented (related to feature #1032)
4824:
4825: * tests/: 315.html, results/315.processed: more tests added
4826: (related to feature #1032)
4827:
4828: * tests/: 131.html, results/131.processed: date range checks
4829: updated (related to feature #36)
4830:
4831: * tests/: 315.html, results/057.processed, results/315.processed:
4832: test added for ISO date support (related to issue #315)
4833:
4834: * src/classes/date.C: more readable exceptions in date creation
4835: (related to ticket #1032)
4836:
4837: 2015-09-18 moko
4838:
4839: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
4840: added (related to issue #1032)
4841:
4842: * tests/results/256.processed, src/classes/json.C: iso-string
4843: documented (related to issue #1032)
4844:
4845: * tests/: 256.html, results/256.processed: ISO date check added
4846: (related to issue #1032)
4847:
4848: * tests/: 057.html, results/057.processed, results/224.processed:
4849: tests results updated after ISO date support implemented (related
4850: to feature #1032)
4851:
4852: * src/: classes/date.C, classes/image.C, types/pa_value.h,
4853: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
4854: ^date::create[string] constructor formalized, ^date.iso-string[]
4855: added (implements feature #1032)
4856:
4857: 2015-09-05 moko
4858:
4859: * operators.txt: actualized
4860:
4861: * operators.txt: date changes documented (related to ticket #36)
4862:
4863: 2015-09-04 moko
4864:
4865: * src/types/pa_vdate.C: warning war
4866:
4867: * src/: classes/op.C, types/pa_vhashfile.C: warning war
4868:
4869: 2015-09-03 moko
4870:
4871: * tests/results/096.processed: test result updated for 0..9999 year
4872: date range support (related to feature #36)
4873:
4874: * tests/: 314.html, results/314.processed: test for
4875: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
4876: bug #1031)
4877:
4878: * src/classes/string.C: Static calls fixed for ^string:base64[],
4879: ^string:idna[], ^string:js-escape[] (closes bug #1031)
4880:
1.116 moko 4881: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
4882: configure.in -> configure.ac
1.95 moko 4883:
1.116 moko 4884: * configure, configure.in, src/include/pa_config_auto.h.in: more
4885: correct timezone check for FreeBSD Warning war: configure.in ->
4886: configure.ac
1.95 moko 4887:
4888: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 4889: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
4890: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
4891: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
4892: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
4893: src/main/Makefile.am, src/targets/apache/Makefile.am,
4894: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 4895: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
4896: check added
4897:
4898: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
4899:
4900: * tests/results/: 124.processed, 224.processed: test resuls updated
4901: for new date implementation (related to feature #36)
4902:
4903: * src/: classes/date.C, classes/image.C, include/pa_common.h,
4904: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
4905: types/pa_vdate.h: new double date implementation with internal
4906: support for extended 0..9999 year range, default timezone support
4907: (related to feature #36)
4908:
4909: 2015-08-28 moko
4910:
4911: * src/types/pa_vmail.C: fixed $mail:received.date calculations
4912: (fixes bug #1030)
4913:
4914: 2015-08-21 moko
4915:
4916: * src/classes/inet.C: snprintf size "bug" commented
4917:
4918: * src/main/pa_common.C: snprintf comments updated
4919:
4920: 2015-08-16 moko
4921:
4922: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
4923:
4924: 2015-08-11 moko
4925:
4926: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
4927: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
4928: can be null (fixes bug #1029)
4929:
4930: 2015-08-06 moko
4931:
1.116 moko 4932: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
4933: pa_vdate.C added
1.95 moko 4934:
4935: 2015-08-05 moko
4936:
4937: * tests/: 313.html, results/313.processed: test for
4938: ^table.count[columns] and ^table.flip[] with nameless tables
4939: (feature #1003)
4940:
4941: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4942: max_cell added, now ^table.count[columns] and ^table.flip[] works
4943: correctly for nameless tables (implements feature #1003)
4944:
4945: 2015-08-03 moko
4946:
4947: * tests/312.html: test for ^table.append[$hash] and
4948: ^table.insert[$hash] added (related to feature #1028)
4949:
4950: * src/classes/table.C: ^table.append[$hash] and
4951: ^table.insert[$hash] now supported (implements feature #1028)
4952:
4953: * tests/: 312.html, results/312.processed: test row copy in
4954: ^table.hash[; $.type[table] ] added (related to feature #1016)
4955:
4956: * src/classes/table.C: row copy now created in ^table.hash[;
4957: $.type[table] ] (related to feature #1016)
4958:
4959: 2015-07-29 moko
4960:
4961: * tests/: 312.html, results/312.processed: test for ^table.delete[]
4962: added (related to feature #1016)
4963:
4964: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
4965: ^table.delete[] added to delete current row (related to feature
4966: 1016)
4967:
4968: 2015-07-28 moko
4969:
4970: * tests/: 312.html, results/312.processed: test for
4971: $table.column[value] and ^table.insert{row} (related to feature
4972: #1016)
4973:
4974: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
4975: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
4976: ^table.insert{row} are now implemented (feature #1016)
4977:
4978: * src/include/pa_array.h: Optimization: bool reverse removed from
4979: append(), insert() added, memmove arguments order in remove()
4980: fixed (related to feature #1016)
4981:
4982: 2015-07-23 moko
4983:
4984: * src/classes/json.C: tainted json and empty json exception added
4985: (implements feature #1015)
4986:
4987: * tests/: 311.html, results/311.processed: empty json and tainted
4988: json exception test added (related to issue #1015)
4989:
4990: 2015-07-22 moko
4991:
4992: * tests/: 311.html, results/311.processed: test for UTF-8
4993: processing added
4994:
4995: * tests/: 311.html, results/311.processed: test for
4996: json_exception_with_source added (related to issue #394)
4997:
4998: * src/classes/json.C: json_exception_with_source added (implements
4999: feature #394)
5000:
5001: 2015-06-29 moko
5002:
5003: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
5004: directories are now correctly determined if _d_type == DT_UNKNOWN
5005: (closes bug #1027)
5006:
5007: 2015-06-10 moko
5008:
5009: * src/types/pa_vxnode.h: extern "C" not requred and causes build
5010: error if libxml has LIBXML_ICU_ENABLED.
5011:
5012: 2015-06-04 moko
5013:
5014: * tests/099.html: ups, reverting
5015:
5016: * tests/: 099.html, 309.html, 310.html, results/309.processed,
5017: results/310.processed: tests for $response:body[ $.file[] ] and
5018: $response:last-modified added
5019:
5020: * src/main/pa_request.C: last-modified check fixed
5021:
5022: 2015-06-03 moko
5023:
5024: * tests/: 204.html, 205.html, 293.html, results/204.processed,
5025: results/205.processed, results/293.processed: $response:headers
5026: logging added (tests for feature #1007)
5027:
5028: * src/: include/pa_common.h, include/pa_request.h,
5029: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
5030: $response:headers are now in uppercase (closes feature #1007)
5031:
5032: 2015-06-02 moko
5033:
5034: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
5035: build errors reverted for clang compatibility
5036:
5037: 2015-06-01 moko
5038:
5039: * src/include/pa_memory.h: -pedantic build errors fixed
5040:
5041: * src/classes/math.C: -pedantic build error fixed
5042:
5043: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
5044:
5045: 2015-05-31 moko
5046:
5047: * src/classes/table.C: USE_STRINGSTREAM optimized
5048:
5049: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
5050: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
5051: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
5052: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
5053: types/pa_vxnode.h: warning war (-pedantic flag)
5054:
5055: 2015-05-28 moko
5056:
5057: * tests/: 308.html, results/308.processed: test for
5058: ^table::create[$t;], etc work added (related to bug #975)
5059:
5060: * src/classes/table.C: check_option_param removed,
5061: ^table::create[$t;], etc now works (fixes bug #975)
5062:
5063: 2015-05-27 moko
5064:
5065: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
5066: (Debian jessie) fixed (closes issue #1024)
5067:
5068: * tests/Makefile: sort added as in Debian jessie list become
5069: unsorted
5070:
5071: 2015-05-18 moko
5072:
5073: * tests/: 201.html, results/201.processed: test for
5074: ^string.trim[what] feature #1022
5075:
5076: * src/classes/string.C: ^string.trim[what] now supported,
5077: implements feature #1022
5078:
5079: 2015-05-17 moko
5080:
5081: * tests/results/185.processed: test result updated as feature #1021
5082: implemented (left/right accept negative parameter)
5083:
5084: * src/classes/string.C: left/right now accept negative parameter
5085: (implements feature #1021)
5086:
5087: 2015-05-08 moko
5088:
5089: * src/classes/math.C: isalnum -> pa_isalnum
5090:
5091: * src/main/execute.C: optimization in getter-junction processing
5092: (related to issue #997)
5093:
5094: 2015-05-07 moko
5095:
5096: * tests/: 307.html, results/307.processed: test for issue #997
5097: added
5098:
5099: * src/main/execute.C: process_getter result now checked if junction
5100: returned (closes issue #997)
5101:
5102: * tests/: 305.html, results/305.processed: sort added to ignore
5103: different order
5104:
5105: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
5106: assignment (closes issue #994)
5107:
5108: * tests/: 306.html, results/306.processed: test for issue #994
5109: added
5110:
5111: * tests/: 303.html, results/303.processed: two more errors tested
5112:
5113: 2015-05-06 moko
5114:
5115: * tests/: 305.html, results/305.processed: test for name2ip &
5116: ip2name added (related to feature #992)
5117:
5118: * tests/: 303.html, 304.html, results/303.processed,
5119: results/304.processed: tests for idna conversion added (related
5120: to issue #849)
5121:
5122: 2015-05-02 moko
5123:
5124: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
5125: implemented
5126:
5127: 2015-04-30 moko
5128:
5129: * src/main/pa_http.C: idna_host added, related to issue #849
5130:
5131: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
5132: (related to issue #849)
5133:
5134: 2015-04-24 moko
5135:
5136: * src/types/pa_vjunction.C: warning war
5137:
5138: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
5139: unification
5140:
5141: * src/lib/punycode/pa_idna.c: warning war
5142:
5143: 2015-04-22 moko
5144:
5145: * src/main/main.vcproj: punycode include path added
5146:
5147: * src/lib/punycode/pa_idna.c: windows compile error fixed
5148:
5149: * src/lib/punycode/pa_idna.c: warning war
5150:
5151: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
5152: project file added
5153:
5154: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
5155:
5156: * src/include/pa_memory.h: warning war
5157:
5158: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
5159: ^string:idna[xn--...], ^string.idna[] - idna conversion support
5160: implemented (related to feature #849)
5161:
5162: * configure.in, src/main/Makefile.am,
5163: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
5164: libpunycode added in Unix
5165:
5166: 2015-04-21 moko
5167:
5168: * configure.in: large files support
5169:
5170: 2015-04-15 moko
5171:
5172: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
5173: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
5174: pa_punycode.h: initial version for punycode/idna support library
5175: (ticket #849)
5176:
5177: 2015-04-08 moko
5178:
5179: * src/: classes/curl.C, classes/date.C, classes/file.C,
5180: classes/image.C, classes/mail.C, classes/reflection.C,
5181: classes/string.C, classes/xnode.C, include/pa_request.h,
5182: include/pa_string.h, include/pa_stylesheet_connection.h,
5183: main/compile.y, main/compile_tools.h, main/execute.C,
5184: main/pa_common.C, main/pa_request.C, main/pa_string.C,
5185: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
5186: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
5187: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
5188: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
5189: clang compiler warnings (closes issue #1018)
5190:
5191: * src/include/pa_string.h: String::Body comparation operators with
5192: char * added (related to issue #958)
5193:
5194: 2015-04-07 moko
5195:
5196: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
5197: pa_malloc/pa_free to remove system malloc/free usage (related to
5198: issue #1018)
5199:
5200: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
5201: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
5202: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
5203: main/pa_http.C, main/pa_request.C, main/pa_string.C,
5204: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
5205: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
5206: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
5207: malloc/strdup/free replaced with pa_ version and checks for
5208: accidental use of non-pa_ version added (related to issue #1018)
5209:
5210: 2015-04-03 moko
5211:
5212: * buildall: pcre-8.33 -> pcre-8.36
5213:
5214: * src/: main/compile.y, classes/form.C, classes/mail.C,
5215: classes/op.C, classes/string.C, main/compile.tab.C,
5216: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
5217: main/pa_sql_driver_manager.C, types/pa_vfile.C,
5218: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
5219: ticket #958)
5220:
5221: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
5222: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5223: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
5224: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
5225: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
5226: $request:headers, $request:method added (implements feature
5227: #1007)
5228:
5229: 2015-03-17 misha
5230:
5231: * tests/302.html: - test for
5232: ^json:string[...;$._default[method-name]]
5233:
5234: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
5235: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
5236: option $._default[method-name] is specified in ^json:string[], a
5237: method with specified name will be called for classes/objects
5238: serialization ( new feature: #982 )
5239:
5240: 2015-03-16 misha
5241:
5242: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
5243: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
5244: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
5245: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
5246: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
5247: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
5248: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5249: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
5250: types/pa_vrequest.h, types/pa_vstateless_class.C,
5251: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5252: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
5253: $var.CLASS_NAME now have special opcodes. This can be switched
5254: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
5255: on pa_opcode.h ( new feature: #844 )
5256:
5257: 2015-03-15 misha
5258:
5259: * tests/075.html: - test for $response:header[]
5260:
5261: * src/types/pa_vresponse.C: - $response:header[] deletes header
5262: that was set earlie ( new feature: #1001 )
5263:
5264: 2015-03-12 misha
5265:
5266: * tests/246.html: - more tests for ^hash._at[]
5267:
5268: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
5269: accepts second param [key|value|hash] ( new feature: #1012 )
5270:
5271: 2015-03-09 moko
5272:
5273: * src/types/pa_vmail.C: exception for everything but
5274: $mail:received, closes issue #1011
5275:
5276: 2015-02-20 moko
5277:
5278: * tests/: 275.html, results/275.processed: hex detection in
5279: pa_atoui fix test (closes issue #1010)
5280:
5281: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
5282: issue #1010)
5283:
5284: 2015-02-17 moko
5285:
5286: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
5287: tainted.
5288:
5289: 2015-02-03 misha
5290:
5291: * tests/301.html: - test for ^json:string($double) causes
5292: exception. bugfix: #1008
5293:
5294: * src/classes/json.C: - ^json:string($double) causes exception.
5295: bugfix: #1008
5296:
5297: * tests/014.html: - updated for work with ^hash.delete[]
5298:
5299: 2015-01-12 misha
5300:
5301: * src/: classes/form.C, include/pa_common.h,
5302: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
5303: types/pa_vform.h: - supports body with PUT method as well ( new
5304: feature: #1006 )
5305:
5306: * src/classes/file.C: - warnings war
5307:
5308: 2015-01-11 misha
5309:
5310: * tests/300.html: - test for ^hash.delete[] is added
5311:
5312: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
5313: feature: #989 ) - tiny optimization in intersects
5314:
5315: 2015-01-06 moko
5316:
5317: * src/types/pa_vmail.C: file names transcode added, to and cc added
5318: with transcode, attachments detection fixed
5319:
5320: * src/main/pa_request.C: filling mail received after cgi/auto.p
5321: load to allow charset switch (related to issue #996)
5322:
5323: 2014-12-31 moko
5324:
5325: * src/types/pa_vmail.C: from and subject now transcoded if not
5326: UTF-8 source charset (fixes issue 996)
5327:
5328: * src/main/pa_exception.C: fixed string from stack bug (closes
5329: issue #1000)
5330:
5331: 2014-12-11 misha
5332:
5333: * src/types/pa_vhashfile.C: - check if key is not empty before
5334: access ( bug fix: #1005 )
5335:
5336: 2014-11-13 misha
5337:
5338: * src/main/compile.y: - PC.append does not reset to false while
5339: creating a new class. bugfix: #990
5340:
5341: * tests/299.html: - test for creation class after working with
5342: partial class (create+append)
5343:
5344: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
5345: #995
5346:
5347: * tests/232.html: - test for @get[def] added
5348:
5349: 2014-10-12 moko
5350:
5351: * src/lib/pcre/pcre_internal.vcproj: correct path
5352:
5353: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
5354: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
5355: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
5356: targets/apache/ApacheModuleParser3.vcproj,
5357: targets/apache/ApacheModuleParser3Core.vcproj,
5358: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5359: types/types.vcproj: project GUID inserted in *.vcproj for correct
5360: conversion in newer VS versions
5361:
5362: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
5363: pcre_internal.vcproj added
5364:
5365: 2014-08-28 moko
5366:
5367: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
5368: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
5369: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
5370:
5371: 2014-06-30 misha
5372:
5373: * tests/298.html: - tests for ^reflection:def[class;className]
5374: added
5375:
5376: * src/classes/reflection.C: - ^reflection:def[class;className]
5377: added ( new feature: #918 )
5378:
5379: 2014-06-29 misha
5380:
5381: * src/classes/table.C: - ^table::create[unsupported data] -
5382: exception comment changed to "body must be table or code" ( bug
5383: fix: #951 )
5384:
5385: * tests/: 261.html, results/261.processed: - tests for
5386: ^json:string[...;$.void[null|string]] added
5387:
5388: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
5389: option $.void[string|null] added to ^json:string[...] ( new
5390: feature: #952 )
5391:
5392: 2014-06-28 moko
5393:
5394: * src/classes/curl.C: $.charset now processed before other curl
5395: options (closes issue #980)
5396:
5397: 2014-05-23 misha
5398:
5399: * src/classes/json.C: - bug fix: #987
5400:
5401: 2014-05-04 misha
5402:
5403: * tests/: 253.html, 253_json.txt: - test for
5404: ^json:parse[$.int(false)] is added
5405:
5406: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
5407: default true). The option is similar to $.double(bool) but for
5408: integers.
5409:
5410: 2014-05-01 moko
5411:
5412: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
5413: #12 )
5414:
5415: 2014-04-16 moko
5416:
5417: * src/main/pa_http.C: response-charset option should finally work
5418: now (fix for issue #867)
5419:
5420: * src/main/pa_http.C: response-charset option should work now (fix
5421: for issue #867)
5422:
5423: 2014-03-07 moko
5424:
5425: * buildall: libgc moved
5426:
5427: * buildall: libgc moved
5428:
5429: 2013-12-29 moko
5430:
5431: * src/classes/string.C: ^string:js-unescape result now tainted,
5432: closes issue #966
5433:
5434: * tests/: 186.html, results/186.processed: ^string:js-unescape
5435: result now tainted, issue #966
5436:
5437: 2013-12-03 moko
5438:
5439: * src/: classes/memcached.C, types/pa_vmemcached.C,
5440: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
5441: option was added for http://www.parser.ru/forum/?id=79343
5442:
5443: * src/classes/file.C: bugfix for
5444: http://www.parser.ru/forum/?id=79337
5445:
5446: 2013-11-05 moko
5447:
5448: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
5449:
5450: * src/main/pa_globals.C: spelling fixed
5451:
5452: 2013-10-29 moko
5453:
5454: * src/lib/json/json.vcproj: json.c -> pa_json.C
5455:
5456: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
5457: #892
5458:
5459: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
5460: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
5461: exceptions to be thrown thougth json library), related to issue
5462: #892
5463:
5464: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
5465: related to issue #896
5466:
5467: 2013-10-24 moko
5468:
5469: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
5470:
5471: 2013-10-23 moko
5472:
5473: * README: actualization
5474:
5475: 2013-10-22 moko
5476:
5477: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
5478: compatibility patch from Sergey Kirpichev
5479:
5480: * tests/: 297.html, results/297.processed: non-working getter fix
5481: test for issue #948
5482:
5483: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
5484: called when saving value of $match variable in ^string.match[] to
5485: increase compatibility (related to issue #948).
5486:
5487: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
5488: usage optimization
5489:
5490: 2013-10-21 moko
5491:
5492: * tests/: 182.html, results/182.processed: local path removed for
5493: compatibility
5494:
5495: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
5496: results/244.processed, results/253.processed,
5497: results/254.processed, results/275.processed,
5498: results/281.processed: try_catch -> try-catch
5499:
5500: * tests/: 288.html, 294.html, 296.html, results/288.processed,
5501: results/294.processed, results/296.processed: try_catch ->
5502: try-catch
5503:
5504: 2013-10-20 moko
5505:
5506: * tests/: 296.html, results/296.processed: test for xsl exception
5507: for issue #938 added.
5508:
5509: * src/: include/pa_xml_exception.h,
5510: main/pa_stylesheet_connection.C: forgotten to be replaced
5511: XmlException is now replaced (once again closes issue #938)
5512:
5513: 2013-10-18 moko
5514:
5515: * buildall: disable clock_gettime detection to avoid librt linking
5516: (which in turn depends on libpthread), related to issue #943
5517:
5518: 2013-10-18 misha
5519:
5520: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
5521: lib/smtp/smtp.vcproj, main/main.vcproj,
5522: targets/apache/ApacheModuleParser3Core.vcproj,
5523: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
5524: types/types.vcproj: - new locations for libxml2 includes where
5525: added to vcproj files
5526:
5527: 2013-10-18 moko
5528:
5529: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
5530: fix
5531:
5532: * tests/: 295.html, results/295.processed: test for issue #948
5533: updated
5534:
5535: * src/classes/table.C: hopefully last lost part for issue #948 fix.
5536: :)
5537:
5538: * tests/: 295.html, results/295.processed: test for issue #948
5539: added
5540:
5541: * src/: classes/hash.C, classes/string.C, classes/table.C,
5542: include/pa_request.h, types/pa_method.h: for getters and setters
5543: to be executed request.put_element should be called, not
5544: context.put_element (fixes issue #948)
5545:
5546: 2013-10-17 moko
5547:
5548: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
5549: LIBXML2_NEW_BUFFER check (closes issue #943)
5550:
5551: * buildall: libxml 2.9.1 build is broken --without-reader.
5552:
5553: 2013-10-16 moko
5554:
5555: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
5556:
5557: * tests/: 294.html, results/294.processed: test for issue #938
5558:
5559: * src/: classes/xdoc.C, classes/xnode.C,
5560: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
5561: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
5562:
5563: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
5564: libxslt-1.1.26 -> libxslt-1.1.28
5565:
5566: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
5567: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
5568: to '?', related to issue #938
5569:
5570: 2013-10-15 moko
5571:
5572: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
5573: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
5574: minor optimizations (closes issue #896)
5575:
5576: * tests/results/: 292.processed, 293.processed: results updated to
5577: comply with issue #896
5578:
5579: * tests/: 292.html, 293.html, results/292.processed,
5580: results/293.processed: tests for json escaping
5581:
5582: 2013-10-14 moko
5583:
5584: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
5585: and cleanup, code moved from .h to .C, no changes in code
5586:
5587: 2013-10-12 moko
5588:
5589: * tests/results/119.processed: updated test result commited
5590:
5591: * tests/: 291.html, results/291.processed: test for issue #894
5592: added
5593:
5594: * src/types/pa_wcontext.h: base methods call support function
5595: get_somebody_entered_some_class should not be true forever, as
5596: wcontext can have many get_elements calls (fixes issue #894)
5597:
5598: 2013-10-11 moko
5599:
5600: * tests/: 290.html, results/290.processed: test for junction GPF
5601: issue #942 added
5602:
5603: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
5604: to native method fixed (closes issue #942)
5605:
5606: * tests/: 158.html, results/158.processed: test for csv-string[]
5607: added
5608:
5609: * src/classes/table.C: minor fixes for table.csv-string[] (closes
5610: feature #907)
5611:
5612: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
5613: feature #907)
5614:
5615: 2013-10-09 moko
5616:
5617: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
5618: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
5619: types/pa_vstateless_class.C: GET_default, SET_default now works
5620: properly not only in objects, but in classes as well (closes
5621: issue #903)
5622:
5623: * tests/: 289.html, results/289.processed: GET/SET_default now
5624: works in classes, not only objects, test case added, related to
5625: issue #903
5626:
5627: * tests/: 288.html, results/288.processed: test for endless
5628: recursion bug added (related to issue #903)
5629:
5630: 2013-10-05 moko
5631:
5632: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
5633: classes/table.C, main/execute.C, types/pa_method.h,
5634: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
5635: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
5636: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
5637: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
5638: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
5639: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
5640: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
5641: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5642: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
5643: optimization: put_element no longer has "bool areplace" argument,
5644: related to issue #903
5645:
5646: 2013-10-03 moko
5647:
5648: * tests/results/182.processed: result for $.replace(false) test
5649: commited
5650:
5651: * src/classes/date.C: ^date::create(number) processed correctly
5652: (fixes issue #901)
5653:
5654: * src/classes/image.C: as_no_junction removed, as param can be
5655: expression (closes issue #931)
5656:
5657: * tests/233.html: test for issue #931 added
5658:
5659: 2013-10-02 moko
5660:
5661: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
5662: modified, test for $.replace(false) added
5663:
5664: * src/main/compile_tools.h: forgotten class replace returned. :)
5665:
5666: 2013-09-30 moko
5667:
5668: * tests/: 141.html, results/141.processed: md5 tainting test added
5669:
5670: * src/: classes/op.C, include/pa_request.h, main/compile.y,
5671: main/compile_tools.h, main/pa_request.C: allow_class_replace
5672: implemented; $.replace option added to ^process and ^use
5673:
5674: 2013-08-27 moko
5675:
5676: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
5677: cstr_to_string_body_untaint should be called with charsets for
5678: possible uri language and connection for possible sql language.
5679: related to issue #857
5680:
5681: * buildall: and -> or fixed
5682:
5683: 2013-08-26 moko
5684:
5685: * buildall: prepare_ functions logic changed to support
5686: gc-7.2d.tar.gz extracting to gc-7.2 directory
5687:
5688: 2013-08-23 moko
5689:
5690: * src/include/pa_config_fixed.h: gc and xml libs are now linked
5691: statically
5692:
5693: 2013-08-22 moko
5694:
5695: * src/classes/string.C: String::Empty used (related to issue #912)
5696: append_know_length removed (related to old GPF bug)
5697:
5698: 2013-08-21 moko
5699:
5700: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
5701:
5702: * src/classes/math.C: ^math:digest[...;$file] support added
5703: (related to ticket #857
5704:
5705: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
5706: implemented
5707:
5708: * src/types/pa_vhashfile.h: warning war
5709:
5710: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
5711: include/pa_request.h, main/pa_request.C, types/pa_value.h:
5712: anti_endless_json_string_recoursion removed from request;
5713: json_string_recoursion added to json_options; $.indent[indent
5714: value] now supported and passed within recoursion closes feature
5715: #937
5716:
5717: * tests/: 287.html, results/287.processed: test for feature #937
5718:
5719: 2013-07-31 moko
5720:
5721: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
5722: compilation having #define _S
5723:
5724: * src/main/pa_globals.C: cleanup
5725:
5726: 2013-07-30 moko
5727:
5728: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
5729: main/pa_common.C: vs2003 warning war
5730:
5731: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
5732:
5733: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
5734:
5735: * src/lib/md5/pa_sha2.c: warning war
5736:
5737: 2013-07-29 moko
5738:
5739: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
5740: patches from github
5741:
5742: * src/: classes/bool.C, classes/double.C, classes/int.C,
5743: classes/memcached.C, include/pa_config_includes.h,
5744: types/pa_vfile.C, types/pa_vfile.h: warning war
5745:
5746: * src/lib/json/json.vcproj: C++ -> C
5747:
5748: * src/lib/json/: json.c, pa_json.C: C++ warning revert
5749:
5750: * src/lib/json/: json.c, pa_json.C: windows compatibility
5751:
5752: * src/lib/json/: json.c, pa_json.C: windows compatibility
5753:
5754: * src/lib/json/: json.c, pa_json.C: warning war
5755:
5756: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
5757:
5758: * src/include/pa_config_fixed.h: uint16_t added
5759:
5760: * configure.in: uint16_t check added
5761:
5762: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 5763: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
5764: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
5765: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
5766: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 5767:
5768: 2013-07-25 moko
5769:
5770: * parser3.sln: dependencies added
5771:
5772: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
5773: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
5774: module support
5775:
5776: * src/targets/apache/mod_parser3_core.C: win32 cleanup
5777:
5778: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
5779:
5780: 2013-07-23 moko
5781:
5782: * src/: include/pa_memory.h, main/pa_memory.C: non-working
5783: PA_DEBUG_GC_MEMORY removed
5784:
5785: * src/: main/pa_globals.C, targets/cgi/parser3.C:
5786: PA_DEBUG_DISABLE_GC compilation fix
5787:
5788: * src/: classes/op.C, classes/table.C, include/pa_request.h,
5789: main/pa_request.C: outdated RESOURCES_DEBUG removed
5790:
5791: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
5792: garbage cleanup
5793:
5794: * src/main/pa_common.C: warning war
5795:
5796: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
5797:
5798: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
5799: minor cleanup
5800:
5801: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
5802: uses cygwin, not WIN32 implementation
5803:
5804: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
5805: able to exec shell scripts
5806:
5807: * src/classes/math.C: ifdef WIN32 cleanup
5808:
5809: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
5810:
5811: * src/classes/curl.C: LT_MODULE_EXT used
5812:
5813: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
5814:
5815: 2013-07-22 moko
5816:
5817: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
5818: includes fix
5819:
5820: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
5821:
5822: * configure.in, src/include/pa_config_includes.h,
5823: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
5824: src/main/pa_exec.C: includes cleanup
5825:
5826: * src/targets/cgi/parser3.C: 2012->2013
5827:
5828: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
5829:
5830: * configure.in, src/include/pa_config_includes.h,
5831: src/include/pa_http.h, src/lib/json/JSON_parser.h,
5832: src/main/pa_random.C, src/main/pa_socks.C,
5833: src/types/pa_vstatus.C: cygwin support cleanup
5834:
5835: * configure.in: dirent.h check added
5836:
5837: * src/: include/pa_config_includes.h, include/pa_dir.h,
5838: main/pa_dir.C: includes cleanup, dirent.h check added filePath
5839: not copied
5840:
5841: 2013-07-21 moko
5842:
5843: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
5844:
5845: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
5846: parser3.vcproj: unused getopt.h / getopt.c removed
5847:
5848: * operators.txt, src/classes/file.C, tests/022.html,
5849: tests/results/022.processed: ^file:list[path][$.filter[regexp]
5850: $.stat(true)] usage commented
5851:
5852: * configure.in, src/classes/file.C, src/include/pa_dir.h,
5853: src/main/pa_dir.C: ^file:list[] now has dir column and when
5854: $.stat(true) it has size/*date columns modified patch from misha@
5855: that closes issue #914.
5856:
5857: * src/: include/pa_config_includes.h, main/pa_globals.C:
5858: PA_RELEASE_ASSERTS removed
5859:
5860: * src/lib/md5/pa_md5c.c: minor cleanup
5861:
5862: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
5863: localeconv()->decimal_point usage remoed (related to issue #934)
5864:
5865: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
5866: cordprnt.c removed
5867:
5868: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
5869: pa-include/pa_errno.h, pa-include/pa_file_io.h,
5870: pa-include/pa_strings.h: includes cleanup
5871:
5872: * src/lib/md5/pa_md5c.c: headers cleanup
5873:
5874: 2013-07-20 moko
5875:
5876: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
5877: cleanup
5878:
5879: 2013-07-19 moko
5880:
5881: * src/classes/math.C: extern "C" added for crypt
5882:
5883: 2013-07-18 moko
5884:
5885: * src/classes/math.C: fix redhat7.2 build
5886:
5887: 2013-07-17 moko
5888:
5889: * configure.in, src/include/pa_config_includes.h,
5890: src/include/pa_config_fixed.h: headers actualized (inttypes.h
5891: added for uint8/32/64_t)
5892:
5893: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
5894: pa_config_includes.h used for uint32/64_t
5895:
5896: 2013-07-16 moko
5897:
5898: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
5899: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
5900: war
5901:
5902: * src/main/compile.tab.C: compile.y was updated
5903:
5904: * src/main/compile.y: warning war
5905:
5906: * src/: include/pa_exception.h, main/pa_exception.C,
5907: main/pa_xml_exception.C: warning war
5908:
5909: * src/: include/pa_common.h, main/pa_common.C: warning war
5910:
5911: * configure.in: beauty :)
5912:
5913: * tests/: 141.html, results/141.processed: sha256/512 added
5914:
5915: 2013-07-13 moko
5916:
5917: * src/lib/md5/md5.vcproj: sha2 added
5918:
5919: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
5920: classes/math.C: sha2 support (sha256/sha512 digest)
5921:
5922: 2013-07-08 moko
5923:
5924: * src/classes/image.C: directory read or other read problem message
5925: fixed (related to issue #933)
5926:
5927: 2013-07-07 moko
5928:
5929: * AUTHORS: + misha + moko. :)
5930:
5931: 2013-07-06 moko
5932:
5933: * src/: classes/curl.C, include/pa_globals.h,
5934: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
5935: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
5936: for lt_dlinit to be called once and lt_dlexit called at right
5937: place (related to issue #925)
5938:
5939: 2013-07-04 moko
5940:
5941: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
5942: VString::as_vfile now uses vfile.set_binary_string to avoid
5943: content-type to be set, as it brokes badly designed logic in
5944: response output. This hopefully finishes issue #928.
5945:
5946: * tests/results/: 256.processed, 286.processed: file now displayed
5947: as name, size, mode, content-type
5948:
5949: * src/main/pa_common.C: read error now reported cottectly (fixes
5950: issue #933
5951:
5952: 2013-06-28 moko
5953:
5954: * tests/: 286.html, results/286.processed: test extended
5955:
5956: * tests/: 286.html, results/286.processed: Test for issue #928
5957: added. it tests default content-type change.
5958:
5959: * src/types/pa_vfile.C: closes issue #928 - default content-type
5960: now updated
5961:
5962: 2013-06-25 moko
5963:
5964: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
5965: content-type for text/binary files without name added;
5966: ^file::create[$f;...] options now works properly and $f
5967: properties are default (fixes issue #928)
5968:
5969: 2013-05-16 misha
5970:
5971: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
5972: added
5973:
5974: * src/main/pa_table.C: - a tiny memory optimisation while creating
5975: table if specified limit is bigger than source rows count
5976:
5977: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
5978: added ( new feature: #858 )
5979:
5980: 2013-04-29 moko
5981:
5982: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
5983: $.ipresolve(0|1|2) added (closes issue #891)
5984:
5985: * src/lib/curl/curl.h: CURL_IPRESOLVE added
5986:
5987: 2013-04-24 moko
5988:
5989: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5990: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5991: types/pa_vmemcached.h: ^memcache.release[] added, calls
5992: memcached_quit (refs #893)
5993:
5994: 2013-04-22 moko
5995:
5996: * src/: include/pa_string.h, main/pa_common.C: no more double
5997: slashes in file path (fixes bug #872)
5998:
5999: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
6000: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
6001: #739)
6002:
6003: * tests/results/266.processed: $.max_params added (feature #915)
6004:
6005: * src/: include/pa_common.h, main/pa_http.C: response-charset
6006: option added to file::load (closes issue #867)
6007:
6008: 2013-04-20 misha
6009:
6010: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
6011: commited
6012:
6013: 2013-03-15 misha
6014:
6015: * src/classes/: hash.C, table.C: - Optimisation: do not create
6016: multiple empty strings while ::sql. uae String::Empty instead
6017:
6018: 2013-03-14 misha
6019:
6020: * src/classes/reflection.C: - for user classes
6021: ^reflection:method_info[] returns $.max_params and $.extra_param
6022: with $.call_type if they available ( new feature: #915 )
6023:
6024: * src/classes/file.C: - ^file:delete[] now supports an option
6025: $.exception(false) that suppress any exception while deleting
6026: file ( new feature: #916 )
6027:
6028: * src/classes/curl.C: - parsing cookies after curl:load now should
6029: work :)
6030:
6031: 2013-03-12 misha
6032:
6033: * src/types/pa_vfile.C: - if specified file_name is empty string
6034: set default name for the file
6035:
6036: 2013-03-11 misha
6037:
6038: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
6039: also available in $f.cookies
6040:
6041: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
6042: moved to a separate method
6043:
6044: 2013-03-10 moko
6045:
6046: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
6047: added
6048:
6049: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
6050: removed (declared by autoconf)
6051:
6052: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
6053: uint32_t define
6054:
6055: 2013-03-10 misha
6056:
6057: * src/classes/file.C: ^file:delete and ^file:move now support
6058: option $.keep-empty-dirs(true) ( new feature: #884 )
6059:
6060: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
6061: empty dirs is added
6062:
6063: 2013-03-10 moko
6064:
6065: * src/classes/: bool.C, double.C, int.C: default can be present,
6066: but default check removed from ^int/double/bool.int/double/bool
6067: for string.int/double/bool compatibility (related to issue #913)
6068:
6069: * src/classes/string.C: ^string.int/dobule/bool no longer
6070: internally throws exception if default is present (closes issue
6071: #913)
6072:
6073: 2013-03-09 misha
6074:
6075: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
6076: optimisations ( #845 )
6077:
6078: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
6079:
6080: 2013-03-08 moko
6081:
6082: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
6083: creates correct table (fixes issue #910)
6084:
6085: * src/classes/op.C: r.connection() -> r.connection(false) to allow
6086: use outside of 'connect' operator (fixes issue #911)
6087:
6088: * tests/results/: 096.processed, 122.processed: test results
6089: updated as doubles now printed with 15 significant digits, not 5
6090: (fixes issue #882)
6091:
6092: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
6093: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
6094:
6095: 2013-02-21 moko
6096:
6097: * src/classes/table.C: _locate_name_value does not check arguments
6098: count, so we check it in advance (fixes issue #905)
6099:
6100: 2012-10-23 moko
6101:
6102: * buildall: old shell for and echo compatibility (for six)
6103:
6104: 2012-10-19 moko
6105:
6106: * buildall: --strip added --disable-safe-mode listed in usage
6107:
6108: 2012-10-17 misha
6109:
6110: * src/classes/op.C: - apply-taint should not throw "outside
6111: connect" exception with sql lang now
6112:
6113: 2012-10-17 moko
6114:
6115: * src/main/pa_request.C: bugfix: safe mode should be inited for
6116: each request (for apache module)
6117:
6118: 2012-09-26 moko
6119:
6120: * src/doc/doxygen.cfg: png -> svg
6121:
6122: 2012-09-25 moko
6123:
6124: * tests/: 141.html, results/141.processed: md5 hmac added, long key
6125: test added
6126:
6127: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
6128: double use when key is long
6129:
6130: 2012-09-16 moko
6131:
6132: * src/classes/math.C: Format -> Method Encode -> Format
6133:
6134: * tests/: 141.html, results/141.processed: math:digest hmac test
6135: added
6136:
6137: 2012-09-14 moko
6138:
6139: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
6140: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
6141: implementation added
6142:
6143: 2012-09-12 moko
6144:
6145: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
6146: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
6147: targets.dox and string.dox slightly actualized
6148:
6149: 2012-08-31 moko
6150:
6151: * ChangeLog: now generated with patched cvs2cl.pl
6152:
6153: 2012-07-29 moko
6154:
6155: * tests/285.html, src/main/execute.C, tests/results/285.processed:
6156: result should be pushed after VMethodFrame destructor is called,
6157: as it deletes junctions from stack params (fixes issue #868)
6158:
6159: 2012-07-23 moko
6160:
6161: * INSTALL, README: buildall script usage documented, other outdated
6162: info updated.
6163:
6164: * buildall-with-xml, buildall-without-xml: replaced by buildall
6165:
6166: 2012-07-21 moko
6167:
6168: * buildall: glib does not compile when threads are disabled...
6169:
6170: * src/types/pa_vmail.C: g_assertion fixes for empty input
6171:
6172: * src/types/pa_vmail.C: yet another fix (strange GPF on object
6173: unref, can't unref nested objects)
6174:
6175: * src/types/pa_vmail.C: another check added
6176:
6177: 2012-07-19 moko
6178:
6179: * buildall: usage added
6180:
6181: * buildall: new buildall script that unites buildall-with-xml,
6182: buildall-without-xml, --with-apache and --with-mailreceive
6183:
6184: * configure.in: support for static gmime and dynamic glib linking.
6185: fixes for FreeBSD
6186:
6187: 2012-07-17 moko
6188:
6189: * configure.in: --with-mailreceive replaced
6190: --with-static-mailreceive and --with-shared-mailreceive pathlink
6191: removed
6192:
6193: 2012-07-16 moko
6194:
6195: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
6196: capitalized, content now decoded and text content converted to
6197: $request:charset. all properties are accessed by functions, this
6198: ready for dynamic load.
6199:
6200: 2012-06-28 moko
6201:
1.116 moko 6202: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
6203: 32 bit
1.95 moko 6204:
6205: 2012-06-27 moko
6206:
6207: * buildall-with-xml, buildall-without-xml: fetch requires -p for
6208: passive ftp
6209:
6210: * src/lib/ltdl/ltdl.vcproj: release build fixed
6211:
6212: * configure.in: 3.4.2 RC -> 3.4.2
6213:
6214: 2012-06-22 moko
6215:
6216: * src/types/pa_vfile.C: returned empty mode to stated files (issue
6217: #815)
6218:
6219: * tests/: 284.html, results/284.processed: output options test
6220: (feature #265)
6221:
6222: 2012-06-22 misha
6223:
6224: * tests/215.html: - little changes
6225:
6226: 2012-06-21 moko
6227:
6228: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
6229: types/pa_vxdoc.h: output_options returned and used (bugfix for
6230: feature #265)
6231:
6232: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
6233: breaks long .*, default 10M restored. (issue #216)
6234:
6235: * tests/: 283.html, results/283.processed: test for issue #815
6236: added
6237:
6238: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
6239: again, cstrm not required.
6240:
6241: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
6242: Win32 and broken FreeBSD (issue #45)
6243:
6244: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
6245:
6246: * src/main/pa_string.C: warnings war
6247:
6248: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
6249: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
6250: main/pa_socks.C, targets/apache/pa_threads.C,
6251: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6252: types/pa_vstatus.C: compilation under cygwin fixed
6253:
6254: 2012-06-19 moko
6255:
6256: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
6257: Windows fixed
6258:
6259: * parser3.sln: removed antique pcre_ctype
6260:
6261: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
6262:
6263: * src/include/pa_config_fixed.h: undefined reference to
6264: __imp__pcre_* fix for Windows
6265:
6266: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 6267: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
6268: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
6269: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
6270: define fixed
1.95 moko 6271:
6272: 2012-06-18 moko
6273:
6274: * src/classes/memcached.C: flush -> clear
6275:
6276: * src/classes/memcached.C: memcached does not support quotes even
6277: in server name
6278:
6279: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6280: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
6281: called on open to check servers existance. $.key(true) syntax
6282: now supported
6283:
6284: 2012-06-17 moko
6285:
6286: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
6287: cleanup
6288:
6289: * src/classes/table.C, tests/282.cfg, tests/282.html,
6290: tests/results/282.processed: encloser at the EOF bug fixed,
6291: incorrectly enclosed data now processed more logicaly (fixes
6292: #339)
6293:
6294: 2012-06-15 moko
6295:
6296: * buildall-without-xml: sync with buildall-with-xml
6297:
6298: * buildall-with-xml: download auto-detected between fetch and curl
6299:
6300: * configure.in: --with-gc and --with-pcre now also processed
6301: correctly
6302:
1.116 moko 6303: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
6304: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
6305: should be run on rol1 using automake / aclocal (GNU automake)
6306: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 6307:
6308: * configure.in: new PARSER_VERSION logic
6309:
6310: * src/include/pa_version.h: new pa_version.h logic
6311:
6312: * src/: classes/curl.C, classes/file.C, classes/image.C,
6313: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6314: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
6315: feols_normalized -> fis_text_content set_binary added
6316:
6317: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
6318:
6319: 2012-06-15 misha
6320:
6321: * src/: classes/curl.C, classes/file.C, classes/image.C,
6322: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
6323: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
6324: ^file::create[text;content] EOLs in content now is normalized. (
6325: new feature: #815 )
6326:
6327: 2012-06-15 moko
6328:
6329: * configure.in: --disable-version-update added to disable version
6330: update with host information (for debian package) whitespace
6331: optimized
6332:
6333: * configure.in: version changed to 3.4.2 RC no-pic added for
6334: libtool
6335:
6336: * src/include/pa_version.h: Nice pa_version.h default. Please keep
6337: it.
6338:
6339: 2012-06-14 moko
6340:
6341: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
6342: tests/results/281.processed: "hash flocked" error removed for
6343: safe operations like ^h._count[] ( new feature: #335 )
6344:
1.116 moko 6345: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 6346:
6347: * buildall-with-xml, buildall-without-xml: --with-static -> --with
6348:
6349: * configure.in: --with-static/shared xml replaced with --with-xml,
6350: xml compilation check added
6351:
6352: * configure.in: --with-static/shared-gc, --with-static-pcre are
6353: replaced with --with-gc and --with-pcre test for pcre linking
6354: added
6355:
6356: 2012-06-13 moko
6357:
6358: * configure.in: apxs2 check optimized
6359:
6360: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
6361: .la, includes optimized
6362:
6363: * buildall-with-xml: --with-pic looks better for -fPIC
6364:
6365: * configure.in: switched to convenience library in static linking
6366:
6367: * src/targets/apache/Makefile.am: switched to convenience library
6368: usage to avoid libtool warnings
6369:
6370: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
6371: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
6372: smtp/Makefile.am: switched to convenience library usage
6373:
6374: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
6375:
6376: * src/targets/apache/Makefile.am: updated for libtool usage
6377:
6378: * buildall-without-xml: --with-included-ltdl added
6379:
6380: * buildall-without-xml: sync with buildall-with-xml
6381:
6382: * buildall-with-xml: --with-included-ltdl added $cflags added for
6383: -fPIC for x64 $download added for wget success check added
6384:
6385: * buildall-without-xml: --with-dynamic-stdcpp removed
6386:
6387: * configure.in: disable-static returned
6388:
6389: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
6390: LIBTOOLFLAGS
6391:
6392: 2012-06-12 moko
6393:
6394: * configure.in, src/targets/cgi/Makefile.am: disable-static not
6395: compatible with LIBTOOLFLAGS for unknown reasons
6396:
6397: * buildall-with-xml: --with-dynamic-stdcpp removed
6398:
6399: * configure.in: static/dynamic -lstdc++ linking option removed
6400: apxs2 check added
6401:
6402: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
6403: option removed
6404:
6405: 2012-06-10 moko
6406:
6407: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
6408: added
6409:
6410: * src/targets/cgi/pp3.cmd: old PAF stuff
6411:
1.116 moko 6412: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
6413: beauty
1.95 moko 6414:
6415: * depcomp: from libtool 2.4.2
6416:
6417: * configure.in: ltdl directory removed, it has correct Makefile.in
6418:
6419: 2012-06-09 moko
6420:
1.116 moko 6421: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
6422: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 6423: autogenerated files updated after libtool update
6424:
1.116 moko 6425: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
6426: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 6427: config_auto.h.in, config_fixed.h, configure, configure.ac,
6428: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
6429: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
6430: config/compile, config/config.guess, config/config.sub,
6431: config/depcomp, config/install-sh, config/ltmain.sh,
6432: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
6433: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
6434: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
6435: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
6436: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
6437: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
6438: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
6439: m4/lt~obsolete.m4: libtool updated to version 2.4.2
6440:
6441: * configure.in: preparation for new libtool
6442:
6443: * configure.in: Some beauty added :)
6444:
6445: * src/targets/apache/Makefile.am: := -> =
6446:
6447: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
6448: again. :)
6449:
6450: * src/include/pa_config_includes.h, configure.in: limits.h added,
6451: previously was taken from pcre_internal.h. :)
6452:
6453: * src/lib/pcre/Makefile.am: config.h returned
6454:
6455: * src/lib/pcre/config.h: still need this. :)
6456:
6457: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
6458:
6459: * configure.in: --with-charsets removed; --with-mysql-client & co
6460: removed
6461:
6462: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
6463: now in parser tree, no need to copy
6464:
6465: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
6466: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
6467: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
6468: debian/patches/101_pcre.patch - local copy of pcre_internal.h
6469: extracts now used old trash removed
6470:
6471: * etc/parser3.charsets/Makefile.am: charsets now in share
6472: (debian/patches/104_automake.patch) + all charsets are copied
6473:
6474: * buildall-with-xml, buildall-without-xml: curl option removed +
6475: extra arguments now supported
6476:
6477: 2012-06-08 misha
6478:
6479: * src/classes/table.C: - one params.as_hash usage was rolled back:
6480: the 2nd option in ^table.hash[] could be hash or table so
6481: .as_hash will throw an exception when table option is specified
6482:
6483: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6484: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
6485: classes/table.C, classes/void.C, classes/xdoc.C,
6486: include/pa_exception.h, types/pa_vmethod_frame.C,
6487: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
6488: and improved (whitespaces are allowed as empty options) -
6489: MethodParams::as_table is added - above methods are used for
6490: parsing methods' options ( new feature: #9 )
6491:
6492: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
6493: to vclass. now class fields can be accessible as a hash:
6494: $h[^hash::create[$asd:CLASS]]
6495:
6496: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
6497: have get_fields method so their fields can be accessed with
6498: ^reflection:fields[...] & ^reflection:field[...]
6499:
6500: 2012-06-06 misha
6501:
6502: * tests/280.html: - tests for
6503: ^reflection:method[obj-or-class;method],
6504: ^reflection:field[obj-or-class;field] and
6505: ^reflection:fields[obj-or-class] are added
6506:
6507: 2012-06-05 misha
6508:
6509: * src/classes/reflection.C: - ^reflection:method[class or
6510: object;method name] and ^reflection:field[class or object;field
6511: name] are added
6512:
6513: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
6514: is used
6515:
6516: * src/types/pa_method.h: - Method::as_vjunction method is added
6517:
6518: 2012-06-05 moko
6519:
1.116 moko 6520: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 6521:
6522: * src/classes/memcached.C: flish ttl fixed
6523:
6524: 2012-06-04 moko
6525:
6526: * src/classes/json.C, src/classes/op.C, tests/279.html,
6527: tests/results/279.processed: ^json:parse[] now supports $.taint
6528: option (new feature #833)
6529:
6530: 2012-06-04 misha
6531:
6532: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
6533: - search_stop method was moved from pa_vcookie.C to pa_common.C
6534:
6535: 2012-06-03 misha
6536:
6537: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
6538: cookies are parced and stored into $.cookies ( new feature: #31 )
6539:
6540: 2012-05-30 misha
6541:
6542: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
6543: incomplete class into a scope while @USE is found
6544:
6545: * src/main/compile.y: - add incomplete class into a scope while
6546: @USE and @CLASS instructions are found ( bugfix: #838 )
6547:
6548: 2012-05-30 moko
6549:
6550: * src/types/pa_vclass.C, tests/278.html,
6551: tests/results/278.processed: removed "property has no getter
6552: method" exception when GET_DEFAULT present (fixes #269)
6553:
6554: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
6555: $._default
6556:
6557: 2012-05-29 moko
6558:
6559: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
6560: uninitialized values usage (new feature: #154)
6561:
6562: 2012-05-28 moko
6563:
6564: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
6565: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
6566: src/types/pa_vdate.h, src/types/pa_vdouble.h,
6567: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
6568: src/types/pa_vobject.C, src/types/pa_vobject.h,
6569: src/types/pa_vstring.h, src/types/pa_vtable.C,
6570: tests/results/277.processed, src/types/pa_vtable.h,
6571: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
6572: ^json:string[$o; $.default[$method]] implemented for VObject (new
6573: feature #803)
6574:
6575: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
6576: tests/results/277.processed: json numbers are now treated as
6577: double ( new feature: #834 )
6578:
6579: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
6580: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
6581: added for out of range checks, zero division in vint/vdouble
6582: check added ( fixes #832 )
6583:
6584: * tests/: 275.html, results/275.processed: tests for pa_atoui added
6585: ( fixes #832 )
6586:
6587: 2012-05-28 misha
6588:
6589: * buildall-with-xml: - --without-lzma option is added to libxml2
6590: configure
6591:
6592: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
6593: added - tests for unsupported values for options $.file, $.table
6594: and $.date are added
6595:
6596: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
6597: accepts "stat" $.file[] option's value in addition to existed
6598: "text" and "base64" ( new feature: #835 )
6599:
6600: * tests/276.html: - test for
6601: ^reflection:delete[$object-or-class;field-name]
6602:
6603: * src/classes/reflection.C: -
6604: ^reflection:delete[$object-or-class;field-name] is added ( new
6605: feature: #268 )
6606:
6607: 2012-05-27 misha
6608:
6609: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
6610:
6611: 2012-05-24 misha
6612:
6613: * src/include/pa_common.h: - method lastposafter was removed
6614:
6615: * src/classes/file.C: - use strrpbrk & rskipchars instead of
6616: lastposafter - ^file:dirname[] & Co proper handle windows file
6617: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
6618: work as *nix commands
6619:
6620: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
6621:
6622: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
6623: rskipchars were added
6624:
6625: * tests/270.html: - more tests for ^file:find[]
6626:
6627: * tests/065.html: - more tests for ^file:dirname[] & Co
6628:
6629: * src/include/pa_version.h: - must be "win32" here. it is
6630: auto-generated on *nix
6631:
6632: 2012-05-24 moko
6633:
6634: * src/classes/math.C: ^math:convert[] now supports uint32 and
6635: throws overflow exception ( new feature: #830 )
6636:
6637: * tests/: 275.html, results/275.processed: test for ^math:convert[]
6638: uint32 support and overflow added ( new feature: #830 )
6639:
6640: 2012-05-23 moko
6641:
6642: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
6643: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
6644: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
6645: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
6646: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
6647: types/pa_vregex.h, types/pa_vstateless_class.C,
6648: types/pa_vstateless_class.h, types/pa_vstring.h,
6649: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6650: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
6651: "return string as-is" removed from as_expr_result. ( new feature:
6652: #831 )
6653:
6654: * tests/results/244.processed: test changed after bug #782 fix
6655: commited
6656:
6657: * tests/results/229.processed: test results for bug #782 commited
6658:
6659: * tests/: 254.html, results/254.processed: uid now just compared,
6660: not printed. :)
6661:
6662: 2012-05-20 moko
6663:
6664: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
6665: feature: #341 )
6666:
6667: * tests/: 254.html, results/254.processed: test for
6668: ^reflection:uid[] added
6669:
6670: * tests/: 254.html, results/254.processed: test for
6671: ^reflection:uid[$obj] added
6672:
6673: 2012-05-17 misha
6674:
6675: * src/main/untaint.C: - do not replace ' char by _26 while
6676: exploding filespec-tainting ( new feature: #829 )
6677:
6678: 2012-05-12 moko
6679:
6680: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
6681: not.
6682:
6683: 2012-05-08 moko
6684:
6685: * src/types/pa_vmethod_frame.h: bug #782 fixed
6686:
6687: * tests/229.html: test for bug #782
6688:
6689: * tests/results/259.processed, src/main/pa_request.C,
6690: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
6691: src/types/pa_vstring.h, src/types/pa_vvoid.C,
6692: src/types/pa_vvoid.h: feature #154 - first empty param now
6693: string; defined locals are empty strings; $STRICT-VARS(true)
6694: added
6695:
6696: 2012-04-27 moko
6697:
1.116 moko 6698: * src/targets/apache/Makefile.am:
1.95 moko 6699: ../../lib/memcached/libmemcached.a added
6700:
6701: 2012-04-27 misha
6702:
6703: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
6704: ( #827 )
6705:
6706: 2012-04-25 moko
6707:
6708: * src/: classes/json.C, classes/memcached.C,
6709: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6710: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
6711: implemented.
6712:
6713: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
6714:
6715: 2012-04-23 moko
6716:
6717: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6718: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6719: types/pa_vmemcached.h: open allows options hash for new
6720: memcached(options) function
6721:
6722: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
6723: not appended
6724:
6725: 2012-04-21 moko
6726:
6727: * src/classes/curl.C: '' added. :)
6728:
6729: * src/classes/classes.vcproj: new curl.h location
6730:
6731: * src/classes/curl.C: verbose output redirection from stderr to
6732: file curl option added
6733:
6734: 2012-04-20 moko
6735:
6736: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
6737: contains what we need from curl, #ifdef HAVE_CURL removed
6738:
1.116 moko 6739: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 6740: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 6741: src/lib/Makefile.am, src/lib/curl/Makefile.am,
6742: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 6743: configure option
6744:
6745: 2012-04-19 moko
6746:
6747: * src/: classes/double.C, classes/inet.C, classes/int.C,
6748: classes/string.C, lib/gc/include/gc_allocator.h,
6749: types/pa_vform.C: PVS-Studio detected errors fixes, unused
6750: options from sql_result_string removed. (closes issue #468)
6751:
6752: * src/types/pa_vmemcached.C: empty string fix
6753:
6754: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
6755: pa_vstring.C, pa_vstring.h: serialization helpers moved to
6756: pa_vmemcached.C
6757:
6758: 2012-04-18 moko
6759:
6760: * src/targets/apache/mod_parser3.c: "Parser3 module requires
6761: apache2-mpm-prefork" error displayed in threaded mpm.
6762:
6763: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
6764: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
6765: installed (issue #354)
6766:
6767: 2012-04-16 moko
6768:
6769: * src/types/pa_vmemcached.C: call to memcached_result_create and
6770: memcached_result_free removed
6771:
6772: 2012-04-14 moko
6773:
6774: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
6775:
6776: * src/types/pa_vmemcached.C: check_key added and used
6777:
6778: 2012-04-13 moko
6779:
6780: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
6781: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
6782: Serialization_data now added and used, VString now serialized
6783: with languages into memcached.
6784:
6785: 2012-03-28 moko
6786:
6787: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
6788: lib/memcached/pa_memcached.h: result lengths added
6789:
6790: 2012-03-27 moko
6791:
6792: * src/types/pa_vmemcached.C: strdup added
6793:
6794: 2012-03-24 moko
6795:
6796: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
6797: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
6798: types/pa_vmemcached.h: memcached: mget, flush, fttl added
6799:
6800: 2012-03-20 moko
6801:
1.116 moko 6802: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 6803:
6804: * src/targets/cgi/Makefile.am: cleanup
6805:
6806: * src/: types/Makefile.am, types/pa_vmemcached.C,
6807: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
6808:
6809: * src/: classes/Makefile.am, classes/memcached.C,
6810: lib/memcached/Makefile.am, lib/memcached/constants.h,
6811: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
6812: lib/memcached/types.h, lib/Makefile.am: memcached initial
6813:
6814: 2012-03-16 moko
6815:
6816: * src/main/execute.C: ident now works under Linux + ident displays
6817: filenames (closes issue #818)
6818:
1.116 moko 6819: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 6820: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
6821: pa_vmethod_frame_local.h removed
6822:
6823: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
6824: classes/classes.h, classes/curl.C, classes/date.C,
6825: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
6826: classes/hashfile.C, classes/image.C, classes/inet.C,
6827: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
6828: classes/memory.C, classes/op.C, classes/reflection.C,
6829: classes/regex.C, classes/response.C, classes/string.C,
6830: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6831: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
6832: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
6833: include/pa_config_fixed.h, include/pa_config_includes.h,
6834: include/pa_dictionary.h, include/pa_dir.h,
6835: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
6836: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
6837: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
6838: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
6839: include/pa_request_charsets.h, include/pa_request_info.h,
6840: include/pa_sapi.h, include/pa_socks.h,
6841: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
6842: include/pa_stack.h, include/pa_string.h,
6843: include/pa_stylesheet_connection.h,
6844: include/pa_stylesheet_manager.h, include/pa_table.h,
6845: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
6846: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
6847: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
6848: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
6849: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
6850: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
6851: main/compile.tab.C, main/compile.y, main/compile_tools.C,
6852: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
6853: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6854: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
6855: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
6856: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
6857: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
6858: main/pa_string.C, main/pa_stylesheet_connection.C,
6859: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
6860: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
6861: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
6862: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
6863: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
6864: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
6865: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
6866: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
6867: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
6868: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
6869: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
6870: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
6871: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6872: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
6873: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
6874: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
6875: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
6876: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
6877: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6878: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
6879: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
6880: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
6881: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
6882: types/pa_vresponse.h, types/pa_vstateless_class.C,
6883: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6884: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
6885: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
6886: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
6887: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6888: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
6889: ident now works under Linux + ident displays filenames (closes
6890: issue #818) Copyright updated
6891:
6892: 2012-03-13 moko
6893:
6894: * src/main/pa_string.C: compilation fix for feature #741
6895:
6896: 2012-03-09 misha
6897:
6898: * tests/193.html: - tests for ^string:base64[encoded] are updated
6899:
6900: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
6901: now detects invalid base64 chars in the middle of encoded stricg
6902: ( new feature: #55 )
6903:
6904: * src/include/pa_exception.h: - new exception type for base64
6905: decoding is added
6906:
6907: 2012-03-06 misha
6908:
6909: * tests/274.html: - tests for ^date::today[] and
6910: ^date.sql-string[datetime|date|time] are added
6911:
6912: * src/classes/date.C: - constructor ^date::today[] is added ( new
6913: feature: #811 ) - ^date.sql-string[] now can accept one param --
6914: strings "datetime", "date" or "time" - comments tidying up
6915:
6916: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
6917: date and time
6918:
6919: 2012-03-03 misha
6920:
6921: * tests/193.html: - tests for
6922: ^string:base64[encoded;$.strict(true)] are added
6923:
6924: * tests/results/auto.p: - try-catch operator is added
6925:
6926: * src/: classes/file.C, classes/string.C, include/pa_common.h,
6927: main/pa_common.C: - $.strict(true|false) option is added to
6928: base64 decode methods ( new feature: #55 )
6929:
6930: * src/main/pa_common.C: - base64 decode memory usage was decreased
6931: ( new feature: #819 )
6932:
6933: 2012-02-28 moko
6934:
6935: * src/classes/hash.C: ident test
6936:
6937: 2012-02-27 misha
6938:
6939: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
6940:
6941: 2012-01-08 misha
6942:
6943: * tests/273.html: - tests for ^string.replace[from;to] are added
6944:
6945: * src/: classes/string.C, include/pa_dictionary.h,
6946: main/pa_dictionary.C, main/pa_string.C: -
6947: ^string.replace[from;to] is added ( new feature: #741 ) -
6948: ^string.replace[one subst here] is slightly optimized
6949:
6950: 2011-12-07 misha
6951:
6952: * src/classes/table.C: - $t[^table::create{$empty}] now creates
6953: named table with one empty column ( bugfix: #63 )
6954:
6955: 2011-11-30 misha
6956:
6957: * src/classes/json.C: - it's possible to set user's method for
6958: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
6959: #763 )
6960:
6961: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
6962:
6963: 2011-11-23 misha
6964:
6965: * src/: classes/curl.C, classes/file.C, classes/image.C,
6966: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
6967: types/pa_vfile.h, types/pa_vform.C: - constructor
6968: ^file::create[mode;filename;content[;options]] now accepts binary
6969: mode and file-content - new constructor's format:
6970: ^file::create[string-or-file-content[;$.name[filename]
6971: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
6972: feature: #65 )
6973:
6974: * src/: include/pa_request.h, main/pa_request.C: - new method
6975: mime_type_of(const String*) is added
6976:
6977: * src/include/pa_exception.h: - new exception constant
6978: FILE_NAME_MUST_BE_SPECIFIED is added
6979:
6980: * src/classes/table.C: - bug with negative offset transformed into
6981: a feature. it means pointing to a row from the end of the table (
6982: new feature: #810 )
6983:
6984: 2011-11-19 misha
6985:
6986: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
6987: â ìåòîäå _select ( new feature: #810 )
6988:
6989: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
6990: options were specified together is simplified
6991:
6992: 2011-11-12 misha
6993:
6994: * src/main/pa_request.C: - forgotten fix for escaping filename in
6995: HTTP content-disposition header (a part of bug #361 )
6996:
6997: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
6998: checks for ancestors' classes as well ( new feature: #456 )
6999:
7000: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
7001: "without cycle" now have types "parser.break" and
7002: "parser.continue" instead of "parser.runtime" ( new feature: #799
7003: )
7004:
7005: 2011-11-11 misha
7006:
7007: * tests/results/: 099.processed, 100.processed, 205.processed,
7008: 237.processed: - since bug #361 was fixed the content of filename
7009: in HTTP headers is quoted
7010:
7011: * tests/results/270.processed: - result for test 270
7012:
7013: * tests/: 065.html, results/065.processed: - more tests for
7014: ^file:basename[] & Co were added
7015:
7016: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
7017:
7018: * tests/270.html: - tests for ^file:find[] are added
7019:
7020: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
7021: using option $.charset. option $.engoding is still supported but
7022: these options can not be specified together
7023:
7024: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
7025: comparation charset name with string "UTF-8" ( bugfix: #759 )
7026:
7027: 2011-10-11 misha
7028:
7029: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
7030: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
7031: #622)
7032:
7033: 2011-09-30 misha
7034:
7035: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
7036: exception "saving stat-ed file" ( bugfix: #395 )
7037:
7038: 2011-05-30 misha
7039:
7040: * src/classes/string.C: - fixed bug which was added with
7041: params.as_hash into string:sql
7042:
7043: 2011-05-29 misha
7044:
7045: * src/types/pa_value.C: - filename in content-disposition header
7046: must be quoted ( bugfix: #361 )
7047:
7048: 2011-05-27 misha
7049:
7050: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
7051: created file
7052:
7053: * src/classes/: hash.C, mail.C: - little tunning with get_hash
7054: usage
7055:
7056: * src/include/pa_exception.h: - one more string for exception was
7057: added
7058:
7059: 2011-05-25 misha
7060:
7061: * tests/269.html: - tests for checking input params in some dom
7062: methods
7063:
7064: * src/classes/: xdoc.C, xnode.C: - validation of some input params
7065: was added. it isn't possible not wo create xdoc with invalid
7066: tagName. ( bugfix: #160 )
7067:
7068: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
7069: string "data must be string" was mover from pa_exception.h to
7070: pa_xml_exception.h
7071:
7072: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
7073: as_xmlncname, as_xmlname and as_xmlnsuri were added
7074:
7075: * src/main/pa_xml_exception.C: - XmlException accepts more options
7076:
7077: * src/include/pa_xml_exception.h: - XmlException accepts more
7078: options - XML-related exception's strings were added
7079:
7080: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
7081: output_options were removed)
7082:
7083: 2011-05-19 misha
7084:
7085: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
7086: params.as_hash is used more while parsing methods hash-options
7087:
7088: 2011-05-18 misha
7089:
7090: * operators.txt: - info about json-serialization of xdoc was added
7091:
7092: * tests/256.html: - tests for json-serialization xdoc were added
7093:
7094: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
7095:
7096: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7097: classes/json.C, classes/xdoc.C: - now json:string can serialize
7098: xdoc-objects. options (the same as ^xdoc.string[]) could be
7099: specified in $.xdoc[] ( new feature: #265 )
7100:
7101: 2011-05-15 misha
7102:
7103: * tests/268.html: - tests for ^table.count[with options] were added
7104:
7105: * src/classes/table.C: - method ^table.count[] now can accept
7106: options ( new feature: #93 ): ^table.count[column] returns number
7107: of columns for named table; ^table.count[cells] returns number of
7108: cells in the current row; ^table.count[] & ^table.count[rows]
7109: return number of rows in a table.
7110:
7111: * tests/267.html: - test for checking switch/case in boolean mode
7112: was added
7113:
7114: * src/classes/op.C: - if switch's or case's value is bool, they are
7115: compared as bool values, not as double values: new feature: #351
7116:
7117: 2011-05-06 misha
7118:
7119: * tests/242.html: - EOL before EOF was added
7120:
7121: * tests/169.html: - tests for splitting empty string and void were
7122: added
7123:
7124: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
7125: returned table with one empty cell)
7126:
7127: 2011-04-03 misha
7128:
7129: * src/include/pa_version.h, configure.in: - version in head was
7130: changed to 3.4.2b
7131:
7132: 2011-03-30 misha
7133:
7134: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
7135: as well ( new feature #294 )
7136:
7137: 2011-03-29 misha
7138:
7139: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
7140: limited to approx. 6 MB. previous limits were too big for real
7141: life. bugfix: #216
7142:
7143: 2011-03-04 moko
7144:
7145: * etc/parser3.charsets/cp866.cfg: Conforms to
7146: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
7147:
7148: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
7149: vlalek@
7150:
7151: 2011-02-22 misha
7152:
7153: * src/include/pa_charset.h, operators.txt: - some methods mustn't
7154: be under #ifdef XML or parser can't be compiled without xml
7155: support
7156:
7157: 2011-02-21 misha
7158:
1.116 moko 7159: * src/targets/apache/: Makefile.am: - mention
1.95 moko 7160: ApacheModuleParser3.vcproj was removed
7161:
7162: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
7163: removed)
7164:
7165: 2011-02-20 misha
7166:
7167: * tests/: 266.html, 266.p: - tests for checking $.inherited and
7168: $.overridden in ^reflection:method_info[...] were added
7169:
7170: * src/classes/reflection.C: - beautifying result of
7171: ^reflection:method_info[] ($.overridden/inherited)
7172:
7173: 2011-02-18 misha
7174:
7175: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
7176: and pa_isalnum instead of isalpha and isalnum - bug with
7177: redundand quoting lowercased latin chars while building email
7178: body was fixed
7179:
7180: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
7181: added (they check for latin chars only)
7182:
7183: 2011-02-16 misha
7184:
7185: * src/main/pa_charset.C: - bugfix: in some cases the calculating
7186: string size for transcoding gave too small value (should ever
7187: look for availability char in dest charset inspite of the char
7188: size)
7189:
7190: 2011-02-04 moko
7191:
7192: * tests/223.html: header values now not url-encoded (issue #195)
7193:
7194: 2011-02-01 misha
7195:
7196: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
7197:
7198: 2011-01-31 misha
7199:
7200: * src/main/pa_request.C: - throw exception if param file_name in
7201: use_file is empty
7202:
7203: 2011-01-08 moko
7204:
7205: * src/classes/curl.C: compilations errors fixed
7206:
7207: 2010-12-29 moko
7208:
7209: * tests/: 265.html, results/265.processed: test for issue #200
7210: added
7211:
7212: * src/main/pa_string.C: empty regex result check added (fixes issue
7213: #200)
7214:
7215: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
7216:
7217: * tests/results/223.processed: header values now not url-encoded
7218: (issue #195)
7219:
7220: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
7221: main/untaint.C: L_HTTP_HEADER now used in http headers values,
7222: pa_http_safe_header_name added for headers names (fixes bug #195)
7223:
7224: 2010-12-18 misha
7225:
7226: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
7227: => pa-include
7228:
7229: 2010-11-28 moko
7230:
7231: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
7232:
7233: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
7234: -> pa
7235:
7236: * configure.in: apr -> pa
7237:
7238: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
7239:
7240: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
7241: classes/Makefile.am, types/Makefile.am: apr -> pa
7242:
7243: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
7244: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
7245: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
7246: pa-include/pa_apr.h, pa-include/pa_errno.h,
7247: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
7248: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
7249: module apr name conflict resolved)
7250:
7251: 2010-11-27 misha
7252:
7253: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
7254: libbz2
7255:
7256: 2010-11-26 misha
7257:
7258: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
7259: warnings removed
7260:
7261: 2010-11-25 moko
7262:
7263: * operators.txt: $.indent(true)
7264:
7265: * operators.txt: another bugfix. :)
7266:
7267: * operators.txt: bugfix. :)
7268:
7269: * buildall-with-xml: libxml2-2.7.8 + with-apache
7270:
7271: 2010-11-24 moko
7272:
1.116 moko 7273: * configure: apxs support
1.95 moko 7274:
7275: * configure.in: apxs support -Bstatic gc removed for OS X
7276:
7277: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
7278:
7279: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
7280: THREAD_LOCAL usage
7281:
7282: * src/: classes/curl.C, include/pa_config_includes.h,
7283: main/pa_globals.C: THREAD_LOCAL defined and used
7284:
7285: 2010-11-23 moko
7286:
7287: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
7288: should be passed to pa_sleep, and only fractional part (bugfix:
7289: #188)
7290:
7291: * src/targets/apache/mod_parser3.c: 1.3 compatibility
7292:
7293: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7294: GC_dont_gc=1, as in cgi version
7295:
7296: * src/targets/apache/mod_parser3.c: warning war
7297:
7298: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7299: pa_httpd.h: version removed, some trash removed
7300:
7301: * src/targets/apache/mod_parser3.c: version removed (we don't want
7302: to show it), warning war
7303:
7304: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7305: pa_httpd.h: parser_status_allowed removed + merge config
7306: functions removed (override is the default) + beauty
7307:
7308: * src/: include/pa_request.h, main/pa_request.C,
7309: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
7310: hide $status used in apache module removed
7311:
7312: 2010-11-18 moko
7313:
7314: * operators.txt: $.table[compact] added for ^json:string[]
7315:
7316: 2010-11-16 moko
7317:
7318: * src/targets/apache/mod_parser3.c: some cleanup done
7319:
7320: * src/main/untaint.C: bugfix: first, second String::Body argument
7321: is hashcode; second, info.fragment_begin is original, not
7322: resulting length
7323:
7324: * src/classes/file.C: new feature: $.stdin now untainted
7325:
7326: * tests/results/264.processed: new feature: $.stdin[] now untainted
7327:
7328: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
7329:
7330: * src/classes/op.C: ^apply-taint[] method added
7331:
7332: * tests/: 264.html, results/264.processed: ^apply-taint[] test
7333: added; $.stdin untaint test added
7334:
7335: 2010-11-15 moko
7336:
7337: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
7338: removed
7339:
7340: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
7341: pa_httpd.h: 2x2 calculated under apache2. :)
7342:
7343: 2010-11-13 moko
7344:
7345: * src/targets/apache/mod_parser3.c: initial changes to build module
7346: with apache 2.x includes
7347:
7348: * src/targets/apache/: Makefile.am, mod_parser3.c,
7349: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
7350: united apache 1.3 / apache 2.x DSO module
7351:
7352: 2010-11-09 moko
7353:
7354: * src/types/pa_method.h: check added to dissallow @method[name;*]
7355: syntax
7356:
7357: * tests/: 263.html, results/263.processed: test from method[*args]
7358: added
7359:
7360: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
7361: number of params can now be passed to a method declared with *arg
7362:
7363: 2010-11-06 moko
7364:
7365: * src/classes/table.C: formating fixed. :)
7366:
7367: * src/classes/table.C: closes #4: ^table.select now supports
7368: $.limit(), $.offset, $.reverse() options
7369:
7370: * tests/: 262.html, results/262.processed: test for ^table:select
7371: with options added (feature #4)
7372:
7373: * src/include/pa_array.h: remove function added
7374:
7375: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
7376: object in get_element/put_element, using static one.
7377:
7378: 2010-11-04 moko
7379:
7380: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
7381: options is passed
7382:
7383: * tests/: 256.html, results/256.processed: $.table[compact] feature
7384: now tested; k and p in handler now tested.
7385:
7386: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
7387: $.table[compact] feature added
7388:
7389: * src/classes/json.C: key is now passed to handler in
7390: value_json_string; ^json:string result now process tainting
7391: inside and returns clean string, related to issue #153
7392:
7393: * src/main/untaint.C: bugfix: charset can be null (in
7394: ^string:save[] as example), thus check is added
7395:
7396: 2010-10-31 moko
7397:
7398: * src/classes/string.C: error message changed (fixes issue #149)
7399:
7400: 2010-10-29 moko
7401:
7402: * src/main/pa_http.C: ":port" is now added to "Host:" header if
7403: port is not default (fixes issue #155); exception on invalid port
7404: added.
7405:
7406: * src/main/untaint.C: '*' is now not urlencoded to allow header
7407: "Accept: */*" to be passed
7408:
7409: 2010-10-28 moko
7410:
7411: * src/classes/curl.C: bugfix: detect_charset() was throwing
7412: exception on unknown charset even if response_charset was
7413: specified
7414:
7415: 2010-10-27 moko
7416:
7417: * src/classes/string.C: ^string.append removed for void
7418: compatibility
7419:
7420: 2010-10-26 moko
7421:
7422: * src/classes/json.C: libjson supports array at top level, we too
7423: (GPF fixed)
7424:
7425: 2010-10-25 moko
7426:
7427: * tests/: 253.html, results/253.processed: libjson supports array
7428: at top level, parser now supports it as well.
7429:
7430: * tests/261.html, tests/results/261.processed,
7431: src/types/pa_vstring.h: empty string is now void compatible
7432: (allows $empty.key)
7433:
7434: 2010-10-22 misha
7435:
7436: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
7437: while adding additional expires checkout)
7438:
7439: * tests/030.html: - test for session cookie was added
7440:
7441: 2010-10-21 moko
7442:
7443: * src/: classes/string.C, classes/void.C, main/execute.C,
7444: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
7445: string (feature #111)
7446:
7447: * tests/: 261.html, results/261.processed: checks void from string
7448: inheritance (feature #111)
7449:
7450: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
7451: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
7452: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
7453: now true by default
7454:
7455: 2010-10-17 moko
7456:
7457: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
7458: upload now uses binary blocks instead of L_FILE_POST tainting.
7459: (bugfix: #128)
7460:
7461: * tests/: 223.html, results/223.processed: binary file upload test
7462: added, GPF (issue #128) also checked in this test
7463:
7464: 2010-10-13 misha
7465:
7466: * tests/260.html: - test for math:convert
7467:
7468: * src/classes/math.C: - error in math:convert was fixed
7469:
7470: * operators.txt: - info about
7471: ^math:convert[number](from-base;to-base) was added
7472:
7473: * src/classes/math.C: - method
7474: ^math:convert[number](from-base;to-base) for converting number
7475: represention from one base to another was added ( new feature:
7476: #23 )
7477:
7478: 2010-10-13 moko
7479:
7480: * src/main/compile.tab.C: [] now is empty string, not void
7481:
7482: * src/main/compile.y: [] now is empty string, not void
7483:
7484: * src/types/pa_vvoid.h: void now passed as parameter
7485:
7486: * tests/: 259.html, results/259.processed: to test difference
7487: between void and empty string (see ticket #111)
7488:
7489: * tests/results/152.processed: $sEmpty[] is now empty string, not
7490: void
7491:
7492: * tests/256.html: $s[$void] is no longer empty string
7493:
7494: * tests/254.html: empty string is no longer void
7495:
7496: 2010-10-12 misha
7497:
7498: * src/types/pa_vcookie.C: - check if $.expires value can be
7499: converted to date during cookies set up ( bugfix: #104 )
7500:
7501: * tests/041.html: - more tests for ^table.locate were added
7502:
7503: * src/classes/table.C: - ^table.locate[field;value;options] didn't
7504: work ( bugfix: #129 ) - exception comment for incorrect options
7505: ^table.locate[field;value;options] was fixed
7506:
7507: 2010-10-10 moko
7508:
7509: * src/: classes/reflection.C, main/execute.C: constructor returning
7510: another object feature returned
7511:
7512: * tests/results/258.processed: test result updated as constructor
7513: returning another object feature returned
7514:
7515: * tests/: 258.html, results/258.processed: test for constructor
7516: returning another object
7517:
7518: 2010-10-08 misha
7519:
7520: * tests/257.html: - whitespaces after @METACOMMANDS and their
7521: options shouldn't cause exceptions any longer
7522:
7523: 2010-10-06 moko
7524:
7525: * src/classes/: hash.C, table.C: length from sql server is now
7526: ignored, as sql string can contain 0x00 inside (bugfix: #119)
7527:
7528: 2010-10-02 misha
7529:
7530: * operators.txt: - the X mark was removed from ^cache[file]. it is
7531: usable to delete cache file.
7532:
7533: 2010-10-02 moko
7534:
7535: * tests/: 253.html, results/253.processed: hook_key added for key
7536: checking
7537:
7538: * src/classes/json.C: null key bug fixed
7539:
7540: 2010-09-29 misha
7541:
7542: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
7543:
7544: 2010-09-25 moko
7545:
7546: * src/classes/json.C: small fixed
7547:
7548: * tests/results/: 253.processed, 255.processed: just updated
7549:
7550: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
7551: results/255.processed: charset transcode test added for
7552: json:parse
7553:
7554: 2010-09-24 moko
7555:
7556: * src/types/pa_value.h: warning war :)
7557:
7558: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
7559: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
7560: ^json:string
7561:
7562: 2010-09-22 moko
7563:
7564: * src/main/pa_charset.C: parser charset tables declare only
7565: white-space before 0x20, thus adding the missing chars
7566:
7567: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
7568: to http://unicode.org/Public/MAPPINGS/VENDORS/
7569:
7570: 2010-09-21 misha
7571:
7572: * src/main/compile.y: - some semicolons were added (VS2010 don't
7573: want to compile grammar if they are absent)
7574:
7575: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
7576:
7577: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
7578:
7579: * src/main/main.vcproj: - path to bison is changed
7580:
7581: 2010-09-21 moko
7582:
1.116 moko 7583: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
7584: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
7585: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 7586:
7587: 2010-09-20 misha
7588:
7589: * src/types/pa_vtable.C: - add EOLs while json-serializing table
7590:
7591: * src/classes/json.C: - add EOL while json-serializing hash
7592:
7593: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
7594: compilers don't like 'ES'.
7595:
7596: 2010-09-17 misha
7597:
7598: * operators.txt: - info about json class was added
7599:
7600: * src/classes/json.C: - ^json:string[object]
7601:
7602: * src/: include/pa_request.h, main/pa_request.C: - stuff for
7603: preventing infinite recursion while executing json:string was
7604: added
7605:
7606: * src/include/pa_string.h: - method append_quoted was added
7607:
7608: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
7609: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
7610: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
7611: was added to Value & Co
7612:
7613: * src/classes/date.C: - methods get_gmt_string and get_sql_string
7614: were used
7615:
7616: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
7617: were added
7618:
7619: 2010-09-10 moko
7620:
7621: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7622: die_or_abort (backport from 3.4.1)
7623:
7624: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
7625: die_or_abort (bugfix: #106)
7626:
7627: 2010-09-09 moko
7628:
7629: * src/classes/json.C: warning war. :)
7630:
7631: 2010-09-08 misha
7632:
7633: * src/lib/json/Makefile.am: - additional include directories were
7634: added (for pa_memory.h and gc.h)
7635:
7636: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
7637: compile as C++ instead default - additional include directory was
7638: added (for gc.h)
7639:
7640: * src/types/pa_vform.C: - little code reformating
7641:
7642: * src/classes/file.C: - $.content-type option now can be specified
7643: in ^file::create ( new feature: #102 )
7644:
7645: 2010-09-08 moko
7646:
7647: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
7648: pa_malloc/pa_free
7649:
7650: 2010-09-07 moko
7651:
7652: * tests/results/254.processed: VStateless_class:put_element
7653: exception was fixed
7654:
7655: * src/types/: pa_value.h, pa_vstateless_class.h: now
7656: VStateless_class:put_element barks self.type, not this.type
7657: (bugfix: #105)
7658:
7659: 2010-09-06 moko
7660:
7661: * src/classes/reflection.C: bugfix: new String() is required for
7662: exception handling
7663:
7664: * tests/: 254.html, results/254.processed: test modified
7665:
7666: 2010-09-05 moko
7667:
7668: * tests/: 254.html, results/254.processed: ^reflection:copy test
7669: added
7670:
7671: * src/: classes/reflection.C, include/pa_request.h:
7672: ^reflection:copy implemented (new feature: #100)
7673:
7674: 2010-09-03 moko
7675:
7676: * src/lib/json/JSON_parser.C: c++ compatiblity
7677:
7678: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
7679: option testing added
7680:
7681: 2010-09-02 moko
7682:
7683: * src/classes/json.C: $.distinct[first|last|all] added
7684:
7685: 2010-09-01 moko
7686:
7687: * tests/results/253.processed: json test result
7688:
7689: * tests/: 253.html, 253_json.txt: json test added
7690:
7691: * src/classes/json.C: json.C update to actual version + hash key
7692: creation bugfix
7693:
7694: 2010-08-31 misha
7695:
7696: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
7697: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
7698: src/lib/Makefile.am, src/classes/Makefile.am,
7699: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
7700: json library was added
7701:
7702: 2010-08-30 moko
7703:
7704: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
7705: types/pa_vobject.C: cosmetic optimization in
7706: request:execute_method usage
7707:
7708: * src/: include/pa_charset.h, main/pa_charset.C: small
7709: optimization, just to decrease number of lines. :)
7710:
7711: 2010-08-27 misha
7712:
7713: * src/classes/op.C: - taint[json] was added
7714:
7715: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
7716: were added
7717:
7718: * src/main/pa_exec.C: - warning fix was rolled back.
7719:
7720: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
7721: include/pa_string.h: - taint[json] was added - escaping was
7722: slightly modified
7723:
7724: 2010-08-25 misha
7725:
7726: * src/classes/file.C: - typo in file:sql exception was fixed
7727:
7728: * src/main/pa_exec.C: - warning about declared and not used
7729: variable forced_allow was removed
7730:
7731: 2010-08-14 misha
7732:
7733: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
7734: were removed
7735:
7736: 2010-08-11 moko
7737:
7738: * tests/: 249.html, results/249.processed: default setter and
7739: anti-recursive default getter test added
7740:
7741: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
7742: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
7743: types/pa_vobject.h, types/pa_vstateless_class.C,
7744: types/pa_vstateless_class.h: default setter support +
7745: anti-recursive default getter support ( new feature: #13 )
7746:
7747: * src/include/pa_hash.h: optimization: threshold member removed
7748: from hash, reducing sizeof(hash)
7749:
7750: 2010-08-10 misha
7751:
7752: * tests/196.html: - junction-method was added to the test
7753:
7754: * tests/248.html: - ups. typo :)
7755:
7756: * tests/248.html: - test for checking .match with 4 params
7757:
7758: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
7759: 247_windows1251.txt: - test for "transcode file from utf-8 to
7760: $request:charset during loading if the BOM code is detected"
7761:
7762: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
7763: $request:charset during loading if the BOM code is detected ( new
7764: feature: #98 )
7765:
7766: 2010-08-05 misha
7767:
7768: * src/classes/image.C: - ^image.replace now can accept only 2
7769: params. in this case the whole image is affected ( new feature:
7770: #95 )
7771:
7772: 2010-08-04 misha
7773:
7774: * tests/246.html: - test tor ^hash._at[] was added
7775:
7776: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
7777: #53 )
7778:
7779: * src/include/pa_hash.h: - methods for accessing the first and the
7780: last values of ordered hash were added (first_value and
7781: last_value)
7782:
7783: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
7784: (similar to others file's methods):
7785: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
7786: #68 )
7787:
7788: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
7789:
7790: 2010-08-01 moko
7791:
7792: * src/classes/op.C: to correctly process $result[] in code, called
7793: from ^process
7794:
7795: * tests/245.html: $result in ^process[] test added
7796:
7797: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
7798: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
7799: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
7800: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
7801: caller, self) op_call(VMethodFrame &frame, bool constructing)
7802: removed, construct(class,method) added
7803:
7804: * tests/results/: 192.processed, 244.processed: request::construct
7805: added
7806:
7807: * tests/: 244.html, 245.html, results/244.processed,
7808: results/245.processed: object creation exceptions and ^process
7809: tests added
7810:
7811: 2010-07-28 misha
7812:
7813: * tests/make_tests.cmd: - win32 EOLs
7814:
7815: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
7816: tests on Win32 were added (The system timezone should be GMT+3)
7817:
7818: 2010-07-26 misha
7819:
7820: * tests/: 212.html, results/212.processed: - sizes were removed
7821: mecause they could be different on different OSs
7822:
7823: * tests/065.html: - make it "win32 friendly"
7824:
7825: 2010-07-25 misha
7826:
7827: * src/main/compile.y: - all EOLs between methods are removed during
7828: compilation ( new feature: #47 )
7829:
7830: * tests/results/149.processed: - prepare tests to trim trailing
7831: methods' EOLs
7832:
7833: * tests/149.html: - prepare tests to trim trailing methods' EOLs
7834:
7835: * tests/: results/006.processed, results/014.processed, 006.html,
7836: 014.html, 022.html: - prepare tests to trim trailing methods'
7837: EOLs
7838:
7839: * tests/: 059.html, 071.html, 149.html, results/059.processed,
7840: results/071.processed, results/022.processed: - prepare tests to
7841: trim trailing methods' EOLs
7842:
7843: * tests/: results/073.processed, results/109.processed,
7844: results/142.processed, results/144.processed,
7845: results/149.processed, 073.html, 096.html, 109.html, 142.html,
7846: 144.html: - prepare tests to trim trailing methods' EOLs
7847:
7848: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
7849: 149.html, 152.html, results/096.processed, results/107.processed,
7850: results/109.processed, results/142.processed,
7851: results/144.processed: - prepare tests to trim trailing methods'
7852: EOLs
7853:
7854: 2010-07-24 moko
7855:
7856: * tests/results/: 156.processed, 224.processed: fix for #54 changed
7857: the hash order in this test
7858:
7859: * tests/014.html: to check hash order, hash no is longer sorted
7860: before print
7861:
7862: * src/include/pa_hash.h: hash copy constructor now keeps order
7863: (bugfix: #54)
7864:
7865: 2010-07-23 moko
7866:
7867: * tests/results/224.processed: @auto[] is no longer inherited
7868:
7869: * src/types/pa_vstateless_class.C, tests/227.html,
7870: tests/results/227.processed: @auto[] is no longer inherited
7871: (bugfix: #57)
7872:
7873: 2010-07-22 misha
7874:
7875: * src/classes/table.C: - don't skip comment lines during
7876: table::load if encloser or separator is set as '#' ( new feature:
7877: #30 )
7878:
7879: * src/targets/cgi/parser3.C: - don't run as cgi if
7880: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
7881: #12 )
7882:
7883: * src/classes/file.C: - set PARSER_VARSION env before external
7884: script executing
7885:
7886: 2010-07-13 misha
7887:
7888: * tests/058.html: - test for suppressing @border was added - test
7889: for user attribute was added
7890:
7891: * tests/results/186.processed: unescaping from \uXXXX
7892:
7893: * tests/186.html: unescaping from \uXXXX
7894:
7895: * tests/: 239.html, results/239.processed: method call type
7896:
7897: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
7898: $junction_method.CLASS_NAME (+CLASS)
7899:
7900: 2010-07-07 misha
7901:
7902: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
7903: *nix
7904:
7905: 2010-07-05 misha
7906:
7907: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7908: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
7909: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
7910: comment strings "options must be hash", "options must be hash,
7911: not code" and "called with invalid option" were replaced by
7912: constatns - exception comment string "invalid option passed" was
7913: replaced by "called with invalid option" (now in different
7914: methods are the same exception comment string)
7915:
7916: * src/include/pa_exception.h: - more exception strings were defined
7917:
7918: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
7919: types/pa_vstateless_class.h: - now we can define possible
7920: method's call type ( new feature: #5 ) 1.
7921: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
7922: methods 2. @static:method[params] (only static keyword could be
7923: used here) -- for specified methods
7924:
7925: * src/main/pa_common.C: - junction points should not be deleted on
7926: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
7927: cleanup
7928:
7929: 2010-07-03 misha
7930:
7931: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
7932: results/158.processed, results/160.processed,
7933: results/161.processed, results/162.processed,
7934: results/163.processed: - prepare tests to trim trailing methods'
7935: EOLs
7936:
7937: * tests/results/169.processed: - prepare tests to trim trailing
7938: methods' EOLs
7939:
7940: * tests/results/: 168.processed, 169.processed: - prepare tests to
7941: trim trailing methods' EOLs
7942:
7943: * tests/: results/170.processed, results/167.processed,
7944: results/168.processed, results/169.processed, 167.html, 168.html,
7945: 169.html: - prepare tests to trim trailing methods' EOLs
7946:
7947: * tests/: results/170.processed, results/171.processed,
7948: results/172.processed, results/173.processed,
7949: results/174.processed, results/175.processed, 170.html, 171.html,
7950: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
7951: trailing methods' EOLs
7952:
7953: * tests/: results/176.processed, results/180.processed,
7954: results/184.processed, results/185.processed,
7955: results/191.processed, results/192.processed,
7956: results/196.processed, results/197.processed,
7957: results/198.processed, 176.html, 180.html, 184.html, 185.html,
7958: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
7959: to trim trailing methods' EOLs
7960:
7961: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
7962: results/199.processed, results/208.processed,
7963: results/209.processed, results/213.processed,
7964: results/214.processed: - prepare tests to trim trailing methods'
7965: EOLs
7966:
7967: 2010-06-29 misha
7968:
7969: * tests/: 220.html, 218.html, results/218.processed,
7970: results/215.processed, results/217.processed, 215.html, 217.html:
7971: - prepare tests to trim trailing methods' EOLs
7972:
7973: * tests/: results/224.processed, 224.html, 223.html,
7974: results/223.processed, results/220.processed: - prepare tests to
7975: trim trailing methods' EOLs
7976:
7977: * tests/results/: 226.processed, 230.processed: - prepare tests to
7978: trim trailing methods' EOLs
7979:
7980: * tests/: 229.html, results/229.processed: - prepare tests to trim
7981: trailing methods' EOLs
7982:
7983: * tests/: 232.html, 235.html, results/232.processed,
7984: results/235.processed, 226.html, 227.html, 228.html, 230.html,
7985: results/226.processed, results/227.processed,
7986: results/228.processed, results/230.processed: - prepare tests to
7987: trim trailing methods' EOLs
7988:
7989: 2010-06-16 moko
7990:
7991: * tests/: 229.html, results/229.processed: elseif now supported in
7992: ^if
7993:
7994: * src/classes/op.C: new feature: #56 elseif now supported in ^if
7995:
7996: 2010-06-03 misha
7997:
7998: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
7999: instead of memcopy for overlaped regions
8000:
8001: 2010-05-25 misha
8002:
8003: * src/main/pa_common.C: - wanring about unused vars was removed
8004:
8005: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
8006: get_method_filename was moved to execute.C
8007:
8008: 2010-05-23 misha
8009:
8010: * src/main/pa_request.C: - more accurate detection of method's file
8011:
8012: 2010-05-22 misha
8013:
8014: * src/classes/reflection.C: - bugfix: core during detection of
8015: .file if filespec isn't detected successfully
8016:
8017: 2010-05-20 misha
8018:
8019: * src/main/pa_request.C: - fix in get_method_filename
8020:
8021: * src/include/pa_request.h: - new feature: #24 -- searching
8022: included file in @USE/^use is changed. if its filespec doesn't
8023: start from '/' it will be searched in caller file directory
8024:
8025: * src/classes/reflection.C: - ^reflection:method_info returns file
8026: where the method is defined
8027:
8028: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
8029: classes/op.C: - new feature: #24 -- searching included file in
8030: @USE/^use is changed. if its filespec doesn't start from '/' it
8031: will be searched in caller file directory
8032:
8033: * src/: classes/file.C, include/pa_common.h: - method lastposafter
8034: is moved to pa_common.h
8035:
8036: 2010-05-18 misha
8037:
8038: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
8039: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
8040: cookie parser decode \uXXXX as well as %uXXXX
8041:
8042: 2010-05-17 misha
8043:
8044: * src/classes/curl.C: beauty: - unused param is removed in method
8045: _curl_version_action - some spaces were removed or replaced by
8046: tabs
8047:
8048: * src/classes/table.C: - bugfix: #72 core with empty value during
8049: ^table.hash[...;name_of_the_last_column][$.type[string]]
8050:
8051: 2010-05-16 misha
8052:
8053: * src/classes/curl.C: new: #61 more curl options were added
8054: (contributed by Sumo)
8055:
8056: 2010-04-29 pretender
8057:
8058: * src/main/pa_string.C: fixes #63 Split result from empty string
8059: now empty string.
8060:
8061: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
8062: string type.
8063:
8064: 2010-04-28 pretender
8065:
8066: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8067: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
8068: macrodefinition removed
8069:
8070: 2010-04-19 pretender
8071:
8072: * src/main/execute.C: fixes #60 Stacktrace now contains info for
8073: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
8074:
8075: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
8076: fixes #64 Now file.missing exception generates in unsafe mode to.
8077:
8078: * src/classes/file.C: fixes #48 Now not throw "not save environment
8079: variable" exception in grpunlim version.
8080:
8081: 2010-04-05 misha
8082:
8083: * src/classes/string.C: - new feature: 4th param was added to
8084: match. if specified its value is returned in case of nothing was
8085: found
8086:
8087: 2010-04-01 misha
8088:
8089: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
8090: multiple execution of /a/b/auto.p
8091:
8092: 2010-03-19 misha
8093:
8094: * src/main/execute.C: - core in $table1.$table2 was fixed
8095:
8096: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
8097:
8098: 2010-01-27 misha
8099:
8100: * src/main/pa_common.C: - bugfix: there are no excaption.type if
8101: trying to open file by path /existing-file/non-exixting-file
8102:
8103: 2010-01-26 misha
8104:
8105: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
8106: was added (returns file)
8107:
8108: 2009-12-22 misha
8109:
8110: * src/classes/curl.C: - method 'option' was renamed to 'options' -
8111: now parser doesn't have class curl if it was built without it
8112:
8113: 2009-12-15 misha
8114:
8115: * configure.in: - little cheat with curl include dir was added
8116:
8117: 2009-12-05 misha
8118:
8119: * src/classes/curl.C: - some fixes
8120:
8121: 2009-12-04 misha
8122:
8123: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
8124: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
8125: buildall-with-xml, buildall-without-xml, configure.in: - curl
8126: class was added
8127:
8128: * src/include/pa_hash.h: - hash-iterator was added
8129:
8130: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
8131: was added to pcre
8132:
8133: 2009-11-27 misha
8134:
8135: * src/classes/image.C: - don't add @border attribute to output of
8136: ^image.html[] if it was specified by user with empty value
8137:
8138: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
8139: root element and we are trying to access .documentElement
8140:
8141: 2009-11-11 misha
8142:
8143: * src/classes/table.C: - in ^table.flip[] look at number of columns
8144: instead of number of items in first row for named tables
8145:
8146: 2009-11-10 misha
8147:
8148: * operators.txt: - info about hash-options in ^file::create was
8149: added
8150:
8151: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
8152: added
8153:
8154: 2009-11-09 misha
8155:
8156: * buildall-with-xml: - moving to libxml 2.7.6
8157:
8158: * tests/236.html: - tests for comparations cords with functions
8159: were added
8160:
8161: * src/include/pa_string.h: - optimisation: cacheing of cstr was
8162: added
8163:
8164: * src/main/pa_http.C: - little optimisation
8165:
8166: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
8167: GPF mallocs + stringstream (table.save)
8168:
8169: * src/classes/file.C: - file::create now accepts 4th param: options
8170: with $.charset
8171:
8172: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
8173: bug in cord (comparation cords with functions was buggy)
8174:
8175: 2009-11-06 misha
8176:
8177: * src/main/pa_string.C: - bugfix: calculation string.length
8178: sometimes was buggy
8179:
8180: * src/classes/string.C: - bugfix: Temp_value_element wasn't
8181: destroyed if exception occured during match/replace
8182:
8183: * src/: main/pa_charset.C, include/pa_charset.h: - method
8184: lengthUTF8Char was added
8185:
8186: * src/classes/op.C: - clean tainting lang was added for user's
8187: usage
8188:
8189: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
8190: fixed: checkouts are required after GC_MALLOC
8191:
8192: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
8193:
8194: * operators.txt: - actually, there is no ^untaint[xml] in
8195: file::create
8196:
8197: 2009-10-15 misha
8198:
8199: * tests/: 235.html, 235_attach.txt: - tests for preparing email
8200: were added
8201:
8202: * tests/234.html: - more tests for checking ^taint[uri] escaping
8203: were added
8204:
8205: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
8206: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
8207: hacking: for dealing with transcoding+^taint[uri]
8208: transcode_and_untaint was replaced by untaint_and_transcode
8209:
8210: 2009-10-13 misha
8211:
8212: * tests/: 121.html, results/121.processed: - test transcoding +
8213: url-escaping now
8214:
8215: * tests/results/auto.p: - more helpers' methods were added
8216:
8217: * src/main/pa_globals.C: - die instead of abort
8218:
8219: 2009-10-06 misha
8220:
8221: * src/main/pa_common.C: - don't allocate memory during
8222: capitalization if input string is already capitalized
8223:
8224: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
8225:
8226: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
8227: use format function because it calls malloc
8228:
8229: * src/include/pa_common.h: - more capitalized headers were added
8230:
8231: * src/main/pa_common.C: - in safe mode clear executable bits during
8232: file writing
8233:
8234: 2009-10-05 misha
8235:
8236: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
8237:
8238: 2009-10-03 misha
8239:
8240: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
8241: ^img.text[] & ^img.length[] can work in utf-8 now
8242:
8243: * src/: include/pa_charset.h, main/pa_charset.C: - class
8244: UTF8_string_iterator was added
8245:
8246: * src/classes/image.C: - respect utf-8 when calculate alphabet
8247: length
8248:
8249: * src/classes/mail.C: - check from before get message.cstr
8250:
8251: 2009-10-02 misha
8252:
8253: * tests/233.html: - test for image.font, image.length, image.text
8254: with text in utf-8 were added
8255:
8256: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
8257:
8258: * buildall-with-xml, buildall-without-xml: - comment about gc
8259: version for freebsd 4 was added
8260:
8261: 2009-10-01 misha
8262:
8263: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
8264: terminator) - read_pipe were slightly optimized
8265:
8266: 2009-09-28 misha
8267:
8268: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
8269: removed
8270:
8271: * src/types/pa_vmail.C: - forgot about space after ':'
8272:
8273: * src/types/pa_vmail.C: - escape filenames while preparing mail
8274: body - small simplifications
8275:
8276: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
8277: inout params like pa_base64
8278:
8279: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
8280: option $.debug-print(1) was added to mail:send - changes for
8281: using uue_encode which uses less memory
8282:
8283: * src/main/pa_common.C: - pa_base64_encode uses less memory now
8284:
8285: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
8286: memory now
8287:
8288: 2009-09-26 misha
8289:
8290: * src/types/pa_vmail.C: - default encoding now is base64
8291:
8292: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
8293:
8294: 2009-09-25 misha
8295:
8296: * src/types/pa_vmail.C: - capitalization of headers was added to
8297: sending mail as well
8298:
8299: * buildall-with-xml: - catalog package was removed from libxml
8300:
8301: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
8302: win32 absolute path
8303:
8304: * src/include/pa_common.h: - one more capitalized header was added
8305:
8306: 2009-09-22 misha
8307:
8308: * INSTALL: - comment about building just httpd binary while
8309: building apache module was added
8310:
8311: 2009-09-21 misha
8312:
8313: * buildall-with-xml: - moving to the latest versions of xml libs:
8314: libxml 2.7.4 and libxslt 1.1.25
8315:
8316: 2009-09-19 misha
8317:
8318: * tests/231.html: - test for encoding cookie in win-1251
8319:
8320: 2009-09-18 misha
8321:
8322: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
8323: object] were added
8324:
8325: * operators.txt: - info about method ^reflection:fields[class or
8326: object] was added
8327:
8328: * src/classes/reflection.C: - method ^reflection:fields[class or
8329: object] was added
8330:
8331: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
8332: methods get_fields were added
8333:
8334: * tests/232.html: - tests for @GET[name]
8335:
8336: * src/classes/table.C: - some changes in handling hash-options for
8337: creare, join and locate
8338:
8339: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
8340: defined with option: the type of requested value
8341:
8342: 2009-09-17 misha
8343:
8344: * tests/212.html: - tests for .pattern and .options were added
8345:
8346: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
8347: $regex.options were added
8348:
8349: 2009-09-11 misha
8350:
8351: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
8352: rewrited. it checks not just one case of sending cookies during
8353: file::load[http], but also sending headers and fields (including
8354: files)
8355:
8356: 2009-09-10 misha
8357:
8358: * src/main/untaint.C: - workaround in file-spec lang for old Macs
8359: was removed => now parser can open files with Russian 'r' in
8360: filename
8361:
8362: * src/main/untaint.C: - bugfix: client charset whould be analized
8363: while escaping cookies but now source charset
8364:
8365: * src/main/pa_http.C: - bugfix: the values of http headers didn't
8366: ^tainted[uri] so it was possible to make request with incorrect
8367: http header
8368:
8369: * src/main/pa_http.C: - capitalization of http headers during
8370: file::load[http was slightly changes - bugfix: all headers which
8371: parser sends during file::load[http should be transcoded and only
8372: then escaped
8373:
8374: * src/main/untaint.C: - a bit more comments were added
8375:
8376: * src/classes/: file.C, string.C: - types where changes (minus 2
8377: warnings)
8378:
8379: * src/include/pa_common.h: - 2 capitalized strings for making http
8380: headers during file::load[http were added
8381:
8382: 2009-09-08 misha
8383:
8384: * operators.txt: - changes in file.save and string.save were added
8385:
8386: * tests/: 230.html, 230.txt: - tests for checking options in
8387: file.save and string.save were added
8388:
8389: * src/main/pa_request.C: - http headers names, which are passed to
8390: SAPI::add_header_attribute are lowercased now (it'll be
8391: capitalized in that method)
8392:
8393: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
8394: classes/string.C: - file_write accepts Request_charsets and asked
8395: charset and cound transcode content before writing - string.save
8396: and file.save have option $.charset now
8397:
8398: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
8399: classes/xdoc.C: - file_write accepts Request_charsets and asked
8400: charset and cound transcode content before writing
8401:
8402: * src/include/pa_exception.h: - new exception comment string was
8403: defined
8404:
8405: 2009-09-07 misha
8406:
8407: * src/main/compile.y: - grammar $name\ name stops now for regex
8408: sub-pattern\s
8409:
8410: 2009-09-04 misha
8411:
8412: * src/main/pa_http.C: - capitalization of http headers during
8413: file::load[http was implemented
8414:
8415: 2009-09-03 misha
8416:
8417: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
8418: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
8419: types/pa_vmail.C, targets/cgi/parser3.C,
8420: targets/isapi/parser3isapi.C: - back to storing response http
8421: headers in lowercase - capitalize them during output
8422:
8423: 2009-08-31 misha
8424:
8425: * src/classes/table.C: - allow call with any brackets (it could be
8426: useful in methods with explict result declaration)
8427:
8428: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
8429: correctly if $request:charset==koi8-r
8430:
8431: 2009-08-30 misha
8432:
8433: * src/: include/pa_common.h, main/pa_request.C: - http headers were
8434: changed: content-type => Content-type and so on
8435:
8436: * src/classes/file.C, src/include/pa_common.h,
8437: src/include/pa_request.h, src/main/pa_http.C,
8438: src/main/pa_request.C, src/types/pa_vcookie.C,
8439: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
8440: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
8441: tests/results/002.processed, tests/results/003.processed,
8442: tests/results/004.processed, tests/results/005.processed,
8443: tests/results/006.processed, tests/results/007.processed,
8444: tests/results/008.processed, tests/results/009.processed,
8445: tests/results/010.processed, tests/results/011.processed,
8446: tests/results/012.processed, tests/results/013.processed,
8447: tests/results/014.processed, tests/results/015.processed,
8448: tests/results/016.processed, tests/results/017.processed,
8449: tests/results/018.processed, tests/results/019.processed,
8450: tests/results/020.processed, tests/results/021.processed,
8451: tests/results/022.processed, tests/results/023.processed,
8452: tests/results/024.processed, tests/results/025.processed,
8453: tests/results/026.processed, tests/results/027.processed,
8454: tests/results/028.processed, tests/results/029.processed,
8455: tests/results/030.processed, tests/results/031.processed,
8456: tests/results/032.processed, tests/results/033.processed,
8457: tests/results/034.processed, tests/results/035.processed,
8458: tests/results/036.processed, tests/results/037.processed,
8459: tests/results/038.processed, tests/results/039.processed,
8460: tests/results/040.processed, tests/results/041.processed,
8461: tests/results/042.processed, tests/results/043.processed,
8462: tests/results/044.processed, tests/results/045.processed,
8463: tests/results/046.processed, tests/results/047.processed,
8464: tests/results/048.processed, tests/results/049.processed,
8465: tests/results/050.processed, tests/results/051.processed,
8466: tests/results/052.processed, tests/results/053.processed,
8467: tests/results/054.processed, tests/results/055.processed,
8468: tests/results/056.processed, tests/results/057.processed,
8469: tests/results/058.processed, tests/results/059.processed,
8470: tests/results/060.processed, tests/results/061.processed,
8471: tests/results/062.processed, tests/results/063.processed,
8472: tests/results/064.processed, tests/results/065.processed,
8473: tests/results/066.processed, tests/results/067.processed,
8474: tests/results/068.processed, tests/results/069.processed,
8475: tests/results/070.processed, tests/results/071.processed,
8476: tests/results/072.processed, tests/results/073.processed,
8477: tests/results/074.processed, tests/results/075.processed,
8478: tests/results/076.processed, tests/results/077.processed,
8479: tests/results/078.processed, tests/results/079.processed,
8480: tests/results/080.processed, tests/results/081.processed,
8481: tests/results/082.processed, tests/results/083.processed,
8482: tests/results/084.processed, tests/results/085.processed,
8483: tests/results/086.processed, tests/results/087.processed,
8484: tests/results/088.processed, tests/results/089.processed,
8485: tests/results/090.processed, tests/results/091.processed,
8486: tests/results/092.processed, tests/results/093.processed,
8487: tests/results/094.processed, tests/results/095.processed,
8488: tests/results/096.processed, tests/results/097.processed,
8489: tests/results/098.processed, tests/results/099.processed,
8490: tests/results/100.processed, tests/results/101.processed,
8491: tests/results/102.processed, tests/results/103.processed,
8492: tests/results/104.processed, tests/results/105.processed,
8493: tests/results/106.processed, tests/results/107.processed,
8494: tests/results/108.processed, tests/results/109.processed,
8495: tests/results/110.processed, tests/results/111.processed,
8496: tests/results/112.processed, tests/results/113.processed,
8497: tests/results/114.processed, tests/results/115.processed,
8498: tests/results/116.processed, tests/results/117.processed,
8499: tests/results/118.processed, tests/results/119.processed,
8500: tests/results/120.processed, tests/results/121.processed,
8501: tests/results/122.processed, tests/results/123.processed,
8502: tests/results/124.processed, tests/results/125.processed,
8503: tests/results/126.processed, tests/results/127.processed,
8504: tests/results/128.processed, tests/results/129.processed,
8505: tests/results/130.processed, tests/results/131.processed,
8506: tests/results/132.processed, tests/results/133.processed,
8507: tests/results/134.processed, tests/results/135.processed,
8508: tests/results/136.processed, tests/results/138.processed,
8509: tests/results/139.processed, tests/results/140.processed,
8510: tests/results/141.processed, tests/results/142.processed,
8511: tests/results/143.processed, tests/results/144.processed,
8512: tests/results/145.processed, tests/results/146.processed,
8513: tests/results/147.processed, tests/results/148.processed,
8514: tests/results/149.processed, tests/results/150.processed,
8515: tests/results/151.processed, tests/results/152.processed,
8516: tests/results/153.processed, tests/results/154.processed,
8517: tests/results/155.processed, tests/results/156.processed,
8518: tests/results/157.processed, tests/results/158.processed,
8519: tests/results/159.processed, tests/results/160.processed,
8520: tests/results/161.processed, tests/results/162.processed,
8521: tests/results/163.processed, tests/results/164.processed,
8522: tests/results/165.processed, tests/results/166.processed,
8523: tests/results/167.processed, tests/results/168.processed,
8524: tests/results/169.processed, tests/results/170.processed,
8525: tests/results/171.processed, tests/results/172.processed,
8526: tests/results/173.processed, tests/results/174.processed,
8527: tests/results/175.processed, tests/results/176.processed,
8528: tests/results/177.processed, tests/results/178.processed,
8529: tests/results/179.processed, tests/results/180.processed,
8530: tests/results/181.processed, tests/results/182.processed,
8531: tests/results/183.processed, tests/results/184.processed,
8532: tests/results/185.processed, tests/results/186.processed,
8533: tests/results/187.processed, tests/results/188.processed,
8534: tests/results/189.processed, tests/results/190.processed,
8535: tests/results/191.processed, tests/results/192.processed,
8536: tests/results/193.processed, tests/results/194.processed,
8537: tests/results/195.processed, tests/results/196.processed,
8538: tests/results/197.processed, tests/results/198.processed,
8539: tests/results/199.processed, tests/results/200.processed,
8540: tests/results/201.processed, tests/results/202.processed,
8541: tests/results/203.processed, tests/results/204.processed,
8542: tests/results/205.processed, tests/results/206.processed,
8543: tests/results/207.processed, tests/results/208.processed,
8544: tests/results/209.processed, tests/results/210.processed,
8545: tests/results/211.processed, tests/results/212.processed,
8546: tests/results/213.processed, tests/results/214.processed,
8547: tests/results/215.processed, tests/results/216.processed,
8548: tests/results/217.processed, tests/results/218.processed,
8549: tests/results/219.processed, tests/results/220.processed,
8550: tests/results/221.processed, tests/results/222.processed,
8551: tests/results/223.processed, tests/results/224.processed,
8552: tests/results/225.processed, tests/results/226.processed,
8553: tests/results/227.processed, tests/results/228.processed,
8554: tests/results/229.processed: - http headers were changed:
8555: content-type => Content-type and so on
8556:
8557: 2009-08-27 misha
8558:
8559: * src/: main/pa_random.C, include/pa_random.h,
8560: targets/cgi/parser3.C: - year was updated :)
8561:
8562: 2009-08-26 misha
8563:
8564: * tests/: 224.html, 224.p: - test for creating of parser object
8565: using constructor without params - little bugfix in test
8566:
8567: * src/main/compile_tools.h: - bugfix: should't call autouse while
8568: checking existed class while processing partial option
8569:
8570: * src/classes/reflection.C: - bugfix: core when creating object
8571: with reflection and constructor doesn't have params
8572:
8573: 2009-08-24 misha
8574:
8575: * tests/229.html: - tests for checking the number of parameters
8576: were added
8577:
8578: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
8579: number of method's parameters wasn't checked correctly (the bug
8580: was introduced in 3.4.0)
8581:
8582: 2009-08-22 misha
8583:
8584: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
8585: transcoded, but tainted pieces are escaped only when
8586: content-type==url-encoding
8587:
8588: * tests/228.html: - test for checking
8589: ^file::load[http://...;$.body[]]
8590:
8591: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
8592: post charset was too early (charsets is empty at this moment)
8593:
8594: 2009-08-21 misha
8595:
8596: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
8597: main/untaint.C: - some fixes with transcode+untaint
8598:
8599: 2009-08-15 misha
8600:
8601: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
8602: was increaced to 100 (was 50)
8603:
8604: * tests/227.html: - test for checking overriding properties in
8605: static classes was added
8606:
8607: * tests/: 226.html, 226.p: - test for @autoload[] was added
8608:
8609: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
8610: main/execute.C, main/pa_request.C, classes/reflection.C: -
8611: autouse was implemented
8612:
8613: 2009-08-14 misha
8614:
8615: * src/classes/reflection.C: - outdated checkout was removed
8616:
8617: * src/classes/reflection.C: - optimization - method ^dynamical was
8618: added.
8619:
8620: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
8621: types/pa_vstateless_class.h, main/execute.C: - optimization
8622:
8623: * src/types/pa_vclass.C: - exception if base on sytem class
8624:
8625: 2009-08-12 misha
8626:
8627: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8628: pa_vstateless_class.h: - little optimisation
8629:
8630: 2009-08-11 misha
8631:
8632: * tests/224.html: - method_params => method_info - checking for
8633: $.inherited
8634:
8635: * src/classes/reflection.C, operators.txt: - method method_params
8636: was renamed to method_info and now it returns class name, if
8637: method was defined in ancestor
8638:
8639: * tests/225.html: - tests for cheching properties in hierarhical
8640: classes were added
8641:
8642: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
8643: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8644: main/compile.y, main/execute.C, classes/classes.C: - problems
8645: with properties in new classes implementation were fixed
8646:
8647: 2009-08-10 misha
8648:
8649: * src/main/execute.C: - now constructor shouldn't be defined in
8650: class. it could be defined in parent.
8651:
8652: 2009-08-09 misha
8653:
8654: * src/classes/reflection.C: - ^reflection:methods doesn't return
8655: base's methods
8656:
8657: 2009-08-08 misha
8658:
8659: * src/: classes/classes.h, classes/date.C, classes/file.C,
8660: classes/form.C, classes/hash.C, classes/hashfile.C,
8661: classes/image.C, classes/mail.C, classes/op.C,
8662: classes/reflection.C, classes/regex.C, classes/string.C,
8663: classes/table.C, classes/xdoc.C, classes/xnode.C,
8664: classes/xnode.h, include/pa_hash.h, main/execute.C,
8665: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
8666: types/pa_method.h, types/pa_property.h, types/pa_value.C,
8667: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8668: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8669: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
8670: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8671: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
8672: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
8673: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
8674: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
8675: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
8676: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
8677: types/pa_vresponse.C, types/pa_vresponse.h,
8678: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8679: types/pa_vstateless_object.h, types/pa_vstatus.C,
8680: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
8681: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
8682: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8683: types/pa_wwrapper.h, types/types.vcproj: - new classes
8684: implementation
8685:
8686: * buildall-with-xml, buildall-without-xml: - gc has a bug if
8687: USE_MUNMAP is used. so it is disabled as a workaround.
8688:
8689: 2009-08-05 misha
8690:
8691: * src/: main/pa_common.C, include/pa_common.h: - not needed
8692: parameter was removed
8693:
8694: * src/main/pa_http.C: - bugfix: error was during detecting
8695: content-type of file which was loaded by http
8696:
8697: 2009-08-01 misha
8698:
8699: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
8700: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
8701: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
8702: can't be disabled with defines any longer
8703:
8704: 2009-07-29 misha
8705:
8706: * src/classes/reflection.C, tests/results/224.processed: - for
8707: native methods with any call type now returned empty call_type
8708: value
8709:
8710: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8711: classes/table.C, include/pa_hash.h, include/pa_request.h,
8712: main/pa_request.C: - break in cycles was optimized
8713:
8714: * INSTALL: - more defines were described
8715:
8716: 2009-07-28 misha
8717:
8718: * operators.txt: - some changes in information about reflection
8719: class
8720:
8721: * tests/: 224.html, 224.p: - tests for reflection class
8722:
8723: * src/classes/reflection.C: - some bugs were fixed, method classes
8724: was added, refactoring
8725:
8726: 2009-07-26 misha
8727:
8728: * src/classes/classes.vcproj: - reflection class wass added to
8729: project
8730:
8731: * operators.txt: - information about reflection class was added
8732:
8733: * src/classes/reflection.C: - class was redesigned
8734:
8735: 2009-07-24 misha
8736:
8737: * src/classes/: Makefile.am, reflection.C: - class reflection was
8738: added
8739:
8740: * src/types/pa_vstateless_class.h: - method for reflection method's
8741: in classes was added
8742:
8743: 2009-07-22 misha
8744:
8745: * src/main/compile_tools.h: - bugfix: $object.$var was
8746: over-optimized. it failed if $object1.$object2.field
8747:
8748: 2009-07-16 misha
8749:
8750: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
8751: lib/cord/cordxtra.c, lib/cord/include/cord.h,
8752: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
8753: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
8754: one more arg: length of cord
8755:
8756: 2009-07-15 misha
8757:
8758: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
8759: tainted in ^file::load[http://...;$.cookies[]]
8760:
8761: * src/classes/: op.C, regex.C, string.C: - new string with
8762: exception was used
8763:
8764: * src/include/pa_exception.h: - new string with exception was added
8765:
8766: * tests/223.html: - test for checking cookie-encoding during
8767: ^file::load[http was added
8768:
8769: * tests/: 221.html, 222.html: - tests for checking type of
8770: $table.fields.field were added
8771:
8772: * src/types/pa_vtable.C: - not used var decl was removed
8773:
8774: * src/include/pa_string.h: - use cached string length in Body::mid.
8775: it improves speed of match with brackets in pattern
8776:
8777: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
8778: outside
8779:
8780: 2009-07-14 misha
8781:
8782: * src/types/pa_vtable.C: - $table.fields.a return string even if
8783: column is empty (sometime returned void) - $table.fields was
8784: added for nameless tables
8785:
8786: * src/targets/cgi/getopt.c: - one warning resolved
8787:
8788: * src/main/pa_string.C: - potentian bug fixed
8789:
8790: * src/classes/op.C: - small optimization in taint/untaint
8791:
8792: 2009-07-13 misha
8793:
8794: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
8795: added
8796:
8797: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
8798: souldn't add the attribut to output
8799:
8800: 2009-07-11 misha
8801:
8802: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8803: stack size was increaced to 2MB (default=1MB)
8804:
8805: 2009-07-08 misha
8806:
8807: * src/main/pa_string.C: - link to UTF-8 description was added
8808:
8809: * src/include/pa_hash.h: - hash keeps element's order in more
8810: places (ex: ._keys[])
8811:
8812: * tests/220.html: - test for checking order of elements in hash in
8813: foreach was added
8814:
8815: * tests/172.html: - small changes in printing hash
8816:
8817: * tests/129.html: - small changes in printing hash
8818:
8819: * src/: include/pa_common.h, include/pa_hash.h,
8820: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
8821: types/pa_vmethod_frame.h: - hash now keeps order of elements
8822:
8823: * tests/014.html: - small changes in printing hash
8824:
8825: 2009-07-07 misha
8826:
8827: * src/classes/op.C: - new taint language "parser-code" was added
8828:
8829: * tests/219.html: - test for auto untaint parser code in process
8830: was added
8831:
8832: * src/classes/op.C: - tainted pieces in body of process are
8833: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
8834:
8835: * src/: include/pa_string.h, main/untaint.C: - new language
8836: L_PARSER_CODE for auto-untaint in process was added
8837:
8838: * src/: classes/file.C, classes/hash.C, classes/image.C,
8839: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
8840: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
8841: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
8842: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
8843: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
8844: code cleanup
8845:
8846: 2009-07-06 misha
8847:
8848: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
8849: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
8850: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8851:
8852: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
8853: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
8854: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
8855: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
8856: should be used
8857:
8858: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
8859: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
8860: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
8861: untaint_cstr[m] should be used
8862:
8863: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
8864: deleted. taint_cstr[m] and untaint_cstr[m] should be used
8865:
8866: * tests/218.html: - test for checking automatic file-spec-taint was
8867: added
8868:
8869: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
8870: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
8871: classes/file.C, classes/hash.C, classes/image.C,
8872: classes/string.C, classes/table.C, classes/void.C,
8873: classes/xdoc.C: - optimizations and simplification of
8874: string.cstr(...)
8875:
8876: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
8877: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
8878: - optimizations and simplification of string.cstr(...)
8879:
8880: 2009-07-04 misha
8881:
8882: * tests/217.html: - test for recursion detection was added
8883:
8884: * src/: types/types.vcproj, main/main.vcproj,
8885: classes/classes.vcproj, targets/cgi/parser3.vcproj,
8886: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
8887: from .vcproj
8888:
8889: * src/types/pa_wwrapper.h: - dynamic_cast was removed
8890:
8891: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
8892: uploading files and case-insensitive http-method were added
8893:
8894: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
8895: tainted pattern in ^file:list[] was added
8896:
8897: 2009-07-03 misha
8898:
8899: * src/: classes/classes.vcproj, main/main.vcproj,
8900: types/types.vcproj, targets/cgi/parser3.vcproj,
8901: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
8902: for dynamic_cast) - little options changes
8903:
8904: * src/main/pa_http.C: - file::load[http works now with uploading
8905: files _and_ changing $.charset
8906:
8907: 2009-06-29 misha
8908:
8909: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
8910: while creating pattern
8911:
8912: 2009-06-25 misha
8913:
8914: * src/classes/image.C, operators.txt: - options' names for
8915: ^image.font were changed to $.space, $.width and $spacing -
8916: default space width now == gif's width
8917:
8918: 2009-06-24 misha
8919:
8920: * tests/215.html: - tests for $file.mode were added
8921:
8922: * operators.txt: - added info about $file.mode and changes in
8923: ^image.font[
8924:
8925: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
8926: param now could be omited - third param now could be hash (with
8927: all widths options: $.space-width, $.letter-width) - it's
8928: possible to specify tracking ($.letter-space)
8929:
8930: * src/classes/file.C: - file objects now could have mode field
8931: (text|binary)
8932:
8933: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
8934:
8935: 2009-06-23 misha
8936:
8937: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8938: trim can work with utf-8 chars now
8939:
8940: 2009-06-20 misha
8941:
8942: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
8943: was implemented
8944:
8945: * src/classes/table.C: - string length cacheing was implemented
8946:
8947: * src/include/pa_string.h: - string length cacheing was implemented
8948:
8949: 2009-06-17 misha
8950:
8951: * src/main/execute.C: - value param was removed from
8952: WContext::WContext
8953:
8954: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
8955: pa_wwrapper.h: - value param was removed from WContext::WContext
8956: - field wcontext was removed from VCodeFrame (using fparent
8957: instead)
8958:
8959: * tests/214.html: - test with hash copying
8960:
8961: 2009-06-16 misha
8962:
8963: * tests/: 062.html, results/062.processed: - evaluation hardcoded
8964: strings doesn't work in expression anymore
8965:
8966: * src/main/execute.C: - less calls for get_constructing() - little
8967: refactoring
8968:
8969: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
8970: include/pa_request.h: - less calls for get_constructing()
8971:
8972: * src/classes/: hash.C, hashfile.C: - fixed bug which was
8973: introduced with OPTIMIZE_SINGLE_STRING optimization
8974:
8975: 2009-06-14 misha
8976:
8977: * src/: classes/date.C, classes/file.C, classes/hash.C,
8978: classes/hashfile.C, classes/image.C, classes/regex.C,
8979: classes/table.C, classes/xdoc.C, classes/xnode.h,
8980: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8981: types/pa_vstateless_class.h, main/execute.C: - create object for
8982: storing object's fields only for parser objects
8983:
8984: 2009-06-13 misha
8985:
8986: * buildall-with-xml, buildall-without-xml: - new option was added
8987: for building GC (it slightly reduces memory usage)
8988:
8989: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
8990: single string write
8991:
8992: * src/main/execute.C: - bytecode optimization of ^class:constructor
8993: - optimization of single string write
8994:
8995: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
8996: - bytecode optimization of ^class:constructor
8997:
8998: 2009-06-09 misha
8999:
9000: * src/targets/cgi/parser3.C: - type size_t was changed to int in
9001: main (better compatibility)
9002:
9003: 2009-06-08 misha
9004:
9005: * src/main/compile.y: - I've forgot to commit it :(
9006:
9007: 2009-06-07 misha
9008:
9009: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
9010: WITH_READ and WITH_ROOT
9011:
9012: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9013: execute.C: - more optimizations for WITH_SELF, WITH_READ and
9014: WITH_ROOT - little refactoring
9015:
9016: 2009-06-06 misha
9017:
9018: * tests/213.html: - tests for 3rd match string-param were added
9019:
9020: * src/classes/string.C: - 3rd match param could be string now
9021:
9022: * src/main/: compile.y, compile_tools.h: - much more bytecode's
9023: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
9024: GET_OBJECT_ELEMENT
9025:
9026: 2009-06-05 misha
9027:
9028: * src/main/pa_http.C: - bugfix: content-length was not calculated
9029: if $.body was specified
9030:
9031: 2009-06-04 misha
9032:
9033: * src/classes/op.C: - optimizing write_assign_lang in connect
9034:
9035: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
9036:
9037: * src/main/execute.C: - little refactoring - optimizing
9038: write_assign_lang in taint/untaint
9039:
9040: * src/include/pa_opcode.h: - little refactoring
9041:
9042: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
9043: main/compile_tools.h, main/execute.C: - optimizations for
9044: $self.field, ^self.method, $self.field[...] and $self.field(...)
9045: were added
9046:
9047: 2009-06-03 misha
9048:
9049: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
9050:
9051: 2009-06-02 misha
9052:
9053: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
9054: include/pa_opcode.h: - refactoring in last optimizations
9055: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
9056: now but code is much easy and it is ready for further
9057: improvements.
9058:
9059: 2009-05-27 misha
9060:
9061: * src/: types/pa_junction.h, types/pa_vjunction.C,
9062: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
9063: changed in destructing junctions
9064:
9065: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
9066: String:Body
9067:
9068: 2009-05-26 misha
9069:
9070: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
9071: one method detect_charset was deleted - bug was fixed in this
9072: method (error while detecting charset in content_type withot last
9073: ';')
9074:
9075: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
9076: once
9077:
9078: 2009-05-25 misha
9079:
9080: * src/classes/file.C: - bugfix: file::exec didn't work after
9081: optimizing of helper_length
9082:
9083: 2009-05-24 misha
9084:
9085: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
9086: were added - little refactoring
9087:
9088: * src/main/execute.C: - core while printing in debug log
9089: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
9090: optimisations were added
9091:
9092: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
9093: were added
9094:
9095: 2009-05-23 misha
9096:
9097: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
9098: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
9099: CORD_cat optimization
9100:
9101: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
9102: - call constr optimisation under separate define now
9103:
9104: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
9105: in $b should be string, not void
9106:
9107: * src/main/compile.y: - little fix for rem-cut optimisation
9108:
9109: * src/: include/pa_opcode.h, main/compile_tools.C,
9110: main/compile_tools.h, main/execute.C: - optimisations for
9111: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
9112:
9113: * INSTALL: - description of some #defined were added
9114:
9115: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
9116: before 1st access (memory usage is reduced if don't access to
9117: .text field)
9118:
9119: * src/include/pa_array.h: - array grows step now not static (it
9120: reduces numbers of reallocs)
9121:
9122: 2009-05-20 misha
9123:
9124: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
9125: $.b(2), $c[d] and $.e[f] was added
9126:
9127: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9128: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
9129: $.e[f] was added
9130:
9131: * src/main/execute.C: - debug printing moved in defines
9132:
9133: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
9134: and little refactoring for OP_GET_OBJECT_ELEMENT +
9135: OP_GET_OBJECT_VAR_ELEMENT optimisation
9136:
9137: 2009-05-19 misha
9138:
9139: * src/main/: compile.y, compile_tools.C, compile_tools.h,
9140: execute.C: - $a.$b & ^a.$b bytecode optimisation
9141:
9142: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
9143: ^a.$b optimisation)
9144:
9145: * src/main/compile.y: - compiler now generate new opcodes:
9146: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
9147: ^a.b - compiler now cut off ^rem{ with all content ; any number
9148: of params }
9149:
9150: * src/main/execute.C: - code for handle new opcodes
9151: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
9152:
9153: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
9154: added for LA2V and LA2S
9155:
9156: * src/include/pa_opcode.h: - new defines which can be used for
9157: disable some bytecode optimisation and new opcodes were added
9158:
9159: 2009-05-17 misha
9160:
9161: * src/lib/cord/cordxtra.c: - bugfix.
9162:
9163: * tests/212.html: - .size[] and .study_size[] were added to tests
9164:
9165: * operators.txt: - info about regex class was added
9166:
9167: * tests/212.html: - tests for regex class were added
9168:
9169: 2009-05-16 misha
9170:
9171: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
9172: gc7.1
9173:
9174: * tests/022.html: - test for ^file:list[path;] (empty second param)
9175: was added
9176:
9177: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
9178: param) should work
9179:
9180: 2009-05-15 misha
9181:
9182: * src/classes/table.C: - automatically disable stringstream usage
9183: on freebsd4
9184:
9185: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
9186: scope
9187:
9188: * tests/211.html: - test with different types of access to hash was
9189: added
9190:
9191: * tests/210.html: - test which checks for loosing tainting in
9192: hash's keys was added
9193:
9194: * tests/208.html: - some parser work added. or stime == 0 %-)
9195:
9196: * src/lib/cord/cordbscs.c: - little hack was added to cord
9197:
9198: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
9199:
9200: * src/include/pa_version.h, configure.in: - moko have made a lot of
9201: optimisations for increacing version number more dramatically :)
9202:
9203: * src/classes/date.C: - little refactoring: use constructor which
9204: accepts formated string
9205:
9206: * src/: include/pa_string.h, main/pa_string.C: - String constructor
9207: which can print formatted string was added
9208:
9209: 2009-05-14 misha
9210:
9211: * src/include/pa_string.h: - type was fixed
9212:
9213: * src/: classes/hashfile.C, classes/op.C,
9214: include/pa_cache_managers.h, include/pa_charset.h,
9215: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
9216: include/pa_request.h, include/pa_sql_driver_manager.h,
9217: include/pa_string.h, include/pa_stylesheet_manager.h,
9218: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
9219: main/pa_charsets.C, main/pa_string.C,
9220: main/pa_stylesheet_connection.C, types/pa_value.h,
9221: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9222: types/pa_vobject.C, types/pa_vstateless_class.C,
9223: types/pa_vstateless_class.h: - hash_code caching was implemented
9224: (seaches should be faster now)
9225:
9226: * src/: classes/file.C, classes/hash.C, classes/image.C,
9227: classes/string.C, classes/table.C, include/pa_string.h,
9228: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
9229: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
9230: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
9231: types/pa_vrequest.C: - String constructors don't have that stupid
9232: true/false param which means 'tainted'. they accept lang instead.
9233:
9234: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
9235: with OPTIMIZE_RESULT
9236:
9237: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
9238: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
9239:
9240: 2009-05-13 misha
9241:
9242: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
9243: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
9244: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9245: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
9246: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
9247: main/pa_common.C, main/pa_request.C, main/pa_string.C,
9248: include/pa_string.h, classes/date.C, classes/file.C,
9249: classes/hash.C, classes/image.C, classes/string.C,
9250: classes/table.C, classes/xdoc.C: - result optimisation -
9251: helper_length parameter removed from string constructors
9252:
9253: 2009-05-11 misha
9254:
9255: * tests/209.html: - tests for ^hash::create[hash] were added
9256:
9257: * tests/208.html: - tests for $status:rusage, $status:memory,
9258: ^memory:compact[] were added
9259:
9260: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
9261: log10 were added
9262:
9263: * tests/206.html: - test for try with finally was added
9264:
9265: 2009-05-10 misha
9266:
9267: * tests/205.html: - test for ^file::create[...] was added
9268:
9269: * tests/204.html: - test for ^response:clear[] was added
9270:
9271: * tests/038.html: - tests for trigonometric functions were added
9272:
9273: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
9274: added - more tests for .add, .sub, .union, .intersects and
9275: .intersections
9276:
9277: * tests/065.html: - test for ^file:dirname was added
9278:
9279: * tests/030.html: - test for $cookie:fields was added
9280:
9281: * tests/203.html: - test for ^h._keys[column name] was added
9282:
9283: * tests/201.html: - tests for .trim were added
9284:
9285: * tests/202.html: - tests for last-day,
9286: date:calendar[type](YYYY;MM;DD) were added
9287:
9288: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
9289: .offset[type](N) were added
9290:
9291: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
9292: and .pos[c](N) were added
9293:
9294: * tests/141.html: - test for math:sha1 was added
9295:
9296: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
9297:
9298: 2009-05-09 misha
9299:
9300: * src/main/compile.y: - rollback
9301:
9302: 2009-05-05 misha
9303:
9304: * src/main/pa_exec.C: - little optimisation: somewhere length() was
9305: replaced by is_empty()
9306:
9307: * src/: include/pa_string.h, main/pa_charset.C: - little
9308: optimisation: somewhere length() was replaced by is_empty()
9309:
9310: * src/classes/table.C: - little optimisation: somewhere length()
9311: was replaced by is_empty()
9312:
9313: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
9314: classes/op.C, classes/table.C, main/pa_exception.C: - little
9315: optimisation: somewhere length() was replaced by is_empty()
9316:
9317: 2009-05-04 misha
9318:
9319: * src/: types/pa_method.h, types/pa_vstateless_class.C,
9320: types/pa_vstateless_class.h, main/execute.C,
9321: include/pa_request.h, classes/hash.C, classes/op.C,
9322: classes/table.C: - more optimisations were added: some operators
9323: don't switch write context anylonger
9324:
9325: 2009-05-01 misha
9326:
9327: * src/main/compile.y: - slightly more opcode optimisations for
9328: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
9329:
9330: * src/main/execute.C: - simplifying process for getters
9331:
9332: 2009-04-30 misha
9333:
9334: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
9335:
9336: * tests/results/199.processed: - test for checking $result into
9337: ^rem was added
9338:
9339: * tests/199.html: - test for checking $result into ^rem was added
9340:
9341: * tests/: 022.html, 096.html: - þsort after :list was asses (on
9342: some OS it returns list in different order)
9343:
9344: * src/: include/pa_array.h, include/pa_request.h,
9345: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
9346: changes in stack impl - get_element() optimisation: 3rd param
9347: removed - bugfix: problems with reading empty input param -
9348: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
9349:
9350: * tests/results/198.processed: - test for reading empty local var
9351: was added
9352:
9353: * tests/198.html: - test for reading empty local var was added
9354:
9355: 2009-04-29 misha
9356:
9357: * src/main/compile.y: - bugfix: couldn't compile because
9358: OP_VALUE__GET_ELEMENT should be unde #ifdef
9359:
9360: * src/: include/pa_array.h, include/pa_opcode.h,
9361: include/pa_request.h, main/compile.y, main/execute.C,
9362: main/pa_request.C, types/pa_vmethod_frame.C,
9363: types/pa_vmethod_frame.h: - we can work without opcode
9364: OP_STORE_PARAM, so it was removed
9365:
9366: 2009-04-28 misha
9367:
9368: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
9369: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
9370: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
9371: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
9372: 4.
9373: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
9374:
9375: * src/main/compile_tools.h: - new stuff for op-codes optimisation
9376:
9377: * src/: main/pa_string.C, classes/string.C: - !length() =>
9378: is_empty()
9379:
9380: 2009-04-27 misha
9381:
9382: * src/types/pa_vregex.h: - back explicit vars initialisation
9383:
9384: 2009-04-24 misha
9385:
9386: * src/classes/string.C: - ups. typo fixed
9387:
9388: * src/main/execute.C: - more replacements '*new VBool' to
9389: 'VBool::get' - checks for ^break[], ^continue[] and
9390: parser.interrupted were optimised
9391:
9392: * src/classes/string.C: - number of params.count() calls was
9393: slightly reduced
9394:
9395: 2009-04-23 misha
9396:
9397: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
9398: make it x64 friendly
9399:
9400: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
9401: parser is x64 friendly now
9402:
9403: 2009-04-22 misha
9404:
9405: * src/types/pa_vhashfile.C: - coder friendly exception about
9406: exceeding record size was added
9407:
9408: * src/classes/file.C: - use vregex object instead of direct calls
9409: methods from pcre lib
9410:
9411: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
9412: classes/string.C: - use vregex object instead of direct calls
9413: methods from pcre lib
9414:
9415: * src/: include/pa_common.h, main/pa_common.C: - method
9416: print_pcre_exec_error_text was moved to class vregex
9417:
9418: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
9419: was added
9420:
9421: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
9422: - class vregex was added
9423:
9424: 2009-04-21 misha
9425:
9426: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
9427:
9428: * src/: types/pa_junction.h, types/pa_value.C,
9429: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
9430: types/pa_wcontext.h, main/execute.C, classes/op.C: -
9431: junction-optimisation (destructors)
9432:
9433: * src/include/pa_array.h: - free under if now
9434:
9435: 2009-04-19 misha
9436:
9437: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
9438:
9439: 2009-04-18 misha
9440:
9441: * src/include/pa_version.h:
9442: :q :
9443:
9444: CV:
9445: ----------------------------------------------------------------------
9446:
9447: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
9448: refactoring
9449:
9450: * src/: include/pa_array.h, include/pa_hash.h,
9451: types/pa_vmethod_frame.h: - destructors under #ifdef now
9452:
9453: * src/include/pa_memory.h: - define for using destructors was added
9454:
9455: * src/: types/pa_method.h, types/pa_vstateless_class.C,
9456: main/execute.C: - some junctions will be cached now
9457:
9458: * src/include/pa_hash.h: - hash destructor frees pairs now
9459:
9460: * src/include/pa_array.h: - inline was added to destructor
9461:
9462: * src/types/pa_method.h: - comment was changed
9463:
9464: 2009-04-17 misha
9465:
9466: * src/: include/pa_array.h, include/pa_hash.h,
9467: types/pa_vmethod_frame.h: - destructors were added
9468:
9469: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
9470: renamed to always_use_result
9471:
9472: * src/main/: compile.y, compile_tools.h: - rollback changes in
9473: compiler: full backward compatibility is better
9474:
9475: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
9476: result in var's hash
9477:
9478: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9479: optimisation in method_frame
9480:
9481: * src/include/pa_array.h: - optimisation in array (allocate
9482: elements only when needed)
9483:
9484: * src/types/pa_vresponse.C: - check for $response:headers field
9485: before looking at custom fields
9486:
9487: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
9488: not needed to check existance var with name 'result' in var's
9489: hash
9490:
9491: * src/main/compile.y: - compiler was changed: now it detects
9492: writings to $result and set flag writo_to_result in method
9493:
9494: * src/classes/string.C: - little optimisation: no needed to write
9495: number with lang
9496:
9497: * src/main/pa_charset.C: - methods readChar and skipChar which is
9498: used for read utf8-strings were renamed - is_escaped was renamed
9499: to isEscaped (to the same name convention)
9500:
9501: * src/: types/pa_method.h, main/compile_tools.h: - flag
9502: write_to_result added. compiler get this info from code.
9503:
9504: 2009-04-16 misha
9505:
9506: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
9507: String only before 1st write
9508:
9509: * src/include/pa_string.h: - not needed template removed
9510:
9511: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
9512: types/pa_vjunction.C, types/pa_vproperty.C,
9513: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
9514: main/pa_request.C, classes/bool.C, classes/double.C,
9515: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
9516: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
9517: bool objects)
9518:
9519: 2009-04-15 misha
9520:
9521: * src/lib/cord/cordxtra.c: - more optimisation
9522:
9523: * src/: include/pa_string.h, main/untaint.C: - String::append
9524: optimisation
9525:
9526: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
9527: then get and can sometime be used)
9528:
9529: * src/main/pa_string.C: - String::length optimisation
9530:
9531: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
9532: these methods read different strings
9533:
9534: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
9535: fresult_initial_void removed + some optimisation - if $result
9536: defined we don't write to context anymore
9537:
9538: * src/main/pa_charset.C: - readChar => skipChar (in this place we
9539: need just skip char)
9540:
9541: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
9542: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
9543: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
9544:
9545: * src/types/pa_vvoid.h: - added get() method for retreave one
9546: instance
9547:
9548: 2009-04-11 misha
9549:
9550: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
9551:
9552: * tests/197.html: - test for parser://test in xml was added
9553:
9554: * src/classes/string.C: - small optimisation
9555:
9556: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
9557: optimisation
9558:
9559: 2009-04-10 misha
9560:
9561: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
9562: to pcre-7.8
9563:
9564: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
9565:
9566: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
9567: added
9568:
9569: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
9570: $request:CLASS_NAME were added
9571:
9572: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
9573: were added
9574:
9575: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
9576: $env:CLASS_NAME were added
9577:
9578: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
9579: '@todo' now
9580:
9581: * src/targets/cgi/parser3.C: - size_t -> int for calming down
9582: compirer
9583:
9584: * src/main/pa_string.C: - little code cleanup
9585:
9586: * src/main/pa_common.C: - describe one more UTF-8 related error
9587: during PCRE compile/execute
9588:
9589: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
9590: normalizing todo-comments: '@todo' now
9591:
9592: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
9593:
9594: * src/main/pa_charset.C: - type changed for making compiler happy
9595:
9596: 2009-03-10 misha
9597:
9598: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
9599: in main()
9600:
9601: 2009-02-01 misha
9602:
9603: * src/main/pa_http.C: - bugfix: double CRLF before the end of
9604: boundary
9605:
9606: 2009-01-25 misha
9607:
9608: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
9609:
9610: * src/classes/file.C: - more changes for parsing different number
9611: of params for file::load
9612:
9613: * tests/193.html: - tests for exception while base64-decode binary
9614: to string was added
9615:
9616: * tests/192.html: - tests for file::load with different number of
9617: options
9618:
9619: * src/classes/math.C: - ups. forgot '+1'
9620:
9621: * src/: classes/table.C, classes/file.C, include/pa_common.h,
9622: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
9623: main/pa_http.C: - ^file::load[...;http://...;] now can post files
9624: (new option $.encode[multipart-form/data] should be specified) -
9625: $.method[] option for file::load now is not case-sensitive
9626:
9627: * src/: include/pa_string.h, main/untaint.C: - for file post the
9628: new taint language L_FILE_POST was added
9629:
9630: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
9631: main/main.vcproj, classes/math.C, include/Makefile.am: - some
9632: stuff was moved to separate files
9633:
9634: 2009-01-23 misha
9635:
9636: * src/classes/math.C: - little optimisation in ^math:sha1[] -
9637: spaces to tabs were converted
9638:
9639: 2009-01-12 misha
9640:
9641: * src/main/pa_http.C: - value of $.method[] option force uppercased
9642: now
9643:
9644: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
9645: types/pa_vform.C, types/pa_vmail.C: - some constants changed
9646: their names
9647:
9648: * src/main/pa_common.C: - changes in formating
9649:
9650: * src/: classes/file.C, main/pa_http.C: - some constants changed
9651: their names
9652:
9653: * src/include/pa_http.h: - some spaces were converted to tabs
9654:
9655: * src/include/pa_common.h: - some constants changed their names
9656:
9657: * src/classes/file.C: - fixed 4-th paramether for file::load -
9658: little code rewriting
9659:
9660: * src/types/pa_vfile.C: - little code rewriting
9661:
9662: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
9663: types/pa_value.h: - some formating changes
9664:
9665: * src/include/pa_common.h: - some formating spaces transformed to
9666: tabs
9667:
9668: * src/classes/string.C: - exception while base64-decode binary to a
9669: string
9670:
9671: 2009-01-11 misha
9672:
9673: * configure.in: - version changed to 3.3.1b
9674:
9675: 2008-09-05 misha
9676:
9677: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
9678: release_3_3_0 on 2008-09-05 10:59:35 +0000
9679:
9680: 2008-09-04 misha
9681:
9682: * tests/: 130.html, 131.html: - these exceptions not typeless
9683: anymore
9684:
9685: * src/classes/op.C: - exception with 'invalid taint language' not
9686: typeless anylonger
9687:
9688: * src/classes/image.C: - some exceptions while operations with
9689: image not typeless anymore
9690:
9691: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
9692: main/pa_exec.C, main/pa_http.C: - some exceptions while
9693: operations with files not typeless anymore
9694:
9695: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
9696: types/pa_vdate.h: - exceptions while checking date range not
9697: typeless anymore
9698:
9699: * src/include/pa_exception.h: - exception type string for invalid
9700: date range was added
9701:
9702: 2008-09-03 misha
9703:
9704: * src/: classes/file.C, main/pa_string.C: - exception while pce
9705: operations not typeless anymore
9706:
9707: * src/include/pa_exception.h: - exception type for pce operations
9708: was added
9709:
9710: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
9711: and .CLASS_NAME insite classes
9712:
9713: * src/classes/table.C: - don't save table header whiile
9714: ^table.save[append;filename] if file exists
9715:
9716: 2008-09-02 misha
9717:
9718: * src/main/compile.y, src/main/compile_tools.h,
9719: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
9720: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
9721: renamed to partial and it login changed: we must mark class as
9722: partial for allow their modifications in future.
9723:
9724: 2008-08-29 misha
9725:
9726: * tests/results/022.processed: - testing taint[regex] in mask for
9727: file:list
9728:
9729: * tests/022.html: - testing taint[regex] in mask for file:list
9730:
9731: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
9732: for file:list was added
9733:
9734: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
9735: file:list
9736:
9737: 2008-08-26 misha
9738:
9739: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
9740: last derived object
9741:
9742: * src/classes/image.C: - many strings "image.format" replaced by
9743: IMAGE_FORMAT constant string - handle GPS info while parse exif -
9744: understand some more exif tags
9745:
9746: * src/include/pa_exception.h: - string "image.format" was added
9747:
9748: 2008-08-21 misha
9749:
9750: * src/: main/pa_string.C, classes/file.C: - use method for print
9751: pcre_exec text error
9752:
9753: * src/main/pa_common.C: - method for print pcre_exec text error was
9754: added
9755:
9756: * src/include/pa_common.h: - method declaration for print pcre_exec
9757: text error was added
9758:
9759: 2008-08-19 misha
9760:
9761: * src/main/execute.C: - bugfix: opcodes must be in separate
9762: namespace while debug execution as well
9763:
9764: * tests/: 015.html, results/015.processed: - test for escaping some
9765: parser chars was added
9766:
9767: 2008-08-18 misha
9768:
9769: * tests/: 190.html, 190.p, results/190.processed: - test for
9770: $caller.self.field + default getter in one class was added
9771:
9772: * tests/: 189.html, results/189.processed: - test for
9773: ^date::create[date object]
9774:
9775: * tests/: 188.html, results/188.processed: - tests for match with
9776: UTF-8 strings
9777:
9778: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
9779: ^string.match[]
9780:
9781: * ChangeLog: - parser 3.3.0 beta13
9782:
9783: 2008-08-15 misha
9784:
1.116 moko 9785: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
9786: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
9787: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
9788: dftables.c: - old PCRE files removed
1.95 moko 9789:
9790: * src/lib/pcre/config.h: - configuration for PCRE library
9791:
9792: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
9793: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
9794:
9795: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
9796: library and set flag UTF8 if $request:charset is UTF-8
9797:
9798: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
9799: include/pa_config_fixed.h: - moved to new PCRE library
9800:
9801: * src/: main/main.vcproj, types/types.vcproj,
9802: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
9803: win32\pcre instead of parser3\src\lib\pcre
9804:
9805: * src/: include/pa_opcode.h, include/pa_operation.h,
9806: main/compile.C, main/compile.y, main/compile_tools.C,
9807: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
9808: opcodes were moved to separate namespace
9809:
9810: 2008-08-14 misha
9811:
9812: * src/types/pa_vstateless_class.C: - newline at the end missed
9813:
9814: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
9815: tainting
9816:
9817: 2008-08-11 misha
9818:
9819: * tests/: 187.html, 187.p, results/187.processed: - tests for
9820: $caller.self, $caller.self.field and $caller.self.field[value]
9821: were added
9822:
9823: * src/types/pa_vmethod_frame.h: - still need to check 'self'
9824: runtime as well (for $caller.self)
9825:
9826: 2008-07-25 misha
9827:
9828: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
9829: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
9830: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
9831: tests with international characters
9832:
9833: 2008-07-23 misha
9834:
9835: * src/main/pa_http.C: - escape $cookies as %uXXXX while
9836: file::load[...;http://
9837:
9838: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
9839: now everywhere in separate namespace
9840:
9841: * src/types/pa_vmethod_frame.h: - looking for caller before looking
9842: for vars
9843:
9844: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
9845: can be escaped by '^'
9846:
9847: 2008-07-22 misha
9848:
9849: * src/classes/string.C, tests/186.html: - names changes:
9850: escape=>js-escape, unescape=>js-unescape
9851:
9852: 2008-07-21 misha
9853:
9854: * tests/results/186.processed: - test for string escape/unescape
9855:
9856: * tests/186.html: - test for string escape/unescape
9857:
9858: * src/classes/string.C: - string has escape and unescape methods
9859: now
9860:
9861: * src/: include/pa_string.h, main/pa_string.C: - escape method was
9862: added
9863:
9864: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
9865: method-layers added (with different params)
9866:
9867: 2008-07-18 misha
9868:
9869: * tests/results/185.processed: - test for ^str.pos[substr](offset)
9870: was added
9871:
9872: * tests/185.html: - test for ^str.pos[sub](offset) added
9873:
9874: * src/classes/string.C, src/classes/void.C, operators.txt: -
9875: ^string.pos[substr](offset) -- 2nd param accepted now
9876:
9877: * src/main/pa_string.C: - .pos works fine with offset for utf-8
9878: strings
9879:
9880: 2008-07-17 misha
9881:
9882: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
9883: helper length added for mid for small optimisation
9884:
9885: 2008-07-16 misha
9886:
9887: * tests/: 185.html, results/185.processed: - tests for
9888: length/left/right/mid/pos with utf-8 strings
9889:
9890: * src/classes/string.C: - left/right/mid/length/pos works fine for
9891: utf-8 strings
9892:
9893: * src/main/untaint.C: - comments removed
9894:
9895: * src/: include/pa_string.h, main/pa_string.C,
9896: include/pa_charset.h, main/pa_charset.C: - methods for working
9897: with pos/mid for strings in utf-8 were added
9898:
9899: 2008-07-15 misha
9900:
9901: * tests/: 184.html, results/184.processed: - test for case body as
9902: expression: $var(^switch(1){^case(1)(true)..})
9903:
9904: * src/classes/op.C: - case body can be expression now:
9905: $var(^switch(1){^case(1)(true)..})
9906:
9907: * tests/: results/183.processed, 183.html: - added test for testing
9908: new cookie encoding (%uXXXX)
9909:
9910: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
9911: decoding for backward compatibility they decoded from %XX in
9912: request:charset too
9913:
9914: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
9915: - cookie class now decode cookies before first access after last
9916: request:charset changing (as form class).
9917:
9918: * src/main/pa_charset.C: - added method escape for escaping cookies
9919: as %uXXXX - before transcode calculate required space for dest
9920: string. it reduce mem usage for transcode
9921:
9922: * src/include/pa_charset.h: - added method escape for escaping
9923: cookies as %uXXXX
9924:
9925: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
9926: was added. will used for escaping cookies as %uXXXX
9927:
9928: * src/include/pa_common.h: - escape method has new option for skip
9929: converting '+' to a space char
9930:
9931: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
9932: transcode - escape method has new option for skip converting '+'
9933: to a space char
9934:
9935: 2008-07-08 misha
9936:
9937: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
9938: (no UE if more then 1 case matches anylonger) - optimization:
9939: doing searching.as_string() || searching.as_double() only once
9940:
9941: 2008-07-04 misha
9942:
9943: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
9944: now ^date::create[date object] works
9945:
9946: * src/classes/string.C: - left and right added as aliases for start
9947: and end in ^string.trim[]
9948:
9949: 2008-07-03 misha
9950:
9951: * src/classes/file.C: - allow $.limit for file::sql as well
9952:
9953: * src/classes/file.C: - allow $.offset option for file::sql - force
9954: send limit=1 to query for use sql specifics authomatically
9955:
9956: * src/classes/: hash.C, string.C, table.C: - don't throw exception
9957: if $.limit value if empty. autoconvert it as everywere
9958:
9959: 2008-07-02 misha
9960:
9961: * configure.in: - time to change version number to 3.3.0 %-)
9962:
9963: * src/include/pa_version.h: - time to change version number to
9964: 3.3.0 %-)
9965:
9966: 2008-06-26 misha
9967:
9968: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
9969: $.limit(0) fixes
9970:
9971: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
9972: - $.limit(0) fixes
9973:
9974: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
9975: new API)
9976:
9977: * src/: include/pa_sql_driver_manager.h,
9978: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
9979: classes/op.C: - document_root added
9980:
9981: * src/main/compile.tab.C: - error message was changed
9982:
9983: 2008-06-25 misha
9984:
9985: * src/main/compile.y: - error message was changed
9986:
9987: 2008-06-24 misha
9988:
9989: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
9990:
9991: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
9992: tests for @OPTIONS\nappend
9993:
9994: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
9995:
9996: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
9997:
9998: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
9999:
10000: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
10001: compile.y
10002:
10003: 2008-06-17 misha
10004:
10005: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
10006: compilation: ^if(default){true. it's incorrect. must be
10007: exception}
10008:
10009: 2008-06-16 misha
10010:
10011: * tests/: 181.ent, 181.html, results/181.processed: - test for
10012: checking external reference loading with 'http://localhost'
10013: prefix while creating xdoc
10014:
10015: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
10016: ^math:long2ip[] and ^math:ip2long[]
10017:
10018: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
10019: added which use scalar stateless class method when user object
10020: used in scalar context - use get_scalar_value when user object
10021: requested in scalar context
10022:
10023: * src/main/pa_common.C: - size must be int but not size_t or we
10024: can't compare with 0 sprintf result
10025:
10026: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10027: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
10028: with internal switch between local/global vars
10029:
10030: * src/types/pa_vclass.C: - register scalar if method @GET[] was
10031: specified
10032:
10033: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
10034: pa_vstateless_object.h: - stateless class and object now has
10035: private scalar field and getter/setter for working with it
10036:
10037: * src/classes/math.C: - methods math:long2ip & math:ip2long were
10038: moved to inet static class
10039:
10040: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
10041: class added (^inet:aton[IP], ^inet:ntoa(number))
10042:
10043: * tests/: 180.html, results/180.processed: - tests for
10044: ^math:long2ip(long) and ^math:ip2long[IP]
10045:
10046: * src/classes/math.C: - ^math:ip2long[IP] added
10047:
10048: 2008-06-11 misha
10049:
10050: * src/main/pa_xml_io.C: - use file_read_text again because of we
10051: need cut BOM code and remove DOS newline chars. but don't
10052: transcode it anyway.
10053:
10054: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
10055: main/pa_http.C: - option for disable transcoding while file_read
10056: and file_read_text added
10057:
10058: 2008-06-10 misha
10059:
10060: * tests/: 179.html, 179.p, results/179.processed: - test for many
10061: classes in 1 file
10062:
10063: * src/main/: compile.C, compile_tools.h: - compile return list of
10064: classes now.
10065:
10066: * src/main/: compile.y, compile.tab.C: - compile return list of
10067: classes now. internals.
10068:
10069: * src/main/pa_request.C: - compile return list of classes now. try
10070: call @conf and @auto for each returned class
10071:
10072: * src/include/pa_request.h: - compile return list of classes now
10073:
10074: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
10075: return list of classes when compile buf)
10076:
10077: 2008-06-07 misha
10078:
10079: * src/main/pa_request.C: - constructing VRequest object with 3rd
10080: param -- form
10081:
10082: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
10083: 3rd param: form. needed for get post_charset
10084:
10085: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
10086: added
10087:
10088: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
10089: types/pa_vform.C, types/pa_vform.h: - some polish
10090:
10091: 2008-06-06 misha
10092:
10093: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
10094: charset and decode chars from it but not from response:charset
10095:
10096: * src/main/pa_http.C: - detect_charset moved out of here
10097:
10098: * src/: include/pa_common.h, main/pa_common.C: - more helpers
10099: methods moved here - unescape_chars accepn one charset now
10100:
10101: * src/main/pa_http.C: - new constants used - don't allow
10102: $.content-type in ^file::load[;http://;$.method[POST]] - add
10103: charset info while ^file::load[;http://;$.method[POST]] - option
10104: $.omit-post-charset(true) added to ^file::load[;http://] for
10105: disabling charset during post
10106:
10107: * src/types/pa_vform.C: - new constants used
10108:
10109: * src/include/pa_common.h: - some constants were added
10110:
10111: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
10112: instead of StrEqNc
10113:
10114: * src/main/pa_common.C: - new method for caseless search
10115: c-substring in c-string - use isxdigit instead of is_hex_digit
10116:
10117: * src/include/pa_common.h: - new method for caseless search
10118: c-substring in c-string
10119:
10120: 2008-06-05 misha
10121:
10122: * tests/results/178.processed: - test for testing default getter
10123:
10124: * tests/178.html: - test for testing default getter
10125:
10126: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
10127: for test for testing default getter
10128:
10129: * src/main/execute.C: - default getter soul
10130:
10131: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
10132: requested objects' field not found
10133:
10134: * src/types/pa_vclass.C: - register default getter if defined - get
10135: default getter if requested field not found
10136:
10137: * src/types/pa_vstateless_object.h: - method get_default_getter was
10138: added
10139:
10140: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
10141: pointer to default getter and methods for get/set it were added
10142:
10143: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
10144: auto_name field (for default getter)
10145:
10146: 2008-06-04 misha
10147:
10148: * src/main/pa_xml_io.C: - load external xml in binary mode (no
10149: transcoding, no cutting BOM code, no fixing line breaks) and get
10150: it to libxml "as is"
10151:
10152: 2008-06-03 misha
10153:
10154: * src/main/pa_common.C: - use store_Char instead of
10155: transcodeCharFromUTF8
10156:
10157: * src/: include/pa_charset.h, main/pa_charset.C: - method
10158: store_Char added, transcodeCharFromUTF8 -- removed
10159:
10160: 2008-06-02 misha
10161:
10162: * tests/: results/177.processed, 177.html: - test for checking
10163: .[acm]date after local ^file::load[] was added
10164:
10165: * tests/: results/176.processed, 176.html: - test for checking
10166: @OPTION\locals + @method[vars][locals] added
10167:
10168: * tests/results/auto.p: - CLASS_PATH specified for checking use
10169:
10170: 2008-05-30 misha
10171:
10172: * src/main/: compile.y, compile.tab.C: - changes in compiler:
10173: @OPTION\nlocals + @method[vars][;locals;] were added
10174:
10175: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
10176: moved to separate method op_code - switch from VMethodFrame to
10177: VMethodFrameGlobal + VMethodFrameLocal
10178:
10179: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
10180: was moved to separate method op_code
10181:
10182: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
10183: VMethodFrame now
10184:
10185: * src/types/pa_vstateless_class.h: - stateless class have bool flag
10186: all_vars_local as well
10187:
10188: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
10189: pa_vmethod_frame_local.h, Makefile.am: - who children for
10190: VMethodFrame were added: one (global) works as VMethodFrame
10191: before and second (local) write all vars in self vars scope
10192:
10193: * src/types/pa_method.h: - method has bool flag all_vars_local now
10194:
10195: 2008-05-29 misha
10196:
10197: * tests/: 129.html, results/129.processed: - more tests for
10198: ^table.hash[]
10199:
10200: * src/classes/hash.C: - ^hash::sql has a new option:
10201: $.type[hash|string|table] as ^table.hash[] one.
10202:
10203: * src/classes/op.C: - ^try has 3rd param now: finally code which
10204: executed anyway after try or catch section
10205:
10206: 2008-05-27 misha
10207:
10208: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
10209: must not fail if $.distinct(1) wasn't specified
10210:
10211: 2008-05-26 misha
10212:
10213: * src/classes/op.C: - allow ^throw[my type]
10214:
10215: 2008-05-22 misha
10216:
10217: * configure.in, configure: - version number updated to 3.2.4b
10218:
10219: * src/classes/: op.C, string.C: - trim format string before
10220: eval/format
10221:
10222: * tests/: results/175.processed, 175.html: - more tests for
10223: different format strings in .format[]
10224:
10225: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
10226: as well (not only %XX)
10227:
10228: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
10229: charset specified - checks for format before print number
10230: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
10231: (instead of tabs) removed
10232:
10233: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
10234: charset specified
10235:
10236: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
10237: char in requested charset from utf code was added
10238:
10239: 2008-05-19 misha
10240:
10241: * tests/: 174.html, results/174.processed: - test for
10242: ^hashfile.cleanup[] added
10243:
10244: * src/classes/hashfile.C: - optimization: don't create any key or
10245: value variable if it's name weren't specified
10246: (^hf.foreach[;v]{...})
10247:
10248: 2008-05-16 misha
10249:
10250: * src/classes/hash.C: - optimization: don't create any key variable
10251: if variable name wasn't specified (^h.foreach[;v]{...})
10252:
10253: 2008-05-15 misha
10254:
10255: * src/classes/op.C: - small changes
10256:
10257: * src/classes/hashfile.C: - code reformating (as hash.foreach)
10258:
10259: * src/classes/hash.C: - calculate var_context once before foreach
10260:
10261: 2008-05-14 misha
10262:
10263: * src/classes/hashfile.C: - incorrect vars context calculation for
10264: ^hashfile.foreach[;]{} fixed
10265:
10266: * src/classes/: hash.C, table.C: - little optimisation
10267:
10268: * src/classes/file.C: - bugfix: double absolute path while loading
10269: file
10270:
10271: * tests/: 174.html, results/174.processed: - tests for hashfile
10272: were added
10273:
10274: * buildall-with-xml: - moving to libxslt 1.1.24
10275:
10276: 2008-04-30 misha
10277:
10278: * src/classes/file.C: - stat file while loading (local only) so
10279: .adate, .mdate and .cdate available without additional ::stat
10280:
10281: 2008-04-28 misha
10282:
10283: * src/classes/file.C: - $.name and $.content-type available for
10284: stated file
10285:
10286: 2008-04-14 misha
10287:
10288: * src/targets/cgi/parser3.C: - new year in copyright %-)
10289:
10290: * src/include/pa_version.h: - new version number in head
10291:
10292: 2008-04-10 misha
10293:
10294: * tests/: 080.html, results/080.processed: - cut '0' from
10295: exponential part because of on diff OS it differ (20 or 020 for
10296: ex)
10297:
10298: * tests/: 119.html, results/119.processed: - check for encoding
10299: while creating xdoc
10300:
10301: 2008-04-09 misha
10302:
10303: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
10304:
10305: * src/main/pa_common.C: - comment added
10306:
10307: * src/classes/date.C: - little refactoring
10308:
10309: 2008-04-07 misha
10310:
10311: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
10312: style of ^table.save[]: prepare one big string and sabe it at
10313: once. it's safe on freebsd 4.x but use much more memory.
10314:
10315: * buildall-with-xml, buildall-without-xml: - option
10316: --disable-stringstream added (under comment. use it on freebsd
10317: 4.x)
10318:
10319: 2008-02-22 misha
10320:
10321: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
10322: specified together in file::load[;http] - get back transcoding
10323: $.body[] in file::load[;http]
10324:
10325: 2008-02-21 misha
10326:
10327: * src/classes/date.C: - ^date.gmt-string[] was added
10328:
10329: * src/types/pa_value.C: - method for output date in RFC 822 format
10330: moved to pa_common.h
10331:
10332: * src/include/pa_common.h: - method for output date in RFC 822
10333: format moved here from pa_value.C
10334:
10335: * src/types/pa_vmail.C: - fixed core in sending mail with
10336: attachment in simple mode ($.file[file here]) introduced in 3.2.2
10337:
10338: 2008-02-20 misha
10339:
10340: * src/main/pa_http.C: - transcode $.headers before escaping into
10341: specified charset while ^file::load[...;http://...] (L_URI
10342: instead of L_HTTP_HEADER) - $.cookies param available in
10343: ^file::load[;http://...] now (but we don't parse set-cookies from
10344: response yet) (cookies not transcoded as common $cookies)
10345:
10346: 2008-02-19 misha
10347:
10348: * src/main/pa_request.C: - rollback: we mustn't force taint
10349: $response:field values because in this case
10350: $response:locateion[http://...] don't works.
10351:
10352: 2008-02-15 misha
10353:
10354: * src/classes/op.C: - little refactoring
10355:
10356: * src/main/pa_http.C: - taint names of $.headers for load[;http
10357:
10358: * src/main/pa_request.C: - force taint values of $response:field
10359:
10360: 2008-02-14 misha
10361:
10362: * src/main/pa_request.C: - $response:field transcoded to
10363: $response:charset before escaping now
10364:
10365: * src/main/pa_http.C: - some outdated comments removed
10366:
10367: * src/classes/date.C: - lastdat -> last-day
10368:
10369: * src/classes/date.C: - ^date:lastday(year;month) and
10370: ^date.lastday[] were added - little code refactoring - comments
10371: changes
10372:
10373: * tests/: 159.html, results/159.processed: - test for number of
10374: days in February
10375:
10376: * src/types/pa_value.C: - fixes in code formatting
10377:
10378: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
10379: and comments
10380:
10381: 2008-02-13 misha
10382:
10383: * src/main/pa_common.C: - bugfix for february at leap year
10384:
10385: 2008-01-28 misha
10386:
10387: * tests/: 160.html, results/160.processed: - more test for cache
10388: added
10389:
10390: * src/classes/op.C: - bugfix: cache body executed twice if contains
10391: unhandled exception
10392:
10393: 2008-01-25 misha
10394:
10395: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
10396: bug when hashfile became inavailable after memory:compact)
10397:
10398: * src/lib/sdbm/apr_strings.C: - +arp_malloc
10399:
10400: 2008-01-22 misha
10401:
10402: * src/classes/table.C: - little refactiring and exception texts
10403: changes in method ^table.hash[]
10404:
10405: * src/types/pa_vcookie.C: - link to cookie specification changed
10406:
10407: 2008-01-21 misha
10408:
10409: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
10410: file::exec/cgi
10411:
10412: * src/classes/file.C: - bugfix: core while processing headers if
10413: executed cgi script don't return content
10414:
10415: 2008-01-18 misha
10416:
10417: * buildall-with-xml: - move to libxml2 version 2.6.31
10418:
10419: * src/include/pa_version.h, configure.in: - version number updated
10420: to '3.2.3b'
10421:
10422: 2007-12-28 misha
10423:
10424: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
10425: hash.contains
10426:
10427: 2007-12-27 misha
10428:
10429: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
10430: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
10431: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
10432: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
10433: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
10434: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
10435: src/targets/cgi/parser3.vcproj,
10436: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
10437: back to VS2003 because of Apache 1.3 module can't work if it was
10438: built in VS 2005. with cgi all file so VS2003 project files can
10439: be easy converted to the new format.
10440:
10441: 2007-12-04 misha
10442:
10443: * src/types/pa_vcode_frame.h: - changes in comment
10444:
10445: 2007-11-29 misha
10446:
10447: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
10448: intercept strings any longer
10449:
10450: * tests/: 173.html, results/173.processed: - tests for
10451: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
10452: but not in main code frame
10453:
10454: * tests/: 172.html, results/172.processed: - more tests for pass
10455: objects from code frames
10456:
10457: 2007-11-27 misha
10458:
10459: * tests/: 152.html, results/152.processed: - tests for converting
10460: strings 'true'/'false' to bool were added
10461:
10462: * tests/152.html: - added checks for converting strings
10463: 'true'/'false' to bool
10464:
10465: * src/classes/string.C: - ^srting.bool[] now can convert to bool
10466: not only strings with numbers but with values 'true'/'false' as
10467: well
10468:
10469: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
10470: for parser3.log increased
10471:
10472: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
10473:
10474: * src/include/pa_common.h: - remove_crlf return cstring size now
10475:
10476: * src/include/pa_types.h: - constant with buffer size for
10477: parser3.log added
10478:
10479: 2007-11-16 misha
10480:
10481: * tests/cat.sh: - script for tests for file::exec/cgi
10482:
10483: * tests/171.html: - tests for file::exec/cgi
10484:
10485: * tests/results/171.processed: - tests results for file::exec/cgi
10486:
10487: 2007-11-15 misha
10488:
10489: * src/main/pa_exec.C: - fixed incorrect exec code for unix
10490:
10491: * src/classes/file.C: - .body must be set before analyzing cgi
10492: headers
10493:
10494: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
10495: only if exec/cgi return anything.
10496:
10497: 2007-11-14 misha
10498:
10499: * operators.txt: - info about new text|binary option for
10500: file::exec/cgi was added
10501:
10502: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
10503: ^file:exec[[text|binary];script;...]
10504:
10505: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
10506: classes/string.C, classes/table.C: - more text strings moved to
10507: the one place
10508:
10509: 2007-11-09 misha
10510:
10511: * src/types/pa_vrequest.C: - $request:argv must be taint
10512:
10513: * ChangeLog: - $request:argv [patch from Sumo]
10514:
10515: * operators.txt: - $request:argv
10516:
10517: * src/: include/pa_request_info.h, types/pa_vrequest.C,
10518: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
10519:
10520: 2007-10-25 misha
10521:
10522: * buildall-with-xml, buildall-without-xml: - options preparations
10523: for ./configure rewrited
10524:
10525: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
10526: error occure in unhandled_exception finally fixed
10527:
10528: 2007-10-23 misha
10529:
10530: * tests/: 170.html, results/170.processed: - test for
10531: @method[][result]
10532:
10533: * operators.txt: - added info about node.prefix and
10534: node.namespaceURI
10535:
10536: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
10537:
10538: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
10539: added for node and attribute
10540:
10541: 2007-10-22 misha
10542:
10543: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
10544:
10545: * src/main/pa_request.C: - added const content-transfer-encoding
10546:
10547: * src/include/pa_request.h: - added const content-transfer-encoding
10548: - ups. constants must be in lowercase (for search)
10549:
10550: * src/types/pa_vmail.C: - more constants used -
10551: content-transfer-encoding: 8bit added
10552:
10553: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
10554:
10555: * src/include/pa_request.h: - more constants
10556:
10557: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
10558: ommit anymore if $.content-disposition was specified - little
10559: refactoring
10560:
10561: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
10562:
10563: 2007-10-17 misha
10564:
10565: * operators.txt: - info about
10566: table::create[nameless]{data}[>options<] was added
10567:
10568: * src/main/: compile.tab.C, compile.y: - if error occure while
10569: compile method don't put this method in methods table anymore.
10570: in other case the parser coredumped if @unhandled_exception
10571: method can't be compiled because of parser.compile error.
10572:
10573: * src/main/execute.C: - little code reformating
10574:
10575: * src/main/pa_request.C: - little code reformating - comment
10576: changed
10577:
10578: 2007-10-16 misha
10579:
10580: * tests/: 035.html, results/035.processed: - tests
10581: table::create[]{}[options] added
10582:
10583: * src/classes/table.C: - table::create[]{} now accept 3rd param:
10584: options (only $.seperator[] yet)
10585:
10586: 2007-10-10 misha
10587:
10588: * src/classes/table.C: - some contstants moved to pa_common.h -
10589: some code changes
10590:
10591: 2007-10-02 misha
10592:
10593: * src/main/pa_uue.C: - memory usage during uuencode reduced more
10594: then three time as much. but base64 encoding method still use
10595: less memory anyway.
10596:
10597: 2007-09-17 misha
10598:
10599: * operators.txt: - added info about $cookie:fields
10600:
10601: * src/types/pa_vcookie.C: - $cookie:fields available now
10602:
10603: * src/classes/hash.C: - some stuff for use with .for_each moved to
10604: common
10605:
10606: * src/include/pa_common.h: - some stuff for use with .for_each
10607: moved here
10608:
10609: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
10610:
10611: 2007-09-14 misha
10612:
10613: * buildall-with-xml: - new xml libs again =)
10614:
10615: 2007-08-28 misha
10616:
10617: * operators.txt: - texts about ^table.columns[[column name]] and
10618: ^string.split[...][v][column name] were added
10619:
10620: * tests/: 168.html, 169.html, results/168.processed,
10621: results/169.processed: - tests for ^table.columns[[column name]]
10622: and ^string.split[...][v][column name] were added
10623:
10624: * src/classes/table.C: - new option ^table.columns[[column name]]
10625: was added
10626:
10627: * src/classes/string.C: - new option ^string.split[...;v;[column
10628: name]]
10629:
10630: * src/include/pa_exception.h: - error text message for
10631: ^hash._keys[], ^table.columns[] and ^string.split[]
10632:
10633: 2007-08-27 misha
10634:
10635: * src/main/untaint.C: - try to fix coredump on unix if print to
10636: body ^taint[sql][something] outside of connect
10637:
10638: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
10639: outside of connect
10640:
10641: * buildall-with-xml, buildall-without-xml: - strip parser3 was
10642: added (commented by default)
10643:
10644: 2007-08-20 misha
10645:
10646: * operators.txt: - comment about new method ^node.hasAttributes[]
10647: was added
10648:
10649: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
10650: duplicated exception text strings were removed
10651:
10652: * src/include/pa_exception.h: - more exception text strings moved
10653: here
10654:
10655: * src/classes/table.C: - some duplicate exceptions' text strings
10656: removed
10657:
10658: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
10659: xdoc.C, xnode.C: - some duplicate exceptions' text strings
10660: removed
10661:
10662: * src/include/pa_exception.h: - some exception text strings movet
10663: to pa_exception
10664:
10665: * tests/: 149.html, results/149.processed: - test for
10666: ^xnode.hasAttributes[] was added - some code changes
10667:
10668: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
10669: added
10670:
10671: 2007-08-17 misha
10672:
10673: * tests/: results/006.processed, results/059.processed, 006.html,
10674: 059.html: - more tests for match
10675:
10676: * tests/: 129.html, results/129.processed: - tests for
10677: ^table.hash[...][$.type[string|hash|table]] added
10678:
10679: * src/targets/cgi/parser3.C: - little syntax changes
10680:
10681: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
10682: syntax changes
10683:
10684: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
10685: messages in parser3.log switched off by default. If someone
10686: really still need it: use $SIGPIPE(1)
10687:
10688: 2007-08-08 misha
10689:
10690: * buildall-with-xml, buildall-without-xml: - remove libs source
10691: files by default since now
10692:
10693: 2007-08-07 misha
10694:
10695: * buildall-without-xml: - some option syntax changes
10696:
10697: * buildall-with-xml: - compile libxml2 without http support - some
10698: option syntax changes
10699:
10700: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
10701:
10702: 2007-08-06 misha
10703:
10704: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
10705:
10706: * tests/: 160.html, results/160.processed: - cache test was
10707: rewrited
10708:
10709: 2007-07-06 misha
10710:
10711: * tests/: 153.html, results/153.processed: - added test for
10712: ^math:sha1[string]
10713:
10714: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
10715: transcoded
10716:
10717: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
10718: were added
10719:
10720: 2007-06-28 misha
10721:
10722: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
10723: some incorrect chars
10724:
10725: 2007-06-19 misha
10726:
10727: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
10728: were moved on top because of gcc 4 had a problems during
10729: building.
10730:
10731: 2007-06-18 misha
10732:
10733: * tests/results/019.processed: - new image commited
10734:
10735: 2007-06-09 misha
10736:
10737: * src/classes/: op.C, table.C: - in while and table.select method
10738: as_expression used now
10739:
10740: * src/types/pa_vmethod_frame.h: - method as_expression was added
10741:
10742: 2007-06-08 misha
10743:
10744: * tests/: 166.html, results/166.processed: - test for
10745: ^match[...][n]
10746:
10747: * tests/: 165.html, results/165.processed: - tests for loops
10748:
10749: * src/lib/cord/include/private/cord_pos.h: - back to origin value
10750: because of no speed/memory optimisation but some proglems with
10751: long cycles occure
10752:
10753: 2007-06-06 misha
10754:
10755: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
10756: ^table.select(true) and ^table.select(1) didn't works because of
10757: awaiting junction-param only. fixed.
10758:
10759: 2007-05-24 misha
10760:
10761: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
10762: with 0.5 secs interval
10763:
10764: * src/classes/op.C: - cache was rewrited. I hope it works with
10765: locking system now on unix
10766:
10767: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
10768: system locks which wait till other threads release it but try get
10769: lock, if fail wait 1 sec and make 10 attempts.
10770:
10771: * src/include/pa_os.h: - consts for blocking locks + some comments
10772: were added
10773:
10774: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
10775: opening files
10776:
10777: * src/classes/table.C: - changes in includes. if unclude <sstream>
10778: after our classes on unix it can't be build
10779:
10780: * src/types/pa_vhashfile.C: - not needed code removed
10781:
10782: 2007-05-23 misha
10783:
10784: * src/: classes/file.C, classes/op.C, main/pa_common.C,
10785: include/pa_common.h: - cosmetic changes
10786:
10787: 2007-05-18 misha
10788:
10789: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
10790: often. it's give some speed increasing
10791:
10792: * tests/results/160.processed: - returned time corrected
10793:
10794: * tests/160.html: - time increased because on unix 1 mean nothing
10795: :(
10796:
10797: * operators.txt: - added info about ^hash.contain[key]
10798:
10799: * src/classes/hash.C: - added ^hash.contain[key]
10800:
10801: * src/include/pa_hash.h: - added method for checking key exists in
10802: hash
10803:
10804: 2007-05-07 misha
10805:
10806: * src/include/pa_string.h: - was compilation error during build on
10807: freebsd4
10808:
10809: 2007-05-03 misha
10810:
10811: * src/classes/table.C: - option $.type[hash|string|table] was added
10812: for ^table.hash[]
10813:
10814: * src/classes/file.C: - comment removed
10815:
10816: 2007-04-26 misha
10817:
10818: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
10819: real files doesn't opened in place anymore
10820:
10821: 2007-04-24 misha
10822:
10823: * src/classes/math.C: - I thought one more time and remove lg(N) :)
10824:
10825: * src/include/pa_exception.h: "static" removed
10826:
10827: 2007-04-23 misha
10828:
10829: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
10830:
10831: * src/classes/math.C: added: - ^math:ln(N) (the same as
10832: ^math:log(N)) - ^math:lg(N)
10833:
10834: * tests/: 097.html, results/097.processed: - charsets converstion
10835: during ^file::load[text;http://...] added
10836:
10837: * tests/: 164.html, results/164.processed: - check for set expires
10838: as a date
10839:
10840: * tests/: 164.html, results/164.processed: - test for hashfile
10841:
10842: * src/classes/hashfile.C: - little comment changes
10843:
10844: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
10845: access
10846:
10847: * src/: classes/date.C, classes/double.C, classes/file.C,
10848: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
10849: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
10850: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
10851: classes/xnode.h, include/pa_request.h, main/execute.C,
10852: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10853: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
10854: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
10855: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
10856: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
10857: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
10858: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10859: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
10860: "parser.runtime" strings were removed
10861:
10862: * src/classes/hashfile.C: - with .clear[] called files_delete()
10863: now.
10864:
10865: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
10866:
10867: * src/include/pa_exception.h: - string constant with
10868: "parser.runtime" text was added
10869:
10870: 2007-04-20 misha
10871:
10872: * operators.txt: - some comments changing
10873:
10874: * operators.txt: - added info about .^hashfile.release[],
10875: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
10876:
10877: * configure: =cheching for unsetenv
10878:
10879: * src/classes/hashfile.C: - ^hashfile.cleanup[],
10880: ^hashfile.release[] were added
10881:
10882: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
10883: ^string.match[][] understand new option now: return number of
10884: matches but not table wit results
10885:
10886: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
10887: reopen now
10888:
10889: * src/classes/op.C: - bug. must be false
10890:
10891: * configure.in: - checking for unsetenv was added
10892:
10893: * src/types/pa_vform.C: - some comments
10894:
10895: 2007-04-18 misha
10896:
10897: * buildall-with-xml: moving to libxml2-2.6.28
10898:
10899: * buildall-with-xml, buildall-without-xml: added commented lines
10900: with --disable-safe-mode option
10901:
10902: * operators.txt: - info about $form:files
10903:
10904: 2007-04-17 misha
10905:
10906: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
10907: $form:files was added
10908:
10909: * tests/: 163.html, results/163.processed: removing auto format
10910:
10911: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
10912:
10913: 2007-04-16 misha
10914:
10915: * tests/: 163.html, results/163.processed: - test for .int[],
10916: floor, round, ceiling and .format[]
10917:
10918: * src/classes/file.C: - little optimization for getting args in
10919: exec/cgi
10920:
10921: 2007-04-13 misha
10922:
10923: * src/classes/file.C: - arguments for file::exec/cgi can be
10924: specified now as s table with one column
10925:
10926: 2007-03-27 misha
10927:
10928: * tests/: 162.html, results/162.processed: - test for
10929: ^table.select(^condition[$t])
10930:
10931: * tests/results/auto.p: - load windows-1251 charset for some tests
10932:
10933: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
10934:
10935: * tests/: results/161.processed, 161.html, 161_utf8.txt,
10936: 161_windows1251.txt: - added test for
10937: ^file::load[text;/local/file.txt;$.charset[...]]
10938:
10939: * tests/: results/013.processed, 013.html: - added test for
10940: checking $._default value while hash modifications
10941:
10942: * tests/: 160.html, results/160.processed: - add test for
10943: ^cache[key](secs){code}, ^cache[] and ^cache(0)
10944:
10945: 2007-03-22 misha
10946:
10947: * src/include/pa_common.h: - "charset" string defined for
10948: ^file::load[text;/local.txt] and ^table::load[/table.txt]
10949:
10950: * src/main/: pa_common.C, pa_http.C: - $.charset option for
10951: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
10952: added - not needed transcodes were removed from
10953: ^file::load[...;http://...]
10954:
10955: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
10956: added
10957:
10958: * src/classes/date.C: - date.week was fixed
10959:
10960: * operators.txt: - added info about date.weekyear
10961:
10962: * tests/: 159.html, results/159.processed: - tests for date.week
10963: and date.weekyear added
10964:
10965: 2007-03-15 misha
10966:
10967: * src/classes/table.C: - enclose column numbers for nameless tables
10968: as well
10969:
10970: 2007-03-14 misha
10971:
10972: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
10973:
10974: * src/classes/table.C: - table.save optimization: now required much
10975: less memory
10976:
10977: 2007-03-13 misha
10978:
10979: * tests/results/: 158.processed, 158.processes: - tests for
10980: table.save/table.load
10981:
10982: * tests/: 158.html, results/158.processes: - tests for
10983: table.save/table.load
10984:
10985: * buildall-with-xml: libxml2: --without-ftp --without-docbook
10986:
10987: * buildall-with-xml: - pattern needed now for building
10988:
10989: * tests/results/097.processed: - added test results for xdoc::load
10990: & xdoc::load[http://...]
10991:
10992: * tests/097.html: - added test for xdoc::load
10993:
10994: 2007-03-12 misha
10995:
10996: * tests/: 107.html, results/107.processed: - added test for xpath
10997: '//man'
10998:
10999: 2007-03-01 misha
11000:
11001: * tests/: 097.html, results/097.processed: - added test for
11002: creating xdoc from file
11003:
11004: * tests/: results/157.processed, 157.html: - added test for
11005: file:move
11006:
11007: 2007-02-28 misha
11008:
11009: * src/classes/xdoc.C: - another attempt
11010:
11011: * src/classes/xdoc.C: - roll back last changes for a while
11012:
11013: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
11014:
11015: * src/classes/file.C: - under lock we create non-exist dir anyway
11016:
11017: * tests/results/099.processed: - ever send content-disposition to
11018: client with file
11019:
11020: * tests/157.html: + test for file:copy
11021:
11022: 2007-02-26 misha
11023:
11024: * src/classes/file.C: - some similar strings moved to #define
11025: instead of to be copy/pasted many times
11026:
11027: * src/types/pa_vfile.h: - class name string ("file") moved to
11028: #define
11029:
11030: 2007-02-20 misha
11031:
11032: * configure.in: - added some strings for sqlite detection
11033:
11034: 2007-02-19 misha
11035:
11036: * operators.txt: - some comments changes
11037:
11038: * buildall-with-xml, buildall-without-xml: - some modifications
11039:
11040: 2007-02-17 misha
11041:
11042: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
11043:
11044: * src/main/pa_request.C: - damn, i forgot to commit it while I
11045: change console behaviour
11046:
11047: 2007-02-12 misha
11048:
11049: * src/targets/cgi/parser3.C: - don't print headers if
11050: $console:line[data] was used during cgi execution.
11051:
11052: * src/types/pa_vconsole.h: - console class have bool flag now which
11053: marked as 'true' if class was used.
11054:
11055: * tests/: 152.html, results/152.processed: - more types was added
11056: to test 152
11057:
11058: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
11059: adding 'bool' (^if($image){} caused exception)
11060:
11061: 2007-02-09 misha
11062:
11063: * tests/: 152.html, results/152.processed: - test alightly updated
11064:
11065: * tests/: 152.html, results/152.processed: - test rewrited
11066:
11067: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
11068: bugfix. I broke xdoc & xnode in expression
11069:
11070: 2007-02-08 misha
11071:
11072: * tests/: 152.html, results/152.processed: - add test for checking
11073: 'def' for void, string, bool, int & double
11074:
11075: 2007-02-07 misha
11076:
11077: * operators.txt: - ^file:base64[filespec] was added
11078:
11079: * tests/results/153.processed: - result test for
11080: ^file:base64[filespec] was updated
11081:
11082: * tests/153.html: - test for ^file:base64[filespec] was added
11083:
11084: * src/types/pa_vconsole.h: - little optimization
11085:
11086: * src/classes/file.C: - ^file:base64[filespec]
11087:
11088: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
11089:
11090: * src/include/pa_common.h: - declarations for
11091: ^file:base64[filespec]
11092:
11093: * src/types/pa_vcookie.C: - little optimization
11094:
11095: 2007-02-06 misha
11096:
11097: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
11098: were temporary commented
11099:
11100: * src/types/pa_vbool.h: - bugfix
11101:
11102: * tests/156.html: - added test for bool cookie
11103:
11104: * src/types/pa_vcookie.h: - not needed string "cookie" removed
11105:
11106: * tests/: 155.html, results/155.processed: - added test for check
11107: $.encloser[] option for table save/load
11108:
11109: * tests/: 153.html, 154.html, todo.txt: - two more tests added
11110:
11111: 2007-02-05 misha
11112:
11113: * tests/results/152.processed: - newline at the end was missed
11114:
11115: * tests/results/141.processed: - math:md5 must be lowercased
11116:
11117: * src/targets/cgi/parser3.C: - 2007 in help ;)
11118:
11119: 2007-02-03 misha
11120:
11121: * tests/results/: 150.processed, 151.processed, 152.processed: -
11122: test for bool added and some content length fixes
11123:
11124: * tests/152.html: - test for bool added
11125:
11126: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
11127:
11128: * operators.txt: - info bool class was added
11129:
1.116 moko 11130: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 11131: classes/classes.vcproj, classes/double.C, classes/int.C,
11132: classes/string.C, classes/void.C, classes/xnode.C,
11133: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
11134: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
11135: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
11136: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11137: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
11138: types/types.vcproj: - bool class was added
11139:
11140: * src/main/pa_request.C: - fix
11141:
11142: 2007-01-18 misha
11143:
11144: * src/: main/pa_string.C, classes/string.C: - return table during
11145: ^string.match[][] even if no matched found.
11146:
11147: 2006-12-20 misha
11148:
11149: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
11150: http://www.parser.ru/forum/?id=55598 ]
11151:
11152: 2006-12-19 misha
11153:
11154: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
11155: details: http://www.parser.ru/forum/?id=52359
11156:
11157: * src/main/pa_request.C: - always set content-disposition for
11158: $response:body[hash here]. more details:
11159: http://www.parser.ru/forum/?id=52130
11160:
11161: 2006-12-07 misha
11162:
11163: * operators.txt: - added info about bool params in cookie set
11164:
11165: * src/types/pa_vcookie.C: - bool param in cookies available now
11166: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
11167: ]
11168:
11169: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
11170: was added
11171:
11172: 2006-12-02 misha
11173:
11174: * src/classes/file.C: - file_block_read used instead of native read
11175:
11176: * src/main/pa_common.C: - added file_block_read with read error
11177: detection - file_block_read used instead of native read
11178:
11179: * src/include/pa_common.h: - added file_block_read declaration
11180:
11181: 2006-12-01 misha
11182:
11183: * operators.txt: - info about $var.CLASS_NAME was added
11184:
11185: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11186: $var.CLASS_NAME added
11187:
11188: * operators.txt: - added info about ^file:copy[]
11189:
11190: * src/classes/file.C: - ^file:copy[from;fo] was added
11191:
11192: 2006-11-20 misha
11193:
11194: * src/classes/date.C: - bug fix :)
11195:
11196: 2006-11-17 misha
11197:
11198: * src/include/pa_common.h: - array in crc32 calculation was changed
11199: to static
11200:
11201: * src/main/pa_common.C: - little optimization in getMonthDays -
11202: small changes in crc32 calculation
11203:
11204: * src/classes/date.C: - not needed code was removed
11205:
11206: 2006-11-16 misha
11207:
11208: * src/types/pa_vmail.C: - fix missed brakes
11209:
11210: * src/types/pa_vmail.C: - mail:send now set content-type:
11211: multipart/related instead of multipart/mixed if file have
11212: $.content-id[]
11213:
11214: 2006-11-15 misha
11215:
11216: * src/types/pa_vdouble.h: abs -> fabs
11217:
11218: 2006-11-14 misha
11219:
11220: * operators.txt: - added info about ^file.md5[] and
11221: ^file:md5[file-name]
11222:
11223: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
11224: added
11225:
11226: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
11227: FILE_BUFFER_SIZE
11228:
11229: * src/classes/math.C: - hex_string was moved to pa_common.h
11230:
11231: * src/include/pa_common.h: - hex_string was moved from math.C -
11232: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
11233:
11234: * src/types/pa_vdouble.h: - incorrect frac detection with negative
11235: values was fixed
11236:
11237: 2006-11-13 misha
11238:
11239: * operators.txt: - added info about ^math:crc32[string],
11240: ^file:crc32[file-name] & ^file.crc32[]
11241:
11242: * src/classes/math.C: - added ^math:crc32[string]
11243:
11244: * src/classes/file.C: - some comments were changed - added
11245: ^file:crc32[file-name] and ^file.crc32[]
11246:
11247: * src/: include/pa_common.h, main/pa_common.C: - some functions for
11248: crc32 calculation added
11249:
11250: 2006-11-03 misha
11251:
11252: * src/include/pa_array.h: - not needed variable removed
11253:
11254: * tests/: 150.html, 151.html, results/150.processed,
11255: results/151.processed: - 2 tests were added
11256:
11257: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
11258: with $.reverse(1) were fixed
11259:
11260: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
11261: query converted to $.charset during ^file::load[http://...]
11262:
11263: 2006-11-02 misha
11264:
11265: * src/include/pa_table.h: ups. forget '=' char
11266:
11267: * src/include/pa_table.h: - one more fix in
11268: .locate[...][$.reverse(1)]
11269:
11270: 2006-11-01 misha
11271:
11272: * src/classes/math.C: - bug fix, details:
11273: http://www.parser.ru/forum/?id=53360
11274:
11275: * src/include/pa_table.h: - bug fix during ^table.locate( condition
11276: false for all records )[$.reverse(1)]
11277:
11278: * src/main/pa_http.C: - second param for this mid method is length
11279: but not end_index so this method has error and can't detect
11280: charsets in next content-types: Content-type: text/html;
11281: charset="windows-1251" Content-type: text/html;
11282: charset="windows-1251"; Content-type: text/html;
11283: charset=windows-1251;
11284:
11285: only Content-type: text/html; charset=windows-1251 was fine
11286:
11287: 2006-10-31 misha
11288:
11289: * src/classes/file.C: - empty args in file::exec removed now
11290:
11291: 2006-09-03 paf
11292:
11293: * src/classes/file.C: proper tainting of
11294: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
11295:
11296: 2006-06-09 paf
11297:
11298: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
11299:
11300: * src/classes/table.C: formatting
11301:
11302: * src/classes/table.C: incorporated patch from misha: Sent:
11303: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
11304: ignoring string options for ^table.save[]
11305:
11306: * src/classes/hash.C: incorporated patch from misha Sent:
11307: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
11308: $hash._default disappear while
11309:
11310: * operators.txt: ^mail:send[ $.file1[ $.value[file]
11311: $.format[!uue|!base64] << new base64 option. default uue ] ]
11312:
11313: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
11314: PM Subject: patch for base64 in ^mail:send[] %-)
11315:
11316: 2006-04-09 paf
11317:
11318: * src/main/compile.tab.C: ` change compiled
11319:
11320: * gnu.vcproj, operators.txt, parser3.sln,
11321: src/classes/classes.vcproj, src/classes/file.C,
11322: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
11323: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
11324: src/classes/xnode.C, src/include/pa_array.h,
11325: src/include/pa_config_fixed.h, src/include/pa_dir.h,
11326: src/include/pa_memory.h, src/include/pa_request.h,
11327: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
11328: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
11329: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
11330: src/lib/pcre/pcre_dftables.vcproj,
11331: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11332: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
11333: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
11334: src/main/pa_cache_managers.C, src/main/pa_charset.C,
11335: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
11336: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
11337: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
11338: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
11339: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
11340: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
11341: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
11342: src/types/pa_value.h, src/types/pa_vcookie.C,
11343: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
11344: src/types/pa_vmail.C, src/types/pa_vresponse.C,
11345: src/types/pa_vstatus.C, src/types/types.vcproj,
11346: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
11347: ^menu, ^hash/hashfile.foreach
11348:
11349: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11350: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
11351: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
11352: src/classes/xnode.C, src/include/pa_array.h,
11353: src/include/pa_config_fixed.h, src/include/pa_dir.h,
11354: src/include/pa_memory.h, src/include/pa_request.h,
11355: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
11356: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
11357: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
11358: src/lib/pcre/pcre_dftables.vcproj,
11359: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11360: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
11361: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
11362: src/main/pa_cache_managers.C, src/main/pa_charset.C,
11363: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
11364: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
11365: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
11366: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
11367: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
11368: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
11369: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
11370: src/types/pa_value.h, src/types/pa_vcookie.C,
11371: src/types/pa_vmail.C, src/types/pa_vresponse.C,
11372: src/types/pa_vstatus.C, src/types/types.vcproj,
11373: tests/descript.ion: ! switched to VS2005 (projects and
11374: object<info explicitly typed>.for_each(, info)) +
11375: $response:field[] setting void means removing + grammar $name`
11376: name stops now, for mysql `$field` + started ^break[]
11377: ^continue[], in ^for. TODO: to other iterators (while, menu,
11378: foreach) + all log messages += [uri=, method=, cl=]
11379:
11380: * buildall-with-xml: merged . ftp paths update
11381:
11382: * buildall-with-xml: . ftp paths update
11383:
11384: 2006-03-04 paf
11385:
11386: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
11387: checks++ [thanks to Igor Zinkovsky for detailed report]
11388:
11389: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
11390: Igor Zinkovsky for detailed report]
11391:
11392: 2006-03-01 paf
11393:
11394: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
11395: \n to ' ' in
11396:
11397: 2006-02-18 paf
11398:
11399: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
11400: \n to ' ' in
11401:
11402: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
11403:
11404: 2006-02-03 paf
11405:
11406: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
11407: base64
11408:
11409: * src/main/pa_common.C: ! bugfix: decoding from base64
11410:
11411: 2006-01-20 paf
11412:
11413: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
11414: economy fix
11415:
11416: * src/classes/: table.C: merged from HEAD ! bugfix
11417: ^table.save[$.encloser-s now handled properly
11418:
11419: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
11420: handled properly
11421:
11422: 2006-01-19 paf
11423:
11424: * buildall-with-xml, buildall-without-xml: merged from HEAD !
11425: libgc:USE_MUNMAP activates merging of free memory blocks which
11426: helps a lot in our case: after transform we want
11427: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
11428:
11429: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
11430: economy fix
11431:
11432: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
11433: activates merging of free memory blocks which helps a lot in our
11434: case: after transform we want CORD(main.result)->cstr[big
11435: malloc]->transcode[big malloc]
11436:
11437: 2006-01-17 paf
11438:
11439: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
11440: before reading them. got rid of reallocs = became quicker and
11441: less fragmentated
11442:
11443: 2005-12-29 paf
11444:
1.116 moko 11445: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
11446: configure, configure.in, src/include/pa_version.h,
11447: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 11448: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
11449: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
11450: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
11451: src/lib/ltdl/missing: . merged from 3.2.1
11452:
1.116 moko 11453: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
11454: packaged when 'make dist', so do configure companion files in
11455: src/lib/ltdl
11456:
11457: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
11458: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
11459: missing: . now config_auto.h is created with configure [were
11460: constant]
1.95 moko 11461:
11462: * INSTALL: . references to documentation and some clarification
11463:
11464: * buildall-with-xml, buildall-without-xml: . farawell doc
11465: indication
11466:
1.116 moko 11467: * Makefile.am: . dist+=buildall*
1.95 moko 11468:
11469: 2005-12-28 paf
11470:
11471: * configure: . 3.2.1
11472:
11473: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
11474: simplify build process, see INSTALL
11475:
11476: 2005-12-26 paf
11477:
11478: * configure: ver
11479:
11480: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
11481: version
11482:
11483: 2005-12-21 paf
11484:
11485: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
11486: compiled with bison 1.875b, it reports unexpected token names
11487:
11488: 2005-12-19 paf
11489:
11490: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
11491: holds a link to xmlNode to prevent premature gc(xmlNode)
11492:
11493: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
11494: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11495: src/main/main.vcproj, src/main/pa_globals.C,
11496: src/targets/cgi/parser3.vcproj,
11497: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
11498: configure, configure.in, src/include/pa_version.h: . killing
11499: gdome [what a relief]
11500:
11501: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
11502: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
11503: run_parser.sh, results/001.processed, results/002.processed,
11504: results/003.processed, results/004.processed,
11505: results/005.processed, results/006.processed,
11506: results/008.processed, results/009.processed,
11507: results/010.processed, results/011.processed,
11508: results/012.processed, results/013.processed,
11509: results/014.processed, results/015.processed,
11510: results/016.processed, results/017.processed,
11511: results/018.processed, results/020.processed,
11512: results/021.processed, results/022.processed,
11513: results/023.processed, results/024.processed,
11514: results/025.processed, results/026.processed,
11515: results/027.processed, results/028.processed,
11516: results/029.processed, results/030.processed,
11517: results/031.processed, results/032.processed,
11518: results/033.processed, results/034.processed,
11519: results/035.processed, results/036.processed,
11520: results/037.processed, results/038.processed,
11521: results/039.processed, results/040.processed,
11522: results/041.processed, results/042.processed,
11523: results/043.processed, results/044.processed,
11524: results/045.processed, results/046.processed,
11525: results/047.processed, results/048.processed,
11526: results/049.processed, results/050.processed,
11527: results/051.processed, results/052.processed,
11528: results/053.processed, results/054.processed,
11529: results/055.processed, results/056.processed,
11530: results/057.processed, results/058.processed,
11531: results/059.processed, results/060.processed,
11532: results/061.processed, results/062.processed,
11533: results/063.processed, results/064.processed,
11534: results/065.processed, results/066.processed,
11535: results/067.processed, results/068.processed,
11536: results/069.processed, results/070.processed,
11537: results/071.processed, results/072.processed,
11538: results/073.processed, results/074.processed,
11539: results/075.processed, results/076.processed,
11540: results/077.processed, results/078.processed,
11541: results/079.processed, results/080.processed,
11542: results/081.processed, results/082.processed,
11543: results/083.processed, results/084.processed,
11544: results/085.processed, results/086.processed,
11545: results/087.processed, results/088.processed,
11546: results/089.processed, results/090.processed,
11547: results/091.processed, results/092.processed,
11548: results/093.processed, results/094.processed,
11549: results/095.processed, results/096.processed,
11550: results/097.processed, results/099.processed,
11551: results/100.processed, results/101.processed,
11552: results/102.processed, results/104.processed,
11553: results/105.processed, results/106.processed,
11554: results/107.processed, results/108.processed,
11555: results/109.processed, results/110.processed,
11556: results/111.processed, results/112.processed,
11557: results/113.processed, results/114.processed,
11558: results/115.processed, results/117.processed,
11559: results/119.processed, results/120.processed,
11560: results/121.processed, results/122.processed,
11561: results/123.processed, results/124.processed,
11562: results/125.processed, results/126.processed,
11563: results/127.processed, results/128.processed,
11564: results/129.processed, results/130.processed,
11565: results/131.processed, results/132.processed,
11566: results/133.processed, results/134.processed,
11567: results/135.processed, results/136.processed,
11568: results/138.processed, results/139.processed,
11569: results/140.processed, results/141.processed,
11570: results/142.processed, results/143.processed,
11571: results/144.processed, results/145.processed,
11572: results/146.processed, results/147.processed,
11573: results/148.processed, results/149.processed, results/auto.p: .
11574: now works if we turn off default auto.p
11575:
1.116 moko 11576: * configure: . makes
1.95 moko 11577:
11578: * src/types/pa_vxnode.C: . less warnings
11579:
11580: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
11581: tests/145.html, tests/149.html, tests/descript.ion,
11582: tests/outputs/d.cmd, tests/results/142.processed,
11583: tests/results/143.processed, tests/results/144.processed,
11584: tests/results/145.processed, tests/results/146.processed,
11585: tests/results/147.processed, tests/results/148.processed,
11586: tests/results/149.processed: . removed .nodeValue from all node
11587: types other than 5 (grabbed piece from gdome)
11588:
11589: * tests/: 137.html, results/137.processed: . not handled this case
11590: yet. code does not hang from inserting parent into child,
11591: considering thing minor issue -- nodes are removed from source
11592: anyway, don't know why shold that be an error after all
11593:
11594: * src/targets/cgi/parser3.C: . style
11595:
11596: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
11597: xdoc too [were barking "not element"]
11598:
11599: 2005-12-16 paf
11600:
11601: * tests/: 146.html, 147.html, 148.html: . more tests
11602:
11603: * src/classes/xnode.C: . also bark on possible errors
11604:
11605: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
11606: props
11607:
11608: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
11609: main/compile.y: merged from HEAD ! fixed overoptimized
11610: ^call(false) case. (confused it with ^call[] case)
11611:
11612: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
11613: ^call(false) case. (confused it with ^call[] case)
11614:
11615: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
11616:
11617: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
11618: results/001.processed, results/002.processed,
11619: results/003.processed, results/004.processed,
11620: results/005.processed, results/006.processed,
11621: results/008.processed, results/009.processed,
11622: results/010.processed, results/011.processed,
11623: results/012.processed, results/013.processed,
11624: results/014.processed, results/015.processed,
11625: results/016.processed, results/017.processed,
11626: results/018.processed, results/019.processed,
11627: results/020.processed, results/021.processed,
11628: results/022.processed, results/023.processed,
11629: results/024.processed, results/025.processed,
11630: results/026.processed, results/027.processed,
11631: results/028.processed, results/029.processed,
11632: results/030.processed, results/031.processed,
11633: results/032.processed, results/033.processed,
11634: results/034.processed, results/035.processed,
11635: results/036.processed, results/037.processed,
11636: results/038.processed, results/039.processed,
11637: results/040.processed, results/041.processed,
11638: results/042.processed, results/043.processed,
11639: results/044.processed, results/045.processed,
11640: results/046.processed, results/047.processed,
11641: results/048.processed, results/049.processed,
11642: results/050.processed, results/051.processed,
11643: results/052.processed, results/053.processed,
11644: results/054.processed, results/055.processed,
11645: results/056.processed, results/057.processed,
11646: results/058.processed, results/059.processed,
11647: results/060.processed, results/061.processed,
11648: results/062.processed, results/063.processed,
11649: results/064.processed, results/065.processed,
11650: results/066.processed, results/067.processed,
11651: results/068.processed, results/069.processed,
11652: results/070.processed, results/071.processed,
11653: results/072.processed, results/073.processed,
11654: results/074.processed, results/075.processed,
11655: results/076.processed, results/077.processed,
11656: results/078.processed, results/079.processed,
11657: results/080.processed, results/081.processed,
11658: results/082.processed, results/083.processed,
11659: results/084.processed, results/085.processed,
11660: results/086.processed, results/087.processed,
11661: results/088.processed, results/089.processed,
11662: results/090.processed, results/091.processed,
11663: results/092.processed, results/093.processed,
11664: results/094.processed, results/095.processed,
11665: results/096.processed, results/097.processed,
11666: results/099.processed, results/101.processed,
11667: results/102.processed, results/104.processed,
11668: results/105.processed, results/106.processed,
11669: results/107.processed, results/108.processed,
11670: results/109.processed, results/110.processed,
11671: results/111.processed, results/112.processed,
11672: results/113.processed, results/114.processed,
11673: results/115.processed, results/116.processed,
11674: results/117.processed, results/118.processed,
11675: results/119.processed, results/120.processed,
11676: results/121.processed, results/122.processed,
11677: results/123.processed, results/124.processed,
11678: results/125.processed, results/126.processed,
11679: results/127.processed, results/128.processed,
11680: results/129.processed, results/130.processed,
11681: results/131.processed, results/132.processed,
11682: results/133.processed, results/134.processed,
11683: results/135.processed, results/136.processed,
11684: results/137.processed, results/138.processed,
11685: results/139.processed, results/140.processed,
11686: results/141.processed: . refreshed old tests, made them work
11687: without auto.p (in utf8) . things noted: . gif got encoded
11688: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
11689: some strange year)
11690:
11691: * INSTALL: . revived linux libgc fix
11692:
11693: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
11694: glib/gdome in INSTALL and patches]
11695:
11696: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11697: include/pa_charset.h, include/pa_config_includes.h,
11698: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
11699: include/pa_xml_exception.h, lib/cord/Makefile.am,
11700: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
11701: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
11702: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
11703: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
11704: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
11705: types/pa_vxnode.h: . started killing gdome
11706:
11707: 2005-12-13 paf
11708:
11709: * src/main/: pa_request.C: merged from HEAD ! when code in
11710: @unhandled_exception thrown another exception, print correct
11711: origin (earlier code in catch of exception inside of
11712: @unhandled_exception grabbed parent_frame(original_exception)
11713: origin and printed it, instead of true origin)
11714:
11715: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
11716: another exception, print correct origin (earlier code in catch of
11717: exception inside of @unhandled_exception grabbed
11718: parent_frame(original_exception) origin and printed it, instead
11719: of true origin)
11720:
11721: 2005-12-09 paf
11722:
11723: * INSTALL: . updated INSTALL doc to work around linux stack base
11724: detection problem, due to change in gc6.4 code
11725:
11726: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
11727: ignored in ^string.matched :(
11728:
11729: * src/main/pa_string.C: ! regex tainting were ignored in
11730: ^string.matched :(
11731:
11732: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
11733: src/include/pa_config_fixed.h, src/include/pa_version.h,
11734: src/main/compile.y, src/main/compile_tools.h,
11735: src/main/pa_charset.C, src/main/pa_common.C,
11736: src/main/pa_globals.C, src/main/pa_string.C,
11737: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
11738: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
11739:
11740: 2005-12-08 paf
11741:
11742: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
11743: 500 chars now handled OK [were wrapped on 500th char according to
11744: rfc, but sendmail failed to unwrap it properly]
11745:
11746: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
11747: handled OK [were wrapped on 500th char according to rfc, but
11748: sendmail failed to unwrap it properly]
11749:
11750: * src/targets/isapi/parser3isapi.C: . less warnings
11751:
11752: * src/targets/isapi/parser3isapi.C: . undone some strange change
11753: since 3.1.5
11754:
11755: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
11756: link fixes
11757:
11758: * src/: classes/date.C, include/pa_config_fixed.h,
11759: main/compile.tab.C, main/compile.y, main/compile_tools.h,
11760: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
11761: main/pa_string.C, targets/cgi/getopt.c: . less warnings
11762:
11763: * src/include/pa_config_fixed.h: . removed outdated string origins
11764: [in current storage scheme there's no place for them. someday we
11765: can add third CORD to store origins and special version of parser
11766: which stores origins there [separate binary]]
11767:
11768: 2005-12-07 paf
11769:
11770: * src/targets/isapi/parser3isapi.C: . now links in release mode
11771:
11772: * src/include/pa_version.h: makefiles
11773:
11774: * src/include/pa_version.h: . not beta
11775:
11776: * configure, configure.in, src/include/pa_version.h: not beta
11777:
11778: 2005-12-06 paf
11779:
11780: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
11781: [some details here http://i2/tasks/edit/?id=4869912143891354460]
11782: decided to undo the change ^call[$void] passes void. now it will
11783: pass empty string again.
11784:
11785: * src/main/: compile.tab.C, compile.y: . version readded
11786:
11787: * src/classes/op.C: . in this version there is no ^switch[$nothing]
11788: = ^switch[void] problem
11789:
11790: 2005-12-01 paf
11791:
11792: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
11793: caused ^case[string] to be coerced to double since searching
11794: value were not string (it was vvoid)
11795:
11796: * src/classes/op.C: . bugfix ^switch[$void_value] caused
11797: ^case[string] to be coerced to double since searching value were
11798: not string (it was vvoid)
11799:
11800: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
11801: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
11802:
11803: 2005-11-30 paf
11804:
11805: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
11806: win32 must putenv("TZ="), on unix works only putenv("TZ")
11807:
11808: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
11809: putenv("TZ="), on unix works only putenv("TZ")
11810:
11811: * INSTALL: . xml libs versions updated
11812:
11813: * src/main/pa_globals.C: //20051130 trying to remove this, author
11814: claims that fixed a lot there // 20040920 for now both
11815: workarounds needed. wait for new libxml/xsl versions
11816:
11817: 2005-11-28 paf
11818:
11819: * src/classes/table.C: merged from HEAD: ! nameless table has
11820: columns==0
11821:
11822: * src/classes/table.C: ! nameless table has columns==0
11823:
11824: * src/main/pa_http.C: merged from HEAD: ! status line check made
11825: earlier [was totally wrong]
11826:
11827: * src/main/pa_http.C: ! status line check made earlier [was totally
11828: wrong]
11829:
11830: 2005-11-25 paf
11831:
11832: * src/include/pa_array.h: -this reduces speed(table::load) strange.
11833: undoing for now...
11834:
11835: * src/include/pa_version.h: -this reduces speed(table::load),
11836: strange. undoing
11837:
11838: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
11839:
11840: * src/classes/op.C: + ^while(){}[SEPARATOR]
11841:
11842: * src/include/pa_array.h: + optimistics added: all arrays (table
11843: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
11844: this speeds things up and saves memory a LOT! (not noticed
11845: negative effect on syntetic tests, future will tell...)
11846:
11847: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
11848: changed gc_malloc implementation, which obscured profiling
11849:
11850: * src/classes/table.C: merged from HEAD: + optimized
11851: table::load/sql, now row ArrayString-s allocated with
11852: columns.count() elements and don't always grow from
11853: count=3[realloc,realloc]
11854:
11855: * src/classes/table.C: + optimized table::load/sql, now row
11856: ArrayString-s allocated with columns.count() elements and don't
11857: always grow from count=3[realloc,realloc]
11858:
11859: * src/classes/table.C: merged from HEAD: . ^table.save unused
11860: buffer after save
11861:
11862: * src/classes/table.C: . ^table.save unused buffer after save
11863:
11864: 2005-11-24 paf
11865:
11866: * configure.in: . merged glib2-config patch
11867:
11868: * configure.in: + trying to find glib2-config
11869:
11870: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11871: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
11872: file/dir_readable to simple file/dir_exist, this would help in
11873: situations "class not found because .p file has bad rights" << in
11874: that case error would be explicit "access denied to 'this' file"
11875:
1.116 moko 11876: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 11877:
11878: * src/: classes/file.C, include/pa_common.h, main/execute.C,
11879: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
11880: to simple file/dir_exist, this would help in situations "class
11881: not found because .p file has bad rights" << in that case error
11882: would be explicit "access denied to 'this' file"
11883:
11884: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
11885: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11886: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
11887: ^file::exec/cgi[script;$.charset[changed]
11888: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11889: encoded in $.charset charset
11890:
11891: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
11892: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
11893: encoded in $.charset charset
11894:
11895: * src/: include/Makefile.am, include/pa_common.h,
11896: include/pa_http.h, main/Makefile.am, main/main.vcproj,
11897: main/pa_common.C, main/pa_http.C: . extracted http:// into
11898: separate file [preparation for
11899: ^file::cgi[script;$.form[$.field1[]
11900:
11901: 2005-11-22 paf
11902:
11903: * src/: include/pa_version.h, main/compile.tab.C: makefiles
11904:
11905: * acinclude.m4, configure.in: . merged underquting fixes
11906:
1.116 moko 11907: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 11908:
11909: * src/classes/op.C: . overmerged a little
11910:
11911: * src/main/compile.tab.C: Makefile
11912:
11913: * src/main/: pa_common.C: . less gcc warnings
11914:
11915: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
11916: now reports original exception if we have no old cache
11917:
11918: * src/classes/op.C: + $exception.handled[cache] now reports
11919: original exception if we have no old cache
11920:
11921: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
11922: from HEAD: + ^taint/untaint[regex] << escapes these:
11923: \^$.[]|()?*+{}
11924:
11925: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
11926: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
11927:
11928: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11929: getenv-ed variable, which does not work both on win32&unix.
11930: copied old TZ value now
11931:
11932: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
11933: stored pointer to getenv-ed variable, which does not work both on
11934: win32&unix. copied old TZ value now
11935:
11936: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
11937: getenv-ed variable, which does not work both on win32&unix.
11938: copied old TZ value now
11939:
11940: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
11941: access to internal hash
11942:
11943: * src/types/pa_vresponse.C: + $response:headers access to internal
11944: hash
11945:
11946: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
11947: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11948: isapi] this reduces number of "GC Warning: Repeated allocation of
11949: very large block" messages to only important onces
11950:
11951: * src/targets/isapi/parser3isapi.C: +
11952: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
11953: isapi] this reduces number of "GC Warning: Repeated allocation of
11954: very large block" messages to only important onces
11955:
11956: * src/classes/string.C: merged from HEAD: + removed limitation on
11957: ^string/int/double:sql{}[$.default[({param style})] ]
11958:
11959: * src/classes/string.C: + removed limitation on
11960: ^string/int/double:sql{}[$.default[({param style})] ]
11961:
11962: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
11963: with ?params or $.form option" limitation
11964:
11965: * src/main/pa_common.C: + removed "use either uri with ?params or
11966: $.form option" limitation
11967:
11968: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11969: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
11970: ^file::base64[encoded] decode
11971:
11972: * src/: classes/file.C, classes/string.C, include/pa_common.h,
11973: main/pa_common.C: + ^file.base64[] encode +
11974: ^file::base64[encoded] decode
11975:
11976: * src/classes/: file.C, string.C: + ^string.base64[] encode +
11977: ^string:base64[encoded] decode
11978:
11979: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
11980: ^string:base64[in] encode + ^string.base64[] decode
11981:
11982: 2005-11-21 paf
11983:
11984: * src/classes/file.C: + merged from HEAD:
11985: ^file::create[text;file.xml;^untaint[xml]{data}]
11986:
11987: * src/classes/file.C: +
11988: ^file::create[text;file.xml;^untaint[xml]{data}]
11989:
11990: * src/main/pa_request.C: ! merged: $response:body[file] now
11991: differes from :download, it does not return content-disposition
11992: at all now [previusely it returned valueless content-disposition]
11993:
11994: * src/main/pa_request.C: ! $response:body[file] now differes from
11995: :download, it does not return content-disposition at all now
11996: [previusely it returned valueless content-disposition]
11997:
11998: * src/main/: compile.tab.C, compile.y: ! overoptimized void
11999: literals, reverted to just vvod, recreating empty array with each
12000: void_value token. that's absolutely needed, since that array
12001: grows
12002:
12003: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12004: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12005: types/pa_vmethod_frame.h: + merged: expression literals:
12006: true/false. ^format[$.indent(true)]
12007:
12008: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
12009: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
12010: types/pa_vmethod_frame.h: + expression literals: true/false.
12011: ^format[$.indent(true)]
12012:
12013: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12014: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12015: i386-pc-win32)"
12016:
12017: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
12018: $env:PARSER_VERSION reports "3.1.5beta (compiled on
12019: i386-pc-win32)"
12020:
12021: 2005-11-18 paf
12022:
12023: * src/classes/: double.C, int.C: ! ^int/double:sql{select
12024: null}[$.default(123)] will now return default value
12025:
12026: * src/classes/op.C: + merged ^cache[] << returns current cache
12027: expiration time
12028:
12029: * src/classes/op.C: + ^cache[] << returns current cache expiration
12030: time
12031:
12032: * src/classes/table.C: ! merged ^table::create[not'nameless';
12033: failed << Exception.problem_source pointed to local var!
12034:
12035: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
12036: Exception.problem_source pointed to local var!
12037:
12038: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
12039: now loads VFile.ptr!=0, so such files can be saved now
12040:
12041: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
12042: loads VFile.ptr!=0, so such files can be saved now
12043:
12044: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
12045: only . and .. now removed from list [were removed all .*]
12046:
12047: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
12048: .. now removed from list [were removed all .*]
12049:
12050: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
12051: open error now checked, were not :( [stole that piece from apache
12052: 1.3 sources]
12053:
12054: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
12055: checked, were not :( [stole that piece from apache 1.3 sources]
12056:
12057: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
12058: untainting of @main result if returned by $result or
12059: $response:body
12060:
12061: * src/main/pa_request.C: ! ensured proper untainting of @main
12062: result if returned by $result or $response:body
12063:
12064: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
12065: issue: now tries to guess content-length and allocates one big
12066: piece if possible [regretfully gc_realloc works as malloc+free,
12067: leaving lots of holes behind]
12068:
12069: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
12070: fixed file load memory issue: now tries to guess content-length
12071: and allocates one big piece if possible [regretfully gc_realloc
12072: works as malloc+free, leaving lots of holes behind]
12073:
12074: 2005-11-16 paf
12075:
12076: * src/: include/pa_common.h, classes/file.C, classes/table.C,
12077: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
12078: table::save with enclosers now doubles them: "->"" !
12079: table::save/load do not remove elements from options hash
12080:
12081: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
12082: [were overoptimized ^if(double_literal), compiler confused
12083: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12084:
12085: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
12086: [were overoptimized ^if(double_literal), compiler confused
12087: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
12088:
12089: * src/: classes/file.C, classes/table.C, include/pa_common.h,
12090: main/pa_common.C: ! table::save with enclosers now doubles them:
12091: "->"" ! table::save/load do not remove elements from options hash
12092:
12093: 2005-11-03 paf
12094:
1.116 moko 12095: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
12096: compilation, not all makefiles liked that
1.95 moko 12097:
12098: 2005-08-30 paf
12099:
12100: * src/classes/op.C: merge . speedup check of [DEFAULT]
12101:
12102: * src/classes/op.C: . speedup check of [DEFAULT]
12103:
12104: 2005-08-26 paf
12105:
12106: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
12107:
12108: * src/: classes/date.C, types/pa_vdate.h: + date.week
12109:
12110: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
12111: complains about bad!=nameless
12112:
12113: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
12114: about bad!=nameless
12115:
12116: * src/classes/: hash.C, string.C, table.C, void.C: merged !
12117: optional options were allowed to be empty. were checked
12118: if(is_string), changed to !defined||is_string to allow void
12119:
12120: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
12121: classes/string.C, classes/table.C, classes/void.C: ! optional
12122: options were allowed to be empty. were checked if(is_string),
12123: changed to !defined||is_string to allow void
12124:
12125: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
12126: as_junction where they needed as_int/double, so failed with
12127: recent "(const) now no junction" optimization
12128:
12129: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
12130: merged ! many classes/* used as_junction where they needed
12131: as_int/double, so failed with recent "(const) now no junction"
12132: optimization
12133:
12134: * src/: classes/double.C, classes/int.C, classes/math.C,
12135: classes/op.C, classes/string.C, classes/table.C,
12136: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
12137: used as_junction where they needed as_int/double, so failed with
12138: recent "(const) now no junction" optimization
12139:
12140: 2005-08-24 paf
12141:
12142: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
12143: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
12144: stripped it
12145:
12146: 2005-08-09 paf
12147:
12148: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12149: not cleared
12150:
12151: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12152: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12153: classes/hashfile.C, classes/image.C, classes/int.C,
12154: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12155: classes/response.C, classes/string.C, classes/table.C,
12156: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12157: include/pa_array.h, include/pa_cache_managers.h,
12158: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12159: include/pa_config_fixed.h, include/pa_config_includes.h,
12160: include/pa_dictionary.h, include/pa_dir.h,
12161: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12162: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12163: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12164: include/pa_request_charsets.h, include/pa_request_info.h,
12165: include/pa_sapi.h, include/pa_socks.h,
12166: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12167: include/pa_stack.h, include/pa_string.h,
12168: include/pa_stylesheet_connection.h,
12169: include/pa_stylesheet_manager.h, include/pa_table.h,
12170: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12171: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12172: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12173: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12174: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12175: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12176: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12177: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12178: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12179: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12180: main/pa_sql_driver_manager.C, main/pa_string.C,
12181: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12182: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12183: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12184: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12185: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12186: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
12187: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
12188: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12189: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12190: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
12191: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12192: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
12193: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12194: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
12195: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
12196: types/pa_vmemory.h, types/pa_vmethod_frame.C,
12197: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12198: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
12199: types/pa_vresponse.C, types/pa_vresponse.h,
12200: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12201: types/pa_vstateless_object.h, types/pa_vstatus.C,
12202: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12203: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12204: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12205: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12206: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
12207:
12208: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12209: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
12210: speedup consequent checks in vmethod_frame
12211:
12212: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
12213: not cleared
12214:
12215: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
12216: params: 50 max (were 10)
12217:
12218: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
12219: params: 50 max (were 10)
12220:
12221: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
12222: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
12223: pa_wcontext.h: + ^call[$void] param inside now is void (were:
12224: empty string) ! simplified (double) speedup consequent checks in
12225: vmethod_frame
12226:
12227: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
12228: optimized constants in expressions vstring->vdouble + optimized
12229: ^call(vdouble), no junction creation, no calls later
12230:
12231: 2005-08-08 paf
12232:
12233: * src/main/: compile.tab.C, compile.y, compile_tools.C,
12234: compile_tools.h: merged + optimized constants in expressions
12235: vstring->vdouble + optimized ^call(vdouble), no junction
12236: creation, no calls later
12237:
12238: * src/types/pa_vdouble.h: merged . double values without fractional
12239: part now default printed as %.0f instead of %g
12240:
12241: * src/types/pa_vdouble.h: . double values without fractional part
12242: now default printed as %.0f instead of %g
12243:
12244: * src/classes/hashfile.C: . merged ! second hashfile::open would
12245: cause an exception
12246:
12247: * src/classes/hashfile.C: ! second hashfile::open would cause an
12248: exception
12249:
12250: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
12251: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12252: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12253: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12254: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
12255: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12256: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12257: types/pa_vresponse.h, types/pa_vstateless_class.C,
12258: types/pa_vstateless_object.h, types/pa_vvoid.h,
12259: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
12260: merged VJunction(new Junction) optimization from 3.1.4
12261:
12262: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
12263: types/pa_vstateless_class.C: + optimized new VJunction(new
12264: Junction(params)) to new VJunction(params), thousands of mallocs
12265: removed
12266:
12267: 2005-08-05 paf
12268:
12269: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
12270: types/pa_vdouble.h, types/pa_vmethod_frame.C,
12271: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
12272: creation, no calls later
12273:
12274: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12275: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12276: classes/hashfile.C, classes/image.C, classes/int.C,
12277: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12278: classes/response.C, classes/string.C, classes/table.C,
12279: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12280: include/pa_array.h, include/pa_cache_managers.h,
12281: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12282: include/pa_config_fixed.h, include/pa_config_includes.h,
12283: include/pa_dictionary.h, include/pa_dir.h,
12284: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12285: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12286: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12287: include/pa_request_charsets.h, include/pa_request_info.h,
12288: include/pa_sapi.h, include/pa_socks.h,
12289: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12290: include/pa_stack.h, include/pa_string.h,
12291: include/pa_stylesheet_connection.h,
12292: include/pa_stylesheet_manager.h, include/pa_table.h,
12293: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12294: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12295: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12296: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12297: lib/smtp/smtp.h, main/compile.C, main/compile.y,
12298: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12299: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12300: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12301: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12302: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
12303: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12304: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
12305: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
12306: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
12307: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12308: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12309: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12310: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12311: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12312: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12313: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12314: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12315: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
12316: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
12317: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
12318: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
12319: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
12320: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12321: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12322: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12323: types/pa_vstateless_object.h, types/pa_vstatus.C,
12324: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12325: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
12326: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12327: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12328: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
12329:
12330: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
12331: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
12332: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12333: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
12334: main/compile.y, main/compile_tools.C, main/compile_tools.h,
12335: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
12336: optimized constants in expressions vstring->vdouble
12337:
12338: 2005-07-29 paf
12339:
12340: * src/types/pa_vclass.C: . shaped up error messages a bit
12341:
12342: * src/types/pa_vclass.C: + property getter can now be overridden
12343:
12344: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
12345: bug fix: static parent fields were not replaced in case
12346: $derived:field[put] + property setter can now be overridden
12347:
12348: 2005-07-28 paf
12349:
12350: * configure, configure.in, src/classes/classes.h,
12351: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
12352: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
12353: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
12354: src/classes/xnode.h, src/include/pa_hash.h,
12355: src/include/pa_version.h, src/main/execute.C,
1.116 moko 12356: src/types/Makefile.am, src/types/pa_method.h,
12357: src/types/pa_value.h, src/types/pa_vclass.C,
12358: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
12359: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
12360: src/types/pa_vcookie.h, src/types/pa_vhash.h,
12361: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
12362: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
12363: src/types/pa_vobject.C, src/types/pa_vobject.h,
12364: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
12365: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
12366: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
12367: src/types/pa_vstateless_class.h,
1.95 moko 12368: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
12369: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12370: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
12371: dynamic_fields_join
12372:
12373: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
12374: classes/xnode.C, include/pa_hash.h, main/execute.C,
12375: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
12376: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12377: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
12378: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12379: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12380: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12381: types/pa_vresponse.h, types/pa_vstateless_object.h,
12382: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
12383: types/pa_wwrapper.h: ! restored put_element('replace' param), and
12384: restored its checks in vobject.put_element->static fields |
12385: dynamic properties
12386:
12387: 2005-07-27 paf
12388:
12389: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
12390: is some old code containing @set_name $name
12391:
12392: * src/types/pa_vobject.h: . fixed warning
12393:
12394: * configure, configure.in, src/include/pa_version.h,
1.116 moko 12395: src/types/Makefile.am: 3.2.0beta started
1.95 moko 12396:
12397: * src/: classes/xnode.C, include/pa_hash.h,
12398: types/pa_vstateless_class.C: ! new asserts were all false.
12399: regretfully reverted them all to checks
12400:
12401: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
12402: classes/op.C, main/execute.C, types/pa_method.h,
12403: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12404: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12405: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12406: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
12407: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12408: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12409: types/pa_vstateless_object.h, types/pa_vvoid.h,
12410: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
12411: joined_dynamic_fields: removed unused param from put_method
12412: (returned to 3 params)
12413:
12414: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
12415: joined_dynamic_fields: dynamic get/set works with overriding
12416: props [alpha2]
12417:
12418: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
12419: works [alfa]
12420:
12421: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
12422: classes/op.C, include/pa_hash.h, main/execute.C,
12423: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
12424: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12425: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
12426: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
12427: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12428: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12429: types/pa_vresponse.h, types/pa_vstateless_class.C,
12430: types/pa_vstateless_object.h, types/pa_vvoid.h,
12431: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
12432: joined_dynamic_fields: just compiled
12433:
12434: * src/: classes/date.C, classes/file.C, classes/hash.C,
12435: classes/hashfile.C, classes/image.C, classes/table.C,
12436: classes/xdoc.C, classes/xnode.h, main/execute.C,
12437: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
12438: types/pa_vstateless_class.h: joined_dynamic_fields: started
12439:
12440: * src/types/pa_vobject.C: . object setters [only started, does not
12441: work yet]
12442:
12443: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
12444: object setters [only started, does not work yet]
12445:
12446: 2005-07-26 paf
12447:
12448: * src/: include/pa_request.h, main/execute.C: . properties: set
12449: works [alpha2]. for classes. todo: for objects
12450:
12451: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
12452: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
12453: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12454: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
12455: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
12456: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12457: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12458: types/pa_vstateless_object.h, types/pa_vvoid.h,
12459: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
12460: properties: set works [alpha1]
12461:
12462: 2005-07-25 paf
12463:
12464: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
12465: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
12466: properties: started, get works [alpha1, other approach]
12467:
12468: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
12469: properties: started, get works [alpha2]
12470:
12471: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
12472: pa_vstateless_class.h: . properties: started, get works [alpha]
12473:
12474: 2005-07-15 paf
12475:
12476: * src/: classes/classes.h, classes/op.C, main/execute.C,
12477: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
12478: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12479: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
12480: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12481: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
12482: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
12483: types/pa_vresponse.C, types/pa_vresponse.h,
12484: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12485: types/pa_vstateless_object.h, types/pa_vvoid.h,
12486: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
12487: types/pa_wwrapper.h, types/types.vcproj: + started property
12488: [getters work but think of changing them too to precaching]
12489:
12490: 2005-07-08 paf
12491:
12492: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
12493: gpf
12494:
12495: 2005-06-28 paf
12496:
12497: * src/: classes/file.C, main/untaint.C: ! string invariant violated
12498: in passing empty strings to file::exec/cgi environment
12499:
12500: 2005-06-06 paf
12501:
12502: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
12503: ^table:sql ^hash:sql now DO process $.bind option
12504:
12505: 2005-05-24 paf
12506:
12507: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
12508: $.limit] now work again [support was broken in 3.1.4]
12509:
12510: * src/: main/pa_string.C, classes/op.C: . steps toward removing
12511: ALL_INTERIOR_POINTERS
12512:
12513: 2005-05-12 paf
12514:
12515: * configure: 3.1.5beta
12516:
12517: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
12518:
12519: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
12520: $.limit] now work again [support was broken in 3.1.4]
12521:
12522: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
12523: line-width [was refusing to fill if line-width >1, thanks to
12524: Seras <seras@pinxit.lt> for repro case
12525:
12526: 2005-04-25 paf
12527:
12528: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
12529: correctly
12530:
12531: 2005-04-19 paf
12532:
12533: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
12534: in VString violating invariant!!
12535:
12536: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
12537: getenv("TZ")==null
12538:
12539: 2005-04-08 paf
12540:
12541: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
12542: bugfix: when there is no char in charset one byte produces 6
12543: (ÿ <<max). increased buffer size!
12544:
12545: 2005-03-23 paf
12546:
12547: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
12548: ^date.sql-string now takes TZ into account
12549:
12550: 2005-03-16 paf
12551:
12552: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
12553: gcc 3.4
12554:
12555: * src/types/pa_vhash.C: . warning about eof eol
12556:
12557: 2005-02-17 paf
12558:
12559: * operators.txt, src/classes/op.C: + operator ^sleep(double
12560: seconds)
12561:
12562: 2005-02-02 paf
12563:
12564: * src/classes/xnode.C: beauty: removed needless includes
12565:
12566: 2005-01-31 paf
12567:
12568: * src/types/pa_vmail.C: change: $.partX now always 1... change:
12569: $.partNoNumber now alias to $.part1
12570:
12571: * src/types/pa_vmail.C: change: incoming letter part contains
12572: "content-disposition" header with any value? now considering that
12573: part to be "file#" [for text/plain text/html were $.text#
12574: $.html#]
12575:
12576: * INSTALL: updatet to latest working versions available
12577:
12578: 2005-01-20 paf
12579:
12580: * configure.in, src/include/pa_version.h: version
12581:
12582: 2005-01-19 paf
12583:
1.116 moko 12584: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
12585: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
12586: couple warnings in parser3.C
1.95 moko 12587:
12588: 2004-12-23 paf
12589:
12590: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
12591:
12592: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
12593: dir to directory of script (when shbang used), not to directory
12594: of its interpreter
12595:
12596: * src/include/pa_version.h: compiled on win32...
12597:
12598: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
12599: we need more hspace
12600:
12601: * configure, configure.in, src/include/pa_version.h: configured
12602: host to pa_version. will be displayed everywhere
12603:
12604: * src/main/pa_request.C: new: @unhandled_exception can prevent
12605: exception from being logged by setting $exception.handled(1)
12606:
12607: * operators.txt, src/classes/file.C: change:
12608: ^file::sql{query}[[options]] options: $.name[file name]
12609: $.content-type[application/what]
12610:
12611: * src/: include/pa_common.h, main/pa_common.C,
12612: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
12613: new file
12614:
12615: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
12616: bugfix: table->hash now regards _default
12617:
12618: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
12619: created by accessing $name_of_method it acquired bad self=closest
12620: methodframe; instead of proper self (current class)
12621:
12622: * src/types/pa_vhashfile.C: bugfix: reading empty string from
12623: hashfile produced bad cord
12624:
12625: 2004-12-10 paf
12626:
12627: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
12628: subsequent failures though defined in .h
12629:
12630: * src/main/pa_common.C: comment on volatile
12631:
12632: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
12633: alarm function were not used since the beginning due to stupid
12634: error [setsigjmp were not checked in configure.in]
12635:
12636: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
12637: unix too
12638:
12639: * src/main/pa_common.C: http: exception status of send/recv errors
12640: change to most probable http.timeout
12641:
12642: * src/main/pa_common.C: win32: http connection $.timeout option now
12643: works [setsockopt on send/receive]
12644:
12645: 2004-12-08 paf
12646:
12647: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
12648: cstr-ed knowing mail charset, and untainting uri lang now knows
12649: proper charset
12650:
12651: 2004-11-24 paf
12652:
12653: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
12654:
12655: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
12656: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
12657:
12658: 2004-11-12 paf
12659:
12660: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
12661: [since 3.0.4]
12662:
12663: 2004-11-09 paf
12664:
12665: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
12666: writes basics to c:\parser3.log
12667:
12668: 2004-10-21 paf
12669:
12670: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
12671: tainted strings [were returning clean onces]
12672:
12673: 2004-10-15 paf
12674:
12675: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
12676: cycles(i=1; i=2), which was wrong, now does ONE
12677:
12678: 2004-10-12 paf
12679:
12680: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
12681:
12682: 2004-10-07 paf
12683:
12684: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
12685: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
12686: release asserts
12687:
12688: * src/: main/pa_string.C, include/pa_string.h: debugger help:
12689: String.dump() to stdout in detailed form [were String.v() in
12690: short form]
12691:
12692: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
12693: \t\r\n as @#| and truncates long char sequences less
12694:
12695: 2004-10-06 paf
12696:
12697: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
12698: win32 beauty: socket errors properly decoded
12699:
12700: 2004-10-05 paf
12701:
12702: * src/: include/pa_request.h, main/pa_request.C: bugfix:
12703: request::configure_user/admin done always, even if no
12704: file-to-process useful in @unhandled_exception [say, if they
12705: would want to mail by SMTP something]
12706:
12707: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
12708: now performed prior to file loading [and @auto executing] thus
12709: making $cookie:value available in @auto and in
12710: @unhandled_exception when IIS is configured to run interpreter
12711: even if no file exist
12712:
12713: 2004-09-20 paf
12714:
12715: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
12716: somewhere where it should have called xmlMalloc and it calls
12717: xmlFree when it should have not called it. inserted two
12718: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
12719: xmlFree just ignored. put away a testcase, maybe someday libxml
12720: author would fix all that. until that day: we have SLOW garbage
12721: collecting when many xml objects are alive hint: do
12722: ^memory:compact[] before xdoc::create
12723:
12724: 2004-09-17 paf
12725:
12726: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
12727: error from 3.0.8 version]
12728:
12729: 2004-09-14 paf
12730:
12731: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
12732: part bugfix: hashfile.foreach iterated only part if hashfile were
12733: modified inside
12734:
12735: 2004-09-13 paf
12736:
12737: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
12738: [were as octal]
12739:
12740: * src/types/pa_vhashfile.C: beauty: not reproduced
12741: $hashfile.key[$novalue] bug [reported by motorin], inserted
12742: safety-check
12743:
12744: * src/types/pa_vhashfile.C: change: empty keys now error in parser
12745: [not something obscure from sdbm lib]
12746:
12747: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
12748: = strerror now returnes something and we can properly report that
12749: to client
12750:
12751: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
12752: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
12753:
12754: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12755: [tainted as-is] this helps //[space][newline] to remain as-is and
12756: not be unnecessary optimized away [ruining javascript]
12757:
12758: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
12759: [tainted as-is]
12760:
12761: * src/classes/mail.C: bugfix: typo error
12762:
12763: 2004-09-09 paf
12764:
12765: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
12766: separators bugfix: loads header with endings \r\n\r\n and \n\n
12767: (bloody yandex.server)
12768:
12769: 2004-09-06 paf
12770:
12771: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
12772: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
12773: encoded
12774:
12775: 2004-09-01 paf
12776:
12777: * src/types/pa_vmail.C: change: multipart/mixed changed to
12778: multipart/related outlook express have no problems showing
12779: unrelated attachments. todo: someday figure out a way of
12780: multipart/mixed multipart/related text/html
12781: image/xxx application/octet-stream << true attachments
12782:
12783: * src/types/pa_vmail.C: new:
12784: ^mail:send[$.file[$.content-disposition can be overriden new:
12785: empty mail header fields removed from letter
12786:
12787: * src/: classes/mail.C, include/pa_config_fixed.h,
12788: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
12789: ^mail:send[ $.file[ $.any[header]
12790:
12791: 2004-08-30 paf
12792:
12793: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
12794: warnings
12795:
12796: * src/main/pa_common.C: beauty: do not bother with charset
12797: detection when ^file::load[binary
12798:
12799: 2004-08-27 paf
12800:
12801: * src/main/pa_common.C: hack: for yandex.server http server
12802:
12803: 2004-08-18 paf
12804:
12805: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
12806: possibly-chunked response
12807:
12808: 2004-08-17 paf
12809:
12810: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12811: $f.content-type now = that of http response
12812:
12813: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
12814: $f.content-type now = that of http response
12815:
12816: 2004-07-30 paf
12817:
12818: * src/: include/pa_request.h, main/pa_request.C,
12819: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
12820: win32: system&parser exceptions in release mode reported properly
12821: parser exception in exception handler WERE mistakenly reported as
12822: system exception, without details [in apache & isapi] +some
12823: beauty in exception text
12824:
12825: * src/: include/pa_exception.h, main/pa_request.C,
12826: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
12827: release mode reported properly parser exception in exception
12828: handler WERE mistakenly reported as system exception, without
12829: details
12830:
12831: * src/main/execute.C: beauty: simplified system exception handling
12832:
12833: 2004-07-29 paf
12834:
12835: * src/classes/table.C: bugfix:
12836: ^table.save[export.csv;$.separator[^;]] now works fine [separator
12837: were ignored, and \t used unconditionally]
12838:
12839: * src/types/Makefile.am: added vhash.c
12840:
12841: 2004-07-28 paf
12842:
12843: * src/: classes/date.C, classes/image.C, classes/math.C,
12844: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
12845: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
12846: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
12847: failed on russian letters
12848:
12849: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
12850: bugfix: isspace((unsigned char)c) everywhere. failed on russian
12851: letters
12852:
12853: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
12854: as 'currentDirectory' parameter to CreateProcess
12855:
12856: 2004-07-27 paf
12857:
12858: * src/targets/cgi/parser3.vcproj: beauty: win32:
12859: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
12860: from release somewhere [to help searching for unhandled system
12861: exceptions]
12862:
12863: * src/types/pa_vdate.h: check: for invalid datetime after temporary
12864: TZ shift
12865:
12866: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
12867: but also in ctor
12868:
12869: 2004-07-26 paf
12870:
12871: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
12872: src/main/pa_request.C, src/types/pa_vfile.h,
12873: src/types/pa_vhash.C, src/types/pa_vhash.h,
12874: src/types/types.vcproj: new: $response:body/download[
12875: $.file[name on disk] $.name[of file for user]
12876: $.mdate[date of last-modified. default from directory] ]
12877:
12878: * src/classes/file.C: moving file:send somewhere else..
12879:
12880: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
12881: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
12882: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
12883: $response:download[ $.filename[filename] $.option[] ,, ]
12884:
12885: * src/classes/file.C: beauty: invalid mode thoroughly reported
12886:
12887: 2004-07-21 paf
12888:
12889: * src/types/pa_vmail.C: bugfix: too long header values now splitted
12890: to several lines
12891:
12892: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
12893:
12894: note: ms outlook[!express] shows only first 255 characters of
12895: subject
12896:
12897: 2004-07-15 paf
12898:
12899: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
12900: off]
12901:
12902: 2004-07-14 paf
12903:
12904: * src/classes/table.C: bugfix: $.bind values now got untainted
12905: according to lang [were: as-is]
12906:
12907: 2004-07-07 paf
12908:
12909: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
12910: checked that
12911:
12912: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
12913: now untainted according to their languages. were: as-is.
12914: EVERYWHERE
12915:
12916: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
12917: environment string now untainted according to their languages.
12918: were: as-is. EVERYWHERE
12919:
12920: * src/main/pa_exec.C: bufix: on unix environment string now
12921: untainted according to their languages. were: as-is. on win32:
12922: ok
12923:
12924: * parser3.vssscc: ...would not go unnoticed
12925:
12926: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
12927: fails. in case on input appears nonutf, those bytes will be
12928: printed in %HH form. that can be easily decoded/recovered.
12929:
12930: this form is quite noticable, and hopefully would not go noticed
12931:
12932: 2004-07-06 paf
12933:
12934: * src/main/pa_exec.C: bufix: on unix environment string now
12935: untainted according to their languages. were: as-is. on win32:
12936: ok
12937:
12938: 2004-07-01 paf
12939:
12940: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
12941: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
12942: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12943: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
12944: main/main.vcproj, targets/cgi/parser3.vcproj,
12945: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
12946: option: global optimization ON
12947:
12948: * src/main/untaint.C: workaround kinda bug in libxml: life requires
12949: to do xdoc::create{invalid chars} standard disables chars less
12950: then \x20, except tab, cr, lf.
12951:
12952: changed tainting so that those become '!'
12953:
12954: 2004-06-25 paf
12955:
12956: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12957: int on odd address [prev bugfix failed due to superwize
12958: optimizer, which turned memcpy into same 'ld' asm command]
12959:
12960: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
12961: int on odd address
12962:
12963: 2004-06-22 paf
12964:
12965: * src/sql/pa_sql_driver.h: note: about possible optimization
12966:
12967: * operators.txt, src/classes/hash.C, src/classes/memory.C,
12968: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12969: src/include/pa_config_includes.h: new: ^void:sql{call
12970: paf(:a)}[ $.bind[ $.a[2]
12971: ] ] output variables work. todo: check in out
12972: variables
12973:
12974: 2004-06-18 paf
12975:
12976: * src/: classes/file.C, classes/hash.C, classes/string.C,
12977: classes/table.C, classes/void.C, include/pa_globals.h,
12978: include/pa_sql_connection.h, main/compile.tab.C,
12979: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
12980: $.bind[ $.a[2] ]
12981: ] input variables work. todo:output
12982:
12983: * src/targets/cgi/parser3.C: bugfix: iis specific
12984: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
12985: /_bug.html?404;http://hpsv/test/
12986: --------------------------------------------------------------------------------
12987: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
12988: --------------------------------------------------------------------------------
12989: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
12990:
12991: 2004-06-16 paf
12992:
12993: * src/targets/cgi/parser3.C: new: iis specific
12994: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
12995: $request:query
12996: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
12997: $form:fields IIS-STATUS="404"
12998: IIS-DOCUMENT="http://server/_bug.html" f="v"
12999:
13000: todo: isapi too
13001:
13002: 2004-05-26 paf
13003:
13004: * src/include/pa_version.h: 3.1.3
13005:
13006: * operators.txt: beauty: removed outdated level 'table'
13007:
13008: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
13009:
13010: * src/main/pa_string.C: beauty: removed 3 warnings
13011:
13012: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
13013: classes/op.C: beauty: removed outdated level 'table'
13014:
13015: 2004-05-25 paf
13016:
13017: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
13018: implementation. mistery: how anything worked
13019:
13020: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
13021: changed, it is now safe to use url if pointers to it are stored
13022: to gc mem
13023:
13024: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
13025: unknown errors reported and not cause SIGSEGV now
13026:
13027: 2004-05-24 paf
13028:
13029: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13030: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
13031: less memory: CORD_chars_block originally intended to ... it was
13032: good that CORD_chars_block were not used: it consumes more memory
13033: [and, might be slow too] undoing that. [and removed that func so
13034: that it would not confuse parser developer in future]
13035:
13036: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
13037: less memory: CORD_chars_block originally intended to
13038: speedup/reduce mem usage were forgotten, and were used stupid
13039: CORD_chars
13040:
13041: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
13042:
13043: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
13044: BIGENDIAN processors space-conserving mech failed, causing
13045: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
13046: (1|2|3));
13047:
13048: 2004-05-14 paf
13049:
13050: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
13051: bugfix: void now has vfile value, and $response:body[] works OK
13052:
13053: 2004-05-12 paf
13054:
13055: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
13056: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
13057: sources to use is_defined() {return as_bool();} along VBool
13058:
13059: 2004-05-11 paf
13060:
13061: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
13062: referencing to local objects
13063:
13064: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
13065: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
13066: left intact
13067:
13068: 2004-04-15 paf
13069:
13070: * src/classes/date.C: merged: beauty: unused var removed
13071:
13072: * src/classes/date.C: beauty: unused var removed
13073:
13074: * src/include/: pa_exec.h: bugfix: interface without pointer
13075: provoked bug
13076:
13077: 2004-04-09 paf
13078:
13079: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
13080:
13081: * src/types/pa_vform.C: bugfix: form:imap were incorrect
13082:
13083: 2004-04-08 paf
13084:
13085: * src/classes/date.C: new: ^date::create[y-m-d
13086: h-M-s>>.milliseconds<<] now allowed, ignored so far
13087:
13088: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
13089:
13090: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
13091: to consult default catalog [usually, that file belongs to other
13092: user/group]
13093:
13094: 2004-04-06 paf
13095:
13096: * src/main/pa_common.C: beauty: gcc warning removed
13097:
13098: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
13099: accept that trick, trying other
13100:
13101: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
13102: explicit result problem
13103:
13104: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
13105: explicit result problem
13106:
13107: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
13108: explicit result problem
13109:
13110: * operators.txt, src/classes/string.C: new: ^string.append[string]
13111:
13112: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
13113: main/execute.C: attempt_check_call_in_explicit_result_mode:
13114: failed
13115:
13116: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13117: http://i.p.a.ddress gethostbyaddr added [on some platforms
13118: gethostbyname failed with such 'domains'] now checked properly,
13119: were: needless reverse/forward dns lookup
13120:
13121: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
13122: http://i.p.a.ddress gethostbyaddr added [on some platforms
13123: gethostbyname failed with such 'domains'] now checked properly,
13124: were: needless reverse/forward dns lookup
13125:
13126: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
13127: @method[][result] means "no string output here" moved to lexical
13128: level [on grammar level it were too difficult]
13129:
13130: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
13131: src/main/compile.y, src/main/compile_tools.h,
13132: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
13133: @method[][result] means "no string output here", implemented part
13134: of that idea: compiler throws away string literal generation
13135: code. and barks nonwhitespace chars
13136:
13137: * operators.txt: truth: removed comment about $ORIGIN
13138:
13139: 2004-04-05 paf
13140:
13141: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
13142: src/include/pa_version.h, src/main/pa_common.C,
13143: src/targets/isapi/parser3isapi.C: merged with 3.1.3
13144:
13145: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
13146: Konstantin Tomashevitch [mailto:konst@design.ru]
13147:
13148: * src/doc/html2chm.cmd: beauty: no need in bg here
13149:
13150: * src/doc/sources2html.cmd: beauty: same window, in bg it
13151: interfered with FAR console
13152:
13153: * configure, configure.in: 3.1.3
13154:
13155: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
13156:
13157: * src/main/pa_common.C: removed warning
13158:
13159: * src/include/pa_version.h: 3.1.3
13160:
13161: 2004-04-02 paf
13162:
13163: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
13164:
13165: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
13166: allows to specify where to put parser log file
13167:
13168: 2004-04-01 paf
13169:
13170: * src/classes/table.C: bugfix: bugfix: table::load last line
13171: without tab and enter were ignored
13172:
13173: * src/: include/pa_cache_managers.h, include/pa_globals.h,
13174: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
13175: main/pa_socks.C, targets/cgi/parser3.C,
13176: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
13177: bugfix: sql connections now are disconnected
13178:
13179: 2004-03-30 paf
13180:
13181: * src/classes/table.C: bugfix: table::load last line without tab
13182: and enter were ignored
13183:
13184: * src/classes/table.C: bufix: if last table lines were commented,
13185: gpfed
13186:
13187: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
13188: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
13189: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
13190: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
13191: doc/methoded.dox, doc/object.dox, doc/string.dox,
13192: doc/targets.dox, doc/value.dox, include/pa_version.h,
13193: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
13194: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
13195: bugfixes from 3.1.2, changed version to 3.1.3beta
13196:
13197: 2004-03-29 paf
13198:
13199: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
13200: causes gpf
13201:
13202: * src/doc/: ClassExample1.dox, ClassExample2.dox,
13203: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
13204: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
13205: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
13206: value.dox: translated to english
13207:
13208: 2004-03-25 paf
13209:
13210: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
13211: parser3project dependency removed
13212:
13213: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
13214: bugfix: refused to compile without xml
13215:
13216: * src/types/pa_vform.C: beauty: removed warning
13217:
13218: * src/classes/classes.vcproj: merged bugfix: now all compiles in
13219: any folder [removed last ;) folder dependency]
13220:
13221: * src/classes/classes.vcproj: bugfix: now all compiles in any
13222: folder [removed last ;) folder dependency]
13223:
13224: * src/include/pa_version.h: release
13225:
13226: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
13227:
13228: * src/classes/table.C: beauty: comment& more meaningful error
13229: message
13230:
13231: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
13232: $.hash[$.column_value1(true) ... ] [were producing some strang
13233: thing]
13234:
13235: 2004-03-23 paf
13236:
13237: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
13238: and http status line parsing checked number of columns in table
13239: [user reported an assert]
13240:
13241: * operators.txt: example: on hashfile
13242:
13243: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
13244: bugfix: junction reattach now actually reattaches a junction to
13245: new wcontext [were only assigning it to junction, which caused
13246: junction tracking to loose junction, and it's context were not
13247: killed, and it tried to process in invalid context, gpf]
13248:
13249: * src/targets/cgi/parser3.C: debug helper added
13250:
13251: 2004-03-19 paf
13252:
13253: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
13254: "type(type)" in braces
13255:
13256: 2004-03-10 paf
13257:
13258: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
13259: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13260: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
13261: solution to search-in-namespaces problem:
13262: $xdoc.search-namespaces.x[http://pif.design.ru/]
13263: $nodes[^xdoc.select[//x:second]]
13264:
13265: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
13266: expression][[NAMESPACES HASH]] allows to search for info in
13267: namespaces
13268:
13269: $nodes[^xdoc.select[//x:second][
13270: $.x[http://pif.design.ru/] ]]
13271:
13272: 2004-03-09 paf
13273:
13274: * operators.txt, src/main/pa_common.C: new:
13275: ^file::load[...][options] $.form[
13276: !$.field1[string]
13277: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
13278: ] !$.body[string]
13279:
13280: GET ?here notGET(POST, HEAD, others) in content-type:
13281: application/x-www-form-urlencoded
13282:
13283: todo: upload files ability
13284:
13285: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
13286: properly, done
13287:
13288: 2004-03-05 paf
13289:
13290: * operators.txt, src/main/pa_common.C: new: file::load[;http://
13291: GET/POST $.form[$.fields started, not tested yet
13292: todo:$.field[table] for multiple values
13293:
13294: * operators.txt: new: http:// options $.user $.password basic
13295: authorization
13296:
13297: * src/main/pa_common.C: beauty: link to rtf added
13298:
13299: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
13300: new: http:// options $.user $.password basic authorization
13301:
13302: * src/main/pa_common.C: beauty: removed needless vars
13303:
13304: * operators.txt: new: pgsql option [like that recently added to
13305: oracle driver] ClientCharset=parser-charset <<
13306: charset in which parser thinks client works
13307:
13308: * operators.txt: new: odbc option [like that recently added to
13309: oracle driver] ClientCharset=parser-charset <<
13310: charset in which parser thinks client works
13311:
13312: * src/sql/pa_sql_driver.h: beauty: important warning added
13313:
13314: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
13315: char!
13316:
13317: * etc/parser3.charsets/windows-1251.cfg: typo
13318:
13319: 2004-03-04 paf
13320:
13321: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
13322: cached, sql transcoding now goes faster
13323:
13324: * operators.txt: new: mysql option [like that recently added to
13325: oracle driver] ClientCharset=parser-charset <<
13326: charset in which parser thinks client works
13327:
13328: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
13329: typo error
13330:
13331: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
13332: chars commented
13333:
13334: 2004-03-03 paf
13335:
13336: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
13337: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
13338:
13339: 2004-03-02 paf
13340:
13341: * operators.txt: new[update typo]: !^void.left(n)
13342: nothing !^void.right(n) nothing !^void.mid(p[;n])
13343: nothing
13344:
13345: * operators.txt, src/classes/void.C: new: !^void.left(n)
13346: nothing !^void.right(n) nothing !^void.pos(p[;n])
13347: nothing
13348:
13349: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
13350: ^file::sql[[name_to_become_$.name]]{} query result must be one
13351: row with columns: first: data second: file name third:
13352: content-type
13353:
13354: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
13355: ^connect gets properly escaped string, which can be passed to
13356: request now this for mysql only. it's up to parser sql driver to
13357: fix zeros properly
13358:
13359: * INSTALL: note: added on building apache with this option:
13360: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
13361:
13362: 2004-03-01 paf
13363:
13364: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
13365: extension memory:compact befor processingrequest
13366:
13367: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
13368: call sole column of result
13369:
13370: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
13371: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
13372: pixel color
13373:
13374: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
13375: beauty: image -- less checks [were ugly impl]
13376:
13377: * src/classes/string.C: bugfix: ^string.left/right/mid with
13378: negative values now considered bad
13379:
13380: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
13381:
13382: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
13383: options now have unified defaults [after transform
13384: indent/omit-xml-declaration/standalone 'default' erroreously
13385: meant 'true']
13386:
13387: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
13388: added [on some platforms gethostbyname failed with such
13389: 'domains']
13390:
13391: * src/include/pa_config_auto.h.in: no select check, no define
13392:
13393: * src/classes/string.C: feature: ^string.trim both parameters may
13394: be empty-strings, meaning kind=both chars=whitespaces
13395:
13396: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
13397: exist
13398:
13399: * src/classes/string.C: check: trim 'chars' must not be empty,
13400: exception if it is
13401:
13402: * src/classes/string.C: changed: ^string.trim [] << both,
13403: whitespaces [start|both|end] << kind, whitespaces
13404: [start|both|end;chars] full
13405:
13406: 2004-02-27 paf
13407:
13408: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
13409: method: ^string.trim[start|both|end[;chars]] default
13410: 'chars' -- whitespace chars finished
13411:
13412: * operators.txt, src/classes/string.C, src/include/pa_string.h,
13413: src/main/pa_string.C: new method:
13414: ^string.trim[start|both|end[;chars]] default 'chars' --
13415: whitespace chars started, only start works
13416:
13417: * src/main/compile.C: bugfix: line numbers after
13418: ^process{}[$.line(-10]] can be negative, allowed to print they as
13419: signed
13420:
13421: * src/main/untaint.C: speed: there's no \n chars in output
13422: [normally], so no need to optimize them they could be retrived
13423: from databases, though. but 1. should be replaced 2. if not
13424: optimized, no harm done
13425:
13426: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
13427: ^file::exec/cgi could return invalid status & zombie child can
13428: remain for short period until process exists [very bad in
13429: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
13430:
13431: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
13432: malicious SMTP server to attack as by returning too long status
13433: responses http://i2/tasks/edit/?id=4629448401140924947
13434:
13435: 2004-02-26 paf
13436:
13437: * operators.txt: feature: ^process...{CODE}[now has options] which
13438: are $.main[to what to rename @main] $.file[file,
13439: from which (user says) goes that CODE] $.lineno(line
13440: number in that file, where CODE starts. may be negative)
13441:
13442: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13443: src/main/compile.C, src/main/compile_tools.h,
13444: src/main/pa_request.C: feature: ^process...{CODE}[now has
13445: options] which are $.main[to what to rename @main]
13446: $.file[file, from which (user says) goes that CODE]
13447: $.lineno(line number in that file, where CODE starts. may be
13448: negative)
13449:
13450: 2004-02-25 paf
13451:
1.116 moko 13452: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
13453: old @charsetsdir@ recently erased from configure.in]
1.95 moko 13454:
13455: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
13456: produces hash of column=>1
13457:
13458: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
13459: with incomplete errno constants set
13460:
13461: 2004-02-24 paf
13462:
13463: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
13464: "man select"
13465:
13466: * src/main/pa_os.C: beauty: <0 better then ==-1
13467:
13468: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
13469:
13470: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
13471:
1.116 moko 13472: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 13473:
13474: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
13475: unix: steps to work on unix [extracted 'to']
13476:
13477: * src/classes/mail.C: smtp on unix: steps to work on unix
13478:
13479: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
13480:
1.116 moko 13481: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
13482: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
13483: unix [testing on solaris]
1.95 moko 13484:
13485: 2004-02-20 paf
13486:
13487: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
13488: pointing that out
13489:
13490: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
13491: fixed again [same solution, mistanenly removed one line]
13492:
13493: 2004-02-19 paf
13494:
13495: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
13496: date::create from bad datetime in spring daylightsaving hole now
13497: OK for all platforms [on some platforms it failed]
13498:
13499: * src/classes/: date.C, image.C: beauty: date::create[bad date time
13500: in daylightsaving hole] now throws error
13501:
13502: * src/classes/date.C: comment: mistake fixed
13503:
13504: 2004-02-18 paf
13505:
13506: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
13507: now renderes in $request:charset, but in header puts
13508: $response:charset todo: make that default only so that coder
13509: could override that
13510:
13511: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
13512: turns off omit-xml-declaration
13513:
13514: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
13515: /.xsl for sample
13516:
13517: 2004-02-17 paf
13518:
13519: * src/classes/xdoc.C: beauty: needless helper class removed
13520:
13521: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
13522: copied extra time
13523:
13524: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
13525: part of libxml
13526:
13527: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
13528: libxml to do the work] <xsl:output method="html"
13529: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
13530: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
13531: />
13532:
13533: * src/classes/xdoc.C: beauty: no <meta ... charset generated
13534:
13535: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
13536: caused assertion
13537:
13538: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
13539: could hang. now such add does nothing, sub clears $hash
13540:
13541: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
13542: not made quoted-printable
13543:
13544: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
13545: string invariant
13546:
13547: 2004-02-16 paf
13548:
13549: * src/main/pa_globals.C: bugfix: xml errors copy from library now
13550: cleared [were not cleared properly]
13551:
13552: 2004-02-13 paf
13553:
1.116 moko 13554: * src/include/pa_version.h: prerelease
1.95 moko 13555:
13556: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
13557: used, introducing dependencies timestamp check
13558:
13559: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13560: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
13561: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
13562: .xsl.stamp now not used, introducing dependencies timestamp check
13563:
1.150 moko 13564: * configure.in: auto.p: @conf made relative
1.95 moko 13565:
13566: 2004-02-12 paf
13567:
13568: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
13569: ruined empty <input type=file> submits. parser thought there were
13570: nameless empty file and $form:field got value of type 'file'
13571:
13572: * INSTALL: --without-threads
13573:
13574: * src/include/pa_sapi.h: 2004
13575:
13576: 2004-02-11 paf
13577:
13578: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13579: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13580: classes/hashfile.C, classes/image.C, classes/int.C,
13581: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13582: classes/response.C, classes/string.C, classes/table.C,
13583: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13584: include/pa_array.h, include/pa_cache_managers.h,
13585: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13586: include/pa_config_fixed.h, include/pa_config_includes.h,
13587: include/pa_dictionary.h, include/pa_dir.h,
13588: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13589: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13590: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13591: include/pa_request_charsets.h, include/pa_request_info.h,
13592: include/pa_socks.h, include/pa_sql_connection.h,
13593: include/pa_sql_driver_manager.h, include/pa_stack.h,
13594: include/pa_string.h, include/pa_stylesheet_connection.h,
13595: include/pa_stylesheet_manager.h, include/pa_table.h,
13596: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13597: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13598: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13599: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13600: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13601: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13602: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13603: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13604: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13605: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13606: main/pa_sql_driver_manager.C, main/pa_string.C,
13607: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
13608: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
13609: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
13610: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13611: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13612: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13613: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13614: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13615: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13616: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13617: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13618: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13619: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
13620: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
13621: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13622: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13623: types/pa_vresponse.h, types/pa_vstateless_class.C,
13624: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13625: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
13626: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
13627: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13628: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13629: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
13630:
13631: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
13632: debug version of gc.dll
13633:
13634: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13635: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
13636: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
13637: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
13638: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
13639: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
13640: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
13641: processes
13642:
13643: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
13644: main/pa_globals.C, targets/cgi/parser3.vcproj,
13645: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
13646: changes to reflect libxml xsl new folders
13647:
13648: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13649: lib/smtp/smtp.vcproj, main/main.vcproj,
13650: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
13651: to reflect libxml xsl new folders
13652:
13653: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
13654: lib/smtp/smtp.vcproj, main/main.vcproj,
13655: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
13656: types/types.vcproj: started changes to reflect libxml xsl new
13657: folders
13658:
13659: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
13660: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
13661: src/main/compile.tab.C, src/main/main.vcproj,
13662: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
13663: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13664: started changes to reflect libxml xsl new folders
13665:
13666: 2004-02-10 paf
13667:
13668: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
13669: compile. recommened latest libxml up to date
13670:
13671: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
13672: pattern compilation errors", on which spent 4 hours worktime. use
13673: versions higher than that. recommended now latest up to date
13674:
13675: 2004-02-06 paf
13676:
13677: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
13678: beauty: unified destructing style
13679:
13680: * src/main/untaint.C: beauty: removed old def/ifdef
13681:
13682: * src/main/untaint.C: beauty: coredump @unknown untaint language
13683: now
13684:
13685: 2004-02-03 paf
13686:
13687: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
13688: targets/isapi/parser3isapi.C, types/pa_value.C,
13689: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
13690: then %ld/%lu
13691:
13692: * src/main/pa_common.C: typo: %l -> %u
13693:
13694: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
13695: in attributes or documents-results of transform now not xx;
13696:
13697: * src/classes/xnode.C: memleaks found: not fixed yet. todo
13698:
13699: * src/main/pa_charset.C: bugfix: forgot to undo some
13700:
13701: * src/main/pa_charset.C: beauty: uncomment
13702: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
13703: libraries
13704:
13705: 2004-02-02 paf
13706:
13707: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
13708: $cookie:example[ $.value[value] $.path[/there/] ]
13709:
13710: $cookie:example[ $.value[] $.expires[session]
13711: $.path[/there/] $.domain[test.com] ]
13712:
13713: * src/types/pa_vform.C: bugfix: empty values with
13714: enctype=multipart/form-data now produce entries in $form:tables
13715: <form method=post enctype=multipart/form-data> <input type=hidden
13716: name=a> <input type=hidden name=b>
13717:
13718: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
13719: <hr> <pre>$request:body
13720:
13721: 2004-01-30 paf
13722:
13723: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
13724: or documents-results of transform now not xx;
13725:
13726: * src/classes/date.C: bugfix: ^date::create[invalid fields now
13727: produce exception.
13728:
13729: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
13730: bugfix: ^date::create[invalid fields now produce exception.
13731:
13732: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
13733: year] now produces exception. todo: check other fields
13734:
13735: 2004-01-29 paf
13736:
13737: * src/include/pa_memory.h: typo error
13738:
13739: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
13740: more byte then specified, then zeroed it << useless and
13741: potentially harmful(could gpf)
13742:
13743: 2004-01-22 paf
13744:
13745: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
13746:
13747: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
13748: optimization
13749:
13750: * src/main/untaint.C: bugfix: whitespace now optimized properly
13751: [were bug: ^taint[1 & 2]="1 &2"
13752:
13753: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
13754: errors
13755:
13756: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
13757: overflow
13758:
13759: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
13760: error-reporting code * in parser-error reporting code [when no
13761: @unhandled_exception defined]
13762:
13763: fixed in one place: my *snprintf override
13764:
13765: 2004-01-13 paf
13766:
13767: * operators.txt: typo erro
13768:
13769: 2003-12-25 paf
13770:
13771: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
13772: garbled [pieces after zero bytes were removed]
13773:
13774: 2003-12-22 paf
13775:
1.116 moko 13776: * src/include/Makefile.am: bugfix: removed from dist:
13777: src/include/pa_config_auto.h which were configured for
1.95 moko 13778: make-dist-platform and badly updated proper config file in target
13779: [when .tar used for updating existing source tree]
13780:
13781: * ChangeLog, operators.txt, src/classes/op.C,
13782: src/include/pa_sql_connection.h,
13783: src/include/pa_sql_driver_manager.h,
13784: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
13785: feature: sql introducing ability to transcode charsets
13786:
13787: 2003-12-19 paf
13788:
13789: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
13790: error message
13791:
13792: * src/main/pa_charset.C: bugfix: memory for charsethandler
13793: structure for libxml now allocated properly
13794:
13795: 2003-12-17 paf
13796:
13797: * src/types/pa_vfile.C: beauty: removed outdated cast
13798:
13799: * src/main/pa_common.C: bugfix: empty http response caused gpf
13800:
13801: * src/include/pa_string.h: bugfix: removed too strong a assert
13802:
13803: * src/main/pa_globals.C: bugfix: removed false warning [warning:
13804: unreported xmlGenericErrors]
13805:
13806: 2003-12-15 paf
13807:
13808: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
13809: works}
13810:
13811: 2003-12-11 paf
13812:
13813: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
13814: id
13815: !$status:tid thread id
13816:
13817: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13818: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
13819: bugfix(solaris): removed dependency on object initialization
13820: order [one more place]
13821:
13822: * src/: classes/file.C, classes/mail.C, classes/op.C,
13823: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
13824: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
13825: understand that
13826:
13827: * src/: classes/file.C, classes/mail.C, classes/op.C,
13828: classes/xdoc.C, include/pa_cache_managers.h,
13829: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13830: include/pa_stylesheet_manager.h, main/pa_request.C,
13831: main/pa_stylesheet_manager.C, types/pa_vimage.C,
13832: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
13833: ctor call [relying on implicit String::Body(cstr) call]
13834:
13835: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
13836: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
13837: object initialization order [two places]
13838:
13839: 2003-12-10 paf
13840:
13841: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
13842: << time now ok
13843:
13844: * operators.txt, src/main/pa_sql_driver_manager.C,
13845: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
13846: operational
13847:
13848: * ChangeLog, operators.txt, src/classes/xdoc.C,
13849: src/include/pa_charset.h, src/include/pa_sql_connection.h,
13850: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
13851: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
13852: back operational
13853:
13854: 2003-12-02 paf
13855:
13856: * src/types/pa_vmail.C: bugfix:
13857: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
13858: as-is forced]
13859:
13860: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
13861: exceptions out of libxml callbacks: reimplemented error handling
13862: of http://localhost, parser://method and safemode check callbacks
13863:
13864: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
13865: [merged from HEAD]
13866:
13867: * src/classes/image.C: nothing: comment removed
13868:
13869: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
13870: addresses to int
13871:
13872: 2003-12-01 paf
13873:
13874: * src/main/pa_xml_io.C: bugfix: typo
13875:
13876: * src/main/pa_globals.C: bugfix: win32: compile prob
13877:
13878: * src/classes/xdoc.C: bugfix: typo
13879:
13880: * src/main/pa_xml_io.C: todo: safe mode check not to throw
13881: exception
13882:
13883: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
13884:
13885: 2003-11-28 paf
13886:
13887: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
13888: all xml documents read
13889:
13890: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
13891:
13892: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
13893: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
13894: replaced original open mech of xdoc::create & co to use libxml
13895: open, so that this would work for root document todo: safe mode
13896: checks to libxml: ideally to some 1 point
13897:
13898: * src/main/pa_xml_io.C: comment
13899:
13900: * operators.txt, src/main/pa_xml_io.C: leading / in
13901: http://parser[abscent params]
13902:
13903: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
13904: works. todo: maybe replace original open mech of xdoc::create &
13905: co to use libxml open, so that this would work for root document
13906:
13907: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
13908: "parser://method/params/here"> <test> &test^; </test> }]
13909:
13910: ^taint[^xdoc.string[]]
13911:
13912: @method[param] <!ENTITY test
13913: "test-entity-value+$form:user+$param!">
13914:
13915: 2003-11-27 paf
13916:
13917: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
13918:
13919: * src/classes/date.C: bugfix: typo error
13920:
13921: 2003-11-26 paf
13922:
13923: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
13924: src/main/Makefile.am, src/main/main.vcproj,
13925: src/main/pa_globals.C, src/main/pa_request.C,
13926: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
13927: xml errors to hash<thread_id,error> reorganization: xml io moved
13928: to pa_xml_io.C/h
13929:
13930: * src/types/pa_value.h: warnings: --
13931:
13932: 2003-11-25 paf
13933:
13934: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
13935: whatever)
13936:
13937: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
13938: a, (c?x:y, z)
13939:
13940: * src/main/untaint.C: bugfix: consequences of not reading this
13941: comment: CORD_pos_chars_left /* Number of characters in cache.
13942: <= 0 ==> none */
13943:
13944: * src/include/pa_array.h: removed needless checks
13945:
13946: 2003-11-24 paf
13947:
13948: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
13949: removed limit: now $form:xxx can be accessed anytime, even in
13950: @auto/conf [and request/response:charset still can be changed
13951: anytime]
13952:
13953: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
13954: now not transcodes response body
13955:
13956: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
13957: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
13958: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
13959: $xdoc.firstChild.firstChild.nodeValue[different]
13960: ^taint[^xdoc.string[]]
13961:
13962: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
13963: workaround: static Hash::allocates -> static Hash_allocates
13964:
13965: 2003-11-21 paf
13966:
1.116 moko 13967: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
13968: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
13969: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 13970:
13971: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
13972:
13973: * src/classes/mail.C: bugfix: typo
13974:
13975: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 13976: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
13977: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
13978: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
13979: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 13980: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
13981:
13982: * src/main/pa_exec.C: bug in safe mode
13983:
13984: * src/include/Makefile.am: pa_xml_exception.h
13985:
13986: * src/targets/isapi/parser3isapi.C: more warnings --
13987:
13988: 2003-11-20 paf
13989:
13990: * src/: classes/math.C, classes/op.C, classes/string.C,
13991: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
13992: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
13993: --
13994:
13995: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
13996: more warnings --
13997:
13998: * src/classes/xdoc.C: more warnings --
13999:
14000: * src/classes/: date.C, image.C, xdoc.C: more warnings --
14001:
14002: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
14003: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
14004:
14005: * src/: classes/date.C, classes/file.C, classes/hash.C,
14006: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
14007: classes/table.C, include/pa_cache_managers.h,
14008: include/pa_stylesheet_connection.h, main/pa_request.C,
14009: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
14010: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
14011: --
14012:
14013: * src/main/: execute.C, pa_request.C: old forgotten todo: when
14014: can't report problem (undefined @unhandled_exception) problem
14015: source string were not reported
14016:
14017: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14018: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14019: classes/hashfile.C, classes/image.C, classes/int.C,
14020: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14021: classes/response.C, classes/string.C, classes/table.C,
14022: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14023: include/pa_array.h, include/pa_cache_managers.h,
14024: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14025: include/pa_config_fixed.h, include/pa_dictionary.h,
14026: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14027: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
14028: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
14029: include/pa_request.h, include/pa_request_charsets.h,
14030: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
14031: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14032: include/pa_stack.h, include/pa_string.h,
14033: include/pa_stylesheet_connection.h,
14034: include/pa_stylesheet_manager.h, include/pa_table.h,
14035: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14036: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14037: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
14038: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14039: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
14040: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
14041: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
14042: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
14043: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14044: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14045: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
14046: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14047: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
14048: targets/isapi/parser3isapi.C, types/pa_junction.h,
14049: types/pa_method.h, types/pa_value.C, types/pa_value.h,
14050: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
14051: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
14052: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14053: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14054: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14055: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
14056: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14057: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14058: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14059: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14060: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14061: types/pa_vresponse.h, types/pa_vstateless_class.C,
14062: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14063: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14064: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14065: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14066: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14067: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
14068: const IDENT
14069:
14070: * src/: include/pa_array.h, include/pa_pool.h,
14071: include/pa_request.h, include/pa_string.h, include/pa_table.h,
14072: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
14073: types/pa_wcontext.h: more warnings --
14074:
14075: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
14076: classes/file.C, classes/hash.C, classes/hashfile.C,
14077: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14078: classes/memory.C, classes/op.C, classes/string.C,
14079: classes/table.C, classes/xdoc.C, classes/xnode.C,
14080: include/pa_config_includes.h, include/pa_operation.h,
14081: include/pa_sql_connection.h, include/pa_table.h,
14082: include/pa_types.h, lib/ltdl/config_fixed.h,
14083: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
14084: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
14085: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
14086: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
14087: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
14088: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
14089: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
14090: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
14091: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
14092: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
14093: types/pa_vmail.C, types/pa_vobject.C,
14094: types/pa_vstateless_class.h, types/pa_vtable.C,
14095: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14096: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
14097: on all projects (except libltdl=off & libsdbm=level3) found
14098: several unitialized vars
14099:
14100: 2003-11-19 paf
14101:
14102: * src/classes/op.C: more ansi C++ comp
14103:
14104: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14105: src/main/pa_request.C: ^cache[...]{body}{catch block with
14106: $exception.handled[cache] meaning "get expired cache, if any.
14107: else error"}
14108:
14109: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
14110: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
14111: ^cache[...]{body}{catch code with $exception.cache field}
14112:
14113: 2003-11-12 paf
14114:
14115: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
14116: [copy/paste bug]
14117:
14118: 2003-11-11 paf
14119:
14120: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
14121: failed]
14122:
14123: 2003-11-10 paf
14124:
14125: * src/types/pa_vconsole.h: flush
14126:
14127: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
14128: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
14129: read/write [for nntp]
14130:
14131: * operators.txt: mysql: transaction support: ?autocommit=0
14132:
14133: * operators.txt: comment: updated
14134:
14135: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
14136: serialize version and exipire now removes entries
14137:
14138: * operators.txt: ^hashfile.delete[] removes files altogether [and
14139: dir, if could]
14140:
14141: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
14142: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
14143: removes files altogether [and dir, if could]
14144:
14145: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
14146: nonexistent pair. .c coded that that was error. fixed
14147:
14148: * src/types/pa_vhashfile.C: sdbm: exception type change to
14149: file.access [regretfull can't split it to different exceptions
14150: without modifying sdbm source wich would prefer not to]
14151:
14152: 2003-11-07 paf
14153:
14154: * src/: classes/date.C, classes/file.C, classes/hash.C,
14155: classes/hashfile.C, classes/image.C, classes/table.C,
14156: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
14157: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
14158: main/execute.C, main/main.vcproj, main/pa_pool.C,
14159: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
14160: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
14161: types/pa_vstateless_class.h: resurrected: pool idea. now only for
14162: destructing objects at request processing end
14163:
14164: 2003-11-06 paf
14165:
14166: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
14167: updates
14168:
14169: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
14170: to include sdbm
14171:
1.116 moko 14172: * src/include/: pa_config_includes.h, pa_version.h: our
14173: replacements of max& co only for cpp
1.95 moko 14174:
14175: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
14176: upper dir, .am updated
14177:
14178: * tests/todo.txt: hashfile: done
14179:
14180: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
14181: expiration [time in value. todo: move time to key]
14182:
14183: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
14184:
14185: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
14186: to do that in foreach, no errors, but surely wrong]
14187:
14188: * operators.txt, src/types/pa_vhashfile.C,
14189: src/types/pa_vhashfile.h: hashfile: clear and proper locking
14190:
14191: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
14192: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
14193: foreach
14194:
14195: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
14196: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
14197:
14198: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
14199: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
14200:
14201: * src/: include/pa_memory.h, targets/cgi/parser3.C,
14202: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14203: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
14204: get/put [raw]
14205:
14206: * src/: classes/op.C, main/pa_os.C: just linked
14207:
14208: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
14209: XmlException changes
14210:
14211: * src/: include/pa_charset.h, include/pa_globals.h,
14212: include/pa_stylesheet_connection.h, main/pa_exception.C:
14213: XmlException changes
14214:
14215: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
14216:
14217: * src/: include/pa_common.h, include/pa_exception.h,
14218: main/main.vcproj, main/pa_common.C, include/pa_os.h,
14219: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
14220: main/pa_xml_exception.C: locking move to pa_os [along with
14221: pa_sleep] apr-impl locking done
14222:
14223: * configure, configure.in, operators.txt, parser3.sln,
14224: src/classes/classes.vcproj, src/classes/hashfile.C,
14225: src/classes/xdoc.C, src/include/pa_config_fixed.h,
14226: src/include/pa_exception.h, src/include/pa_globals.h,
14227: src/include/pa_memory.h, src/include/pa_version.h,
14228: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
14229: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
14230: src/main/compile.tab.C, src/main/main.vcproj,
14231: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
14232: src/types/Makefile.am, src/types/pa_vhash.C,
14233: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
14234: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
14235: again with sdbm from apache
14236:
14237: 2003-11-05 paf
14238:
14239: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14240: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
14241: \parser3project dir anymore
14242:
14243: * src/main/pa_charset.C: bugfix: had broken binary search [copied
14244: thoughtlessly from xalan]
14245:
14246: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
14247: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
14248: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
14249:
14250: * src/main/helpers/CaseFolding.txt:
14251: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
14252:
14253: 2003-11-04 paf
14254:
14255: * operators.txt: comment: ^mail:send[$.options[
14256:
14257: * src/classes/table.C: compiled on unix
14258:
1.116 moko 14259: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 14260:
14261: * src/classes/mail.C: compiled on unix
14262:
14263: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
14264: src/types/pa_vmail.h: !^mail:send[
14265: $.options[unix: string to append to sendmail command
14266: line]
14267:
14268: * operators.txt, src/classes/table.C, src/main/pa_string.C,
14269: tests/todo.txt: ^table.save[... $.separator[^#09]
14270: $.encloser["] <nothing> by default
14271:
14272: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
14273: !$.separator[^#09] !$.encloser["] <nothing> by
14274: default
14275:
14276: 2003-11-03 paf
14277:
14278: * operators.txt, src/classes/table.C, src/main/pa_common.C:
14279: ^table::load[; options: !$.column-separator[^#09]
14280: !$.column-encloser["]
14281:
14282: * operators.txt, src/include/pa_config_fixed.h,
14283: src/types/pa_vrequest.C: $request:document-root
14284:
14285: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
14286: [already included into uri=xxx]
14287:
14288: * operators.txt, src/classes/image.C, tests/todo.txt:
14289: ^image.gif[filename] for $response:download
14290:
14291: * src/classes/date.C: minor precaution
14292:
14293: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
14294: !^date.unix-timestamp[]
14295:
14296: 2003-10-30 paf
14297:
14298: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
14299: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
14300:
14301: * src/classes/: date.C, image.C: improvement diagnostics:
14302: $now[^date::create[$undefined]] now is error
14303:
14304: * src/main/pa_common.C: read errors would now be reported 'actually
14305: read -1 bytes'
14306:
14307: 2003-10-24 paf
14308:
14309: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
14310: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
14311: src/main/Makefile.am, src/targets/cgi/Makefile.am,
14312: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
14313:
14314: 2003-10-22 paf
14315:
14316: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
14317:
14318: 2003-10-21 paf
14319:
14320: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
14321: fixed: string.match[g] without <'> option produced columns with
14322: NULL's, which gpf'ed at table.save time
14323:
14324: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
14325: recoursion' message with intensive throw-catches fixed: incorrect
14326: name and line (one name upper then needed) in error message about
14327: problems inside try block
14328:
14329: 2003-10-10 paf
14330:
14331: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
14332: check offset argument for validity did that in String::Body::pos
14333: myself http://i2/tasks/edit/?id=4577425257580789777
14334:
14335: 2003-10-07 paf
14336:
14337: * src/main/: compile.tab.C, compile.y: ^if ( better error:
14338: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
14339:
14340: 2003-10-03 paf
14341:
14342: * parser3.sln, src/include/pa_dictionary.h,
14343: src/main/pa_dictionary.C, src/main/pa_string.C,
14344: src/targets/cgi/parser3.vcproj: dictionary optimized by
14345: precalculating cstr&length
14346:
14347: 2003-10-02 paf
14348:
14349: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14350: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14351: main/pa_stylesheet_manager.C: bugfix: ^throw context were
14352: saved/restored incompletely http://www.parser.ru/forum/?id=21484
14353:
14354: 2003-09-30 paf
14355:
14356: * src/main/pa_string.C: string::replace bug fix [were ignoring
14357: occurrances after lang-mismatched
14358:
14359: 2003-09-29 paf
14360:
14361: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
14362: helper
14363:
14364: * src/main/pa_string.C: string::serialize bug fix with
14365: zero-terminator
14366:
14367: * src/classes/table.C: ^nameless_table.save column row now has no
14368: \t at the end
14369:
14370: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
14371: @postprocess now takes $response:body/download
14372:
14373: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
14374: error message
14375:
14376: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
14377:
14378: * src/classes/table.C: bugfix: flip: must produce nameless
14379: http://i2/tasks/edit/?id=4573405524674081244
14380:
14381: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
14382: main/helpers/simple_folding.pl: utf-8 upper/lower
14383:
14384: * src/main/pa_common.C: bugfix: utf signature were not ignored due
14385: to typo error http://i2/tasks/edit/?id=4573354650786434584
14386:
14387: 2003-09-26 paf
14388:
14389: * src/main/untaint.C: removed needless field
14390:
14391: * src/main/untaint.C: removed needless const
14392:
14393: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
14394: String.for_each bug fixed [omited one-char cases]
14395:
14396: * src/include/pa_stack.h: bugfix: before collecting garbage,
14397: runtime-executor stack were cleared... BADLY
14398:
14399: * src/main/pa_string.C: ^stirng.replace code used old
14400: param-convention on langs.append, fixed that search fo the like,
14401: found none
14402:
14403: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
14404: string::serialize/deserialize implemented Language enum assigned
14405: meaningful letters [more convinient for debugging. read warning
14406: before adding/changing anything]
14407:
14408: 2003-09-25 paf
14409:
14410: * src/: include/pa_string.h, include/pa_version.h,
14411: main/pa_string.C, main/untaint.C: templates and anonymous unions
14412: differences on unix
14413:
14414: * parser3.sln, src/classes/file.C, src/classes/image.C,
14415: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
14416: src/classes/xdoc.C, src/classes/xnode.C,
14417: src/include/pa_cache_managers.h, src/include/pa_charset.h,
14418: src/include/pa_charsets.h, src/include/pa_common.h,
14419: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
14420: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
14421: src/include/pa_table.h, src/lib/cord/cordbscs.c,
14422: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
14423: src/lib/cord/include/cord.h, src/main/compile.tab.C,
14424: src/main/compile_tools.h, src/main/pa_charset.C,
14425: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
14426: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14427: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
14428: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
14429: src/types/pa_vmail.C, src/types/pa_vmath.C,
14430: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
14431: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
14432:
14433: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
14434: functions aligned to that of eeparser3 look
14435:
14436: * src/lib/cord/cordprnt.c: removed warnings
14437:
14438: 2003-09-24 paf
14439:
14440: * src/: classes/file.C, classes/image.C, classes/mail.C,
14441: classes/op.C, classes/xdoc.C, classes/xnode.C,
14442: include/pa_cache_managers.h, include/pa_charset.h,
14443: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
14444: include/pa_sql_driver_manager.h, include/pa_string.h,
14445: include/pa_stylesheet_manager.h, include/pa_table.h,
14446: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
14447: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
14448: main/pa_sql_driver_manager.C, main/pa_string.C,
14449: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
14450: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
14451: types/pa_vstateless_class.h, types/pa_vstatus.C,
14452: types/pa_vxnode.C: v() functions of String::Body,
14453: String::Languages and String itself StringBody->String::Body
14454:
14455: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14456: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
14457: never optimized anything. todo: somehow speed up harder cases:
14458: concatenationA+concatenationB when last block of A and first of B
14459: contain same letters
14460:
14461: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14462: lib/cord/include/cord.h: langs: speed up by joining adjucent
14463: blocks of same char [CORD_append_block]
14464:
14465: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14466: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
14467: save space by extending blocks when appending block with c ==
14468: lastblock.c
14469:
14470: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
14471: working yet :( but more working &understood :)
14472:
14473: * src/: classes/table.C, include/pa_string.h,
14474: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
14475:
14476: 2003-09-23 paf
14477:
14478: * src/main/untaint.C: $a[ok!] $a works!
14479:
14480: * src/main/untaint.C: something even more works :)
14481:
14482: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14483: something more works :)
14484:
14485: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14486: lib/cord/cordxtra.c: something already works :)
14487:
14488: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
14489: serialize&deserialize
14490:
14491: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
14492: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
14493: main/untaint.C: main idea implemented, details left
14494:
14495: 2003-09-22 paf
14496:
14497: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
14498:
14499: * src/classes/xnode.C: copy/paste comment bugfix
14500:
14501: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
14502: allocator returns 0, just die.
14503: http://i2/tasks/edit/?id=4570798492410259445
14504:
14505: * src/classes/xdoc.C: copy/paste comment bugfix
14506:
14507: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
14508: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
14509: xnode: getAttributeNS setAttributeNS removeAttributeNS
14510: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
14511:
14512: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
14513: chars due to bitwise operation signed-char error]
14514:
14515: 2003-09-19 paf
14516:
14517: * src/types/pa_wcontext.C: output message: more practical
14518: suggestion
14519:
14520: * src/main/pa_common.C, operators.txt: merged
14521: $f[^file::load[binary;http://...]] $f.tables
14522:
14523: 2003-09-02 paf
14524:
14525: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
14526: flush stdout without referencing 'stdout' symbol. to hell with
14527: non-ansi libraries without 'stdout' symbol
14528:
14529: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
14530: unix (users reported problems with some old libc)
14531:
14532: * src/types/pa_vdate.h: forgot initializer
14533:
14534: 2003-09-01 paf
14535:
14536: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
14537: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
14538: zone]
14539:
14540: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
14541:
14542: 2003-08-19 paf
14543:
14544: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
14545: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
14546: simplified a little
14547:
14548: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
14549: [lost fix from 3.0.8]
14550:
14551: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
14552: visible here }
14553:
14554: bug fix
14555:
14556: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
14557:
14558: * src/main/compile.tab.C: initialized couple of variables about
14559: which user reported runtime problems when parser were compiled
14560: with VC7, warning level4. study shows that later in bison
14561: they've fixed that. would migrate to latest bison someday
14562:
14563: * src/types/pa_vmail.C: turned off recoding in gmime (were still
14564: recoding headers)
14565:
14566: * src/types/pa_vmail.C: works as before, same charset problems:
14567: gmime recodes to UTF-8 only headers, not body. so not recoding
14568: anything for now
14569:
14570: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
14571: problems with body
14572:
14573: * src/types/pa_vmail.C: mail_receive just compiled
14574:
14575: 2003-08-18 paf
14576:
14577: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
14578: main/main.vcproj, types/types.vcproj: win32: continued process
14579: detaching from \parser3project directory
14580:
14581: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
14582: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
14583: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
14584: src/lib/pcre/pcre_dftables.dsp,
14585: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
14586: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14587: src/types/types.dsp: moved to MSVC 7
14588:
14589: * gnu.vcproj.vspscc, parser3.vssscc,
14590: src/classes/classes.vcproj.vspscc,
14591: src/lib/cord/cord.vcproj.vspscc,
14592: src/lib/ltdl/libltdl.vcproj.vspscc,
14593: src/lib/md5/md5.vcproj.vspscc,
14594: src/lib/pcre/pcre_dftables.vcproj.vspscc,
14595: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
14596: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
14597: src/targets/isapi/parser3isapi.vcproj.vspscc,
14598: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
14599: moved to MSVC 7
14600:
14601: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
14602: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
14603: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
14604: src/lib/pcre/pcre_dftables.vcproj,
14605: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
14606: src/targets/cgi/parser3.vcproj,
14607: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14608: new VS project files
14609:
14610: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
14611: .NET to detect Jalindi Igloo capabilities.
14612:
14613: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 14614: src/classes/classes.awk, src/doc/footer.htm,
14615: src/include/pa_config_fixed.h, src/include/pa_version.h,
14616: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 14617: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
14618: src/types/pa_vmail.C: merged 3.1.0 latest changes
14619:
14620: 2003-08-15 paf
14621:
14622: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14623: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
14624:
14625: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
14626: non-ascii <yyy> now encoded correctly
14627:
14628: 2003-07-29 paf
14629:
1.116 moko 14630: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
14631: dist
1.95 moko 14632:
14633: * src/types/pa_vmail.C: just started --with-mail-receive
14634:
14635: 2003-07-28 paf
14636:
1.116 moko 14637: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
14638: dependence in src/classes, src/lib/gc now in dist
1.95 moko 14639:
14640: * src/main/pa_string.C: ^cache bug fix [were not working at all]
14641:
14642: 2003-07-25 paf
14643:
14644: * src/doc/footer.htm: year
14645:
14646: 2003-07-24 paf
14647:
14648: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
14649: fix
14650:
14651: * src/include/pa_version.h: release
14652:
1.116 moko 14653: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 14654:
14655: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
14656: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
14657: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
14658: getting rid of win32xml pseudo project
14659:
14660: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
14661:
1.116 moko 14662: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
14663: configure.in, operators.txt, parser3.dsw,
1.95 moko 14664: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 14665: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 14666: src/classes/classes.C, src/classes/classes.awk,
14667: src/classes/classes.dsp, src/classes/classes.h,
14668: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14669: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14670: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14671: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14672: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14673: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14674: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
14675: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 14676: src/include/pa_array.h, src/include/pa_cache_managers.h,
14677: src/include/pa_charset.h, src/include/pa_charsets.h,
14678: src/include/pa_common.h, src/include/pa_config_auto.h.in,
14679: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
14680: src/include/pa_dictionary.h, src/include/pa_dir.h,
14681: src/include/pa_exception.h, src/include/pa_exec.h,
14682: src/include/pa_globals.h, src/include/pa_hash.h,
14683: src/include/pa_memory.h, src/include/pa_opcode.h,
14684: src/include/pa_operation.h, src/include/pa_pool.h,
14685: src/include/pa_pragma_pack_begin.h,
1.95 moko 14686: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
14687: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
14688: src/include/pa_sapi.h, src/include/pa_socks.h,
14689: src/include/pa_sql_connection.h,
14690: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
14691: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
14692: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14693: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 14694: src/include/pa_uue.h, src/lib/Makefile.am,
14695: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
14696: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
14697: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
14698: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 14699: src/lib/cord/include/ec.h,
14700: src/lib/cord/include/private/Makefile.am,
14701: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 14702: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
14703: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 14704: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 14705: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
14706: src/main/compile_tools.C, src/main/compile_tools.h,
14707: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
14708: src/main/pa_cache_managers.C, src/main/pa_charset.C,
14709: src/main/pa_charsets.C, src/main/pa_common.C,
14710: src/main/pa_dictionary.C, src/main/pa_dir.C,
14711: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 14712: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
14713: src/main/pa_request.C, src/main/pa_socks.C,
14714: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14715: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 14716: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
14717: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
14718: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
14719: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
14720: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14721: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
14722: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 14723: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
14724: src/targets/isapi/parser3isapi.dsp,
14725: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 14726: src/types/pa_junction.h, src/types/pa_method.h,
14727: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 14728: src/types/pa_vclass.C, src/types/pa_vclass.h,
14729: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14730: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14731: src/types/pa_vdouble.h, src/types/pa_venv.h,
14732: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14733: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14734: src/types/pa_vimage.C, src/types/pa_vimage.h,
14735: src/types/pa_vint.h, src/types/pa_vjunction.h,
14736: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
14737: src/types/pa_vmath.h, src/types/pa_vmemory.h,
14738: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14739: src/types/pa_vobject.C, src/types/pa_vobject.h,
14740: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14741: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14742: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14743: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14744: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14745: src/types/pa_vstring.h, src/types/pa_vtable.C,
14746: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14747: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14748: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14749: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14750: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
14751: HEAD
14752:
14753: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
14754: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
14755: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
14756: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
14757: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
14758: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
14759: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
14760: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
14761: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
14762: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
14763: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
14764: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
14765: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
14766: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
14767: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
14768: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
14769: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
14770: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
14771: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
14772: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
14773: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14774: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
14775: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
14776: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
14777: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
14778: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
14779: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
14780: outputs/create-dir, results/001.processed, results/002.processed,
14781: results/003.processed, results/004.processed,
14782: results/005.processed, results/006.processed,
14783: results/007.processed, results/008.processed,
14784: results/009.processed, results/010.processed,
14785: results/011.processed, results/012.processed,
14786: results/013.processed, results/014.processed,
14787: results/015.processed, results/016.processed,
14788: results/017.processed, results/018.processed,
14789: results/019.processed, results/020.processed,
14790: results/021.processed, results/022.processed,
14791: results/023.processed, results/024.processed,
14792: results/025.processed, results/026.processed,
14793: results/027.processed, results/028.processed,
14794: results/029.processed, results/030.processed,
14795: results/031.processed, results/032.processed,
14796: results/033.processed, results/034.processed,
14797: results/035.processed, results/036.processed,
14798: results/037.processed, results/038.processed,
14799: results/039.processed, results/040.processed,
14800: results/041.processed, results/042.processed,
14801: results/043.processed, results/044.processed,
14802: results/045.processed, results/046.processed,
14803: results/047.processed, results/048.processed,
14804: results/049.processed, results/050.processed,
14805: results/051.processed, results/052.processed,
14806: results/053.processed, results/054.processed,
14807: results/055.processed, results/056.processed,
14808: results/057.processed, results/058.processed,
14809: results/059.processed, results/060.processed,
14810: results/061.processed, results/062.processed,
14811: results/063.processed, results/064.processed,
14812: results/065.processed, results/066.processed,
14813: results/067.processed, results/068.processed,
14814: results/069.processed, results/070.processed,
14815: results/071.processed, results/072.processed,
14816: results/073.processed, results/074.processed,
14817: results/075.processed, results/076.processed,
14818: results/077.processed, results/078.processed,
14819: results/079.processed, results/080.processed,
14820: results/081.processed, results/082.processed,
14821: results/083.processed, results/084.processed,
14822: results/085.processed, results/086.processed,
14823: results/087.processed, results/088.processed,
14824: results/089.processed, results/090.processed,
14825: results/091.processed, results/092.processed,
14826: results/093.processed, results/094.processed,
14827: results/095.processed, results/096.processed,
14828: results/097.processed, results/098.processed,
14829: results/099.processed, results/100.processed,
14830: results/101.processed, results/102.processed,
14831: results/103.processed, results/104.processed,
14832: results/105.processed, results/106.processed,
14833: results/107.processed, results/108.processed,
14834: results/109.processed, results/110.processed,
14835: results/111.processed, results/112.processed,
14836: results/113.processed, results/114.processed,
14837: results/115.processed, results/116.processed,
14838: results/117.processed, results/118.processed,
14839: results/119.processed, results/120.processed,
14840: results/121.processed, results/122.processed,
14841: results/123.processed, results/124.processed,
14842: results/125.processed, results/126.processed,
14843: results/127.processed, results/128.processed,
14844: results/129.processed, results/130.processed,
14845: results/131.processed, results/132.processed,
14846: results/133.processed, results/134.processed,
14847: results/135.processed, results/136.processed,
14848: results/137.processed, results/138.processed,
14849: results/139.processed, results/140.processed,
14850: results/141.processed: merged(copied) to HEAD from template_gc
14851:
14852: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
14853: towards \parser3project not having to be in root
14854:
14855: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
14856: module compiled [were minor unnecessary changes in lib/md5
14857: interface]
14858:
14859: * src/include/pa_version.h: release
14860:
14861: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
14862:
14863: * src/classes/math.C: merged uuid bugfix
14864:
14865: * tests/: 141.html, results/141.processed: fixed bug with
14866: too-small-a-buffer
14867:
14868: * src/classes/math.C: uuid bugfix
14869:
14870: * tests/: 141.html, Makefile, results/005.processed,
14871: results/030.processed, results/075.processed,
14872: results/078.processed: to reflect date format change (were -
14873: become ' ')
14874:
14875: * src/classes/math.C: uuid bugfix
14876:
14877: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
14878: debug/release changes
14879:
14880: * src/lib/md5/pa_md5c.c: PA_ -> pa_
14881:
14882: 2003-07-23 paf
14883:
14884: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
14885: renamed a little [to move to comman naming conv]
14886:
1.116 moko 14887: * src/targets/Makefile.am: apache13 splitted to simplify apache
14888: build
1.95 moko 14889:
14890: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
14891: main/pa_request.C, main/pa_sql_driver_manager.C,
14892: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
14893: stack top_index() fixed
14894:
14895: * src/main/pa_globals.C: minor style changes
14896:
14897: * src/: classes/op.C, include/pa_sql_connection.h: connection
14898: closing/caching fixed [connections were not closed/put to cache]
14899:
14900: 2003-07-22 paf
14901:
14902: * INSTALL: gc part updated stightly
14903:
14904: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
14905: new sapi interface
14906:
14907: * src/classes/file.C: comment on OS
14908:
14909: * src/main/pa_string.C: removed reduntant invariant check [there is
14910: one deeper in cord lib]
14911:
14912: * src/main/pa_exec.C: on win32 bugfix in handling shbang
14913:
14914: * src/main/pa_memory.C: out of memory is no longer coredump
14915:
14916: * INSTALL: disable-threads adviced
14917:
14918: 2003-07-21 paf
14919:
1.116 moko 14920: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 14921:
14922: * src/classes/file.C: file::exec/cgi environment variables now must
14923: be UPPERCASE and A-Z 0-9 _-
14924:
14925: * src/classes/file.C: env passing fixed
14926:
14927: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
14928:
14929: * src/main/pa_common.C: http:// CRLF now
14930:
14931: 2003-07-02 paf
14932:
14933: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
14934: fields to reflect their real meaning
14935:
14936: 2003-06-27 paf
14937:
14938: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
14939: include/pa_hash.h, main/pa_charset.C: merged from HEAD
14940: file::exec/cgi .charset
14941:
14942: 2003-06-26 paf
14943:
14944: * ChangeLog, src/classes/file.C, src/classes/hash.C,
14945: src/classes/image.C, src/classes/op.C, src/classes/string.C,
14946: src/classes/table.C: fixed several uninitialized local
14947: structures. notably ^hash.foreach now inserts delimiters
14948: properly [were inserting it before first body]
14949:
14950: 2003-06-24 paf
14951:
14952: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
14953:
14954: 2003-06-20 paf
14955:
14956: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
14957: src/main/pa_globals.C: introducing
14958: $f[^file::load[binary;http://...]] $f.tables
14959:
14960: 2003-06-06 paf
14961:
14962: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
14963: table. [were method lookup: inconsistent]
14964:
14965: 2003-06-02 paf
14966:
14967: * src/include/pa_memory.h: empty string clone fixed to return
14968: writable memory
14969:
14970: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
14971: were not appended] which violated string invariant
14972:
14973: 2003-05-30 paf
14974:
14975: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
14976: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
14977:
14978: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
14979: GMT ; RFC 822, updated by RFC 1123
14980:
14981: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
14982: targets/isapi/parser3isapi.C: initialized request_info properly
14983:
14984: * src/classes/xnode.C: found minor bug, commended for future
14985:
14986: 2003-05-28 paf
14987:
14988: * src/classes/form.C: request_info.content_length can't be <0,
14989: size_t for some time
14990:
14991: 2003-05-26 paf
14992:
14993: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
14994: forgotten <0 changed to !=STRING_NOT_FOUND
14995:
14996: * src/classes/math.C: merged ffffu from HEAD
14997:
14998: 2003-05-11 paf
14999:
15000: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
15001:
15002: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
15003: premature doc free. transformed document had xmlDoc reference
15004: stored to non-gc-memory (libgdome) added holding-reference
15005:
15006: 2003-04-29 paf
15007:
15008: * src/main/pa_globals.C: started digging on double free. on win32
15009: found that that's perfectly normal.
15010:
15011: 2003-04-25 paf
15012:
15013: * src/classes/table.C: table.join bug fix [bad limit check]
15014:
15015: * src/classes/math.C: merged from HEAD: simpiler hash_string
15016:
15017: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
15018: print anything. changed to quicker and simplier code
15019:
15020: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
15021: strict a check]
15022:
15023: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
15024:
15025: 2003-04-24 paf
15026:
15027: * src/include/pa_table.h: too strict assert loosened
15028:
15029: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
15030: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
15031: report
15032:
15033: 2003-04-21 paf
15034:
1.116 moko 15035: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 15036:
15037: * src/main/pa_globals.C: pcre memory management changed to use GC
15038: memory
15039:
15040: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
15041: xmlMallocAtomic [author agreed to my suggestion], used that
15042:
15043: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
15044:
15045: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
15046: types/pa_vmail.C: attributed_meaning_to_string added
15047: L_UNSPECIFIED piece which was sortof OK, but violated string
15048: invariant [assertion barked on that] changed to L_PASS_APPEND,
15049: made that param obligatory
15050:
15051: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
15052: fixed [assert helped]
15053:
15054: * src/include/pa_string.h: assert added [looking for bug]
15055:
15056: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
15057: names on Win32 considered disk-global
15058:
15059: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
15060: considered disk-global
15061:
15062: 2003-04-18 paf
15063:
15064: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
15065: filenames
15066:
15067: * src/main/untaint.C: enabled '~' letter in filenames
15068:
15069: 2003-04-16 paf
15070:
15071: * src/classes/file.C: small bug introduced in autoptr times fixed
15072:
15073: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
15074: HEAD
15075:
1.116 moko 15076: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 15077:
15078: 2003-04-15 paf
15079:
15080: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
15081: src/lib/md5/pa_md5c.c, tests/141.html,
15082: tests/results/141.processed: merged from head ^math:uuid[]
15083: ^math:uid64[] ^math:md5[string]
15084:
15085: test added: 141.html
15086:
15087: * operators.txt, src/classes/math.C: ^math:uid64[]
15088:
15089: * src/classes/math.C: ^math:uuid[]
15090:
15091: * operators.txt, src/classes/math.C: ^math:uuid[]
15092:
15093: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
15094: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
15095:
15096: * operators.txt, src/classes/file.C, src/include/pa_common.h,
15097: src/include/pa_config_fixed.h, src/main/pa_common.C:
15098: ^file::load[mode;name; $.offset $.limit
15099:
15100: 2003-04-14 paf
15101:
15102: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
15103: started ^math:md5
15104:
15105: * src/classes/table.C, src/include/pa_array.h,
15106: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
15107: tests/results/140.processed: table $.reverse option works in
15108: create&co table $.distinct[tables] bug fix merged
15109:
15110: * src/: classes/table.C, include/pa_table.h: table
15111: $.distinct[tables] bug fixed
15112:
15113: * src/classes/table.C: more warnings
15114:
15115: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
15116: removed checks in table::set_current, moved them back to
15117: table::locate implemented table::create/join ñ $.reverse
15118:
15119: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
15120: removed checks in table::set_current, moved them back to
15121: table::locate
15122:
15123: 2003-04-11 paf
15124:
15125: * operators.txt, src/classes/date.C, src/classes/table.C,
15126: src/include/pa_array.h, src/include/pa_common.h,
15127: src/include/pa_config_includes.h, src/include/pa_string.h,
15128: src/include/pa_table.h, src/main/pa_request.C,
15129: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15130: src/main/pa_table.C: merged from HEAD from
15131: before_append_array_limit_sense_change to
15132: after_append_array_limit_sense_change
15133:
15134: * src/classes/table.C: typo
15135:
15136: * operators.txt, src/classes/date.C, src/classes/table.C,
15137: src/include/pa_array.h, src/include/pa_common.h,
15138: src/include/pa_config_includes.h, src/include/pa_globals.h,
15139: src/include/pa_table.h, src/main/pa_array.C,
15140: src/main/pa_globals.C, src/main/pa_request.C,
15141: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15142: src/main/pa_table.C: append_array_limit_sense_change locate
15143: accepts options same as create new option: $.reverse(1) [do not
15144: work in table::create]
15145:
15146: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
15147: (stat xxx,
15148:
15149: * src/classes/: table.C: typo
15150:
15151: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
15152: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
15153: results/130.processed, results/131.processed,
15154: results/132.processed, results/133.processed,
15155: results/134.processed, results/135.processed,
15156: results/136.processed, results/137.processed,
15157: results/138.processed, results/139.processed: added few mustfail
15158: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
15159: date/time 132.html mustfail: access to junction outside of
15160: context 133.html mustfail: access to junction outside of context,
15161: case version 134.html mustfail: hash: adding a key inside of
15162: foreach 135.html mustfail: modifying system class 136.html
15163: mustfail: $.name outside of $hash[here] 137.html mustfail:
15164: appendChild without import 138.html mustfail: invalid encoding
15165: inside of xml 139.html mustfail: bad XPath
15166:
15167: * operators.txt, src/classes/table.C, tests/084.html,
15168: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
15169: tests/129.html, tests/results/125.processed,
15170: tests/results/126.processed, tests/results/127.processed,
15171: tests/results/128.processed, tests/results/129.processed: merged
15172: from HEAD ^table.hash[key][$.distinct[tables]]
15173:
15174: maked appropriate tests [changed one old nonconforming]
15175:
15176: * operators.txt, src/classes/table.C:
15177: ^table.hash[key][$.distinct[tables]]
15178:
15179: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15180: merged fix for found very old xml (dom) bug: were passing
15181: domString objects and later ERROREOUSLY freed them
15182:
15183: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
15184: src/main/pa_charset.C: re-added libgdome patch. regretfully
15185: libgdome bug can not be worked around
15186:
15187: 2003-04-10 paf
15188:
15189: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
15190: found very old xml (dom) bug: were passing domString objects and
15191: later ERROREOUSLY freed them
15192:
15193: * src/doc/string.dox, src/include/pa_memory.h,
15194: src/include/pa_string.h, src/lib/cord/cordbscs.c,
15195: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
15196: tests/123.html, tests/124.html, tests/results/001.processed,
15197: tests/results/002.processed, tests/results/003.processed,
15198: tests/results/004.processed, tests/results/005.processed,
15199: tests/results/006.processed, tests/results/008.processed,
15200: tests/results/009.processed, tests/results/010.processed,
15201: tests/results/011.processed, tests/results/012.processed,
15202: tests/results/013.processed, tests/results/014.processed,
15203: tests/results/015.processed, tests/results/016.processed,
15204: tests/results/017.processed, tests/results/018.processed,
15205: tests/results/020.processed, tests/results/021.processed,
15206: tests/results/022.processed, tests/results/023.processed,
15207: tests/results/024.processed, tests/results/025.processed,
15208: tests/results/026.processed, tests/results/027.processed,
15209: tests/results/028.processed, tests/results/029.processed,
15210: tests/results/030.processed, tests/results/031.processed,
15211: tests/results/032.processed, tests/results/033.processed,
15212: tests/results/034.processed, tests/results/035.processed,
15213: tests/results/036.processed, tests/results/037.processed,
15214: tests/results/038.processed, tests/results/039.processed,
15215: tests/results/040.processed, tests/results/041.processed,
15216: tests/results/042.processed, tests/results/043.processed,
15217: tests/results/044.processed, tests/results/045.processed,
15218: tests/results/046.processed, tests/results/047.processed,
15219: tests/results/048.processed, tests/results/049.processed,
15220: tests/results/050.processed, tests/results/051.processed,
15221: tests/results/052.processed, tests/results/053.processed,
15222: tests/results/054.processed, tests/results/055.processed,
15223: tests/results/056.processed, tests/results/057.processed,
15224: tests/results/058.processed, tests/results/059.processed,
15225: tests/results/060.processed, tests/results/061.processed,
15226: tests/results/062.processed, tests/results/063.processed,
15227: tests/results/064.processed, tests/results/065.processed,
15228: tests/results/066.processed, tests/results/067.processed,
15229: tests/results/068.processed, tests/results/069.processed,
15230: tests/results/070.processed, tests/results/071.processed,
15231: tests/results/072.processed, tests/results/073.processed,
15232: tests/results/074.processed, tests/results/075.processed,
15233: tests/results/076.processed, tests/results/077.processed,
15234: tests/results/078.processed, tests/results/079.processed,
15235: tests/results/080.processed, tests/results/081.processed,
15236: tests/results/082.processed, tests/results/083.processed,
15237: tests/results/084.processed, tests/results/085.processed,
15238: tests/results/086.processed, tests/results/087.processed,
15239: tests/results/088.processed, tests/results/089.processed,
15240: tests/results/090.processed, tests/results/091.processed,
15241: tests/results/092.processed, tests/results/093.processed,
15242: tests/results/094.processed, tests/results/095.processed,
15243: tests/results/096.processed, tests/results/097.processed,
15244: tests/results/101.processed, tests/results/102.processed,
15245: tests/results/104.processed, tests/results/105.processed,
15246: tests/results/106.processed, tests/results/107.processed,
15247: tests/results/108.processed, tests/results/109.processed,
15248: tests/results/110.processed, tests/results/111.processed,
15249: tests/results/112.processed, tests/results/113.processed,
15250: tests/results/114.processed, tests/results/115.processed,
15251: tests/results/116.processed, tests/results/117.processed,
15252: tests/results/118.processed, tests/results/119.processed,
15253: tests/results/120.processed, tests/results/121.processed,
15254: tests/results/122.processed, tests/results/123.processed,
15255: tests/results/124.processed: new convention: char* never 0.
15256: assert in cord on that
15257:
15258: * src/main/pa_charset.C: couple more asserts
15259:
15260: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
15261: speedup
15262:
15263: * src/main/pa_charset.C: couple assertions on fantastic situations
15264: added [may be those is the case now?]
15265:
15266: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15267: that's memory from gc_malloc, not from g_malloc :(, but would
15268: hope]
15269:
15270: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
15271: that's memory from gc_malloc, not from g_malloc :(, but would
15272: hope]
15273:
15274: * src/main/pa_charset.C: checked custom malloc for returning 0
15275:
15276: 2003-04-09 paf
15277:
15278: * src/classes/date.C: merged ^date.roll changes
15279:
15280: * src/classes/date.C: ^date.roll bug fix
15281:
15282: * src/classes/date.C: ^date.roll now throws less errors: month
15283: shifts handles end of month situation by reducing day number
15284: hour-hole shift reduces hour to recover
15285:
15286: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
15287: Sort by function time
15288:
15289: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
15290: http:// $.charset[] param done
15291:
15292: * tests/: 122.html, results/122.processed: 122 date test <= and ==
15293: added [after volatile fix. passes on win&intel-solaris]
15294:
15295: 2003-04-08 paf
15296:
15297: * src/: classes/file.C, classes/op.C, classes/table.C,
15298: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
15299: include/pa_common.h, include/pa_request_charsets.h,
15300: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15301: main/pa_exec.C, main/pa_request.C, main/untaint.C,
15302: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
15303: types/pa_vresponse.C: started http:// $.charset[] param and
15304: http response charset detection just compiled. todo:test
15305:
15306: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
15307:
15308: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
15309: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
15310: types/pa_vmail.C: changed transcode param converntion along with
15311: string creating convention -- all strings are zero-terminated,
15312: this allowed to fix one remaining String("123", 2) case
15313:
15314: * src/: classes/date.C, classes/file.C, classes/hash.C,
15315: classes/op.C, classes/string.C, classes/table.C,
15316: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
15317: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
15318: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15319: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
15320: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
15321: violated String::invariant. started fixing [not compiled now]
15322:
15323: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
15324: main/compile.tab.C, main/compile.y, main/pa_string.C,
15325: main/untaint.C, targets/cgi/parser3.C: number of string style
15326: improvements & optimizations
15327:
15328: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
15329: :(]
15330:
15331: * src/main/untaint.C: removed redundant & in CORD_pos param passing
15332: [for it's a pointer really]
15333:
15334: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
15335: 'n' param. worked that around
15336:
15337: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
15338: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
15339: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
15340: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
15341: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
15342:
15343: Thanks for the bug report and patch.
15344:
15345: I hadn't looked at this code in a while. Reading it now, it
15346: seems to me that the tests should also be ">= MAX_DEPTH" to
15347: comply with the invariant, though that may not matter a lot. I
15348: changed that, too.
15349:
15350: Hans
15351:
15352: 2003-04-07 paf
15353:
15354: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
15355: merged from head:safe mode error message now includes numbers
15356:
15357: * src/main/execute.C: n-th attempt to make a=a work with double.
15358: problem: as_double returns it's result in fp-register compiler
15359: optimizes access to that register after b->as_double, and just
15360: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
15361: from memory. _SAME_ double values do not match here. when
15362: forced to REload fp-register, values do match.
15363:
15364: tried to make them volatile.
15365:
15366: * src/main/execute.C: n-th attempt to make a=a work with double.
15367: problem: as_double returns it's result in fp-register compiler
15368: optimizes access to that register after b->as_double, and just
15369: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
15370: from memory. _SAME_ double values do not match here. when
15371: forced to REload fp-register, values do match.
15372:
15373: tried to make them volatile.
15374:
15375: * src/types/pa_vobject.h: small style change
15376:
15377: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
15378:
15379: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
15380: mode error message now includes numbers
15381:
15382: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
15383: now causes death
15384:
15385: 2003-04-04 paf
15386:
15387: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
15388: incorportated pa_exec patch by From: "Victor Fedoseev"
15389: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
15390: Sent: Thursday, January 23, 2003 9:14 AM
15391:
15392: huge speedup on ^file::cgi with big result
15393:
15394: * src/classes/table.C: sort table with 0 rows bug fixed
15395:
15396: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
15397: fix http://i2/tasks/edit/?id=4493701604654042676
15398:
15399: @main[] $with_default[ $.a[1] $._default[default from
15400: with_default] ] ^show[$with_default]
15401:
15402: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
15403: =$to_add_to.xxx=<br>
15404:
15405: ^show[$to_add_to]
15406:
15407: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
15408: ^show[$cloned]
15409:
15410: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
15411:
15412: } <hr>
15413:
15414: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
15415: http://i2/tasks/edit/?id=4493701604654042676
15416:
15417: @main[] $with_default[ $.a[1] $._default[default from
15418: with_default] ] ^show[$with_default]
15419:
15420: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
15421: =$to_add_to.xxx=<br>
15422:
15423: ^show[$to_add_to]
15424:
15425: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
15426: ^show[$cloned]
15427:
15428: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
15429:
15430: } <hr>
15431:
15432: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
15433: http://i2/tasks/edit/?id=4507350336410850921
15434:
15435: * src/classes/xdoc.C: memory allocation func bugfix
15436: http://i2/tasks/edit/?id=4499303470368629745
15437:
15438: * src/classes/math.C: allowed random 1...
15439:
15440: * src/classes/math.C: allowed random 0..
15441:
15442: * src/main/pa_globals.C: exif mem leak
15443: http://i2/tasks/edit/?id=4480590323629807263
15444:
15445: * src/: classes/classes.dsp, main/main.dsp,
15446: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
15447: fix http://i2/tasks/edit/?id=4493946731322521294
15448: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
15449:
15450: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15451: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
15452: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
15453: links to xml libs made relative, no need to unpack parser3project
15454: to /parser3project.
15455:
15456: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
15457: column more precise - tab handling bug fixed
15458:
15459: * src/main/: compile.tab.C, compile.y: more understandable error
15460: message in case @CLASS with more then one line inside
15461:
15462: * src/targets/cgi/parser3.C: more understandable error message in
15463: case of errors in @unhandled_exception
15464:
15465: 2003-04-03 paf
15466:
15467: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
15468: src/main/compile.tab.C, src/main/compile.y,
15469: src/main/compile_tools.C, src/main/compile_tools.h,
15470: src/main/execute.C, src/main/pa_request.C: debug info format
15471: simplified, now it's: OP_VALUE Operation::Origin << here value*
15472:
15473: higher limits: file number (max: 255) line number (max:
15474: 64535) column number (max: 255)
15475:
15476: * src/classes/math.C: top limit
15477:
15478: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
15479: precise parse error position in case of
15480:
15481: ^bug ]
15482:
15483: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
15484: changed to realities, and passed [bug fixed]
15485:
15486: * src/: classes/op.C, include/pa_request.h, main/compile.C,
15487: main/compile.tab.C, main/compile.y, main/compile_tools.C,
15488: main/compile_tools.h, main/pa_request.C: introducing
15489: ^process...[main-method-alias]
15490:
15491: * src/: classes/date.C, classes/image.C, classes/op.C,
15492: classes/string.C, classes/table.C, classes/xdoc.C,
15493: types/pa_vmethod_frame.h: MethodParams& now [methods without
15494: params receive zero reference, but they are expected not to look
15495: there]
15496:
15497: * operators.txt, src/classes/date.C, src/classes/double.C,
15498: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
15499: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15500: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15501: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15502: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15503: src/main/execute.C, src/types/pa_method.h: MethodParams& now
15504: [methods without params receive zero reference, but they are
15505: expected not to look there]
15506:
15507: * operators.txt, src/classes/op.C, src/include/pa_request.h,
15508: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
15509: ^process...[filename] useful for better error reporting
15510: [file/line/col]
15511:
15512: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
15513: types/pa_vstring.h: slightly improved error messages text: 1. is
15514: '%s', it 2. method undefined in case of ^void[]
15515:
15516: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15517: include/pa_types.h, main/execute.C, main/pa_request.C: exception
15518: handling done. now we have error columns todo: test it
15519:
15520: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
15521: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
15522:
15523: this makes life easier: were: bad stack order -- were in
15524: exception catch unwind order, which didn't match execution order
15525:
15526: @main[] ^try{ ^first[] }{ ^throw[c;3] }
15527:
15528: @first[] ^throw[a;1]
15529:
15530: showed throw a first throw b try
15531:
15532: which is no good
15533:
15534: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15535: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
15536: trace reset after handled exception [old bug fixed]
15537:
15538: * src/main/: compile.tab.C, compile.y: parse position old bug
15539: fixed. position reporting made precise [both, in parse erros and
15540: runtime errors]
15541:
15542: 2003-04-02 paf
15543:
15544: * src/: include/pa_operation.h, include/pa_request.h,
15545: main/compile.C, main/compile.tab.C, main/compile.y,
15546: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15547: main/pa_exception.C, main/pa_request.C: debug info: started
15548: using. todo:complete
15549:
15550: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
15551: main/compile.C, main/compile.tab.C, main/compile.y,
15552: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15553: main/pa_request.C: prepared debug info todo:use it
15554:
15555: * src/include/pa_operation.h: strange mistake fixed: forgot to
15556: return Operation class->union after switching from autoptrs.
15557:
15558: * tests/: Makefile, results/108.processed, results/117.processed:
15559: meta considered OK [it's up to coder now to remove it not needed]
15560:
15561: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
15562: Dictionary constructor when moved to gc]
15563:
15564: * src/main/pa_common.C: uncommented http:// file loading
15565:
15566: * src/include/pa_array.h, src/main/execute.C,
15567: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
15568: fix [gdGrowingBuf]
15569:
15570: * configure.in, src/lib/Makefile.am: removed patches
15571:
15572: * configure, src/include/pa_config_auto.h.in,
15573: src/main/pa_charset.C: --enable-assertions autoconf-ed
15574:
15575: * src/main/pa_common.C: uncommented http:// file loading
15576:
15577: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
15578: xdoc::create/load
15579:
15580: * src/: classes/form.C, classes/hash.C, classes/image.C,
15581: classes/string.C, classes/table.C, classes/void.C,
15582: include/pa_common.h, main/pa_common.C, main/pa_request.C,
15583: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
15584: String::String(str,helper_length) are checked. found/fixed one
15585: place: $request:body now zero-terminated,
15586:
15587: * src/: classes/op.C, classes/table.C, include/pa_request.h,
15588: main/compile_tools.C, main/execute.C, types/pa_value.h,
15589: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
15590: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15591: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15592: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
15593: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15594: types/pa_vxnode.h: more locally scoped vars in execute (more
15595: easily optimizable)
15596:
15597: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
15598: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
15599:
15600: * src/: include/pa_array.h, include/pa_stack.h,
15601: include/pa_string.h, main/compile_tools.C, main/main.dsp,
15602: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
15603: become assertion iterator in methodframe filler
15604:
15605: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
15606: targets/cgi/parser3.C: array::get/put inlined
15607:
15608: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
15609: gc_substitute_memory_management_functions +installed CORD_oom
15610: function
15611:
15612: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
15613: src/include/pa_config_includes.h, src/include/pa_string.h,
15614: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
15615: src/targets/cgi/parser3.C: converted debug hacks to ANSI
15616: assertions started configure.in --enable-assertions
15617:
15618: 2003-04-01 paf
15619:
15620: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
15621: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
15622: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
15623: gdome uses glib memory, and stores last pointer to xmlDoc there,
15624: gc misses that and collects valid memory fixed by remembering
15625: xmlDoc from dom object in xdoc. todo: do something with
15626: premature free of xdoc with xnodes/node values referring into it
15627:
15628: * src/classes/: mail.C: typo fix
15629:
15630: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
15631: changes
15632:
15633: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
15634: main/pa_memory.C: moved memory debugging to global level: to
15635: pa_gc_malloc
15636:
15637: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
15638: debugging showed no errors. todo: debug parser memory
15639:
15640: * src/targets/cgi/: parser3.C, parser3.dsp: more build
15641: configurations
15642:
15643: * src/: classes/classes.dsp, include/pa_config_fixed.h,
15644: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
15645: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15646: types/types.dsp: prepared xml-static configuration
15647:
15648: 2003-03-31 paf
15649:
15650: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
15651: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
15652: xml lib memory debugging, simple checks failed: it seems that
15653: library does realloc(bad ptr), and recording those ptrs in heap
15654: [for debugging] was bad: heap situation changes = everything
15655: works fine
15656:
15657: * src/: main/pa_charset.C, include/pa_charset.h: worked around
15658: xmlRegisterCharEncodingHandler limitation [currently imposed
15659: limit of 10 user-defined charsets]
15660:
15661: 2003-03-28 paf
15662:
15663: * src/main/execute.C: execution stack copied to local register
15664: variable, removed lots [~2e7) of memory accesses
15665:
15666: 2003-03-27 paf
15667:
15668: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
15669: works in debug, but fails in release todo: fix that
15670:
15671: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
15672: targets/cgi/parser3.C: forgot to merge XML memory funcs
15673: replacement from gc branch
15674:
15675: * src/main/pa_exec.C: introducing append_help_length [radical
15676: improvement here]
15677:
15678: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
15679: 'not recommened' in gc.h, on win32 noticed no difference]
15680:
15681: * src/include/pa_array.h: returned checked array get [were disabled
15682: for debugging] result:not slower [don't understand that, it were
15683: INLINED] todo: find out a way of inlining it!
15684:
15685: * src/: include/pa_string.h, lib/gc/include/gc.h,
15686: lib/gc/include/gc_fake.h, main/compile.tab.C,
15687: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
15688: convention changed: all resulting strings are zero-terminated
15689:
15690: * src/: classes/date.C, classes/file.C, classes/hash.C,
15691: classes/string.C, classes/table.C, classes/void.C,
15692: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
15693: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
15694: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
15695: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
15696: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
15697: types/pa_vfile.C, types/pa_vmail.C: introducing
15698: append_help_length [radical improvement here]
15699:
15700: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
15701: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
15702: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
15703: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
15704: even slower
15705:
15706: * src/: classes/string.C, classes/table.C, include/pa_array.h,
15707: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
15708: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
15709: clients of &get(): most to use non-ref version, some[in tight
15710: places] to get_unchecked_ref
15711:
15712: * src/doc/memory.dox: forgot to add
15713:
15714: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
15715: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
15716: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
15717: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
15718: main/compile.y, main/compile_tools.C, main/compile_tools.h,
15719: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
15720: targets/cgi/parser3.dsp, types/pa_vmail.C,
15721: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
15722: T>>&<< removed after Stack::pop wiping removed [moved to separate
15723: func] other Array & removed
15724:
15725: 2003-03-26 paf
15726:
15727: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
15728: classes/table.C, include/pa_array.h, include/pa_charset.h,
15729: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
15730: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15731: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
15732: main/main.dsp, main/pa_charset.C, main/pa_common.C,
15733: main/pa_exec.C, main/pa_sql_driver_manager.C,
15734: main/pa_stylesheet_manager.C, main/pa_table.C,
15735: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15736: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
15737: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
15738: pre-evaluated .count() in some places
15739:
15740: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
15741: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
15742: types/types.dsp: .dsp profiling updated
15743:
15744: * src/: classes/classes.dsp, lib/cord/cord.dsp,
15745: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
15746: targets/cgi/parser3.dsp, types/types.dsp: started profiling
15747:
15748: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
15749: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
15750: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
15751: use lib/gc,lib/cord
15752:
1.116 moko 15753: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
15754: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 15755: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
15756: src/include/pa_config_includes.h, src/include/pa_request.h,
15757: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15758: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 15759: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 15760: src/lib/cord/include/Makefile.am,
1.116 moko 15761: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
15762: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
15763: src/targets/cgi/Makefile.am, src/types/Makefile.am,
15764: src/types/pa_vclass.h, src/types/pa_vcookie.h,
15765: src/types/pa_vform.h, src/types/pa_vhash.h,
15766: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
15767: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
15768: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
15769: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
15770: funcs ported pa_exec
1.95 moko 15771:
15772: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
15773:
15774: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
15775: bundled gc includes
15776:
15777: * src/: classes/op.C, include/pa_array.h,
15778: include/pa_sql_connection.h, include/pa_string.h,
15779: include/pa_version.h, main/compile.tab.C, main/compile.y,
15780: main/execute.C, main/pa_common.C, main/pa_exception.C,
15781: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
15782: targets/cgi/parser3.dsp: a number of bugfixes [while testing
15783: first real site (aval)]
15784:
15785: 2003-03-25 paf
15786:
15787: * operators.txt, src/main/pa_sql_driver_manager.C,
15788: src/types/pa_vstatus.C: $status.memory used free since_compact
15789: process
15790:
15791: * src/: include/pa_sql_connection.h, main/pa_globals.C,
15792: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
15793:
15794: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
15795:
15796: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
15797: src/types/pa_value.h, src/types/pa_vfile.h,
15798: src/types/pa_vobject.C, src/types/pa_vobject.h,
15799: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
15800: tests/results/121.processed: untaint.C L_URI
15801:
15802: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
15803: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
15804: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
15805: src/types/pa_vmemory.h: ^memory:compact[]
15806:
15807: * tests/results/109.processed: it was a bug in parser. updated 109
15808: test result
15809:
15810: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
15811:
15812: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
15813: tests/results/107.processed: fixed dom language [values are now
15814: considered tainted. it was a bug in parser. updated 107 test
15815: result
15816:
15817: * src/classes/xdoc.C: fixed transform params
15818:
15819: * src/: include/pa_stylesheet_manager.h,
15820: main/pa_stylesheet_manager.C: fixed stylesheet caching
15821:
15822: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
15823: overloads for structure handling
15824:
15825: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
15826: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
15827: StringBody(0) ambiguilty, introducting static
15828: StringBody::Format(int)
15829:
15830: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
15831: linked
15832:
15833: * src/types/pa_vxdoc.C: vxdoc compiled
15834:
15835: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
15836: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
15837: finalizers isntalled
15838:
15839: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
15840: doc/exception.dox, doc/index.dox, include/pa_charset.h,
15841: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15842: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
15843: compiled todo: xnode.C / finalizers
15844:
15845: * src/doc/string.dox: updated: new string internals
15846:
15847: 2003-03-24 paf
15848:
15849: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15850: include/pa_charset.h, include/pa_config_fixed.h,
15851: include/pa_request.h, include/pa_stylesheet_connection.h,
15852: include/pa_stylesheet_manager.h, main/pa_charset.C,
15853: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
15854: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
15855: types/pa_vxnode.h: started XML
15856:
15857: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
15858:
15859: * src/: classes/file.C, classes/image.C, classes/mail.C,
15860: include/pa_string.h, main/pa_common.C,
15861: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
15862:
15863: * src/: classes/file.C, classes/image.C, classes/mail.C,
15864: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
15865: main/pa_request.C, main/pa_sql_driver_manager.C,
15866: types/pa_vimage.h: size_t pos everywhere checks changed to check
15867: for eq STRING_NOT_FOUND
15868:
15869: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
15870: optimize bit implemented
15871:
15872: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15873: String::ArrayFragment::append_positions fixed
15874:
15875: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
15876: String::this_starts fixed
15877:
15878: * src/main/pa_string.C, tests/Makefile: string::pos fixed
15879:
15880: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
15881: hashcode implemented fully, including per-char callback [it can
15882: be - substr CORD node]
15883:
15884: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
15885: rewritten to rewalloc with 100byte buf ahead
15886:
15887: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
15888: src/include/pa_string.h, src/main/compile.tab.C,
15889: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
15890: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
15891: CORD_ec [bad] would rewrite as realloc now
15892:
15893: * src/: classes/date.C, classes/file.C, classes/form.C,
15894: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
15895: include/pa_cache_managers.h, include/pa_charsets.h,
15896: include/pa_common.h, include/pa_request.h,
15897: include/pa_sql_driver_manager.h, include/pa_table.h,
15898: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
15899: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
15900: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
15901: types/pa_vmail.C, types/pa_vmethod_frame.C,
15902: types/pa_vstateless_class.h: 2*2 worked :)
15903:
15904: * parser3.dsw, src/classes/date.C, src/classes/file.C,
15905: src/include/pa_exec.h, src/include/pa_string.h,
15906: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
15907: passed OK
15908:
15909: * src/: classes/hash.C, classes/string.C, classes/table.C,
15910: types/pa_value.C: all linked todo: debug
15911:
15912: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
15913: types/pa_vstateless_class.C: all compiled. todo:link
15914:
15915: * src/types/pa_wcontext.C: pa_wcontext.C compiled
15916:
15917: * src/types/pa_vtable.C: pa_vtable.C compiled
15918:
15919: * src/types/pa_vstring.C: pa_vstring.C compiled
15920:
15921: * src/types/pa_vstatus.C: pa_vstatus.C compiled
15922:
15923: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
15924: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
15925: pa_vstateless_class.C, pa_vstateless_class.h:
15926: pa_vstateless_class.C compiled
15927:
15928: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
15929: types/pa_vmath.C: pa_vmail.C compiled
15930:
15931: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
15932:
15933: * src/types/pa_vform.C: pa_vform.C compiled
15934:
15935: * src/types/pa_vfile.C: pa_vfile.C compiled
15936:
15937: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
15938: pa_vstateless_class.C: pa_vcookie.C compiled
15939:
15940: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
15941: types/pa_vhash.h: pa_value.C compiled
15942:
15943: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
15944: classes.lib main.lib compiled
15945:
15946: * src/classes/void.C: void.C compiled
15947:
15948: * src/: classes/string.C, classes/table.C, include/pa_string.h,
15949: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
15950: compiled
15951:
15952: * src/: classes/string.C, include/pa_request.h,
15953: include/pa_string.h, main/pa_string.C: string.C compiled
15954:
15955: * src/: classes/op.C, classes/string.C, classes/table.C,
15956: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
15957: main/pa_request.C, main/pa_string.C: op.C compiled
15958:
15959: * src/classes/: math.C, op.C: math.C compiled
15960:
15961: * src/: classes/mail.C, classes/string.C, classes/table.C,
15962: types/pa_vmail.h: mail.C compiled
15963:
15964: * src/classes/: int.C, table.C: int.C compiled
15965:
15966: * src/: classes/hash.C, classes/image.C, classes/string.C,
15967: classes/table.C, include/pa_memory.h, include/pa_string.h,
15968: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
15969: compiled
15970:
15971: * src/: classes/hash.C, classes/string.C, classes/table.C,
15972: classes/void.C, classes/xdoc.C, include/pa_request.h,
15973: include/pa_sql_connection.h: hash.C compiled
15974:
15975: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
15976: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
15977: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15978: classes/math.C, classes/op.C, classes/response.C,
15979: classes/string.C, classes/table.C, classes/void.C,
15980: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
15981: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15982: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
15983: file.C table.C compiled
15984:
15985: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
15986: main/untaint.C: main.lib compiled
15987:
15988: 2003-03-21 paf
15989:
15990: * src/: classes/op.C, include/pa_cache_managers.h,
15991: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15992: include/pa_stylesheet_manager.h, main/pa_exception.C,
15993: main/pa_globals.C, main/pa_sql_driver_manager.C,
15994: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
15995: compiled
15996:
15997: * src/: classes/hash.C, classes/image.C, classes/op.C,
15998: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
15999: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16000: main/compile.C, main/pa_common.C, main/pa_request.C,
16001: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
16002: pa_request.C compiled
16003:
16004: * src/: classes/hash.C, classes/mail.C, classes/op.C,
16005: include/pa_request.h, main/execute.C, main/pa_request.C,
16006: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
16007: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
16008: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16009: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
16010: compiled
16011:
16012: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
16013: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
16014: on unix
16015:
16016: * src/: include/pa_charset.h, include/pa_charsets.h,
16017: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
16018: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
16019: pa_charsets.C compiled
16020:
16021: * src/: classes/image.C, classes/mail.C, classes/op.C,
16022: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
16023: main/compile.y, main/execute.C, main/pa_common.C,
16024: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
16025: types/pa_vcode_frame.h, types/pa_vimage.h,
16026: types/pa_vmethod_frame.h: execute.C compiled
16027:
16028: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16029: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16030: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16031: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
16032: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16033: include/pa_cache_managers.h, include/pa_charsets.h,
16034: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
16035: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
16036: include/pa_sql_driver_manager.h, include/pa_string.h,
16037: include/pa_stylesheet_connection.h,
16038: include/pa_stylesheet_manager.h, include/pa_table.h,
16039: main/compile.C, main/compile.tab.C, main/compile.y,
16040: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16041: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16042: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
16043: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
16044: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16045: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
16046: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
16047: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16048: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16049: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16050: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16051: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
16052: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
16053: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
16054: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
16055: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16056: types/pa_vresponse.h, types/pa_vstateless_class.C,
16057: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16058: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16059: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16060: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16061: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16062: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
16063: [C++ CORD wrapper]
16064:
16065: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
16066:
16067: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
16068: $file::exec/cgi[script; $.charset[this is script's charset]
16069:
16070: command line, env values, input got transcoded before call
16071: stdout, stderr got transcoded after call
16072:
16073: * src/classes/file.C: ^file::exec/cgi now does not pass post data
16074: by default. use: ^file::exec[...;$.stdin[$request.body]
16075:
16076: * src/main/pa_common.C: } typo bug fix
16077:
16078: * src/main/pa_common.C: } typo bug fix
16079:
16080: 2003-03-20 paf
16081:
16082: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
16083: main/untaint.C: cord bug fix, but still errors todo: clear out
16084:
16085: * src/include/pa_string.h: more tests
16086:
16087: * src/main/pa_string.C: string.pos fixed
16088:
1.116 moko 16089: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
16090: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
16091: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
16092: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
16093: replaces
1.95 moko 16094:
16095: * src/: classes/image.C, include/pa_dictionary.h,
16096: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
16097: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
16098: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
16099: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
16100:
16101: * src/include/pa_string.h: warning
16102:
16103: * src/include/pa_string.h: this_starts fixed
16104:
16105: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
16106: new String ctor & append params convention
16107:
16108: * src/: classes/file.C, classes/hash.C, classes/image.C,
16109: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
16110: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
16111: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
16112: main/pa_exception.C, main/pa_exec.C,
16113: main/pa_sql_driver_manager.C, main/pa_string.C,
16114: main/pa_stylesheet_manager.C, main/untaint.C,
16115: targets/isapi/parser3isapi.C, types/pa_vimage.C,
16116: types/pa_vmail.C: more tests OK
16117:
16118: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
16119: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
16120: gc/exit runned OK
16121:
16122: * src/types/pa_vmail.C: another naming problem: should not name
16123: vars like that: unpredictable close caused problems with later
16124: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
16125: descriptors missing on startup: stdin; Bad file number
16126:
16127: todo: find out why so many filters(stream) here. probably wrong?
16128:
16129: * src/: include/pa_dictionary.h, include/pa_string.h,
16130: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
16131: main/untaint.C: test compiled
16132:
16133: * src/: classes/image.C, classes/mail.C, classes/math.C,
16134: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
16135: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
16136: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
16137: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
16138: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
16139: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
16140: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
16141: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
16142: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
16143:
16144: * parser3.dsw, src/classes/file.C, src/classes/image.C,
16145: src/classes/op.C, src/classes/string.C, src/classes/table.C,
16146: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
16147: src/include/pa_memory.h, src/include/pa_request.h,
16148: src/include/pa_request_charsets.h,
16149: src/include/pa_sql_connection.h, src/include/pa_string.h,
16150: src/main/compile.tab.C, src/main/execute.C,
16151: src/main/pa_charset.C, src/main/pa_common.C,
16152: src/main/pa_exception.C, src/main/pa_exec.C,
16153: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16154: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
16155: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
16156: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
16157: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16158: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
16159: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16160: src/types/pa_vobject.C, src/types/pa_vresponse.C,
16161: src/types/pa_vstatus.C, src/types/pa_vstring.C,
16162: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16163: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
16164: pa_common.C [done, without http for now]
16165:
16166: 2003-03-19 paf
16167:
16168: * src/: classes/date.C, classes/form.C, classes/hash.C,
16169: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
16170: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
16171: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
16172: include/pa_string.h, include/pa_table.h, main/compile.C,
16173: main/compile_tools.C, main/execute.C, main/pa_charset.C,
16174: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
16175: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
16176: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16177: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
16178: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
16179: types/pa_vstateless_class.h, types/pa_vtable.C,
16180: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
16181: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16182: types/pa_wwrapper.h: started test
16183:
1.116 moko 16184: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
16185: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 16186:
16187: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
16188: include/pa_string.h, main/pa_string.C: string compiled todo: test
16189: it
16190:
16191: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
16192: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
16193: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
16194: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
16195: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
16196: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
16197: types/pa_vmethod_frame.h, types/types.dsp: string
16198: reimplementation with cord+array<fragment>: 70%
16199:
16200: 2003-03-18 paf
16201:
16202: * src/: classes/date.C, classes/file.C, classes/form.C,
16203: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
16204: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
16205: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
16206: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
16207: can ignore lang in cmp and pos really, but would
16208: split properly!
16209:
16210: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
16211: cord part made parser/src/lib: it's not compiled into libgc by
16212: default
16213:
16214: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
16215: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16216: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16217: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16218: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16219: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16220: src/classes/xnode.C, src/classes/xnode.h,
16221: src/include/Makefile.am, src/include/pa_cache_managers.h,
16222: src/include/pa_charset.h, src/include/pa_charsets.h,
16223: src/include/pa_common.h, src/include/pa_dictionary.h,
16224: src/include/pa_exception.h, src/include/pa_exec.h,
16225: src/include/pa_globals.h, src/include/pa_hash.h,
16226: src/include/pa_memory.h, src/include/pa_pool.h,
16227: src/include/pa_request.h, src/include/pa_request_charsets.h,
16228: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
16229: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
16230: src/include/pa_stylesheet_connection.h,
16231: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
16232: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
16233: src/main/compile.C, src/main/compile.tab.C,
16234: src/main/compile_tools.C, src/main/compile_tools.h,
16235: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
16236: src/main/pa_charsets.C, src/main/pa_common.C,
16237: src/main/pa_dictionary.C, src/main/pa_exception.C,
16238: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
16239: src/main/pa_pool.C, src/main/pa_request.C,
16240: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
16241: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
16242: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
16243: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
16244: src/types/pa_junction.h, src/types/pa_method.h,
16245: src/types/pa_value.C, src/types/pa_value.h,
16246: src/types/pa_vclass.C, src/types/pa_vclass.h,
16247: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16248: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16249: src/types/pa_vdouble.h, src/types/pa_venv.h,
16250: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
16251: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
16252: src/types/pa_vimage.C, src/types/pa_vimage.h,
16253: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
16254: src/types/pa_vmath.C, src/types/pa_vmath.h,
16255: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16256: src/types/pa_vobject.C, src/types/pa_vobject.h,
16257: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16258: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16259: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16260: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
16261: src/types/pa_vstatus.h, src/types/pa_vstring.C,
16262: src/types/pa_vstring.h, src/types/pa_vtable.C,
16263: src/types/pa_vtable.h, src/types/pa_vvoid.h,
16264: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16265: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
16266: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
16267: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
16268: gc: PA_Object done lots of replacements also
16269:
16270: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
16271: gc logging
16272:
16273: 2003-03-17 paf
16274:
16275: * src/: classes/date.C, classes/file.C, classes/form.C,
16276: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
16277: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
16278: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16279: include/pa_string.h, include/pa_types.h, main/compile.C,
16280: main/compile.tab.C, main/execute.C, main/pa_charset.C,
16281: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
16282: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
16283: main/pa_sql_driver_manager.C, main/pa_string.C,
16284: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
16285: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
16286: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
16287: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
16288: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
16289: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16290: types/pa_vxnode.h: libgc attempt
16291:
16292: 2003-03-13 paf
16293:
16294: * src/: include/pa_sql_driver_manager.h,
16295: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
16296: called
16297:
16298: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
16299: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
16300: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
16301: types/pa_value.h, types/pa_vobject.h,
16302: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
16303: set_base, set_derived simplified [counter leaks fixed]
16304:
16305: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
16306: src/types/types.dsp: incorporated status class patch From:
16307: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
16308: 2003 8:14 AM
16309:
16310: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
16311: Win32 specific: QuotaPeakNonPagedPoolUsage
16312: QuotaPeakPagedPoolUsage PeakPagefileUsage]
16313:
16314: 2003-03-12 paf
16315:
1.116 moko 16316: * configure, configure.in, src/lib/ltdl/configure,
16317: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 16318: lib/ltdl/Makefile now created by /configure.in only [were by
16319: lib/ltdl/configure.in OVERWRITE]
16320:
1.116 moko 16321: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
16322: linkage fixed for g++ 3.2.2
1.95 moko 16323:
16324: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
16325: on using privately declared class [fixed]
16326:
16327: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
16328: 3.2 rightliy complained on using privately declared class [fixed]
16329:
16330: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
16331: sigpipe before request constructor now causes death
16332:
16333: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
16334: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
16335: not cause exception in exception handler
16336:
1.116 moko 16337: * configure, configure.in, src/targets/cgi/Makefile.am: configure
16338: now default links libstdc++ statically. that can be overriden by
16339: --with-dynamic-stdcpp
1.95 moko 16340:
16341: 2003-03-11 paf
16342:
16343: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
16344: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
16345: necessity of libstdc++
16346:
16347: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
16348:
16349: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
16350:
16351: 2003-03-08 paf
16352:
16353: * tests/Makefile: make install & co
16354:
16355: * src/: include/pa_request.h, classes/op.C: removing
16356: vclass,object.h -> pa_request.h dependency
16357:
16358: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
16359: main/pa_request.C: removing vform,response,cookie.h ->
16360: pa_request.h dependency
16361:
16362: * src/include/pa_request.h: removing vmail.h -> pa_request.h
16363: dependency [testing...]
16364:
16365: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
16366: return 0; fixed
16367:
16368: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
16369: types/pa_vmail.h: vmail.C received just compiled [not tested]
16370:
16371: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
16372:
16373: * src/main/pa_request.C: forgotten: ifdef XML
16374:
16375: * src/main/pa_request.C: forgotten: ifdef XML
16376:
16377: * src/targets/cgi/parser3.C: todo: move to latest xml version on
16378: win32 and run memleak tests again
16379:
16380: * src/targets/cgi/parser3.C: charsets: see some strange things with
16381: old xml lib-- it's internal memory handling has faults
16382:
16383: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
16384: problems when transcode from charset A to A.
16385:
16386: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
16387: todo: still problems when transcode from charset A to A.
16388:
16389: * src/: classes/hash.C, classes/mail.C, classes/string.C,
16390: classes/table.C, include/pa_array.h,
16391: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
16392: started full-scale-site-test [~ http://parser.ru sources]
16393:
16394: some fixes
16395:
16396: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
16397: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
16398: 117.html, 118.html, 119.html, 120.html, results/109.processed,
16399: results/110.processed, results/111.processed,
16400: results/112.processed, results/113.processed,
16401: results/114.processed, results/115.processed,
16402: results/116.processed, results/117.processed,
16403: results/118.processed, results/119.processed,
16404: results/120.processed: xml: tests 109 dom create/show 110 xpath
16405: selectSingle 111 xdoc.create from tainted & 112
16406: xdoc.create/output with russian attr value 113 xpath
16407: selectString/Number 114 dom attributes.count 115 xpath selectBool
16408: 116 output media-type change 117 transform by dom stylesheet 118
16409: empty transform result 119 dom setAttribute 120 nbsp letter
16410: output
16411:
16412: =END OF PREPARED XML TESTS=
16413:
16414: 2003-03-07 paf
16415:
16416: * src/classes/xdoc.C, src/include/pa_charset.h,
16417: src/include/pa_stylesheet_connection.h, tests/108.html,
16418: tests/108.xsl, tests/results/108.processed: xml: test 108
16419: transform with params [bugs fixed]
16420:
16421: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
16422: from copy/paste bug
16423:
16424: * src/classes/xdoc.C, src/include/pa_charset.h,
16425: src/include/pa_request.h, src/main/execute.C,
16426: src/main/pa_charset.C, src/main/pa_exception.C,
16427: src/main/pa_globals.C, src/main/pa_request.C,
16428: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16429: src/types/pa_vxnode.C, tests/107.html,
16430: tests/results/107.processed: xml: test: 107 bug fixes
16431:
16432: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16433: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16434: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
16435:
16436: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
16437: string
16438:
16439: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
16440: mem alloc functions used for different cases [libxml, libxsl]
16441:
16442: * src/classes/classes.C: fixed: prevent system classes from
16443: modification to lock ALL the classes, not only directly used
16444:
16445: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
16446: linked
16447:
16448: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
16449:
16450: 2003-03-06 paf
16451:
16452: * src/classes/xdoc.C: xdoc.C 50%
16453:
16454: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
16455: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
16456: main/pa_globals.C, main/pa_request.C,
16457: main/pa_stylesheet_manager.C: xnode.C compiled
16458:
16459: * src/: include/pa_stylesheet_connection.h,
16460: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
16461: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
16462:
16463: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
16464: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
16465: xml: stylesheet&manager STARTED
16466:
16467: * src/: include/pa_globals.h, main/pa_charset.C,
16468: main/pa_exception.C, main/pa_globals.C: xml: exceptions
16469:
16470: * src/: include/pa_charset.h, include/pa_config_fixed.h,
16471: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
16472: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
16473: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
16474: charsets
16475:
16476: * tests/023.html: in some cases it rounded up badly. postponing
16477: solution of that problem, making more simple test
16478:
16479: * tests/: 058_paf2000.png, results/058.processed: .png added with
16480: -kb now
16481:
16482: * src/: include/pa_charset.h, include/pa_charsets.h,
16483: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
16484: moved to charsets.C
16485:
16486: 2003-03-05 paf
16487:
16488: * src/classes/string.C, src/include/pa_string.h,
16489: src/main/pa_string.C, tests/105.html,
16490: tests/results/105.processed: String::match bug fixed
16491:
16492: * src/classes/op.C, src/main/main.dsp, tests/104.html,
16493: tests/results/104.processed: ^bpt operator added [does int3 in
16494: debug build on win32]
16495:
16496: * tests/: 057.html, results/057.processed: test bug fixed
16497:
1.116 moko 16498: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 16499:
16500: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
16501: missing
16502:
1.116 moko 16503: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
16504: forgotten files added to Makes
1.95 moko 16505:
16506: * ltmain.sh: ltmain.sh added
16507:
16508: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16509: change undone ;(
16510:
16511: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
16512: made static
16513:
16514: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 16515: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
16516: todo:make linker happy
1.95 moko 16517:
16518: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
16519: env param made optional
16520:
16521: 2003-03-04 paf
16522:
16523: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
16524: types/pa_vimage.h: number of gcc compiler bugs fixed
16525:
16526: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
16527: results/103.processed: tests: 103 image.copy transparence test
16528:
16529: * src/main/execute.C, tests/101.html, tests/102.html,
16530: tests/results/101.processed, tests/results/102.processed: tests:
16531: 101 method/variable name conflict test 102 form fields change
16532: should not not change anything [bug fix]
16533:
16534: * tests/: 057.html, 099.html, 100.html, results/057.processed,
16535: results/099.processed, results/100.processed: tests: 57 date
16536: create 2002: added 99,100 response:body/download
16537:
16538: * src/classes/image.C, tests/098.html, tests/098font.gif,
16539: tests/results/098.processed: test: 98 image font text [bug fixed]
16540:
16541: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
16542: tests/results/097.processed: test: 97 file::load http:// [bugs
16543: fixed]
16544:
16545: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
16546: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
16547: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
16548: image EXIF [bug fixed]
16549:
16550: * src/classes/table.C, src/main/execute.C, tests/061.dat,
16551: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
16552: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
16553: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
16554: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
16555: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
16556: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
16557: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
16558: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
16559: tests/094.html, tests/095.html, tests/results/061.processed,
16560: tests/results/062.processed, tests/results/063.processed,
16561: tests/results/064.processed, tests/results/065.processed,
16562: tests/results/066.processed, tests/results/067.processed,
16563: tests/results/068.processed, tests/results/069.processed,
16564: tests/results/070.processed, tests/results/071.processed,
16565: tests/results/072.processed, tests/results/073.processed,
16566: tests/results/074.processed, tests/results/075.processed,
16567: tests/results/076.processed, tests/results/077.processed,
16568: tests/results/078.processed, tests/results/080.processed,
16569: tests/results/081.processed, tests/results/082.processed,
16570: tests/results/083.processed, tests/results/084.processed,
16571: tests/results/085.processed, tests/results/086.processed,
16572: tests/results/087.processed, tests/results/088.processed,
16573: tests/results/089.processed, tests/results/090.processed,
16574: tests/results/091.processed, tests/results/092.processed,
16575: tests/results/093.processed, tests/results/094.processed,
16576: tests/results/095.processed, tests/079.html,
16577: tests/results/079.processed: tests: 61 file::stat size 62
16578: string->int autoconvert 63 double .int,dec,div,mul 64 date
16579: compare 65 file: basename,justname,justext 66 math:crypt 67
16580: string.match simple on long 68 string.match normalized simple on
16581: long 69 string.int 70 file::stat content-type 71 table.join 72
16582: hash parameter conditional pass 73 date daylightsaving,yearday 74
16583: date arithmetics 75 response date values/attributes 76 string.pos
16584: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
16585: with local 80 scientific numeric literal in string autoconvert 81
16586: xor: logical and numerical 82 for delims 83 menu delims 84
16587: table.hash distinct 85 long string replace 86 throw+catch
16588: current language preserve 87 bit shifts 88 junction tests +
16589: $caller test 89 hash.foreach selfmodification 90 int/void to int
16590: 91 $caller test 92 junction is + def junction tests 93 $caller
16591: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
16592:
16593: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
16594: fixed] 60 string eq string [bug fixed]
16595:
16596: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
16597: 058.html, 058_paf2000.png, 059.html, 060.html,
16598: results/053.processed, results/054.processed,
16599: results/055.processed, results/056.processed,
16600: results/057.processed, results/058.processed,
16601: results/059.processed, results/060.processed: test: 53
16602: string.replace 54 junctions 55 table.hash 56 call indirect 57
16603: date.create[string] 58 image.measure[png]
16604:
16605: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
16606: outputs/051.processed, results/052.processed: test: 52
16607: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
16608: task: fix that
16609:
16610: 2003-03-03 paf
16611:
16612: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
16613: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
16614: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
16615: outputs/049.processed, outputs/050.processed,
16616: outputs/051.processed, results/001.processed,
16617: results/002.processed, results/003.processed,
16618: results/005.processed, results/006.processed,
16619: results/008.processed, results/009.processed,
16620: results/011.processed, results/012.processed,
16621: results/013.processed, results/014.processed,
16622: results/015.processed, results/016.processed,
16623: results/017.processed, results/020.processed,
16624: results/021.processed, results/022.processed,
16625: results/024.processed, results/025.processed,
16626: results/026.processed, results/027.processed,
16627: results/028.processed, results/029.processed,
16628: results/030.processed, results/031.processed,
16629: results/049.processed, results/050.processed,
16630: results/051.processed, results/043.processed,
16631: results/044.processed, results/045.processed,
16632: results/046.processed, results/047.processed,
16633: results/048.processed: tests: 43,44,45 date rolls 46
16634: autoevaluating junction 47 table.select 48 name with subvar 49
16635: hash-creating switch 50 process 51 started parent/child, works as
16636: it were but it were NOT GOOD, created separate task to fix that
16637:
16638: * tests/: 042.html, results/042.processed: test: 42
16639: exception.handled
16640:
16641: * tests/: 041.html, results/041.processed: test: 41 table.locate by
16642: expression
16643:
16644: * tests/: 040.html, results/040.processed: test: 39 method result
16645: of type table 40 method param junction auto evaluate
16646:
16647: * tests/: 039.html, results/039.processed: test: 37 method result
16648: of type table
16649:
16650: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
16651: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
16652: tests/038.html, tests/results/033.processed,
16653: tests/results/034.processed, tests/results/035.processed,
16654: tests/results/036.processed, tests/results/037.processed,
16655: tests/results/038.processed: tests: 33 string.replace 34
16656: string.upper 35 table created 36 local/global vars with juntions
16657: 37 table clone 38 math PI & number formatting
16658:
16659: math class registring typo fixed
16660:
16661: * src/classes/op.C, src/include/pa_request.h,
16662: src/include/pa_string.h, src/main/execute.C,
16663: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
16664: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
16665: tests/032.html, tests/results/032.processed: uchar changed to
16666: String_UL in all places [was not everywhere] untaint test: 032
16667:
16668: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
16669: tests/results/004.processed, tests/parser-cygwin.sh,
16670: tests/parser-unix.sh: removed -H command line key, now testing
16671: using .sh file with SERVER_SOFTWARE=xxx
16672:
16673: 2003-02-26 paf
16674:
16675: * src/main/execute.C, src/types/pa_vstateless_class.h,
16676: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
16677: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
16678: tests/results/024.processed, tests/results/025.processed,
16679: tests/results/026.processed, tests/results/027.processed,
16680: tests/results/028.processed, tests/results/029.processed,
16681: tests/results/030.processed, tests/results/031.processed: fixed
16682: bug with name_cstr mutable CharPtr more tests
16683:
16684: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
16685: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
16686: << abort. die now just exits
16687:
16688: * src/classes/classes.awk, src/classes/classes.h,
16689: src/classes/date.C, src/classes/double.C, src/classes/file.C,
16690: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
16691: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
16692: src/classes/op.C, src/classes/response.C, src/classes/string.C,
16693: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16694: src/classes/xnode.C, src/include/pa_memory.h,
16695: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
16696: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
16697: src/types/pa_vform.C, tests/015.html, tests/016.html,
16698: tests/017.html, tests/018.html, tests/019.html,
16699: tests/019paf2001.gif, tests/020.html, tests/021.html,
16700: tests/022.html, tests/023.html, tests/022_dir/a.html,
16701: tests/022_dir/b.txt, tests/022_dir/c.htm,
16702: tests/results/015.processed, tests/results/016.processed,
16703: tests/results/017.processed, tests/results/018.processed,
16704: tests/results/019.processed, tests/results/020.processed,
16705: tests/results/021.processed, tests/results/022.processed,
16706: tests/results/023.processed: methoded_array now contains all Mxxx
16707: classes SAPI::get_env now returns info on pool more tests
16708:
16709: * src/include/pa_array.h, src/include/pa_hash.h,
16710: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
16711: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
16712: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
16713: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
16714: tests/014.html, tests/Makefile, tests/outputs/create-dir,
16715: tests/results/001.processed, tests/results/002.processed,
16716: tests/results/003.processed, tests/results/004.processed,
16717: tests/results/005.processed, tests/results/006.processed,
16718: tests/results/007.processed, tests/results/008.processed,
16719: tests/results/009.processed, tests/results/010.processed,
16720: tests/results/011.processed, tests/results/012.processed,
16721: tests/results/013.processed, tests/results/014.processed: hash
16722: cloning fixed
16723:
16724: 2003-02-25 paf
16725:
16726: * src/main/pa_common.C: typo fixed
16727:
16728: 2003-02-24 paf
16729:
16730: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
16731: [one remained]
16732:
16733: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
16734: [should have been get_string(&pool)] todo: check other such calls
16735:
16736: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
16737: test10, bad lookups
16738:
16739: xxx* xxx=smartptr.get(); << is bad style, after ";" original
16740: object got destructed, and xxx points to sky
16741:
16742: * ChangeLog, src/classes/string.C: match bug fixed
16743:
16744: * src/types/pa_vmail.C: body [text/html] transcoded to
16745: $.charset[specified] now
16746:
16747: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16748: which failed to handle sigsetjmp+throw: crashed inside of
16749: pre-throw code. rewritten simplier [though duplicating
16750: closesocket code]
16751:
16752: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
16753: which failed to handle sigsetjmp+throw: crashed inside of
16754: pre-throw code. rewritten simplier [though duplicating
16755: closesocket code]
16756:
16757: 2003-02-21 paf
16758:
16759: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
16760: $cookie:name[$.expires[date << can be now]]
16761:
16762: written makefile with regression tests [raw]
16763:
16764: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
16765: tests' only [it's not forcing CGI mode now] now use -H to output
16766: CGI header when parser used in command line [useful for tests
16767: also]
16768:
16769: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
16770: switches on CGI mode, and is used in regression tests
16771:
16772: * src/: include/pa_request.h, main/pa_request.C,
16773: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
16774: fixed
16775:
16776: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
16777: handling pa_*
16778:
16779: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
16780: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
16781: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
16782: memory handling files
16783:
16784: * src/main/pa_array.C: pool::format_integer terminator fixed
16785:
16786: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
16787: compiles OK test to show benefits of free
16788:
16789: * src/: classes/file.C, classes/image.C, classes/mail.C,
16790: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
16791: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16792: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
16793: use pool [as the one in ^process]
16794:
16795: * src/classes/op.C: fixed process. sould now check for all cstr's
16796: -- some must use pool [as the one in ^process]
16797:
16798: 2003-02-20 paf
16799:
16800: * src/: classes/date.C, classes/double.C, classes/file.C,
16801: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16802: classes/math.C, classes/op.C, classes/response.C,
16803: classes/string.C, classes/table.C, classes/void.C,
16804: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
16805: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
16806: string cmp fixed
16807:
16808: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
16809: values passed OK now
16810:
16811: 2003-02-19 paf
16812:
16813: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
16814: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
16815: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
16816: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
16817: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
16818: all remaning leaks resulted from pooled::malloc calls [excluding
16819: in gd -- planning complete rewrite extremely ugly code]
16820:
16821: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
16822: files
16823:
16824: 2003-02-17 paf
16825:
16826: * src/: classes/date.C, classes/double.C, classes/file.C,
16827: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16828: classes/response.C, classes/string.C, classes/table.C,
16829: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
16830: include/pa_stylesheet_connection.h,
16831: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
16832: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16833: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
16834: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
16835: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
16836: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
16837: of unitialized simple-typed field
16838:
16839: * src/: classes/classes.C, classes/classes.h, main/execute.C,
16840: main/pa_charset.C, main/pa_request.C: another bug of unitialized
16841: simple-typed field fixed. todo: find&kill all like that one
16842:
16843: * src/: main/execute.C, targets/cgi/pa_pool.C,
16844: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
16845: debug output fixed
16846:
16847: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
16848: main/pa_request.C: stack-stored items need extra .ref to prevent
16849: object_ptr from delete[them]
16850:
16851: * src/: classes/date.C, classes/op.C, classes/table.C,
16852: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
16853: include/pa_charset.h, main/Makefile.am, main/main.dsp,
16854: main/pa_charset.C, main/pa_common.C,
16855: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16856: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16857: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
16858: calls
16859:
16860: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
16861: couple mem leaks rusulted from old pooled::malloc usage.
16862: todo:find more like those
16863:
16864: * src/main/: compile.C, compile_tools.C: 2*2!
16865:
16866: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
16867: stackItem fixed [there were no string on stack before]
16868:
16869: * src/: main/execute.C, main/pa_request.C,
16870: types/pa_vmethod_frame.C: first letters out OK
16871:
16872: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
16873: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
16874: main/pa_string.C, main/untaint.C, types/pa_value.h,
16875: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
16876: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
16877: type not initialized with zeros :( while class fields of class
16878: types initialized with default constructors. learn C++
16879:
16880: * src/: classes/classes.awk, classes/double.C, classes/file.C,
16881: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
16882: classes/math.C, classes/xdoc.C, classes/xnode.C,
16883: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
16884: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
16885:
16886: 2003-02-14 paf
16887:
16888: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
16889: 13 link errors
16890:
16891: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
16892: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
16893: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
16894: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
16895: errors :)
16896:
16897: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
16898: classes/hash.C, classes/mail.C, classes/op.C,
16899: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
16900: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
16901: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
16902: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
16903:
16904: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
16905: classes/table.C, include/pa_common.h, include/pa_globals.h,
16906: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
16907: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
16908: types/pa_vint.h, types/types.dsp: op compiled
16909:
16910: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
16911: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
16912: main/untaint.C, types/pa_vtable.h: string, response compiled
16913:
16914: 2003-02-07 paf
16915:
16916: * src/: classes/table.C, types/pa_vtable.h: table compiled
16917:
16918: 2003-02-06 paf
16919:
16920: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
16921: mail compiled
16922:
16923: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
16924: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
16925: types/pa_vfile.h, types/pa_vimage.h: image compiled
16926:
16927: * src/classes/: file.C, form.C: form compiled
16928:
16929: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
16930: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
16931: types/pa_vfile.C, types/pa_vfile.h: file compiled
16932:
16933: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
16934: types/pa_vmath.h: math compiled [win32]
16935:
16936: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
16937: types/pa_vstring.h: hash compiled
16938:
16939: 2003-02-04 paf
16940:
16941: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
16942: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
16943: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
16944: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
16945: types/pa_vhash.h: hash 50% compiled
16946:
16947: * src/: classes/date.C, classes/file.C, classes/hash.C,
16948: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
16949: classes/string.C, classes/table.C, classes/xdoc.C,
16950: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
16951: main/pa_string.C: date compiled
16952:
16953: * src/classes/: classes.dsp, double.C: double compiled
16954:
16955: * src/: classes/date.C, classes/double.C, classes/file.C,
16956: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
16957: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16958: classes/string.C, classes/table.C, classes/void.C,
16959: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
16960: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
16961: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
16962: compiled
16963:
16964: * src/: classes/date.C, classes/double.C, classes/file.C,
16965: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16966: classes/math.C, classes/op.C, classes/response.C,
16967: classes/string.C, classes/table.C, classes/void.C,
16968: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16969: types/pa_vvoid.h: void compiled :)
16970:
16971: * src/: include/pa_globals.h, main/pa_cache_managers.C,
16972: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16973: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16974: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
16975: main/pa_string.C, main/pa_uue.C, main/untaint.C,
16976: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
16977: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
16978: types/pa_vresponse.C, types/pa_vstateless_class.C,
16979: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
16980: types/pa_wcontext.C, types/types.dsp: removed stupid
16981: value_includes.h
16982:
16983: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
16984: trying to remove stupid value_includes.h
16985:
16986: * src/main/pa_exec.C: pa_exec compiled on win32
16987:
16988: * src/main/pa_exec.C: libmain.a compiled on six [unix]
16989:
16990: * src/: include/pa_globals.h, include/pa_request.h,
16991: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
16992: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
16993: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
16994: types/pa_vrequest.C, types/pa_vstateless_class.C,
16995: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
16996:
16997: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
16998: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
16999: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
17000:
17001: * src/: include/pa_array.h, include/pa_config_includes.h,
17002: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
17003: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
17004: compiled
17005:
17006: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
17007: name conflicts)
17008:
17009: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
17010: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
17011: yelds "virtual memory exhausted" while trying to compile
17012: execute.C [eating up to 127MB]
17013:
17014: 2003-02-03 paf
17015:
17016: * src/: include/pa_config_includes.h, include/pa_hash.h,
17017: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
17018: main/pa_common.C, types/pa_value.C, types/pa_value.h,
17019: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
17020: types/pa_vint.h, types/pa_vjunction.h,
17021: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
17022: started gcc compiling pa_common compiled
17023:
17024: * src/: include/pa_exception.h, include/pa_pool.h,
17025: main/pa_exception.C: exception gcc change #1
17026:
1.116 moko 17027: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
17028: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 17029:
17030: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
17031:
17032: * src/types/pa_vtable.C: vtable compiled
17033:
17034: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
17035:
17036: * src/: include/pa_cache_managers.h, main/pa_request.C,
17037: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
17038:
17039: * src/types/pa_vstateless_class.C: vstateless_class compiled
17040:
17041: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
17042:
17043: * src/types/pa_vrequest.C: vrequest compiled
17044:
17045: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
17046: pa_vobject.C, pa_vobject.h: vobject compiled
17047:
17048: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
17049: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17050: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
17051: compiled
17052:
17053: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
17054:
17055: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
17056: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
17057: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
17058: compiled
17059:
17060: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
17061: main.lib - 0 error(s), 0 warning(s)
17062:
17063: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17064: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
17065:
17066: 2003-01-31 paf
17067:
17068: * src/: include/pa_array.h, include/pa_operation.h,
17069: include/pa_request.h, main/execute.C, main/main.dsp,
17070: types/pa_vjunction.h: started last file from main library:
17071: execute
17072:
17073: * src/: include/pa_request.h, include/pa_sapi.h,
17074: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17075: main/pa_request.C, targets/cgi/parser3.C,
17076: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
17077: types/pa_vhash.h: pa_request compiled
17078:
17079: * src/: classes/op.C, classes/string.C, include/pa_common.h,
17080: include/pa_globals.h, include/pa_request.h,
17081: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
17082: main/execute.C, main/main.dsp, main/pa_common.C,
17083: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17084: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
17085: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
17086: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
17087: types/types.dsp: most pa_request compiled
17088:
17089: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17090: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17091: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17092: classes/op.C, classes/response.C, classes/string.C,
17093: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17094: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17095: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17096: include/pa_config_fixed.h, include/pa_config_includes.h,
17097: include/pa_dictionary.h, include/pa_dir.h,
17098: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17099: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
17100: include/pa_pool.h, include/pa_request.h,
17101: include/pa_request_charsets.h, include/pa_request_info.h,
17102: include/pa_sapi.h, include/pa_socks.h,
17103: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17104: include/pa_stack.h, include/pa_string.h,
17105: include/pa_stylesheet_connection.h,
17106: include/pa_stylesheet_manager.h, include/pa_table.h,
17107: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17108: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17109: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
17110: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
17111: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17112: main/compile.C, main/compile.tab.C, main/compile.y,
17113: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17114: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
17115: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17116: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17117: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17118: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17119: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17120: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
17121: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
17122: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17123: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
17124: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17125: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
17126: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
17127: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17128: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17129: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17130: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17131: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17132: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17133: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17134: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17135: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17136: types/pa_vresponse.h, types/pa_vstateless_class.C,
17137: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17138: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17139: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17140: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17141: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17142: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
17143:
17144: * ChangeLog, src/classes/classes.h, src/classes/op.C,
17145: src/include/pa_cache_managers.h, src/include/pa_charset.h,
17146: src/include/pa_charsets.h, src/include/pa_common.h,
17147: src/include/pa_dictionary.h, src/include/pa_exception.h,
17148: src/include/pa_exec.h, src/include/pa_pool.h,
17149: src/include/pa_request.h, src/include/pa_sapi.h,
17150: src/include/pa_sql_connection.h,
17151: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17152: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
17153: src/main/compile.tab.C, src/main/compile_tools.C,
17154: src/main/compile_tools.h, src/main/main.dsp,
17155: src/main/pa_charset.C, src/main/pa_charsets.C,
17156: src/main/pa_common.C, src/main/pa_dictionary.C,
17157: src/main/pa_exception.C, src/main/pa_exec.C,
17158: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17159: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
17160: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
17161: src/types/pa_vclass.h, src/types/pa_vcookie.C,
17162: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17163: src/types/pa_vdouble.h, src/types/pa_venv.h,
17164: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
17165: src/types/pa_vhash.h, src/types/pa_vimage.C,
17166: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
17167: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
17168: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17169: src/types/pa_vobject.C, src/types/pa_vobject.h,
17170: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17171: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17172: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17173: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
17174: src/types/pa_vstring.h, src/types/pa_vtable.h,
17175: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
17176: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
17177: died, long live StringPtr
17178:
17179: 2003-01-30 paf
17180:
17181: * src/: include/pa_charset.h, include/pa_request.h,
17182: include/pa_sql_driver_manager.h, main/compile.tab.C,
17183: main/compile.y, main/compile_tools.h, main/pa_request.C,
17184: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
17185:
17186: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
17187: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
17188: types/pa_vhash.h, types/pa_vmethod_frame.h,
17189: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17190: types/types.dsp: vstateless_class compiled
17191:
17192: * src/main/compile.C: compile compiled
17193:
17194: * src/: include/pa_array.h, include/pa_operation.h,
17195: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
17196: main/pa_table.C: compile_tools compiled
17197:
17198: * src/: include/pa_operation.h, main/compile.y,
17199: main/compile_tools.C, main/compile_tools.h: started
17200: compile_tools. vagues ideas of how to free compiled code
17201:
17202: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
17203: main/main.dsp, types/pa_value.C, types/pa_value.h,
17204: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
17205: compiled
17206:
17207: 2003-01-29 paf
17208:
17209: * src/: include/pa_globals.h, include/pa_request.h,
17210: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
17211: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
17212: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
17213: compiled
17214:
17215: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
17216: now
17217:
17218: * src/: include/pa_array.h, include/pa_exception.h,
17219: include/pa_pool.h, main/pa_exception.C: gd compiled
17220:
17221: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
17222: compiled
17223:
17224: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17225: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
17226: types/pa_vfile.h: vfile compiled
17227:
17228: * src/: include/pa_common.h, include/pa_globals.h,
17229: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
17230: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
17231: types/pa_vform.C, types/pa_vform.h: vcookie compiled
17232:
17233: * src/: include/pa_exception.h, main/pa_cache_managers.C,
17234: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
17235: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
17236: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17237: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
17238:
17239: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
17240: main/main.dsp, main/untaint.C: more compiled
17241:
17242: * src/: include/pa_charsets.h, include/pa_request.h,
17243: include/pa_request_info.h, include/pa_string.h,
17244: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
17245: types/pa_vresponse.h: vrequest compiled
17246:
17247: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
17248: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
17249: pa_vresponse.h, pa_wcontext.h: vrequest compiled
17250:
17251: * src/: classes/classes.h, include/pa_charset.h,
17252: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
17253: include/pa_request.h, include/pa_string.h, main/main.dsp,
17254: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
17255: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
17256: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
17257: types/pa_vrequest.C, types/pa_vrequest.h,
17258: types/pa_vstateless_class.h, types/pa_vstring.h,
17259: types/pa_vvoid.h: vrequest,vdouble,vint compiled
17260:
17261: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
17262: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17263: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
17264: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
17265: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17266: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
17267: types/pa_vobject.h, types/pa_vstateless_class.h,
17268: types/pa_vstateless_object.h, types/pa_vstatus.h,
17269: types/pa_vstring.h, types/types.dsp: vmath compiled
17270:
17271: 2003-01-28 paf
17272:
17273: * src/: classes/classes.h, classes/date.C, classes/file.C,
17274: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
17275: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
17276: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
17277: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
17278: compile_tools
17279:
17280: * src/: include/pa_charset.h, include/pa_exception.h,
17281: include/pa_request.h, include/pa_string.h, main/untaint.C:
17282: untaint compiled
17283:
17284: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
17285: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
17286: more compiled. struck with string::store_to needing to know
17287: source/client charsets
17288:
17289: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
17290: types/pa_vfile.h: uue compiled
17291:
17292: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
17293: table compiled
17294:
17295: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
17296: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
17297:
17298: * src/: include/pa_charset.h, main/pa_charset.C,
17299: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
17300: introduced]
17301:
17302: * src/: classes/date.C, include/pa_charset.h,
17303: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
17304: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
17305: pa_charsets compiled
17306:
17307: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
17308: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
17309:
17310: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
17311: common compiled
17312:
17313: * src/: include/pa_charsets.h, main/pa_charsets.C,
17314: main/pa_sql_driver_manager.C: pa_charsets compiled
17315:
17316: * src/: include/pa_array.h, include/pa_charset.h,
17317: include/pa_charsets.h, include/pa_pool.h,
17318: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17319: include/pa_stack.h, include/pa_string.h,
17320: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
17321: sql_driver_manager compiled
17322:
17323: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
17324: letter i with two dots added to koi, all ukranian letters added
17325: to win1251.
17326:
17327: typographic simbol 0xb9 deleted from win1251 [strange one & were
17328: abscent from koi]
17329:
17330: 2003-01-27 paf
17331:
17332: * src/: include/pa_exception.h, include/pa_sql_connection.h,
17333: include/pa_sql_driver_manager.h, include/pa_string.h,
17334: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
17335: sql/pa_sql_driver.h: paused on sql_manager
17336:
17337: * src/: include/pa_cache_managers.h, include/pa_pool.h,
17338: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17339: include/pa_stack.h, main/pa_sql_driver_manager.C,
17340: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
17341:
17342: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
17343: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17344: include/pa_table.h, main/pa_sql_driver_manager.C,
17345: main/pa_table.C: table compiled
17346:
17347: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
17348: cache_managers compiled
17349:
17350: * src/: include/pa_array.h, include/pa_charset.h,
17351: include/pa_pool.h, main/pa_charset.C: charset compiled
17352:
17353: * src/: include/pa_pool.h, main/pa_common.C: common compiled
17354:
17355: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
17356: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
17357: main/pa_string.C, types/pa_value.C, types/pa_value.h,
17358: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
17359: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
17360:
17361: 2003-01-24 paf
17362:
17363: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
17364: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
17365: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
17366: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
17367: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
17368: types/pa_vint.h, types/pa_vjunction.h,
17369: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17370: types/pa_vstatus.h, types/pa_vstring.h: more patched
17371:
17372: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
17373: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
17374: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
17375: main/pa_string.C, main/pa_table.C: string compiled
17376:
17377: * src/: include/pa_array.h, include/pa_common.h,
17378: include/pa_dictionary.h, include/pa_exception.h,
17379: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
17380: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
17381: main/pa_string.C: dictionary compiled
17382:
17383: 2003-01-23 paf
17384:
17385: * src/: include/pa_array.h, include/pa_common.h,
17386: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
17387: include/pa_request.h, include/pa_string.h, main/pa_common.C,
17388: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
17389: types/pa_value.h: resurrected pool in new sense: now it's
17390: factory, producing&accounting memory chunks for read[autofree]
17391: buffers
17392:
17393: * src/: include/pa_array.h, include/pa_exception.h,
17394: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
17395: main/pa_exception.C, main/pa_table.C: table compiled
17396:
17397: * src/: classes/image.C, classes/op.C, include/pa_array.h,
17398: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
17399: include/pa_pool.h, include/pa_pragma_pack_begin.h,
17400: include/pa_pragma_pack_end.h, include/pa_sapi.h,
17401: include/pa_string.h, include/pa_table.h, include/pa_types.h,
17402: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
17403: main/pa_table.C: aint that easy
17404:
17405: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
17406: main/main.dsp: continued with Hash
17407:
17408: * src/main/pa_common.C: connect_string allocated on heap[wes on
17409: stack] now. and exception can be reported OK now [can be reported
17410: outside of pro c with that stack]
17411:
17412: 2003-01-22 paf
17413:
17414: * src/: include/pa_array.h, include/pa_charset.h,
17415: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
17416: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
17417: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
17418: base: contains references_count. auto_ptr template calls
17419: add_ref/release
17420:
17421: 2003-01-21 paf
17422:
17423: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17424: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17425: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17426: classes/op.C, classes/response.C, classes/string.C,
17427: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17428: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17429: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17430: include/pa_config_fixed.h, include/pa_config_includes.h,
17431: include/pa_dictionary.h, include/pa_dir.h,
17432: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17433: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17434: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17435: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17436: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17437: include/pa_stack.h, include/pa_string.h,
17438: include/pa_stylesheet_connection.h,
17439: include/pa_stylesheet_manager.h, include/pa_table.h,
17440: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17441: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17442: lib/pcre/pcre_parser_ctype.c, main/compile.C,
17443: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17444: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17445: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17446: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17447: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17448: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17449: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17450: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17451: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17452: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17453: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17454: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17455: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
17456: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
17457: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17458: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17459: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17460: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17461: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17462: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17463: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17464: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17465: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17466: types/pa_vstateless_object.h, types/pa_vstatus.C,
17467: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17468: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17469: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17470: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17471: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
17472: 2002->2003
17473:
17474: 2003-01-16 paf
17475:
17476: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
17477: src/main/pa_globals.C: http:// introducing $.any-status(1)
17478:
17479: * operators.txt, src/include/pa_config_fixed.h,
17480: src/main/pa_common.C: http request now return status. and not
17481: fail on status!=200
17482:
17483: 2003-01-15 paf
17484:
17485: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
17486:
17487: 2003-01-14 paf
17488:
17489: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
17490: mkinstalldirs: removed some ancient files [they in / really]
17491:
17492: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
17493: regretfully needed patch in two places. in config_fixed.h made
17494: stubs for lib to compile in MSVC
17495:
17496: 2003-01-13 paf
17497:
17498: * config.guess, config.sub, ltmain.sh: removed last piece of
17499: configure.in(libtool) hacks
17500:
1.116 moko 17501: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 17502: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
17503: ltdl.h: moved to latest libtool (1.4.3)
17504:
17505: 2003-01-10 paf
17506:
17507: * src/lib/ltdl/: configure, configure.in: PROG_NM
17508:
17509: * src/main/pa_globals.C: moved to latest xml lib versions, changed
17510: patches. libxml2 >= 2.5.1
17511: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
17512: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
17513: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17514:
17515: * INSTALL: moved to latest versions of xml libs libxml2 >=
17516: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
17517: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
17518: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
17519:
17520: 2003-01-09 paf
17521:
17522: * INSTALL: xml,xslt,gdome lib urls updated
17523:
17524: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 17525: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 17526: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 17527: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
17528: 1.7.2
1.95 moko 17529:
17530: * depcomp: moving to automake 1.7.2
17531:
17532: 2002-12-27 paf
17533:
17534: * src/include/pa_version.h: 0007
17535:
17536: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
17537: outdated parts, made links to language docs
17538:
17539: * src/include/pa_config_auto.h.in: comment
17540:
17541: 2002-12-26 paf
17542:
17543: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
17544: not contain trailing / fixed.
17545:
17546: * INSTALL: changing SAFE_MODE politics
17547:
17548: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
17549:
17550: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
17551:
17552: 2002-12-25 paf
17553:
17554: * src/main/pa_globals.C: optimized-xml
17555:
17556: * src/main/pa_globals.C: optimized-as-is
17557:
17558: 2002-12-24 paf
17559:
17560: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
17561: fixed [were really called with zero size when .html?a=&b=]
17562:
17563: * src/classes/mail.C: $MAIL in @conf now invalid when configured
17564: with --with-sendmail
17565:
17566: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
17567: fixed]
17568:
17569: 2002-12-23 paf
17570:
17571: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
17572: ignoring parameters & were storing only string with default
17573: expires
17574:
17575: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
17576: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
17577: December 23, 2002 4:22 AM Subject: bug â
17578: Charset::transcode_buf2xchar
17579:
17580: 2002-12-20 paf
17581:
17582: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
17583: non-cgi [script] runs
17584:
17585: 2002-12-19 paf
17586:
17587: * INSTALL: --without-iconv recommended [it crashes on some systems
17588: [tested on elik]] moreover, it's not needed there [parser
17589: registers charsets itself]
17590:
17591: * INSTALL: --without-iconv recommended [it crashes on some systems
17592: [tested on elik]]
17593:
17594: * operators.txt, src/include/pa_globals.h,
17595: src/include/pa_request.h, src/main/pa_globals.C,
17596: src/main/pa_request.C: $response:download
17597:
17598: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
17599: compiler [win32]].
17600:
17601: 2002-12-18 paf
17602:
17603: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
17604:
17605: 2002-12-17 paf
17606:
17607: * src/targets/cgi/parser3.C: merged die&iis changes
17608:
17609: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
17610: to exit(1) 2. more flexible iilegal call check
17611:
17612: 2002-12-16 paf
17613:
17614: * ltmain.sh: some automakes silly insist on having this handy
17615:
17616: * src/main/untaint.C: filespec russian small 'r' changed to latin
17617: 'p' bug fix
17618:
17619: 2002-12-15 paf
17620:
17621: * src/main/untaint.C: filespec russian small 'r' changed to latin
17622: 'p'
17623:
17624: * configure.in, src/include/pa_config_auto.h.in,
17625: src/main/compile.C, src/main/pa_common.C: merged small changes
17626: from branch 6 to HEAD
17627:
17628: * src/main/compile.C: removed warning
17629:
17630: * src/main/pa_common.C: ftruncate having checked
17631:
17632: * configure.in, src/include/pa_version.h: new version
17633:
17634: 2002-12-14 paf
17635:
17636: * src/classes/table.C: removed unnecessary code
17637:
17638: * src/sql/pa_sql_driver.h: exception type fixed
17639:
17640: 2002-12-09 paf
17641:
17642: * src/types/pa_vvoid.h: $void.store[now] error
17643:
17644: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17645:
17646: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
17647: tries to write core dump
17648:
17649: * src/targets/cgi/parser3.C: ::die now tries to write core dump
17650:
17651: * src/: classes/hash.C, classes/string.C, classes/table.C,
17652: classes/void.C, main/pa_sql_driver_manager.C,
17653: sql/pa_sql_driver.h: changed exception handling mech in sql
17654: handlers #2
17655:
17656: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
17657: exception handling mech in sql handlers
17658:
17659: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
17660: handlers
17661:
17662: * src/: classes/hash.C, classes/string.C, classes/table.C,
17663: classes/void.C, main/pa_sql_driver_manager.C,
17664: sql/pa_sql_driver.h: changed exception handling mech in sql
17665: handlers
17666:
1.116 moko 17667: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
17668: to write makefile which used libtool to install things, which is
17669: not needed
1.95 moko 17670:
17671: 2002-12-06 paf
17672:
17673: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
17674: $hash.fields -- pseudo field to make 'hash' more like 'table'
17675:
17676: 2002-12-05 paf
17677:
17678: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
17679: cc/bcc OK now
17680:
17681: * src/main/untaint.C: mail header closed properly
17682:
17683: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
17684: header ',' allowed. still bugs in smtp [only one receiptient
17685: works, cc, bcc ignored now, and MAILED ;)]
17686:
17687: [strncpy killed, memnchr used]
17688:
17689: * src/main/pa_table.C: table-copy now current=0
17690:
17691: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
17692: lowlevel proc
17693:
17694: * src/targets/cgi/parser3.C: more checks on
17695: http://domain/parser.cgi start [maybe some getenv returns "",
17696: checked that now
17697:
17698: * src/targets/cgi/parser3.C: more checks on
17699: http://domain/parser.cgi start [maybe some getenv returns "",
17700: checked that now
17701:
17702: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
17703: out-of-mem errors reached log]
17704:
17705: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
17706: mail:send MIME-Version default
17707:
17708: * src/main/main.dsp: pa_version included into main.dsp
17709:
17710: 2002-12-04 paf
17711:
17712: * src/types/pa_vform.C: $form:field string value cut by premature 0
17713:
17714: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
17715: lib/libltdl -> lib/ltdl Win32 changes. s
17716:
17717: * src/classes/classes.awk: more strict *.C$
17718:
17719: * gnu.dsp: restored
17720:
1.116 moko 17721: * configure.in, gnu.dsp, src/lib/Makefile.am,
17722: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
17723: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
17724: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
17725: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
17726: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
17727: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
17728: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
17729: now created with /configure, not ltdl/configure, so it does have
17730: no problems with automake. ltdl/configure
17731: AC_OUTPUT(Makefile<<removed)
1.95 moko 17732:
17733: 2002-12-02 paf
17734:
17735: * operators.txt: removed outdated status:db
17736:
17737: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
17738: src/main/pa_common.C, src/main/pa_request.C,
17739: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
17740: tainted parts becomes http-header
17741:
17742: 2002-11-29 paf
17743:
17744: * src/classes/date.C, src/classes/image.C, operators.txt: exif
17745: dates now objects of type date
17746:
17747: * src/classes/image.C: file.seek removed [it were used in image.C
17748: only, and for parser user this means that jpeg image has bad
17749: size in fragment's header] now used image.format
17750:
17751: * src/: include/pa_common.h, main/pa_common.C,
17752: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
17753: now handled exactly like $response:header values. e.g. can be
17754: hash [can have subattributes] & contain date values.
17755:
17756: * src/main/pa_common.C: http:// param values lang forced URI
17757:
17758: * src/main/pa_common.C: http:// tainted partes now %xx
17759:
17760: 2002-11-28 paf
17761:
17762: * operators.txt: http.timeout
17763:
17764: * src/classes/image.C: ^image.length now counts interchar space.
17765: plus space after last char
17766:
17767: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
17768:
17769: * src/classes/image.C: ^image.font width measurer now scans full
17770: height [were -1]
17771:
17772: * configure.in: stopped double libltdl/Makefile generation
17773:
17774: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
17775: chars [one top horizontal line of 1pixel height were missing]
17776:
17777: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
17778: 'false' to go into (Hash *) parameter
17779:
17780: 2002-11-27 paf
17781:
17782: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
17783: types/pa_vmail.C: response:body[file] if file nows it's name now
17784: returns content-disposition: >>attachment<<
17785:
17786: * src/classes/image.C: ^image.font << bad font file-size now
17787: properly reported
17788:
17789: 2002-11-26 paf
17790:
17791: * src/main/pa_request.C: fixed lang in reponse header
17792:
17793: * src/main/pa_common.C: utf8 prefix ignored @read text
17794:
17795: * operators.txt, src/main/pa_common.C: http:// response status!=200
17796: made exception: http.status with source=bad status#
17797:
17798: 2002-11-25 paf
17799:
17800: * configure.in, src/classes/image.C,
17801: src/include/pa_config_auto.h.in,
17802: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 17803: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
17804: const void related probs fixed
1.95 moko 17805:
17806: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
17807:
17808: $file[^file::load[http://there]] $file.SERVER
17809:
17810: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
17811: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
17812: http options [invalid onces now reported] made default
17813: user-agent: paf
17814:
17815: * operators.txt, src/classes/file.C, src/classes/table.C,
17816: src/classes/xdoc.C, src/include/pa_common.h,
17817: src/include/pa_globals.h, src/main/pa_common.C,
17818: src/main/pa_globals.C, src/main/pa_request.C,
17819: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
17820: now understand http:// prefix and additional params, sample:
17821: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
17822: $.USER-AGENT[parser3] ]]
17823:
17824: 2002-11-22 paf
17825:
17826: * src/classes/image.C, src/include/pa_globals.h,
17827: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
17828: src/types/pa_vimage.h, operators.txt: $image.exif support
17829: $image.exif.DateTime & co
17830:
17831: 2002-11-21 paf
17832:
17833: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
17834: _PASS_APPENDED)
17835:
17836: * src/classes/image.C: jpeg size measure fixed: were badly skipping
17837: EXIF information [were big block and it's size were considered
17838: negative :(]
17839:
17840: * operators.txt, src/classes/image.C, src/include/pa_common.h,
17841: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
17842: internals rewritten. no there's reader.seek, and all's ready for
17843: EXIF extraction [now we fail to measure files with EXIF info]
17844:
17845: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
17846: O_TRUNC truncates even exclusevely write-locked file [thanks to
17847: Igor Milyakov <virtan@rotabanner.com> for discovering]
17848:
17849: 2002-11-20 paf
17850:
17851: * src/targets/cgi/parser3.C: logging @signal += query_string
17852:
17853: * configure.in, src/include/pa_config_auto.h.in,
17854: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
17855: comment
17856:
17857: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
17858:
17859: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
17860: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
17861: currently processed document SIGPIPE >> interrupts request
17862: processing [exception = DB rollback]
17863:
17864: * src/main/pa_exec.C: comment
17865:
17866: * src/main/pa_exec.C: pa_exec: data written only if size>0
17867:
17868: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
17869: << disable HTTP-POST repassing
17870:
17871: * src/: include/pa_config_fixed.h, main/pa_common.C,
17872: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
17873: pipe read errors now checked
17874:
17875: 2002-11-19 paf
17876:
17877: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
17878: CGI: Illegal call
17879:
17880: 2002-11-01 paf
17881:
17882: * src/main/execute.C: comment
17883:
17884: 2002-10-31 paf
17885:
17886: * src/main/execute.C: found out why, checked that for now. todo:
17887: find out a way for that user could do that
17888:
17889: * src/types/pa_vstateless_object.h: object put replaces static
17890: parent if any
17891:
17892: * src/types/pa_vobject.C: object put replaces static parent if any
17893:
17894: * src/: classes/form.C, classes/mail.C, classes/op.C,
17895: classes/xnode.h, main/compile.tab.C, main/execute.C,
17896: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17897: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17898: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17899: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17900: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17901: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17902: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17903: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17904: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17905: types/pa_vstateless_object.h, types/pa_vstatus.C,
17906: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17907: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17908: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17909: types/pa_wwrapper.h: static fix merged
17910:
17911: * src/: main/compile.tab.C, types/pa_vobject.C: killed
17912: $virtual_fields in dynamic, but one can reach derived
17913: static[class] variable from base
17914:
17915: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
17916: types/pa_vobject.C, types/pa_vobject.h,
17917: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
17918: statics, left $virtual_fields in dynamic
17919:
17920: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
17921: one can't remember derivates in base class: there's so many of
17922: them. also there can be no virtual method calls in static
17923: classes
17924:
17925: * src/: classes/form.C, classes/mail.C, classes/op.C,
17926: classes/xnode.h, main/execute.C, main/pa_request.C,
17927: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17928: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17929: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17930: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17931: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17932: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17933: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17934: types/pa_vresponse.C, types/pa_vresponse.h,
17935: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17936: types/pa_vstateless_object.h, types/pa_vstatus.C,
17937: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
17938: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17939: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17940: types/pa_wwrapper.h: static call $self fixed
17941:
17942: * src/main/execute.C: comment
17943:
17944: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
17945: ^process[$caller.self]{...} now compiles to last derived object
17946: part of that 'self'
17947:
17948: 2002-10-29 paf
17949:
17950: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
17951: re-passing [iis to blame]
17952:
17953: * src/classes/string.C: changed string.save to pass current sql
17954: connection to cstr thus one can ^connect[some server]{
17955: $s[insert into table x (x) values (^taint[sql]{value})]
17956: ^s.save[some.sql] } and he'd get in some.sql file code with
17957: properly escaped. [tried in mssql->mysql export->import of
17958: binary data]
17959:
17960: 2002-10-25 paf
17961:
17962: * src/types/pa_vresponse.C: case insensitive response user fields
17963: get/put
17964:
17965: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17966: types/pa_vresponse.C: saving for maybe-future
17967:
17968: 2002-10-23 paf
17969:
17970: * operators.txt, src/classes/table.C: ^table.hash{code}...
17971: ^table.hash(expr)...
17972:
17973: * src/types/pa_vmail.C: email whitespace trimBoth-ed
17974:
17975: 2002-10-22 paf
17976:
17977: * src/types/: pa_vform.C, pa_vform.h: removed needless
17978: VForm::Append...(...Value)
17979:
17980: * src/main/execute.C: $.name outside of $name[...] checked
17981:
17982: * src/main/: compile.tab.C, compile.y: lexer changed to fix
17983: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
17984:
17985: 2002-10-21 paf
17986:
17987: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
17988: $form:qtail $form:imap.x/y
17989:
17990: * operators.txt, src/types/pa_vform.C: $form:nameless =
17991: "?value&...", "...&value&...", "...&value"
17992:
17993: * operators.txt, src/types/pa_vform.C: $form:image-map
17994:
17995: * operators.txt, src/classes/file.C: /some/page.html:
17996: ^file:fullpath[a.gif] => /some/a.gif
17997:
17998: 2002-10-17 paf
17999:
18000: * src/main/: compile.tab.C, compile.y: operators precedence changed
18001: a little: logical not and bitwise negation precedence made
18002: highest, << and >> bitshits precedence made equal [were << higher
18003: than >>]
18004:
18005: * src/classes/op.C: exception handling fixed [were bad with
18006: contexts]
18007:
18008: 2002-10-16 paf
18009:
18010: * src/: classes/op.C, include/pa_request.h, main/execute.C,
18011: main/pa_request.C: Request::self considered equal to
18012: VMethodFrame::self, and removed, Request::get_self() mapped to
18013: VMethodFrame.self()
18014:
18015: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
18016: $hash in open field now gives old good error meesage
18017:
18018: 2002-10-15 paf
18019:
18020: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
18021: use ^if($junction is junction){was and now true}
18022:
18023: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18024: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
18025: types/pa_vxnode.C: xml->parser strings now have origin, which
18026: points to place where value left xml library and came to parser:
18027: place of dom field extraction/call
18028:
18029: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
18030: main/compile.tab.C, main/compile.y, main/execute.C,
18031: types/pa_vmethod_frame.h: removed last pieces of old code
18032: allowing $junction.xxx at compile time
18033:
18034: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
18035: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
18036: objects also considered [were only classes]
18037:
18038: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
18039: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
18040: with CLASS self. [ (request&method_frame).self temporarily
18041: changed ]
18042:
18043: * src/classes/: hash.C, op.C: method_frame now always changed, with
18044: no exception to native calls. for&foreach changed to use
18045: method_frame.caller for their var's name context
18046:
18047: * src/: main/execute.C, targets/cgi/parser3.C,
18048: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
18049: compiling to system classes disabled
18050:
18051: * operators.txt, src/classes/op.C:
18052: ^process[$caller.CLASS]{code-string} added
18053:
18054: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
18055: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
18056: src/types/Makefile.am, src/types/pa_vjunction.C,
18057: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
18058: src/types/types.dsp: removed $junction.get $junction.set[]
18059: introducing $caller
18060:
18061: * src/types/pa_value.h: removed outdated comments. doxygen would
18062: find them lower by inheritance tree
18063:
18064: * src/types/pa_vjunction.C: ident
18065:
18066: 2002-10-14 paf
18067:
18068: * src/classes/op.C: process compiles to code's class class
18069:
18070: * src/: classes/form.C, classes/mail.C, classes/op.C,
18071: include/pa_request.h, main/compile.C, main/compile.tab.C,
18072: main/compile.y, main/execute.C, main/pa_request.C,
18073: types/pa_vstateless_class.h: operators now main-class-methods
18074:
18075: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
18076: better stack trace [has "call" & co there]
18077:
18078: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18079: operators @auto now executed in MAIN context
18080:
18081: * src/main/execute.C: operator execution context now = MAIN, not
18082: closest stack frame
18083:
18084: @touchit[] $i[after]
18085:
18086: ----t.html $i[before] << local ^touchit[] $i << now 'before',
18087: were 'after'
18088:
18089: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
18090: 'after'
18091:
18092: * src/main/execute.C: comment
18093:
18094: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
18095: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
18096: action]
18097:
18098: * src/types/pa_vxnode.C: misreplace fixed
18099:
18100: * configure, configure.in, src/include/pa_config_auto.h.in,
18101: src/types/pa_vstatus.C, operators.txt:
18102: $status:rusage.tv_secs/usecs introduced
18103:
18104: 2002-10-09 paf
18105:
18106: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
18107: on empty string [or uses (default)]
18108:
18109: 2002-10-08 paf
18110:
18111: * src/main/untaint.C: mail header quoted printable changed after
18112: RFC reread
18113:
18114: * operators.txt: plan on ^if(method
18115:
18116: * src/types/pa_vxnode.C: misreplace
18117:
18118: 2002-09-24 paf
18119:
1.116 moko 18120: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 18121:
18122: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
18123: mailreceive would compile on freebsd now
18124:
18125: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
18126: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 18127: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
18128: mailreceive would compile on freebsd now
1.95 moko 18129:
18130: * src/: classes/file.C, main/untaint.C: 1. file spec language
18131: changed: now there are only few chars are untainted: * ? ' " < >
18132: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
18133: one should use ^untaint[uri]{...} now]
18134:
18135: 2. $list[^file:list[dir]] now returns simply tainted names in
18136: $list.name, not tainted as filespec
18137:
18138: @russianindex[] #dir with files with russian-lang names
18139: $where[dir]
18140:
18141: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
18142: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
18143:
18144: 2002-09-23 paf
18145:
18146: * src/types/pa_vdouble.h: double->int round added
18147:
18148: * src/classes/date.C: date bug fix, now
18149: round(floatDays*secondsPerDay)
18150:
18151: * src/classes/date.C: date bug fix, now
18152: round(floatDays*secondsPerDay)
18153:
18154: 2002-09-20 paf
18155:
18156: * src/main/execute.C: code junction calls disabled [before: code
18157: was compiled in such a way, that there were no code-junctions in
18158: OP_CALL]
18159:
18160: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
18161:
18162: @badjunctioncallinside[code] ^code[]
18163:
18164: * src/main/: compile.tab.C, compile.y: changed grammer on junction
18165: expanding to include ^junction.method
18166:
18167: * src/main/pa_common.C: -d "DIR/" now true
18168:
18169: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
18170: as internal xdoc encoding, and after decoding attributes set by
18171: dom functions now encoded OK, not as digital entities
18172:
18173: * src/classes/xdoc.C: empty transform result, being taken as file
18174: now returns empty file, not raises stupid error about "stat-ed
18175: file"
18176:
18177: * src/types/pa_vhash.h: hash.foreach modification of existing keys
18178: allowed
18179:
18180: * src/types/types.dsp: introducing $junction.get/put(1) one can
18181: write iterators now:
18182:
18183: ^user-foreach[key;value]{$key=$value<br>}
18184:
18185: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18186: $code.value($i*2) $code }
18187:
18188: * src/main/compile_tools.h: mistype
18189:
1.116 moko 18190: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
18191: thus taking linking options configure changes into account [were:
18192: ignoring]
1.95 moko 18193:
18194: * src/types/: pa_vjunction.C, Makefile.am: introducing
18195: $junction.get/put(1) one can write iterators now:
18196:
18197: ^user-foreach[key;value]{$key=$value<br>}
18198:
18199: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18200: $code.value($i*2) $code }
18201:
18202: * src/: include/pa_opcode.h, include/pa_request.h,
18203: main/compile.tab.C, main/compile.y, main/execute.C,
18204: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
18205: introducing $junction.get/put(1) one can write iterators now:
18206:
18207: ^user-foreach[key;value]{$key=$value<br>}
18208:
18209: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
18210: $code.value($i*2) $code }
18211:
18212: 2002-09-19 paf
18213:
1.116 moko 18214: * Makefile.am: new: make commit
1.95 moko 18215:
18216: * aclocal.m4: forced to be older
18217:
18218: 2002-09-18 paf
18219:
18220: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
18221: src/main/compile.y, src/main/execute.C: << >> int shifts
18222:
18223: * src/: include/pa_common.h, include/pa_request.h,
18224: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
18225: - now this - fatal error
18226:
18227: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
18228: that one can pass binary data there
18229:
18230: * src/: classes/date.C, classes/double.C, classes/file.C,
18231: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18232: classes/op.C, classes/response.C, classes/string.C,
18233: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18234: include/pa_request.h: pa_request contexts made privated, plus
18235: get_{self/method_frame} to read. Request_context_saver used in
18236: ^try to save flang too. [were not saved]
18237:
18238: * src/types/pa_vresponse.C: header value chains joined before
18239: output, this should help $.subject[$var $var] from being
18240: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
18241:
18242: 2002-09-17 paf
18243:
18244: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
18245: removed changes, operators executed with calling self. lots of
18246: code with ^include code relies on defined/defining self variables
18247:
18248: $a[1] ^include[print_a.p] print_a.p: $a
18249:
18250: ^include[set_a.p] a=$a set_a.p: $a[1]
18251:
18252: * src/: classes/op.C, main/execute.C, main/pa_request.C,
18253: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
18254: types/pa_vstateless_class.h: operators now executed with MAIN
18255: self. it's for ^include sake, too strong a change
18256:
18257: * src/classes/op.C: made place for ^process to compile it's code to
18258: in case of no self
18259:
18260: * src/main/execute.C: found ancient param to Junction, removed.
18261: allowed passing self to native_code_operators [for ^process to
18262: work, she needs self]
18263:
18264: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
18265: types/pa_vstateless_class.h: found ancient param to Junction,
18266: removed. allowed passing self to native_code_operators [for
18267: ^process to work, she needs self]
18268:
18269: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
18270: types/pa_value.h, types/pa_vmethod_frame.h,
18271: types/pa_vstateless_class.h: allowed Request.self to be 0,
18272: checked that in VMethodFrame get/put and $self.
18273:
18274: * src/classes/: table.C, xdoc.C: table::sql options table::create
18275: copy options options checked, wrong option now fatal error
18276:
18277: * src/main/pa_string.C: string.replace fixed [were missing words on
18278: pieces boundaries]
18279:
1.150 moko 18280: * configure, configure.in: .so now detected [can be .sl on hpux,
18281: .dll on cygwin, .so in other cases)
1.95 moko 18282:
18283: * configure, configure.in: .so now detected [can be .sl on hpux,
18284: .dll on cygwin, .so in other cases)
18285:
18286: * operators.txt, src/classes/hash.C, src/classes/table.C,
18287: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
18288: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
18289: record taken [were last]
18290:
18291: * src/: classes/hash.C, classes/table.C,
18292: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
18293: now errors
18294:
18295: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
18296:
18297: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
18298: ,2,3]
18299:
18300: 2002-09-16 paf
18301:
18302: * src/classes/file.C: file::cgi line ends can be both unix & dos.
18303: and they can be unix [\n\n] on win when 'use CGI' used, it causes
18304: stdout to be binary. now detected closest header break.
18305:
18306: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
18307: closed right
18308:
18309: 2002-09-13 paf
18310:
18311: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
18312: src/main/compile_tools.h: (expression #comment)
18313:
18314: (multiline expression #comment line2 #comment )
18315:
18316: (expression #comment with (brackets) comment) << OK
18317:
18318: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
18319: bitwise !|| numerical xor now [preparing for expression
18320: #comments]
18321:
18322: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
18323: error
18324:
18325: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
18326: cheched in pa_socks.C
18327:
1.116 moko 18328: * configure, configure.in, src/include/pa_config_auto.h.in:
18329: HAVE_WINSOCK_H created in configure.in
1.95 moko 18330:
18331: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
18332: cookie date now clean [were mistakenly tainted & that worked bad
18333: with opera -- 'happily' that worked OK with msie]
18334:
18335: 2002-09-12 paf
18336:
18337: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
18338: VClass get_element now first looks to fields, next to methods &
18339: co todo: the rest reason: more speed
18340:
18341: * src/main/untaint.C: quoted printable encoding stops before
18342: \s*<...>$
18343:
18344: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
18345: stops before <...>$
18346:
18347: 2002-09-11 paf
18348:
18349: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
18350: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
18351: forgot to check users of those funcs. not all were using that
18352: return value convention
18353:
18354: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
18355: windows-1254 added
18356:
18357: 2002-09-10 paf
18358:
18359: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
18360: VCodeFrame parent param were specified badly
18361:
18362: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
18363: WWrapper which used in constructing objects(second param to sql
18364: method) ^...sql{}[$.default{code}] now has parent, wich helps
18365: code in hash to survivi
18366:
18367: * src/: include/pa_request.h, main/execute.C: removed redundant
18368: param to execute [stack said 'thanks']
18369:
18370: * src/: classes/op.C, main/execute.C, types/pa_value.C,
18371: types/pa_value.h, types/pa_vcode_frame.h,
18372: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18373: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
18374: responsibility to wcontext
18375:
18376: * src/classes/file.C: decided not to log exec's with stderr, that
18377: could be warnings, and it's up to scritper to log/show them
18378:
18379: * src/: classes/double.C, main/execute.C: double:sql badly called
18380: write_assign_lang, not write_no_lang, thus doing unnecessary
18381: double/string converstion, which were loosing time&precesion
18382:
18383: * src/: main/pa_charset.C, types/pa_vmail.C:
18384: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
18385: case of unfinished in buffer processing, causing accidental
18386: transcode stop [in case that source enc != utf-8 & there is
18387: incomplete utf-8 sequence at the end of 16000block iside of
18388: libxml lib] tfm readed & code updated
18389:
18390: 2002-09-04 paf
18391:
18392: * configure: makes with sjlj
18393:
18394: * INSTALL, src/include/pa_config_fixed.h,
18395: src/include/pa_sql_connection.h,
18396: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
18397: checked. on win32 it made default
18398:
18399: * src/include/pa_config_auto.h.in: sjlj define
18400:
18401: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
18402: can not work with longjump/throw pair, and one must switch that
18403: on there. todo: detect that automatically]
18404:
18405: * src/types/pa_vxnode.C: removed too strong checks of
18406: xnode.elements. now, for instance, if element does not have any
18407: attributes, $xnode.attributes is void, not error
18408:
18409: 2002-09-02 paf
18410:
18411: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
18412: removed double_result, didn't help
18413:
18414: * src/main/execute.C: double_result made to move that var away from
18415: hungry g++ optimizer (-O2), before: it were optimized and
18416: comparison operators worked badly
18417:
18418: * src/types/pa_vdate.h: removed debug
18419:
1.116 moko 18420: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 18421:
18422: * src/main/execute.C: fixed numeric < & co so that thay now use
18423: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
18424: unknown reason.
18425:
18426: 2002-08-29 paf
18427:
18428: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
18429: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
18430: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
18431: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
18432: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
18433: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
18434: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
18435: [called less frequent, allowed to remove ugly
18436: Junction.change_context-s from many places, switch,
18437: mail:send..html{}, ..] request.root renamed to method_frame [more
18438: easyreading] ancient {...PUSH/POPs...} changed to stack vars
18439: [speed up]
18440:
18441: 2002-08-28 paf
18442:
18443: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
18444: tainted
18445:
18446: * src/types/pa_vcookie.C: fixed cookie delete when
18447: $cookie:name[$.value[]]
18448:
18449: * operators.txt, src/classes/string.C:
18450: ^string.split[delim[;options]]
18451:
18452: 2002-08-27 paf
18453:
1.116 moko 18454: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 18455:
18456: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
18457: delimiter
18458:
18459: * INSTALL: recommended latest gmime 1.0.5
18460:
18461: 2002-08-26 paf
18462:
18463: * configure, configure.in: apache13/hook added to make dist.
18464:
18465: 2002-08-23 paf
18466:
18467: * src/: include/pa_common.h, main/pa_common.C,
18468: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
18469: beside binary [cgi, isapi] not accessible [due to bad rights or
18470: whatever] it's error now
18471:
18472: 2002-08-21 paf
18473:
1.116 moko 18474: * Makefile.am: can use: make happy equals to make update install
1.95 moko 18475:
18476: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18477: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
18478: class". compiled as if here they named base class
18479:
18480: * src/main/pa_string.C: fixed bad language bug, [were wrong string
18481: cloning constructor]
18482:
18483: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
18484:
1.150 moko 18485: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 18486: $mail.received.file.value.content-type fixed
18487:
18488: 2002-08-20 paf
18489:
18490: * src/classes/file.C: fixed language of file:file result
18491:
18492: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
18493: from 3.0.0005
18494:
18495: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
18496:
18497: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
18498: 3.0.0005
18499:
18500: * src/classes/void.C, operators.txt: ^void.length[] = 0
18501:
18502: 2002-08-19 paf
18503:
18504: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
18505: work now
18506:
18507: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
18508: error in xnode, which were not catched in xdoc]
18509:
18510: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
18511: prepared: // validate each document after load/create (?)
18512: //xmlDoValidityCheckingDefaultValue = 1;
18513:
18514: 2002-08-15 paf
18515:
18516: * src/classes/classes.h: write to static var caused useless
18517: Exception, introduced Methoded::put_element wich consumes those
18518:
18519: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
18520: src/types/pa_vcookie.C, src/types/pa_vdate.h,
18521: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
18522: $response:field[date] $response:field[$.xxx[date]]
18523:
18524: * src/: classes/hash.C, classes/string.C, classes/table.C,
18525: classes/void.C, include/pa_sql_connection.h: fixed source of
18526: ^hash::sql{bad}
18527:
18528: * operators.txt: $request:body unprecessed POST request body
18529:
18530: * src/types/pa_vrequest.C: $request:body unprecessed POST request
18531:
18532: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
18533: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
18534:
18535: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
18536: src/include/pa_request.h, src/main/pa_pool.C,
18537: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
18538: $request:body r.post_data now const
18539:
18540: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
18541: classes/xnode.C, main/execute.C, types/pa_value.h,
18542: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
18543: types/pa_vtable.h: instead of type() checking everywhere used
18544: Value.as now user descendants can be used in params.
18545:
18546: VObject::as_*, is_defined now taken from bases. xtable(table)
18547: ^if($xtable) now OK
18548:
18549: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
18550: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
18551: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
18552:
18553: 2002-08-14 paf
18554:
18555: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
18556: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
18557: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18558: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18559: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18560: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
18561: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
18562: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18563: types/pa_vresponse.C, types/pa_vresponse.h,
18564: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18565: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18566: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18567: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18568: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
18569: & VClass
18570:
18571: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
18572:
18573: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
18574: removed fixopt stupidity. on stupid linux use cd /document/root
18575: ../cgi/parser3 script
18576:
18577: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
18578: params, splitting them by space, excluding argv[0], argv[argc-1]
18579:
18580: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
18581: fixopt.h: fixopt now preprocesses command line params, splitting
18582: them by space, excluding argv[0], argv[argc-1]
18583:
18584: * src/targets/cgi/parser3.C: -f config file
18585:
18586: * src/targets/cgi/parser3.C: fixed .log file dir
18587:
18588: 2002-08-13 paf
18589:
18590: * src/types/pa_vobject.C: allow override parent variables, useful
18591: for form descendants [in vobject too, were in vclass]
18592:
18593: * src/types/pa_vclass.C: allow override parent variables, useful
18594: for form descendants
18595:
18596: * src/types/pa_vclass.C: checked: form[vclass]fields can be
18597: overwritten in derived(table)
18598:
18599: * src/: classes/form.C, classes/mail.C, classes/op.C,
18600: classes/xnode.h, include/pa_request.h, main/execute.C,
18601: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
18602: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18603: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
18604: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18605: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
18606: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18607: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18608: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18609: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18610: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18611: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18612: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18613: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
18614: Value::get_element(..., bool looking_down) [needed to exclude
18615: endless recoursion]
18616:
18617: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
18618: fix bug with put endless recoursion todo: check 'as'
18619:
18620: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
18621: reorganized modules todo: fix bug with put endless recoursion
18622: todo: check 'as'
18623:
18624: * src/types/pa_vobject.h: checked: table fields can be overwritten
18625: in derived(table)
18626:
18627: * src/types/pa_vobject.h: derived classes can have fields of their
18628: own now
18629:
18630: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
18631: fixed error message on using non-created table
18632:
18633: * src/: classes/form.C, classes/hash.C, classes/mail.C,
18634: classes/op.C, classes/xnode.h, include/pa_request.h,
18635: main/compile.C, main/compile.tab.C, main/execute.C,
18636: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18637: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18638: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
18639: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18640: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
18641: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18642: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18643: types/pa_vresponse.C, types/pa_vresponse.h,
18644: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18645: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
18646: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18647: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18648: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
18649: looking down/up tree todo: fix error message on non-constructed
18650: parents
18651:
18652: 2002-08-12 paf
18653:
18654: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
18655: derived OK
18656:
18657: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
18658: thorough testing
18659:
18660: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
18661: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
18662: types/pa_vobject.h, types/pa_vstateless_class.h,
18663: types/pa_vstateless_object.h, types/pa_wcontext.h,
18664: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
18665: ^base:create[] dynamic call rewritten todo: thorough testing
18666:
18667: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
18668: now instantates base class, remembers it and saves child in
18669: parent VObject.get_class now returns last child = downward
18670: virtual calls OK
18671:
18672: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18673: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18674: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
18675: types/pa_vobject.h, types/pa_vresponse.h,
18676: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18677: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
18678: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
18679: VAliased [redundant], moved $CLASS to VObject only [parser class
18680: instance]
18681:
18682: * src/main/pa_request.C: $response:body[file] content-type check
18683: fixed [were bad when content-type is hash]
18684:
18685: 2002-08-09 paf
18686:
18687: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
18688: types/pa_vobject.h, types/pa_vxdoc.h: started as()
18689:
18690: 2002-08-08 paf
18691:
18692: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
18693: src/main/pa_globals.C: year column in month calendar [week year]
18694:
18695: * src/main/execute.C: error reporting on object writes to MAIN
18696: improved [were ruind with fixing $obj[^if(1){$obj}] ]
18697:
18698: * operators.txt, src/types/pa_vdate.h: $date.yearday
18699: $date.daylightsaving
18700:
18701: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
18702: use tainted data now. only she must specify the language.
18703:
18704: ^mail:send[ $.from[paf@mail.design.ru]
18705: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
18706: $.text[^taint[uri][ìîñêâà]=] ]
18707:
18708: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
18709: now prints more precise origin
18710:
18711: * src/include/pa_string.h: String::first_char now not fails on
18712: empty strings ^if(-f '') now ok and in 3 other places.
18713:
18714: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
18715: String::first_char now not fails on empty strings ^if(-f '') now
18716: ok and in 3 other places.
18717:
18718: 2002-08-07 paf
18719:
18720: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
18721: fixed
18722:
18723: * src/main/pa_string.C: ^string.mid(0;bad) fixed
18724:
18725: * src/: main/execute.C, types/pa_vcode_frame.h,
18726: types/pa_vmethod_frame.h, types/pa_wcontext.C,
18727: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
18728: mistakenly not completely transparent to object writes.
18729: $hash[^if(1){$hash}] now works
18730:
18731: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
18732: now erasing cache file [there were bad check on that]
18733:
18734: * src/: classes/classes.dsp, classes/table.C,
18735: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
18736: all Debug dirs in .dsp now named 'Debug'
18737:
1.116 moko 18738: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 18739:
18740: * operators.txt, src/classes/mail.C: exception_type email.send
18741:
18742: * operators.txt, src/types/pa_vmail.C: exception_type email.format
18743:
18744: * src/types/pa_vmail.C: mail:send empty email checked
18745:
18746: 2002-08-06 paf
18747:
18748: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18749: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18750: ^table::create[$source;$.options] ^table::join[$source;$.options]
18751:
18752: * operators.txt, src/classes/hash.C, src/classes/string.C,
18753: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
18754: # $.default() }
18755:
18756: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
18757:
18758: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18759: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
18760: $file.content-type [instead of .mime-type] now works for
18761: file::stat also
18762:
18763: * src/main/pa_request.C: case insensitive mime_type_of
18764:
18765: 2002-08-05 paf
18766:
18767: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
18768:
18769: * src/types/pa_vmail.C: file buffer relocated to parser heap
18770:
18771: * operators.txt: comment on date:calendar week column
18772:
18773: * src/main/pa_common.C: write checked
18774:
18775: * src/main/: pa_common.C: write checked
18776:
18777: * src/classes/date.C: +1 buf size for stupid snprintfs
18778:
18779: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
18780: month calendar week column [ISO 8601 Week Numbers]
18781:
18782: 2002-08-02 paf
18783:
18784: * src/: include/pa_config_fixed.h, main/pa_string.C,
18785: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
18786: DEBUG*
18787:
18788: * configure, configure.in, src/include/pa_version.h: release
18789: 3_0_0005
18790:
18791: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
18792: multipart post fixed
18793:
18794: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
18795: response transcoded source->client only when text/* or simple
18796: onoverridden $response:body
18797:
18798: 2002-08-01 paf
18799:
18800: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18801: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18802: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18803: classes/op.C, classes/response.C, classes/string.C,
18804: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18805: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18806: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18807: include/pa_config_fixed.h, include/pa_dictionary.h,
18808: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
18809: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
18810: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
18811: include/pa_socks.h, include/pa_sql_connection.h,
18812: include/pa_sql_driver_manager.h, include/pa_stack.h,
18813: include/pa_string.h, include/pa_stylesheet_connection.h,
18814: include/pa_stylesheet_manager.h, include/pa_table.h,
18815: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18816: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18817: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
18818: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18819: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18820: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18821: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18822: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18823: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18824: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18825: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18826: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18827: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18828: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18829: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18830: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
18831: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
18832: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
18833: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
18834: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18835: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18836: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18837: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
18838: types/pa_vmethod_frame.h, types/pa_vobject.h,
18839: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18840: types/pa_vresponse.h, types/pa_vstateless_class.C,
18841: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18842: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18843: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18844: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18845: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 18846: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 18847:
18848: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
18849: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
18850: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18851: classes/math.C, classes/op.C, classes/response.C,
18852: classes/string.C, classes/table.C, classes/void.C,
18853: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18854: include/pa_array.h, include/pa_cache_managers.h,
18855: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18856: include/pa_config_fixed.h, include/pa_config_includes.h,
18857: include/pa_dictionary.h, include/pa_dir.h,
18858: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18859: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18860: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18861: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18862: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18863: include/pa_stack.h, include/pa_string.h,
18864: include/pa_stylesheet_connection.h,
18865: include/pa_stylesheet_manager.h, include/pa_table.h,
18866: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18867: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
18868: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18869: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
18870: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18871: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
18872: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
18873: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18874: main/pa_sql_driver_manager.C, main/pa_string.C,
18875: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18876: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18877: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18878: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
18879: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18880: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18881: targets/isapi/pool_storage.h, types/pa_valiased.C,
18882: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
18883: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18884: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18885: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18886: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18887: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18888: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18889: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18890: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
18891: types/pa_vresponse.C, types/pa_vresponse.h,
18892: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18893: types/pa_vstateless_object.h, types/pa_vstatus.C,
18894: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18895: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18896: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18897: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18898: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
18899: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
18900: types/Makefile.am: ident.C* removed
18901:
18902: * operators.txt, src/classes/file.C, src/main/pa_request.C:
18903: file:find[/can/do/this/now.txt]
18904:
18905: * src/targets/cgi/parser3.C: usage to stdout now
18906:
18907: 2002-07-31 paf
18908:
18909: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
18910:
18911: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
18912: default "postmaster"
18913:
18914: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
18915: -f postmaster now default sendmail key word "postmaster"
18916: replaced to $.from
18917:
18918: 2002-07-30 paf
18919:
1.116 moko 18920: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
18921: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 18922:
18923: * src/main/pa_charset.C: comment
18924:
18925: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
18926: table, &#decimal;
18927:
18928: * src/main/pa_request.C: comment
18929:
18930: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
18931: paragraf]
18932:
18933: 2002-07-11 paf
18934:
18935: * src/main/pa_exec.C: build command line badly added params twice
18936: [and first time without ' ']. double wrong. fixed.
18937:
18938: * src/main/pa_exec.C: invalid .exe caused error message with params
18939: wich parser did not provide = reported badly. fixed that.
18940:
18941: * src/classes/mail.C: $MAIL[ # xxx ]
18942:
18943: now ok
18944:
18945: * operators.txt: plan: sql detailed exception
18946:
18947: 2002-07-01 paf
18948:
18949: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
18950: [MForm.configure_admin were called when request.main_class ==0
18951:
18952: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
18953:
18954: * src/classes/form.C: content_length type fix
18955:
18956: 2002-06-30 paf
18957:
18958: * src/classes/mail.C: merged from 4
18959:
18960: * src/classes/mail.C: restored $MAIL
18961:
18962: 2002-06-28 paf
18963:
18964: * configure, configure.in: removed paths.h
18965:
1.116 moko 18966: * configure, src/include/pa_version.h,
1.95 moko 18967: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
18968: merged, makes updated
18969:
18970: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
18971: src/include/pa_charset.h, src/include/pa_config_fixed.h,
18972: src/include/pa_pool.h, src/include/pa_version.h,
18973: src/main/pa_charset.C, src/main/pa_pool.C,
18974: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
18975: src/types/pa_vmail.C: merged latest updates to head
18976:
18977: 2002-06-27 paf
18978:
18979: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
18980: not error now
18981:
18982: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
18983: src/include/pa_config_fixed.h, src/include/pa_pool.h,
18984: src/main/pa_charset.C, src/main/pa_pool.C:
18985: ^xdoc::create[[uri]]... base uri for document being created,
18986: imports and other relative file names would be relative to this
18987: uri default uri=path_translated
18988:
18989: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
18990:
18991: 2002-06-26 paf
18992:
18993: * configure, configure.in, src/include/pa_version.h:
18994: release_3_0_0004
18995:
18996: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
18997: 0 now
18998:
18999: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
19000:
19001: 2002-06-25 paf
19002:
19003: * src/main/pa_string.C: emtpy string, or string of whitespaces
19004: considered bad number now
19005:
19006: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
19007: now
19008:
19009: * operators.txt, src/classes/string.C: ^string.normalize [old
19010: name: optimize
19011:
19012: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
19013: library configured
19014:
19015: * src/main/pa_request.C: configure_admin forced if no @conf
19016:
1.150 moko 19017: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
19018: ^math:crypt updated to generate random salt when needed and to
19019: call system crypt() if not $apr1$ prefix
1.95 moko 19020:
19021: 2002-06-24 paf
19022:
19023: * INSTALL: --with-static/shared-mailreceive described
19024:
19025: * src/include/pa_config_fixed.h: ssize_t fixed
19026:
1.116 moko 19027: * configure, configure.in, src/include/pa_config_auto.h.in,
19028: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 19029: src/types/pa_vmail.C: $mail:received makes update
19030:
19031: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
19032: WITH_MAILRECEIVE
19033:
19034: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
19035:
19036: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
19037: option, for $mail:receive
19038:
19039: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
19040: introducting $message:received ^mail:send rewritten with backward
19041: comp
19042:
19043: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19044: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19045: types/types.dsp: win32xml win32mailreceive pseudomodules paths
19046: now
19047:
19048: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
19049: src/include/pa_charset.h, src/include/pa_config_fixed.h,
19050: src/include/pa_request.h, src/include/pa_string.h,
19051: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
19052: src/main/pa_globals.C, src/main/pa_request.C,
19053: src/main/pa_string.C, src/main/pa_uue.C,
19054: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
19055: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
19056: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
19057: uue to separate file introducting $message:received ^mail:send
19058: rewritten with backward comp
19059:
19060: 2002-06-21 paf
19061:
1.116 moko 19062: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
19063: co changes
1.95 moko 19064:
1.116 moko 19065: * configure, configure.in, src/lib/md5/Makefile.am,
19066: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
19067: restructure .in and .am files appropriate changes
1.95 moko 19068:
19069: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
19070: pcre to libs/ added libs/md5 which is linked to non-apache
19071: targets ^math:crypt[password;$apr1$salt]
19072:
19073: * INSTALL, configure.in, operators.txt, parser3.dsw,
19074: src/Makefile.am, src/classes/Makefile.am,
19075: src/classes/classes.dsp, src/classes/math.C,
19076: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 19077: src/lib/pcre/Makefile.am, src/lib/pcre/README,
19078: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
19079: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
19080: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
19081: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
19082: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
19083: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
19084: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 19085: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
19086: src/lib/pcre/pcre_parser_ctype.dsp,
19087: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
19088: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
19089: src/main/compile.tab.C, src/main/main.dsp,
19090: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
19091: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
19092: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
19093: to libs/ added libs/md5 which is linked to non-apache targets
19094: ^math:crypt[password;$apr1$salt]
19095:
19096: 2002-06-20 paf
19097:
1.150 moko 19098: * INSTALL, configure, configure.in, operators.txt,
19099: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
19100: src/include/pa_globals.h, src/include/pa_request.h,
19101: src/main/execute.C, src/main/pa_request.C,
19102: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
19103: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
19104: file:justname&co & @auto/conf[filespec
1.95 moko 19105:
19106: * operators.txt, src/classes/file.C:
19107: !^file:dirname[/a/some.tar.gz]=/a
19108: !^file:dirname[/a/b/]=/a
19109: !^file:basename[/a/some.tar.gz]=some.tar.gz
19110: !^file:justname[/a/some.tar.gz]=some.tar
19111: !^file:justext[/a/some.tar.gz]=gz
19112:
19113: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19114: main/pa_request.C, types/pa_vmethod_frame.h: introducing
19115: @conf/auto[filespec]
19116:
1.116 moko 19117: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 19118:
1.150 moko 19119: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 19120: src/include/pa_globals.h, src/targets/cgi/parser3.C,
19121: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
19122:
19123: 2002-06-18 paf
19124:
19125: * configure, configure.in, src/include/pa_version.h: version to
19126: configure.in
19127:
19128: * INSTALL: reflected .conf.dist dir change
19129:
1.150 moko 19130: * Makefile.am, configure, configure.in,
1.116 moko 19131: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 19132: .in & *.am updated
19133:
19134: * src/classes/file.C: strncasecmp
19135:
19136: * src/classes/file.C: strcasecmp
19137:
1.150 moko 19138: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 19139:
19140: * src/classes/file.C: ^file::exec[script;$.bad error case
19141: insensitive check now
19142:
19143: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
19144:
19145: * configure, configure.in, src/include/pa_pool.h,
19146: src/include/pa_types.h: pack configure.in detection simplified.
19147: figured out that gcc on sparc not that stupid as thought
19148: previously: on sparc: when it sees packed class it modifies it's
19149: field-access-code to byte operations [stb, ldub] instead of 4byte
19150: operations [st, lduh] so packed must be all parts of packed
19151: class, i.e. it's parents&fields(classes). for now it's only
19152: String that packed and what was wrong is that it's parent -
19153: Pooled, were not packed. fixed that.
19154:
19155: 2002-06-14 paf
19156:
19157: * operators.txt: more precise xml-to-text options
19158:
19159: * operators.txt, src/types/pa_vxnode.C: xnode
19160: attribute_node.name/value xnode pi.node.data
19161:
19162: 2002-06-12 paf
19163:
1.116 moko 19164: * configure, configure.in, src/targets/cgi/Makefile.am,
19165: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 19166:
19167: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
19168: src/include/pa_globals.h, src/include/pa_request.h,
19169: src/main/compile.tab.C, src/main/pa_globals.C,
19170: src/main/pa_request.C, src/targets/cgi/parser3.C,
19171: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
19172:
19173: * src/classes/mail.C: sendmail -ti [default now]
19174:
19175: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
19176: to be strings. for convinient #ing
19177:
19178: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
19179: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
19180:
19181: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
19182: main/pa_globals.C, main/pa_request.C: @conf
19183:
19184: 2002-06-11 paf
19185:
19186: * src/classes/file.C: check simplified
19187:
19188: * src/: classes/file.C, targets/cgi/parser3.dsp,
19189: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
19190: valid prefix
19191:
19192: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
19193: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
19194: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
19195:
19196: 2002-06-10 paf
19197:
19198: * operators.txt, src/classes/op.C, src/include/pa_common.h,
19199: src/main/pa_common.C: lock failures reported now
19200:
19201: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
19202: string->double @ compile time were not-enough-checking...
19203:
19204: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
19205: autoconvert now ignored
19206:
19207: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
19208: check
19209:
19210: * src/classes/mail.C: mail netscape attachment name fixed. todo:
19211: $response:body content-type:name
19212:
19213: * configure, configure.in: hpux check, nsl link, no socket
19214:
19215: * operators.txt: old merge conflict removed
19216:
19217: * configure, configure.in: pack even address access on sparc&co
19218: arch checked in configure
19219:
19220: * configure, src/include/pa_version.h: makes
19221:
19222: * configure, configure.in, src/include/pa_version.h: makes
19223:
19224: * src/main/untaint.C: (bug#2) mail subject got always prepended
19225: with charset even when all letters were 7bit one
19226:
19227: * src/main/pa_common.C: merged fixed -d (bug)
19228:
19229: * src/main/pa_common.C: fixed -d (bug)
19230:
19231: 2002-06-03 paf
19232:
19233: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
19234: src/classes/classes.dsp, src/main/compile.tab.C,
19235: src/main/main.dsp, src/main/pa_globals.C,
19236: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
19237: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
19238: .dsp-s along with reorganized cvs modules dirs structure
19239:
19240: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19241: main/pa_globals.C, targets/cgi/parser3.dsp,
19242: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
19243: modules
19244:
19245: 2002-05-28 paf
19246:
19247: * src/targets/cgi/parser3.C: info.uri now ""
19248:
19249: 2002-05-17 paf
19250:
19251: * src/classes/: table.C: ^table.save << checked empty
19252: pre/match/post columns
19253:
19254: 2002-05-16 paf
19255:
19256: * src/classes/image.C: image::measure can png now
19257:
19258: 2002-05-15 paf
19259:
19260: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
19261: added
19262:
19263: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
19264:
19265: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
19266: %H[:%M[:%S]]]]]] [-%m now
19267:
19268: 2002-05-14 paf
19269:
19270: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
19271:
19272: 2002-05-07 paf
19273:
19274: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
19275: src/include/pa_globals.h, src/include/pa_request.h,
19276: src/include/pa_table.h, src/main/compile.tab.C,
19277: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
19278: src/main/pa_request.C, src/main/pa_table.C,
19279: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
19280: src/targets/isapi/parser3isapi.dsp,
19281: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
19282: name2number field now &. main_method_name now on Request pool
19283: rather on global_pool [Junction+VJunction created on same pool as
19284: name = were created on global pool, causing mem leaks]
19285:
19286: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
19287: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
19288: main/compile.y, main/main.dsp, main/pa_globals.C,
19289: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
19290: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19291: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
19292: field now &. main_method_name now on Request pool rather on
19293: global_pool [Junction+VJunction created on same pool as name =
19294: were created on global pool, causing mem leaks]
19295:
19296: 2002-05-06 paf
19297:
19298: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19299: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
19300: 100*40 bytes per request memory leak [nonpool malloc in globals]
19301:
19302: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19303: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
19304: 100*40 bytes per request memory leak [nonpool malloc in globals]
19305:
19306: 2002-04-30 paf
19307:
19308: * configure, src/include/pa_version.h: version now not b
19309:
19310: * src/targets/cgi/parser3.C: request.uri now never 0
19311:
19312: 2002-04-29 paf
19313:
19314: * configure.in: removed b
19315:
19316: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
19317: Exception::comment/type checked in (), no there's no empty
19318: type/comment by default
19319:
19320: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
19321: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
19322: src/doc/value.dox, src/include/pa_exception.h,
19323: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
19324: 0001
19325:
19326: 2002-04-26 paf
19327:
19328: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
19329: size reduced
19330:
19331: 2002-04-25 paf
19332:
19333: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
19334: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
19335: now that took into account
19336:
19337: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
19338: 01:03:04]
19339:
19340: * ChangeLog, operators.txt, src/classes/date.C:
19341: ^date::create[2002-12-33 01:03:04]
19342:
19343: * ChangeLog: updated changelog
19344:
19345: * src/classes/table.C: removed restriction on column count to
19346: ^table.hash to work, now must be >0 [were >1]
19347:
19348: 2002-04-24 paf
19349:
19350: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19351: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19352: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
19353: targets
19354:
19355: 2002-04-23 paf
19356:
19357: * operators.txt, src/classes/string.C:
19358: int/double/string:sql{}[$.default{code}] fixed [were barking:
19359: "junction used outside of context"]
19360:
19361: 2002-04-22 paf
19362:
19363: * types.txt, src/classes/string.C, src/include/pa_string.h,
19364: src/main/pa_string.C, src/types/pa_vstring.C,
19365: src/types/pa_vstring.h: ^string.optimize[]
19366:
19367: * src/: include/pa_globals.h, include/pa_table.h,
19368: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
19369: table template
19370:
19371: * src/classes/: string.C: optimize removed from string
19372: .left/right/pos
19373:
19374: * src/main/execute.C: rolled back to
19375: before_killing_userjunction_contexts
19376:
19377: * src/main/execute.C: user junctions context killed
19378:
19379: * src/main/execute.C: junctions to local contexts got
19380: cleanized&checked later
19381:
19382: 2002-04-19 paf
19383:
19384: * src/: classes/string.C, include/pa_request.h,
19385: include/pa_string.h, main/pa_request.C, main/pa_string.C,
19386: types/pa_vstring.C, types/pa_vstring.h: string now optimized
19387: prior to .left .right .mid .pos .match when that is profitable,
19388: and always before .replace when $ORIGINS(1) optimization disabled
19389: economy from not wasting mem on lots of strings which occur by
19390: lots of String:mid calls to get parts of source string between
19391: found_occurances
19392:
19393: * src/classes/file.C: ovector now local economy: 16 bytes per
19394: ^file:list
19395:
19396: * src/: include/pa_globals.h, include/pa_table.h,
19397: main/pa_globals.C, main/pa_string.C: String::match table columns
19398: globalized, not created @ each ^match anymore economy:
19399: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
19400:
19401: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
19402: removed from each String::match replace iteration, and made
19403: stacked sizeof(VTable)=12bytes economy on each replace code
19404:
19405: * src/doc/footer.htm: 2001,
19406:
19407: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19408: string.match[]['] option enables generation of $match.prematch
19409: .match .postmatch columns
19410:
19411: * src/main/pa_string.C: String::match options analized without
19412: cstr-ing them now
19413:
19414: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
19415: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
19416: config updated to doxygen 1.2.15, created helper which fixes
19417: minor bugs in chm project files & htm tree. changed extension to
19418: .htm
19419:
19420: 2002-04-18 paf
19421:
19422: * src/doc/doxygen.cfg: .chi generation disabled
19423:
19424: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
19425: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
19426: fields&methods
19427:
19428: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
19429: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
19430: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
19431: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
19432: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
19433: types/pa_vresponse.h, types/pa_vstateless_class.h,
19434: types/pa_vstateless_object.h, types/pa_vstatus.h,
19435: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
19436: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
19437: VStateless_class to VObject
19438:
19439: * src/: main/pa_request.C, types/pa_valiased.h,
19440: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19441: types/pa_vstring.h: VStateless_string_object speicalized light
19442: version of VStateless_object
19443:
19444: * src/classes/op.C: ^throw comment param made optional
19445:
19446: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
19447: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
19448: and implemented down in VClass, fclass_alias removed,
19449:
19450: * src/types/pa_value.C: forced to cut that from .h because of
19451: VStateless_class usage [undefined in .h]
19452:
19453: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19454: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19455: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
19456: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
19457: on each CALL]
19458:
19459: * src/: classes/classes.h, classes/date.C, classes/double.C,
19460: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19461: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19462: classes/response.C, classes/string.C, classes/table.C,
19463: classes/void.C, classes/xnode.C, include/pa_globals.h,
19464: include/pa_request.h, main/execute.C, main/pa_globals.C,
19465: main/pa_request.C, types/Makefile.am, types/pa_value.h,
19466: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
19467: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19468: types/pa_vstateless_class.h, types/pa_wcontext.C,
19469: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
19470: removed Value::fname
19471:
19472: 2002-04-17 paf
19473:
19474: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
19475: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
19476: doc/pooled.dox, doc/string.dox, doc/targets.dox,
19477: include/pa_pool.h, include/pa_types.h: dox updated to current
19478: state, PTHROW freshen to throw & co
19479:
19480: * src/types/pa_vhash.h: vstring wrong parent fixed
19481:
19482: * src/classes/op.C: taint local result var bug fixed
19483:
19484: 2002-04-16 paf
19485:
19486: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
19487: Attic asm.txt as most interesting
19488:
19489: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
19490: check, preventing content-length: 0 from appearing
19491:
19492: * src/main/execute.C: $result in @main now taken into account as in
19493: usual functions
19494:
19495: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
19496: & @unhandled_exception now taken into account as in usual
19497: functions
19498:
19499: * src/doc/postbuild.txt: instructions on post .html build
19500:
19501: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
19502:
19503: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
19504: tainted
19505:
19506: * src/main/pa_request.C: uri in error log
19507:
19508: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
19509: cheched date:create(days) param for validity [later were assumed
19510: valid and crashed on invalid onces]
19511:
19512: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19513: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
19514: and used that for removing VString wrapper
19515:
19516: * src/classes/op.C: exception2vhash file now tainted
19517:
19518: * src/classes/op.C: _process pseudo origin copied from local var to
19519: heap
19520:
19521: * src/classes/op.C: extra check on empty file in origin in _execute
19522:
19523: 2002-04-15 paf
19524:
19525: * src/: main/execute.C, types/pa_value.h: fixed name update
19526:
19527: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
19528: functions
19529:
19530: * src/: classes/file.C, classes/hash.C, classes/op.C,
19531: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
19532: started dual write_xxx_lang functions, if checked & works
19533:
19534: * src/: classes/date.C, classes/file.C, classes/mail.C,
19535: classes/string.C, classes/xnode.C, include/pa_request.h,
19536: types/pa_value.h, types/pa_wcontext.h: removed absolutely
19537: unnecessary VString shells
19538:
19539: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
19540: prev changes]
19541:
19542: * src/: classes/image.C, classes/op.C, classes/string.C,
19543: classes/table.C, include/pa_request.h, main/execute.C,
19544: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19545: StringOrValue wcontext result, now ready for dual writes
19546:
19547: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
19548: checked that
19549:
19550: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19551: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
19552: changed to OP_WRITE_VALUE in var get cases
19553:
19554: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
19555: include/pa_request.h, main/compile.tab.C, main/compile.y,
19556: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19557: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
19558: switch in hash constructor fixed [were problems with using of
19559: stacked wwrapper after it's death]
19560:
19561: 2002-04-12 paf
19562:
19563: * operators.txt, src/classes/table.C: table.select(expression) 0
19564:
19565: 2002-04-11 paf
19566:
19567: * src/: classes/string.C, include/pa_request.h, main/execute.C:
19568: Request::process_internal codeFrame & wwrapper stacked [not
19569: wasting heap anymore]
19570:
19571: 2002-04-10 paf
19572:
19573: * src/: classes/double.C, classes/file.C, classes/hash.C,
19574: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
19575: classes/string.C, classes/table.C, classes/void.C,
19576: classes/xdoc.C, include/pa_request.h, main/execute.C,
19577: main/pa_string.C: killed Request::process() wrapping
19578: VString(String) in case we need only String
19579:
19580: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19581: killed 8 bytes from String.head
19582:
19583: 2002-04-09 paf
19584:
19585: * src/: main/compile.tab.C, targets/cgi/parser3.C,
19586: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
19587: local*/char b[...]; a=b; situations
19588:
19589: * operators.txt, src/classes/xdoc.C: xslt params made literal
19590:
19591: * src/classes/xdoc.C: xslt params fixed
19592:
19593: * src/: main/pa_common.C, targets/cgi/parser3.C,
19594: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
19595: not pool.malloc(MAX_NUMBER) but really neaded
19596:
19597: * operators.txt, src/classes/double.C, src/classes/int.C:
19598: int/double.int/double(default)
19599:
19600: 2002-04-04 paf
19601:
19602: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
19603: [when reconstructing pieces were split by
19604: max_integral(piece.size), thus some strings to replace happen to
19605: be split into two = not replaced)
19606:
19607: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
19608: standalone version = current dir
19609:
19610: * src/targets/cgi/parser3.C: document root in standalone version =
19611: current dir
19612:
19613: 2002-04-03 paf
19614:
19615: * configure, configure.in: more checks on nonexistent charset
19616:
1.116 moko 19617: * INSTALL, configure, configure.in: root config configure options
1.95 moko 19618:
19619: 2002-04-02 paf
19620:
19621: * src/main/compile.C: parser.compile [exception name more like in
19622: doc]
19623:
19624: 2002-04-01 paf
19625:
19626: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
19627: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
19628: .content-type.charset, not .charset
19629:
19630: 2002-03-29 paf
19631:
19632: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
19633:
19634: * operators.txt, src/classes/date.C: ^date::create now may not
19635: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
19636: days' year. | 31.05->31.04 roll
19637:
19638: 2002-03-28 paf
19639:
19640: * operators.txt, src/classes/date.C, src/classes/op.C,
19641: src/include/pa_globals.h, src/include/pa_hash.h,
19642: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
19643: ^cache(seconds) ^cache[date] }
19644:
19645: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
19646: param
19647:
19648: 2002-03-27 paf
19649:
19650: * operators.txt, src/classes/date.C, src/classes/double.C,
19651: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
19652: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
19653: src/classes/math.C, src/classes/op.C, src/classes/string.C,
19654: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
19655: src/classes/xnode.C, src/include/pa_exception.h,
19656: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
19657: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
19658: src/main/pa_array.C, src/main/pa_charset.C,
19659: src/main/pa_charsets.C, src/main/pa_common.C,
19660: src/main/pa_dictionary.C, src/main/pa_exception.C,
19661: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
19662: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
19663: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
19664: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
19665: src/types/pa_value.h, src/types/pa_vcookie.C,
19666: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
19667: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
19668: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
19669: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
19670: src/types/pa_wwrapper.h: assigned exception types
19671:
19672: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
19673: src/include/pa_request.h, src/main/execute.C,
19674: src/main/pa_request.C: decided agains resetting exception_trace,
19675: just changed name
19676:
19677: 2002-03-26 paf
19678:
19679: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
19680: fixed
19681:
19682: * src/classes/op.C: forced language of $source field of exception
19683: to 'tainted', so that sql-langed-frags could be outputed outside
19684: of connect
19685:
19686: * operators.txt: removed date.roll limit of +-1 offset
19687:
19688: * src/classes/date.C: removed date.roll limit of +-1 offset
19689:
19690: * operators.txt, src/classes/date.C: fixed date roll on
19691: daylightsaving days mktime took into account tm_isdst flag, which
19692: remained from BEFORE roll, but should have been reset
19693:
19694: 2002-03-25 paf
19695:
19696: * operators.txt, src/targets/cgi/parser3.C:
19697: http_site_config_filespec
19698:
19699: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
19700: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
19701: with any/both --disable-foreign-group-files --disable-execs
19702:
19703: * INSTALL: "--with=sendmail=COMMAND" comment
19704:
19705: * INSTALL, configure, configure.in, src/classes/mail.C,
19706: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 19707: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
19708: disables execs also. introducing --sendmail
1.95 moko 19709:
19710: * operators.txt: pgsql options comment
19711:
19712: * INSTALL: comment on --disable-link-stdcpp
19713:
1.116 moko 19714: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19715: libstdc++ link skipping configure option
1.95 moko 19716:
19717: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
19718: with error were put to cache with 'marked_to_rollback' flag, all
19719: consequent even OK requests rolled back
19720:
19721: 2002-03-22 paf
19722:
19723: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
19724: false return
19725:
19726: * operators.txt: few comments on sets
19727:
19728: 2002-03-18 paf
19729:
19730: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
19731: src/include/pa_globals.h, src/include/pa_request.h,
19732: src/include/pa_stack.h, src/main/pa_globals.C,
19733: src/main/pa_request.C: introducing ^try
19734:
19735: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
19736: types/pa_vdouble.h: removed some tested @tests
19737:
19738: 2002-03-15 paf
19739:
19740: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
19741:
19742: 2002-03-13 paf
19743:
19744: * src/main/pa_exception.C: checked not-pooled malloc
19745:
19746: 2002-03-11 paf
19747:
19748: * INSTALL, configure, configure.in,
19749: src/include/pa_config_auto.h.in: --disable-foreign-group-files
19750:
19751: * src/main/pa_common.C: --disable-foreign-group-files
19752:
19753: * INSTALL: --disable-execs
19754:
19755: * src/main/pa_exec.C: --disable-execs
19756:
19757: * configure, configure.in, src/include/pa_config_auto.h.in:
19758: --disable-execs
19759:
19760: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
19761:
19762: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
19763: file::exec/cgi linebreaks "0D0A" changed to 0A onces
19764:
19765: 2002-03-05 paf
19766:
19767: * operators.txt, src/classes/date.C: date week calendar columns
19768: named
19769:
19770: * operators.txt, src/classes/date.C: date week calendar columns
19771: named
19772:
19773: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
19774: requires headers to be terminated with \r\n manually [refuses to
19775: separate header/body itself]
19776:
19777: * src/: main/pa_globals.C, targets/cgi/parser3.C,
19778: targets/isapi/parser3isapi.C: isapi site config beside .dll
19779:
19780: 2002-03-04 paf
19781:
19782: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
19783: in PASS language
19784:
19785: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
19786: deserialize checks on broken file
19787:
19788: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
19789: parser3isapi.dsp: isapi updated
19790:
19791: 2002-03-01 paf
19792:
19793: * src/main/pa_exec.C: execle -> execve, now argc OK
19794:
19795: 2002-02-28 paf
19796:
19797: * src/main/untaint.C: removed some debug comments
19798:
19799: * src/main/pa_charsets.C: when placing charset to cache using
19800: global name now [were request]
19801:
19802: * configure, configure.in: apache module updated
19803:
19804: * src/main/pa_string.C: origin by first piece preferred before last
19805: piece
19806:
19807: 2002-02-27 paf
19808:
19809: * src/main/pa_charset.C: size_t
19810:
19811: * INSTALL: shared/static-xml with-pathlink
19812:
19813: * operators.txt: SMTP comment
19814:
19815: 2002-02-26 paf
19816:
19817: * src/main/pa_exec.C: more precise names for vars, cosmetic
19818:
19819: * src/classes/xnode.C: in some situation, xpath query returned
19820: result with type NODESET, but empty nodeset member field, checked
19821: that
19822:
19823: 2002-02-22 paf
19824:
19825: * INSTALL: without-zlib comment
19826:
19827: * etc/parser3.charsets/windows-1251.cfg: °
19828:
19829: * configure, configure.in: glib###.a detection fixed
19830:
19831: * INSTALL: hashfile removed from INSTALL
19832:
1.116 moko 19833: * Makefile.am: make update
1.95 moko 19834:
19835: * src/main/pa_string.C: string iterators fixed again, so were
19836: String::join_chain
19837:
19838: * src/main/pa_string.C: string iterators fixed again, so were
19839: String::join_chain
19840:
19841: * src/: include/pa_string.h, main/pa_string.C: string iterators
19842: fixed again, so were String::join_chain
19843:
19844: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
19845:
19846: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
19847: "session"
19848:
1.116 moko 19849: * configure, configure.in, src/include/pa_config_auto.h.in:
19850: --with-shared-xml --with-static-xml
1.95 moko 19851:
19852: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
19853: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19854: types/types.dsp: *.dsp: removed refereces to win32db & ancient
19855: xalan&xml
19856:
19857: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
19858:
19859: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
19860: src/types/types.dsp: removed hashfile support from sources for
19861: now
19862:
1.116 moko 19863: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 19864: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 19865: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
19866: src/include/pa_db_manager.h, src/include/pa_db_table.h,
19867: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 19868: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 19869: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
19870: src/types/Makefile.am, src/types/pa_vhashfile.C,
19871: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 19872:
19873: 2002-02-21 paf
19874:
19875: * src/main/untaint.C: removed debug code, activated commented-for
19876: debug parts
19877:
1.116 moko 19878: * Makefile.am: make cvsupdate
1.95 moko 19879:
19880: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19881: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
19882: append_row, not at link zero now string to string appending works
19883:
19884: 2002-02-20 paf
19885:
19886: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
19887: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
19888: DEBUG_STRING_APPENDS_VS_EXPANDS
19889:
19890: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19891: economy: 22%
19892:
19893: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19894: space uptimized: string::link_row removed
19895:
19896: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
19897: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
19898: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
19899: types/pa_vstring.h: speed uptimized: string::is_empty
19900:
19901: * operators.txt, src/include/pa_common.h,
19902: src/include/pa_config_fixed.h, src/include/pa_string.h,
19903: src/include/pa_types.h, src/main/compile.tab.C,
19904: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
19905: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
19906: string append optimiziation idea and estimates
19907:
19908: 2002-02-19 paf
19909:
19910: * src/classes/math.C: not used directly [but erroreously reported
19911: that 'is', thus registering twice&other probs]
19912:
19913: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
19914: to node [element]
19915:
19916: * src/main/compile.C: without string_origins parse error
19917: file+line+col possible
19918:
19919: * src/main/: compile.C: without string_origins not worked
19920:
19921: 2002-02-18 paf
19922:
19923: * src/types/pa_vdouble.h: since we have in_expression removed that
19924: trick i've installed into double::as_string
19925:
19926: * src/main/pa_globals.C: extern "C" was removed too fast
19927:
19928: * src/: include/pa_opcode.h, include/pa_request.h,
19929: main/compile.tab.C, main/compile.y, main/execute.C,
19930: types/pa_wcontext.h: in_expression aimed to solve old problem
19931: with string/nonstring values, now in expressions double/int
19932: values are passed as-is, without stupid tostring/fromstring
19933: conversions
19934:
19935: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
19936: __cplusplus } #endif
19937:
19938: * src/main/compile.tab.C: bison env set so one could compile
19939: without cygwin installed
19940:
19941: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
19942: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
19943: gnome xml libs parser .dsp-s changed accordingly
19944:
19945: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
19946:
19947: * operators.txt, src/classes/date.C: date::create [were date::set,
19948: with backward comp
19949:
19950: * src/classes/math.C: math:random range check fixed
19951:
19952: * src/main/: compile.tab.C, compile.y: integer division stops name
19953:
19954: * INSTALL: local install comment
19955:
1.116 moko 19956: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 19957:
1.116 moko 19958: * acinclude.m4, aclocal.m4, configure, configure.in,
19959: src/include/pa_config_auto.h.in,
19960: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
19961: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 19962:
19963: * operators.txt: \ comment
19964:
19965: 2002-02-13 paf
19966:
19967: * src/include/pa_config_includes.h: sys/time time both included
19968: now. vaguely remember confilicts on this on some system [not on
19969: six|ablv] so when would see them again would think up proper
19970: check
19971:
1.116 moko 19972: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
19973: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 19974:
19975: * src/main/pa_common.C: truncation never occured when writing files
19976: on unix [since i've changed cache mech] fix
19977:
19978: * src/main/pa_common.C: strnchr: sanity check added
19979:
19980: * etc/parser3.charsets/windows-1257.cfg: id added
19981:
19982: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
19983: baltic charset file generated, in generation script ispunct check
19984: added
19985:
19986: 2002-02-08 paf
19987:
1.116 moko 19988: * src/: include/Makefile.am, sql/Makefile.am,
19989: targets/isapi/Makefile.am: forgotten makes
1.95 moko 19990:
19991: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
19992: forgotten
19993:
19994: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
19995:
19996: * INSTALL, README: install&others updated
19997:
19998: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
19999:
1.116 moko 20000: * Makefile.am, configure, configure.in,
20001: etc/parser3.charsets/Makefile.am, src/Makefile.am,
20002: src/classes/Makefile.am, src/main/Makefile.am,
20003: src/main/pa_status_provider.C, src/targets/Makefile.am,
20004: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
20005: works
1.95 moko 20006:
20007: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20008: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20009: classes/hashfile.C, classes/int.C, classes/mail.C,
20010: classes/math.C, classes/op.C, classes/response.C,
20011: classes/string.C, classes/table.C, classes/void.C,
20012: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20013: include/pa_array.h, include/pa_cache_managers.h,
20014: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20015: include/pa_config_fixed.h, include/pa_config_includes.h,
20016: include/pa_db_connection.h, include/pa_db_manager.h,
20017: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20018: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20019: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20020: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20021: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20022: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20023: include/pa_stack.h, include/pa_string.h,
20024: include/pa_stylesheet_connection.h,
20025: include/pa_stylesheet_manager.h, include/pa_table.h,
20026: include/pa_threads.h, include/pa_types.h, main/compile.C,
20027: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20028: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
20029: main/pa_db_connection.C, main/pa_db_manager.C,
20030: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20031: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20032: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20033: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
20034: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20035: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20036: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
20037: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20038: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20039: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20040: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20041: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20042: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
20043: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
20044: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20045: types/pa_vmethod_frame.h, types/pa_vobject.h,
20046: types/pa_vrequest.h, types/pa_vresponse.h,
20047: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20048: types/pa_vstateless_object.h, types/pa_vstatus.C,
20049: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
20050: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
20051: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
20052: classes/image.C, main/pa_common.C, main/pa_exec.C,
20053: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
20054: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
20055: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
20056: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
20057: types/pa_vxnode.C, main/pa_charset.C: name spelling
20058:
20059: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20060: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20061: classes/hashfile.C, classes/image.C, classes/int.C,
20062: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
20063: classes/string.C, classes/table.C, classes/void.C,
20064: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20065: include/pa_array.h, include/pa_cache_managers.h,
20066: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20067: include/pa_config_fixed.h, include/pa_config_includes.h,
20068: include/pa_db_connection.h, include/pa_db_manager.h,
20069: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
20070: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20071: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20072: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20073: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20074: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20075: include/pa_stack.h, include/pa_string.h,
20076: include/pa_stylesheet_connection.h,
20077: include/pa_stylesheet_manager.h, include/pa_table.h,
20078: include/pa_threads.h, include/pa_types.h, main/compile.C,
20079: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
20080: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
20081: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20082: main/pa_db_connection.C, main/pa_db_manager.C,
20083: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
20084: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
20085: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
20086: main/pa_socks.C, main/pa_sql_driver_manager.C,
20087: main/pa_status_provider.C, main/pa_string.C,
20088: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
20089: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20090: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20091: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
20092: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20093: targets/isapi/pool_storage.h, types/pa_valiased.C,
20094: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20095: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
20096: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
20097: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
20098: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20099: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
20100: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20101: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
20102: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20103: types/pa_vresponse.h, types/pa_vstateless_class.C,
20104: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20105: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20106: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20107: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20108: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
20109: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
20110:
20111: 2002-02-07 paf
20112:
20113: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
20114:
1.116 moko 20115: * configure, configure.in, src/include/pa_config_auto.h.in,
20116: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
20117: added yet another locking function: fcntl
1.95 moko 20118:
20119: * config.sub: on cygwin configure passes it with strange i1586
20120: const, hacked it to mean i586
20121:
20122: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
20123: disabled $if reference due to conflicts with local variables
20124:
20125: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
20126: xdoc::set obsolete now, now xdoc::create, with both sences
20127:
20128: * operators.txt, src/classes/table.C, src/include/pa_array.h,
20129: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
20130: table::create now // 'set' name obsolete now table clone.
20131:
20132: * operators.txt, src/classes/string.C,
20133: src/include/pa_config_fixed.h, src/main/compile.tab.C:
20134: ^int/double/string.format now can be called with normal []
20135: brackets, not stupid {} as it were implemented for some strange
20136: reason. retaining backward compatibility due to some
20137: already-implemented servers
20138:
20139: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
20140: main/compile.y, main/compile_tools.C, main/compile_tools.h:
20141: operators now detected by check at name_without_curly_rdive_read
20142: rule whether diving code constists only of
20143: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
20144: with OP_GET_ELEMENT_OR_OPERATOR to form
20145: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
20146:
20147: 2002-02-06 paf
20148:
20149: * configure, configure.in: prefix expanded, grr
20150:
20151: * operators.txt, src/classes/mail.C: mail:send config changed
20152:
20153: 2002-02-05 paf
20154:
20155: * operators.txt: regex options commented
20156:
20157: * src/main/: pa_exec.C: argv0 now correct
20158:
20159: * src/types/pa_vstatus.C: status:rusage 3
20160:
20161: * src/types/pa_vstatus.C: status:rusage 2
20162:
20163: * operators.txt: status:rusage described int operators
20164:
20165: * src/types/pa_vstatus.C: status:rusage 1
20166:
20167: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
20168: src/types/types.dsp: status:rusage
20169:
20170: * configure.in, operators.txt, src/classes/file.C,
20171: src/classes/op.C, src/include/pa_common.h,
20172: src/include/pa_config_includes.h, src/main/compile.tab.C,
20173: src/main/pa_common.C: rewritten ^cache to use
20174: non-blocking-exclusive-caches
20175:
20176: * src/main/pa_common.C: text file read mode on win32 adjusted
20177: [speed impact. was off for debugging purpose, but forgotten
20178: afterwards]
20179:
20180: 2002-02-01 paf
20181:
20182: * src/classes/op.C: file_write does EX lock after create, while
20183: file_read does SH after open, so there's a moment after create
20184: but before EX lock when read can sneak into, and read
20185: just-created-for-writing-and-not-yet-locked file, added a check
20186: for that in ^cache...read
20187:
20188: 2002-01-31 paf
20189:
20190: * src/main/: compile.y, compile.tab.C: disabled operator call after
20191: ^xxx:
20192:
20193: * src/main/: compile.tab.C, execute.C: made operators lookup first
20194: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
20195:
20196: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
20197: main/compile.tab.C, main/compile.y, main/compile_tools.C,
20198: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
20199: operators check 6.1 rewritten. now check is done at compile time
20200:
20201: * src/main/execute.C: operators check 5 floated up old error of
20202: staying in 'entered class/object' state after $a($a..) it
20203: prevented operators from being called thereafter
20204:
20205: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20206: main/execute.C: operators check 4 floated up old error of staying
20207: in 'entered object' state after ^a.a(a) it prevented operators
20208: from being called thereafter
20209:
20210: * src/main/execute.C: operators check 3 floated up old error of
20211: staying in 'entered class' state after $a:a(a) it prevented
20212: operators from being called thereafter
20213:
20214: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
20215: floated up old error of staying in 'entered class' state after
20216: $a:a[a] it prevented operators from being called thereafter
20217:
20218: * src/main/execute.C: operators check, thay mistakenly seen in
20219: $class:operator $object.operators contexts
20220:
20221: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
20222: win32
20223:
1.116 moko 20224: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
20225: src/classes/Makefile.am, src/main/Makefile.am,
20226: src/targets/cgi/Makefile.am,
1.95 moko 20227: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 20228: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 20229:
1.116 moko 20230: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
20231: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
20232: configure, configure.in, form.txt, ident.awk, install-sh,
20233: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
20234: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 20235: etc/parser3.charsets/Makefile.am,
20236: etc/parser3.charsets/koi8-r.cfg,
20237: etc/parser3.charsets/windows-1250.cfg,
20238: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 20239: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
20240: src/main/Makefile.am, src/targets/cgi/Makefile.am,
20241: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
20242: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 20243: straightened installation scripts procedure made
20244: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
20245: change
20246:
20247: 2002-01-30 paf
20248:
20249: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
20250: removed] those comments were a mistake, and prevented libltdl
20251: from function properly
20252:
20253: 2002-01-29 paf
20254:
1.116 moko 20255: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
20256: creation [modified acinclude.m4 which were creating int into just
20257: assignment LIBTOOL=../libtool] added default system
20258: config&charsetts prepared 'make install', now it installs
20259: targets/cgi/parser3 into bin directory etc/parser3.conf &
20260: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 20261: $sysconfdir/parser3.charsets respectively
20262:
20263: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
20264: main/pa_globals.C: few forgotten ifdef XML added
20265:
20266: 2002-01-28 paf
20267:
1.116 moko 20268: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 20269: removed
20270:
20271: * src/main/pa_exception.C: dom|generic error output fix
20272:
20273: * src/classes/xnode.C: xdoc.importNode 3 [check err]
20274:
20275: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
20276:
20277: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
20278: [fixed as_node helper func to accept docs]
20279:
20280: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
20281: xdoc.importNode 0
20282:
20283: * src/classes/xdoc.C: xdoc::set now untaints OK
20284:
20285: 2002-01-25 paf
20286:
20287: * src/main/: compile.tab.C, compile.y: #comment before @ after
20288: @SPECIAL now works OK
20289:
20290: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
20291:
20292: * src/main/pa_exec.C: max arg count now 10, and proper message on
20293: violation that added
20294:
20295: * src/classes/hash.C: unified hash::sql, now
20296: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
20297:
20298: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
20299: ^file:lock[filename]{code}
20300:
20301: * src/: classes/file.C, classes/op.C, classes/string.C,
20302: classes/table.C, classes/xdoc.C, include/pa_common.h,
20303: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
20304: to some pa_common funcs
20305:
20306: * src/: include/pa_charset.h, main/pa_globals.C:
20307: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
20308:
20309: * src/: include/pa_charset.h, main/pa_charset.C,
20310: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
20311: not stupid illegal define
20312:
20313: 2002-01-24 paf
20314:
20315: * src/include/pa_version.h: changed version number
20316:
20317: * src/: classes/hashfile.C, include/pa_db_table.h,
20318: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20319: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20320: main/pa_db_connection.C, main/pa_db_table.C,
20321: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
20322: hashfile without logfiles
20323:
20324: * src/: classes/hashfile.C, include/pa_db_table.h,
20325: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
20326: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
20327: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
20328: DB_INIT_TXN init bits, thus got rid of huge log files, which
20329: cluttered disk without huge need]
20330:
20331: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
20332: handy macro, which is strangly abscent in dome lib
20333:
20334: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
20335:
20336: * src/classes/xdoc.C: checked empty response
20337:
20338: * src/classes/xnode.C: xdoc.select fixed context node [were always
20339: /, not self node]
20340:
20341: * src/classes/xnode.C: xnode.select returns array always now, in
20342: case 'nothing found' returns empty array
20343:
20344: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
20345: be more tender with ctrl/c/v
20346:
20347: 2002-01-23 paf
20348:
20349: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
20350: substituted. // 2. when dom tree with entites goes under
20351: transform text nodes // got [erroreosly] cut on first
20352: entity occurance
20353:
20354: * src/types/pa_vdouble.h: double prec. todo: get rid of
20355: twice-converting
20356:
20357: * src/types/pa_vdouble.h: %.20E now float format when %g produced
20358: 'e' in output this is for regretful twice-converting here:
20359: $a(double value) when they write double falue they convert it to
20360: string first, thus %g were losing precesion.
20361:
20362: todo: think up some way to remove double->string string->double
20363: twice-converting
20364:
20365: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
20366: %.20E now default float format this is for regretful
20367: twice-converting here: $a(double value) when they write double
20368: falue they convert it to string first, thus %g were losing
20369: precesion.
20370:
20371: todo: think up some way to remove double->string string->double
20372: twice-converting
20373:
20374: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
20375: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
20376: reasons in comment inside
20377:
20378: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
20379: statically linked]
20380:
20381: * src/: include/pa_exception.h, main/compile.tab.C,
20382: main/pa_exception.C: removed exception va_list constructor. 1.
20383: not needed anymore 2. there were a conflict[causing errors]
20384: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
20385: never detected an ambiguilty here, compiling ctor(, "hello") into
20386: ctor(, va_list) which, of course, caused gpf
20387:
20388: * src/main/pa_globals.C: removed debug xslt messages
20389:
20390: 2002-01-22 paf
20391:
20392: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
20393: main/pa_globals.C: xsl stylesheet load: parsed entities, this
20394: helps compiling stylesheet properly. example: this refused to
20395: work, <b>«<xsl:value-of select="@title"
20396: />»</b> stranly worked only this way:
20397: <b>«<xsl:value-of select="@title" />»</b>
20398:
20399: docs says "set it to 1", never going into details, so I decided
20400: to try NOT to do that
20401:
20402: * src/classes/table.C: join behaived badly in case named tables
20403: structure mismatched: 0 strings sneaked into dest failing
20404: afterwards. replaced them with empty strings
20405:
20406: 2002-01-21 paf
20407:
20408: * src/main/pa_charset.C: checked empty transcoders in
20409: transcode_cstr|buf
20410:
20411: * src/classes/xdoc.C: xdoc::load error source = filespec
20412:
20413: * src/classes/xdoc.C: transform error source now
20414: stylesheet_filespec
20415:
1.116 moko 20416: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 20417: include/pa_stylesheet_connection.h, main/pa_charset.C,
20418: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 20419: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
20420: gnome
1.95 moko 20421:
20422: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20423: include/pa_globals.h, include/pa_stylesheet_connection.h,
20424: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
20425: xslt generic error 1
20426:
20427: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
20428: xml generic message 1
20429:
20430: * src/classes/table.C: ^table::load empty lines or #comments before
20431: headline
20432:
20433: * src/: include/pa_array.h, include/pa_globals.h,
20434: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
20435: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
20436: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
20437: errors 0
20438:
20439: 2002-01-16 paf
20440:
20441: * src/: classes/hash.C, classes/op.C, classes/string.C,
20442: classes/table.C, classes/void.C, classes/xdoc.C,
20443: include/pa_db_connection.h, include/pa_request.h,
20444: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20445: include/pa_stylesheet_connection.h,
20446: include/pa_stylesheet_manager.h, main/pa_request.C,
20447: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20448: targets/cgi/pool_storage.h: auto closers to sql_connection,
20449: stylesheet_connection auto destroyers to remaining gnome objects
20450:
20451: * src/classes/xdoc.C: few comments
20452:
20453: 2002-01-15 paf
20454:
20455: * src/classes/xdoc.C: xdoc file save string
20456:
20457: ready. todo: error handling
20458:
20459: * src/classes/xdoc.C: xdoc save rewritten using
20460: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
20461: result
20462:
20463: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
20464: started output options parsing
20465:
20466: 2002-01-14 paf
20467:
20468: * src/classes/xdoc.C: method
20469:
20470: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
20471: include/pa_pool.h, include/pa_stylesheet_connection.h,
20472: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
20473: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
20474: xslt transform0. TODO: use output options handle errors
20475:
20476: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
20477:
20478: 2002-01-11 paf
20479:
20480: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20481: main/compile_tools.C, main/compile_tools.h, main/execute.C:
20482: partial logical && || evaluation
20483:
20484: * src/classes/xnode.C: xpath selectNodes
20485:
20486: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
20487: string/number/bool
20488:
20489: * src/classes/xnode.C: xpath selectNode 2
20490:
20491: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
20492: xpath selectNode 1
20493:
20494: 2002-01-10 paf
20495:
20496: * src/classes/xnode.C: xpath selectNode -100 [just written]
20497:
20498: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
20499: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
20500: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
20501: refcounter]
20502:
20503: 2001-12-29 paf
20504:
20505: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
20506: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
20507: glib works 0
20508:
20509: 2001-12-28 paf
20510:
20511: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
20512: main/pa_exception.C: started glib transcoders
20513:
20514: * src/main/pa_globals.C: renamed gdome to libgdome.dll
20515:
20516: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
20517: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
20518: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
20519: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
20520: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
20521: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
20522: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
20523: libs just compiled in. no refcounting no xpath no xslt yet
20524:
20525: 2001-12-27 paf
20526:
20527: * src/: include/pa_charset.h, include/pa_common.h,
20528: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
20529: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
20530: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
20531: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
20532: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
20533: from xalan&xerces, started the process. globals [initialization
20534: pool [charset update charset [transcodings vxnode vxdoc [DOM
20535: calls
20536:
20537: * src/classes/Makefile.am: going away from xalan&xerces, not needed
20538: anymore
20539:
20540: 2001-12-26 paf
20541:
20542: * src/: include/pa_charset.h, include/pa_charsets.h,
20543: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
20544: key globalized [bug]
20545:
20546: 2001-12-25 paf
20547:
20548: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
20549: main/pa_string.C: table set & append changed splitting languages,
20550: separators now can be clean AND as-is same to mail command line
20551: $MAIN:MAIL.progX arguments
20552:
20553: 2001-12-24 paf
20554:
20555: * src/classes/mail.C: one parted text messages - no multipart
20556: mime-type anymore. for convinient if $.attach-ments
20557:
20558: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
20559: main/pa_string.C: read from cache size check updated
20560:
20561: * src/main/: pa_string.C: String::join_chain another ugly bug :(
20562:
20563: 2001-12-21 paf
20564:
20565: * src/classes/date.C: date:sql-string now returns localtime
20566:
20567: * src/main/pa_request.C: $result in @main actually not working, to
20568: hell with it for now
20569:
20570: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
20571: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
20572: @postprocess @exception
20573:
20574: * src/main/execute.C: junction evaluation canceled - endless
20575: recursion detected
20576:
20577: 2001-12-19 paf
20578:
20579: * src/main/pa_charset.C: charset->charset transcoding via unicode
20580: intermediate
20581:
20582: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
20583:
20584: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
20585:
20586: * src/classes/op.C: ^cache keypath now relative
20587:
20588: * src/classes/mail.C: changed weighting prior to sort
20589:
20590: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
20591: were missing
20592:
20593: 2001-12-17 paf
20594:
20595: * src/main/pa_charset.C: ifndef XML were bad type
20596:
20597: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
20598: outdated unset services_pool
20599:
20600: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
20601: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
20602: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
20603:
20604: * src/main/untaint.C: allowed space in filespec
20605:
20606: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
20607:
20608: * src/classes/image.C: no govno
20609:
20610: * src/classes/image.C: govno
20611:
20612: 2001-12-16 paf
20613:
20614: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
20615:
20616: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
20617: charset_connection&manager replaced by charset&charsets
20618:
20619: * src/main/pa_charset.C: name_cstr 0
20620:
20621: * src/main/untaint.C: uri lang now knows about client/source
20622: charsets
20623:
20624: * src/: classes/file.C, classes/math.C, classes/op.C,
20625: classes/string.C, classes/table.C, classes/xdoc.C,
20626: include/pa_array.h, include/pa_cache_managers.h,
20627: include/pa_charset_connection.h, include/pa_charset_manager.h,
20628: include/pa_common.h, include/pa_db_connection.h,
20629: include/pa_db_manager.h, include/pa_db_table.h,
20630: include/pa_dictionary.h, include/pa_exception.h,
20631: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
20632: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
20633: include/pa_sapi.h, include/pa_socks.h,
20634: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20635: include/pa_string.h, include/pa_stylesheet_connection.h,
20636: include/pa_stylesheet_manager.h, include/pa_table.h,
20637: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
20638: main/pa_charset.C, main/pa_charset_connection.C,
20639: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
20640: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20641: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
20642: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
20643: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
20644: types/types.dsp: introducing Charset
20645:
20646: 2001-12-14 paf
20647:
20648: * src/: include/pa_request.h, include/pa_transcoder.h,
20649: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
20650: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
20651: uri lang
20652:
20653: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
20654:
20655: * src/targets/cgi/Makefile.am: -I../../pcre to .am
20656:
20657: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
20658: defalts_name global
20659:
20660: * src/: include/pa_charset_connection.h, include/pa_pool.h,
20661: include/pa_request.h, main/main.dsp,
20662: main/pa_charset_connection.C, main/pa_charset_manager.C,
20663: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
20664: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
20665: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
20666: changed charset model. now important: $request:charset
20667: $response:charset while $response:content-type.charset become
20668: unimportant [informational]
20669:
20670: 2001-12-13 paf
20671:
20672: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
20673:
20674: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
20675: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
20676: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
20677: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
20678: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
20679: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
20680:
20681: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
20682: auto_ptr part other way, because of stupid gcc 2.96
20683: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
20684: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
20685: FormatterListener] /usr/include/g++-3/memory:48:
20686: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
20687: _Tp1 = FormatterListener, _Tp = FormatterListener]
20688:
20689: * src/classes/xdoc.C: removed extra inc
20690:
20691: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
20692:
20693: * src/include/pa_types.h: msvc head debugging flag
20694:
20695: * src/classes/xdoc.C: freed up listener
20696:
20697: * src/classes/string.C: change msg '... code is not code'
20698:
20699: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
20700: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20701: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
20702: [past/future prob]
20703:
20704: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20705: include/pa_config_fixed.h, include/pa_db_manager.h,
20706: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
20707: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
20708:
20709: * src/: include/pa_config_fixed.h, main/pa_common.C,
20710: main/pa_string.C: removed signed mismatch warnings
20711:
20712: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
20713: 'expires' from header outputs
20714:
20715: * src/main/pa_string.C: string::recustruct erroreusly used outdated
20716: row ptr
20717:
20718: * src/classes/file.C: file::cgi bug, request_method were passed to
20719: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
20720:
20721: * src/classes/xdoc.C: lang list updated
20722:
20723: 2001-12-10 paf
20724:
20725: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
20726:
20727: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
20728: erase files like that, knowing their full name introducing //
20729: theoretical problem with, for instance, "_2B" and "." fragments,
20730: // they would yield the same // because
20731: need_file_encode('_')=false // but we need to delete such files
20732: somehow, getting names from ^index
20733:
20734: * src/main/pa_string.C: ^string.replace bug fixed [bad
20735: string::join_chank break]
20736:
20737: 2001-12-07 paf
20738:
20739: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
20740: include/pa_common.h, include/pa_config_auto.h.in,
20741: include/pa_config_fixed.h, include/pa_config_includes.h,
20742: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
20743: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
20744: types/pa_vhashfile.C: merged from r14_simple_cache
20745:
20746: * src/main/pa_string.C: stupid sparc architecture failed to access
20747: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
20748: lduh [ %i2 + 1 ], %l0
20749:
20750: bus error, fixed that
20751:
20752: * src/main/pa_string.C: strange string deserialize bug on
20753: client[pmts], a bit shortened,
20754:
20755: * src/include/pa_config_auto.h.in: makes
20756:
20757: * src/: include/pa_common.h, include/pa_config_fixed.h,
20758: include/pa_config_includes.h, main/pa_common.C: exclusive lock
20759: file write shared lock file read
20760:
20761: * src/: classes/op.C, include/pa_common.h,
20762: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
20763:
20764: 2001-12-06 paf
20765:
20766: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20767: main/pa_request.C: #ifdef RESOURCES_DEBUG
20768:
20769: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
20770: info
20771:
20772: * src/classes/hashfile.C: removed transaction from ^cache
20773:
20774: 2001-12-05 paf
20775:
20776: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
20777: IIS5 there were a prob with illegal call check
20778:
20779: 2001-12-04 paf
20780:
20781: * src/: classes/op.C, classes/table.C, include/pa_request.h,
20782: main/pa_request.C: measures to log
20783:
20784: 2001-11-23 paf
20785:
20786: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20787: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
20788: types/pa_vhashfile.C: merged from _0014, 1
20789:
20790: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
20791: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
20792: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
20793: ^cache(33) would change
20794:
20795: 0660 bits in file_write & hashfile create
20796:
20797: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
20798: after pa_string optimization]
20799:
20800: 2001-11-22 paf
20801:
20802: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20803: table.offset[whence]
20804:
20805: * src/classes/op.C: process cstr(,connection)
20806:
20807: * src/classes/op.C: process now gets its body on current language,
20808: not as-is
20809:
20810: * src/main/untaint.C: ORIGINS mode removed UHTML
20811:
20812: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
20813: bit
20814:
1.116 moko 20815: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 20816:
20817: 2001-11-21 paf
20818:
20819: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
20820: <xsl:output output options made identical to xsl:output
20821: attributes exclusion: cdata-section-elements what xalan can do
20822: but that not used now: it can escape and remove CDATA sections
20823:
20824: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
20825: produced by xslt
20826:
20827: * src/targets/cgi/parser3.C: removed debug cgi||1
20828:
20829: * src/main/: pa_string.C, untaint.C: cached some string::size() es
20830:
20831: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
20832: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
20833: default language for {code}, it happen to change it's language
20834: from CLEAN, so later refused to split by CLEAN \t
20835:
20836: 2001-11-20 paf
20837:
1.116 moko 20838: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
20839: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 20840: bottom of dependeces, so that errors would popup quicklier, fixed
20841: line numbering in table::sql
20842:
20843: 2001-11-19 paf
20844:
20845: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
20846: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20847: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20848: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
20849: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
20850: at wcontext.write
20851:
1.116 moko 20852: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 20853: _set_new_handler
20854:
1.116 moko 20855: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
20856: set_new_handler in apache&isapi
1.95 moko 20857:
20858: 2001-11-16 paf
20859:
20860: * src/targets/cgi/parser3.C: pool debug @ die
20861:
20862: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
20863: removed 8 bytes from String, 2 bytes from
20864: string::chunk::row::item
20865:
20866: * src/main/pa_string.C: removed 1+4 bytes from String
20867:
20868: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20869: types/pa_vstring.C: removed 1+4 bytes from String
20870:
20871: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
20872: 0
20873:
20874: * src/: include/pa_globals.h, include/pa_string.h,
20875: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
20876: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
20877: targets/cgi/parser3.C: introducing estimating
20878: String::cstr_bufsize, 0
20879:
20880: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
20881:
20882: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
20883:
20884: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
20885: include/pa_pool.h: die in pool::fail
20886:
20887: 2001-11-15 paf
20888:
20889: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
20890: main/pa_exception.C, targets/cgi/parser3.C: exception with
20891: dynamic buffer re-back now with counter
20892:
20893: * src/: include/pa_exception.h, main/pa_exception.C: exception with
20894: static buffer back
20895:
20896: * src/targets/cgi/parser3.C: std::
20897:
20898: * src/: classes/classes.awk, include/pa_config_auto.h.in,
20899: include/pa_config_includes.h: setnewhandler check
20900:
1.116 moko 20901: * src/include/pa_config_auto.h.in: makes
1.95 moko 20902:
20903: * src/targets/cgi/parser3.C: set_new_handler started
20904:
20905: 2001-11-14 paf
20906:
20907: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20908: was wrong
20909:
20910: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
20911: was wrong
20912:
20913: * src/main/pa_request.C: z
20914:
20915: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
20916: full returns win32 -1 solaris >buffer_size
20917:
20918: checked all that
20919:
20920: * src/classes/op.C: ^untaint{body} as-is default now
20921:
20922: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20923: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
20924: with no_bad_constructors_try
20925:
20926: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
20927: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
20928: this: $bred[^string::length[]] $bred[^response::clear[]]
20929: $bred[^int::int[]]
20930:
20931: now VObject creation moved into overriden
20932: VClass::create_new_value, thus 0 from create_new_value means that
20933: class has no ctors
20934:
20935: 2001-11-13 paf
20936:
20937: * src/classes/classes.C: returned accedently removed if in foreach
20938: callbacks [when hash no-0-restructure]
20939:
20940: 2001-11-12 paf
20941:
20942: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
20943: passed as-is to method, xalan makes & into & itself
20944:
20945: * src/classes/date.C: date.roll parser2 alg used
20946:
20947: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
20948: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
20949: main/pa_dictionary.C, main/pa_hash.C,
20950: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
20951: now does not containt 0 values. put 0 actullay removes. no check
20952: on 0 value in foreach now required
20953:
20954: 2001-11-11 paf
20955:
20956: * src/sql/pa_sql_driver.h: removed extra constructor, doc
20957:
20958: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
20959:
20960: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
20961: driver initialize not const
20962:
20963: 2001-11-10 paf
20964:
20965: * src/main/pa_exec.C: doc
20966:
20967: 2001-11-09 paf
20968:
20969: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
20970: param properly
20971:
20972: * src/classes/string.C: string.save now does untainting before
20973: saving
20974:
20975: * src/main/pa_common.C: line endings fixing fixed last piece[was
20976: still cstr oriented]
20977:
20978: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
20979: line endings fixing got rid of cstr, now must work ok with post
20980: multipart
20981:
20982: * src/types/pa_vform.C: line endings fixed at post / multipart /
20983: not file also now
20984:
20985: 2001-11-08 paf
20986:
20987: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
20988: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
20989: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
20990: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
20991: main/pa_stylesheet_manager.C: restructured Cache manager to be
20992: simple parent, not second parent [gcc 2.96 strangly refused to
20993: call virtual from second parent]
20994:
1.116 moko 20995: * src/: include/pa_common.h, main/Makefile.am,
20996: targets/cgi/pa_pool.C: makes
1.95 moko 20997:
20998: * src/: include/pa_request.h, main/pa_request.C,
20999: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
21000: 'status' class enabler
21001:
21002: <Location /parser-status.html> ParserStatusAllowed </Location>
21003:
21004: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21005: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
21006: include/pa_stylesheet_manager.h, main/main.dsp,
21007: main/pa_cache_managers.C, main/pa_charset_manager.C,
21008: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21009: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21010: types/pa_vstatus.h: cache_managers, maybe-expiring every request
21011: todo: apache 'status' class enabler
21012:
21013: 2001-11-05 paf
21014:
21015: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
21016: debug to normal
21017:
21018: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
21019: hence i removed skipping 0 values in hash::for_each-es we need to
21020: check cleaned cache items manually. few more checks.
21021:
21022: expiring to 0 time was wrong, changed to 'now' time
21023:
21024: * src/targets/cgi/parser3.C: read can return 0, that means sort of
21025: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
21026: on apache already done :)
21027:
21028: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
21029: skipping 0 values in hash::for_each-es we need to check cleaned
21030: cache items manually
21031:
21032: * src/main/: pa_db_connection.C, pa_db_table.C:
21033: parser_multithreaded check was wrong
21034:
21035: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21036: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21037: classes/hashfile.C, classes/image.C, classes/int.C,
21038: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21039: classes/string.C, classes/table.C, classes/void.C,
21040: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21041: include/pa_array.h, include/pa_charset_connection.h,
21042: include/pa_charset_manager.h, include/pa_common.h,
21043: include/pa_config_fixed.h, include/pa_config_includes.h,
21044: include/pa_db_connection.h, include/pa_db_manager.h,
21045: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21046: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21047: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21048: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21049: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21050: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21051: include/pa_stack.h, include/pa_string.h,
21052: include/pa_stylesheet_connection.h,
21053: include/pa_stylesheet_manager.h, include/pa_table.h,
21054: include/pa_threads.h, include/pa_types.h, main/compile.C,
21055: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21056: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
21057: main/pa_charset_manager.C, main/pa_common.C,
21058: main/pa_db_connection.C, main/pa_db_manager.C,
21059: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21060: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21061: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21062: main/pa_socks.C, main/pa_sql_driver_manager.C,
21063: main/pa_status_provider.C, main/pa_string.C,
21064: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21065: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21066: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21067: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21068: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21069: targets/isapi/pool_storage.h, types/pa_valiased.C,
21070: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21071: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21072: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21073: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21074: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21075: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21076: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21077: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21078: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21079: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21080: types/pa_vstateless_object.h, types/pa_vstatus.h,
21081: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
21082: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
21083: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21084: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
21085: $status:db fixed used not initialized in db_connection & db_table
21086:
21087: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
21088: $status:charset
21089:
21090: * src/: classes/xdoc.C, include/pa_db_connection.h,
21091: include/pa_stylesheet_connection.h,
21092: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
21093: types/pa_vstatus.h: $status:stylesheet
21094:
21095: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
21096: include/pa_request.h, include/pa_sql_connection.h,
21097: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21098: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
21099: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
21100: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21101: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
21102: types/pa_vxnode.C, types/types.dsp: started status parser class
21103:
21104: 2001-11-01 paf
21105:
21106: * src/include/pa_config_auto.h.in: makes
21107:
21108: * src/main/pa_hash.C: removed old extra include
21109:
21110: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
21111: checks [for hp, there are such in math.h]
21112:
21113: * src/classes/op.C: ^for endless loop check strightened
21114:
21115: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
21116: behavior in native calls. it left unchanged, so ^for ^foreach &
21117: co can use r.root to write their i & key,value there
21118:
21119: * src/classes/op.C: detected for var storage bug, fixed.
21120: todo:foreach
21121:
21122: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
21123: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
21124: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
21125: changing of hash inside of foreach
21126:
21127: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
21128: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
21129: were hash.foreach
21130:
21131: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
21132: types/pa_vstring.C, types/pa_vstring.h:
21133: ^foreach[key|value]{body}[[separator]|{separator}]
21134:
21135: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
21136: types/pa_vcookie.C: ^hash.delete[key]
21137:
21138: 2001-10-31 paf
21139:
21140: * src/main/: compile.C, pa_common.C: completely empty file now
21141: considered "read", not ignored [not perfect trick used]
21142:
21143: * src/main/pa_common.C: simplier common ifdefs
21144:
21145: * src/main/pa_common.C: typing bug in common - bad ifdeff
21146:
21147: * src/main/pa_db_connection.C: z
21148:
21149: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
21150: lockdetector flags
21151: dbenv.lk_detect=DB_LOCK_RANDOM;
21152:
21153: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
21154: from accidental show [imagine user forgot @exception]
21155:
21156: * src/classes/table.C: ^table.save[[nameless|+append;]path]
21157:
21158: * src/: classes/file.C, classes/image.C, classes/mail.C,
21159: classes/string.C, classes/xnode.C, include/pa_common.h,
21160: main/pa_common.C: ^string.save[[append;]path]
21161:
21162: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21163: main/execute.C: \ in expression: int divide 10/3=3
21164:
21165: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
21166: inside of ^cache
21167:
21168: * src/: include/pa_threads.h, main/pa_db_connection.C,
21169: main/pa_db_table.C, targets/cgi/pa_threads.C,
21170: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
21171: needed
21172:
21173: 2001-10-30 paf
21174:
21175: * src/: classes/classes.dsp, main/main.dsp,
21176: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21177: types/types.dsp: enabled debug incremental compile
21178:
21179: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
21180: form post data line endings not reformatted now.
21181:
21182: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
21183: now required [had bug when file= has no value]
21184:
21185: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
21186: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
21187: cstr(asis) default param removed
21188:
21189: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
21190:
21191: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
21192:
21193: * src/include/pa_dir.h: LOAD_DIR fixed
21194:
21195: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
21196: was broken} fix_line_breaks
21197:
21198: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
21199: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
21200: packed with #pragma pack
21201:
1.116 moko 21202: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 21203:
21204: 2001-10-29 paf
21205:
21206: * src/types/pa_wcontext.h: bitfield syntax stricter
21207:
21208: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
21209: string hash.puts
21210:
21211: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
21212:
21213: * src/include/pa_sql_connection.h: there were one wrong
21214: SQL_CONNECTION_FUNC_GUARDED [failed]
21215:
21216: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
21217: param.someday either ifdef or remove it
21218:
21219: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
21220:
21221: * src/main/untaint.C: optimizing returned after debugging
21222:
21223: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
21224: main/untaint.C: memory hunging #pragma pack(1)
21225:
21226: 16 419 844 13 169 394
21227:
21228: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
21229: targets/cgi/pa_pool.C: String size_t replace to uint in proper
21230: places [todo:Array]
21231:
21232: * src/: main/execute.C, targets/cgi/pa_pool.C,
21233: targets/cgi/parser3.dsp, types/pa_wcontext.h,
21234: types/pa_wwrapper.h: debugging memory WContext flags to bits
21235:
21236: total 5 652 652/158731 total 5 469 332/158731
21237:
21238: * src/: include/pa_array.h, main/pa_array.C: debugging memory
21239: Array:: without cache in get/put now
21240:
21241: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
21242: 18:25:27 2001] total 5 652 652/158731
21243:
21244: * src/: include/pa_string.h, main/pa_string.C,
21245: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
21246: now
21247:
21248: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
21249: 18:11:53 2001] total 5796092/158731
21250:
21251: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
21252: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
21253: key ref now
21254:
21255: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
21256: 17:11:17 2001] total 16867948/202658
21257:
21258: * src/: classes/file.C, classes/image.C, classes/string.C,
21259: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
21260: main/execute.C, main/pa_array.C, main/pa_common.C,
21261: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21262: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
21263: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
21264: string::as_int/double now usually uses stack, not heap [200K out
21265: of 17M :)] VString(String&) not copies reference [29M -> 17M]
21266:
21267: * src/main/pa_sql_driver_manager.C: ping to have services [old
21268: hiding bug]
21269:
21270: * src/Makefile.am: .am order
21271:
21272: * src/: include/pa_array.h, include/pa_charset_manager.h,
21273: include/pa_db_connection.h, include/pa_db_manager.h,
21274: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
21275: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21276: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
21277: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
21278: required "friend class"
21279:
21280: ../include/pa_request.h:51: friend declaration requires
21281: class-key, i.e. `friend class Temp_lang'
21282:
21283: * src/: include/pa_exception.h, include/pa_sql_connection.h,
21284: main/pa_exception.C, main/pa_sql_driver_manager.C,
21285: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
21286:
21287: the idea is to #1 jump to C++ some function to main body, where
21288: every function stack frame has exception unwind information and
21289: from there... #2 propagate_exception()
21290:
21291: 2001-10-28 paf
21292:
21293: * src/main/pa_db_connection.C: removed old consts
21294:
21295: * src/main/pa_db_connection.C: expire table [was accidently pasted
21296: with wrong type/cast]
21297:
21298: * src/main/: pa_db_connection.C, pa_db_table.C: exception
21299: translation
21300:
1.116 moko 21301: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 21302: remember to build DB2 with -fexceptions!!!
21303:
21304: * src/main/pa_db_table.C: DB_RMW defed
21305:
21306: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
21307: include/pa_db_connection.h, include/pa_db_manager.h,
21308: include/pa_db_table.h, main/pa_db_connection.C,
21309: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
21310:
21311: 2001-10-27 paf
21312:
21313: * src/: classes/hashfile.C, include/pa_db_connection.h,
21314: include/pa_db_table.h, main/pa_db_connection.C,
21315: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
21316: types/pa_vhashfile.C: DB2 ifdefs
21317:
1.116 moko 21318: * src/: classes/Makefile.am, include/pa_config_fixed.h,
21319: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 21320: makes with DB2
21321:
1.116 moko 21322: * src/: include/pa_config_auto.h.in, main/Makefile.am,
21323: types/Makefile.am: makes db
1.95 moko 21324:
21325: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
21326: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
21327: globals.C
21328:
21329: * src/: classes/hashfile.C, include/pa_db_connection.h,
21330: include/pa_db_table.h, main/pa_db_connection.C,
21331: main/pa_db_table.C: ^hashfile.clear[]
21332:
21333: * src/classes/classes.awk: no $ in var names
21334:
21335: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
21336: connection&table [forgotten calls]
21337:
21338: 2001-10-26 paf
21339:
21340: * src/main/pa_db_connection.C: db checkpoints
21341:
21342: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
21343: checkpoints
21344:
21345: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
21346: default. but entities still reparsed. todo: tothink
21347:
21348: * src/main/pa_db_connection.C: db recover mech 2
21349:
21350: * src/: classes/hashfile.C, include/pa_db_connection.h,
21351: include/pa_db_manager.h, include/pa_db_table.h,
21352: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
21353: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
21354: types/pa_vhashfile.h: db connections & tables now cached at
21355: create time & multithreaded
21356:
21357: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
21358: parsed_source
21359:
21360: * src/main/pa_db_connection.C: about to remove connection from
21361: vhashfile
21362:
21363: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
21364: transaction commit/rollback responsibility left to parent [as it
21365: sould - else there were a bug with double free]
21366:
21367: * src/include/pa_db_table.h: db: child transaction commit/rollback
21368: responsibility left to parent [as it sould - else there were a
21369: bug with double free]
21370:
21371: 2001-10-25 paf
21372:
21373: * src/: classes/hashfile.C, include/pa_common.h,
21374: include/pa_db_connection.h, include/pa_db_manager.h,
21375: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
21376: types/pa_vhashfile.C, types/pa_vhashfile.h,
21377: include/pa_db_table.h, main/pa_db_table.C: started db_home
21378: [multiple, cached] todo: autorecover [tried, but not succeded,
21379: yet]
21380:
21381: * src/include/pa_dir.h: ancient gpf on dir not found fixed
21382:
21383: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
21384: transaction parent passed
21385:
21386: 2001-10-24 parser
21387:
1.116 moko 21388: * src/classes/Makefile.am: makes
1.95 moko 21389:
21390: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
21391: isapi/pool_storage.h: pool_storage fixed
21392:
21393: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
21394: types/pa_vform.h: form fix_line_breaks
21395:
1.116 moko 21396: * src/targets/cgi/pool_storage.h: makes
1.95 moko 21397:
21398: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
21399: targets/cgi/pool_storage.h: makes
21400:
21401: * src/sql/pa_sql_driver.h: version
21402:
21403: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
21404: types/pa_vform.C, types/pa_vform.h: .am
21405:
21406: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
21407: this: DB_RMW Acquire write locks instead of read locks when doing
21408: the retrieval. Setting this flag may decrease the likelihood of
21409: deadlock during a read-modify-write cycle by immediately
21410: acquiring the write lock during the read part of the cycle so
21411: that another thread of control acquiring a read lock for the same
21412: item, in its own read-modify-write cycle, will not result in
21413: deadlock
21414:
21415: * src/targets/isapi/parser3isapi.dsp: doc
21416:
21417: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
21418:
21419: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
21420:
21421: * src/: classes/hashfile.C, include/pa_db_connection.h,
21422: main/pa_db_connection.C: hashfile expired deleted from db when
21423: get & iterate
21424:
21425: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
21426: expiring 1
21427:
21428: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
21429:
21430: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
21431: db_connection not bothers with key when not returning expired
21432: data
21433:
21434: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
21435: types/pa_vhashfile.C: db_cursor constructor public now
21436:
21437: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
21438: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
21439: stamped, todo: put_element analize
21440:
21441: * src/: include/pa_db_connection.h, include/pa_string.h,
21442: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
21443: serialize. todo stamp
21444:
21445: 2001-10-23 parser
21446:
21447: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
21448: classes/image.C, classes/mail.C, classes/response.C,
21449: classes/string.C, classes/table.C, classes/xdoc.C,
21450: include/pa_config_fixed.h, include/pa_db_connection.h,
21451: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
21452: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
21453: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
21454: types/pa_vtable.C: ^hashfile.hash[]
21455:
21456: * src/: classes/hashfile.C, classes/xdoc.C,
21457: include/pa_config_fixed.h, main/pa_db_manager.C,
21458: main/pa_globals.C: ifdefs so it compiled without db
21459:
21460: * src/: classes/hashfile.C, include/pa_db_connection.h,
21461: include/pa_db_manager.h, main/pa_db_connection.C,
21462: main/pa_db_manager.C, types/pa_vhashfile.h:
21463: ^hashfile.transaction{code} ^hashfile:clear[filename]
21464: ^hashfile.delete[key]
21465:
21466: 2001-10-22 parser
21467:
21468: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
21469: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
21470:
21471: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
21472: classes/xnode.C, include/pa_charset_connection.h,
21473: include/pa_db_connection.h, include/pa_db_manager.h,
21474: include/pa_exception.h, include/pa_sapi.h,
21475: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21476: include/pa_stylesheet_connection.h,
21477: include/pa_stylesheet_manager.h,
21478: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21479: main/pa_db_connection.C, main/pa_db_manager.C,
21480: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
21481: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21482: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
21483: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
21484: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
21485: types/types.dsp: hashfile 0
21486:
21487: * src/types/pa_vhashfile.C: z
21488:
21489: * src/: classes/classes.dsp, classes/hashfile.C,
21490: include/pa_config_fixed.h, main/execute.C,
21491: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
21492: types/pa_vhashfile.h, types/types.dsp: hashfile -100
21493:
21494: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
21495:
21496: * src/: include/pa_exception.h, include/pa_request.h,
21497: main/execute.C, main/pa_exception.C, main/pa_request.C,
21498: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
21499: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
21500:
21501: 2001-10-19 parser
21502:
21503: * src/include/pa_pool.h: header
21504:
21505: * src/main/pa_pool.C: auto compiled on gcc
21506:
21507: * src/classes/image.C: comment
21508:
1.116 moko 21509: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 21510:
21511: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21512: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21513: types/pa_vxnode.h: xnode clone got freed
21514:
21515: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21516: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
21517: can free up xalandomstring resulting from pool::transcode
21518:
21519: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
21520: include/pa_config_fixed.h, include/pa_exception.h,
21521: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
21522: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
21523: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
21524: to c++ exceptions 1xml configure fixed to exclude xalan-patch
21525: from non-xml compile
21526:
21527: * src/main/pa_request.C: pool:: context - get_context
21528:
21529: * src/: classes/classes.h, classes/date.C, classes/double.C,
21530: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
21531: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
21532: classes/string.C, classes/table.C, classes/void.C,
21533: include/pa_config_fixed.h, include/pa_exception.h,
21534: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
21535: main/compile.C, main/compile_tools.C, main/execute.C,
21536: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
21537: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
21538: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
21539: main/pa_string.C, main/pa_table.C, main/untaint.C,
21540: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21541: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
21542: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
21543: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21544: types/pa_vstateless_class.h, types/pa_vtable.C,
21545: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
21546: exceptions 0
21547:
21548: * src/classes/classes.awk: $ removed
21549:
21550: 2001-10-18 parser
21551:
21552: * src/types/pa_vcookie.C: cookie:CLASS
21553:
21554: * src/main/main.dsp: project
21555:
21556: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
21557: set_document & ctor question "who owns document" solved
21558:
21559: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
21560:
21561: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
21562: main/pa_pool.C: encoding in dom creating funcs
21563:
21564: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
21565: be transformed now
21566:
21567: * src/classes/xdoc.C: dom created by create can be transformed now
21568:
21569: * src/classes/xdoc.C: z
21570:
21571: * src/classes/xdoc.C: comment
21572:
21573: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
21574: create now uses XercesDocumentBridge, appendChild&co now works
21575:
21576: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
21577: @ recompile
21578:
21579: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
21580: $origin @exception[
21581:
21582: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
21583: tag names forced to XML lang
21584:
21585: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
21586: leechy-found bugs in code&doc fixed
21587:
21588: 2001-10-17 parser
21589:
21590: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
21591: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
21592: n functionality preserved
21593:
21594: * src/types/pa_vimage.h: removed unused vimage::save
21595:
21596: 2001-10-16 parser
21597:
21598: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
21599:
21600: * src/classes/: xnode.C: removed few dom returns & changed op.txt
21601:
21602: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
21603:
21604: * src/classes/image.C: image.copy tolerance
21605:
21606: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
21607: ineffective, but works for small paleted image
21608:
21609: * src/types/pa_vimage.C: comment
21610:
21611: * src/classes/image.C: gd size/resize bugfix
21612:
21613: * src/: classes/classes.dsp, main/main.dsp,
21614: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21615: types/types.dsp: ident >nul 2>&1
21616:
21617: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
21618: systems
21619:
21620: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
21621: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
21622:
21623: 2001-10-15 parser
21624:
21625: * src/main/execute.C: z
21626:
21627: * src/classes/: xdoc.C: !::create{qualifiedName}
21628:
21629: * src/types/pa_vxnode.C: document_type_node.
21630: !readonly attribute DOMString name
21631: !notation_node.
21632: !readonly attribute DOMString publicId
21633: !readonly attribute DOMString systemId
21634:
1.116 moko 21635: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
21636: ::write badly passed string too transparently [failed to
21637: intercept it]
1.95 moko 21638:
21639: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
21640: include/pa_request.h, main/pa_sql_driver_manager.C,
21641: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
21642: types/pa_vxnode.h: DOM1 major addtion, only few
21643: attributes/methods left
21644:
21645: 2001-10-13 parser
21646:
21647: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
21648: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
21649: in main handler
21650:
21651: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
21652: cleanups & frees order
21653:
21654: * src/types/pa_vcode_frame.h: couple comments
21655:
21656: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
21657: transparent enough to handle hash if creation&passing
21658:
21659: * src/: include/pa_config_fixed.h, main/execute.C,
21660: main/pa_exception.C: noticed that vcodeframe not transparent
21661: enough, would change now
21662:
21663: 2001-10-12 parser
21664:
21665: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
21666: fixed. initialization&free on each thread!
21667:
21668: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
21669: handling changed: now type of default param analized always, not
21670: only at problem time, thus helping early problem spotting
21671:
21672: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
21673: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
21674: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
21675: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
21676: multithread bug fixed. initialization&free on each thread!
21677:
21678: 2001-10-11 parser
21679:
21680: * src/classes/xnode.C: xnode.selectSingle now
21681:
21682: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21683: include/pa_pool.h, include/pa_stylesheet_connection.h,
21684: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
21685: convertors out of Pool into Exception
21686:
21687: * src/main/pa_string.C: const
21688:
21689: * src/: include/pa_string.h, main/pa_string.C: restructured string:
21690: linked pieces of same language together prior to String::replace
21691:
21692: * src/classes/hash.C: !^hash.add[addme]
21693: !^hash.sub[subme]
21694: !^a.union[b] = new
21695: !^a.intersection[b] = new
21696: !^a.intersects[b] = bool
21697:
21698: * src/classes/hash.C: !^hash::append[append_from]
21699:
21700: * src/: classes/hash.C, types/pa_vhash.h:
21701: !^hash::create[[copy_from]]
21702:
21703: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21704: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
21705: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
21706: fixed. got rid of empty_string, which caused errors - it hasnt
21707: exception but somebody[value.bark] tried to throw it on it's pool
21708:
1.116 moko 21709: * src/include/pa_config_auto.h.in: makes
1.95 moko 21710:
21711: 2001-10-10 parser
21712:
21713: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
21714:
21715: * src/main/: compile.tab.C, compile.y: ^a[
21716:
21717: @next_method << now unclosed ] would be reported here
21718:
21719: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
21720: compile error
21721:
21722: 2001-10-09 parser
21723:
1.116 moko 21724: * src/: classes/Makefile.am, main/Makefile.am,
21725: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 21726:
21727: * src/classes/Makefile.am: makes
21728:
21729: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
21730: win32 errors intercepted [xalan transformer patched and
21731: incorporated]
21732:
21733: * src/: classes/classes.dsp, classes/xdoc.C,
21734: include/pa_stylesheet_connection.h, main/main.dsp,
21735: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21736: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
21737: patches starting
21738:
21739: * src/classes/: string.C, table.C: ^string.save[file]
21740:
21741: * src/classes/: date.C, table.C: calendar moved to date
21742:
21743: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
21744: string/table] now
21745:
21746: * src/classes/: op.C, table.C: z
21747:
21748: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
21749: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
21750: types/pa_vxnode.h: table:menu & op for delims made allowed not to
21751: be code [be string..]
21752:
21753: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
21754: table.C: lots of
21755: params->as_int/double/as_string/as_junction/as_no_junction
21756: messages added
21757:
21758: 2001-10-08 parser
21759:
21760: * src/: classes/date.C, classes/image.C, classes/string.C,
21761: classes/table.C, classes/void.C, include/pa_request.h:
21762: params->as_int/double message added
21763:
21764: * src/classes/image.C: image:circle [and round arc] uses Bresenham
21765:
21766: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
21767: image:sector removed image:html internal "line-*" attribs
21768:
21769: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
21770: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
21771:
21772: * src/types/pa_vcookie.C: removing cookie made more netscape-like
21773: way
21774:
21775: * src/: classes/file.C, classes/form.C, main/pa_common.C,
21776: main/untaint.C: header untainting to UL_HTTP_HEADER,
21777: UL_MAIL_HEADER made nonforced [only tainted pieces]
21778:
21779: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
21780: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
21781: @ SAPI::log
21782:
21783: * src/main/untaint.C: \r to ' ' in origins mode
21784:
21785: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
21786: set]
21787:
21788: * src/: classes/xdoc.C, include/pa_config_fixed.h,
21789: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
21790: nonstandard liaison freed up
21791:
21792: 2001-10-07 parser
21793:
21794: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
21795: project
21796:
21797: 2001-10-05 parser
21798:
21799: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
21800: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
21801: from outputing to cerr. lots of "todos"
21802:
21803: * src/main/untaint.C: http_header tainting more gentle with
21804: enquoting now
21805:
21806: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
21807: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
21808: xml errorhandler. fixed string.replace a little, read @test
21809:
21810: * src/main/pa_string.C: found replace bug - first_that_starts(char
21811: *) does not have limit, and looks further eos, fixing....
21812:
21813: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
21814:
21815: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
21816:
21817: * src/main/: pa_charset_connection.C: ctype another mem clear
21818: bugfix
21819:
1.116 moko 21820: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
21821: $result[^[$p^]z] now works fine
1.95 moko 21822:
21823: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
21824: wrong. fixed it
21825:
21826: * src/main/pa_charset_connection.C: unicode zero pair at the beging
21827: of totable appered to be vital
21828:
21829: 2001-10-04 parser
21830:
21831: * src/classes/image.C: ^image.length[text]
21832:
21833: 2001-10-03 parser
21834:
21835: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
21836:
21837: * src/main/pa_request.C: restored pcre defaulting in request
21838: [mindlessly "optimized" yesterday] comment left
21839:
21840: 2001-10-02 parser
21841:
21842: * src/: main/pa_charset_manager.C,
21843: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
21844: needed
21845:
21846: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
21847: forgot non-xml pool.*charset needed
21848:
21849: * src/classes/table.C: # config comments fixed
21850:
21851: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
21852: charset_connection #comment now
21853:
21854: * src/: classes/classes.dsp, types/types.dsp: release projects
21855: options fixed to use release msvcrt lib
21856:
21857: * src/main/pa_charset_connection.C: pcre tables now const inside
21858: removed default - pcre handles that internally fixed bug on
21859: not-cleaning tables [previously was calloced, now member]
21860:
21861: * src/: include/pa_request.h, main/pa_charset_connection.C,
21862: main/pa_request.C, types/pa_vstring.h: pcre tables now const
21863: inside removed default - pcre handles that internally fixed bug
21864: on not-cleaning tables [previously was calloced, now member]
21865:
21866: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
21867: tested charset reload on file change @ apache version = OK tested
21868: freeing up prev encoding on adding new = OK
21869:
21870: 2001-10-01 parser
21871:
21872: * src/main/pa_charset_connection.C: removed entitify external hack
21873: [internal installed]
21874:
1.116 moko 21875: * src/main/Makefile.am: makes+removed dtd
1.95 moko 21876:
21877: * src/: include/pa_charset_connection.h,
21878: include/pa_charset_manager.h,
21879: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21880: main/pa_charset_connection.C, main/pa_charset_manager.C,
21881: main/pa_request.C: charset loading & caching mech 0
21882:
21883: * src/: include/pa_stylesheet_connection.h,
21884: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
21885: main/pa_globals.C, main/pa_request.C: would make charset loading
21886: & caching mech now
21887:
21888: 2001-09-30 parser
21889:
21890: * src/main/pa_request.C: forgot to fill toTable
21891:
21892: * src/: include/pa_config_fixed.h, main/pa_request.C: started
21893: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
21894: failed on win32 for now..
21895:
21896: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
21897: now charsets table configuration variable is: CHARSETS
21898:
21899: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
21900: ctype with unicode 1. todo: no П entities on output somehow
21901:
21902: * src/: classes/file.C, classes/op.C, classes/string.C,
21903: include/pa_request.h, main/pa_request.C: started ctype with
21904: unicode values
21905:
21906: 2001-09-28 parser
21907:
21908: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
21909: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
21910: string passed AS-IS now
21911:
21912: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
21913: way of user-configuring... todo: implement
21914:
21915: 2001-09-27 parser
21916:
21917: * src/classes/table.C: table.sort changed to sort table itself
21918:
21919: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
21920: X^.getElementsByTagName[tagname] = array of xnode
21921: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
21922: nodes removed - regretfully not supported @ xalan. maybe someday
21923: would reimplement, if needed.
21924:
21925: win32build system: solved long waiting anti-non-started-apache
21926: problem
21927:
21928: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
21929: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21930: types/types.dsp: win32 ident make system so not to rebuild
21931: library [ident.C.new]
21932:
21933: 2001-09-26 parser
21934:
21935: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
21936: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
21937: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21938: types/pa_vxnode.C, types/types.dsp: z
21939:
21940: * src/classes/classes.C: forgot one non-xml check
21941:
1.116 moko 21942: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21943: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 21944:
21945: * src/targets/cgi/parser3.C: z
21946:
21947: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
21948: targets/isapi/parser3isapi.C: #ifdef SMTP
21949:
21950: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
21951: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21952: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
21953: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
21954: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
21955: types/types.dsp: xdoc&xnode now
21956:
21957: * src/: classes/classes.C, classes/classes.awk,
21958: classes/classes.dsp, classes/classes.h, classes/date.C,
21959: classes/dnode.C, classes/dnode.h, classes/dom.C,
21960: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21961: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
21962: classes/op.C, classes/response.C, classes/string.C,
21963: classes/table.C, classes/void.C, include/pa_array.h,
21964: include/pa_common.h, include/pa_config_fixed.h,
21965: include/pa_config_includes.h, include/pa_dictionary.h,
21966: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
21967: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
21968: include/pa_socks.h, include/pa_sql_connection.h,
21969: include/pa_sql_driver_manager.h, include/pa_stack.h,
21970: include/pa_string.h, include/pa_stylesheet_connection.h,
21971: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
21972: include/pa_xslt_stylesheet_manager.h, main/compile.C,
21973: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21974: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
21975: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
21976: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
21977: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21978: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
21979: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
21980: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21981: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21982: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
21983: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21984: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
21985: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21986: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21987: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
21988: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
21989: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
21990: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
21991: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
21992: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21993: types/pa_vmethod_frame.h, types/pa_vobject.h,
21994: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
21995: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21996: types/pa_vstateless_object.h, types/pa_vstring.C,
21997: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21998: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
21999: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
22000: main.dsp splitted to main+classes+types along to .am
22001:
22002: * src/classes/Makefile.am: removed useless var
22003:
22004: * src/: classes/classes.cmd, main/main.dsp,
22005: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
22006: main.dsp
22007:
22008: 2001-09-25 parser
22009:
22010: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
22011: 1251 though, todo ICU
22012:
1.116 moko 22013: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 22014: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 22015: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
22016: types/pa_vdom.h: xml configure makes
1.95 moko 22017:
22018: 2001-09-24 parser
22019:
1.116 moko 22020: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
22021: types/Makefile.am: makes
1.95 moko 22022:
1.116 moko 22023: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 22024:
22025: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
22026: started unix makes update
22027:
22028: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
22029: started unix makes update
22030:
22031: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
22032:
22033: * src/types/pa_value.h: z
22034:
22035: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
22036: bugs with usinge hash/table in expressions
22037:
22038: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
22039: resolved conflicts fixed [const]
22040:
22041: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
22042: classes/table.C, include/pa_request.h, include/pa_sapi.h,
22043: main/compile.C, main/compile.tab.C, main/compile.y,
22044: main/compile_tools.h, main/main.dsp, main/pa_common.C,
22045: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22046: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
22047: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
22048: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
22049: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
22050: with before_xml [merge2 actually didn't happen - i've created
22051: tags on wrong branch. so this merge is in fact re-merge]
22052:
22053: 2001-09-21 parser
22054:
22055: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22056: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
22057: produced "" in make file and sadly wrong interpreted on load]
22058:
1.116 moko 22059: * src/: classes/classes.h, classes/hash.C, classes/op.C,
22060: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
22061: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
22062: include/pa_sql_driver_manager.h, include/pa_string.h,
22063: main/compile.tab.C, main/main.dsp, main/pa_common.C,
22064: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
22065: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 22066:
22067: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
22068: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
22069: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
22070: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22071: main/pa_pool.C, main/pa_request.C,
22072: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
22073: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
22074: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
22075: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
22076: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
22077: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
22078: types/pa_vrequest.C, types/pa_vresponse.h,
22079: types/pa_vstateless_class.C, types/pa_vstring.C,
22080: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
22081: created new projects for sql drivers [planning to remove sql
22082: drivers from main cvs project] first, will join latest changes
22083:
22084: * src/classes/: dom.C: defaulted dom writing methods encoding to
22085: pool.get_charset
22086:
22087: * src/classes/dom.C: defaulted dom writing methods encoding to
22088: pool.get_charset
22089:
22090: * src/include/pa_pool.h: defaulted dom writing methods encoding to
22091: pool.get_charset
22092:
22093: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
22094: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
22095: methods encoding to pool.get_charset
22096:
22097: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
22098: transcoder were created right "unsupported encoding" message.
22099: not @ set time, but @ use time, so until xml output functions
22100: .string, .file, .save used - no encoding name check occur
22101:
22102: reduced transcode buffer size to 60 fixed pool cleanup - no
22103: registration needed, pools are officially destructured
22104:
22105: 2001-09-20 parser
22106:
22107: * src/classes/image.C: 20K preload on jpg measure [image::measure]
22108:
22109: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
22110: $MAIN:DEFAULTS.content-type[$.charset[here]]
22111:
22112: * src/: classes/dnode.C, classes/dom.C,
22113: include/pa_config_includes.h, include/pa_globals.h,
22114: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
22115: main/pa_pool.C, targets/cgi/parser3.dsp,
22116: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22117: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
22118: Pool::transcode 0
22119:
22120: * src/classes/dom.C: dom. string save file moved output xml options
22121: to last param and made it optional
22122:
22123: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
22124: dnodes
22125: !$attributenode.specified = boolean
22126: true if the attribute received its value explicitly
22127: in the XML document,
22128: or if a value was assigned programatically with the
22129: setValue function.
22130: false if the attribute value came from the default value
22131: declared in the document's DTD.
22132: !$pinode.target = target of this processing instruction
22133: XML defines this as being the first token following the
22134: markup
22135: that begins the processing instruction.
22136: XPath:
22137: !^node.select[xpath/query/expression] = hash of 0->node0
22138: 1->node1
22139: !^node.select-single[xpath/query/expression] = first node if
22140: any
22141:
22142: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
22143: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
22144: some 'const's added
22145:
22146: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
22147: expression context now, there value = size and boolean value
22148: size!=0
22149:
22150: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
22151: can be used in expression context now, there value = size and
22152: boolean value size!=0
22153:
22154: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
22155: types/pa_vstring.h: dnode .file .string .save moved back to dom
22156: due to strange xalan bug
22157:
22158: 2001-09-18 parser
22159:
22160: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
22161: classes/image.C, classes/op.C, classes/table.C,
22162: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22163: include/pa_sql_driver_manager.h, main/compile.C,
22164: main/compile.tab.C, main/compile.y, main/compile_tools.h,
22165: main/execute.C, main/pa_common.C, main/pa_request.C,
22166: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
22167: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22168: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
22169: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
22170: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
22171: before_xml branch ^if(def $hash) now true only when
22172: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
22173:
22174: * src/: classes/op.C, main/execute.C: operators self changed to
22175: root ^for variable context changed to self
22176:
22177: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
22178: dnode 1
22179:
22180: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
22181: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
22182:
22183: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
22184: poly* fixed
22185:
22186: 2001-09-17 parser
22187:
22188: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
22189: types/pa_vdom.h: started dnode+dom
22190:
22191: dnode DOM methods: $node.name $node.value
22192: ...others...
22193:
22194: ^node.xpath[/rates/USD] = hash
22195: $hash[
22196: $.0[node0]
22197: $.1[node1]
22198: ]
22199:
22200: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
22201: applies to all linear primitives
22202:
22203: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
22204: include/pa_stylesheet_connection.h, main/main.dsp,
22205: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
22206: types/pa_vimage.h: started dnode DOM: $node.name
22207: $node.value ...others... ^node.xpath[/rates/USD] = hash
22208: dom(dnode)
22209:
22210: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
22211: main/compile.y, main/compile_tools.h, main/execute.C,
22212: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
22213: in expression compound($aa.zz.xx) names now can have minus '-' in
22214: name after '.'
22215:
22216: 2001-09-15 parser
22217:
22218: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
22219: image: $line-width ^line(...)[**** style]
22220:
22221: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
22222: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
22223: pool_storage - cleanups first, allocations second. apache wisely
22224: does just like that
22225:
22226: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
22227: rewritten using template, no bugs now
22228:
22229: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
22230: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22231: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
22232: poorly started isapi pool_storage, would rewrite using template
22233: now
22234:
22235: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
22236: include/pa_stylesheet_connection.h, main/main.dsp,
22237: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22238: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
22239: xalan objects freed up [introducing Pool::register_cleanup]
22240:
22241: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
22242: comments
22243:
22244: 2001-09-14 parser
22245:
22246: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
22247: z
22248:
22249: * src/: classes/dom.C, classes/file.C, classes/image.C,
22250: classes/mail.C, include/pa_common.h,
22251: include/pa_sql_driver_manager.h, include/pa_string.h,
22252: include/pa_stylesheet_connection.h,
22253: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22254: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
22255: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
22256: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
22257: compiled&cached
22258:
22259: 2001-09-13 parser
22260:
22261: * src/: classes/dom.C, classes/file.C, classes/image.C,
22262: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
22263:
22264: * src/classes/dom.C: dom:file content-type(.method)
22265:
22266: * src/: include/pa_common.h, include/pa_globals.h,
22267: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
22268: string now more informative error messages
22269:
22270: * src/: include/pa_globals.h, include/pa_request.h,
22271: main/pa_request.C, targets/cgi/parser3.C,
22272: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
22273: ParserSiteConfig .../parser3.conf
22274:
22275: cgi&isapi looks for {configure|c:\windows}/parser3.conf
22276:
22277: 2001-09-12 parser
22278:
22279: * src/: classes/op.C, include/pa_sql_driver_manager.h,
22280: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
22281: precise error reporting: "connection string must start with
22282: protocol://" now
22283:
22284: * src/main/compile.tab.C: fixed - subname code parts actually []
22285: braced
22286:
22287: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
22288: lexer on LS_USER level did [] matching without setting nestage,
22289: introduced special LS_NAME_SQUARE_PART state
22290:
22291: 2001-09-11 parser
22292:
22293: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
22294: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
22295: languages+=xml
22296:
22297: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
22298:
22299: * src/classes/dom.C: ^dom:save/string/file[output options] output
22300: options: $.method[xml|html|text] detection fixed
22301:
22302: * src/types/pa_vdom.h: messages
22303:
22304: * src/classes/dom.C: ^dom:save/string/file[output options] output
22305: options: $.method[xml|html|text] detection fixed
22306:
22307: 2001-09-10 parser
22308:
22309: * src/classes/dom.C: ^dom:save/string/file[output options] output
22310: options: $.method[xml|html|text] $.encoding[windows-1251|...]
22311:
22312: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
22313: added]
22314:
22315: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
22316: ^dom.xslt[stylesheet filename] 0
22317:
22318: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
22319: ^dom.xslt[stylesheet filename] -1 doc is lying
22320:
22321: * src/classes/dom.C: ^dom.file[encoding] = file
22322:
22323: * src/classes/: dom.C: ^dom.string[encoding] 1
22324: ^dom.save[encoding;filename]
22325:
22326: * src/classes/dom.C: ^dom.string[] 0
22327:
22328: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
22329:
22330: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
22331: types/pa_vform.h: ^dom.save[b.xml] 0
22332:
22333: 2001-09-08 parser
22334:
22335: * src/types/pa_vform.C: $form:tables.name.field
22336:
22337: 2001-09-07 parser
22338:
22339: * src/classes/table.C: table:empty removed, superceded by ^if(def
22340: $table)...
22341:
22342: * src/targets/cgi/parser3.C: z
22343:
22344: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
22345: from '' to int/double is 0]
22346:
22347: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
22348: $table) is false when table is empty
22349:
22350: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
22351: !$form:tables $atable[$form:tables.a]
22352: ^atable.menu{a=$atable.element}[,]
22353:
22354: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
22355: types/pa_vform.h, types/pa_vhash.h: !$form:fields
22356:
1.116 moko 22357: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 22358: types/pa_vdom.h, types/pa_vform.C: merged with successful start
22359: of dom
22360:
22361: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
22362: types/pa_vform.C, types/pa_vform.h: z
22363:
22364: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
22365: element [not last]
22366:
1.116 moko 22367: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 22368: types/pa_vdom.h: introducing dom. dom:load[a.xml]
22369:
22370: 2001-09-06 parser
22371:
22372: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
22373: table with one column 'element' and two rows: 1 and 2
22374:
22375: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
22376: table with one column 'element' and two rows: 1 and 2
22377:
22378: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
22379: bad int/double conversions, and now $form:nonexistent.int(88)
22380: would return 88
22381:
22382: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
22383: types/pa_vhash.h: now there's special hash key '_default'
22384: [instead of ^_default method] $hash[ $.a[1] $.b[2]
22385: $._default[xx] ] $hash.c
22386:
22387: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
22388: fixed [thanks, fif], ^; were treated there non-literally
22389:
22390: * src/doc/doxygen.cfg: merged new default options from 1.2.10
22391: doxygen
22392:
22393: * src/: classes/image.C, classes/op.C, classes/string.C,
22394: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
22395: types/pa_vtable.C: few #ifndef DOXYGEN
22396:
22397: 2001-09-05 parser
22398:
22399: * src/classes/: string.C, table.C: sql options can be void [same as
22400: image:html the other day]
22401:
22402: * src/targets/cgi/Makefile.am: .am undo
22403:
22404: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22405: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
22406: macro expantion on param, simply qoutes whatever passed, undone
22407:
22408: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22409: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
22410: STRINGIZE(name) #name invented
22411:
22412: * src/: classes/op.C, include/pa_sql_driver_manager.h,
22413: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
22414: MAIN_SQL_DRIVERS_NAME "drivers"
22415:
22416: moved to be availible to all users
22417:
22418: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
22419: SQL_DRIVER_CREATE_FUNC_NAME
22420:
22421: * src/classes/mail.C: MAIN:MAIL check fixed
22422:
22423: 2001-09-04 parser
22424:
22425: * src/classes/image.C: image.html now can accept void params
22426:
22427: * src/targets/isapi/parser3isapi.C: z
22428:
22429: * src/targets/cgi/parser3.C: full_file_spec bug
22430:
22431: * src/targets/cgi/parser3.C: getenvcheck
22432:
22433: * src/targets/cgi/parser3.C: zz
22434:
22435: * src/targets/cgi/parser3.C: zzz
22436:
22437: * src/classes/date.C: date
22438:
22439: * src/classes/date.C: date:sql-string is now without ''
22440:
1.116 moko 22441: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 22442: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
22443: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
22444:
1.116 moko 22445: * src/include/pa_config_auto.h.in: makes
1.95 moko 22446:
22447: 2001-09-03 parser
22448:
22449: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
22450:
22451: 2001-09-01 parser
22452:
22453: * src/classes/image.C: letter_spacing
22454:
22455: * src/classes/image.C: image: font params changed
22456:
22457: * src/classes/image.C: image: as_int as_string used
22458:
22459: * src/types/pa_vmethod_frame.h: $result[] now gets properly
22460: analized
22461:
22462: 2001-08-31 parser
22463:
22464: * src/targets/cgi/parser3.C: z
22465:
1.116 moko 22466: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
22467: cygwin
1.95 moko 22468:
22469: * src/classes/void.C: void:int/double += (default)
22470:
22471: * src/classes/image.C: image:font added space param image:font
22472: changed charwidth alg, added kerning const[for now]
22473:
22474: * src/classes/: string.C, table.C: string:int/double (defaults)
22475:
22476: 2001-08-29 parser
22477:
22478: * src/main/pa_exception.C: exception redundant debug info
22479:
22480: 2001-08-28 parser
22481:
22482: * src/classes/image.C: image error msgs
22483:
22484: * src/classes/image.C: image: gifsize little endian
22485:
22486: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
22487: doxygeneration
22488:
22489: * src/: classes/Makefile.am, main/Makefile.am,
22490: targets/cgi/Makefile.am, types/Makefile.am: .am-s
22491:
22492: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
22493: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
22494:
22495: * src/main/compile.C: NO_STRING_ORIGIN check2
22496:
22497: * src/classes/table.C: NO_STRING_ORIGIN check
22498:
22499: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
22500: storage class specifiers invalid in friend function declarations
22501:
22502: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
22503: main/untaint.C, targets/cgi/parser3.C,
22504: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
22505: case of limit
22506:
22507: * src/: classes/file.C, main/pa_common.C: file:move
22508: autocreate/remove dest/src dir
22509:
22510: * src/: classes/string.C, include/pa_dictionary.h,
22511: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
22512: main/untaint.C: pa_directory speeded up. moved zero 'from' check
22513: to directory constructor. string:replace
22514:
22515: 2001-08-27 parser
22516:
22517: * src/classes/image.C: fixed jpgsize alg
22518:
22519: * src/classes/image.C: fixed jpgsize alg
22520:
22521: * src/main/pa_exception.C: z
22522:
22523: * src/main/pa_common.C: removed debug info from pa_common
22524:
22525: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
22526: [auto.p from current dir loading]
22527:
1.116 moko 22528: * src/: main/pa_common.C, main/pa_exception.C,
22529: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
22530: for solaris -lsocket
1.95 moko 22531:
22532: 2001-08-24 parser
22533:
22534: * src/targets/cgi/parser3.C: not cgi extra \n 3
22535:
22536: * src/targets/cgi/parser3.C: not cgi extra \n 2
22537:
22538: * src/targets/cgi/parser3.C: not cgi extra \n
22539:
22540: * src/main/pa_sql_driver_manager.C: z
22541:
22542: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
22543: sql* removed services from disconnect - cross-request ideological
22544: probs.
22545:
22546: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
22547: cross-request ideological probs. oracle - fixed bug: cs
22548: allocated on request.pool and got freed before disconnect
22549:
22550: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
22551: mallocs fixed
22552:
22553: 2001-08-23 parser
22554:
22555: * src/classes/file.C: minor bug in file:save fixed
22556:
22557: * src/main/pa_sql_driver_manager.C: oracle: dlink
22558:
22559: 2001-08-22 parser
22560:
22561: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
22562: types/pa_vfile.h: file:load|save[text|binary;
22563:
22564: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
22565:
22566: 2001-08-21 parser
22567:
22568: * src/classes/: file.C, table.C: ^file:list
22569:
22570: 2001-08-20 parser
22571:
22572: * src/: main/compile.tab.C, main/compile.y,
22573: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
22574: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
22575: recousively caused problems: inc incremeted 123 literal!! fixed
22576:
22577: 2001-08-10 parser
22578:
22579: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
22580:
22581: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22582: added
22583:
22584: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
22585: added
22586:
22587: * src/classes/table.C: table:sort restored [it was bad test :(]
22588:
22589: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
22590: ''
22591:
22592: * src/main/: pa_request.C: wanted to make const int
22593: MAX_EXECUTE_SECONDS=1;
22594:
22595: but couldnt, set_callback_and_alarm appeared to be not exported
22596: :(
22597:
22598: * src/main/pa_string.C: string.match hanged on. there were a hang
22599: check but it weren't wise enough
22600:
22601: @parse[dateString][tmp]
22602: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
22603: #end
22604:
22605: @main[] ^parse[2001-02-03]
22606:
22607: * src/classes/: table.C: table:sort now default desc
22608:
22609: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22610: table.sort now creates new sorted table
22611:
22612: 2001-08-09 parser
22613:
22614: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
22615:
22616: * src/classes/hash.C: hash:_default now [was hash:default]
22617:
22618: * src/classes/op.C: case without switch check added
22619:
22620: * src/types/pa_vcookie.C: cookie name&value origins added, more
22621: precise $ORIGINS(1)
22622:
22623: * src/main/Makefile.am: .am
22624:
22625: * src/classes/void.C: void: int double copy/paste from int: bug
22626: fixed
22627:
22628: * src/classes/void.C: void: int double copy/paste from int: bug
22629: fixed
22630:
22631: 2001-08-07 parser
22632:
22633: * src/: classes/double.C, classes/int.C, classes/string.C,
22634: classes/table.C, include/pa_globals.h, main/pa_globals.C:
22635: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
22636: string, table
22637:
22638: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
22639: srand made working
22640:
22641: 2001-08-06 parser
22642:
22643: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
22644: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22645: main/compile.tab.C, main/compile.y, main/pa_array.C,
22646: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
22647: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
22648:
22649: * src/main/pa_exec.C: exec win32 real filename
22650:
22651: * src/classes/file.C: exec stderr out
22652:
22653: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
22654:
22655: 2001-08-03 parser
22656:
22657: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
22658:
22659: 2001-08-02 parser
22660:
22661: * src/: classes/string.C, classes/table.C, include/pa_array.h,
22662: main/execute.C, main/pa_exec.C: introducing Array_iter
22663:
22664: * src/main/execute.C: detected quick_get recursion bug. changed to
22665: get@execute, but needs array iterator, separate from array to
22666: avoid it & use caching
22667:
22668: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
22669: bug fixed
22670:
22671: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
22672: main/execute.C, main/pa_globals.C: found another multithread bug
22673: in op.C (last, last global var killed) :)
22674:
22675: 2001-08-01 parser
22676:
22677: * src/: include/pa_dictionary.h, include/pa_globals.h,
22678: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
22679: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22680: main/untaint.C: speeded up typo-html replacements. introducing
22681: Dictionary with first-char caching
22682:
22683: 2001-07-31 parser
22684:
22685: * src/types/Makefile.am: pa_vtable.C added to .am
22686:
22687: * src/main/compile.tab.C: added, so that could be compiled even on
22688: non-bison-enabled platforms
22689:
22690: 2001-07-28 parser
22691:
22692: * src/classes/table.C: table:hash always produces hash, when can't
22693: - empty
22694:
22695: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
22696: skipped \n
22697:
22698: 2001-07-27 parser
22699:
22700: * src/classes/: double.C, int.C, string.C: provided meaningful msg
22701: on int/double/string :sql without result and default
22702:
22703: 2001-07-26 parser
22704:
22705: * src/classes/op.C: fixed bad multithread bug with strangly global
22706: OP
22707:
22708: * src/main/compile.y: $man[$.age[zzz]] 0
22709:
22710: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
22711: creation syntax problem persists. restored $: for a while.
22712: thinking of $man[$.age[zzz]] syntax now
22713:
22714: * src/: classes/double.C, classes/int.C, classes/string.C,
22715: include/pa_opcode.h, main/compile.C, main/compile.y,
22716: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
22717: types/pa_vmethod_frame.h, types/pa_wcontext.h,
22718: types/pa_wwrapper.h: fixing :: realization #1
22719:
22720: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
22721: main/compile_tools.h, main/execute.C, main/pa_request.C,
22722: types/pa_vmethod_frame.h: introducing :: this is constructor call
22723: prefix. ordinary : remains for static accesses
22724:
22725: 2001-07-25 parser
22726:
22727: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
22728: fields 2. methods 3. columns
22729:
22730: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
22731: quote. optimized double&int tostring-s
22732:
22733: * src/main/: compile.C, compile.y, compile_tools.h: allowed
22734: whitespace before first method decl
22735:
22736: * src/classes/table.C: allowed nontable result in table:sql,
22737: results in empty table
22738:
22739: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
22740: lines before first method decl
22741:
22742: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
22743: types/pa_vtable.h: ^table.record[] now $table.fields
22744:
22745: * src/main/compile.y: $var[] is now empty string, not void
22746:
22747: * src/main/: compile.y, execute.C: $var[] is now empty string, not
22748: void
22749:
22750: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
22751: main/pa_globals.C: match replace code context moved to implicit
22752: $match context
22753:
22754: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
22755: main/compile_tools.h, main/execute.C: with killed, code storage
22756: introduced with former 'with' syntax
22757:
22758: 2001-07-24 parser
22759:
22760: * src/: main/compile.C, main/execute.C, main/pa_string.C,
22761: types/pa_value.h: first get_element, next get operator
22762:
22763: * src/main/compile.y: removed @end handling
22764:
22765: * src/main/: compile.C, compile.y: @end handling method2
22766:
22767: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
22768: file:move
22769:
22770: * src/main/pa_common.C: file_read close @ eof when imgsize bug
22771: fixed
22772:
22773: 2001-07-23 parser
22774:
22775: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
22776: driver
22777:
22778: * src/classes/hash.C: changed sql driver query interface
22779:
22780: * src/: classes/hash.C, classes/string.C, classes/table.C,
22781: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
22782: changed sql driver query interface
22783:
22784: 2001-07-20 parser
22785:
22786: * src/types/pa_vrequest.C: X!$browser:type
22787:
22788: * src/: classes/file.C, classes/string.C, include/pa_string.h,
22789: main/execute.C, main/pa_string.C, types/pa_valiased.C,
22790: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
22791: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
22792: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
22793: types/pa_vobject.h, types/pa_vrequest.C,
22794: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
22795: ^class:method dynamic calls allowed. ^BASE.method call disabled.
22796: BASE element globally removed
22797:
22798: 2001-07-18 parser
22799:
22800: * src/classes/file.C: file:exec/cgi msg
22801:
22802: * src/classes/file.C: $file:exit-code renamed to 'status'
22803:
22804: * src/: classes/file.C, main/pa_exec.C: file:exec
22805:
1.116 moko 22806: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
22807: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
22808: removed $id from *.in *.am
1.95 moko 22809:
22810: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
22811: abbrevations
22812:
22813: * src/: classes/date.C, classes/mail.C, classes/math.C,
22814: classes/string.C, classes/table.C, include/pa_globals.h,
22815: include/pa_string.h, main/execute.C, main/pa_globals.C,
22816: main/pa_request.C, main/pa_string.C, main/untaint.C,
22817: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
22818: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
22819: $ORIGINS(1) output tracing mode
22820:
22821: 2001-07-13 parser
22822:
22823: * src/: classes/double.C, classes/int.C, classes/string.C,
22824: include/pa_request.h, main/execute.C, main/pa_request.C:
22825: auto.p[@auto], /news/auto.p[no @auto], so that initializing
22826: second would not call first @auto
22827:
22828: * src/main/: execute.C, pa_request.C: order of MAIN parents was
22829: wrong, fixed
22830:
22831: 2001-07-12 parser
22832:
22833: * src/types/pa_value.h: pa_value.putelement modification of system
22834: classes prevented
22835:
22836: 2001-07-11 parser
22837:
22838: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
22839: table $piece
22840:
22841: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22842: types/pa_vstateless_class.h: $file created by file:state +=
22843: .atime .mtime .ctime +found&fixed bug with exceptions on
22844: get_junction-created objects [they were on wrong pool]
22845:
22846: 2001-07-09 parser
22847:
22848: * src/main/untaint.C: qp wrong name
22849:
22850: * src/: classes/date.C, classes/string.C, classes/table.C,
22851: main/compile.y: date format 0
22852:
22853: 2001-07-07 parser
22854:
22855: * src/: classes/date.C, classes/table.C, include/pa_common.h,
22856: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
22857: roll table calendar
22858:
22859: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
22860: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
22861: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
22862: include/pa_request.h, main/main.dsp, types/pa_value.h,
22863: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
22864: string. todo: sql, calendar
22865:
22866: 2001-07-06 parser
22867:
22868: * src/: classes/math.C, include/pa_request.h, main/execute.C,
22869: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
22870:
22871: 2001-07-03 parser
22872:
22873: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
22874: classes/random.C, main/main.dsp: class random renamed to math,
22875: operators became methods
22876:
22877: * src/classes/op.C: pow sqrt
22878:
22879: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
22880:
22881: 2001-07-02 parser
22882:
22883: * src/classes/table.C: ^table.columns column renamed from 'name' to
22884: 'column'
22885:
22886: * src/classes/hash.C: ^hash.keys[]
22887:
22888: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
22889:
22890: * src/main/: compile.y, compile_tools.h: in expressions now allowed
22891: 'strings'
22892:
22893: 2001-06-29 parser
22894:
22895: * src/main/: execute.C: /0 %0 checkes ver 2
22896:
22897: * src/main/execute.C: /0 %0 checke
22898:
22899: * src/classes/Makefile.am: nothing - void
22900:
22901: * src/classes/table.C: empty strings @ sql
22902:
22903: 2001-06-28 parser
22904:
22905: * src/: classes/double.C, classes/file.C, classes/form.C,
22906: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22907: classes/op.C, classes/random.C, classes/response.C,
22908: classes/string.C, classes/table.C, classes/void.C,
22909: main/compile.C, main/compile_tools.C, main/execute.C,
22910: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22911: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22912: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22913: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22914: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
22915: targets/isapi/parser3isapi.C, main/compile.y: */ static const
22916: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
22917: $";
22918:
22919: * src/: classes/double.C, classes/file.C, classes/form.C,
22920: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
22921: classes/op.C, classes/random.C, classes/response.C,
22922: classes/string.C, classes/table.C, classes/void.C,
22923: main/compile.C, main/compile.y, main/compile_tools.C,
22924: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
22925: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22926: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22927: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22928: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 22929: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 22930:
22931: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
22932: $class:name: == ${class:name}:
22933:
22934: * src/classes/string.C: exactly one
22935:
22936: 2001-06-27 parser
22937:
22938: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
22939: types/pa_vvoid.h: nothing renamed to void
22940:
22941: * src/classes/op.C: ^switch ^case
22942:
22943: * src/main/compile.y: nothing renamed to void
22944:
22945: * src/: classes/hash.C, classes/table.C, main/compile.y,
22946: main/execute.C, main/main.dsp, main/pa_request.C,
22947: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
22948: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
22949: void
22950:
22951: * src/main/compile.y: lexer: $zzzz^zzzz were name part
22952:
22953: 2001-05-28 parser
22954:
22955: * src/doc/html2chm.cmd: removed >a
22956:
22957: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
22958: project options [some bugs]
22959:
22960: * src/doc/sources2html.cmd: z
22961:
22962: * src/: classes/classes.C, main/compile.C, main/compile.y,
22963: main/execute.C: operators are not in root class again
22964:
22965: 2001-05-24 parser
22966:
22967: * src/targets/cgi/parser3.dsp: project file
22968:
22969: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
22970: ^log ^exp
22971:
22972: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
22973: conversions in @exception[params]
22974:
22975: * src/main/pa_request.C: // no _ conversions in @exception[params]
22976:
22977: 2001-05-23 parser
22978:
22979: * src/main/pa_string.C: string cmp bug
22980:
22981: * src/classes/: mail.C, op.C: rem max 1000
22982:
22983: * src/: classes/op.C, main/compile.y: allow one empty line before
22984: LS_DEF_NAME
22985:
22986: 2001-05-22 parser
22987:
22988: * src/classes/op.C: if params code-required
22989:
22990: 2001-05-21 parser
22991:
22992: * src/types/pa_vstring.C: eoleof
22993:
22994: * src/classes/Makefile.am: .AM
22995:
22996: * src/classes/nothing.C: resultless ^sql moved to nothing:
22997:
22998: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
22999:
23000: * src/: classes/double.C, classes/nothing.C, classes/string.C,
23001: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
23002: types/pa_vunknown.h, classes/hash.C, main/compile.y,
23003: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
23004: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
23005: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
23006: 'nothing'
23007:
23008: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
23009: vstring::set_string
23010:
23011: * src/classes/: double.C, int.C, string.C: int,double;sql
23012:
23013: * src/: classes/hash.C, classes/int.C, classes/string.C,
23014: classes/table.C, include/pa_string.h, main/pa_string.C,
23015: types/pa_vstring.C, types/pa_vstring.h: started int:sql
23016:
23017: * src/: classes/classes.C, classes/hash.C, classes/op.C,
23018: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
23019: hash:sql moved to main trunc. operators.txt updated
23020:
23021: * src/classes/: hash.C, op.C, table.C: hash:sql
23022:
23023: * src/classes/op.C: z
23024:
23025: * src/: main/compile.C, classes/classes.C: 1
23026:
23027: * src/: classes/classes.C, main/compile.C, main/compile.y,
23028: main/execute.C: 0
23029:
23030: * src/main/execute.C: z
23031:
23032: * src/targets/cgi/parser3.C: z
23033:
23034: * src/targets/cgi/parser3.C: argv can be just "parser3". made
23035: site_auto_path "." in that case
23036:
23037: * src/targets/cgi/: parser3.C: z
23038:
23039: * src/main/pa_request.C: .am
23040:
23041: * src/: main/pa_request.C, targets/cgi/parser3.C:
23042: pcre_tables=pcre_default_tables;
23043:
23044: 2001-05-19 parser
23045:
23046: * src/main/pa_string.C: z
23047:
23048: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
23049: introducing String::cstr_bufsize, returns just size+1 for as_is
23050: target.
23051:
23052: * src/: main/untaint.C, targets/cgi/pa_pool.C,
23053: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
23054: used, 4* mem wasted
23055:
23056: * src/classes/string.C: root context in match replace body now
23057: unchanged
23058:
23059: * src/types/pa_value.h: parameter # 1 based
23060:
23061: * src/main/pa_common.C: common: actual filename '%s'
23062:
23063: * src/classes/string.C: z
23064:
23065: * src/classes/Makefile.am: classes/.am
23066:
23067: * src/classes/: Makefile.am: classes/.am
23068:
23069: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
23070: targets/cgi/pa_pool.C: classes/.am
23071:
23072: 2001-05-18 parser
23073:
1.116 moko 23074: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
23075: pa_threads.C ins
1.95 moko 23076:
23077: * src/targets/cgi/Makefile.am: .am pa_threads.C added
23078:
23079: 2001-05-17 parser
23080:
23081: * src/: classes/string.C, include/pa_config_fixed.h,
23082: include/pa_config_includes.h, main/compile.y,
23083: main/compile_tools.h, main/execute.C, main/pa_array.C,
23084: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
23085: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
23086: types/pa_vform.C: #include "pa_config_includes.h" removed from
23087: most .C
23088:
23089: * src/doc/html2chm.cmd: z
23090:
23091: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
23092: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
23093:
23094: * src/main/pa_sql_driver_manager.C: moved expiration to
23095: get_connection_from_cache
23096:
23097: * src/main/pa_sql_driver_manager.C: cache expiration bf
23098:
23099: * src/: classes/classes.h, include/pa_sql_connection.h,
23100: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
23101: cache expiration[use SQL_Driver::disconnect]
23102:
23103: * src/main/pa_table.C: table.locate current restored on "not found"
23104:
23105: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
23106: line no
23107:
23108: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23109: ANTI_ENDLESS_EXECUTE_RECOURSION
23110:
23111: * src/: classes/op.C, include/pa_sql_connection.h,
23112: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
23113: sql/pa_sql_driver.h: fixed problem at last: 2connections own
23114: 1driver and set_services fight for driver::fservices. before fix
23115:
23116: * src/: classes/op.C, include/pa_config_fixed.h,
23117: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
23118: main/pa_sql_driver_manager.C: found problem at last: 2connections
23119: own 1driver and set_services fight for driver::fservices. before
23120: fix
23121:
23122: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23123: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23124: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
23125: pa_threads.C
23126:
23127: * src/include/pa_threads.h: removed targets/parser
23128:
23129: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
23130: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
23131: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
23132: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
23133: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
23134: headers
23135:
23136: * src/: classes/image.C, include/pa_sql_driver_manager.h,
23137: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
23138: order prevented sqlmanager to see MULTYTHREAD define
23139:
23140: * src/: include/pa_config_fixed.h, include/pa_threads.h,
23141: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
23142: put/gets
23143:
23144: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
23145: from hash.h
23146:
23147: * src/: classes/op.C, include/pa_sql_connection.h,
23148: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
23149: from cache ->set_services(&services);
23150:
23151: 2001-05-16 parser
23152:
23153: * src/targets/cgi/parser3.C: z
23154:
23155: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
23156: debug, #ifdefed some. would debug later, on more precise sample
23157: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
23158: $name.$tail[$tail!] $name.$tail } ok3
23159:
23160: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
23161: removed array debug. before vstring rebasing
23162:
23163: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
23164: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
23165: array debugged; adjusted
23166:
23167: * src/main/: pa_sql_driver_manager.C, pa_string.C:
23168: SQL_Driver_manager line no for connect/charset errors
23169:
23170: 2001-05-15 parser
23171:
23172: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
23173: main/pa_string.C: string+array made linear grows
23174:
23175: * src/: include/pa_string.h, main/pa_string.C,
23176: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
23177: grow lineary, not exponentialy
23178:
23179: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
23180: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
23181: with fullchunk cmps
23182:
23183: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
23184: 70041= 81
23185:
23186: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
23187: targets/cgi/parser3.C: detected huge mem allocation: size/times
23188: malloc 27809390/368771, calloc 3232/83. would test now
23189:
23190: * src/: classes/random.C, main/compile.y, main/execute.C,
23191: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
23192: numbered params had wrong name - for instance: bad error message
23193: in ^for[] bad body type. fixed
23194:
23195: 2001-05-14 parser
23196:
23197: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
23198: main/untaint.C: ^string.upper|lower[]
23199:
23200: 2001-05-11 parser
23201:
23202: * src/: classes/double.C, classes/image.C, classes/op.C,
23203: classes/string.C, classes/table.C, classes/unknown.C,
23204: main/execute.C, types/pa_value.h, types/pa_vbool.h,
23205: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
23206: types/pa_vunknown.h: op: MAX_LOOPS as_int
23207:
23208: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
23209: .dsp for win32tools
23210:
23211: 2001-05-11 paf
23212:
23213: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
23214: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
23215: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
23216: targets/isapi/kill.pl: moved win32 helpers to /win32tools
23217:
23218: 2001-05-10 paf
23219:
23220: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
23221: for C++, that's all
23222:
1.116 moko 23223: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
23224: pa_config_includes.h: inline wonders
1.95 moko 23225:
23226: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
23227: doc/doxygen.cmd: hash.C added
23228:
23229: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
23230:
23231: * src/main/compile.y: @end grammar: allowed zero strings in control
23232: menthod
23233:
23234: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
23235: pa_vstateless_object.h: changed priority: field before method
23236: lookup in vclass & vobject
23237:
23238: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
23239: grammar: priorities changes [lowerd && prior] vobject: now first
23240: fields, next methods
23241:
23242: 2001-05-08 paf
23243:
23244: * src/main/pa_table.C: table columnname2item on nameless ignored
23245: bark=false. fixed
23246:
23247: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
23248: types/pa_vmethod_frame.h: hash:default works at last!
23249:
23250: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
23251: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
23252: hash:default
23253:
23254: * src/classes/table.C: z
23255:
23256: * src/classes/table.C: table:hash always hash of hash now
23257:
23258: * src/classes/table.C: table:empty return bool now
23259:
23260: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
23261: include/pa_table.h, main/pa_table.C, types/pa_value.h,
23262: types/pa_vtable.h: table:hash
23263:
23264: * src/classes/table.C: table:record have name
23265:
23266: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
23267: returns vunknown
23268:
23269: * src/classes/: double.C, int.C, op.C, string.C:
23270: int,double,string:int[] double[] string:length[] results now have
23271: hames
23272:
23273: * src/: classes/op.C, classes/table.C, main/main.dsp,
23274: types/pa_vtable.h: removed table:find. table:locate and op:eval
23275: now return bool
23276:
23277: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
23278: in method checkparams again. fixed
23279:
23280: 2001-05-07 paf
23281:
23282: * src/doc/chm.cmd: cmd
23283:
23284: * src/: classes/image.C, classes/mail.C, classes/string.C,
23285: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
23286: types/pa_value.h: method reported errors on wrong pool
23287:
23288: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
23289: now
23290:
23291: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
23292: include/code.h, include/pa_opcode.h, main/compile.C,
23293: main/compile_tools.h, main/execute.C, types/pa_value.h,
23294: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23295: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
23296: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
23297: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
23298: types/pa_vmethod_frame.h, types/pa_vobject.h,
23299: types/pa_vrequest.h, types/pa_vresponse.h,
23300: types/pa_vstateless_class.h, types/pa_vstring.h,
23301: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
23302: types/pa_wwrapper.h: pa_code.h
23303:
23304: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
23305:
23306: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
23307: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
23308: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
23309: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
23310: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
23311: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
23312: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
23313: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
23314: types/pa_vtable.h: dox, split by not clean parts also
23315:
23316: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
23317: types/pa_vtable.h: table: fields, then methods. so to enable
23318: 'dir' fields & co. more
23319:
23320: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
23321: so to enable 'dir' fields & co.
23322:
23323: * src/main/compile.y: grammar: @end
23324:
23325: 2001-05-04 paf
23326:
23327: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
23328: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
23329:
23330: * src/: classes/classes.h, classes/double.C, classes/file.C,
23331: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
23332: classes/op.C, classes/random.C, classes/response.C,
23333: classes/string.C, classes/table.C, classes/unknown.C,
23334: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
23335: method dox
23336:
23337: 2001-05-03 paf
23338:
23339: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
23340: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
23341: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
23342: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
23343: doc/string.dox, doc/targets.dox, doc/value.dox,
23344: main/pa_request.C: dox splitted .dox files and added some
23345:
23346: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
23347:
23348: 2001-05-02 paf
23349:
23350: * src/classes/: image.C, table.C: table:dir result are not tainted
23351: by file_name language now
23352:
23353: 2001-04-28 paf
23354:
23355: * src/classes/classes.inc: removed classes.inc
23356:
23357: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
23358: from .am
23359:
23360: * src/classes/classes.awk: skipped classes in .awk
23361:
23362: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
23363: classes/classes.inc, classes/double.C, classes/file.C,
23364: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
23365: classes/string.C, classes/table.C, classes/unknown.C,
23366: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
23367: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
23368: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
23369: pa_methoded back to classes/classes.h
23370:
23371: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
23372:
23373: * src/: classes/Makefile.am, classes/classes.awk,
23374: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
23375: classes/ls.exe, main/bison.exe: classes.inc autogenerator
23376:
23377: * src/: classes/classes.C, classes/classes.h, classes/double.C,
23378: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
23379: classes/response.C, classes/string.C, classes/table.C,
23380: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
23381: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
23382: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
23383: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
23384: include|main/pa_methoded
23385:
23386: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
23387: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
23388:
23389: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
23390: moved some configured data to request::classes_conf moved some
23391: string crations from globals to M... [works]
23392:
23393: * src/: classes/form.C, classes/mail.C, classes/op.C,
23394: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
23395: main/pa_request.C: moved some configured data to
23396: request::classes_conf moved some string crations from globals to
23397: M...
23398:
23399: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
23400: about to move configured data to special request hash
23401:
23402: * src/: classes/classes.C, classes/classes.h, classes/file.C,
23403: classes/form.C, classes/mail.C, include/pa_request.h,
23404: main/pa_request.C: configure started
23405:
23406: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
23407: 2. todo: methoded-configure
23408:
23409: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23410: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23411: classes/_random.h, classes/_response.h, classes/_string.h,
23412: classes/_table.h, classes/_unknown.h, classes/classes.inc,
23413: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
23414: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23415: classes/random.C, classes/response.C, classes/string.C,
23416: classes/table.C, classes/unknown.C, include/pa_globals.h,
23417: include/pa_request.h, main/compile.y, main/execute.C,
23418: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23419: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23420: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
23421: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
23422: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
23423: types/pa_vrequest.h, types/pa_vresponse.h,
23424: types/pa_vstateless_class.h, types/pa_vstring.h,
23425: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
23426: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
23427: methoded-configure
23428:
23429: * src/: classes/file.C, classes/table.C, main/compile.y,
23430: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
23431: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
23432: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
23433:
23434: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
23435: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
23436: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23437: classes/random.C, classes/response.C, classes/string.C,
23438: classes/table.C, classes/unknown.C, include/pa_request.h,
23439: main/compile.y, main/execute.C, main/pa_globals.C,
23440: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
23441: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
23442: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
23443: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
23444: beautifying just compiled. todo: debug, configure
23445:
23446: 2001-04-27 paf
23447:
23448: * src/: classes/file.C, classes/image.C, classes/table.C,
23449: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
23450: beautifying -99
23451:
23452: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
23453: classes/_response.h, classes/_unknown.h, classes/classes.C,
23454: classes/classes.h, classes/double.C, classes/file.C,
23455: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
23456: classes/op.C, classes/random.C, classes/response.C,
23457: classes/string.C, include/pa_globals.h, main/main.dsp,
23458: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
23459: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
23460: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
23461: types/pa_vunknown.h: beautifying -100
23462:
23463: * src/main/compile.y: serge@ found @CLASS bug. fixed
23464:
23465: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
23466: classes/_op.h, classes/_random.h, classes/_table.h,
23467: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
23468: classes/op.C, classes/random.C, classes/response.C,
23469: classes/string.C, classes/table.C, classes/unknown.C,
23470: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23471: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23472: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
23473: beautifying
23474:
23475: 2001-04-26 paf
23476:
23477: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
23478:
23479: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
23480: documentation ++
23481:
23482: * src/: classes/_exec.h, doc/doxygen.cfg,
23483: include/pa_config_fixed.h, include/pa_config_includes.h,
23484: targets/cgi/pa_pool.C: code documentation ++
23485:
23486: * src/: classes/_image.h, classes/op.C, classes/random.C,
23487: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23488: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
23489: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
23490: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
23491: types/pa_vmethod_frame.h, types/pa_vobject.h,
23492: types/pa_vrequest.C, types/pa_vrequest.h,
23493: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
23494: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
23495: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
23496: code documentation ++
23497:
23498: * src/: classes/image.C, classes/mail.C, classes/string.C,
23499: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
23500: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
23501: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
23502: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23503: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
23504: types/pa_vobject.h, types/pa_vstateless_class.h,
23505: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
23506:
23507: * src/main/: pa_request.C, pa_string.C: z
23508:
23509: * src/: include/pa_common.h, include/pa_types.h,
23510: main/pa_sql_driver_manager.C: module [and, guess, isapi]
23511: connection caching fixed. request-pooled-url were stored into
23512: global connectioncache
23513:
23514: 2001-04-25 paf
23515:
23516: * src/: doc/doxygen.cfg, doc/doxygen.txt,
23517: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
23518:
23519: * src/: include/code.h, include/pa_common.h, main/compile.y,
23520: main/execute.C, main/pa_common.C: -d
23521:
23522: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
23523: illegal call check a bit improved, but still under iis no mapping
23524: of dir with parser allowed!
23525:
23526: 2001-04-24 paf
23527:
23528: * src/targets/Makefile.am: apache module lib .am
23529:
23530: * src/main/pa_exec.C: windows32 buildCommand
23531:
23532: 2001-04-23 paf
23533:
23534: * src/targets/cgi/Makefile.am: win32 conditional
23535:
23536: * src/targets/cgi/Makefile.am: win32 conditional
23537:
23538: * src/targets/cgi/Makefile.am: liblink
23539:
23540: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
23541: vfile fields return type
23542:
23543: * src/types/pa_vfile.h: vfile fields return type
23544:
23545: * src/include/pa_config_auto.h.in: .h.in
23546:
23547: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
23548: types/Makefile: makefiles removed
23549:
23550: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
23551: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
23552:
23553: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
23554: [tested: i & g ]
23555:
23556: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
23557: @test noticed series in isapi, check how initialize_random_class
23558: is called! [must be called only once]
23559:
23560: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
23561: would not be 'unknown column'
23562:
23563: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
23564: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
23565:
23566: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
23567: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
23568: [now doesnt]
23569:
23570: * src/targets/cgi/parser3.C: cgi cmdline ver
23571:
23572: * src/targets/cgi/parser3.C: cgi /// @test disable
23573: /cgi-bin/parser3/auto.p
23574:
23575: * src/main/untaint.C: untaint without charset
23576:
23577: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23578: main/pa_common.C: common: file_write /// @test mkdirs
23579: file_delete rmdirs
23580:
23581: * src/main/untaint.C: mail header only once to =?
23582:
23583: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
23584: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
23585: main/untaint.C: untaint - @test optimize whitespaces for
23586: all but 'html'
23587:
23588: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
23589: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
23590: main/untaint.C: untaint - @test mail-header
23591:
23592: 2001-04-20 paf
23593:
23594: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
23595: include/pa_request.h, include/pa_string.h, main/compile.y,
23596: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23597: targets/cgi/parser3.C: $MAIN:LOCALE
23598:
23599: * src/main/untaint.C: z
23600:
23601: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
23602:
23603: 2001-04-19 paf
23604:
23605: * src/main/compile_tools.h: $a$b bugfix
23606:
23607: * src/targets/cgi/parser3.C: z
23608:
23609: * src/classes/file.C: z
23610:
23611: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
23612: done: header to $fields. waits for header '\' tricks
23613:
23614: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
23615: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
23616: changed urlencode here and in untaint.C to HTTP standard's " and
23617: \" mech
23618:
23619: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
23620: http://alx/~paf/ doesnt load /auto.p
23621:
23622: 2001-04-18 paf
23623:
23624: * src/main/pa_request.C: 1
23625:
23626: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
23627: linux @alx
23628:
23629: 2001-04-17 paf
23630:
23631: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
23632: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
23633: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
23634: enabled
23635:
23636: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23637: classes/_exec.h, classes/_file.h, classes/_form.h,
23638: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23639: classes/_random.h, classes/_response.h, classes/_string.h,
23640: classes/_table.h, classes/_unknown.h, classes/file.C,
23641: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
23642: include/pa_config_fixed.h, include/pa_config_includes.h,
23643: include/pa_hash.h, include/pa_sql_driver_manager.h,
23644: include/pa_version.h, main/Makefile.am, main/compile.y,
23645: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
23646: main/pa_sql_driver_manager.C, sql/Makefile.am,
23647: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
23648: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
23649: types/pa_vform.C, types/pa_vimage.h: exec @jav
23650:
23651: * src/: include/pa_sql_driver_manager.h,
23652: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23653: types/pa_vimage.h: sql driver interface now has initialize(client
23654: .so)
23655:
23656: 2001-04-16 paf
23657:
23658: * src/Makefile.am: compile2 cygwin
23659:
23660: * src/: include/pa_config_includes.h, main/pa_exec.C,
23661: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
23662:
23663: * src/targets/cgi/Makefile.am: compile0 jav
23664:
23665: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
23666: classes/_exec.h, classes/_file.h, classes/_form.h,
23667: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
23668: classes/_random.h, classes/_response.h, classes/_string.h,
23669: classes/_table.h, classes/_unknown.h, classes/image.C,
23670: classes/mail.C, classes/op.C, classes/random.C,
23671: include/pa_config_fixed.h, include/pa_config_includes.h,
23672: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
23673: main/compile.y, main/pa_common.C, main/pa_exec.C,
23674: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
23675: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
23676: compile-1
23677:
23678: 2001-04-15 paf
23679:
23680: * src/classes/op.C: z
23681:
23682: * src/classes/table.C: table:empty +=process
23683:
23684: * src/types/pa_value.h: MethodParams !junction
23685:
23686: * src/: classes/_string.h, classes/double.C, classes/file.C,
23687: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
23688: classes/random.C, classes/response.C, classes/string.C,
23689: classes/table.C, classes/unknown.C, main/pa_request.C:
23690: MethodParams everywhere
23691:
23692: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
23693: types/pa_vmethod_frame.h: MethodParams in op.C
23694:
23695: 2001-04-12 paf
23696:
23697: * src/: classes/image.C, types/pa_vimage.h: image:font :text
23698:
23699: * src/: classes/_unknown.h, classes/unknown.C,
23700: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
23701: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
23702:
23703: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
23704:
23705: * src/classes/image.C: image:gif now does not have params
23706:
23707: * src/classes/image.C:
23708: image:line/fill/rectangle/bar/replace/polygon/polybar
23709:
23710: * src/: classes/image.C, classes/op.C, main/execute.C,
23711: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
23712: for var now written not to r.wcontext, but to r.root cleared
23713: "entered_object" state
23714:
23715: 2001-04-11 paf
23716:
23717: * src/classes/image.C: image:create image:load
23718:
23719: * src/: classes/image.C, main/main.dsp: gd with mem write + image
23720: just compiled
23721:
23722: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23723: todo: gif without file
23724:
23725: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
23726: started porting to Pooled descendant
23727:
23728: * src/: classes/image.C, main/execute.C, main/main.dsp,
23729: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
23730: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
23731: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
23732:
23733: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
23734: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
23735: end. switching to python imaging lib
23736:
23737: * src/main/main.dsp: gd+smtp made separate libs
23738:
23739: * src/: include/pa_globals.h, include/pa_string.h,
23740: main/pa_common.C, main/pa_request.C, main/untaint.C,
23741: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
23742: length
23743:
23744: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
23745: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
23746: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
23747: UL_FILE_NAME of posted file name
23748:
23749: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
23750: post [broke when moved post read to core]
23751:
23752: 2001-04-10 paf
23753:
23754: * src/classes/image.C: image:html done
23755:
23756: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
23757:
23758: * src/classes/image.C: z
23759:
23760: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
23761: forgotten!
23762:
23763: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23764: main/pa_request.C, main/pa_string.C, main/untaint.C,
23765: types/pa_vimage.h: image:measure -90
23766:
23767: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
23768: classes/_int.h, classes/_mail.h, classes/_op.h,
23769: classes/_random.h, classes/_response.h, classes/_string.h,
23770: classes/_table.h, classes/file.C, classes/mail.C,
23771: include/pa_common.h, include/pa_globals.h, main/execute.C,
23772: main/main.dsp, main/pa_common.C, main/pa_globals.C,
23773: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
23774: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
23775: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
23776: compiled
23777:
23778: * src/classes/mail.C: minor bug with unclear from/to
23779:
23780: * src/classes/mail.C: sendmail unix skipping defaults
23781:
23782: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
23783: sendmail unix added defaults
23784:
23785: * src/classes/mail.C: unix sendmail compiled. todo:testing
23786:
23787: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
23788:
23789: 2001-04-09 paf
23790:
23791: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
23792: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
23793: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23794: targets/isapi/parser3isapi.dsp: all targets exec
23795:
23796: * src/: include/pa_sapi.h, include/pa_string.h,
23797: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23798: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
23799: args in apache:util.script
23800:
23801: * src/include/pa_string.h: written but not tested exec with env for
23802: unix
23803:
23804: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
23805: targets/cgi/parser3.C: exec win32 env
23806:
23807: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
23808: 0
23809:
23810: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
23811: main/execute.C, main/main.dsp, main/pa_globals.C,
23812: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
23813: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
23814:
23815: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
23816: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
23817:
23818: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
23819: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
23820:
23821: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
23822: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
23823: main/pa_common.C, main/pa_request.C, main/pa_string.C,
23824: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23825: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
23826: exec class just compiled. moved post read to request core
23827:
23828: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
23829: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
23830: main/pa_globals.C, targets/cgi/parser3.C,
23831: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
23832: are already read by vform
23833:
23834: 2001-04-08 paf
23835:
23836: * src/: classes/file.C, classes/mail.C, classes/string.C,
23837: include/pa_request.h, include/pa_string.h, main/pa_request.C:
23838: uuencode. string<<
23839:
23840: 2001-04-07 paf
23841:
23842: * src/classes/mail.C: z
23843:
23844: * src/classes/mail.C: z
23845:
23846: * src/classes/mail.C: ^mail[$attach
23847:
23848: * src/classes/mail.C: ^attach dead end
23849:
23850: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
23851: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23852: targets/isapi/parser3isapi.C: mail:send 1
23853:
23854: * src/: classes/mail.C, main/pa_request.C: z
23855:
23856: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
23857: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
23858: compiled
23859:
23860: * src/classes/mail.C: +=
23861:
23862: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
23863: prepared
23864:
23865: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
23866: include/pa_globals.h, include/pa_string.h, main/main.dsp,
23867: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23868: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
23869:
23870: 2001-04-06 paf
23871:
23872: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
23873: main/pa_string.C: table:dir 1
23874:
23875: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
23876: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
23877:
23878: * src/: classes/_op.h, classes/_root.h, classes/op.C,
23879: classes/root.C, include/pa_globals.h, include/pa_request.h,
23880: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
23881: main/pa_request.C: renamed 'root' to 'op'
23882:
23883: * src/classes/: _op.h, op.C: renamed from 'root'
23884:
23885: * src/types/pa_valiased.C: another root inherititance skipped
23886:
23887: * src/main/: compile.C, compile.y, execute.C: operators are now not
23888: root methods of parent class. just 'ROOT' class
23889:
23890: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
23891: @office
23892:
23893: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
23894:
23895: 2001-04-05 paf
23896:
23897: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
23898: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
23899: constructor flag dropped at get_method_frame and remembered into
23900: method_frame
23901:
23902: * src/: classes/file.C, classes/root.C, classes/string.C,
23903: classes/table.C, main/pa_request.C: junction to code&expression
23904: in errors
23905:
23906: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23907: main/pa_string.C, targets/isapi/parser3isapi.dsp:
23908: $LOCALE:ctype[Russian_Russia.1251]
23909:
23910: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
23911: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
23912: main/pa_table.C: hash now not thread-safe.
23913:
23914: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
23915: main/untaint.C: z
23916:
23917: * src/: classes/random.C, classes/root.C, classes/table.C,
23918: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
23919: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
23920: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
23921: types/pa_wcontext.h: sql quote. string untaint UL_SQL
23922:
23923: * src/: classes/table.C, include/pa_sql_connection.h,
23924: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
23925:
23926: * src/classes/table.C: select * from hren error contains statement
23927:
23928: * src/: classes/table.C, include/pa_sql_connection.h,
23929: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
23930: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
23931:
23932: * src/: classes/root.C, include/pa_sql_connection.h,
23933: include/pa_sql_driver.h, main/main.dsp,
23934: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
23935: services for conv memory & error reporting
23936:
23937: 2001-04-04 paf
23938:
23939: * src/doc/doxygen.cfg: z
23940:
23941: * src/include/pa_sql_driver.h: mysql connect
23942:
23943: * src/include/pa_sql_driver.h: mysql info
23944:
23945: * src/: classes/root.C, include/pa_sql_driver.h,
23946: include/pa_sql_driver_manager.h, main/main.dsp,
23947: main/pa_sql_driver_manager.C: more manager&connection&driver
23948:
23949: * src/sql/Makefile.am: forgot to add mysql client
23950:
23951: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
23952: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
23953: [forgot to add libltdl, added]
23954:
23955: * src/: Makefile.am, classes/root.C, classes/string.C,
23956: classes/table.C, include/pa_globals.h, include/pa_hash.h,
23957: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
23958: include/pa_string.h, include/pa_table.h, main/main.dsp,
23959: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23960: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
23961: -1000 just compiled
23962:
23963: * src/: classes/random.C, classes/root.C, classes/table.C,
23964: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
23965: main/pa_request.C, types/pa_vclass.h: sql frame -10
23966:
23967: 2001-04-03 paf
23968:
23969: * src/types/pa_vform.C: z
23970:
23971: * src/: classes/string.C, types/pa_vform.C: string:match replace
23972: assigned lang
23973:
23974: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
23975: {}[]< empty []
23976:
23977: * src/: classes/file.C, classes/string.C, classes/table.C,
23978: include/pa_string.h, main/pa_common.C, main/pa_string.C,
23979: main/untaint.C: string:match replace 2. string.cstr(forced lang)
23980:
23981: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23982: string:match replace strange matches
23983:
23984: * src/classes/string.C: string:match replace 0
23985:
23986: * src/: classes/string.C, main/pa_string.C: string:match replace
23987: prepared 2
23988:
23989: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23990: string:match replace prepared
23991:
23992: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
23993: string:match replace -11
23994:
23995: * src/: classes/string.C, include/pa_globals.h,
23996: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
23997: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
23998:
23999: * src/: classes/string.C, include/pa_globals.h,
24000: include/pa_string.h, main/main.dsp, main/pa_globals.C,
24001: main/pa_string.C: string:match [search] -1 just compiled
24002:
24003: * src/types/pa_vstring.C: z
24004:
24005: * src/: classes/double.C, classes/file.C, classes/form.C,
24006: classes/int.C, classes/response.C, classes/root.C,
24007: classes/string.C, classes/table.C, include/pa_string.h,
24008: main/pa_string.C: string:match -10 [frame]
24009:
24010: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
24011: main/pa_request.C: z
24012:
24013: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
24014: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
24015: todo/tests
24016:
24017: * src/include/pa_common.h: z
24018:
24019: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
24020: main/pa_request.C, targets/cgi/parser3.C,
24021: targets/isapi/parser3isapi.C, types/pa_vfile.C:
24022: content-disposition
24023:
24024: * src/: include/pa_common.h, include/pa_globals.h,
24025: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24026: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
24027:
24028: * src/: include/pa_common.h, include/pa_request.h,
24029: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
24030: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24031: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
24032: response:body
24033:
24034: * src/classes/table.C: table:append now uses string::split
24035:
24036: * src/classes/table.C: z
24037:
24038: * src/: classes/file.C, classes/root.C, classes/string.C,
24039: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
24040: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
24041: include/pa_string.h, main/execute.C, main/pa_string.C,
24042: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
24043: string::pos & cmp & piece bugs fixed. string::split new
24044: table:load separated from set table:set implemented with clean \n
24045: \t searches
24046:
24047: 2001-04-02 paf
24048:
24049: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
24050: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
24051: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24052: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
24053: it in table:set/load
24054:
24055: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
24056: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
24057:
24058: * src/classes/random.C: random:generate 1
24059:
24060: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
24061: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24062: types/pa_value.h: random:generate
24063:
24064: 2001-03-30 paf
24065:
24066: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
24067: todo: table flip and append. string::pos
24068:
24069: * src/: classes/double.C, classes/file.C, classes/int.C,
24070: classes/response.C, classes/root.C, classes/string.C,
24071: classes/table.C, main/compile.y, main/execute.C,
24072: types/pa_value.h, types/pa_vstateless_class.C,
24073: types/pa_vstateless_class.h: static|dynamic|any method
24074: registration
24075:
24076: * src/: classes/file.C, classes/table.C, include/pa_table.h,
24077: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
24078: table:flip
24079:
24080: 2001-03-29 paf
24081:
24082: * src/classes/string.C: string:xsplit forgot that they must result
24083: in 1 row N column [not vice versa]
24084:
24085: * src/classes/string.C: z
24086:
24087: * src/classes/string.C: string: rsplit
24088:
24089: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24090: string: lsplit
24091:
24092: * src/: classes/string.C, include/pa_string.h, main/execute.C,
24093: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
24094: lsplit -1
24095:
24096: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
24097: string: pos
24098:
24099: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
24100: string: pos -1
24101:
24102: * src/: classes/string.C, classes/table.C, include/pa_string.h,
24103: main/compile.y, main/pa_request.C, main/pa_string.C,
24104: main/untaint.C: string: left right mid
24105:
24106: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
24107: main/compile_tools.h, main/main.dsp, types/pa_value.h,
24108: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
24109: and [;] are different now.
24110:
24111: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24112: main/untaint.C: pool.request undone
24113:
24114: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
24115: main/untaint.C: pool.request
24116:
24117: 2001-03-28 paf
24118:
24119: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24120: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24121: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
24122: $request:browser [.type .version]; unknown.get_double now = 0.
24123:
24124: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
24125: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
24126: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
24127: types/pa_vform.C: file:load autodetection of mime-type by
24128: user-file-name
24129:
24130: * src/: classes/file.C, main/execute.C, main/pa_common.C,
24131: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
24132: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
24133:
24134: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24135: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
24136: write. must be self.set
24137:
24138: * src/: classes/file.C, classes/root.C, classes/table.C,
24139: include/pa_table.h, main/pa_table.C: table:locate1, file:test
24140:
24141: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
24142: include/pa_table.h, main/pa_array.C, main/pa_table.C,
24143: types/pa_vtable.h: table:locate just compiled
24144:
24145: 2001-03-27 paf
24146:
24147: * src/main/: execute.C, pa_common.C: fixed r/w context of
24148: code-params2, fixed ntfs hardlink slow dir update
24149:
24150: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
24151: types/pa_wcontext.h: fixed r/w context of code-params
24152:
24153: * src/: classes/table.C, main/execute.C: about to change junction
24154: rcontext!!
24155:
24156: * src/: classes/double.C, classes/int.C, classes/root.C,
24157: classes/string.C, classes/table.C, main/compile_tools.C,
24158: main/execute.C, main/pa_request.C, main/untaint.C,
24159: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
24160: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24161: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
24162: types/pa_vunknown.h: sort 0
24163:
24164: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
24165: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
24166: renamed to are_static_calls_disabled
24167:
24168: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
24169: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
24170: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
24171: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
24172:
24173: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
24174:
24175: * src/: classes/table.C, include/pa_common.h, main/compile.y:
24176: started table:sort fixed minor bug in #...^{
24177:
24178: * src/: classes/table.C, include/pa_common.h, main/compile.y,
24179: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
24180: decided to have as it were. stepped back. grammar: added 'in'
24181: 'is' 'lt'&co follow-space check
24182:
24183: 2001-03-26 paf
24184:
24185: * src/: classes/file.C, classes/root.C, classes/table.C,
24186: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
24187: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24188: main/pa_table.C: moved ::save to pa_table. disabled @auto
24189: invocation in ^process
24190:
24191: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
24192:
24193: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
24194: main/pa_array.C: table:record
24195:
24196: * src/: main/untaint.C, targets/cgi/parser3.C,
24197: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24198: targets/isapi/pool_storage.h, types/pa_valiased.h,
24199: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
24200: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
24201: types/pa_vtable.h: z
24202:
24203: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
24204: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
24205: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
24206: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
24207: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
24208: method realisations on 'self' validity - they now can simply
24209: assume that 'self' is V{Proper} .
24210:
24211: 2001-03-25 paf
24212:
24213: * src/main/untaint.C: z
24214:
24215: * src/main/: pa_request.C, untaint.C: moved default typo-table to
24216: lowlevel - it initialization could be skipped if failed in @auto.
24217: so that exception report would use some table
24218:
24219: * src/main/pa_request.C: table empty lines ignored. system-default
24220: content type assigned in output:result [can fail in main:auto and
24221: skipped normal defaults extraction]
24222:
24223: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
24224: bug
24225:
24226: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
24227: processing to table [except preliminary \r\n \r \n replacements
24228: to "\n"]
24229:
24230: * src/: classes/table.C, main/untaint.C: html-typo - decided to
24231: move all the processing to table
24232:
24233: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
24234: main/pa_table.C, main/untaint.C: returned table originating.
24235: useful for reporting typo table problems origin. think would be
24236: useful somewhere else
24237:
24238: * src/main/untaint.C: typo \r \r\n \n properly handled
24239:
24240: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
24241: include/pa_table.h, main/compile.y, main/compile_tools.C,
24242: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
24243: main/pa_string.C, main/pa_table.C, main/untaint.C,
24244: types/pa_vcookie.h: typo & typo-default
24245:
24246: 2001-03-24 paf
24247:
24248: * src/main/pa_common.C: z
24249:
24250: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
24251: targets/cgi/parser3.C: html-typo 2
24252:
24253: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
24254: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
24255: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
24256: main/execute.C, main/pa_array.C, main/pa_globals.C,
24257: main/pa_request.C, main/pa_string.C, main/untaint.C,
24258: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24259: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
24260: noticed double default content-type prob. run cgi.cmd tomorrow
24261: first html-typo sample. detected << problem: they become ltlt too
24262: fast
24263:
24264: * src/main/compile.y: z
24265:
24266: * src/main/: compile.y, compile_tools.h: #comment
24267:
24268: * src/: classes/file.C, classes/root.C, classes/table.C,
24269: include/pa_common.h, include/pa_request.h, main/compile.y,
24270: main/pa_common.C, main/pa_request.C, main/pa_string.C,
24271: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
24272: stringified
24273:
24274: * src/types/pa_valiased.C: decided to String-ify file_read
24275:
24276: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
24277: isapi/parser3isapi.dsp: cgi: sapi::log
24278:
24279: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
24280: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
24281: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
24282: error log experiments failed - cgi under iis got no access to
24283: log. registereventsource simply failed with 5(illegal call) code,
24284: while worked OK as standalone executable. isapi: used
24285: HSE_APPEND_LOG_PARAMETER feature
24286:
24287: * src/: include/pa_common.h, include/pa_globals.h,
24288: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24289: targets/isapi/parser3isapi.C: fixed default content-type
24290: allocation storage
24291:
24292: * src/: include/pa_globals.h, include/pa_request.h,
24293: main/pa_globals.C, main/pa_request.C: z
24294:
24295: * src/: include/pa_array.h, include/pa_hash.h,
24296: include/pa_request.h, main/compile.y, main/pa_array.C,
24297: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24298: types/pa_vcookie.C: cyclic uses ignored. defaulted default
24299: content-type
24300:
24301: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
24302: sanity
24303:
24304: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
24305: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
24306: away freeze mech. no danger now for you can't do
24307: ^request:process[@new-method[] body] trick anymore. still
24308: remains $some_instance.process[@new-method[] possibility] but
24309: would leave it as a feature. see index for sample
24310:
24311: * src/: include/pa_common.h, main/pa_common.C,
24312: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
24313: monkey every target
24314:
24315: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24316: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
24317: types/pa_vform.C, types/pa_vform.h: auto.p monkey
24318:
24319: 2001-03-23 paf
24320:
24321: * src/: include/pa_pool.h, main/pa_request.C,
24322: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
24323: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24324: targets/isapi/pool_storage.h: isapi: dumb pool storage
24325:
24326: * src/targets/isapi/pa_pool.C: decided to continue with extension
24327:
24328: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
24329: it would be better to rewrite as filter then to deal with pool
24330:
24331: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
24332: now like in cgi, not from APPL_PHYSICAL_PATH
24333:
24334: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24335: include/pa_config_fixed.h, include/pa_config_includes.h,
24336: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
24337: include/pa_version.h, main/compile.y, main/execute.C,
24338: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24339: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24340: main/untaint.C, targets/cgi/parser3.C,
24341: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
24342: cgi: reinvent document_root and request_uri under iis. autoconf
24343: updated. introducing ap_config_includes
24344:
24345: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
24346:
24347: * src/targets/cgi/parser3.C: cgi: only one pool now
24348:
24349: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
24350: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24351: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
24352: types/pa_venv.h, types/pa_vform.C: sapi made object
24353:
24354: * src/: include/pa_globals.h, main/pa_request.C,
24355: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24356: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
24357: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
24358:
24359: * src/: main/pa_request.C, targets/cgi/parser3.C,
24360: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
24361: isapi minor env beauty
24362:
24363: * src/: main/pa_request.C, targets/cgi/parser3.C,
24364: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
24365: isapi document_root 0
24366:
24367: 2001-03-22 paf
24368:
24369: * src/targets/isapi/parser3isapi.C: isapi keep-alive
24370:
24371: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
24372: isapi/parser3isapi.C: z
24373:
24374: * src/: include/pa_pool.h, main/pa_request.C,
24375: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
24376:
24377: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
24378: kill.pl: isapi added utils
24379:
24380: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
24381: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
24382: types/pa_vform.C: isapi 0
24383:
24384: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
24385: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24386: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
24387: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
24388: started isapi
24389:
24390: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
24391: some comments
24392:
24393: * src/: include/pa_globals.h, include/pa_request.h,
24394: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
24395: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
24396: parser_root_auto_path parser_site_auto_path
24397:
24398: * src/types/pa_vcookie.C: cookie attr decoded
24399:
24400: 2001-03-21 paf
24401:
24402: * src/targets/cgi/parser3.C: z
24403:
24404: * src/include/pa_globals.h: post. todo: config of auto.p path
24405:
24406: * src/: include/pa_globals.h, targets/cgi/parser3.C,
24407: types/pa_venv.h: in cookie & env. todo:post
24408:
24409: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
24410: classes/root.C, classes/table.C, include/pa_array.h,
24411: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
24412: include/pa_request.h, include/pa_string.h, main/Makefile.am,
24413: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
24414: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24415: main/pa_table.C, main/untaint.C, targets/Makefile.am,
24416: targets/cgi/Makefile.am, targets/cgi/parser3.C,
24417: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
24418: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
24419: shifted apache branch on main trunc
24420:
24421: * src/: include/pa_common.h, include/pa_globals.h,
24422: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24423: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
24424: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
24425: starting mod_parser3
24426:
24427: * src/targets/cgi/parser3.C: starting mod_parser3
24428:
24429: 2001-03-20 paf
24430:
24431: * src/: main/pa_common.C, targets/cgi/Makefile.am,
24432: targets/cgi/parser3.C: automake compiled and works. todo:make
24433: win32 ifdefs work and add ifdef unistd
24434:
24435: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
24436: main/Makefile.am, main/pa_common.C, main/pa_request.C,
24437: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
24438: z
24439:
24440: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
24441: main/execute.C, main/pa_common.C, types/Makefile.am: removing
24442: locking
24443:
24444: * src/: classes/Makefile.am, types/Makefile.am: z
24445:
24446: * src/: Makefile.am, classes/file.C, classes/root.C,
24447: classes/table.C, include/pa_array.h, include/pa_request.h,
24448: include/pa_string.h, main/Makefile.am, main/execute.C,
24449: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
24450: main/pa_string.C, main/untaint.C, targets/Makefile.am,
24451: targets/cgi/Makefile.am, targets/cgi/parser3.C,
24452: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
24453:
24454: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
24455: main/pa_request.C, types/pa_vfile.h: ^table:save
24456:
24457: * src/: classes/file.C, classes/table.C, include/pa_array.h,
24458: include/pa_common.h, include/pa_request.h, include/pa_string.h,
24459: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
24460: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
24461: types/pa_vform.h: z
24462:
24463: * src/include/pa_string.h: z
24464:
24465: * src/: classes/_request.h, classes/request.C, main/main.dsp,
24466: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
24467: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
24468: :Value
24469:
24470: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
24471: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
24472: :VStateless_object
24473:
24474: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
24475: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
24476: :VStateless_object
24477:
24478: * src/: main/main.dsp, targets/cgi/parser3.dsp,
24479: types/pa_valiased.C, types/pa_vform.h: commented VForm
24480:
24481: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
24482: types/pa_valiased.h, types/pa_value.h,
24483: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
24484: types/pa_vstateless_object.h: moved common get_element part from
24485: stateless object&class into VAliased
24486:
24487: * src/: classes/_env.h, classes/_table.h, classes/env.C,
24488: classes/table.C, main/execute.C, main/main.dsp,
24489: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
24490: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
24491: now :Value
24492:
24493: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
24494: main/execute.C, main/main.dsp, main/pa_globals.C,
24495: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
24496:
24497: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
24498: doxx
24499:
24500: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
24501: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
24502: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
24503: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
24504: and ^file:save
24505:
24506: 2001-03-19 paf
24507:
24508: * src/types/pa_vfile.C: z
24509:
24510: * src/: classes/file.C, classes/request.C, classes/table.C,
24511: include/pa_string.h, main/main.dsp, main/pa_pool.C,
24512: main/pa_request.C, main/untaint.C, types/pa_value.h,
24513: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
24514:
24515: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
24516: include/pa_string.h, include/pa_table.h, main/main.dsp,
24517: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
24518: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
24519: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
24520: classes/_file.h, classes/file.C, types/pa_vfile.C,
24521: types/pa_vfile.h: file class just compiled
24522:
24523: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
24524: include/pa_table.h, include/pa_types.h, main/execute.C,
24525: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24526: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
24527: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
24528:
24529: * src/include/pa_pool.h: z
24530:
24531: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
24532: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
24533: Hash::Value to Val so to doxygen would finlly stop confusing
24534: those Value-s
24535:
24536: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
24537: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
24538: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24539: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24540: include/pa_types.h, main/compile.C, main/compile.y,
24541: main/compile_tools.C, main/compile_tools.h, main/execute.C,
24542: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
24543: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
24544: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24545: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
24546:
24547: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
24548: derivates somehow unlinked. don't know why yet
24549:
24550: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
24551: include/pa_string.h, include/pa_threads.h, main/compile.C,
24552: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24553: main/execute.C, main/pa_array.C, main/pa_common.C,
24554: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
24555: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24556: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
24557:
24558: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
24559: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
24560: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
24561: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
24562: types/pa_vrequest.h: doc: detected Value derivates prob
24563:
24564: * src/include/pa_globals.h: z
24565:
24566: * src/: classes/_request.h, classes/request.C, include/code.h,
24567: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
24568: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
24569: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
24570: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
24571: main/execute.C, main/pa_pool.C, main/pa_request.C,
24572: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24573: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
24574:
24575: 2001-03-18 paf
24576:
24577: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
24578: cookie: allowed access to hash-assigned
24579:
24580: * src/targets/cgi/parser3.C: z
24581:
24582: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
24583: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
24584: include/pa_types.h, main/main.dsp, main/pa_common.C,
24585: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24586: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
24587: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
24588: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
24589: types/pa_vunknown.h: cookie class
24590:
24591: * src/main/pa_request.C: zero length output allowed
24592:
24593: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
24594: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
24595:
24596: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
24597: lang switch
24598:
24599: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
24600: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24601: types/pa_value.h, types/pa_vhash.h:
24602: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
24603:
24604: * src/main/execute.C: z
24605:
24606: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
24607: targets/cgi/parser3.C: taint[uri
24608:
24609: * src/: classes/request.C, classes/response.C, classes/root.C,
24610: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
24611: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
24612: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
24613:
24614: * src/: classes/root.C, classes/string.C, include/pa_string.h,
24615: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24616: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
24617: types/pa_vstateless_class.C: convinient string(pool, char *src,
24618: bool tainted) ctor
24619:
24620: * src/: include/pa_hash.h, include/pa_request.h,
24621: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
24622: main/pa_request.C, main/pa_string.C, main/untaint.C,
24623: targets/cgi/parser3.C: proper @exceptions params tainting
24624:
24625: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
24626: response fields to header
24627:
24628: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
24629: z
24630:
24631: * src/: classes/_response.h, classes/response.C,
24632: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
24633: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
24634: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
24635: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
24636: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
24637: $response: 0 request::core exception rethrow
24638:
24639: 2001-03-16 paf
24640:
24641: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
24642: types/pa_vrequest.h: native method' class call with less params
24643: then needed error reporting
24644:
24645: * src/: classes/_request.h, classes/request.C,
24646: include/pa_globals.h, include/pa_request.h, main/execute.C,
24647: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24648: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
24649: types/pa_vrequest.h: $request : query :uri
24650:
24651: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
24652: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
24653: types/pa_wcontext.h: $result
24654:
24655: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
24656:
24657: * src/: classes/double.C, include/code.h, main/compile.y,
24658: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
24659: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
24660:
24661: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
24662: main/compile.y, main/execute.C, types/pa_value.h,
24663: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
24664: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
24665: wcontext conflict
24666:
24667: * src/: main/execute.C, types/pa_value.h,
24668: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
24669: $string.field
24670:
24671: 2001-03-15 paf
24672:
24673: * src/main/pa_request.C: news sample
24674:
24675: * src/: main/compile.y, main/execute.C, main/pa_request.C,
24676: targets/cgi/parser3.C, types/pa_vstring.h: @exception
24677:
24678: * src/main/: compile.y, execute.C: z
24679:
24680: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
24681: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
24682: pre pre works
24683:
24684: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24685: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
24686: fillfields just compiled
24687:
24688: 2001-03-14 paf
24689:
24690: * src/: include/pa_request.h, main/pa_request.C,
24691: targets/cgi/parser3.C: z
24692:
24693: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
24694: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
24695: types/pa_vstring.h: limits -1
24696:
24697: * src/: include/pa_globals.h, include/pa_request.h,
24698: include/pa_types.h, main/main.dsp, main/pa_globals.C,
24699: main/pa_request.C, targets/cgi/parser3.C,
24700: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
24701: request_info -1
24702:
24703: * src/: include/pa_globals.h, main/pa_globals.C,
24704: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
24705: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
24706: vform_fields_fill
24707:
24708: * src/targets/cgi/parser3.C: # if MSVC
24709:
24710: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
24711: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
24712:
24713: * src/targets/cgi/parser3.C: z
24714:
24715: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
24716: include/pa_string.h, include/pa_types.h, main/compile.y,
24717: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
24718: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
24719: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
24720: types/pa_vunknown.h: global handler, exceptions in parser3
24721:
24722: 2001-03-13 paf
24723:
24724: * src/: classes/form.C, main/compile.y, main/core.C,
24725: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
24726: types/pa_vform.h, types/pa_vstateless_class.C,
24727: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
24728: instead
24729:
24730: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24731: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
24732: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
24733: started cgi target
24734:
24735: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
24736: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
24737: before error show with parser
24738:
24739: * src/: classes/_form.h, classes/form.C, include/core.h,
24740: include/pa_request.h, main/core.C, main/pa_request.C,
24741: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
24742:
24743: * src/targets/cgi/: parser.dsp, parser3.dsp: z
24744:
24745: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
24746: parser3.C: renamed targets/ parser to cgi
24747:
24748: * src/: classes/double.C, classes/env.C, classes/int.C,
24749: classes/root.C, classes/string.C, classes/table.C,
24750: include/pa_request.h, types/pa_vhash.h: z
24751:
24752: * src/: classes/_env.h, classes/env.C, classes/root.C,
24753: include/core.h, include/pa_pool.h, include/pa_request.h,
24754: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
24755: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24756: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
24757: [historical moment :)]
24758:
24759: * src/: include/code.h, include/pa_string.h, main/compile.y,
24760: main/execute.C, main/pa_string.C: 'value is type' expr operator
24761:
24762: * src/types/pa_venv.h: $ENV 1
24763:
24764: * src/main/execute.C: z
24765:
24766: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
24767: future methods of ENV constructor if
24768:
24769: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
24770: class
24771:
24772: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24773: classes/_root.h, classes/_string.h, classes/_table.h,
24774: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24775: classes/string.C, classes/table.C, include/pa_request.h,
24776: main/compile.C, main/compile_tools.h, main/core.C,
24777: main/execute.C, main/main.dsp, main/pa_request.C,
24778: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24779: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24780: types/pa_vobject.h, types/pa_vstateless_class.C,
24781: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24782: types/pa_wcontext.h: $ENV: re 0, stateless classes
24783:
24784: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24785: classes/_root.h, classes/_string.h, classes/_table.h,
24786: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
24787: classes/string.C, classes/table.C, include/pa_request.h,
24788: main/compile.C, main/compile_tools.h, main/core.C,
24789: main/execute.C, main/main.dsp, main/pa_request.C,
24790: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
24791: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
24792: types/pa_vobject.h, types/pa_vstateless_class.C,
24793: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
24794: types/pa_wcontext.h: $ENV: re 0, stateless classes
24795:
24796: * src/: include/pa_request.h, main/compile.C, main/execute.C,
24797: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
24798: yesterdays bad decision on execute_static_method
24799:
24800: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
24801:
24802: * src/: classes/double.C, classes/int.C, classes/root.C,
24803: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
24804:
24805: * src/main/pa_request.C: z
24806:
24807: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24808: include/pa_pool.h: skipped_restructure_exceptions_dead_end
24809:
24810: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
24811: include/pa_pool.h, main/pa_request.C:
24812: restructure_exceptions_dead_end
24813:
24814: * src/: classes/root.C, main/compile.y: ^if required junctions.
24815: allowed ; inside {} to break params
24816:
24817: * src/classes/root.C: ^eval
24818:
24819: * src/: classes/_string.h, classes/double.C, classes/int.C,
24820: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
24821: string ^format
24822:
24823: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
24824: 'bad' but not 'enough'
24825:
24826: * src/: classes/double.C, classes/root.C, classes/table.C,
24827: include/pa_common.h, include/pa_types.h, main/compile.y,
24828: main/pa_common.C, main/pa_request.C, main/untaint.C,
24829: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
24830: types/pa_wwrapper.h: think constructing flag as is is bad
24831:
24832: * src/: classes/double.C, classes/int.C, classes/root.C,
24833: classes/string.C, classes/table.C, main/core.C, main/execute.C,
24834: types/pa_vint.h: ^for
24835:
24836: 2001-03-12 paf
24837:
24838: * src/classes/table.C: table ^empty
24839:
24840: * src/: classes/table.C, include/pa_table.h: table ^menu
24841:
24842: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
24843: ^offset ^line ^count
24844:
24845: * src/classes/root.C: ^round() ^floor() ^ceiling()
24846: ^abs() ^sign()
24847:
24848: * src/classes/: root.C, table.C: ^use
24849:
24850: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24851: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
24852: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
24853: ^while. switched off wcontext.constructing after write(value) or
24854: auto-vhash-constructing
24855:
24856: * src/: classes/root.C, classes/table.C, include/pa_request.h,
24857: main/pa_request.C: fail_if_junction_ helper func
24858:
24859: * src/: classes/root.C, classes/table.C, include/pa_common.h,
24860: include/pa_request.h, main/execute.C, main/main.dsp,
24861: main/pa_common.C, main/pa_request.C: ^process error point by
24862: actual method_name, not source. ^load
24863:
24864: * src/types/pa_vtable.h: table: no, better with string in cells...
24865:
24866: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
24867: classes/_table.h, classes/table.C, main/untaint.C: z
24868:
24869: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
24870: include/pa_table.h, main/core.C, main/execute.C,
24871: main/pa_common.C, main/pa_request.C, main/pa_table.C,
24872: types/pa_value.h: table:set 0
24873:
24874: * src/: classes/root.C, include/core.h, include/pa_array.h,
24875: include/pa_request.h, include/pa_table.h, main/core.C,
24876: main/main.dsp, main/pa_request.C, main/pa_table.C,
24877: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
24878: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
24879: types/pa_vstring.h: freeze, ^table:create[] -1
24880:
24881: * src/: classes/root.C, types/pa_value.h: z
24882:
24883: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
24884: get_method in couple places optimizing them
24885:
24886: * src/classes/root.C: z
24887:
24888: * src/: classes/root.C, types/pa_vclass.h: process temp main
24889: zeroing
24890:
24891: * src/: classes/double.C, classes/int.C, classes/root.C,
24892: classes/string.C, include/pa_common.h, include/pa_request.h,
24893: include/pa_string.h, include/pa_types.h, main/compile.C,
24894: main/compile.y, main/compile_tools.h, main/execute.C,
24895: main/pa_common.C, main/pa_request.C, types/pa_value.h,
24896: types/pa_vmframe.h: ^process. actual names to store param and
24897: check_actual_numbered_params for better place diagnostics
24898:
24899: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
24900: method-junctions bug fixed
24901:
24902: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
24903: pa_vstateless_object.h, pa_vstring.h: stateless_object
24904:
24905: 2001-03-11 paf
24906:
24907: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
24908: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
24909: VDouble VInt base now VObject_base - without fields
24910:
24911: * src/: classes/root.C, include/core.h, main/core.C: z
24912:
24913: * src/: classes/double.C, classes/int.C, classes/root.C,
24914: classes/string.C, include/core.h, include/pa_hash.h,
24915: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
24916: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
24917:
24918: * src/: classes/double.C, classes/int.C, classes/root.C,
24919: include/pa_request.h, main/execute.C: intercept_string
24920:
24921: * src/: classes/double.C, classes/int.C, classes/root.C,
24922: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
24923:
24924: * src/: classes/double.C, classes/int.C, include/pa_request.h:
24925: ^inc-s(expr)
24926:
24927: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24928: classes/_root.h, classes/_string.h, classes/double.C,
24929: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24930: include/code.h, include/core.h, include/pa_array.h,
24931: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24932: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24933: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24934: include/pa_types.h, main/compile.C, main/compile.y,
24935: main/compile_tools.C, main/compile_tools.h, main/core.C,
24936: main/execute.C, main/pa_array.C, main/pa_common.C,
24937: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
24938: main/pa_request.C, main/pa_string.C, main/pa_table.C,
24939: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24940: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24941: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24942: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24943: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24944: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
24945:
24946: * src/: main/pa_request.C, types/pa_vhash.h: z
24947:
24948: * src/: include/core.h, include/pa_request.h, main/core.C,
24949: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
24950:
24951: * src/: include/pa_valiased.h, include/pa_value.h,
24952: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24953: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24954: include/pa_vjunction.h, include/pa_vmframe.h,
24955: include/pa_vobject.h, include/pa_vstring.h,
24956: include/pa_vunknown.h, include/pa_wcontext.h,
24957: include/pa_wwrapper.h, main/compile.y, main/core.C,
24958: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
24959: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
24960: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
24961: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
24962: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
24963: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
24964: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
24965: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
24966: include/
24967:
24968: 2001-03-10 paf
24969:
24970: * src/: include/core.h, include/pa_request.h, main/core.C,
24971: main/pa_request.C: run+auto=run
24972:
24973: * src/: classes/root.C, include/pa_request.h: minor if junction bug
24974:
24975: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
24976: classes/_root.h, classes/_string.h, classes/double.C,
24977: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
24978: include/code.h, include/core.h, include/pa_array.h,
24979: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
24980: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
24981: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
24982: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
24983: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
24984: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
24985: include/pa_vjunction.h, include/pa_vmframe.h,
24986: include/pa_vobject.h, include/pa_vstring.h,
24987: include/pa_vunknown.h, include/pa_wcontext.h,
24988: include/pa_wwrapper.h, main/compile.C, main/compile.y,
24989: main/compile_tools.C, main/compile_tools.h, main/core.C,
24990: main/execute.C, main/pa_array.C, main/pa_cframe.C,
24991: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
24992: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
24993: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
24994: main/pa_wcontext.C: sources header
24995:
24996: * src/main/pa_request.C: auto..
24997:
24998: * src/: include/pa_request.h, main/compile.C, main/compile.y,
24999: main/pa_request.C: auto tree0
25000:
25001: * src/: include/core.h, include/pa_request.h, main/compile.y,
25002: main/core.C, main/pa_request.C: names to core.C
25003:
25004: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
25005: include/pa_request.h, main/core.C, main/execute.C,
25006: main/pa_common.C, main/pa_request.C: root auto.p loaded
25007:
25008: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
25009: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
25010: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25011: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
25012:
25013: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
25014: @auto[] realised. auto.p scan togo
25015:
25016: * src/: include/pa_request.h, main/execute.C: autocalc
25017: code-junctions result now have names
25018:
25019: * src/: classes/double.C, classes/int.C, classes/root.C,
25020: classes/string.C, include/pa_request.h, include/pa_string.h,
25021: include/pa_wcontext.h, main/compile.y, main/execute.C,
25022: main/pa_string.C, main/pa_wcontext.C: tainting 0
25023:
25024: * src/classes/env.C: env:file/line
25025:
25026: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
25027: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
25028: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
25029: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
25030: main/compile_tools.C, main/compile_tools.h, main/core.C,
25031: main/execute.C, main/main.dsp, main/pa_cframe.C,
25032: main/pa_request.C, main/pa_wcontext.C: const fight finished
25033:
25034: * src/include/pa_vclass.h: const fight to go
25035:
25036: * src/: classes/_env.h, classes/env.C, classes/root.C,
25037: include/pa_request.h, include/pa_vclass.h, main/core.C,
25038: main/main.dsp: env0
25039:
25040: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
25041: classes/_string.h, classes/double.C, classes/int.C,
25042: classes/root.C, classes/string.C, include/pa_request.h,
25043: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
25044: include/pa_wcontext.h, main/core.C, main/main.dsp,
25045: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
25046: main/pa_wcontext.C: ^lang prepare0
25047:
25048: 2001-03-09 paf
25049:
25050: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
25051: construct proper naming
25052:
25053: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
25054: classes/double.C, classes/int.C, classes/root.C,
25055: classes/string.C, include/code.h, include/pa_value.h,
25056: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
25057: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25058: main/compile.y, main/compile_tools.C, main/core.C,
25059: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
25060: and ^double[]. fixed expr type
25061:
25062: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25063: ^string.length[]
25064:
25065: 2001-03-08 paf
25066:
25067: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
25068:
25069: * src/: include/pa_vclass.h, include/pa_vstring.h,
25070: include/pa_wcontext.h, main/compile.y, main/core.C,
25071: main/execute.C, main/main.dsp: dead end: vstring can't be
25072: derivated from vobject
25073:
25074: * src/: include/pa_vclass.h, include/pa_vhash.h,
25075: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
25076:
25077: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
25078: remained clone conseqs
25079:
25080: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
25081:
25082: * src/main/pa_vclass.C: wow! vclass were out of vcs
25083:
25084: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
25085: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
25086: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
25087: include/pa_vobject.h, include/pa_vstring.h,
25088: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25089: main/execute.C: withoud cloning. didn't need it actually, params
25090: got passed from out unnamed ewpool
25091:
25092: * src/: include/pa_vdouble.h, include/pa_vhash.h,
25093: include/pa_vjunction.h, include/pa_vobject.h,
25094: include/pa_vunknown.h, main/compile.y: cloning dead end
25095:
25096: * src/: include/pa_bool.h, include/pa_double.h,
25097: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
25098: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
25099: include/pa_vjunction.h, include/pa_vmframe.h,
25100: include/pa_vobject.h, include/pa_vstring.h,
25101: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
25102: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
25103: to give params proper names
25104:
25105: * src/main/pa_wcontext.C: z
25106:
25107: * src/: include/pa_vmframe.h, main/execute.C: added names to
25108: unknown values in get_element and unfilled params. removed wrong
25109: name change in get_element
25110:
25111: * src/main/execute.C: z
25112:
25113: * src/main/execute.C: fixed problems calling operators in
25114: constructors
25115:
25116: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
25117: detected problems calling operators in constructors
25118:
25119: * src/: classes/root.C, include/pa_request.h, main/execute.C:
25120: autocalc def to string
25121:
25122: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
25123: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
25124:
25125: * src/classes/root.C: added root.c
25126:
25127: * src/: include/pa_request.h, include/pa_value.h,
25128: include/pa_vcframe.h, include/pa_vmframe.h,
25129: include/pa_wcontext.h, main/compile.C, main/compile.y,
25130: main/core.C, main/execute.C, main/pa_cframe.C,
25131: main/pa_wcontext.C: 'if' just compiled
25132:
25133: * src/: include/pa_vbool.h, include/pa_vdouble.h,
25134: include/pa_vjunction.h, include/pa_vmframe.h,
25135: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
25136: main/pa_wcontext.C: z
25137:
25138: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
25139: main/core.C, main/execute.C, main/main.dsp: z. detected probs
25140: with parameter names in operator methods
25141:
25142: * src/main/compile.y: minor renamings in .y
25143:
25144: * src/: include/pa_request.h, main/compile.C, main/compile.y,
25145: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
25146: @BASE. changed 'RUN' assignment mech
25147:
25148: * src/main/execute.C: z
25149:
25150: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25151: main/compile_tools.h, main/execute.C: made class: dynamic, not
25152: static. so to enable runtime ^use
25153:
25154: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
25155:
25156: * src/: include/code.h, main/compile.y, main/compile_tools.C,
25157: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
25158:
25159: * src/main/execute.C: root root in code-junction
25160:
25161: 2001-03-07 paf
25162:
25163: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
25164: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
25165:
25166: * src/: include/pa_stack.h, include/pa_value.h,
25167: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
25168: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
25169: fixed rwcontext of {} params up
25170:
25171: * src/main/: compile.y, compile_tools.h: ^func(params)
25172:
25173: * src/main/compile.y: .y priorities syntax shaped up a bit
25174:
25175: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
25176: include/pa_vunknown.h, main/compile.y, main/execute.C,
25177: main/pa_hash.C: expr def in -f
25178:
25179: * src/main/: compile.y, execute.C: expr calls
25180:
25181: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
25182: fixed
25183:
25184: * src/main/compile.y: expr quoted code
25185:
25186: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
25187: support0
25188:
25189: * src/main/compile.y: expr string comparisons 0
25190:
25191: * src/: include/pa_string.h, main/compile.y, main/execute.C,
25192: main/pa_string.C: just compiled lt&co
25193:
25194: * src/main/execute.C: ^var.menu{$field} problem detected. that
25195: $field not a $var.field
25196:
25197: 2001-03-06 paf
25198:
25199: * src/main/compile.y: .y expr visible-shorter
25200:
25201: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
25202: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
25203: logical
25204:
25205: * src/: include/pa_vstring.h, main/compile.y: problems with
25206: skipping whitespace in yylex
25207:
25208: * src/include/pa_vbool.h: forgot this
25209:
25210: * src/: include/code.h, main/compile.y, main/execute.C: without
25211: string ops in expressions 0
25212:
25213: * src/: include/pa_value.h, include/pa_vdouble.h,
25214: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
25215: main/execute.C, main/main.dsp: !~
25216:
25217: * src/: include/pa_vcframe.h, include/pa_vclass.h,
25218: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
25219: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25220: include/pa_vunknown.h, include/pa_wcontext.h,
25221: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
25222: main/compile_tools.h, main/execute.C: +-*/
25223:
25224: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
25225: main/compile_tools.h: grammar-1.1 $a(z) $a=0
25226:
25227: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
25228: main/execute.C: expr grammar-1 2*2=4.000000 :)
25229:
25230: * src/main/compile.y: expr grammar-1
25231:
25232: * src/main/compile.y: expr lexx1
25233:
25234: * src/main/: compile.y, execute.C, main.dsp: z
25235:
25236: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
25237: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
25238: main/execute.C: expr lex0 exec-1
25239:
25240: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
25241:
25242: 2001-02-26 paf
25243:
25244: * src/main/compile.y: max_string in yyerror bug fix
25245:
25246: 2001-02-25 paf
25247:
25248: * src/: include/pa_value.h, include/pa_vmframe.h,
25249: include/pa_wcontext.h, main/execute.C: VAliased3
25250:
25251: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
25252:
25253: * src/main/execute.C: VAliased1
25254:
25255: * src/: include/pa_request.h, include/pa_value.h,
25256: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
25257: VAliased0
25258:
25259: * src/: include/pa_pool.h, include/pa_request.h,
25260: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
25261: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
25262: VAliased just compiled
25263:
25264: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
25265: include/pa_vobject.h, main/execute.C: alias dead end
25266:
25267: * src/: include/pa_value.h, include/pa_vclass.h,
25268: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
25269: main/main.dsp: no not get fields into interm VFielded class.
25270: fields & staticfields 1
25271:
25272: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
25273: include/pa_vobject.h, include/pa_wcontext.h,
25274: include/pa_wwrapper.h, main/core.C, main/execute.C,
25275: main/main.dsp: would now get fields into interm VFielded class
25276:
25277: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
25278: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
25279: include/pa_wcontext.h, main/compile.y, main/core.C,
25280: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
25281: main/pa_wcontext.C: virtuals2
25282:
25283: * src/main/compile.y: : 1
25284:
25285: * src/main/compile.y: rethought to $class:static.field.subfield
25286:
25287: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
25288: $class:element
25289:
25290: * src/: include/pa_value.h, include/pa_vmframe.h,
25291: include/pa_wwrapper.h, main/compile.y, main/execute.C,
25292: main/pa_wcontext.C: before execute class calls rewrite
25293:
25294: * src/: include/pa_request.h, main/compile.C, main/core.C: default
25295: name RUN, also alias
25296:
25297: * src/main/compile.y: escaping bug
25298:
25299: * src/: include/pa_request.h, include/pa_value.h,
25300: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
25301: main/core.C, main/execute.C, main/pa_common.C: vobject1
25302:
25303: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
25304: include/pa_vmframe.h, include/pa_vobject.h,
25305: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
25306: main/compile_tools.h, main/execute.C: ^class:method() just
25307: compiled
25308:
25309: 2001-02-24 paf
25310:
25311: * src/main/main.dsp: no bison -d
25312:
25313: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
25314: class' err msg wrong
25315:
25316: * src/main/compile.y: z
25317:
25318: * src/main/: compile.y, core.C: yylex need some @special lines adj
25319:
25320: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
25321: main/compile.y, main/compile_tools.h, main/core.C: modules0
25322:
25323: * src/: include/pa_vclass.h, main/core.C: z
25324:
25325: * src/: include/pa_value.h, include/pa_vclass.h,
25326: include/pa_vobject.h, main/main.dsp: vobject00
25327:
25328: * src/main/pa_array.C: minor bug in expanding very small arrays.
25329: 60% from 1 were 0
25330:
25331: * src/: include/pa_value.h, include/pa_wcontext.h,
25332: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
25333: as bad as you've named it: wcontext.value() was not a perfect
25334: idea
25335:
25336: * src/main/execute.C: codeframe1
25337:
25338: * src/: include/pa_value.h, include/pa_vcframe.h,
25339: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
25340: include/pa_vjunction.h, include/pa_vmframe.h,
25341: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
25342: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
25343: just compiled
25344:
25345: * src/: include/pa_vframe.h, main/compile.y: found junction
25346: ideology @: ^x{$a()) must construct current wcontext element, so
25347: smart wcontext handling needed
25348:
25349: * src/main/compile.y: fixed grammar bugs in constructor/params
25350: klinch
25351:
25352: * src/main/: compile.y, execute.C: fixed empty constructor
25353: optimized empty case. failed on calls - produced empty string
25354: param
25355:
25356: * src/main/compile.y: fixed last \n macrotemplate strip bug
25357:
25358: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
25359: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
25360: main/compile_tools.C, main/compile_tools.h, main/core.C,
25361: main/execute.C: code junctions0. something wrong with last \n
25362: macrotemplate strip
25363:
25364: * src/: include/pa_value.h, main/compile.C, main/core.C,
25365: main/pa_value.C: minor error reporting format beautifyings
25366:
25367: * src/: include/pa_value.h, include/pa_vclass.h,
25368: include/pa_vframe.h, main/core.C, main/execute.C,
25369: main/pa_value.C: get_method RIP. junctions everywhere. call with
25370: junctions0
25371:
25372: 2001-02-23 paf
25373:
25374: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
25375: pa_wwrapper.h: lara came, can't work, sorry :(
25376:
25377: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
25378: junction
25379:
25380: * src/: include/pa_vframe.h, include/pa_vunknown.h,
25381: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
25382: main/execute.C, main/main.dsp, main/pa_value.C: call0
25383:
25384: * src/: include/pa_hash.h, include/pa_value.h,
25385: include/pa_wcontext.h, main/core.C, main/execute.C,
25386: main/main.dsp, main/pa_hash.C: started call. store param, vframe
25387: done
25388:
25389: * src/include/pa_wcontext.h: z
25390:
25391: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
25392: wrong grammar in complex constructor case
25393:
25394: * src/main/: compile.y, execute.C: empty constructor bug fixed
25395:
25396: * src/main/execute.C: with result rwpool
25397:
25398: * src/: include/pa_value.h, main/core.C, main/execute.C,
25399: main/main.dsp: value named
25400:
25401: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
25402: strign 2 value in 2 places in execute
25403:
25404: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
25405: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
25406: wcontext.put_element when wcontext fvalue==0
25407:
25408: 2001-02-22 paf
25409:
25410: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
25411: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
25412: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
25413:
25414: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
25415: erroreos checkout
25416:
25417: * src/: include/pa_request.h, main/compile.y: $self.put(val)
25418:
25419: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
25420: main/compile_tools.h, main/pa_array.C: $self.get
25421:
25422: * src/main/: compile.C, compile.y, compile_tools.C: z
25423:
25424: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
25425: bit. finished now.
25426:
25427: * src/main/compile.y: $: finished
25428:
25429: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
25430:
25431: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
25432: main/execute.C: OP_STRING better then some xxx _VALUE
25433:
25434: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
25435: main/compile_tools.C, main/compile_tools.h, main/execute.C:
25436: string to vstring it .y all
25437:
25438: * src/: include/pa_request.h, include/pa_stack.h,
25439: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
25440: all
25441:
25442: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
25443: precise parse error line:col
25444:
25445: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
25446: main/pa_hash.C, main/pa_pool.C: TRY...
25447:
25448: * src/: include/pa_exception.h, include/pa_pool.h,
25449: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
25450: main/compile.C, main/compile.y, main/compile_tools.C,
25451: main/core.C, main/pa_array.C, main/pa_exception.C,
25452: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
25453: main/pa_table.C: removed exception from request
25454:
25455: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
25456: some forgotten
25457:
25458: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
25459: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
25460: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
25461: get/put simple vars to VClass works0
25462:
25463: * src/: include/pa_array.h, include/pa_wcontext.h,
25464: main/pa_string.C: in process, but found that exceptions are too
25465: global
25466:
25467: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
25468: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
25469: main/execute.C, main/pa_string.C: write_value write_string 0 it
25470: seems wcontext must write strings regardles of fvalue!=0
25471:
25472: 2001-02-21 paf
25473:
25474: * src/main/execute.C: tired :)
25475:
25476: * src/main/: compile.C, compile.y, execute.C: store0
25477:
25478: * src/: include/compile.h, include/execute.h, include/pa_array.h,
25479: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
25480: include/pa_wcontext.h, main/compile.C, main/compile.y,
25481: main/execute.C, main/main.dsp, main/pa_array.C,
25482: main/pa_request.C: get put -1 [just compiled]
25483:
25484: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
25485: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
25486: main/main.dsp, main/pa_request.C: request core methods0
25487:
25488: * src/: include/compile.h, include/pa_array.h, main/compile.C,
25489: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
25490: execute
25491:
25492: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
25493: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
25494: methods and one_big_piece. now compile returns array<method*>
25495:
25496: * src/main/compile.y: more straightforward yylex[end]
25497:
25498: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
25499: string.operator==(char*)
25500:
25501: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
25502: main/execute.C, main/pa_array.C: after array.const get wonders
25503:
25504: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
25505: pa_string.h, pa_value.h: struck with const array.gets
25506:
25507: * src/main/: execute.C: z
25508:
25509: * src/main/: compile.y, execute.C: z
25510:
25511: * src/main/: compile.C, compile.y, compile_tools.h: error
25512: processing in eval & yyerror so it wouldn't cause memleaks.
25513:
25514: * src/main/: compile.C, compile.y: failed to add absolute precies
25515: parse error positions. leaving RIGHTMOST position as
25516: @file[line:col]
25517:
25518: * src/: include/compile.h, main/compile.C, main/compile.y,
25519: main/compile_tools.h: line numbers needed. would add them to .y
25520: now internally. externally it's not as precise as needed
25521:
25522: * src/: include/code.h, include/pa_types.h, main/compile.C,
25523: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25524: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
25525: compiler works ok
25526:
25527: 2001-02-20 paf
25528:
25529: * src/main/: compile.C, compile.y, compile_tools.C,
25530: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
25531: not perfect
25532:
25533: * src/: include/code.h, include/compile.h, include/execute.h,
25534: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
25535: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25536: main/compile.C, main/compile.y, main/compile_tools.C,
25537: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
25538: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25539: main/pa_string.C, main/pa_table.C: bison[yacc] first time
25540: compiled. execute=dump for now
25541:
25542: * src/main/core.C: core rewrite using yacc investigations now will
25543: be compile[yacc]/execute[opcodes]
25544:
25545: 2001-02-15 paf
25546:
25547: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
25548: rewrite as turing machine? for it seems it would be it's too many
25549: ifs with this syntax now
25550:
25551: 2001-02-14 paf
25552:
25553: * src/main/core.C: get_params 1
25554:
25555: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
25556: :( ]
25557:
25558: * src/main/core.C: varios breaks
25559:
25560: * src/main/core.C: get names 3
25561:
25562: * src/main/core.C: get names 2
25563:
25564: * src/main/core.C: get names 1
25565:
25566: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
25567: names 0
25568:
25569: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
25570: text repassing2 operator static vars
25571:
25572: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
25573: main/pa_string.C: process text repassing
25574:
25575: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25576: module:calls changes
25577:
25578: 2001-02-13 paf
25579:
25580: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
25581: ^class:calls[] started
25582:
25583: * src/: include/pa_value.h, main/core.C: z
25584:
25585: * src/main/core.C: operators : and self. prefixes
25586:
25587: * src/main/core.C: z
25588:
25589: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25590: tested
25591:
25592: * src/: include/pa_string.h, main/pa_string.C: String_iterator
25593: optimized
25594:
25595: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
25596: would change privates to better support optimization
25597:
25598: * src/: include/pa_string.h, main/pa_string.C:
25599: String_iterator::skip_to todo:optimize
25600:
25601: 2001-02-12 paf
25602:
25603: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
25604: String_iterator
25605:
25606: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
25607: comments
25608:
25609: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
25610: self/methodref joined
25611:
25612: 2001-02-11 paf
25613:
25614: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
25615: main/main.dsp: core started. core.C, context&value .h
25616:
25617: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25618: include/pa_string.h, main/main.dsp, main/pa_array.C,
25619: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
25620:
25621: 2001-01-30 paf
25622:
25623: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
25624: comments
25625:
25626: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
25627: main/pa_pool.C: moved pa_pool.C to be target specific
25628:
25629: * src/: include/pa_exception.h, include/pa_pool.h,
25630: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
25631: to & changes
25632:
25633: * src/: include/pa_exception.h, include/pa_pool.h,
25634: include/pa_request.h, include/pa_table.h, main/pa_array.C,
25635: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
25636: re-associated. that's much better even removed 'die' necessety
25637:
25638: * src/: include/pa_error.h, include/pa_exception.h,
25639: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25640: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
25641: targets/Makefile.am: lowered targets/parser into subdir, added
25642: parser_Pool(Pool) failed to add. would think..
25643:
25644: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
25645: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
25646: main/pa_string.C, main/pa_table.C: Table more like C++ style
25647: hence lots of 'const'
25648:
25649: * src/: include/pa_error.h, include/pa_request.h,
25650: include/pa_string.h, include/pa_table.h, main/pa_error.C,
25651: main/pa_table.C: Error fixed
25652:
25653: 2001-01-29 paf
25654:
25655: * src/: include/pa_array.h, include/pa_common.h,
25656: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
25657: include/pa_request.h, include/pa_string.h, include/pa_table.h,
25658: main/Makefile.am, main/pa_array.C, main/pa_common.C,
25659: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
25660:
25661: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25662: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25663: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
25664: main/pa_string.C, main/pa_table.C: Request Error Table
25665:
25666: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
25667: templates"
25668:
25669: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
25670: main/main.dsp, main/pa_array.C: templates failed no template
25671: specializations [VC6], no library auto instantation [VC6, GNU c++
25672: 2.95.2-6 from latest cygwin]
25673:
25674: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25675: include/pa_string.h, include/pa_table.h, include/pa_types.h,
25676: main/main.dsp, main/pa_array.C, main/pa_string.C,
25677: main/pa_table.C: Table started would test template Array now
25678:
25679: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25680: String originating
25681:
25682: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
25683: main/pa_hash.C: made local Hash-es not thread safe=quicker by
25684: SYNCHRONIZED(thread_safe)
25685:
25686: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
25687: parts to top
25688:
25689: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
25690: main/pa_threads.C: decided on one global_mutex, like PHP as I can
25691: see: needed only in global Hash now, made Hash:: put/get
25692: SYNCHRONIZED
25693:
25694: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
25695: main/pa_threads.C: added pa_threads
25696:
25697: Mutex
25698:
25699: * src/include/pa_hash.h: some comments
25700:
25701: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
25702: Array& operator += (Array& src)
25703:
25704: * src/main/pa_array.C: expand not convinient, would rewrite
25705:
25706: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
25707: (Array& src)
25708:
25709: rethought, would change now
25710:
25711: 2001-01-27 paf
25712:
25713: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
25714: caching
25715:
25716: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25717: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
25718: cache rethought to chunk caching
25719:
25720: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
25721: include/pa_string.h, main/main.dsp, main/pa_array.C,
25722: main/pa_hash.C, main/pa_string.C: Array 0
25723:
25724: * src/main/pa_string.C: String::operator ==
25725:
25726: * src/main/pa_hash.C: String(&String)
25727:
25728: * src/main/pa_hash.C: added pa_hash.C [forgotten]
25729:
25730: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
25731: main/main.dsp, main/pa_string.C: uint, and added pa_types &
25732: pa_hash[forgotten]
25733:
25734: 2001-01-26 paf
25735:
25736: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
25737: removed templates [vc++ suxx]
25738:
25739: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
25740: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
25741:
25742: * src/include/: pa_pool.h, pa_string.h: pa_pool split
25743:
1.119 moko 25744: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 25745:
1.119 moko 25746: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 25747: check
25748:
25749: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
25750: dynamic row_count
25751:
25752: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25753: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25754: targets/Makefile.am: Initial revision
25755:
25756: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
25757: main/main.dsp, main/pa_pool.C, main/pa_string.C,
25758: targets/Makefile.am: creating parser3 module
25759:
E-mail: