Annotation of parser3/ChangeLog, revision 1.96
1.96 ! moko 1: 2015-10-07 moko
! 2:
! 3: * tests/: 275.html, results/275.processed: test modified after
! 4: unsigned long long int support implemented (feature #1034)
! 5:
! 6: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
! 7: pa_atoul added for unsigned long long int support
! 8:
! 9: 2015-10-06 moko
! 10:
! 11: * src/types/pa_vdate.C: INT_MAX used
! 12:
! 13: 2015-10-03 moko
! 14:
! 15: * tests/: 302.html, results/302.processed: test for bug #1023
! 16: (\u2028, \u2029 escaping) added
! 17:
! 18: * src/main/untaint.C: \u2028, \u2029 are now escaped in
! 19: json:string[] (fixes bug #1023)
! 20:
! 21: 2015-09-29 moko
! 22:
! 23: * tests/305.html: try-catch added for OS without ipv6 support
! 24:
! 25: * src/lib/json/pa_json.C: more unique prefixes for Solaris
! 26: compilation
! 27:
! 28: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
! 29: main/execute.C, types/pa_value.h, types/pa_vhash.h,
! 30: types/pa_vtable.C, types/pa_vtable.h: get_element4call
! 31: implemented to distinguish ^hash.method from $hash.field
! 32: (implements feature #1017)
! 33:
! 34: * src/lib/punycode/pa_punycode.c: warning war
! 35:
! 36: * src/include/pa_config_includes.h: warning war
! 37:
! 38: * src/include/pa_config_includes.h: pragma warning actualized a bit
! 39:
! 40: * src/include/pa_config_includes.h: warning war
! 41:
! 42: * src/include/pa_hash.h: clang compilation fix
! 43:
! 44: 2015-09-27 moko
! 45:
! 46: * src/main/compile.tab.C: Bison 3 is now default
! 47:
! 48: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
! 49:
! 50: 2015-09-25 moko
! 51:
! 52: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
! 53: works with undefined HASH_ORDER (related to feature #196)
! 54:
! 55: 2015-09-24 moko
! 56:
! 57: * tests/: 027.html, results/027.processed: test modified to test
! 58: ^hash.sort (feature #196)
! 59:
! 60: * src/: classes/hash.C, include/pa_hash.h:
! 61: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
! 62: added (implements feature #196)
! 63:
! 64: * tests/: 316.html, results/316.processed: Added test for bug #1025
! 65: (exception handling in non-cached ^cache), plus for "it does not
! 66: have logical value" and "$exception.handled value must be either
! 67: boolean or string 'cache'" exceptions.
! 68:
! 69: * src/classes/op.C: ^cache: exceptions now handled in non-cached
! 70: code (fixes bug #1025)
! 71:
1.95 moko 72: 2015-09-23 moko
73:
74: * src/classes/table.C: warning war
75:
76: * src/: classes/math.C, types/pa_vcookie.C: warning war
77:
78: * src/classes/file.C: warning war
79:
80: * src/: include/pa_table.h, main/pa_table.C: warning war
81:
82: * src/: main/pa_request.C, classes/date.C: warning war
83:
84: * src/: types/pa_vdate.C, classes/op.C: warning war
85:
86: * tests/: 122.html, results/122.processed: win sync: to remove
87: differences with OS that doesn't keep timezone change history
88:
89: * src/types/pa_vdate.C: tzset() should be called in Windows after
90: TZ change (related to feature #36)
91:
92: * tests/: 075.html, results/075.processed: win sync: to remove
93: differences with OS that doesn't keep timezone change history
94:
95: * tests/: 315.html, results/315.processed: win sync: to remove
96: differences with OS that doesn't keep timezone change history
97:
98: * tests/: 256.html, results/256.processed: win sync: to remove
99: differences with OS that doesn't keep timezone change history
100:
101: * tests/: 124.html, results/124.processed: win results sync: to
102: avoid hitting time change hole.
103:
104: * src/types/pa_vdate.C: static returned. :)
105:
106: 2015-09-22 moko
107:
108: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
109:
110: * tests/results/131.processed: more tests for feature #1032
111:
112: * src/classes/date.C: minor fix related to feature #1032
113:
114: * operators.txt: ISO date creation documented (related to feature
115: #1032)
116:
117: * operators.txt: iso-string documented (related to feature #1032)
118:
119: * tests/: 315.html, results/315.processed: more tests added
120: (related to feature #1032)
121:
122: * tests/: 131.html, results/131.processed: date range checks
123: updated (related to feature #36)
124:
125: * tests/: 315.html, results/057.processed, results/315.processed:
126: test added for ISO date support (related to issue #315)
127:
128: * src/classes/date.C: more readable exceptions in date creation
129: (related to ticket #1032)
130:
131: 2015-09-18 moko
132:
133: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
134: added (related to issue #1032)
135:
136: * tests/results/256.processed, src/classes/json.C: iso-string
137: documented (related to issue #1032)
138:
139: * tests/: 256.html, results/256.processed: ISO date check added
140: (related to issue #1032)
141:
142: * tests/: 057.html, results/057.processed, results/224.processed:
143: tests results updated after ISO date support implemented (related
144: to feature #1032)
145:
146: * src/: classes/date.C, classes/image.C, types/pa_value.h,
147: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
148: ^date::create[string] constructor formalized, ^date.iso-string[]
149: added (implements feature #1032)
150:
151: 2015-09-05 moko
152:
153: * operators.txt: actualized
154:
155: * operators.txt: date changes documented (related to ticket #36)
156:
157: 2015-09-04 moko
158:
159: * src/types/pa_vdate.C: warning war
160:
161: * src/: classes/op.C, types/pa_vhashfile.C: warning war
162:
163: 2015-09-03 moko
164:
165: * tests/results/096.processed: test result updated for 0..9999 year
166: date range support (related to feature #36)
167:
168: * tests/: 314.html, results/314.processed: test for
169: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
170: bug #1031)
171:
172: * src/classes/string.C: Static calls fixed for ^string:base64[],
173: ^string:idna[], ^string:js-escape[] (closes bug #1031)
174:
175: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
176: configure.in -> configure.ac
177:
178: * configure, configure.in, src/include/pa_config_auto.h.in: more
179: correct timezone check for FreeBSD Warning war: configure.in ->
180: configure.ac
181:
182: * configure, configure.in, src/classes/Makefile.am,
183: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
184: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
185: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
186: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
187: src/main/Makefile.am, src/targets/apache/Makefile.am,
188: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
189: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
190: check added
191:
192: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
193:
194: * tests/results/: 124.processed, 224.processed: test resuls updated
195: for new date implementation (related to feature #36)
196:
197: * src/: classes/date.C, classes/image.C, include/pa_common.h,
198: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
199: types/pa_vdate.h: new double date implementation with internal
200: support for extended 0..9999 year range, default timezone support
201: (related to feature #36)
202:
203: 2015-08-28 moko
204:
205: * src/types/pa_vmail.C: fixed $mail:received.date calculations
206: (fixes bug #1030)
207:
208: 2015-08-21 moko
209:
210: * src/classes/inet.C: snprintf size "bug" commented
211:
212: * src/main/pa_common.C: snprintf comments updated
213:
214: 2015-08-16 moko
215:
216: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
217:
218: 2015-08-11 moko
219:
220: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
221: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
222: can be null (fixes bug #1029)
223:
224: 2015-08-06 moko
225:
226: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
227: pa_vdate.C added
228:
229: 2015-08-05 moko
230:
231: * tests/: 313.html, results/313.processed: test for
232: ^table.count[columns] and ^table.flip[] with nameless tables
233: (feature #1003)
234:
235: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
236: max_cell added, now ^table.count[columns] and ^table.flip[] works
237: correctly for nameless tables (implements feature #1003)
238:
239: 2015-08-03 moko
240:
241: * tests/312.html: test for ^table.append[$hash] and
242: ^table.insert[$hash] added (related to feature #1028)
243:
244: * src/classes/table.C: ^table.append[$hash] and
245: ^table.insert[$hash] now supported (implements feature #1028)
246:
247: * tests/: 312.html, results/312.processed: test row copy in
248: ^table.hash[; $.type[table] ] added (related to feature #1016)
249:
250: * src/classes/table.C: row copy now created in ^table.hash[;
251: $.type[table] ] (related to feature #1016)
252:
253: 2015-07-29 moko
254:
255: * tests/: 312.html, results/312.processed: test for ^table.delete[]
256: added (related to feature #1016)
257:
258: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
259: ^table.delete[] added to delete current row (related to feature
260: 1016)
261:
262: 2015-07-28 moko
263:
264: * tests/: 312.html, results/312.processed: test for
265: $table.column[value] and ^table.insert{row} (related to feature
266: #1016)
267:
268: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
269: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
270: ^table.insert{row} are now implemented (feature #1016)
271:
272: * src/include/pa_array.h: Optimization: bool reverse removed from
273: append(), insert() added, memmove arguments order in remove()
274: fixed (related to feature #1016)
275:
276: 2015-07-23 moko
277:
278: * src/classes/json.C: tainted json and empty json exception added
279: (implements feature #1015)
280:
281: * tests/: 311.html, results/311.processed: empty json and tainted
282: json exception test added (related to issue #1015)
283:
284: 2015-07-22 moko
285:
286: * tests/: 311.html, results/311.processed: test for UTF-8
287: processing added
288:
289: * tests/: 311.html, results/311.processed: test for
290: json_exception_with_source added (related to issue #394)
291:
292: * src/classes/json.C: json_exception_with_source added (implements
293: feature #394)
294:
295: 2015-06-29 moko
296:
297: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
298: directories are now correctly determined if _d_type == DT_UNKNOWN
299: (closes bug #1027)
300:
301: 2015-06-10 moko
302:
303: * src/types/pa_vxnode.h: extern "C" not requred and causes build
304: error if libxml has LIBXML_ICU_ENABLED.
305:
306: 2015-06-04 moko
307:
308: * tests/099.html: ups, reverting
309:
310: * tests/: 099.html, 309.html, 310.html, results/309.processed,
311: results/310.processed: tests for $response:body[ $.file[] ] and
312: $response:last-modified added
313:
314: * src/main/pa_request.C: last-modified check fixed
315:
316: 2015-06-03 moko
317:
318: * tests/: 204.html, 205.html, 293.html, results/204.processed,
319: results/205.processed, results/293.processed: $response:headers
320: logging added (tests for feature #1007)
321:
322: * src/: include/pa_common.h, include/pa_request.h,
323: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
324: $response:headers are now in uppercase (closes feature #1007)
325:
326: 2015-06-02 moko
327:
328: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
329: build errors reverted for clang compatibility
330:
331: 2015-06-01 moko
332:
333: * src/include/pa_memory.h: -pedantic build errors fixed
334:
335: * src/classes/math.C: -pedantic build error fixed
336:
337: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
338:
339: 2015-05-31 moko
340:
341: * src/classes/table.C: USE_STRINGSTREAM optimized
342:
343: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
344: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
345: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
346: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
347: types/pa_vxnode.h: warning war (-pedantic flag)
348:
349: 2015-05-28 moko
350:
351: * tests/: 308.html, results/308.processed: test for
352: ^table::create[$t;], etc work added (related to bug #975)
353:
354: * src/classes/table.C: check_option_param removed,
355: ^table::create[$t;], etc now works (fixes bug #975)
356:
357: 2015-05-27 moko
358:
359: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
360: (Debian jessie) fixed (closes issue #1024)
361:
362: * tests/Makefile: sort added as in Debian jessie list become
363: unsorted
364:
365: 2015-05-18 moko
366:
367: * tests/: 201.html, results/201.processed: test for
368: ^string.trim[what] feature #1022
369:
370: * src/classes/string.C: ^string.trim[what] now supported,
371: implements feature #1022
372:
373: 2015-05-17 moko
374:
375: * tests/results/185.processed: test result updated as feature #1021
376: implemented (left/right accept negative parameter)
377:
378: * src/classes/string.C: left/right now accept negative parameter
379: (implements feature #1021)
380:
381: 2015-05-08 moko
382:
383: * src/classes/math.C: isalnum -> pa_isalnum
384:
385: * src/main/execute.C: optimization in getter-junction processing
386: (related to issue #997)
387:
388: 2015-05-07 moko
389:
390: * tests/: 307.html, results/307.processed: test for issue #997
391: added
392:
393: * src/main/execute.C: process_getter result now checked if junction
394: returned (closes issue #997)
395:
396: * tests/: 305.html, results/305.processed: sort added to ignore
397: different order
398:
399: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
400: assignment (closes issue #994)
401:
402: * tests/: 306.html, results/306.processed: test for issue #994
403: added
404:
405: * tests/: 303.html, results/303.processed: two more errors tested
406:
407: 2015-05-06 moko
408:
409: * tests/: 305.html, results/305.processed: test for name2ip &
410: ip2name added (related to feature #992)
411:
412: * tests/: 303.html, 304.html, results/303.processed,
413: results/304.processed: tests for idna conversion added (related
414: to issue #849)
415:
416: 2015-05-02 moko
417:
418: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
419: implemented
420:
421: 2015-04-30 moko
422:
423: * src/main/pa_http.C: idna_host added, related to issue #849
424:
425: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
426: (related to issue #849)
427:
428: 2015-04-24 moko
429:
430: * src/types/pa_vjunction.C: warning war
431:
432: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
433: unification
434:
435: * src/lib/punycode/pa_idna.c: warning war
436:
437: 2015-04-22 moko
438:
439: * src/main/main.vcproj: punycode include path added
440:
441: * src/lib/punycode/pa_idna.c: windows compile error fixed
442:
443: * src/lib/punycode/pa_idna.c: warning war
444:
445: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
446: project file added
447:
448: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
449:
450: * src/include/pa_memory.h: warning war
451:
452: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
453: ^string:idna[xn--...], ^string.idna[] - idna conversion support
454: implemented (related to feature #849)
455:
456: * configure.in, src/main/Makefile.am,
457: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
458: libpunycode added in Unix
459:
460: 2015-04-21 moko
461:
462: * configure.in: large files support
463:
464: 2015-04-15 moko
465:
466: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
467: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
468: pa_punycode.h: initial version for punycode/idna support library
469: (ticket #849)
470:
471: 2015-04-08 moko
472:
473: * src/: classes/curl.C, classes/date.C, classes/file.C,
474: classes/image.C, classes/mail.C, classes/reflection.C,
475: classes/string.C, classes/xnode.C, include/pa_request.h,
476: include/pa_string.h, include/pa_stylesheet_connection.h,
477: main/compile.y, main/compile_tools.h, main/execute.C,
478: main/pa_common.C, main/pa_request.C, main/pa_string.C,
479: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
480: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
481: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
482: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
483: clang compiler warnings (closes issue #1018)
484:
485: * src/include/pa_string.h: String::Body comparation operators with
486: char * added (related to issue #958)
487:
488: 2015-04-07 moko
489:
490: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
491: pa_malloc/pa_free to remove system malloc/free usage (related to
492: issue #1018)
493:
494: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
495: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
496: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
497: main/pa_http.C, main/pa_request.C, main/pa_string.C,
498: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
499: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
500: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
501: malloc/strdup/free replaced with pa_ version and checks for
502: accidental use of non-pa_ version added (related to issue #1018)
503:
504: 2015-04-03 moko
505:
506: * buildall: pcre-8.33 -> pcre-8.36
507:
508: * src/: main/compile.y, classes/form.C, classes/mail.C,
509: classes/op.C, classes/string.C, main/compile.tab.C,
510: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
511: main/pa_sql_driver_manager.C, types/pa_vfile.C,
512: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
513: ticket #958)
514:
515: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
516: main/pa_common.C, main/pa_http.C, main/pa_request.C,
517: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
518: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
519: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
520: $request:headers, $request:method added (implements feature
521: #1007)
522:
523: 2015-03-17 misha
524:
525: * tests/302.html: - test for
526: ^json:string[...;$._default[method-name]]
527:
528: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
529: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
530: option $._default[method-name] is specified in ^json:string[], a
531: method with specified name will be called for classes/objects
532: serialization ( new feature: #982 )
533:
534: 2015-03-16 misha
535:
536: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
537: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
538: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
539: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
540: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
541: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
542: types/pa_vmemory.h, types/pa_vmethod_frame.C,
543: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
544: types/pa_vrequest.h, types/pa_vstateless_class.C,
545: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
546: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
547: $var.CLASS_NAME now have special opcodes. This can be switched
548: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
549: on pa_opcode.h ( new feature: #844 )
550:
551: 2015-03-15 misha
552:
553: * tests/075.html: - test for $response:header[]
554:
555: * src/types/pa_vresponse.C: - $response:header[] deletes header
556: that was set earlie ( new feature: #1001 )
557:
558: 2015-03-12 misha
559:
560: * tests/246.html: - more tests for ^hash._at[]
561:
562: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
563: accepts second param [key|value|hash] ( new feature: #1012 )
564:
565: 2015-03-09 moko
566:
567: * src/types/pa_vmail.C: exception for everything but
568: $mail:received, closes issue #1011
569:
570: 2015-02-20 moko
571:
572: * tests/: 275.html, results/275.processed: hex detection in
573: pa_atoui fix test (closes issue #1010)
574:
575: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
576: issue #1010)
577:
578: 2015-02-17 moko
579:
580: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
581: tainted.
582:
583: 2015-02-03 misha
584:
585: * tests/301.html: - test for ^json:string($double) causes
586: exception. bugfix: #1008
587:
588: * src/classes/json.C: - ^json:string($double) causes exception.
589: bugfix: #1008
590:
591: * tests/014.html: - updated for work with ^hash.delete[]
592:
593: 2015-01-12 misha
594:
595: * src/: classes/form.C, include/pa_common.h,
596: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
597: types/pa_vform.h: - supports body with PUT method as well ( new
598: feature: #1006 )
599:
600: * src/classes/file.C: - warnings war
601:
602: 2015-01-11 misha
603:
604: * tests/300.html: - test for ^hash.delete[] is added
605:
606: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
607: feature: #989 ) - tiny optimization in intersects
608:
609: 2015-01-06 moko
610:
611: * src/types/pa_vmail.C: file names transcode added, to and cc added
612: with transcode, attachments detection fixed
613:
614: * src/main/pa_request.C: filling mail received after cgi/auto.p
615: load to allow charset switch (related to issue #996)
616:
617: 2014-12-31 moko
618:
619: * src/types/pa_vmail.C: from and subject now transcoded if not
620: UTF-8 source charset (fixes issue 996)
621:
622: * src/main/pa_exception.C: fixed string from stack bug (closes
623: issue #1000)
624:
625: 2014-12-11 misha
626:
627: * src/types/pa_vhashfile.C: - check if key is not empty before
628: access ( bug fix: #1005 )
629:
630: 2014-11-13 misha
631:
632: * src/main/compile.y: - PC.append does not reset to false while
633: creating a new class. bugfix: #990
634:
635: * tests/299.html: - test for creation class after working with
636: partial class (create+append)
637:
638: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
639: #995
640:
641: * tests/232.html: - test for @get[def] added
642:
643: 2014-10-12 moko
644:
645: * src/lib/pcre/pcre_internal.vcproj: correct path
646:
647: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
648: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
649: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
650: targets/apache/ApacheModuleParser3.vcproj,
651: targets/apache/ApacheModuleParser3Core.vcproj,
652: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
653: types/types.vcproj: project GUID inserted in *.vcproj for correct
654: conversion in newer VS versions
655:
656: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
657: pcre_internal.vcproj added
658:
659: 2014-08-28 moko
660:
661: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
662: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
663: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
664:
665: 2014-06-30 misha
666:
667: * tests/298.html: - tests for ^reflection:def[class;className]
668: added
669:
670: * src/classes/reflection.C: - ^reflection:def[class;className]
671: added ( new feature: #918 )
672:
673: 2014-06-29 misha
674:
675: * src/classes/table.C: - ^table::create[unsupported data] -
676: exception comment changed to "body must be table or code" ( bug
677: fix: #951 )
678:
679: * tests/: 261.html, results/261.processed: - tests for
680: ^json:string[...;$.void[null|string]] added
681:
682: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
683: option $.void[string|null] added to ^json:string[...] ( new
684: feature: #952 )
685:
686: 2014-06-28 moko
687:
688: * src/classes/curl.C: $.charset now processed before other curl
689: options (closes issue #980)
690:
691: 2014-05-23 misha
692:
693: * src/classes/json.C: - bug fix: #987
694:
695: 2014-05-04 misha
696:
697: * tests/: 253.html, 253_json.txt: - test for
698: ^json:parse[$.int(false)] is added
699:
700: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
701: default true). The option is similar to $.double(bool) but for
702: integers.
703:
704: 2014-05-01 moko
705:
706: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
707: #12 )
708:
709: 2014-04-16 moko
710:
711: * src/main/pa_http.C: response-charset option should finally work
712: now (fix for issue #867)
713:
714: * src/main/pa_http.C: response-charset option should work now (fix
715: for issue #867)
716:
717: 2014-03-07 moko
718:
719: * buildall: libgc moved
720:
721: * buildall: libgc moved
722:
723: 2013-12-29 moko
724:
725: * src/classes/string.C: ^string:js-unescape result now tainted,
726: closes issue #966
727:
728: * tests/: 186.html, results/186.processed: ^string:js-unescape
729: result now tainted, issue #966
730:
731: 2013-12-03 moko
732:
733: * src/: classes/memcached.C, types/pa_vmemcached.C,
734: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
735: option was added for http://www.parser.ru/forum/?id=79343
736:
737: * src/classes/file.C: bugfix for
738: http://www.parser.ru/forum/?id=79337
739:
740: 2013-11-05 moko
741:
742: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
743:
744: * src/main/pa_globals.C: spelling fixed
745:
746: 2013-10-29 moko
747:
748: * src/lib/json/json.vcproj: json.c -> pa_json.C
749:
750: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
751: #892
752:
753: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
754: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
755: exceptions to be thrown thougth json library), related to issue
756: #892
757:
758: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
759: related to issue #896
760:
761: 2013-10-24 moko
762:
763: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
764:
765: 2013-10-23 moko
766:
767: * README: actualization
768:
769: 2013-10-22 moko
770:
771: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
772: compatibility patch from Sergey Kirpichev
773:
774: * tests/: 297.html, results/297.processed: non-working getter fix
775: test for issue #948
776:
777: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
778: called when saving value of $match variable in ^string.match[] to
779: increase compatibility (related to issue #948).
780:
781: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
782: usage optimization
783:
784: 2013-10-21 moko
785:
786: * tests/: 182.html, results/182.processed: local path removed for
787: compatibility
788:
789: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
790: results/244.processed, results/253.processed,
791: results/254.processed, results/275.processed,
792: results/281.processed: try_catch -> try-catch
793:
794: * tests/: 288.html, 294.html, 296.html, results/288.processed,
795: results/294.processed, results/296.processed: try_catch ->
796: try-catch
797:
798: 2013-10-20 moko
799:
800: * tests/: 296.html, results/296.processed: test for xsl exception
801: for issue #938 added.
802:
803: * src/: include/pa_xml_exception.h,
804: main/pa_stylesheet_connection.C: forgotten to be replaced
805: XmlException is now replaced (once again closes issue #938)
806:
807: 2013-10-19 misha
808:
809: * bin/auto.p.dist.in: - more mime-types are added
810:
811: 2013-10-18 moko
812:
813: * buildall: disable clock_gettime detection to avoid librt linking
814: (which in turn depends on libpthread), related to issue #943
815:
816: 2013-10-18 misha
817:
818: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
819: lib/smtp/smtp.vcproj, main/main.vcproj,
820: targets/apache/ApacheModuleParser3Core.vcproj,
821: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
822: types/types.vcproj: - new locations for libxml2 includes where
823: added to vcproj files
824:
825: 2013-10-18 moko
826:
827: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
828: fix
829:
830: * tests/: 295.html, results/295.processed: test for issue #948
831: updated
832:
833: * src/classes/table.C: hopefully last lost part for issue #948 fix.
834: :)
835:
836: * tests/: 295.html, results/295.processed: test for issue #948
837: added
838:
839: * src/: classes/hash.C, classes/string.C, classes/table.C,
840: include/pa_request.h, types/pa_method.h: for getters and setters
841: to be executed request.put_element should be called, not
842: context.put_element (fixes issue #948)
843:
844: 2013-10-17 moko
845:
846: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
847: LIBXML2_NEW_BUFFER check (closes issue #943)
848:
849: * buildall: libxml 2.9.1 build is broken --without-reader.
850:
851: 2013-10-16 moko
852:
853: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
854:
855: * tests/: 294.html, results/294.processed: test for issue #938
856:
857: * src/: classes/xdoc.C, classes/xnode.C,
858: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
859: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
860:
861: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
862: libxslt-1.1.26 -> libxslt-1.1.28
863:
864: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
865: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
866: to '?', related to issue #938
867:
868: 2013-10-15 moko
869:
870: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
871: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
872: minor optimizations (closes issue #896)
873:
874: * tests/results/: 292.processed, 293.processed: results updated to
875: comply with issue #896
876:
877: * tests/: 292.html, 293.html, results/292.processed,
878: results/293.processed: tests for json escaping
879:
880: 2013-10-14 moko
881:
882: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
883: and cleanup, code moved from .h to .C, no changes in code
884:
885: 2013-10-12 moko
886:
887: * tests/results/119.processed: updated test result commited
888:
889: * tests/: 291.html, results/291.processed: test for issue #894
890: added
891:
892: * src/types/pa_wcontext.h: base methods call support function
893: get_somebody_entered_some_class should not be true forever, as
894: wcontext can have many get_elements calls (fixes issue #894)
895:
896: 2013-10-11 moko
897:
898: * tests/: 290.html, results/290.processed: test for junction GPF
899: issue #942 added
900:
901: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
902: to native method fixed (closes issue #942)
903:
904: * tests/: 158.html, results/158.processed: test for csv-string[]
905: added
906:
907: * src/classes/table.C: minor fixes for table.csv-string[] (closes
908: feature #907)
909:
910: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
911: feature #907)
912:
913: 2013-10-09 moko
914:
915: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
916: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
917: types/pa_vstateless_class.C: GET_default, SET_default now works
918: properly not only in objects, but in classes as well (closes
919: issue #903)
920:
921: * tests/: 289.html, results/289.processed: GET/SET_default now
922: works in classes, not only objects, test case added, related to
923: issue #903
924:
925: * tests/: 288.html, results/288.processed: test for endless
926: recursion bug added (related to issue #903)
927:
928: 2013-10-05 moko
929:
930: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
931: classes/table.C, main/execute.C, types/pa_method.h,
932: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
933: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
934: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
935: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
936: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
937: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
938: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
939: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
940: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
941: optimization: put_element no longer has "bool areplace" argument,
942: related to issue #903
943:
944: 2013-10-03 moko
945:
946: * tests/results/182.processed: result for $.replace(false) test
947: commited
948:
949: * src/classes/date.C: ^date::create(number) processed correctly
950: (fixes issue #901)
951:
952: * src/classes/image.C: as_no_junction removed, as param can be
953: expression (closes issue #931)
954:
955: * tests/233.html: test for issue #931 added
956:
957: 2013-10-02 moko
958:
959: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
960: modified, test for $.replace(false) added
961:
962: * src/main/compile_tools.h: forgotten class replace returned. :)
963:
964: 2013-09-30 moko
965:
966: * tests/: 141.html, results/141.processed: md5 tainting test added
967:
968: * src/: classes/op.C, include/pa_request.h, main/compile.y,
969: main/compile_tools.h, main/pa_request.C: allow_class_replace
970: implemented; $.replace option added to ^process and ^use
971:
972: 2013-08-27 moko
973:
974: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
975: cstr_to_string_body_untaint should be called with charsets for
976: possible uri language and connection for possible sql language.
977: related to issue #857
978:
979: * buildall: and -> or fixed
980:
981: 2013-08-26 moko
982:
983: * buildall: prepare_ functions logic changed to support
984: gc-7.2d.tar.gz extracting to gc-7.2 directory
985:
986: 2013-08-23 moko
987:
988: * src/include/pa_config_fixed.h: gc and xml libs are now linked
989: statically
990:
991: 2013-08-22 moko
992:
993: * src/classes/string.C: String::Empty used (related to issue #912)
994: append_know_length removed (related to old GPF bug)
995:
996: 2013-08-21 moko
997:
998: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
999:
1000: * src/classes/math.C: ^math:digest[...;$file] support added
1001: (related to ticket #857
1002:
1003: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
1004: implemented
1005:
1006: * src/types/pa_vhashfile.h: warning war
1007:
1008: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
1009: include/pa_request.h, main/pa_request.C, types/pa_value.h:
1010: anti_endless_json_string_recoursion removed from request;
1011: json_string_recoursion added to json_options; $.indent[indent
1012: value] now supported and passed within recoursion closes feature
1013: #937
1014:
1015: * tests/: 287.html, results/287.processed: test for feature #937
1016:
1017: 2013-07-31 moko
1018:
1019: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
1020: compilation having #define _S
1021:
1022: * src/main/pa_globals.C: cleanup
1023:
1024: 2013-07-30 moko
1025:
1026: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
1027: main/pa_common.C: vs2003 warning war
1028:
1029: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
1030:
1031: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
1032:
1033: * src/lib/md5/pa_sha2.c: warning war
1034:
1035: 2013-07-29 moko
1036:
1037: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
1038: patches from github
1039:
1040: * src/: classes/bool.C, classes/double.C, classes/int.C,
1041: classes/memcached.C, include/pa_config_includes.h,
1042: types/pa_vfile.C, types/pa_vfile.h: warning war
1043:
1044: * src/lib/json/json.vcproj: C++ -> C
1045:
1046: * src/lib/json/: json.c, pa_json.C: C++ warning revert
1047:
1048: * src/lib/json/: json.c, pa_json.C: windows compatibility
1049:
1050: * src/lib/json/: json.c, pa_json.C: windows compatibility
1051:
1052: * src/lib/json/: json.c, pa_json.C: warning war
1053:
1054: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
1055:
1056: * src/include/pa_config_fixed.h: uint16_t added
1057:
1058: * configure.in: uint16_t check added
1059:
1060: * src/: classes/json.C, lib/json/JSON_parser.C,
1061: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
1062: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
1063: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
1064: with similar GPL licenced libjson (fixes issue #892)
1065:
1066: 2013-07-25 moko
1067:
1068: * parser3.sln: dependencies added
1069:
1070: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
1071: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
1072: module support
1073:
1074: * src/targets/apache/mod_parser3_core.C: win32 cleanup
1075:
1076: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
1077:
1078: 2013-07-23 moko
1079:
1080: * src/: include/pa_memory.h, main/pa_memory.C: non-working
1081: PA_DEBUG_GC_MEMORY removed
1082:
1083: * src/: main/pa_globals.C, targets/cgi/parser3.C:
1084: PA_DEBUG_DISABLE_GC compilation fix
1085:
1086: * src/: classes/op.C, classes/table.C, include/pa_request.h,
1087: main/pa_request.C: outdated RESOURCES_DEBUG removed
1088:
1089: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
1090: garbage cleanup
1091:
1092: * src/main/pa_common.C: warning war
1093:
1094: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
1095:
1096: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
1097: minor cleanup
1098:
1099: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
1100: uses cygwin, not WIN32 implementation
1101:
1102: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
1103: able to exec shell scripts
1104:
1105: * src/classes/math.C: ifdef WIN32 cleanup
1106:
1107: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
1108:
1109: * bin/auto.p.dist.in: libpq.so -> libpq.
1110:
1111: * src/classes/curl.C: LT_MODULE_EXT used
1112:
1113: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
1114:
1115: 2013-07-22 moko
1116:
1117: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
1118: includes fix
1119:
1120: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
1121:
1122: * configure.in, src/include/pa_config_includes.h,
1123: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1124: src/main/pa_exec.C: includes cleanup
1125:
1126: * src/targets/cgi/parser3.C: 2012->2013
1127:
1128: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
1129:
1130: * configure.in, src/include/pa_config_includes.h,
1131: src/include/pa_http.h, src/lib/json/JSON_parser.h,
1132: src/main/pa_random.C, src/main/pa_socks.C,
1133: src/types/pa_vstatus.C: cygwin support cleanup
1134:
1135: * configure.in: dirent.h check added
1136:
1137: * src/: include/pa_config_includes.h, include/pa_dir.h,
1138: main/pa_dir.C: includes cleanup, dirent.h check added filePath
1139: not copied
1140:
1141: 2013-07-21 moko
1142:
1143: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
1144:
1145: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
1146: parser3.vcproj: unused getopt.h / getopt.c removed
1147:
1148: * operators.txt, src/classes/file.C, tests/022.html,
1149: tests/results/022.processed: ^file:list[path][$.filter[regexp]
1150: $.stat(true)] usage commented
1151:
1152: * configure.in, src/classes/file.C, src/include/pa_dir.h,
1153: src/main/pa_dir.C: ^file:list[] now has dir column and when
1154: $.stat(true) it has size/*date columns modified patch from misha@
1155: that closes issue #914.
1156:
1157: * src/: include/pa_config_includes.h, main/pa_globals.C:
1158: PA_RELEASE_ASSERTS removed
1159:
1160: * src/lib/md5/pa_md5c.c: minor cleanup
1161:
1162: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
1163: localeconv()->decimal_point usage remoed (related to issue #934)
1164:
1165: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
1166: cordprnt.c removed
1167:
1168: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
1169: pa-include/pa_errno.h, pa-include/pa_file_io.h,
1170: pa-include/pa_strings.h: includes cleanup
1171:
1172: * src/lib/md5/pa_md5c.c: headers cleanup
1173:
1174: 2013-07-20 moko
1175:
1176: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
1177: cleanup
1178:
1179: 2013-07-19 moko
1180:
1181: * src/classes/math.C: extern "C" added for crypt
1182:
1183: 2013-07-18 moko
1184:
1185: * src/classes/math.C: fix redhat7.2 build
1186:
1187: 2013-07-17 moko
1188:
1189: * configure.in, src/include/pa_config_includes.h,
1190: src/include/pa_config_fixed.h: headers actualized (inttypes.h
1191: added for uint8/32/64_t)
1192:
1193: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
1194: pa_config_includes.h used for uint32/64_t
1195:
1196: 2013-07-16 moko
1197:
1198: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
1199: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
1200: war
1201:
1202: * src/main/compile.tab.C: compile.y was updated
1203:
1204: * src/main/compile.y: warning war
1205:
1206: * src/: include/pa_exception.h, main/pa_exception.C,
1207: main/pa_xml_exception.C: warning war
1208:
1209: * src/: include/pa_common.h, main/pa_common.C: warning war
1210:
1211: * configure.in: beauty :)
1212:
1213: * tests/: 141.html, results/141.processed: sha256/512 added
1214:
1215: 2013-07-13 moko
1216:
1217: * src/lib/md5/md5.vcproj: sha2 added
1218:
1219: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
1220: classes/math.C: sha2 support (sha256/sha512 digest)
1221:
1222: 2013-07-08 moko
1223:
1224: * src/classes/image.C: directory read or other read problem message
1225: fixed (related to issue #933)
1226:
1227: 2013-07-07 moko
1228:
1229: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
1230: dependense from $charsetsdir directory existance and content (and
1231: UTF-8 is default allready)
1232:
1233: * AUTHORS: + misha + moko. :)
1234:
1235: 2013-07-06 moko
1236:
1237: * src/: classes/curl.C, include/pa_globals.h,
1238: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
1239: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
1240: for lt_dlinit to be called once and lt_dlexit called at right
1241: place (related to issue #925)
1242:
1243: 2013-07-04 moko
1244:
1245: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
1246: VString::as_vfile now uses vfile.set_binary_string to avoid
1247: content-type to be set, as it brokes badly designed logic in
1248: response output. This hopefully finishes issue #928.
1249:
1250: * tests/results/: 256.processed, 286.processed: file now displayed
1251: as name, size, mode, content-type
1252:
1253: * src/main/pa_common.C: read error now reported cottectly (fixes
1254: issue #933
1255:
1256: 2013-06-28 moko
1257:
1258: * tests/: 286.html, results/286.processed: test extended
1259:
1260: * tests/: 286.html, results/286.processed: Test for issue #928
1261: added. it tests default content-type change.
1262:
1263: * src/types/pa_vfile.C: closes issue #928 - default content-type
1264: now updated
1265:
1266: 2013-06-25 moko
1267:
1268: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
1269: content-type for text/binary files without name added;
1270: ^file::create[$f;...] options now works properly and $f
1271: properties are default (fixes issue #928)
1272:
1273: 2013-05-16 misha
1274:
1275: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
1276: added
1277:
1278: * src/main/pa_table.C: - a tiny memory optimisation while creating
1279: table if specified limit is bigger than source rows count
1280:
1281: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
1282: added ( new feature: #858 )
1283:
1284: 2013-04-29 moko
1285:
1286: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
1287: $.ipresolve(0|1|2) added (closes issue #891)
1288:
1289: * src/lib/curl/curl.h: CURL_IPRESOLVE added
1290:
1291: 2013-04-24 moko
1292:
1293: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
1294: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
1295: types/pa_vmemcached.h: ^memcache.release[] added, calls
1296: memcached_quit (refs #893)
1297:
1298: 2013-04-22 moko
1299:
1300: * src/: include/pa_string.h, main/pa_common.C: no more double
1301: slashes in file path (fixes bug #872)
1302:
1303: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
1304: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
1305: #739)
1306:
1307: * tests/results/266.processed: $.max_params added (feature #915)
1308:
1309: * src/: include/pa_common.h, main/pa_http.C: response-charset
1310: option added to file::load (closes issue #867)
1311:
1312: 2013-04-20 misha
1313:
1314: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
1315: commited
1316:
1317: 2013-03-15 misha
1318:
1319: * src/classes/: hash.C, table.C: - Optimisation: do not create
1320: multiple empty strings while ::sql. uae String::Empty instead
1321:
1322: 2013-03-14 misha
1323:
1324: * src/classes/reflection.C: - for user classes
1325: ^reflection:method_info[] returns $.max_params and $.extra_param
1326: with $.call_type if they available ( new feature: #915 )
1327:
1328: * src/classes/file.C: - ^file:delete[] now supports an option
1329: $.exception(false) that suppress any exception while deleting
1330: file ( new feature: #916 )
1331:
1332: * src/classes/curl.C: - parsing cookies after curl:load now should
1333: work :)
1334:
1335: 2013-03-12 misha
1336:
1337: * src/types/pa_vfile.C: - if specified file_name is empty string
1338: set default name for the file
1339:
1340: 2013-03-11 misha
1341:
1342: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
1343: also available in $f.cookies
1344:
1345: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
1346: moved to a separate method
1347:
1348: 2013-03-10 moko
1349:
1350: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
1351: added
1352:
1353: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
1354: removed (declared by autoconf)
1355:
1356: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
1357: uint32_t define
1358:
1359: 2013-03-10 misha
1360:
1361: * src/classes/file.C: ^file:delete and ^file:move now support
1362: option $.keep-empty-dirs(true) ( new feature: #884 )
1363:
1364: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
1365: empty dirs is added
1366:
1367: 2013-03-10 moko
1368:
1369: * src/classes/: bool.C, double.C, int.C: default can be present,
1370: but default check removed from ^int/double/bool.int/double/bool
1371: for string.int/double/bool compatibility (related to issue #913)
1372:
1373: * src/classes/string.C: ^string.int/dobule/bool no longer
1374: internally throws exception if default is present (closes issue
1375: #913)
1376:
1377: 2013-03-09 misha
1378:
1379: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
1380: optimisations ( #845 )
1381:
1382: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
1383:
1384: 2013-03-08 moko
1385:
1386: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
1387: creates correct table (fixes issue #910)
1388:
1389: * src/classes/op.C: r.connection() -> r.connection(false) to allow
1390: use outside of 'connect' operator (fixes issue #911)
1391:
1392: * tests/results/: 096.processed, 122.processed: test results
1393: updated as doubles now printed with 15 significant digits, not 5
1394: (fixes issue #882)
1395:
1396: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
1397: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
1398:
1399: 2013-02-21 moko
1400:
1401: * src/classes/table.C: _locate_name_value does not check arguments
1402: count, so we check it in advance (fixes issue #905)
1403:
1404: 2012-10-23 moko
1405:
1406: * buildall: old shell for and echo compatibility (for six)
1407:
1408: 2012-10-19 moko
1409:
1410: * buildall: --strip added --disable-safe-mode listed in usage
1411:
1412: 2012-10-17 misha
1413:
1414: * src/classes/op.C: - apply-taint should not throw "outside
1415: connect" exception with sql lang now
1416:
1417: 2012-10-17 moko
1418:
1419: * src/main/pa_request.C: bugfix: safe mode should be inited for
1420: each request (for apache module)
1421:
1422: 2012-09-26 moko
1423:
1424: * src/doc/doxygen.cfg: png -> svg
1425:
1426: 2012-09-25 moko
1427:
1428: * tests/: 141.html, results/141.processed: md5 hmac added, long key
1429: test added
1430:
1431: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
1432: double use when key is long
1433:
1434: 2012-09-16 moko
1435:
1436: * src/classes/math.C: Format -> Method Encode -> Format
1437:
1438: * tests/: 141.html, results/141.processed: math:digest hmac test
1439: added
1440:
1441: 2012-09-14 moko
1442:
1443: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
1444: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
1445: implementation added
1446:
1447: 2012-09-12 moko
1448:
1449: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
1450: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
1451: targets.dox and string.dox slightly actualized
1452:
1453: 2012-08-31 moko
1454:
1455: * ChangeLog: now generated with patched cvs2cl.pl
1456:
1457: 2012-07-29 moko
1458:
1459: * tests/285.html, src/main/execute.C, tests/results/285.processed:
1460: result should be pushed after VMethodFrame destructor is called,
1461: as it deletes junctions from stack params (fixes issue #868)
1462:
1463: 2012-07-23 moko
1464:
1465: * INSTALL, README: buildall script usage documented, other outdated
1466: info updated.
1467:
1468: * buildall-with-xml, buildall-without-xml: replaced by buildall
1469:
1470: 2012-07-21 moko
1471:
1472: * buildall: glib does not compile when threads are disabled...
1473:
1474: * src/types/pa_vmail.C: g_assertion fixes for empty input
1475:
1476: * src/types/pa_vmail.C: yet another fix (strange GPF on object
1477: unref, can't unref nested objects)
1478:
1479: * src/types/pa_vmail.C: another check added
1480:
1481: 2012-07-19 moko
1482:
1483: * buildall: usage added
1484:
1485: * buildall: new buildall script that unites buildall-with-xml,
1486: buildall-without-xml, --with-apache and --with-mailreceive
1487:
1488: * configure.in: support for static gmime and dynamic glib linking.
1489: fixes for FreeBSD
1490:
1491: 2012-07-17 moko
1492:
1493: * configure.in: --with-mailreceive replaced
1494: --with-static-mailreceive and --with-shared-mailreceive pathlink
1495: removed
1496:
1497: 2012-07-16 moko
1498:
1499: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
1500: capitalized, content now decoded and text content converted to
1501: $request:charset. all properties are accessed by functions, this
1502: ready for dynamic load.
1503:
1504: 2012-06-28 moko
1505:
1506: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
1507: 32 bit
1508:
1509: 2012-06-27 moko
1510:
1511: * buildall-with-xml, buildall-without-xml: fetch requires -p for
1512: passive ftp
1513:
1514: * src/lib/ltdl/ltdl.vcproj: release build fixed
1515:
1516: * configure.in: 3.4.2 RC -> 3.4.2
1517:
1518: 2012-06-22 moko
1519:
1520: * src/types/pa_vfile.C: returned empty mode to stated files (issue
1521: #815)
1522:
1523: * tests/: 284.html, results/284.processed: output options test
1524: (feature #265)
1525:
1526: 2012-06-22 misha
1527:
1528: * tests/215.html: - little changes
1529:
1530: 2012-06-21 moko
1531:
1532: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
1533: types/pa_vxdoc.h: output_options returned and used (bugfix for
1534: feature #265)
1535:
1536: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
1537: breaks long .*, default 10M restored. (issue #216)
1538:
1539: * tests/: 283.html, results/283.processed: test for issue #815
1540: added
1541:
1542: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
1543: again, cstrm not required.
1544:
1545: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
1546: Win32 and broken FreeBSD (issue #45)
1547:
1548: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
1549:
1550: * src/main/pa_string.C: warnings war
1551:
1552: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
1553: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
1554: main/pa_socks.C, targets/apache/pa_threads.C,
1555: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1556: types/pa_vstatus.C: compilation under cygwin fixed
1557:
1558: 2012-06-19 moko
1559:
1560: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
1561: Windows fixed
1562:
1563: * parser3.sln: removed antique pcre_ctype
1564:
1565: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
1566:
1567: * src/include/pa_config_fixed.h: undefined reference to
1568: __imp__pcre_* fix for Windows
1569:
1570: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1571: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
1572: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
1573: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
1574: define fixed
1575:
1576: 2012-06-18 moko
1577:
1578: * src/classes/memcached.C: flush -> clear
1579:
1580: * src/classes/memcached.C: memcached does not support quotes even
1581: in server name
1582:
1583: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
1584: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
1585: called on open to check servers existance. $.key(true) syntax
1586: now supported
1587:
1588: 2012-06-17 moko
1589:
1590: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
1591: cleanup
1592:
1593: * src/classes/table.C, tests/282.cfg, tests/282.html,
1594: tests/results/282.processed: encloser at the EOF bug fixed,
1595: incorrectly enclosed data now processed more logicaly (fixes
1596: #339)
1597:
1598: 2012-06-15 moko
1599:
1600: * buildall-without-xml: sync with buildall-with-xml
1601:
1602: * buildall-with-xml: download auto-detected between fetch and curl
1603:
1604: * configure.in: --with-gc and --with-pcre now also processed
1605: correctly
1606:
1607: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
1608: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
1609: should be run on rol1 using automake / aclocal (GNU automake)
1610: 1.11.1 autoconf (GNU Autoconf) 2.68
1611:
1612: * configure.in: new PARSER_VERSION logic
1613:
1614: * src/include/pa_version.h: new pa_version.h logic
1615:
1616: * src/: classes/curl.C, classes/file.C, classes/image.C,
1617: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
1618: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
1619: feols_normalized -> fis_text_content set_binary added
1620:
1621: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
1622:
1623: 2012-06-15 misha
1624:
1625: * src/: classes/curl.C, classes/file.C, classes/image.C,
1626: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
1627: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
1628: ^file::create[text;content] EOLs in content now is normalized. (
1629: new feature: #815 )
1630:
1631: 2012-06-15 moko
1632:
1633: * configure.in: --disable-version-update added to disable version
1634: update with host information (for debian package) whitespace
1635: optimized
1636:
1637: * configure.in: version changed to 3.4.2 RC no-pic added for
1638: libtool
1639:
1640: * src/include/pa_version.h: Nice pa_version.h default. Please keep
1641: it.
1642:
1643: 2012-06-14 moko
1644:
1645: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
1646: tests/results/281.processed: "hash flocked" error removed for
1647: safe operations like ^h._count[] ( new feature: #335 )
1648:
1649: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1650:
1651: * buildall-with-xml, buildall-without-xml: --with-static -> --with
1652:
1653: * configure.in: --with-static/shared xml replaced with --with-xml,
1654: xml compilation check added
1655:
1656: * configure.in: --with-static/shared-gc, --with-static-pcre are
1657: replaced with --with-gc and --with-pcre test for pcre linking
1658: added
1659:
1660: 2012-06-13 moko
1661:
1662: * configure.in: apxs2 check optimized
1663:
1664: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
1665: .la, includes optimized
1666:
1667: * buildall-with-xml: --with-pic looks better for -fPIC
1668:
1669: * configure.in: switched to convenience library in static linking
1670:
1671: * src/targets/apache/Makefile.am: switched to convenience library
1672: usage to avoid libtool warnings
1673:
1674: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
1675: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
1676: smtp/Makefile.am: switched to convenience library usage
1677:
1678: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
1679:
1680: * src/targets/apache/Makefile.am: updated for libtool usage
1681:
1682: * bin/auto.p.dist.in: .cfg removed from charset names.
1683:
1684: * buildall-without-xml: --with-included-ltdl added
1685:
1686: * buildall-without-xml: sync with buildall-with-xml
1687:
1688: * buildall-with-xml: --with-included-ltdl added $cflags added for
1689: -fPIC for x64 $download added for wget success check added
1690:
1691: * buildall-without-xml: --with-dynamic-stdcpp removed
1692:
1693: * configure.in: disable-static returned
1694:
1695: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
1696: LIBTOOLFLAGS
1697:
1698: 2012-06-12 moko
1699:
1700: * configure.in, src/targets/cgi/Makefile.am: disable-static not
1701: compatible with LIBTOOLFLAGS for unknown reasons
1702:
1703: * buildall-with-xml: --with-dynamic-stdcpp removed
1704:
1705: * configure.in: static/dynamic -lstdc++ linking option removed
1706: apxs2 check added
1707:
1708: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
1709: option removed
1710:
1711: 2012-06-10 moko
1712:
1713: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
1714: added
1715:
1716: * src/targets/cgi/pp3.cmd: old PAF stuff
1717:
1718: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
1719: beauty
1720:
1721: * depcomp: from libtool 2.4.2
1722:
1723: * configure.in: ltdl directory removed, it has correct Makefile.in
1724:
1725: 2012-06-09 moko
1726:
1727: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
1728: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1729: autogenerated files updated after libtool update
1730:
1731: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
1732: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1733: config_auto.h.in, config_fixed.h, configure, configure.ac,
1734: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
1735: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1736: config/compile, config/config.guess, config/config.sub,
1737: config/depcomp, config/install-sh, config/ltmain.sh,
1738: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
1739: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
1740: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
1741: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
1742: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
1743: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
1744: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1745: m4/lt~obsolete.m4: libtool updated to version 2.4.2
1746:
1747: * configure.in: preparation for new libtool
1748:
1749: * configure.in: Some beauty added :)
1750:
1751: * src/targets/apache/Makefile.am: := -> =
1752:
1753: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
1754: again. :)
1755:
1756: * src/include/pa_config_includes.h, configure.in: limits.h added,
1757: previously was taken from pcre_internal.h. :)
1758:
1759: * src/lib/pcre/Makefile.am: config.h returned
1760:
1761: * src/lib/pcre/config.h: still need this. :)
1762:
1763: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
1764:
1765: * configure.in: --with-charsets removed; --with-mysql-client & co
1766: removed
1767:
1768: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
1769: now in parser tree, no need to copy
1770:
1771: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
1772: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
1773: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
1774: debian/patches/101_pcre.patch - local copy of pcre_internal.h
1775: extracts now used old trash removed
1776:
1777: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
1778: rare charsets/drivers are commented, sql driver quessing removed
1779: (debian/patches/103_auto_p.patch)
1780:
1781: * etc/parser3.charsets/Makefile.am: charsets now in share
1782: (debian/patches/104_automake.patch) + all charsets are copied
1783:
1784: * buildall-with-xml, buildall-without-xml: curl option removed +
1785: extra arguments now supported
1786:
1787: 2012-06-08 misha
1788:
1789: * src/classes/table.C: - one params.as_hash usage was rolled back:
1790: the 2nd option in ^table.hash[] could be hash or table so
1791: .as_hash will throw an exception when table option is specified
1792:
1793: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1794: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
1795: classes/table.C, classes/void.C, classes/xdoc.C,
1796: include/pa_exception.h, types/pa_vmethod_frame.C,
1797: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
1798: and improved (whitespaces are allowed as empty options) -
1799: MethodParams::as_table is added - above methods are used for
1800: parsing methods' options ( new feature: #9 )
1801:
1802: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
1803: to vclass. now class fields can be accessible as a hash:
1804: $h[^hash::create[$asd:CLASS]]
1805:
1806: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
1807: have get_fields method so their fields can be accessed with
1808: ^reflection:fields[...] & ^reflection:field[...]
1809:
1810: 2012-06-06 misha
1811:
1812: * tests/280.html: - tests for
1813: ^reflection:method[obj-or-class;method],
1814: ^reflection:field[obj-or-class;field] and
1815: ^reflection:fields[obj-or-class] are added
1816:
1817: 2012-06-05 misha
1818:
1819: * src/classes/reflection.C: - ^reflection:method[class or
1820: object;method name] and ^reflection:field[class or object;field
1821: name] are added
1822:
1823: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
1824: is used
1825:
1826: * src/types/pa_method.h: - Method::as_vjunction method is added
1827:
1828: 2012-06-05 moko
1829:
1830: * src/targets/Makefile.am: cgi now build with apache module
1831:
1832: * src/classes/memcached.C: flish ttl fixed
1833:
1834: 2012-06-04 moko
1835:
1836: * src/classes/json.C, src/classes/op.C, tests/279.html,
1837: tests/results/279.processed: ^json:parse[] now supports $.taint
1838: option (new feature #833)
1839:
1840: 2012-06-04 misha
1841:
1842: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
1843: - search_stop method was moved from pa_vcookie.C to pa_common.C
1844:
1845: 2012-06-03 misha
1846:
1847: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
1848: cookies are parced and stored into $.cookies ( new feature: #31 )
1849:
1850: 2012-05-30 misha
1851:
1852: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
1853: incomplete class into a scope while @USE is found
1854:
1855: * src/main/compile.y: - add incomplete class into a scope while
1856: @USE and @CLASS instructions are found ( bugfix: #838 )
1857:
1858: 2012-05-30 moko
1859:
1860: * src/types/pa_vclass.C, tests/278.html,
1861: tests/results/278.processed: removed "property has no getter
1862: method" exception when GET_DEFAULT present (fixes #269)
1863:
1864: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
1865: $._default
1866:
1867: 2012-05-29 moko
1868:
1869: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
1870: uninitialized values usage (new feature: #154)
1871:
1872: 2012-05-28 moko
1873:
1874: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
1875: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1876: src/types/pa_vdate.h, src/types/pa_vdouble.h,
1877: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
1878: src/types/pa_vobject.C, src/types/pa_vobject.h,
1879: src/types/pa_vstring.h, src/types/pa_vtable.C,
1880: tests/results/277.processed, src/types/pa_vtable.h,
1881: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
1882: ^json:string[$o; $.default[$method]] implemented for VObject (new
1883: feature #803)
1884:
1885: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
1886: tests/results/277.processed: json numbers are now treated as
1887: double ( new feature: #834 )
1888:
1889: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
1890: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
1891: added for out of range checks, zero division in vint/vdouble
1892: check added ( fixes #832 )
1893:
1894: * tests/: 275.html, results/275.processed: tests for pa_atoui added
1895: ( fixes #832 )
1896:
1897: 2012-05-28 misha
1898:
1899: * buildall-with-xml: - --without-lzma option is added to libxml2
1900: configure
1901:
1902: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
1903: added - tests for unsupported values for options $.file, $.table
1904: and $.date are added
1905:
1906: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
1907: accepts "stat" $.file[] option's value in addition to existed
1908: "text" and "base64" ( new feature: #835 )
1909:
1910: * tests/276.html: - test for
1911: ^reflection:delete[$object-or-class;field-name]
1912:
1913: * src/classes/reflection.C: -
1914: ^reflection:delete[$object-or-class;field-name] is added ( new
1915: feature: #268 )
1916:
1917: 2012-05-27 misha
1918:
1919: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
1920:
1921: 2012-05-24 misha
1922:
1923: * src/include/pa_common.h: - method lastposafter was removed
1924:
1925: * src/classes/file.C: - use strrpbrk & rskipchars instead of
1926: lastposafter - ^file:dirname[] & Co proper handle windows file
1927: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
1928: work as *nix commands
1929:
1930: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
1931:
1932: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
1933: rskipchars were added
1934:
1935: * tests/270.html: - more tests for ^file:find[]
1936:
1937: * tests/065.html: - more tests for ^file:dirname[] & Co
1938:
1939: * src/include/pa_version.h: - must be "win32" here. it is
1940: auto-generated on *nix
1941:
1942: 2012-05-24 moko
1943:
1944: * src/classes/math.C: ^math:convert[] now supports uint32 and
1945: throws overflow exception ( new feature: #830 )
1946:
1947: * tests/: 275.html, results/275.processed: test for ^math:convert[]
1948: uint32 support and overflow added ( new feature: #830 )
1949:
1950: 2012-05-23 moko
1951:
1952: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
1953: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
1954: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
1955: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
1956: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1957: types/pa_vregex.h, types/pa_vstateless_class.C,
1958: types/pa_vstateless_class.h, types/pa_vstring.h,
1959: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
1960: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
1961: "return string as-is" removed from as_expr_result. ( new feature:
1962: #831 )
1963:
1964: * tests/results/244.processed: test changed after bug #782 fix
1965: commited
1966:
1967: * tests/results/229.processed: test results for bug #782 commited
1968:
1969: * tests/: 254.html, results/254.processed: uid now just compared,
1970: not printed. :)
1971:
1972: 2012-05-20 moko
1973:
1974: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
1975: feature: #341 )
1976:
1977: * tests/: 254.html, results/254.processed: test for
1978: ^reflection:uid[] added
1979:
1980: * tests/: 254.html, results/254.processed: test for
1981: ^reflection:uid[$obj] added
1982:
1983: 2012-05-17 misha
1984:
1985: * src/main/untaint.C: - do not replace ' char by _26 while
1986: exploding filespec-tainting ( new feature: #829 )
1987:
1988: 2012-05-12 moko
1989:
1990: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
1991: not.
1992:
1993: 2012-05-08 moko
1994:
1995: * src/types/pa_vmethod_frame.h: bug #782 fixed
1996:
1997: * tests/229.html: test for bug #782
1998:
1999: * tests/results/259.processed, src/main/pa_request.C,
2000: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
2001: src/types/pa_vstring.h, src/types/pa_vvoid.C,
2002: src/types/pa_vvoid.h: feature #154 - first empty param now
2003: string; defined locals are empty strings; $STRICT-VARS(true)
2004: added
2005:
2006: 2012-04-27 moko
2007:
2008: * src/targets/apache/Makefile.am:
2009: ../../lib/memcached/libmemcached.a added
2010:
2011: 2012-04-27 misha
2012:
2013: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
2014: ( #827 )
2015:
2016: 2012-04-25 moko
2017:
2018: * src/: classes/json.C, classes/memcached.C,
2019: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2020: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
2021: implemented.
2022:
2023: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
2024:
2025: 2012-04-23 moko
2026:
2027: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2028: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2029: types/pa_vmemcached.h: open allows options hash for new
2030: memcached(options) function
2031:
2032: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
2033: not appended
2034:
2035: 2012-04-21 moko
2036:
2037: * src/classes/curl.C: '' added. :)
2038:
2039: * src/classes/classes.vcproj: new curl.h location
2040:
2041: * src/classes/curl.C: verbose output redirection from stderr to
2042: file curl option added
2043:
2044: 2012-04-20 moko
2045:
2046: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
2047: contains what we need from curl, #ifdef HAVE_CURL removed
2048:
2049: * configure, configure.in, src/classes/Makefile.am,
2050: src/include/pa_config_auto.h.in, src/include/pa_version.h,
2051: src/lib/Makefile.am, src/lib/curl/Makefile.am,
2052: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
2053: configure option
2054:
2055: 2012-04-19 moko
2056:
2057: * src/: classes/double.C, classes/inet.C, classes/int.C,
2058: classes/string.C, lib/gc/include/gc_allocator.h,
2059: types/pa_vform.C: PVS-Studio detected errors fixes, unused
2060: options from sql_result_string removed. (closes issue #468)
2061:
2062: * src/types/pa_vmemcached.C: empty string fix
2063:
2064: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
2065: pa_vstring.C, pa_vstring.h: serialization helpers moved to
2066: pa_vmemcached.C
2067:
2068: 2012-04-18 moko
2069:
2070: * src/targets/apache/mod_parser3.c: "Parser3 module requires
2071: apache2-mpm-prefork" error displayed in threaded mpm.
2072:
2073: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
2074: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
2075: installed (issue #354)
2076:
2077: 2012-04-16 moko
2078:
2079: * src/types/pa_vmemcached.C: call to memcached_result_create and
2080: memcached_result_free removed
2081:
2082: 2012-04-14 moko
2083:
2084: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
2085:
2086: * src/types/pa_vmemcached.C: check_key added and used
2087:
2088: 2012-04-13 moko
2089:
2090: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
2091: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
2092: Serialization_data now added and used, VString now serialized
2093: with languages into memcached.
2094:
2095: 2012-03-28 moko
2096:
2097: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
2098: lib/memcached/pa_memcached.h: result lengths added
2099:
2100: 2012-03-27 moko
2101:
2102: * src/types/pa_vmemcached.C: strdup added
2103:
2104: 2012-03-24 moko
2105:
2106: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2107: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2108: types/pa_vmemcached.h: memcached: mget, flush, fttl added
2109:
2110: 2012-03-20 moko
2111:
2112: * configure, configure.in: Makefiles.in updated for memcached
2113:
2114: * src/targets/cgi/Makefile.am: cleanup
2115:
2116: * src/: types/Makefile.am, types/pa_vmemcached.C,
2117: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
2118:
2119: * src/: classes/Makefile.am, classes/memcached.C,
2120: lib/memcached/Makefile.am, lib/memcached/constants.h,
2121: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2122: lib/memcached/types.h, lib/Makefile.am: memcached initial
2123:
2124: 2012-03-16 moko
2125:
2126: * src/main/execute.C: ident now works under Linux + ident displays
2127: filenames (closes issue #818)
2128:
2129: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
2130: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
2131: pa_vmethod_frame_local.h removed
2132:
2133: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2134: classes/classes.h, classes/curl.C, classes/date.C,
2135: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2136: classes/hashfile.C, classes/image.C, classes/inet.C,
2137: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2138: classes/memory.C, classes/op.C, classes/reflection.C,
2139: classes/regex.C, classes/response.C, classes/string.C,
2140: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2141: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2142: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2143: include/pa_config_fixed.h, include/pa_config_includes.h,
2144: include/pa_dictionary.h, include/pa_dir.h,
2145: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2146: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2147: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2148: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2149: include/pa_request_charsets.h, include/pa_request_info.h,
2150: include/pa_sapi.h, include/pa_socks.h,
2151: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2152: include/pa_stack.h, include/pa_string.h,
2153: include/pa_stylesheet_connection.h,
2154: include/pa_stylesheet_manager.h, include/pa_table.h,
2155: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2156: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2157: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2158: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
2159: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2160: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2161: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2162: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2163: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2164: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2165: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2166: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2167: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2168: main/pa_string.C, main/pa_stylesheet_connection.C,
2169: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2170: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2171: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
2172: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2173: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2174: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2175: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2176: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2177: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2178: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2179: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2180: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2181: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2182: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2183: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2184: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2185: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2186: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2187: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2188: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
2189: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
2190: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
2191: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
2192: types/pa_vresponse.h, types/pa_vstateless_class.C,
2193: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
2194: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
2195: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
2196: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
2197: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
2198: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
2199: ident now works under Linux + ident displays filenames (closes
2200: issue #818) Copyright updated
2201:
2202: 2012-03-13 moko
2203:
2204: * src/main/pa_string.C: compilation fix for feature #741
2205:
2206: 2012-03-09 misha
2207:
2208: * tests/193.html: - tests for ^string:base64[encoded] are updated
2209:
2210: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
2211: now detects invalid base64 chars in the middle of encoded stricg
2212: ( new feature: #55 )
2213:
2214: * src/include/pa_exception.h: - new exception type for base64
2215: decoding is added
2216:
2217: 2012-03-06 misha
2218:
2219: * tests/274.html: - tests for ^date::today[] and
2220: ^date.sql-string[datetime|date|time] are added
2221:
2222: * src/classes/date.C: - constructor ^date::today[] is added ( new
2223: feature: #811 ) - ^date.sql-string[] now can accept one param --
2224: strings "datetime", "date" or "time" - comments tidying up
2225:
2226: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
2227: date and time
2228:
2229: 2012-03-03 misha
2230:
2231: * tests/193.html: - tests for
2232: ^string:base64[encoded;$.strict(true)] are added
2233:
2234: * tests/results/auto.p: - try-catch operator is added
2235:
2236: * src/: classes/file.C, classes/string.C, include/pa_common.h,
2237: main/pa_common.C: - $.strict(true|false) option is added to
2238: base64 decode methods ( new feature: #55 )
2239:
2240: * src/main/pa_common.C: - base64 decode memory usage was decreased
2241: ( new feature: #819 )
2242:
2243: 2012-02-28 moko
2244:
2245: * src/classes/hash.C: ident test
2246:
2247: 2012-02-27 misha
2248:
2249: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
2250:
2251: 2012-01-08 misha
2252:
2253: * tests/273.html: - tests for ^string.replace[from;to] are added
2254:
2255: * src/: classes/string.C, include/pa_dictionary.h,
2256: main/pa_dictionary.C, main/pa_string.C: -
2257: ^string.replace[from;to] is added ( new feature: #741 ) -
2258: ^string.replace[one subst here] is slightly optimized
2259:
2260: 2011-12-07 misha
2261:
2262: * src/classes/table.C: - $t[^table::create{$empty}] now creates
2263: named table with one empty column ( bugfix: #63 )
2264:
2265: 2011-11-30 misha
2266:
2267: * src/classes/json.C: - it's possible to set user's method for
2268: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
2269: #763 )
2270:
2271: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
2272:
2273: 2011-11-23 misha
2274:
2275: * src/: classes/curl.C, classes/file.C, classes/image.C,
2276: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
2277: types/pa_vfile.h, types/pa_vform.C: - constructor
2278: ^file::create[mode;filename;content[;options]] now accepts binary
2279: mode and file-content - new constructor's format:
2280: ^file::create[string-or-file-content[;$.name[filename]
2281: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
2282: feature: #65 )
2283:
2284: * src/: include/pa_request.h, main/pa_request.C: - new method
2285: mime_type_of(const String*) is added
2286:
2287: * src/include/pa_exception.h: - new exception constant
2288: FILE_NAME_MUST_BE_SPECIFIED is added
2289:
2290: * src/classes/table.C: - bug with negative offset transformed into
2291: a feature. it means pointing to a row from the end of the table (
2292: new feature: #810 )
2293:
2294: 2011-11-19 misha
2295:
2296: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
2297: â ìåòîäå _select ( new feature: #810 )
2298:
2299: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
2300: options were specified together is simplified
2301:
2302: 2011-11-12 misha
2303:
2304: * src/main/pa_request.C: - forgotten fix for escaping filename in
2305: HTTP content-disposition header (a part of bug #361 )
2306:
2307: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
2308: checks for ancestors' classes as well ( new feature: #456 )
2309:
2310: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
2311: "without cycle" now have types "parser.break" and
2312: "parser.continue" instead of "parser.runtime" ( new feature: #799
2313: )
2314:
2315: 2011-11-11 misha
2316:
2317: * tests/results/: 099.processed, 100.processed, 205.processed,
2318: 237.processed: - since bug #361 was fixed the content of filename
2319: in HTTP headers is quoted
2320:
2321: * tests/results/270.processed: - result for test 270
2322:
2323: * tests/: 065.html, results/065.processed: - more tests for
2324: ^file:basename[] & Co were added
2325:
2326: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
2327:
2328: * tests/270.html: - tests for ^file:find[] are added
2329:
2330: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
2331: using option $.charset. option $.engoding is still supported but
2332: these options can not be specified together
2333:
2334: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
2335: comparation charset name with string "UTF-8" ( bugfix: #759 )
2336:
2337: 2011-10-11 misha
2338:
2339: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
2340: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
2341: #622)
2342:
2343: 2011-09-30 misha
2344:
2345: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
2346: exception "saving stat-ed file" ( bugfix: #395 )
2347:
2348: 2011-05-30 misha
2349:
2350: * src/classes/string.C: - fixed bug which was added with
2351: params.as_hash into string:sql
2352:
2353: 2011-05-29 misha
2354:
2355: * src/types/pa_value.C: - filename in content-disposition header
2356: must be quoted ( bugfix: #361 )
2357:
2358: 2011-05-27 misha
2359:
2360: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
2361: created file
2362:
2363: * src/classes/: hash.C, mail.C: - little tunning with get_hash
2364: usage
2365:
2366: * src/include/pa_exception.h: - one more string for exception was
2367: added
2368:
2369: 2011-05-25 misha
2370:
2371: * tests/269.html: - tests for checking input params in some dom
2372: methods
2373:
2374: * src/classes/: xdoc.C, xnode.C: - validation of some input params
2375: was added. it isn't possible not wo create xdoc with invalid
2376: tagName. ( bugfix: #160 )
2377:
2378: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
2379: string "data must be string" was mover from pa_exception.h to
2380: pa_xml_exception.h
2381:
2382: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
2383: as_xmlncname, as_xmlname and as_xmlnsuri were added
2384:
2385: * src/main/pa_xml_exception.C: - XmlException accepts more options
2386:
2387: * src/include/pa_xml_exception.h: - XmlException accepts more
2388: options - XML-related exception's strings were added
2389:
2390: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
2391: output_options were removed)
2392:
2393: 2011-05-19 misha
2394:
2395: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
2396: params.as_hash is used more while parsing methods hash-options
2397:
2398: 2011-05-18 misha
2399:
2400: * operators.txt: - info about json-serialization of xdoc was added
2401:
2402: * tests/256.html: - tests for json-serialization xdoc were added
2403:
2404: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
2405:
2406: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2407: classes/json.C, classes/xdoc.C: - now json:string can serialize
2408: xdoc-objects. options (the same as ^xdoc.string[]) could be
2409: specified in $.xdoc[] ( new feature: #265 )
2410:
2411: 2011-05-15 misha
2412:
2413: * tests/268.html: - tests for ^table.count[with options] were added
2414:
2415: * src/classes/table.C: - method ^table.count[] now can accept
2416: options ( new feature: #93 ): ^table.count[column] returns number
2417: of columns for named table; ^table.count[cells] returns number of
2418: cells in the current row; ^table.count[] & ^table.count[rows]
2419: return number of rows in a table.
2420:
2421: * tests/267.html: - test for checking switch/case in boolean mode
2422: was added
2423:
2424: * src/classes/op.C: - if switch's or case's value is bool, they are
2425: compared as bool values, not as double values: new feature: #351
2426:
2427: 2011-05-06 misha
2428:
2429: * tests/242.html: - EOL before EOF was added
2430:
2431: * tests/169.html: - tests for splitting empty string and void were
2432: added
2433:
2434: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
2435: returned table with one empty cell)
2436:
2437: 2011-04-03 misha
2438:
2439: * src/include/pa_version.h, configure.in: - version in head was
2440: changed to 3.4.2b
2441:
2442: 2011-03-30 misha
2443:
2444: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
2445: as well ( new feature #294 )
2446:
2447: 2011-03-29 misha
2448:
2449: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
2450: limited to approx. 6 MB. previous limits were too big for real
2451: life. bugfix: #216
2452:
2453: 2011-03-04 moko
2454:
2455: * etc/parser3.charsets/cp866.cfg: Conforms to
2456: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
2457:
2458: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
2459: vlalek@
2460:
2461: 2011-02-22 misha
2462:
2463: * src/include/pa_charset.h, operators.txt: - some methods mustn't
2464: be under #ifdef XML or parser can't be compiled without xml
2465: support
2466:
2467: 2011-02-21 misha
2468:
2469: * src/targets/apache/: Makefile.am: - mention
2470: ApacheModuleParser3.vcproj was removed
2471:
2472: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
2473: removed)
2474:
2475: 2011-02-20 misha
2476:
2477: * tests/: 266.html, 266.p: - tests for checking $.inherited and
2478: $.overridden in ^reflection:method_info[...] were added
2479:
2480: * src/classes/reflection.C: - beautifying result of
2481: ^reflection:method_info[] ($.overridden/inherited)
2482:
2483: 2011-02-18 misha
2484:
2485: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
2486: and pa_isalnum instead of isalpha and isalnum - bug with
2487: redundand quoting lowercased latin chars while building email
2488: body was fixed
2489:
2490: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
2491: added (they check for latin chars only)
2492:
2493: 2011-02-16 misha
2494:
2495: * src/main/pa_charset.C: - bugfix: in some cases the calculating
2496: string size for transcoding gave too small value (should ever
2497: look for availability char in dest charset inspite of the char
2498: size)
2499:
2500: 2011-02-04 moko
2501:
2502: * tests/223.html: header values now not url-encoded (issue #195)
2503:
2504: 2011-02-01 misha
2505:
2506: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
2507:
2508: 2011-01-31 misha
2509:
2510: * src/main/pa_request.C: - throw exception if param file_name in
2511: use_file is empty
2512:
2513: 2011-01-08 moko
2514:
2515: * src/classes/curl.C: compilations errors fixed
2516:
2517: 2010-12-29 moko
2518:
2519: * tests/: 265.html, results/265.processed: test for issue #200
2520: added
2521:
2522: * src/main/pa_string.C: empty regex result check added (fixes issue
2523: #200)
2524:
2525: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
2526:
2527: * tests/results/223.processed: header values now not url-encoded
2528: (issue #195)
2529:
2530: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2531: main/untaint.C: L_HTTP_HEADER now used in http headers values,
2532: pa_http_safe_header_name added for headers names (fixes bug #195)
2533:
2534: 2010-12-18 misha
2535:
2536: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
2537: => pa-include
2538:
2539: 2010-11-28 moko
2540:
2541: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
2542:
2543: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
2544: -> pa
2545:
2546: * configure.in: apr -> pa
2547:
2548: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
2549:
2550: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
2551: classes/Makefile.am, types/Makefile.am: apr -> pa
2552:
2553: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
2554: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
2555: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
2556: pa-include/pa_apr.h, pa-include/pa_errno.h,
2557: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
2558: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
2559: module apr name conflict resolved)
2560:
2561: 2010-11-27 misha
2562:
2563: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
2564: libbz2
2565:
2566: 2010-11-26 misha
2567:
2568: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
2569: warnings removed
2570:
2571: 2010-11-25 moko
2572:
2573: * operators.txt: $.indent(true)
2574:
2575: * operators.txt: another bugfix. :)
2576:
2577: * operators.txt: bugfix. :)
2578:
2579: * buildall-with-xml: libxml2-2.7.8 + with-apache
2580:
2581: 2010-11-24 moko
2582:
2583: * configure: apxs support
2584:
2585: * configure.in: apxs support -Bstatic gc removed for OS X
2586:
2587: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
2588:
2589: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
2590: THREAD_LOCAL usage
2591:
2592: * src/: classes/curl.C, include/pa_config_includes.h,
2593: main/pa_globals.C: THREAD_LOCAL defined and used
2594:
2595: 2010-11-23 moko
2596:
2597: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
2598: should be passed to pa_sleep, and only fractional part (bugfix:
2599: #188)
2600:
2601: * src/targets/apache/mod_parser3.c: 1.3 compatibility
2602:
2603: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
2604: GC_dont_gc=1, as in cgi version
2605:
2606: * src/targets/apache/mod_parser3.c: warning war
2607:
2608: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
2609: pa_httpd.h: version removed, some trash removed
2610:
2611: * src/targets/apache/mod_parser3.c: version removed (we don't want
2612: to show it), warning war
2613:
2614: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
2615: pa_httpd.h: parser_status_allowed removed + merge config
2616: functions removed (override is the default) + beauty
2617:
2618: * src/: include/pa_request.h, main/pa_request.C,
2619: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
2620: hide $status used in apache module removed
2621:
2622: 2010-11-18 moko
2623:
2624: * operators.txt: $.table[compact] added for ^json:string[]
2625:
2626: 2010-11-16 moko
2627:
2628: * src/targets/apache/mod_parser3.c: some cleanup done
2629:
2630: * src/main/untaint.C: bugfix: first, second String::Body argument
2631: is hashcode; second, info.fragment_begin is original, not
2632: resulting length
2633:
2634: * src/classes/file.C: new feature: $.stdin now untainted
2635:
2636: * tests/results/264.processed: new feature: $.stdin[] now untainted
2637:
2638: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
2639:
2640: * src/classes/op.C: ^apply-taint[] method added
2641:
2642: * tests/: 264.html, results/264.processed: ^apply-taint[] test
2643: added; $.stdin untaint test added
2644:
2645: 2010-11-15 moko
2646:
2647: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
2648: removed
2649:
2650: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
2651: pa_httpd.h: 2x2 calculated under apache2. :)
2652:
2653: 2010-11-13 moko
2654:
2655: * src/targets/apache/mod_parser3.c: initial changes to build module
2656: with apache 2.x includes
2657:
2658: * src/targets/apache/: Makefile.am, mod_parser3.c,
2659: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
2660: united apache 1.3 / apache 2.x DSO module
2661:
2662: 2010-11-09 moko
2663:
2664: * src/types/pa_method.h: check added to dissallow @method[name;*]
2665: syntax
2666:
2667: * tests/: 263.html, results/263.processed: test from method[*args]
2668: added
2669:
2670: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
2671: number of params can now be passed to a method declared with *arg
2672:
2673: 2010-11-06 moko
2674:
2675: * src/classes/table.C: formating fixed. :)
2676:
2677: * src/classes/table.C: closes #4: ^table.select now supports
2678: $.limit(), $.offset, $.reverse() options
2679:
2680: * tests/: 262.html, results/262.processed: test for ^table:select
2681: with options added (feature #4)
2682:
2683: * src/include/pa_array.h: remove function added
2684:
2685: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
2686: object in get_element/put_element, using static one.
2687:
2688: 2010-11-04 moko
2689:
2690: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
2691: options is passed
2692:
2693: * tests/: 256.html, results/256.processed: $.table[compact] feature
2694: now tested; k and p in handler now tested.
2695:
2696: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
2697: $.table[compact] feature added
2698:
2699: * src/classes/json.C: key is now passed to handler in
2700: value_json_string; ^json:string result now process tainting
2701: inside and returns clean string, related to issue #153
2702:
2703: * src/main/untaint.C: bugfix: charset can be null (in
2704: ^string:save[] as example), thus check is added
2705:
2706: 2010-10-31 moko
2707:
2708: * src/classes/string.C: error message changed (fixes issue #149)
2709:
2710: 2010-10-29 moko
2711:
2712: * src/main/pa_http.C: ":port" is now added to "Host:" header if
2713: port is not default (fixes issue #155); exception on invalid port
2714: added.
2715:
2716: * src/main/untaint.C: '*' is now not urlencoded to allow header
2717: "Accept: */*" to be passed
2718:
2719: 2010-10-28 moko
2720:
2721: * src/classes/curl.C: bugfix: detect_charset() was throwing
2722: exception on unknown charset even if response_charset was
2723: specified
2724:
2725: 2010-10-27 moko
2726:
2727: * src/classes/string.C: ^string.append removed for void
2728: compatibility
2729:
2730: 2010-10-26 moko
2731:
2732: * src/classes/json.C: libjson supports array at top level, we too
2733: (GPF fixed)
2734:
2735: 2010-10-25 moko
2736:
2737: * tests/: 253.html, results/253.processed: libjson supports array
2738: at top level, parser now supports it as well.
2739:
2740: * tests/261.html, tests/results/261.processed,
2741: src/types/pa_vstring.h: empty string is now void compatible
2742: (allows $empty.key)
2743:
2744: 2010-10-22 misha
2745:
2746: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
2747: while adding additional expires checkout)
2748:
2749: * tests/030.html: - test for session cookie was added
2750:
2751: 2010-10-21 moko
2752:
2753: * src/: classes/string.C, classes/void.C, main/execute.C,
2754: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
2755: string (feature #111)
2756:
2757: * tests/: 261.html, results/261.processed: checks void from string
2758: inheritance (feature #111)
2759:
2760: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
2761: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
2762: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
2763: now true by default
2764:
2765: 2010-10-17 moko
2766:
2767: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
2768: upload now uses binary blocks instead of L_FILE_POST tainting.
2769: (bugfix: #128)
2770:
2771: * tests/: 223.html, results/223.processed: binary file upload test
2772: added, GPF (issue #128) also checked in this test
2773:
2774: 2010-10-13 misha
2775:
2776: * tests/260.html: - test for math:convert
2777:
2778: * src/classes/math.C: - error in math:convert was fixed
2779:
2780: * operators.txt: - info about
2781: ^math:convert[number](from-base;to-base) was added
2782:
2783: * src/classes/math.C: - method
2784: ^math:convert[number](from-base;to-base) for converting number
2785: represention from one base to another was added ( new feature:
2786: #23 )
2787:
2788: 2010-10-13 moko
2789:
2790: * src/main/compile.tab.C: [] now is empty string, not void
2791:
2792: * src/main/compile.y: [] now is empty string, not void
2793:
2794: * src/types/pa_vvoid.h: void now passed as parameter
2795:
2796: * tests/: 259.html, results/259.processed: to test difference
2797: between void and empty string (see ticket #111)
2798:
2799: * tests/results/152.processed: $sEmpty[] is now empty string, not
2800: void
2801:
2802: * tests/256.html: $s[$void] is no longer empty string
2803:
2804: * tests/254.html: empty string is no longer void
2805:
2806: 2010-10-12 misha
2807:
2808: * src/types/pa_vcookie.C: - check if $.expires value can be
2809: converted to date during cookies set up ( bugfix: #104 )
2810:
2811: * tests/041.html: - more tests for ^table.locate were added
2812:
2813: * src/classes/table.C: - ^table.locate[field;value;options] didn't
2814: work ( bugfix: #129 ) - exception comment for incorrect options
2815: ^table.locate[field;value;options] was fixed
2816:
2817: 2010-10-10 moko
2818:
2819: * src/: classes/reflection.C, main/execute.C: constructor returning
2820: another object feature returned
2821:
2822: * tests/results/258.processed: test result updated as constructor
2823: returning another object feature returned
2824:
2825: * tests/: 258.html, results/258.processed: test for constructor
2826: returning another object
2827:
2828: 2010-10-08 misha
2829:
2830: * tests/257.html: - whitespaces after @METACOMMANDS and their
2831: options shouldn't cause exceptions any longer
2832:
2833: 2010-10-06 moko
2834:
2835: * src/classes/: hash.C, table.C: length from sql server is now
2836: ignored, as sql string can contain 0x00 inside (bugfix: #119)
2837:
2838: 2010-10-02 misha
2839:
2840: * operators.txt: - the X mark was removed from ^cache[file]. it is
2841: usable to delete cache file.
2842:
2843: 2010-10-02 moko
2844:
2845: * tests/: 253.html, results/253.processed: hook_key added for key
2846: checking
2847:
2848: * src/classes/json.C: null key bug fixed
2849:
2850: 2010-09-29 misha
2851:
2852: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
2853:
2854: 2010-09-25 moko
2855:
2856: * src/classes/json.C: small fixed
2857:
2858: * tests/results/: 253.processed, 255.processed: just updated
2859:
2860: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
2861: results/255.processed: charset transcode test added for
2862: json:parse
2863:
2864: 2010-09-24 moko
2865:
2866: * src/types/pa_value.h: warning war :)
2867:
2868: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
2869: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
2870: ^json:string
2871:
2872: 2010-09-22 moko
2873:
2874: * src/main/pa_charset.C: parser charset tables declare only
2875: white-space before 0x20, thus adding the missing chars
2876:
2877: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
2878: to http://unicode.org/Public/MAPPINGS/VENDORS/
2879:
2880: 2010-09-21 misha
2881:
2882: * src/main/compile.y: - some semicolons were added (VS2010 don't
2883: want to compile grammar if they are absent)
2884:
2885: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
2886:
2887: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
2888:
2889: * src/main/main.vcproj: - path to bison is changed
2890:
2891: 2010-09-21 moko
2892:
2893: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
2894: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
2895: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
2896:
2897: 2010-09-20 misha
2898:
2899: * src/types/pa_vtable.C: - add EOLs while json-serializing table
2900:
2901: * src/classes/json.C: - add EOL while json-serializing hash
2902:
2903: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
2904: compilers don't like 'ES'.
2905:
2906: 2010-09-17 misha
2907:
2908: * operators.txt: - info about json class was added
2909:
2910: * src/classes/json.C: - ^json:string[object]
2911:
2912: * src/: include/pa_request.h, main/pa_request.C: - stuff for
2913: preventing infinite recursion while executing json:string was
2914: added
2915:
2916: * src/include/pa_string.h: - method append_quoted was added
2917:
2918: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
2919: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
2920: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
2921: was added to Value & Co
2922:
2923: * src/classes/date.C: - methods get_gmt_string and get_sql_string
2924: were used
2925:
2926: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
2927: were added
2928:
2929: 2010-09-10 moko
2930:
2931: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
2932: die_or_abort (backport from 3.4.1)
2933:
2934: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
2935: die_or_abort (bugfix: #106)
2936:
2937: 2010-09-09 moko
2938:
2939: * src/classes/json.C: warning war. :)
2940:
2941: 2010-09-08 misha
2942:
2943: * src/lib/json/Makefile.am: - additional include directories were
2944: added (for pa_memory.h and gc.h)
2945:
2946: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
2947: compile as C++ instead default - additional include directory was
2948: added (for gc.h)
2949:
2950: * src/types/pa_vform.C: - little code reformating
2951:
2952: * src/classes/file.C: - $.content-type option now can be specified
2953: in ^file::create ( new feature: #102 )
2954:
2955: 2010-09-08 moko
2956:
2957: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
2958: pa_malloc/pa_free
2959:
2960: 2010-09-07 moko
2961:
2962: * tests/results/254.processed: VStateless_class:put_element
2963: exception was fixed
2964:
2965: * src/types/: pa_value.h, pa_vstateless_class.h: now
2966: VStateless_class:put_element barks self.type, not this.type
2967: (bugfix: #105)
2968:
2969: 2010-09-06 moko
2970:
2971: * src/classes/reflection.C: bugfix: new String() is required for
2972: exception handling
2973:
2974: * tests/: 254.html, results/254.processed: test modified
2975:
2976: 2010-09-05 moko
2977:
2978: * tests/: 254.html, results/254.processed: ^reflection:copy test
2979: added
2980:
2981: * src/: classes/reflection.C, include/pa_request.h:
2982: ^reflection:copy implemented (new feature: #100)
2983:
2984: 2010-09-03 moko
2985:
2986: * src/lib/json/JSON_parser.C: c++ compatiblity
2987:
2988: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
2989: option testing added
2990:
2991: 2010-09-02 moko
2992:
2993: * src/classes/json.C: $.distinct[first|last|all] added
2994:
2995: 2010-09-01 moko
2996:
2997: * tests/results/253.processed: json test result
2998:
2999: * tests/: 253.html, 253_json.txt: json test added
3000:
3001: * src/classes/json.C: json.C update to actual version + hash key
3002: creation bugfix
3003:
3004: 2010-08-31 misha
3005:
3006: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
3007: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
3008: src/lib/Makefile.am, src/classes/Makefile.am,
3009: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
3010: json library was added
3011:
3012: 2010-08-30 moko
3013:
3014: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
3015: types/pa_vobject.C: cosmetic optimization in
3016: request:execute_method usage
3017:
3018: * src/: include/pa_charset.h, main/pa_charset.C: small
3019: optimization, just to decrease number of lines. :)
3020:
3021: 2010-08-27 misha
3022:
3023: * src/classes/op.C: - taint[json] was added
3024:
3025: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
3026: were added
3027:
3028: * src/main/pa_exec.C: - warning fix was rolled back.
3029:
3030: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
3031: include/pa_string.h: - taint[json] was added - escaping was
3032: slightly modified
3033:
3034: 2010-08-25 misha
3035:
3036: * src/classes/file.C: - typo in file:sql exception was fixed
3037:
3038: * src/main/pa_exec.C: - warning about declared and not used
3039: variable forced_allow was removed
3040:
3041: 2010-08-14 misha
3042:
3043: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
3044: were removed
3045:
3046: 2010-08-11 moko
3047:
3048: * tests/: 249.html, results/249.processed: default setter and
3049: anti-recursive default getter test added
3050:
3051: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
3052: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
3053: types/pa_vobject.h, types/pa_vstateless_class.C,
3054: types/pa_vstateless_class.h: default setter support +
3055: anti-recursive default getter support ( new feature: #13 )
3056:
3057: * src/include/pa_hash.h: optimization: threshold member removed
3058: from hash, reducing sizeof(hash)
3059:
3060: 2010-08-10 misha
3061:
3062: * tests/196.html: - junction-method was added to the test
3063:
3064: * tests/248.html: - ups. typo :)
3065:
3066: * tests/248.html: - test for checking .match with 4 params
3067:
3068: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
3069: 247_windows1251.txt: - test for "transcode file from utf-8 to
3070: $request:charset during loading if the BOM code is detected"
3071:
3072: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
3073: $request:charset during loading if the BOM code is detected ( new
3074: feature: #98 )
3075:
3076: 2010-08-05 misha
3077:
3078: * src/classes/image.C: - ^image.replace now can accept only 2
3079: params. in this case the whole image is affected ( new feature:
3080: #95 )
3081:
3082: 2010-08-04 misha
3083:
3084: * tests/246.html: - test tor ^hash._at[] was added
3085:
3086: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
3087: #53 )
3088:
3089: * src/include/pa_hash.h: - methods for accessing the first and the
3090: last values of ordered hash were added (first_value and
3091: last_value)
3092:
3093: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
3094: (similar to others file's methods):
3095: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
3096: #68 )
3097:
3098: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
3099:
3100: 2010-08-01 moko
3101:
3102: * src/classes/op.C: to correctly process $result[] in code, called
3103: from ^process
3104:
3105: * tests/245.html: $result in ^process[] test added
3106:
3107: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
3108: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
3109: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
3110: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
3111: caller, self) op_call(VMethodFrame &frame, bool constructing)
3112: removed, construct(class,method) added
3113:
3114: * tests/results/: 192.processed, 244.processed: request::construct
3115: added
3116:
3117: * tests/: 244.html, 245.html, results/244.processed,
3118: results/245.processed: object creation exceptions and ^process
3119: tests added
3120:
3121: 2010-07-28 misha
3122:
3123: * tests/make_tests.cmd: - win32 EOLs
3124:
3125: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
3126: tests on Win32 were added (The system timezone should be GMT+3)
3127:
3128: 2010-07-26 misha
3129:
3130: * tests/: 212.html, results/212.processed: - sizes were removed
3131: mecause they could be different on different OSs
3132:
3133: * tests/065.html: - make it "win32 friendly"
3134:
3135: 2010-07-25 misha
3136:
3137: * src/main/compile.y: - all EOLs between methods are removed during
3138: compilation ( new feature: #47 )
3139:
3140: * tests/results/149.processed: - prepare tests to trim trailing
3141: methods' EOLs
3142:
3143: * tests/149.html: - prepare tests to trim trailing methods' EOLs
3144:
3145: * tests/: results/006.processed, results/014.processed, 006.html,
3146: 014.html, 022.html: - prepare tests to trim trailing methods'
3147: EOLs
3148:
3149: * tests/: 059.html, 071.html, 149.html, results/059.processed,
3150: results/071.processed, results/022.processed: - prepare tests to
3151: trim trailing methods' EOLs
3152:
3153: * tests/: results/073.processed, results/109.processed,
3154: results/142.processed, results/144.processed,
3155: results/149.processed, 073.html, 096.html, 109.html, 142.html,
3156: 144.html: - prepare tests to trim trailing methods' EOLs
3157:
3158: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
3159: 149.html, 152.html, results/096.processed, results/107.processed,
3160: results/109.processed, results/142.processed,
3161: results/144.processed: - prepare tests to trim trailing methods'
3162: EOLs
3163:
3164: 2010-07-24 moko
3165:
3166: * tests/results/: 156.processed, 224.processed: fix for #54 changed
3167: the hash order in this test
3168:
3169: * tests/014.html: to check hash order, hash no is longer sorted
3170: before print
3171:
3172: * src/include/pa_hash.h: hash copy constructor now keeps order
3173: (bugfix: #54)
3174:
3175: 2010-07-23 moko
3176:
3177: * tests/results/224.processed: @auto[] is no longer inherited
3178:
3179: * src/types/pa_vstateless_class.C, tests/227.html,
3180: tests/results/227.processed: @auto[] is no longer inherited
3181: (bugfix: #57)
3182:
3183: 2010-07-22 misha
3184:
3185: * src/classes/table.C: - don't skip comment lines during
3186: table::load if encloser or separator is set as '#' ( new feature:
3187: #30 )
3188:
3189: * src/targets/cgi/parser3.C: - don't run as cgi if
3190: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
3191: #12 )
3192:
3193: * src/classes/file.C: - set PARSER_VARSION env before external
3194: script executing
3195:
3196: 2010-07-13 misha
3197:
3198: * tests/058.html: - test for suppressing @border was added - test
3199: for user attribute was added
3200:
3201: * tests/results/186.processed: unescaping from \uXXXX
3202:
3203: * tests/186.html: unescaping from \uXXXX
3204:
3205: * tests/: 239.html, results/239.processed: method call type
3206:
3207: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
3208: $junction_method.CLASS_NAME (+CLASS)
3209:
3210: 2010-07-07 misha
3211:
3212: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
3213: *nix
3214:
3215: 2010-07-05 misha
3216:
3217: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3218: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
3219: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
3220: comment strings "options must be hash", "options must be hash,
3221: not code" and "called with invalid option" were replaced by
3222: constatns - exception comment string "invalid option passed" was
3223: replaced by "called with invalid option" (now in different
3224: methods are the same exception comment string)
3225:
3226: * src/include/pa_exception.h: - more exception strings were defined
3227:
3228: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3229: types/pa_vstateless_class.h: - now we can define possible
3230: method's call type ( new feature: #5 ) 1.
3231: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
3232: methods 2. @static:method[params] (only static keyword could be
3233: used here) -- for specified methods
3234:
3235: * src/main/pa_common.C: - junction points should not be deleted on
3236: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
3237: cleanup
3238:
3239: 2010-07-03 misha
3240:
3241: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
3242: results/158.processed, results/160.processed,
3243: results/161.processed, results/162.processed,
3244: results/163.processed: - prepare tests to trim trailing methods'
3245: EOLs
3246:
3247: * tests/results/169.processed: - prepare tests to trim trailing
3248: methods' EOLs
3249:
3250: * tests/results/: 168.processed, 169.processed: - prepare tests to
3251: trim trailing methods' EOLs
3252:
3253: * tests/: results/170.processed, results/167.processed,
3254: results/168.processed, results/169.processed, 167.html, 168.html,
3255: 169.html: - prepare tests to trim trailing methods' EOLs
3256:
3257: * tests/: results/170.processed, results/171.processed,
3258: results/172.processed, results/173.processed,
3259: results/174.processed, results/175.processed, 170.html, 171.html,
3260: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
3261: trailing methods' EOLs
3262:
3263: * tests/: results/176.processed, results/180.processed,
3264: results/184.processed, results/185.processed,
3265: results/191.processed, results/192.processed,
3266: results/196.processed, results/197.processed,
3267: results/198.processed, 176.html, 180.html, 184.html, 185.html,
3268: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
3269: to trim trailing methods' EOLs
3270:
3271: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
3272: results/199.processed, results/208.processed,
3273: results/209.processed, results/213.processed,
3274: results/214.processed: - prepare tests to trim trailing methods'
3275: EOLs
3276:
3277: 2010-06-29 misha
3278:
3279: * tests/: 220.html, 218.html, results/218.processed,
3280: results/215.processed, results/217.processed, 215.html, 217.html:
3281: - prepare tests to trim trailing methods' EOLs
3282:
3283: * tests/: results/224.processed, 224.html, 223.html,
3284: results/223.processed, results/220.processed: - prepare tests to
3285: trim trailing methods' EOLs
3286:
3287: * tests/results/: 226.processed, 230.processed: - prepare tests to
3288: trim trailing methods' EOLs
3289:
3290: * tests/: 229.html, results/229.processed: - prepare tests to trim
3291: trailing methods' EOLs
3292:
3293: * tests/: 232.html, 235.html, results/232.processed,
3294: results/235.processed, 226.html, 227.html, 228.html, 230.html,
3295: results/226.processed, results/227.processed,
3296: results/228.processed, results/230.processed: - prepare tests to
3297: trim trailing methods' EOLs
3298:
3299: 2010-06-16 moko
3300:
3301: * tests/: 229.html, results/229.processed: elseif now supported in
3302: ^if
3303:
3304: * src/classes/op.C: new feature: #56 elseif now supported in ^if
3305:
3306: 2010-06-03 misha
3307:
3308: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
3309: instead of memcopy for overlaped regions
3310:
3311: 2010-05-25 misha
3312:
3313: * src/main/pa_common.C: - wanring about unused vars was removed
3314:
3315: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
3316: get_method_filename was moved to execute.C
3317:
3318: 2010-05-23 misha
3319:
3320: * src/main/pa_request.C: - more accurate detection of method's file
3321:
3322: 2010-05-22 misha
3323:
3324: * src/classes/reflection.C: - bugfix: core during detection of
3325: .file if filespec isn't detected successfully
3326:
3327: 2010-05-20 misha
3328:
3329: * src/main/pa_request.C: - fix in get_method_filename
3330:
3331: * src/include/pa_request.h: - new feature: #24 -- searching
3332: included file in @USE/^use is changed. if its filespec doesn't
3333: start from '/' it will be searched in caller file directory
3334:
3335: * src/classes/reflection.C: - ^reflection:method_info returns file
3336: where the method is defined
3337:
3338: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
3339: classes/op.C: - new feature: #24 -- searching included file in
3340: @USE/^use is changed. if its filespec doesn't start from '/' it
3341: will be searched in caller file directory
3342:
3343: * src/: classes/file.C, include/pa_common.h: - method lastposafter
3344: is moved to pa_common.h
3345:
3346: 2010-05-18 misha
3347:
3348: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
3349: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
3350: cookie parser decode \uXXXX as well as %uXXXX
3351:
3352: 2010-05-17 misha
3353:
3354: * src/classes/curl.C: beauty: - unused param is removed in method
3355: _curl_version_action - some spaces were removed or replaced by
3356: tabs
3357:
3358: * src/classes/table.C: - bugfix: #72 core with empty value during
3359: ^table.hash[...;name_of_the_last_column][$.type[string]]
3360:
3361: 2010-05-16 misha
3362:
3363: * src/classes/curl.C: new: #61 more curl options were added
3364: (contributed by Sumo)
3365:
3366: 2010-04-29 pretender
3367:
3368: * src/main/pa_string.C: fixes #63 Split result from empty string
3369: now empty string.
3370:
3371: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
3372: string type.
3373:
3374: 2010-04-28 pretender
3375:
3376: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
3377: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
3378: macrodefinition removed
3379:
3380: 2010-04-19 pretender
3381:
3382: * src/main/execute.C: fixes #60 Stacktrace now contains info for
3383: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
3384:
3385: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
3386: fixes #64 Now file.missing exception generates in unsafe mode to.
3387:
3388: * src/classes/file.C: fixes #48 Now not throw "not save environment
3389: variable" exception in grpunlim version.
3390:
3391: 2010-04-05 misha
3392:
3393: * src/classes/string.C: - new feature: 4th param was added to
3394: match. if specified its value is returned in case of nothing was
3395: found
3396:
3397: 2010-04-01 misha
3398:
3399: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
3400: multiple execution of /a/b/auto.p
3401:
3402: 2010-03-19 misha
3403:
3404: * src/main/execute.C: - core in $table1.$table2 was fixed
3405:
3406: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
3407:
3408: 2010-01-27 misha
3409:
3410: * src/main/pa_common.C: - bugfix: there are no excaption.type if
3411: trying to open file by path /existing-file/non-exixting-file
3412:
3413: 2010-01-26 misha
3414:
3415: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
3416: was added (returns file)
3417:
3418: 2009-12-22 misha
3419:
3420: * src/classes/curl.C: - method 'option' was renamed to 'options' -
3421: now parser doesn't have class curl if it was built without it
3422:
3423: 2009-12-15 misha
3424:
3425: * configure.in: - little cheat with curl include dir was added
3426:
3427: 2009-12-05 misha
3428:
3429: * src/classes/curl.C: - some fixes
3430:
3431: 2009-12-04 misha
3432:
3433: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
3434: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
3435: buildall-with-xml, buildall-without-xml, configure.in: - curl
3436: class was added
3437:
3438: * src/include/pa_hash.h: - hash-iterator was added
3439:
3440: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
3441: was added to pcre
3442:
3443: 2009-11-27 misha
3444:
3445: * src/classes/image.C: - don't add @border attribute to output of
3446: ^image.html[] if it was specified by user with empty value
3447:
3448: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
3449: root element and we are trying to access .documentElement
3450:
3451: 2009-11-11 misha
3452:
3453: * src/classes/table.C: - in ^table.flip[] look at number of columns
3454: instead of number of items in first row for named tables
3455:
3456: 2009-11-10 misha
3457:
3458: * operators.txt: - info about hash-options in ^file::create was
3459: added
3460:
3461: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
3462: added
3463:
3464: 2009-11-09 misha
3465:
3466: * buildall-with-xml: - moving to libxml 2.7.6
3467:
3468: * tests/236.html: - tests for comparations cords with functions
3469: were added
3470:
3471: * src/include/pa_string.h: - optimisation: cacheing of cstr was
3472: added
3473:
3474: * src/main/pa_http.C: - little optimisation
3475:
3476: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
3477: GPF mallocs + stringstream (table.save)
3478:
3479: * src/classes/file.C: - file::create now accepts 4th param: options
3480: with $.charset
3481:
3482: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
3483: bug in cord (comparation cords with functions was buggy)
3484:
3485: 2009-11-06 misha
3486:
3487: * src/main/pa_string.C: - bugfix: calculation string.length
3488: sometimes was buggy
3489:
3490: * src/classes/string.C: - bugfix: Temp_value_element wasn't
3491: destroyed if exception occured during match/replace
3492:
3493: * src/: main/pa_charset.C, include/pa_charset.h: - method
3494: lengthUTF8Char was added
3495:
3496: * src/classes/op.C: - clean tainting lang was added for user's
3497: usage
3498:
3499: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
3500: fixed: checkouts are required after GC_MALLOC
3501:
3502: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
3503:
3504: * operators.txt: - actually, there is no ^untaint[xml] in
3505: file::create
3506:
3507: 2009-10-15 misha
3508:
3509: * tests/: 235.html, 235_attach.txt: - tests for preparing email
3510: were added
3511:
3512: * tests/234.html: - more tests for checking ^taint[uri] escaping
3513: were added
3514:
3515: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
3516: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
3517: hacking: for dealing with transcoding+^taint[uri]
3518: transcode_and_untaint was replaced by untaint_and_transcode
3519:
3520: 2009-10-13 misha
3521:
3522: * tests/: 121.html, results/121.processed: - test transcoding +
3523: url-escaping now
3524:
3525: * tests/results/auto.p: - more helpers' methods were added
3526:
3527: * src/main/pa_globals.C: - die instead of abort
3528:
3529: 2009-10-06 misha
3530:
3531: * src/main/pa_common.C: - don't allocate memory during
3532: capitalization if input string is already capitalized
3533:
3534: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
3535:
3536: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
3537: use format function because it calls malloc
3538:
3539: * src/include/pa_common.h: - more capitalized headers were added
3540:
3541: * src/main/pa_common.C: - in safe mode clear executable bits during
3542: file writing
3543:
3544: 2009-10-05 misha
3545:
3546: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
3547:
3548: 2009-10-03 misha
3549:
3550: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
3551: ^img.text[] & ^img.length[] can work in utf-8 now
3552:
3553: * src/: include/pa_charset.h, main/pa_charset.C: - class
3554: UTF8_string_iterator was added
3555:
3556: * src/classes/image.C: - respect utf-8 when calculate alphabet
3557: length
3558:
3559: * src/classes/mail.C: - check from before get message.cstr
3560:
3561: 2009-10-02 misha
3562:
3563: * tests/233.html: - test for image.font, image.length, image.text
3564: with text in utf-8 were added
3565:
3566: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
3567:
3568: * buildall-with-xml, buildall-without-xml: - comment about gc
3569: version for freebsd 4 was added
3570:
3571: 2009-10-01 misha
3572:
3573: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
3574: terminator) - read_pipe were slightly optimized
3575:
3576: 2009-09-28 misha
3577:
3578: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
3579: removed
3580:
3581: * src/types/pa_vmail.C: - forgot about space after ':'
3582:
3583: * src/types/pa_vmail.C: - escape filenames while preparing mail
3584: body - small simplifications
3585:
3586: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
3587: inout params like pa_base64
3588:
3589: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
3590: option $.debug-print(1) was added to mail:send - changes for
3591: using uue_encode which uses less memory
3592:
3593: * src/main/pa_common.C: - pa_base64_encode uses less memory now
3594:
3595: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
3596: memory now
3597:
3598: 2009-09-26 misha
3599:
3600: * src/types/pa_vmail.C: - default encoding now is base64
3601:
3602: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
3603:
3604: 2009-09-25 misha
3605:
3606: * src/types/pa_vmail.C: - capitalization of headers was added to
3607: sending mail as well
3608:
3609: * buildall-with-xml: - catalog package was removed from libxml
3610:
3611: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
3612: win32 absolute path
3613:
3614: * src/include/pa_common.h: - one more capitalized header was added
3615:
3616: 2009-09-22 misha
3617:
3618: * INSTALL: - comment about building just httpd binary while
3619: building apache module was added
3620:
3621: 2009-09-21 misha
3622:
3623: * buildall-with-xml: - moving to the latest versions of xml libs:
3624: libxml 2.7.4 and libxslt 1.1.25
3625:
3626: 2009-09-19 misha
3627:
3628: * tests/231.html: - test for encoding cookie in win-1251
3629:
3630: 2009-09-18 misha
3631:
3632: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
3633: object] were added
3634:
3635: * operators.txt: - info about method ^reflection:fields[class or
3636: object] was added
3637:
3638: * src/classes/reflection.C: - method ^reflection:fields[class or
3639: object] was added
3640:
3641: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
3642: methods get_fields were added
3643:
3644: * tests/232.html: - tests for @GET[name]
3645:
3646: * src/classes/table.C: - some changes in handling hash-options for
3647: creare, join and locate
3648:
3649: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
3650: defined with option: the type of requested value
3651:
3652: 2009-09-17 misha
3653:
3654: * tests/212.html: - tests for .pattern and .options were added
3655:
3656: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
3657: $regex.options were added
3658:
3659: 2009-09-11 misha
3660:
3661: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
3662: rewrited. it checks not just one case of sending cookies during
3663: file::load[http], but also sending headers and fields (including
3664: files)
3665:
3666: 2009-09-10 misha
3667:
3668: * src/main/untaint.C: - workaround in file-spec lang for old Macs
3669: was removed => now parser can open files with Russian 'r' in
3670: filename
3671:
3672: * src/main/untaint.C: - bugfix: client charset whould be analized
3673: while escaping cookies but now source charset
3674:
3675: * src/main/pa_http.C: - bugfix: the values of http headers didn't
3676: ^tainted[uri] so it was possible to make request with incorrect
3677: http header
3678:
3679: * src/main/pa_http.C: - capitalization of http headers during
3680: file::load[http was slightly changes - bugfix: all headers which
3681: parser sends during file::load[http should be transcoded and only
3682: then escaped
3683:
3684: * src/main/untaint.C: - a bit more comments were added
3685:
3686: * src/classes/: file.C, string.C: - types where changes (minus 2
3687: warnings)
3688:
3689: * src/include/pa_common.h: - 2 capitalized strings for making http
3690: headers during file::load[http were added
3691:
3692: 2009-09-08 misha
3693:
3694: * operators.txt: - changes in file.save and string.save were added
3695:
3696: * tests/: 230.html, 230.txt: - tests for checking options in
3697: file.save and string.save were added
3698:
3699: * src/main/pa_request.C: - http headers names, which are passed to
3700: SAPI::add_header_attribute are lowercased now (it'll be
3701: capitalized in that method)
3702:
3703: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
3704: classes/string.C: - file_write accepts Request_charsets and asked
3705: charset and cound transcode content before writing - string.save
3706: and file.save have option $.charset now
3707:
3708: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
3709: classes/xdoc.C: - file_write accepts Request_charsets and asked
3710: charset and cound transcode content before writing
3711:
3712: * src/include/pa_exception.h: - new exception comment string was
3713: defined
3714:
3715: 2009-09-07 misha
3716:
3717: * src/main/compile.y: - grammar $name\ name stops now for regex
3718: sub-pattern\s
3719:
3720: 2009-09-04 misha
3721:
3722: * src/main/pa_http.C: - capitalization of http headers during
3723: file::load[http was implemented
3724:
3725: 2009-09-03 misha
3726:
3727: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3728: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
3729: types/pa_vmail.C, targets/cgi/parser3.C,
3730: targets/isapi/parser3isapi.C: - back to storing response http
3731: headers in lowercase - capitalize them during output
3732:
3733: 2009-08-31 misha
3734:
3735: * src/classes/table.C: - allow call with any brackets (it could be
3736: useful in methods with explict result declaration)
3737:
3738: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
3739: correctly if $request:charset==koi8-r
3740:
3741: 2009-08-30 misha
3742:
3743: * src/: include/pa_common.h, main/pa_request.C: - http headers were
3744: changed: content-type => Content-type and so on
3745:
3746: * src/classes/file.C, src/include/pa_common.h,
3747: src/include/pa_request.h, src/main/pa_http.C,
3748: src/main/pa_request.C, src/types/pa_vcookie.C,
3749: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
3750: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
3751: tests/results/002.processed, tests/results/003.processed,
3752: tests/results/004.processed, tests/results/005.processed,
3753: tests/results/006.processed, tests/results/007.processed,
3754: tests/results/008.processed, tests/results/009.processed,
3755: tests/results/010.processed, tests/results/011.processed,
3756: tests/results/012.processed, tests/results/013.processed,
3757: tests/results/014.processed, tests/results/015.processed,
3758: tests/results/016.processed, tests/results/017.processed,
3759: tests/results/018.processed, tests/results/019.processed,
3760: tests/results/020.processed, tests/results/021.processed,
3761: tests/results/022.processed, tests/results/023.processed,
3762: tests/results/024.processed, tests/results/025.processed,
3763: tests/results/026.processed, tests/results/027.processed,
3764: tests/results/028.processed, tests/results/029.processed,
3765: tests/results/030.processed, tests/results/031.processed,
3766: tests/results/032.processed, tests/results/033.processed,
3767: tests/results/034.processed, tests/results/035.processed,
3768: tests/results/036.processed, tests/results/037.processed,
3769: tests/results/038.processed, tests/results/039.processed,
3770: tests/results/040.processed, tests/results/041.processed,
3771: tests/results/042.processed, tests/results/043.processed,
3772: tests/results/044.processed, tests/results/045.processed,
3773: tests/results/046.processed, tests/results/047.processed,
3774: tests/results/048.processed, tests/results/049.processed,
3775: tests/results/050.processed, tests/results/051.processed,
3776: tests/results/052.processed, tests/results/053.processed,
3777: tests/results/054.processed, tests/results/055.processed,
3778: tests/results/056.processed, tests/results/057.processed,
3779: tests/results/058.processed, tests/results/059.processed,
3780: tests/results/060.processed, tests/results/061.processed,
3781: tests/results/062.processed, tests/results/063.processed,
3782: tests/results/064.processed, tests/results/065.processed,
3783: tests/results/066.processed, tests/results/067.processed,
3784: tests/results/068.processed, tests/results/069.processed,
3785: tests/results/070.processed, tests/results/071.processed,
3786: tests/results/072.processed, tests/results/073.processed,
3787: tests/results/074.processed, tests/results/075.processed,
3788: tests/results/076.processed, tests/results/077.processed,
3789: tests/results/078.processed, tests/results/079.processed,
3790: tests/results/080.processed, tests/results/081.processed,
3791: tests/results/082.processed, tests/results/083.processed,
3792: tests/results/084.processed, tests/results/085.processed,
3793: tests/results/086.processed, tests/results/087.processed,
3794: tests/results/088.processed, tests/results/089.processed,
3795: tests/results/090.processed, tests/results/091.processed,
3796: tests/results/092.processed, tests/results/093.processed,
3797: tests/results/094.processed, tests/results/095.processed,
3798: tests/results/096.processed, tests/results/097.processed,
3799: tests/results/098.processed, tests/results/099.processed,
3800: tests/results/100.processed, tests/results/101.processed,
3801: tests/results/102.processed, tests/results/103.processed,
3802: tests/results/104.processed, tests/results/105.processed,
3803: tests/results/106.processed, tests/results/107.processed,
3804: tests/results/108.processed, tests/results/109.processed,
3805: tests/results/110.processed, tests/results/111.processed,
3806: tests/results/112.processed, tests/results/113.processed,
3807: tests/results/114.processed, tests/results/115.processed,
3808: tests/results/116.processed, tests/results/117.processed,
3809: tests/results/118.processed, tests/results/119.processed,
3810: tests/results/120.processed, tests/results/121.processed,
3811: tests/results/122.processed, tests/results/123.processed,
3812: tests/results/124.processed, tests/results/125.processed,
3813: tests/results/126.processed, tests/results/127.processed,
3814: tests/results/128.processed, tests/results/129.processed,
3815: tests/results/130.processed, tests/results/131.processed,
3816: tests/results/132.processed, tests/results/133.processed,
3817: tests/results/134.processed, tests/results/135.processed,
3818: tests/results/136.processed, tests/results/138.processed,
3819: tests/results/139.processed, tests/results/140.processed,
3820: tests/results/141.processed, tests/results/142.processed,
3821: tests/results/143.processed, tests/results/144.processed,
3822: tests/results/145.processed, tests/results/146.processed,
3823: tests/results/147.processed, tests/results/148.processed,
3824: tests/results/149.processed, tests/results/150.processed,
3825: tests/results/151.processed, tests/results/152.processed,
3826: tests/results/153.processed, tests/results/154.processed,
3827: tests/results/155.processed, tests/results/156.processed,
3828: tests/results/157.processed, tests/results/158.processed,
3829: tests/results/159.processed, tests/results/160.processed,
3830: tests/results/161.processed, tests/results/162.processed,
3831: tests/results/163.processed, tests/results/164.processed,
3832: tests/results/165.processed, tests/results/166.processed,
3833: tests/results/167.processed, tests/results/168.processed,
3834: tests/results/169.processed, tests/results/170.processed,
3835: tests/results/171.processed, tests/results/172.processed,
3836: tests/results/173.processed, tests/results/174.processed,
3837: tests/results/175.processed, tests/results/176.processed,
3838: tests/results/177.processed, tests/results/178.processed,
3839: tests/results/179.processed, tests/results/180.processed,
3840: tests/results/181.processed, tests/results/182.processed,
3841: tests/results/183.processed, tests/results/184.processed,
3842: tests/results/185.processed, tests/results/186.processed,
3843: tests/results/187.processed, tests/results/188.processed,
3844: tests/results/189.processed, tests/results/190.processed,
3845: tests/results/191.processed, tests/results/192.processed,
3846: tests/results/193.processed, tests/results/194.processed,
3847: tests/results/195.processed, tests/results/196.processed,
3848: tests/results/197.processed, tests/results/198.processed,
3849: tests/results/199.processed, tests/results/200.processed,
3850: tests/results/201.processed, tests/results/202.processed,
3851: tests/results/203.processed, tests/results/204.processed,
3852: tests/results/205.processed, tests/results/206.processed,
3853: tests/results/207.processed, tests/results/208.processed,
3854: tests/results/209.processed, tests/results/210.processed,
3855: tests/results/211.processed, tests/results/212.processed,
3856: tests/results/213.processed, tests/results/214.processed,
3857: tests/results/215.processed, tests/results/216.processed,
3858: tests/results/217.processed, tests/results/218.processed,
3859: tests/results/219.processed, tests/results/220.processed,
3860: tests/results/221.processed, tests/results/222.processed,
3861: tests/results/223.processed, tests/results/224.processed,
3862: tests/results/225.processed, tests/results/226.processed,
3863: tests/results/227.processed, tests/results/228.processed,
3864: tests/results/229.processed: - http headers were changed:
3865: content-type => Content-type and so on
3866:
3867: 2009-08-27 misha
3868:
3869: * src/: main/pa_random.C, include/pa_random.h,
3870: targets/cgi/parser3.C: - year was updated :)
3871:
3872: 2009-08-26 misha
3873:
3874: * tests/: 224.html, 224.p: - test for creating of parser object
3875: using constructor without params - little bugfix in test
3876:
3877: * src/main/compile_tools.h: - bugfix: should't call autouse while
3878: checking existed class while processing partial option
3879:
3880: * src/classes/reflection.C: - bugfix: core when creating object
3881: with reflection and constructor doesn't have params
3882:
3883: 2009-08-24 misha
3884:
3885: * tests/229.html: - tests for checking the number of parameters
3886: were added
3887:
3888: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
3889: number of method's parameters wasn't checked correctly (the bug
3890: was introduced in 3.4.0)
3891:
3892: 2009-08-22 misha
3893:
3894: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
3895: transcoded, but tainted pieces are escaped only when
3896: content-type==url-encoding
3897:
3898: * tests/228.html: - test for checking
3899: ^file::load[http://...;$.body[]]
3900:
3901: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
3902: post charset was too early (charsets is empty at this moment)
3903:
3904: 2009-08-21 misha
3905:
3906: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
3907: main/untaint.C: - some fixes with transcode+untaint
3908:
3909: 2009-08-15 misha
3910:
3911: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
3912: was increaced to 100 (was 50)
3913:
3914: * tests/227.html: - test for checking overriding properties in
3915: static classes was added
3916:
3917: * tests/: 226.html, 226.p: - test for @autoload[] was added
3918:
3919: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
3920: main/execute.C, main/pa_request.C, classes/reflection.C: -
3921: autouse was implemented
3922:
3923: 2009-08-14 misha
3924:
3925: * src/classes/reflection.C: - outdated checkout was removed
3926:
3927: * src/classes/reflection.C: - optimization - method ^dynamical was
3928: added.
3929:
3930: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
3931: types/pa_vstateless_class.h, main/execute.C: - optimization
3932:
3933: * src/types/pa_vclass.C: - exception if base on sytem class
3934:
3935: 2009-08-12 misha
3936:
3937: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
3938: pa_vstateless_class.h: - little optimisation
3939:
3940: 2009-08-11 misha
3941:
3942: * tests/224.html: - method_params => method_info - checking for
3943: $.inherited
3944:
3945: * src/classes/reflection.C, operators.txt: - method method_params
3946: was renamed to method_info and now it returns class name, if
3947: method was defined in ancestor
3948:
3949: * tests/225.html: - tests for cheching properties in hierarhical
3950: classes were added
3951:
3952: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
3953: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3954: main/compile.y, main/execute.C, classes/classes.C: - problems
3955: with properties in new classes implementation were fixed
3956:
3957: 2009-08-10 misha
3958:
3959: * src/main/execute.C: - now constructor shouldn't be defined in
3960: class. it could be defined in parent.
3961:
3962: 2009-08-09 misha
3963:
3964: * src/classes/reflection.C: - ^reflection:methods doesn't return
3965: base's methods
3966:
3967: 2009-08-08 misha
3968:
3969: * src/: classes/classes.h, classes/date.C, classes/file.C,
3970: classes/form.C, classes/hash.C, classes/hashfile.C,
3971: classes/image.C, classes/mail.C, classes/op.C,
3972: classes/reflection.C, classes/regex.C, classes/string.C,
3973: classes/table.C, classes/xdoc.C, classes/xnode.C,
3974: classes/xnode.h, include/pa_hash.h, main/execute.C,
3975: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
3976: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3977: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3978: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3979: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
3980: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3981: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
3982: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
3983: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
3984: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
3985: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
3986: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
3987: types/pa_vresponse.C, types/pa_vresponse.h,
3988: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3989: types/pa_vstateless_object.h, types/pa_vstatus.C,
3990: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
3991: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
3992: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
3993: types/pa_wwrapper.h, types/types.vcproj: - new classes
3994: implementation
3995:
3996: * buildall-with-xml, buildall-without-xml: - gc has a bug if
3997: USE_MUNMAP is used. so it is disabled as a workaround.
3998:
3999: 2009-08-05 misha
4000:
4001: * src/: main/pa_common.C, include/pa_common.h: - not needed
4002: parameter was removed
4003:
4004: * src/main/pa_http.C: - bugfix: error was during detecting
4005: content-type of file which was loaded by http
4006:
4007: 2009-08-01 misha
4008:
4009: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
4010: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
4011: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
4012: can't be disabled with defines any longer
4013:
4014: 2009-07-29 misha
4015:
4016: * src/classes/reflection.C, tests/results/224.processed: - for
4017: native methods with any call type now returned empty call_type
4018: value
4019:
4020: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4021: classes/table.C, include/pa_hash.h, include/pa_request.h,
4022: main/pa_request.C: - break in cycles was optimized
4023:
4024: * INSTALL: - more defines were described
4025:
4026: 2009-07-28 misha
4027:
4028: * operators.txt: - some changes in information about reflection
4029: class
4030:
4031: * tests/: 224.html, 224.p: - tests for reflection class
4032:
4033: * src/classes/reflection.C: - some bugs were fixed, method classes
4034: was added, refactoring
4035:
4036: 2009-07-26 misha
4037:
4038: * src/classes/classes.vcproj: - reflection class wass added to
4039: project
4040:
4041: * operators.txt: - information about reflection class was added
4042:
4043: * src/classes/reflection.C: - class was redesigned
4044:
4045: 2009-07-24 misha
4046:
4047: * src/classes/: Makefile.am, reflection.C: - class reflection was
4048: added
4049:
4050: * src/types/pa_vstateless_class.h: - method for reflection method's
4051: in classes was added
4052:
4053: 2009-07-22 misha
4054:
4055: * src/main/compile_tools.h: - bugfix: $object.$var was
4056: over-optimized. it failed if $object1.$object2.field
4057:
4058: 2009-07-16 misha
4059:
4060: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
4061: lib/cord/cordxtra.c, lib/cord/include/cord.h,
4062: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
4063: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
4064: one more arg: length of cord
4065:
4066: 2009-07-15 misha
4067:
4068: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
4069: tainted in ^file::load[http://...;$.cookies[]]
4070:
4071: * src/classes/: op.C, regex.C, string.C: - new string with
4072: exception was used
4073:
4074: * src/include/pa_exception.h: - new string with exception was added
4075:
4076: * tests/223.html: - test for checking cookie-encoding during
4077: ^file::load[http was added
4078:
4079: * tests/: 221.html, 222.html: - tests for checking type of
4080: $table.fields.field were added
4081:
4082: * src/types/pa_vtable.C: - not used var decl was removed
4083:
4084: * src/include/pa_string.h: - use cached string length in Body::mid.
4085: it improves speed of match with brackets in pattern
4086:
4087: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
4088: outside
4089:
4090: 2009-07-14 misha
4091:
4092: * src/types/pa_vtable.C: - $table.fields.a return string even if
4093: column is empty (sometime returned void) - $table.fields was
4094: added for nameless tables
4095:
4096: * src/targets/cgi/getopt.c: - one warning resolved
4097:
4098: * src/main/pa_string.C: - potentian bug fixed
4099:
4100: * src/classes/op.C: - small optimization in taint/untaint
4101:
4102: 2009-07-13 misha
4103:
4104: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
4105: added
4106:
4107: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
4108: souldn't add the attribut to output
4109:
4110: 2009-07-11 misha
4111:
4112: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
4113: stack size was increaced to 2MB (default=1MB)
4114:
4115: 2009-07-08 misha
4116:
4117: * src/main/pa_string.C: - link to UTF-8 description was added
4118:
4119: * src/include/pa_hash.h: - hash keeps element's order in more
4120: places (ex: ._keys[])
4121:
4122: * tests/220.html: - test for checking order of elements in hash in
4123: foreach was added
4124:
4125: * tests/172.html: - small changes in printing hash
4126:
4127: * tests/129.html: - small changes in printing hash
4128:
4129: * src/: include/pa_common.h, include/pa_hash.h,
4130: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
4131: types/pa_vmethod_frame.h: - hash now keeps order of elements
4132:
4133: * tests/014.html: - small changes in printing hash
4134:
4135: 2009-07-07 misha
4136:
4137: * src/classes/op.C: - new taint language "parser-code" was added
4138:
4139: * tests/219.html: - test for auto untaint parser code in process
4140: was added
4141:
4142: * src/classes/op.C: - tainted pieces in body of process are
4143: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
4144:
4145: * src/: include/pa_string.h, main/untaint.C: - new language
4146: L_PARSER_CODE for auto-untaint in process was added
4147:
4148: * src/: classes/file.C, classes/hash.C, classes/image.C,
4149: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
4150: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
4151: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
4152: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
4153: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
4154: code cleanup
4155:
4156: 2009-07-06 misha
4157:
4158: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
4159: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
4160: deleted. taint_cstr[m] and untaint_cstr[m] should be used
4161:
4162: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
4163: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
4164: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
4165: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
4166: should be used
4167:
4168: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
4169: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
4170: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
4171: untaint_cstr[m] should be used
4172:
4173: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
4174: deleted. taint_cstr[m] and untaint_cstr[m] should be used
4175:
4176: * tests/218.html: - test for checking automatic file-spec-taint was
4177: added
4178:
4179: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
4180: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
4181: classes/file.C, classes/hash.C, classes/image.C,
4182: classes/string.C, classes/table.C, classes/void.C,
4183: classes/xdoc.C: - optimizations and simplification of
4184: string.cstr(...)
4185:
4186: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
4187: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
4188: - optimizations and simplification of string.cstr(...)
4189:
4190: 2009-07-04 misha
4191:
4192: * tests/217.html: - test for recursion detection was added
4193:
4194: * src/: types/types.vcproj, main/main.vcproj,
4195: classes/classes.vcproj, targets/cgi/parser3.vcproj,
4196: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
4197: from .vcproj
4198:
4199: * src/types/pa_wwrapper.h: - dynamic_cast was removed
4200:
4201: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
4202: uploading files and case-insensitive http-method were added
4203:
4204: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
4205: tainted pattern in ^file:list[] was added
4206:
4207: 2009-07-03 misha
4208:
4209: * src/: classes/classes.vcproj, main/main.vcproj,
4210: types/types.vcproj, targets/cgi/parser3.vcproj,
4211: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
4212: for dynamic_cast) - little options changes
4213:
4214: * src/main/pa_http.C: - file::load[http works now with uploading
4215: files _and_ changing $.charset
4216:
4217: 2009-06-29 misha
4218:
4219: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
4220: while creating pattern
4221:
4222: 2009-06-25 misha
4223:
4224: * src/classes/image.C, operators.txt: - options' names for
4225: ^image.font were changed to $.space, $.width and $spacing -
4226: default space width now == gif's width
4227:
4228: 2009-06-24 misha
4229:
4230: * tests/215.html: - tests for $file.mode were added
4231:
4232: * operators.txt: - added info about $file.mode and changes in
4233: ^image.font[
4234:
4235: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
4236: param now could be omited - third param now could be hash (with
4237: all widths options: $.space-width, $.letter-width) - it's
4238: possible to specify tracking ($.letter-space)
4239:
4240: * src/classes/file.C: - file objects now could have mode field
4241: (text|binary)
4242:
4243: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
4244:
4245: 2009-06-23 misha
4246:
4247: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
4248: trim can work with utf-8 chars now
4249:
4250: 2009-06-20 misha
4251:
4252: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
4253: was implemented
4254:
4255: * src/classes/table.C: - string length cacheing was implemented
4256:
4257: * src/include/pa_string.h: - string length cacheing was implemented
4258:
4259: 2009-06-17 misha
4260:
4261: * src/main/execute.C: - value param was removed from
4262: WContext::WContext
4263:
4264: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
4265: pa_wwrapper.h: - value param was removed from WContext::WContext
4266: - field wcontext was removed from VCodeFrame (using fparent
4267: instead)
4268:
4269: * tests/214.html: - test with hash copying
4270:
4271: 2009-06-16 misha
4272:
4273: * tests/: 062.html, results/062.processed: - evaluation hardcoded
4274: strings doesn't work in expression anymore
4275:
4276: * src/main/execute.C: - less calls for get_constructing() - little
4277: refactoring
4278:
4279: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
4280: include/pa_request.h: - less calls for get_constructing()
4281:
4282: * src/classes/: hash.C, hashfile.C: - fixed bug which was
4283: introduced with OPTIMIZE_SINGLE_STRING optimization
4284:
4285: 2009-06-14 misha
4286:
4287: * src/: classes/date.C, classes/file.C, classes/hash.C,
4288: classes/hashfile.C, classes/image.C, classes/regex.C,
4289: classes/table.C, classes/xdoc.C, classes/xnode.h,
4290: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
4291: types/pa_vstateless_class.h, main/execute.C: - create object for
4292: storing object's fields only for parser objects
4293:
4294: 2009-06-13 misha
4295:
4296: * buildall-with-xml, buildall-without-xml: - new option was added
4297: for building GC (it slightly reduces memory usage)
4298:
4299: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
4300: single string write
4301:
4302: * src/main/execute.C: - bytecode optimization of ^class:constructor
4303: - optimization of single string write
4304:
4305: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
4306: - bytecode optimization of ^class:constructor
4307:
4308: 2009-06-09 misha
4309:
4310: * src/targets/cgi/parser3.C: - type size_t was changed to int in
4311: main (better compatibility)
4312:
4313: 2009-06-08 misha
4314:
4315: * src/main/compile.y: - I've forgot to commit it :(
4316:
4317: 2009-06-07 misha
4318:
4319: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
4320: WITH_READ and WITH_ROOT
4321:
4322: * src/main/: compile.y, compile_tools.C, compile_tools.h,
4323: execute.C: - more optimizations for WITH_SELF, WITH_READ and
4324: WITH_ROOT - little refactoring
4325:
4326: 2009-06-06 misha
4327:
4328: * tests/213.html: - tests for 3rd match string-param were added
4329:
4330: * src/classes/string.C: - 3rd match param could be string now
4331:
4332: * src/main/: compile.y, compile_tools.h: - much more bytecode's
4333: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
4334: GET_OBJECT_ELEMENT
4335:
4336: 2009-06-05 misha
4337:
4338: * src/main/pa_http.C: - bugfix: content-length was not calculated
4339: if $.body was specified
4340:
4341: 2009-06-04 misha
4342:
4343: * src/classes/op.C: - optimizing write_assign_lang in connect
4344:
4345: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
4346:
4347: * src/main/execute.C: - little refactoring - optimizing
4348: write_assign_lang in taint/untaint
4349:
4350: * src/include/pa_opcode.h: - little refactoring
4351:
4352: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4353: main/compile_tools.h, main/execute.C: - optimizations for
4354: $self.field, ^self.method, $self.field[...] and $self.field(...)
4355: were added
4356:
4357: 2009-06-03 misha
4358:
4359: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
4360:
4361: 2009-06-02 misha
4362:
4363: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
4364: include/pa_opcode.h: - refactoring in last optimizations
4365: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
4366: now but code is much easy and it is ready for further
4367: improvements.
4368:
4369: 2009-05-27 misha
4370:
4371: * src/: types/pa_junction.h, types/pa_vjunction.C,
4372: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
4373: changed in destructing junctions
4374:
4375: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
4376: String:Body
4377:
4378: 2009-05-26 misha
4379:
4380: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
4381: one method detect_charset was deleted - bug was fixed in this
4382: method (error while detecting charset in content_type withot last
4383: ';')
4384:
4385: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
4386: once
4387:
4388: 2009-05-25 misha
4389:
4390: * src/classes/file.C: - bugfix: file::exec didn't work after
4391: optimizing of helper_length
4392:
4393: 2009-05-24 misha
4394:
4395: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
4396: were added - little refactoring
4397:
4398: * src/main/execute.C: - core while printing in debug log
4399: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
4400: optimisations were added
4401:
4402: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
4403: were added
4404:
4405: 2009-05-23 misha
4406:
4407: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
4408: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
4409: CORD_cat optimization
4410:
4411: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
4412: - call constr optimisation under separate define now
4413:
4414: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
4415: in $b should be string, not void
4416:
4417: * src/main/compile.y: - little fix for rem-cut optimisation
4418:
4419: * src/: include/pa_opcode.h, main/compile_tools.C,
4420: main/compile_tools.h, main/execute.C: - optimisations for
4421: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
4422:
4423: * INSTALL: - description of some #defined were added
4424:
4425: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
4426: before 1st access (memory usage is reduced if don't access to
4427: .text field)
4428:
4429: * src/include/pa_array.h: - array grows step now not static (it
4430: reduces numbers of reallocs)
4431:
4432: 2009-05-20 misha
4433:
4434: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
4435: $.b(2), $c[d] and $.e[f] was added
4436:
4437: * src/main/: compile.y, compile_tools.C, compile_tools.h,
4438: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
4439: $.e[f] was added
4440:
4441: * src/main/execute.C: - debug printing moved in defines
4442:
4443: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
4444: and little refactoring for OP_GET_OBJECT_ELEMENT +
4445: OP_GET_OBJECT_VAR_ELEMENT optimisation
4446:
4447: 2009-05-19 misha
4448:
4449: * src/main/: compile.y, compile_tools.C, compile_tools.h,
4450: execute.C: - $a.$b & ^a.$b bytecode optimisation
4451:
4452: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
4453: ^a.$b optimisation)
4454:
4455: * src/main/compile.y: - compiler now generate new opcodes:
4456: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
4457: ^a.b - compiler now cut off ^rem{ with all content ; any number
4458: of params }
4459:
4460: * src/main/execute.C: - code for handle new opcodes
4461: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
4462:
4463: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
4464: added for LA2V and LA2S
4465:
4466: * src/include/pa_opcode.h: - new defines which can be used for
4467: disable some bytecode optimisation and new opcodes were added
4468:
4469: 2009-05-17 misha
4470:
4471: * src/lib/cord/cordxtra.c: - bugfix.
4472:
4473: * tests/212.html: - .size[] and .study_size[] were added to tests
4474:
4475: * operators.txt: - info about regex class was added
4476:
4477: * tests/212.html: - tests for regex class were added
4478:
4479: 2009-05-16 misha
4480:
4481: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
4482: gc7.1
4483:
4484: * tests/022.html: - test for ^file:list[path;] (empty second param)
4485: was added
4486:
4487: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
4488: param) should work
4489:
4490: 2009-05-15 misha
4491:
4492: * src/classes/table.C: - automatically disable stringstream usage
4493: on freebsd4
4494:
4495: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
4496: scope
4497:
4498: * tests/211.html: - test with different types of access to hash was
4499: added
4500:
4501: * tests/210.html: - test which checks for loosing tainting in
4502: hash's keys was added
4503:
4504: * tests/208.html: - some parser work added. or stime == 0 %-)
4505:
4506: * src/lib/cord/cordbscs.c: - little hack was added to cord
4507:
4508: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
4509:
4510: * src/include/pa_version.h, configure.in: - moko have made a lot of
4511: optimisations for increacing version number more dramatically :)
4512:
4513: * src/classes/date.C: - little refactoring: use constructor which
4514: accepts formated string
4515:
4516: * src/: include/pa_string.h, main/pa_string.C: - String constructor
4517: which can print formatted string was added
4518:
4519: 2009-05-14 misha
4520:
4521: * src/include/pa_string.h: - type was fixed
4522:
4523: * src/: classes/hashfile.C, classes/op.C,
4524: include/pa_cache_managers.h, include/pa_charset.h,
4525: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
4526: include/pa_request.h, include/pa_sql_driver_manager.h,
4527: include/pa_string.h, include/pa_stylesheet_manager.h,
4528: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
4529: main/pa_charsets.C, main/pa_string.C,
4530: main/pa_stylesheet_connection.C, types/pa_value.h,
4531: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4532: types/pa_vobject.C, types/pa_vstateless_class.C,
4533: types/pa_vstateless_class.h: - hash_code caching was implemented
4534: (seaches should be faster now)
4535:
4536: * src/: classes/file.C, classes/hash.C, classes/image.C,
4537: classes/string.C, classes/table.C, include/pa_string.h,
4538: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
4539: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
4540: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
4541: types/pa_vrequest.C: - String constructors don't have that stupid
4542: true/false param which means 'tainted'. they accept lang instead.
4543:
4544: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
4545: with OPTIMIZE_RESULT
4546:
4547: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
4548: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
4549:
4550: 2009-05-13 misha
4551:
4552: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
4553: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
4554: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4555: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
4556: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
4557: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4558: include/pa_string.h, classes/date.C, classes/file.C,
4559: classes/hash.C, classes/image.C, classes/string.C,
4560: classes/table.C, classes/xdoc.C: - result optimisation -
4561: helper_length parameter removed from string constructors
4562:
4563: 2009-05-11 misha
4564:
4565: * tests/209.html: - tests for ^hash::create[hash] were added
4566:
4567: * tests/208.html: - tests for $status:rusage, $status:memory,
4568: ^memory:compact[] were added
4569:
4570: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
4571: log10 were added
4572:
4573: * tests/206.html: - test for try with finally was added
4574:
4575: 2009-05-10 misha
4576:
4577: * tests/205.html: - test for ^file::create[...] was added
4578:
4579: * tests/204.html: - test for ^response:clear[] was added
4580:
4581: * tests/038.html: - tests for trigonometric functions were added
4582:
4583: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
4584: added - more tests for .add, .sub, .union, .intersects and
4585: .intersections
4586:
4587: * tests/065.html: - test for ^file:dirname was added
4588:
4589: * tests/030.html: - test for $cookie:fields was added
4590:
4591: * tests/203.html: - test for ^h._keys[column name] was added
4592:
4593: * tests/201.html: - tests for .trim were added
4594:
4595: * tests/202.html: - tests for last-day,
4596: date:calendar[type](YYYY;MM;DD) were added
4597:
4598: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
4599: .offset[type](N) were added
4600:
4601: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
4602: and .pos[c](N) were added
4603:
4604: * tests/141.html: - test for math:sha1 was added
4605:
4606: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
4607:
4608: 2009-05-09 misha
4609:
4610: * src/main/compile.y: - rollback
4611:
4612: 2009-05-05 misha
4613:
4614: * src/main/pa_exec.C: - little optimisation: somewhere length() was
4615: replaced by is_empty()
4616:
4617: * src/: include/pa_string.h, main/pa_charset.C: - little
4618: optimisation: somewhere length() was replaced by is_empty()
4619:
4620: * src/classes/table.C: - little optimisation: somewhere length()
4621: was replaced by is_empty()
4622:
4623: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
4624: classes/op.C, classes/table.C, main/pa_exception.C: - little
4625: optimisation: somewhere length() was replaced by is_empty()
4626:
4627: 2009-05-04 misha
4628:
4629: * src/: types/pa_method.h, types/pa_vstateless_class.C,
4630: types/pa_vstateless_class.h, main/execute.C,
4631: include/pa_request.h, classes/hash.C, classes/op.C,
4632: classes/table.C: - more optimisations were added: some operators
4633: don't switch write context anylonger
4634:
4635: 2009-05-01 misha
4636:
4637: * src/main/compile.y: - slightly more opcode optimisations for
4638: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
4639:
4640: * src/main/execute.C: - simplifying process for getters
4641:
4642: 2009-04-30 misha
4643:
4644: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
4645:
4646: * tests/results/199.processed: - test for checking $result into
4647: ^rem was added
4648:
4649: * tests/199.html: - test for checking $result into ^rem was added
4650:
4651: * tests/: 022.html, 096.html: - þsort after :list was asses (on
4652: some OS it returns list in different order)
4653:
4654: * src/: include/pa_array.h, include/pa_request.h,
4655: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
4656: changes in stack impl - get_element() optimisation: 3rd param
4657: removed - bugfix: problems with reading empty input param -
4658: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
4659:
4660: * tests/results/198.processed: - test for reading empty local var
4661: was added
4662:
4663: * tests/198.html: - test for reading empty local var was added
4664:
4665: 2009-04-29 misha
4666:
4667: * src/main/compile.y: - bugfix: couldn't compile because
4668: OP_VALUE__GET_ELEMENT should be unde #ifdef
4669:
4670: * src/: include/pa_array.h, include/pa_opcode.h,
4671: include/pa_request.h, main/compile.y, main/execute.C,
4672: main/pa_request.C, types/pa_vmethod_frame.C,
4673: types/pa_vmethod_frame.h: - we can work without opcode
4674: OP_STORE_PARAM, so it was removed
4675:
4676: 2009-04-28 misha
4677:
4678: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
4679: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
4680: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
4681: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
4682: 4.
4683: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
4684:
4685: * src/main/compile_tools.h: - new stuff for op-codes optimisation
4686:
4687: * src/: main/pa_string.C, classes/string.C: - !length() =>
4688: is_empty()
4689:
4690: 2009-04-27 misha
4691:
4692: * src/types/pa_vregex.h: - back explicit vars initialisation
4693:
4694: 2009-04-24 misha
4695:
4696: * src/classes/string.C: - ups. typo fixed
4697:
4698: * src/main/execute.C: - more replacements '*new VBool' to
4699: 'VBool::get' - checks for ^break[], ^continue[] and
4700: parser.interrupted were optimised
4701:
4702: * src/classes/string.C: - number of params.count() calls was
4703: slightly reduced
4704:
4705: 2009-04-23 misha
4706:
4707: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
4708: make it x64 friendly
4709:
4710: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
4711: parser is x64 friendly now
4712:
4713: 2009-04-22 misha
4714:
4715: * src/types/pa_vhashfile.C: - coder friendly exception about
4716: exceeding record size was added
4717:
4718: * src/classes/file.C: - use vregex object instead of direct calls
4719: methods from pcre lib
4720:
4721: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
4722: classes/string.C: - use vregex object instead of direct calls
4723: methods from pcre lib
4724:
4725: * src/: include/pa_common.h, main/pa_common.C: - method
4726: print_pcre_exec_error_text was moved to class vregex
4727:
4728: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
4729: was added
4730:
4731: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
4732: - class vregex was added
4733:
4734: 2009-04-21 misha
4735:
4736: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
4737:
4738: * src/: types/pa_junction.h, types/pa_value.C,
4739: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
4740: types/pa_wcontext.h, main/execute.C, classes/op.C: -
4741: junction-optimisation (destructors)
4742:
4743: * src/include/pa_array.h: - free under if now
4744:
4745: 2009-04-19 misha
4746:
4747: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
4748:
4749: 2009-04-18 misha
4750:
4751: * src/include/pa_version.h:
4752: :q :
4753:
4754: CV:
4755: ----------------------------------------------------------------------
4756:
4757: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
4758: refactoring
4759:
4760: * src/: include/pa_array.h, include/pa_hash.h,
4761: types/pa_vmethod_frame.h: - destructors under #ifdef now
4762:
4763: * src/include/pa_memory.h: - define for using destructors was added
4764:
4765: * src/: types/pa_method.h, types/pa_vstateless_class.C,
4766: main/execute.C: - some junctions will be cached now
4767:
4768: * src/include/pa_hash.h: - hash destructor frees pairs now
4769:
4770: * src/include/pa_array.h: - inline was added to destructor
4771:
4772: * src/types/pa_method.h: - comment was changed
4773:
4774: 2009-04-17 misha
4775:
4776: * src/: include/pa_array.h, include/pa_hash.h,
4777: types/pa_vmethod_frame.h: - destructors were added
4778:
4779: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
4780: renamed to always_use_result
4781:
4782: * src/main/: compile.y, compile_tools.h: - rollback changes in
4783: compiler: full backward compatibility is better
4784:
4785: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
4786: result in var's hash
4787:
4788: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
4789: optimisation in method_frame
4790:
4791: * src/include/pa_array.h: - optimisation in array (allocate
4792: elements only when needed)
4793:
4794: * src/types/pa_vresponse.C: - check for $response:headers field
4795: before looking at custom fields
4796:
4797: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
4798: not needed to check existance var with name 'result' in var's
4799: hash
4800:
4801: * src/main/compile.y: - compiler was changed: now it detects
4802: writings to $result and set flag writo_to_result in method
4803:
4804: * src/classes/string.C: - little optimisation: no needed to write
4805: number with lang
4806:
4807: * src/main/pa_charset.C: - methods readChar and skipChar which is
4808: used for read utf8-strings were renamed - is_escaped was renamed
4809: to isEscaped (to the same name convention)
4810:
4811: * src/: types/pa_method.h, main/compile_tools.h: - flag
4812: write_to_result added. compiler get this info from code.
4813:
4814: 2009-04-16 misha
4815:
4816: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
4817: String only before 1st write
4818:
4819: * src/include/pa_string.h: - not needed template removed
4820:
4821: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
4822: types/pa_vjunction.C, types/pa_vproperty.C,
4823: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
4824: main/pa_request.C, classes/bool.C, classes/double.C,
4825: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
4826: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
4827: bool objects)
4828:
4829: 2009-04-15 misha
4830:
4831: * src/lib/cord/cordxtra.c: - more optimisation
4832:
4833: * src/: include/pa_string.h, main/untaint.C: - String::append
4834: optimisation
4835:
4836: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
4837: then get and can sometime be used)
4838:
4839: * src/main/pa_string.C: - String::length optimisation
4840:
4841: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
4842: these methods read different strings
4843:
4844: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
4845: fresult_initial_void removed + some optimisation - if $result
4846: defined we don't write to context anymore
4847:
4848: * src/main/pa_charset.C: - readChar => skipChar (in this place we
4849: need just skip char)
4850:
4851: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4852: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
4853: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
4854:
4855: * src/types/pa_vvoid.h: - added get() method for retreave one
4856: instance
4857:
4858: 2009-04-11 misha
4859:
4860: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
4861:
4862: * tests/197.html: - test for parser://test in xml was added
4863:
4864: * src/classes/string.C: - small optimisation
4865:
4866: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
4867: optimisation
4868:
4869: 2009-04-10 misha
4870:
4871: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
4872: to pcre-7.8
4873:
4874: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
4875:
4876: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
4877: added
4878:
4879: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
4880: $request:CLASS_NAME were added
4881:
4882: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
4883: were added
4884:
4885: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
4886: $env:CLASS_NAME were added
4887:
4888: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
4889: '@todo' now
4890:
4891: * src/targets/cgi/parser3.C: - size_t -> int for calming down
4892: compirer
4893:
4894: * src/main/pa_string.C: - little code cleanup
4895:
4896: * src/main/pa_common.C: - describe one more UTF-8 related error
4897: during PCRE compile/execute
4898:
4899: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
4900: normalizing todo-comments: '@todo' now
4901:
4902: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
4903:
4904: * src/main/pa_charset.C: - type changed for making compiler happy
4905:
4906: 2009-03-10 misha
4907:
4908: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
4909: in main()
4910:
4911: 2009-02-01 misha
4912:
4913: * src/main/pa_http.C: - bugfix: double CRLF before the end of
4914: boundary
4915:
4916: 2009-01-25 misha
4917:
4918: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
4919:
4920: * src/classes/file.C: - more changes for parsing different number
4921: of params for file::load
4922:
4923: * tests/193.html: - tests for exception while base64-decode binary
4924: to string was added
4925:
4926: * tests/192.html: - tests for file::load with different number of
4927: options
4928:
4929: * src/classes/math.C: - ups. forgot '+1'
4930:
4931: * src/: classes/table.C, classes/file.C, include/pa_common.h,
4932: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
4933: main/pa_http.C: - ^file::load[...;http://...;] now can post files
4934: (new option $.encode[multipart-form/data] should be specified) -
4935: $.method[] option for file::load now is not case-sensitive
4936:
4937: * src/: include/pa_string.h, main/untaint.C: - for file post the
4938: new taint language L_FILE_POST was added
4939:
4940: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
4941: main/main.vcproj, classes/math.C, include/Makefile.am: - some
4942: stuff was moved to separate files
4943:
4944: 2009-01-23 misha
4945:
4946: * src/classes/math.C: - little optimisation in ^math:sha1[] -
4947: spaces to tabs were converted
4948:
4949: 2009-01-12 misha
4950:
4951: * src/main/pa_http.C: - value of $.method[] option force uppercased
4952: now
4953:
4954: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
4955: types/pa_vform.C, types/pa_vmail.C: - some constants changed
4956: their names
4957:
4958: * src/main/pa_common.C: - changes in formating
4959:
4960: * src/: classes/file.C, main/pa_http.C: - some constants changed
4961: their names
4962:
4963: * src/include/pa_http.h: - some spaces were converted to tabs
4964:
4965: * src/include/pa_common.h: - some constants changed their names
4966:
4967: * src/classes/file.C: - fixed 4-th paramether for file::load -
4968: little code rewriting
4969:
4970: * src/types/pa_vfile.C: - little code rewriting
4971:
4972: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
4973: types/pa_value.h: - some formating changes
4974:
4975: * src/include/pa_common.h: - some formating spaces transformed to
4976: tabs
4977:
4978: * src/classes/string.C: - exception while base64-decode binary to a
4979: string
4980:
4981: 2009-01-11 misha
4982:
4983: * configure.in: - version changed to 3.3.1b
4984:
4985: 2008-09-05 misha
4986:
4987: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
4988: release_3_3_0 on 2008-09-05 10:59:35 +0000
4989:
4990: 2008-09-04 misha
4991:
4992: * tests/: 130.html, 131.html: - these exceptions not typeless
4993: anymore
4994:
4995: * src/classes/op.C: - exception with 'invalid taint language' not
4996: typeless anylonger
4997:
4998: * src/classes/image.C: - some exceptions while operations with
4999: image not typeless anymore
5000:
5001: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
5002: main/pa_exec.C, main/pa_http.C: - some exceptions while
5003: operations with files not typeless anymore
5004:
5005: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
5006: types/pa_vdate.h: - exceptions while checking date range not
5007: typeless anymore
5008:
5009: * src/include/pa_exception.h: - exception type string for invalid
5010: date range was added
5011:
5012: 2008-09-03 misha
5013:
5014: * src/: classes/file.C, main/pa_string.C: - exception while pce
5015: operations not typeless anymore
5016:
5017: * src/include/pa_exception.h: - exception type for pce operations
5018: was added
5019:
5020: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
5021: and .CLASS_NAME insite classes
5022:
5023: * src/classes/table.C: - don't save table header whiile
5024: ^table.save[append;filename] if file exists
5025:
5026: 2008-09-02 misha
5027:
5028: * src/main/compile.y, src/main/compile_tools.h,
5029: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
5030: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
5031: renamed to partial and it login changed: we must mark class as
5032: partial for allow their modifications in future.
5033:
5034: 2008-08-29 misha
5035:
5036: * tests/results/022.processed: - testing taint[regex] in mask for
5037: file:list
5038:
5039: * tests/022.html: - testing taint[regex] in mask for file:list
5040:
5041: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
5042: for file:list was added
5043:
5044: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
5045: file:list
5046:
5047: 2008-08-26 misha
5048:
5049: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
5050: last derived object
5051:
5052: * src/classes/image.C: - many strings "image.format" replaced by
5053: IMAGE_FORMAT constant string - handle GPS info while parse exif -
5054: understand some more exif tags
5055:
5056: * src/include/pa_exception.h: - string "image.format" was added
5057:
5058: 2008-08-21 misha
5059:
5060: * src/: main/pa_string.C, classes/file.C: - use method for print
5061: pcre_exec text error
5062:
5063: * src/main/pa_common.C: - method for print pcre_exec text error was
5064: added
5065:
5066: * src/include/pa_common.h: - method declaration for print pcre_exec
5067: text error was added
5068:
5069: 2008-08-19 misha
5070:
5071: * src/main/execute.C: - bugfix: opcodes must be in separate
5072: namespace while debug execution as well
5073:
5074: * tests/: 015.html, results/015.processed: - test for escaping some
5075: parser chars was added
5076:
5077: 2008-08-18 misha
5078:
5079: * tests/: 190.html, 190.p, results/190.processed: - test for
5080: $caller.self.field + default getter in one class was added
5081:
5082: * tests/: 189.html, results/189.processed: - test for
5083: ^date::create[date object]
5084:
5085: * tests/: 188.html, results/188.processed: - tests for match with
5086: UTF-8 strings
5087:
5088: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
5089: ^string.match[]
5090:
5091: * ChangeLog: - parser 3.3.0 beta13
5092:
5093: 2008-08-15 misha
5094:
5095: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
5096: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
5097: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
5098: dftables.c: - old PCRE files removed
5099:
5100: * src/lib/pcre/config.h: - configuration for PCRE library
5101:
5102: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
5103: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
5104:
5105: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
5106: library and set flag UTF8 if $request:charset is UTF-8
5107:
5108: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
5109: include/pa_config_fixed.h: - moved to new PCRE library
5110:
5111: * src/: main/main.vcproj, types/types.vcproj,
5112: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
5113: win32\pcre instead of parser3\src\lib\pcre
5114:
5115: * src/: include/pa_opcode.h, include/pa_operation.h,
5116: main/compile.C, main/compile.y, main/compile_tools.C,
5117: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
5118: opcodes were moved to separate namespace
5119:
5120: 2008-08-14 misha
5121:
5122: * src/types/pa_vstateless_class.C: - newline at the end missed
5123:
5124: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
5125: tainting
5126:
5127: 2008-08-11 misha
5128:
5129: * tests/: 187.html, 187.p, results/187.processed: - tests for
5130: $caller.self, $caller.self.field and $caller.self.field[value]
5131: were added
5132:
5133: * src/types/pa_vmethod_frame.h: - still need to check 'self'
5134: runtime as well (for $caller.self)
5135:
5136: 2008-07-25 misha
5137:
5138: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
5139: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
5140: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
5141: tests with international characters
5142:
5143: 2008-07-23 misha
5144:
5145: * src/main/pa_http.C: - escape $cookies as %uXXXX while
5146: file::load[...;http://
5147:
5148: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
5149: now everywhere in separate namespace
5150:
5151: * src/types/pa_vmethod_frame.h: - looking for caller before looking
5152: for vars
5153:
5154: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
5155: can be escaped by '^'
5156:
5157: 2008-07-22 misha
5158:
5159: * src/classes/string.C, tests/186.html: - names changes:
5160: escape=>js-escape, unescape=>js-unescape
5161:
5162: 2008-07-21 misha
5163:
5164: * tests/results/186.processed: - test for string escape/unescape
5165:
5166: * tests/186.html: - test for string escape/unescape
5167:
5168: * src/classes/string.C: - string has escape and unescape methods
5169: now
5170:
5171: * src/: include/pa_string.h, main/pa_string.C: - escape method was
5172: added
5173:
5174: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
5175: method-layers added (with different params)
5176:
5177: 2008-07-18 misha
5178:
5179: * tests/results/185.processed: - test for ^str.pos[substr](offset)
5180: was added
5181:
5182: * tests/185.html: - test for ^str.pos[sub](offset) added
5183:
5184: * src/classes/string.C, src/classes/void.C, operators.txt: -
5185: ^string.pos[substr](offset) -- 2nd param accepted now
5186:
5187: * src/main/pa_string.C: - .pos works fine with offset for utf-8
5188: strings
5189:
5190: 2008-07-17 misha
5191:
5192: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
5193: helper length added for mid for small optimisation
5194:
5195: 2008-07-16 misha
5196:
5197: * tests/: 185.html, results/185.processed: - tests for
5198: length/left/right/mid/pos with utf-8 strings
5199:
5200: * src/classes/string.C: - left/right/mid/length/pos works fine for
5201: utf-8 strings
5202:
5203: * src/main/untaint.C: - comments removed
5204:
5205: * src/: include/pa_string.h, main/pa_string.C,
5206: include/pa_charset.h, main/pa_charset.C: - methods for working
5207: with pos/mid for strings in utf-8 were added
5208:
5209: 2008-07-15 misha
5210:
5211: * tests/: 184.html, results/184.processed: - test for case body as
5212: expression: $var(^switch(1){^case(1)(true)..})
5213:
5214: * src/classes/op.C: - case body can be expression now:
5215: $var(^switch(1){^case(1)(true)..})
5216:
5217: * tests/: results/183.processed, 183.html: - added test for testing
5218: new cookie encoding (%uXXXX)
5219:
5220: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
5221: decoding for backward compatibility they decoded from %XX in
5222: request:charset too
5223:
5224: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
5225: - cookie class now decode cookies before first access after last
5226: request:charset changing (as form class).
5227:
5228: * src/main/pa_charset.C: - added method escape for escaping cookies
5229: as %uXXXX - before transcode calculate required space for dest
5230: string. it reduce mem usage for transcode
5231:
5232: * src/include/pa_charset.h: - added method escape for escaping
5233: cookies as %uXXXX
5234:
5235: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
5236: was added. will used for escaping cookies as %uXXXX
5237:
5238: * src/include/pa_common.h: - escape method has new option for skip
5239: converting '+' to a space char
5240:
5241: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
5242: transcode - escape method has new option for skip converting '+'
5243: to a space char
5244:
5245: 2008-07-08 misha
5246:
5247: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
5248: (no UE if more then 1 case matches anylonger) - optimization:
5249: doing searching.as_string() || searching.as_double() only once
5250:
5251: 2008-07-04 misha
5252:
5253: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
5254: now ^date::create[date object] works
5255:
5256: * src/classes/string.C: - left and right added as aliases for start
5257: and end in ^string.trim[]
5258:
5259: 2008-07-03 misha
5260:
5261: * src/classes/file.C: - allow $.limit for file::sql as well
5262:
5263: * src/classes/file.C: - allow $.offset option for file::sql - force
5264: send limit=1 to query for use sql specifics authomatically
5265:
5266: * src/classes/: hash.C, string.C, table.C: - don't throw exception
5267: if $.limit value if empty. autoconvert it as everywere
5268:
5269: 2008-07-02 misha
5270:
5271: * configure.in: - time to change version number to 3.3.0 %-)
5272:
5273: * src/include/pa_version.h: - time to change version number to
5274: 3.3.0 %-)
5275:
5276: 2008-06-26 misha
5277:
5278: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5279: $.limit(0) fixes
5280:
5281: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
5282: - $.limit(0) fixes
5283:
5284: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
5285: new API)
5286:
5287: * src/: include/pa_sql_driver_manager.h,
5288: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
5289: classes/op.C: - document_root added
5290:
5291: * src/main/compile.tab.C: - error message was changed
5292:
5293: 2008-06-25 misha
5294:
5295: * src/main/compile.y: - error message was changed
5296:
5297: 2008-06-24 misha
5298:
5299: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
5300:
5301: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
5302: tests for @OPTIONS\nappend
5303:
5304: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
5305:
5306: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
5307:
5308: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
5309:
5310: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
5311: compile.y
5312:
5313: 2008-06-17 misha
5314:
5315: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
5316: compilation: ^if(default){true. it's incorrect. must be
5317: exception}
5318:
5319: 2008-06-16 misha
5320:
5321: * tests/: 181.ent, 181.html, results/181.processed: - test for
5322: checking external reference loading with 'http://localhost'
5323: prefix while creating xdoc
5324:
5325: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
5326: ^math:long2ip[] and ^math:ip2long[]
5327:
5328: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
5329: added which use scalar stateless class method when user object
5330: used in scalar context - use get_scalar_value when user object
5331: requested in scalar context
5332:
5333: * src/main/pa_common.C: - size must be int but not size_t or we
5334: can't compare with 0 sprintf result
5335:
5336: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5337: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
5338: with internal switch between local/global vars
5339:
5340: * src/types/pa_vclass.C: - register scalar if method @GET[] was
5341: specified
5342:
5343: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
5344: pa_vstateless_object.h: - stateless class and object now has
5345: private scalar field and getter/setter for working with it
5346:
5347: * src/classes/math.C: - methods math:long2ip & math:ip2long were
5348: moved to inet static class
5349:
5350: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
5351: class added (^inet:aton[IP], ^inet:ntoa(number))
5352:
5353: * tests/: 180.html, results/180.processed: - tests for
5354: ^math:long2ip(long) and ^math:ip2long[IP]
5355:
5356: * src/classes/math.C: - ^math:ip2long[IP] added
5357:
5358: 2008-06-11 misha
5359:
5360: * src/main/pa_xml_io.C: - use file_read_text again because of we
5361: need cut BOM code and remove DOS newline chars. but don't
5362: transcode it anyway.
5363:
5364: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
5365: main/pa_http.C: - option for disable transcoding while file_read
5366: and file_read_text added
5367:
5368: 2008-06-10 misha
5369:
5370: * tests/: 179.html, 179.p, results/179.processed: - test for many
5371: classes in 1 file
5372:
5373: * src/main/: compile.C, compile_tools.h: - compile return list of
5374: classes now.
5375:
5376: * src/main/: compile.y, compile.tab.C: - compile return list of
5377: classes now. internals.
5378:
5379: * src/main/pa_request.C: - compile return list of classes now. try
5380: call @conf and @auto for each returned class
5381:
5382: * src/include/pa_request.h: - compile return list of classes now
5383:
5384: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
5385: return list of classes when compile buf)
5386:
5387: 2008-06-07 misha
5388:
5389: * src/main/pa_request.C: - constructing VRequest object with 3rd
5390: param -- form
5391:
5392: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
5393: 3rd param: form. needed for get post_charset
5394:
5395: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
5396: added
5397:
5398: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
5399: types/pa_vform.C, types/pa_vform.h: - some polish
5400:
5401: 2008-06-06 misha
5402:
5403: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
5404: charset and decode chars from it but not from response:charset
5405:
5406: * src/main/pa_http.C: - detect_charset moved out of here
5407:
5408: * src/: include/pa_common.h, main/pa_common.C: - more helpers
5409: methods moved here - unescape_chars accepn one charset now
5410:
5411: * src/main/pa_http.C: - new constants used - don't allow
5412: $.content-type in ^file::load[;http://;$.method[POST]] - add
5413: charset info while ^file::load[;http://;$.method[POST]] - option
5414: $.omit-post-charset(true) added to ^file::load[;http://] for
5415: disabling charset during post
5416:
5417: * src/types/pa_vform.C: - new constants used
5418:
5419: * src/include/pa_common.h: - some constants were added
5420:
5421: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
5422: instead of StrEqNc
5423:
5424: * src/main/pa_common.C: - new method for caseless search
5425: c-substring in c-string - use isxdigit instead of is_hex_digit
5426:
5427: * src/include/pa_common.h: - new method for caseless search
5428: c-substring in c-string
5429:
5430: 2008-06-05 misha
5431:
5432: * tests/results/178.processed: - test for testing default getter
5433:
5434: * tests/178.html: - test for testing default getter
5435:
5436: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
5437: for test for testing default getter
5438:
5439: * src/main/execute.C: - default getter soul
5440:
5441: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
5442: requested objects' field not found
5443:
5444: * src/types/pa_vclass.C: - register default getter if defined - get
5445: default getter if requested field not found
5446:
5447: * src/types/pa_vstateless_object.h: - method get_default_getter was
5448: added
5449:
5450: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
5451: pointer to default getter and methods for get/set it were added
5452:
5453: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
5454: auto_name field (for default getter)
5455:
5456: 2008-06-04 misha
5457:
5458: * src/main/pa_xml_io.C: - load external xml in binary mode (no
5459: transcoding, no cutting BOM code, no fixing line breaks) and get
5460: it to libxml "as is"
5461:
5462: 2008-06-03 misha
5463:
5464: * src/main/pa_common.C: - use store_Char instead of
5465: transcodeCharFromUTF8
5466:
5467: * src/: include/pa_charset.h, main/pa_charset.C: - method
5468: store_Char added, transcodeCharFromUTF8 -- removed
5469:
5470: 2008-06-02 misha
5471:
5472: * tests/: results/177.processed, 177.html: - test for checking
5473: .[acm]date after local ^file::load[] was added
5474:
5475: * tests/: results/176.processed, 176.html: - test for checking
5476: @OPTION\locals + @method[vars][locals] added
5477:
5478: * tests/results/auto.p: - CLASS_PATH specified for checking use
5479:
5480: 2008-05-30 misha
5481:
5482: * src/main/: compile.y, compile.tab.C: - changes in compiler:
5483: @OPTION\nlocals + @method[vars][;locals;] were added
5484:
5485: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
5486: moved to separate method op_code - switch from VMethodFrame to
5487: VMethodFrameGlobal + VMethodFrameLocal
5488:
5489: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
5490: was moved to separate method op_code
5491:
5492: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
5493: VMethodFrame now
5494:
5495: * src/types/pa_vstateless_class.h: - stateless class have bool flag
5496: all_vars_local as well
5497:
5498: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
5499: pa_vmethod_frame_local.h, Makefile.am: - who children for
5500: VMethodFrame were added: one (global) works as VMethodFrame
5501: before and second (local) write all vars in self vars scope
5502:
5503: * src/types/pa_method.h: - method has bool flag all_vars_local now
5504:
5505: 2008-05-29 misha
5506:
5507: * tests/: 129.html, results/129.processed: - more tests for
5508: ^table.hash[]
5509:
5510: * src/classes/hash.C: - ^hash::sql has a new option:
5511: $.type[hash|string|table] as ^table.hash[] one.
5512:
5513: * src/classes/op.C: - ^try has 3rd param now: finally code which
5514: executed anyway after try or catch section
5515:
5516: 2008-05-27 misha
5517:
5518: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
5519: must not fail if $.distinct(1) wasn't specified
5520:
5521: 2008-05-26 misha
5522:
5523: * src/classes/op.C: - allow ^throw[my type]
5524:
5525: 2008-05-22 misha
5526:
5527: * configure.in, configure: - version number updated to 3.2.4b
5528:
5529: * src/classes/: op.C, string.C: - trim format string before
5530: eval/format
5531:
5532: * tests/: results/175.processed, 175.html: - more tests for
5533: different format strings in .format[]
5534:
5535: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
5536: as well (not only %XX)
5537:
5538: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
5539: charset specified - checks for format before print number
5540: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
5541: (instead of tabs) removed
5542:
5543: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
5544: charset specified
5545:
5546: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
5547: char in requested charset from utf code was added
5548:
5549: 2008-05-19 misha
5550:
5551: * tests/: 174.html, results/174.processed: - test for
5552: ^hashfile.cleanup[] added
5553:
5554: * src/classes/hashfile.C: - optimization: don't create any key or
5555: value variable if it's name weren't specified
5556: (^hf.foreach[;v]{...})
5557:
5558: 2008-05-16 misha
5559:
5560: * src/classes/hash.C: - optimization: don't create any key variable
5561: if variable name wasn't specified (^h.foreach[;v]{...})
5562:
5563: 2008-05-15 misha
5564:
5565: * src/classes/op.C: - small changes
5566:
5567: * src/classes/hashfile.C: - code reformating (as hash.foreach)
5568:
5569: * src/classes/hash.C: - calculate var_context once before foreach
5570:
5571: 2008-05-14 misha
5572:
5573: * src/classes/hashfile.C: - incorrect vars context calculation for
5574: ^hashfile.foreach[;]{} fixed
5575:
5576: * src/classes/: hash.C, table.C: - little optimisation
5577:
5578: * src/classes/file.C: - bugfix: double absolute path while loading
5579: file
5580:
5581: * tests/: 174.html, results/174.processed: - tests for hashfile
5582: were added
5583:
5584: * buildall-with-xml: - moving to libxslt 1.1.24
5585:
5586: 2008-04-30 misha
5587:
5588: * src/classes/file.C: - stat file while loading (local only) so
5589: .adate, .mdate and .cdate available without additional ::stat
5590:
5591: 2008-04-28 misha
5592:
5593: * src/classes/file.C: - $.name and $.content-type available for
5594: stated file
5595:
5596: 2008-04-14 misha
5597:
5598: * src/targets/cgi/parser3.C: - new year in copyright %-)
5599:
5600: * src/include/pa_version.h: - new version number in head
5601:
5602: 2008-04-10 misha
5603:
5604: * tests/: 080.html, results/080.processed: - cut '0' from
5605: exponential part because of on diff OS it differ (20 or 020 for
5606: ex)
5607:
5608: * tests/: 119.html, results/119.processed: - check for encoding
5609: while creating xdoc
5610:
5611: 2008-04-09 misha
5612:
5613: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
5614:
5615: * src/main/pa_common.C: - comment added
5616:
5617: * src/classes/date.C: - little refactoring
5618:
5619: 2008-04-07 misha
5620:
5621: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
5622: style of ^table.save[]: prepare one big string and sabe it at
5623: once. it's safe on freebsd 4.x but use much more memory.
5624:
5625: * buildall-with-xml, buildall-without-xml: - option
5626: --disable-stringstream added (under comment. use it on freebsd
5627: 4.x)
5628:
5629: 2008-02-22 misha
5630:
5631: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
5632: specified together in file::load[;http] - get back transcoding
5633: $.body[] in file::load[;http]
5634:
5635: 2008-02-21 misha
5636:
5637: * src/classes/date.C: - ^date.gmt-string[] was added
5638:
5639: * src/types/pa_value.C: - method for output date in RFC 822 format
5640: moved to pa_common.h
5641:
5642: * src/include/pa_common.h: - method for output date in RFC 822
5643: format moved here from pa_value.C
5644:
5645: * src/types/pa_vmail.C: - fixed core in sending mail with
5646: attachment in simple mode ($.file[file here]) introduced in 3.2.2
5647:
5648: 2008-02-20 misha
5649:
5650: * src/main/pa_http.C: - transcode $.headers before escaping into
5651: specified charset while ^file::load[...;http://...] (L_URI
5652: instead of L_HTTP_HEADER) - $.cookies param available in
5653: ^file::load[;http://...] now (but we don't parse set-cookies from
5654: response yet) (cookies not transcoded as common $cookies)
5655:
5656: 2008-02-19 misha
5657:
5658: * src/main/pa_request.C: - rollback: we mustn't force taint
5659: $response:field values because in this case
5660: $response:locateion[http://...] don't works.
5661:
5662: 2008-02-15 misha
5663:
5664: * src/classes/op.C: - little refactoring
5665:
5666: * src/main/pa_http.C: - taint names of $.headers for load[;http
5667:
5668: * src/main/pa_request.C: - force taint values of $response:field
5669:
5670: 2008-02-14 misha
5671:
5672: * src/main/pa_request.C: - $response:field transcoded to
5673: $response:charset before escaping now
5674:
5675: * src/main/pa_http.C: - some outdated comments removed
5676:
5677: * src/classes/date.C: - lastdat -> last-day
5678:
5679: * src/classes/date.C: - ^date:lastday(year;month) and
5680: ^date.lastday[] were added - little code refactoring - comments
5681: changes
5682:
5683: * tests/: 159.html, results/159.processed: - test for number of
5684: days in February
5685:
5686: * src/types/pa_value.C: - fixes in code formatting
5687:
5688: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
5689: and comments
5690:
5691: 2008-02-13 misha
5692:
5693: * src/main/pa_common.C: - bugfix for february at leap year
5694:
5695: 2008-01-28 misha
5696:
5697: * tests/: 160.html, results/160.processed: - more test for cache
5698: added
5699:
5700: * src/classes/op.C: - bugfix: cache body executed twice if contains
5701: unhandled exception
5702:
5703: 2008-01-25 misha
5704:
5705: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
5706: bug when hashfile became inavailable after memory:compact)
5707:
5708: * src/lib/sdbm/apr_strings.C: - +arp_malloc
5709:
5710: 2008-01-22 misha
5711:
5712: * src/classes/table.C: - little refactiring and exception texts
5713: changes in method ^table.hash[]
5714:
5715: * src/types/pa_vcookie.C: - link to cookie specification changed
5716:
5717: 2008-01-21 misha
5718:
5719: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
5720: file::exec/cgi
5721:
5722: * src/classes/file.C: - bugfix: core while processing headers if
5723: executed cgi script don't return content
5724:
5725: 2008-01-18 misha
5726:
5727: * buildall-with-xml: - move to libxml2 version 2.6.31
5728:
5729: * src/include/pa_version.h, configure.in: - version number updated
5730: to '3.2.3b'
5731:
5732: 2007-12-28 misha
5733:
5734: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
5735: hash.contains
5736:
5737: 2007-12-27 misha
5738:
5739: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
5740: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
5741: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
5742: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
5743: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
5744: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
5745: src/targets/cgi/parser3.vcproj,
5746: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
5747: back to VS2003 because of Apache 1.3 module can't work if it was
5748: built in VS 2005. with cgi all file so VS2003 project files can
5749: be easy converted to the new format.
5750:
5751: 2007-12-04 misha
5752:
5753: * src/types/pa_vcode_frame.h: - changes in comment
5754:
5755: 2007-11-29 misha
5756:
5757: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
5758: intercept strings any longer
5759:
5760: * tests/: 173.html, results/173.processed: - tests for
5761: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
5762: but not in main code frame
5763:
5764: * tests/: 172.html, results/172.processed: - more tests for pass
5765: objects from code frames
5766:
5767: 2007-11-27 misha
5768:
5769: * tests/: 152.html, results/152.processed: - tests for converting
5770: strings 'true'/'false' to bool were added
5771:
5772: * tests/152.html: - added checks for converting strings
5773: 'true'/'false' to bool
5774:
5775: * src/classes/string.C: - ^srting.bool[] now can convert to bool
5776: not only strings with numbers but with values 'true'/'false' as
5777: well
5778:
5779: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
5780: for parser3.log increased
5781:
5782: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
5783:
5784: * src/include/pa_common.h: - remove_crlf return cstring size now
5785:
5786: * src/include/pa_types.h: - constant with buffer size for
5787: parser3.log added
5788:
5789: 2007-11-16 misha
5790:
5791: * tests/cat.sh: - script for tests for file::exec/cgi
5792:
5793: * tests/171.html: - tests for file::exec/cgi
5794:
5795: * tests/results/171.processed: - tests results for file::exec/cgi
5796:
5797: 2007-11-15 misha
5798:
5799: * src/main/pa_exec.C: - fixed incorrect exec code for unix
5800:
5801: * src/classes/file.C: - .body must be set before analyzing cgi
5802: headers
5803:
5804: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
5805: only if exec/cgi return anything.
5806:
5807: 2007-11-14 misha
5808:
5809: * operators.txt: - info about new text|binary option for
5810: file::exec/cgi was added
5811:
5812: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
5813: ^file:exec[[text|binary];script;...]
5814:
5815: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
5816: classes/string.C, classes/table.C: - more text strings moved to
5817: the one place
5818:
5819: 2007-11-09 misha
5820:
5821: * src/types/pa_vrequest.C: - $request:argv must be taint
5822:
5823: * ChangeLog: - $request:argv [patch from Sumo]
5824:
5825: * operators.txt: - $request:argv
5826:
5827: * src/: include/pa_request_info.h, types/pa_vrequest.C,
5828: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
5829:
5830: 2007-10-25 misha
5831:
5832: * buildall-with-xml, buildall-without-xml: - options preparations
5833: for ./configure rewrited
5834:
5835: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
5836: error occure in unhandled_exception finally fixed
5837:
5838: 2007-10-23 misha
5839:
5840: * tests/: 170.html, results/170.processed: - test for
5841: @method[][result]
5842:
5843: * operators.txt: - added info about node.prefix and
5844: node.namespaceURI
5845:
5846: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
5847:
5848: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
5849: added for node and attribute
5850:
5851: 2007-10-22 misha
5852:
5853: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
5854:
5855: * src/main/pa_request.C: - added const content-transfer-encoding
5856:
5857: * src/include/pa_request.h: - added const content-transfer-encoding
5858: - ups. constants must be in lowercase (for search)
5859:
5860: * src/types/pa_vmail.C: - more constants used -
5861: content-transfer-encoding: 8bit added
5862:
5863: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
5864:
5865: * src/include/pa_request.h: - more constants
5866:
5867: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
5868: ommit anymore if $.content-disposition was specified - little
5869: refactoring
5870:
5871: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
5872:
5873: 2007-10-17 misha
5874:
5875: * operators.txt: - info about
5876: table::create[nameless]{data}[>options<] was added
5877:
5878: * src/main/: compile.tab.C, compile.y: - if error occure while
5879: compile method don't put this method in methods table anymore.
5880: in other case the parser coredumped if @unhandled_exception
5881: method can't be compiled because of parser.compile error.
5882:
5883: * src/main/execute.C: - little code reformating
5884:
5885: * src/main/pa_request.C: - little code reformating - comment
5886: changed
5887:
5888: 2007-10-16 misha
5889:
5890: * tests/: 035.html, results/035.processed: - tests
5891: table::create[]{}[options] added
5892:
5893: * src/classes/table.C: - table::create[]{} now accept 3rd param:
5894: options (only $.seperator[] yet)
5895:
5896: 2007-10-10 misha
5897:
5898: * src/classes/table.C: - some contstants moved to pa_common.h -
5899: some code changes
5900:
5901: 2007-10-02 misha
5902:
5903: * src/main/pa_uue.C: - memory usage during uuencode reduced more
5904: then three time as much. but base64 encoding method still use
5905: less memory anyway.
5906:
5907: 2007-09-17 misha
5908:
5909: * operators.txt: - added info about $cookie:fields
5910:
5911: * src/types/pa_vcookie.C: - $cookie:fields available now
5912:
5913: * src/classes/hash.C: - some stuff for use with .for_each moved to
5914: common
5915:
5916: * src/include/pa_common.h: - some stuff for use with .for_each
5917: moved here
5918:
5919: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
5920:
5921: 2007-09-14 misha
5922:
5923: * buildall-with-xml: - new xml libs again =)
5924:
5925: 2007-08-28 misha
5926:
5927: * operators.txt: - texts about ^table.columns[[column name]] and
5928: ^string.split[...][v][column name] were added
5929:
5930: * tests/: 168.html, 169.html, results/168.processed,
5931: results/169.processed: - tests for ^table.columns[[column name]]
5932: and ^string.split[...][v][column name] were added
5933:
5934: * src/classes/table.C: - new option ^table.columns[[column name]]
5935: was added
5936:
5937: * src/classes/string.C: - new option ^string.split[...;v;[column
5938: name]]
5939:
5940: * src/include/pa_exception.h: - error text message for
5941: ^hash._keys[], ^table.columns[] and ^string.split[]
5942:
5943: 2007-08-27 misha
5944:
5945: * src/main/untaint.C: - try to fix coredump on unix if print to
5946: body ^taint[sql][something] outside of connect
5947:
5948: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
5949: outside of connect
5950:
5951: * buildall-with-xml, buildall-without-xml: - strip parser3 was
5952: added (commented by default)
5953:
5954: 2007-08-20 misha
5955:
5956: * operators.txt: - comment about new method ^node.hasAttributes[]
5957: was added
5958:
5959: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
5960: duplicated exception text strings were removed
5961:
5962: * src/include/pa_exception.h: - more exception text strings moved
5963: here
5964:
5965: * src/classes/table.C: - some duplicate exceptions' text strings
5966: removed
5967:
5968: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
5969: xdoc.C, xnode.C: - some duplicate exceptions' text strings
5970: removed
5971:
5972: * src/include/pa_exception.h: - some exception text strings movet
5973: to pa_exception
5974:
5975: * tests/: 149.html, results/149.processed: - test for
5976: ^xnode.hasAttributes[] was added - some code changes
5977:
5978: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
5979: added
5980:
5981: 2007-08-17 misha
5982:
5983: * tests/: results/006.processed, results/059.processed, 006.html,
5984: 059.html: - more tests for match
5985:
5986: * tests/: 129.html, results/129.processed: - tests for
5987: ^table.hash[...][$.type[string|hash|table]] added
5988:
5989: * src/targets/cgi/parser3.C: - little syntax changes
5990:
5991: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
5992: syntax changes
5993:
5994: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
5995: messages in parser3.log switched off by default. If someone
5996: really still need it: use $SIGPIPE(1)
5997:
5998: 2007-08-08 misha
5999:
6000: * buildall-with-xml, buildall-without-xml: - remove libs source
6001: files by default since now
6002:
6003: 2007-08-07 misha
6004:
6005: * buildall-without-xml: - some option syntax changes
6006:
6007: * buildall-with-xml: - compile libxml2 without http support - some
6008: option syntax changes
6009:
6010: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
6011:
6012: 2007-08-06 misha
6013:
6014: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
6015:
6016: * tests/: 160.html, results/160.processed: - cache test was
6017: rewrited
6018:
6019: 2007-07-06 misha
6020:
6021: * tests/: 153.html, results/153.processed: - added test for
6022: ^math:sha1[string]
6023:
6024: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
6025: transcoded
6026:
6027: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
6028: were added
6029:
6030: 2007-06-28 misha
6031:
6032: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
6033: some incorrect chars
6034:
6035: 2007-06-19 misha
6036:
6037: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
6038: were moved on top because of gcc 4 had a problems during
6039: building.
6040:
6041: 2007-06-18 misha
6042:
6043: * tests/results/019.processed: - new image commited
6044:
6045: 2007-06-09 misha
6046:
6047: * src/classes/: op.C, table.C: - in while and table.select method
6048: as_expression used now
6049:
6050: * src/types/pa_vmethod_frame.h: - method as_expression was added
6051:
6052: 2007-06-08 misha
6053:
6054: * tests/: 166.html, results/166.processed: - test for
6055: ^match[...][n]
6056:
6057: * tests/: 165.html, results/165.processed: - tests for loops
6058:
6059: * src/lib/cord/include/private/cord_pos.h: - back to origin value
6060: because of no speed/memory optimisation but some proglems with
6061: long cycles occure
6062:
6063: 2007-06-06 misha
6064:
6065: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
6066: ^table.select(true) and ^table.select(1) didn't works because of
6067: awaiting junction-param only. fixed.
6068:
6069: 2007-05-24 misha
6070:
6071: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
6072: with 0.5 secs interval
6073:
6074: * src/classes/op.C: - cache was rewrited. I hope it works with
6075: locking system now on unix
6076:
6077: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
6078: system locks which wait till other threads release it but try get
6079: lock, if fail wait 1 sec and make 10 attempts.
6080:
6081: * src/include/pa_os.h: - consts for blocking locks + some comments
6082: were added
6083:
6084: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
6085: opening files
6086:
6087: * src/classes/table.C: - changes in includes. if unclude <sstream>
6088: after our classes on unix it can't be build
6089:
6090: * src/types/pa_vhashfile.C: - not needed code removed
6091:
6092: 2007-05-23 misha
6093:
6094: * src/: classes/file.C, classes/op.C, main/pa_common.C,
6095: include/pa_common.h: - cosmetic changes
6096:
6097: 2007-05-18 misha
6098:
6099: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
6100: often. it's give some speed increasing
6101:
6102: * tests/results/160.processed: - returned time corrected
6103:
6104: * tests/160.html: - time increased because on unix 1 mean nothing
6105: :(
6106:
6107: * operators.txt: - added info about ^hash.contain[key]
6108:
6109: * src/classes/hash.C: - added ^hash.contain[key]
6110:
6111: * src/include/pa_hash.h: - added method for checking key exists in
6112: hash
6113:
6114: 2007-05-07 misha
6115:
6116: * src/include/pa_string.h: - was compilation error during build on
6117: freebsd4
6118:
6119: 2007-05-03 misha
6120:
6121: * src/classes/table.C: - option $.type[hash|string|table] was added
6122: for ^table.hash[]
6123:
6124: * src/classes/file.C: - comment removed
6125:
6126: 2007-04-26 misha
6127:
6128: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
6129: real files doesn't opened in place anymore
6130:
6131: 2007-04-24 misha
6132:
6133: * src/classes/math.C: - I thought one more time and remove lg(N) :)
6134:
6135: * src/include/pa_exception.h: "static" removed
6136:
6137: 2007-04-23 misha
6138:
6139: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
6140:
6141: * src/classes/math.C: added: - ^math:ln(N) (the same as
6142: ^math:log(N)) - ^math:lg(N)
6143:
6144: * tests/: 097.html, results/097.processed: - charsets converstion
6145: during ^file::load[text;http://...] added
6146:
6147: * tests/: 164.html, results/164.processed: - check for set expires
6148: as a date
6149:
6150: * tests/: 164.html, results/164.processed: - test for hashfile
6151:
6152: * src/classes/hashfile.C: - little comment changes
6153:
6154: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
6155: access
6156:
6157: * src/: classes/date.C, classes/double.C, classes/file.C,
6158: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
6159: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
6160: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6161: classes/xnode.h, include/pa_request.h, main/execute.C,
6162: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6163: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
6164: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
6165: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
6166: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
6167: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
6168: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6169: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
6170: "parser.runtime" strings were removed
6171:
6172: * src/classes/hashfile.C: - with .clear[] called files_delete()
6173: now.
6174:
6175: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
6176:
6177: * src/include/pa_exception.h: - string constant with
6178: "parser.runtime" text was added
6179:
6180: 2007-04-20 misha
6181:
6182: * operators.txt: - some comments changing
6183:
6184: * operators.txt: - added info about .^hashfile.release[],
6185: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
6186:
6187: * configure: =cheching for unsetenv
6188:
6189: * src/classes/hashfile.C: - ^hashfile.cleanup[],
6190: ^hashfile.release[] were added
6191:
6192: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
6193: ^string.match[][] understand new option now: return number of
6194: matches but not table wit results
6195:
6196: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
6197: reopen now
6198:
6199: * src/classes/op.C: - bug. must be false
6200:
6201: * configure.in: - checking for unsetenv was added
6202:
6203: * src/types/pa_vform.C: - some comments
6204:
6205: 2007-04-18 misha
6206:
6207: * buildall-with-xml: moving to libxml2-2.6.28
6208:
6209: * buildall-with-xml, buildall-without-xml: added commented lines
6210: with --disable-safe-mode option
6211:
6212: * operators.txt: - info about $form:files
6213:
6214: 2007-04-17 misha
6215:
6216: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
6217: $form:files was added
6218:
6219: * tests/: 163.html, results/163.processed: removing auto format
6220:
6221: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
6222:
6223: 2007-04-16 misha
6224:
6225: * tests/: 163.html, results/163.processed: - test for .int[],
6226: floor, round, ceiling and .format[]
6227:
6228: * src/classes/file.C: - little optimization for getting args in
6229: exec/cgi
6230:
6231: 2007-04-13 misha
6232:
6233: * src/classes/file.C: - arguments for file::exec/cgi can be
6234: specified now as s table with one column
6235:
6236: 2007-03-27 misha
6237:
6238: * tests/: 162.html, results/162.processed: - test for
6239: ^table.select(^condition[$t])
6240:
6241: * tests/results/auto.p: - load windows-1251 charset for some tests
6242:
6243: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
6244:
6245: * tests/: results/161.processed, 161.html, 161_utf8.txt,
6246: 161_windows1251.txt: - added test for
6247: ^file::load[text;/local/file.txt;$.charset[...]]
6248:
6249: * tests/: results/013.processed, 013.html: - added test for
6250: checking $._default value while hash modifications
6251:
6252: * tests/: 160.html, results/160.processed: - add test for
6253: ^cache[key](secs){code}, ^cache[] and ^cache(0)
6254:
6255: 2007-03-22 misha
6256:
6257: * src/include/pa_common.h: - "charset" string defined for
6258: ^file::load[text;/local.txt] and ^table::load[/table.txt]
6259:
6260: * src/main/: pa_common.C, pa_http.C: - $.charset option for
6261: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
6262: added - not needed transcodes were removed from
6263: ^file::load[...;http://...]
6264:
6265: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
6266: added
6267:
6268: * src/classes/date.C: - date.week was fixed
6269:
6270: * operators.txt: - added info about date.weekyear
6271:
6272: * tests/: 159.html, results/159.processed: - tests for date.week
6273: and date.weekyear added
6274:
6275: 2007-03-15 misha
6276:
6277: * src/classes/table.C: - enclose column numbers for nameless tables
6278: as well
6279:
6280: 2007-03-14 misha
6281:
6282: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
6283:
6284: * src/classes/table.C: - table.save optimization: now required much
6285: less memory
6286:
6287: 2007-03-13 misha
6288:
6289: * tests/results/: 158.processed, 158.processes: - tests for
6290: table.save/table.load
6291:
6292: * tests/: 158.html, results/158.processes: - tests for
6293: table.save/table.load
6294:
6295: * buildall-with-xml: libxml2: --without-ftp --without-docbook
6296:
6297: * buildall-with-xml: - pattern needed now for building
6298:
6299: * tests/results/097.processed: - added test results for xdoc::load
6300: & xdoc::load[http://...]
6301:
6302: * tests/097.html: - added test for xdoc::load
6303:
6304: 2007-03-12 misha
6305:
6306: * tests/: 107.html, results/107.processed: - added test for xpath
6307: '//man'
6308:
6309: 2007-03-01 misha
6310:
6311: * tests/: 097.html, results/097.processed: - added test for
6312: creating xdoc from file
6313:
6314: * tests/: results/157.processed, 157.html: - added test for
6315: file:move
6316:
6317: 2007-02-28 misha
6318:
6319: * src/classes/xdoc.C: - another attempt
6320:
6321: * src/classes/xdoc.C: - roll back last changes for a while
6322:
6323: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
6324:
6325: * src/classes/file.C: - under lock we create non-exist dir anyway
6326:
6327: * tests/results/099.processed: - ever send content-disposition to
6328: client with file
6329:
6330: * tests/157.html: + test for file:copy
6331:
6332: 2007-02-26 misha
6333:
6334: * src/classes/file.C: - some similar strings moved to #define
6335: instead of to be copy/pasted many times
6336:
6337: * src/types/pa_vfile.h: - class name string ("file") moved to
6338: #define
6339:
6340: 2007-02-20 misha
6341:
6342: * bin/auto.p.dist.in: - added lines for sqlite
6343:
6344: * configure.in: - added some strings for sqlite detection
6345:
6346: 2007-02-19 misha
6347:
6348: * operators.txt: - some comments changes
6349:
6350: * buildall-with-xml, buildall-without-xml: - some modifications
6351:
6352: 2007-02-17 misha
6353:
6354: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
6355:
6356: * src/main/pa_request.C: - damn, i forgot to commit it while I
6357: change console behaviour
6358:
6359: 2007-02-12 misha
6360:
6361: * src/targets/cgi/parser3.C: - don't print headers if
6362: $console:line[data] was used during cgi execution.
6363:
6364: * src/types/pa_vconsole.h: - console class have bool flag now which
6365: marked as 'true' if class was used.
6366:
6367: * tests/: 152.html, results/152.processed: - more types was added
6368: to test 152
6369:
6370: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
6371: adding 'bool' (^if($image){} caused exception)
6372:
6373: 2007-02-09 misha
6374:
6375: * tests/: 152.html, results/152.processed: - test alightly updated
6376:
6377: * tests/: 152.html, results/152.processed: - test rewrited
6378:
6379: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
6380: bugfix. I broke xdoc & xnode in expression
6381:
6382: 2007-02-08 misha
6383:
6384: * tests/: 152.html, results/152.processed: - add test for checking
6385: 'def' for void, string, bool, int & double
6386:
6387: 2007-02-07 misha
6388:
6389: * operators.txt: - ^file:base64[filespec] was added
6390:
6391: * tests/results/153.processed: - result test for
6392: ^file:base64[filespec] was updated
6393:
6394: * tests/153.html: - test for ^file:base64[filespec] was added
6395:
6396: * src/types/pa_vconsole.h: - little optimization
6397:
6398: * src/classes/file.C: - ^file:base64[filespec]
6399:
6400: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
6401:
6402: * src/include/pa_common.h: - declarations for
6403: ^file:base64[filespec]
6404:
6405: * src/types/pa_vcookie.C: - little optimization
6406:
6407: 2007-02-06 misha
6408:
6409: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
6410: were temporary commented
6411:
6412: * src/types/pa_vbool.h: - bugfix
6413:
6414: * tests/156.html: - added test for bool cookie
6415:
6416: * src/types/pa_vcookie.h: - not needed string "cookie" removed
6417:
6418: * tests/: 155.html, results/155.processed: - added test for check
6419: $.encloser[] option for table save/load
6420:
6421: * tests/: 153.html, 154.html, todo.txt: - two more tests added
6422:
6423: 2007-02-05 misha
6424:
6425: * tests/results/152.processed: - newline at the end was missed
6426:
6427: * tests/results/141.processed: - math:md5 must be lowercased
6428:
6429: * src/targets/cgi/parser3.C: - 2007 in help ;)
6430:
6431: 2007-02-03 misha
6432:
6433: * tests/results/: 150.processed, 151.processed, 152.processed: -
6434: test for bool added and some content length fixes
6435:
6436: * tests/152.html: - test for bool added
6437:
6438: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
6439:
6440: * operators.txt: - info bool class was added
6441:
6442: * src/: classes/Makefile.am, classes/bool.C,
6443: classes/classes.vcproj, classes/double.C, classes/int.C,
6444: classes/string.C, classes/void.C, classes/xnode.C,
6445: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
6446: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
6447: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
6448: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6449: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
6450: types/types.vcproj: - bool class was added
6451:
6452: * src/main/pa_request.C: - fix
6453:
6454: 2007-01-18 misha
6455:
6456: * src/: main/pa_string.C, classes/string.C: - return table during
6457: ^string.match[][] even if no matched found.
6458:
6459: 2006-12-20 misha
6460:
6461: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
6462: http://www.parser.ru/forum/?id=55598 ]
6463:
6464: 2006-12-19 misha
6465:
6466: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
6467: details: http://www.parser.ru/forum/?id=52359
6468:
6469: * src/main/pa_request.C: - always set content-disposition for
6470: $response:body[hash here]. more details:
6471: http://www.parser.ru/forum/?id=52130
6472:
6473: 2006-12-07 misha
6474:
6475: * operators.txt: - added info about bool params in cookie set
6476:
6477: * src/types/pa_vcookie.C: - bool param in cookies available now
6478: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
6479: ]
6480:
6481: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
6482: was added
6483:
6484: 2006-12-02 misha
6485:
6486: * src/classes/file.C: - file_block_read used instead of native read
6487:
6488: * src/main/pa_common.C: - added file_block_read with read error
6489: detection - file_block_read used instead of native read
6490:
6491: * src/include/pa_common.h: - added file_block_read declaration
6492:
6493: 2006-12-01 misha
6494:
6495: * operators.txt: - info about $var.CLASS_NAME was added
6496:
6497: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
6498: $var.CLASS_NAME added
6499:
6500: * operators.txt: - added info about ^file:copy[]
6501:
6502: * src/classes/file.C: - ^file:copy[from;fo] was added
6503:
6504: 2006-11-20 misha
6505:
6506: * src/classes/date.C: - bug fix :)
6507:
6508: 2006-11-17 misha
6509:
6510: * src/include/pa_common.h: - array in crc32 calculation was changed
6511: to static
6512:
6513: * src/main/pa_common.C: - little optimization in getMonthDays -
6514: small changes in crc32 calculation
6515:
6516: * src/classes/date.C: - not needed code was removed
6517:
6518: 2006-11-16 misha
6519:
6520: * src/types/pa_vmail.C: - fix missed brakes
6521:
6522: * src/types/pa_vmail.C: - mail:send now set content-type:
6523: multipart/related instead of multipart/mixed if file have
6524: $.content-id[]
6525:
6526: 2006-11-15 misha
6527:
6528: * src/types/pa_vdouble.h: abs -> fabs
6529:
6530: 2006-11-14 misha
6531:
6532: * operators.txt: - added info about ^file.md5[] and
6533: ^file:md5[file-name]
6534:
6535: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
6536: added
6537:
6538: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
6539: FILE_BUFFER_SIZE
6540:
6541: * src/classes/math.C: - hex_string was moved to pa_common.h
6542:
6543: * src/include/pa_common.h: - hex_string was moved from math.C -
6544: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
6545:
6546: * src/types/pa_vdouble.h: - incorrect frac detection with negative
6547: values was fixed
6548:
6549: 2006-11-13 misha
6550:
6551: * operators.txt: - added info about ^math:crc32[string],
6552: ^file:crc32[file-name] & ^file.crc32[]
6553:
6554: * src/classes/math.C: - added ^math:crc32[string]
6555:
6556: * src/classes/file.C: - some comments were changed - added
6557: ^file:crc32[file-name] and ^file.crc32[]
6558:
6559: * src/: include/pa_common.h, main/pa_common.C: - some functions for
6560: crc32 calculation added
6561:
6562: 2006-11-03 misha
6563:
6564: * src/include/pa_array.h: - not needed variable removed
6565:
6566: * tests/: 150.html, 151.html, results/150.processed,
6567: results/151.processed: - 2 tests were added
6568:
6569: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
6570: with $.reverse(1) were fixed
6571:
6572: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
6573: query converted to $.charset during ^file::load[http://...]
6574:
6575: 2006-11-02 misha
6576:
6577: * src/include/pa_table.h: ups. forget '=' char
6578:
6579: * src/include/pa_table.h: - one more fix in
6580: .locate[...][$.reverse(1)]
6581:
6582: 2006-11-01 misha
6583:
6584: * src/classes/math.C: - bug fix, details:
6585: http://www.parser.ru/forum/?id=53360
6586:
6587: * src/include/pa_table.h: - bug fix during ^table.locate( condition
6588: false for all records )[$.reverse(1)]
6589:
6590: * src/main/pa_http.C: - second param for this mid method is length
6591: but not end_index so this method has error and can't detect
6592: charsets in next content-types: Content-type: text/html;
6593: charset="windows-1251" Content-type: text/html;
6594: charset="windows-1251"; Content-type: text/html;
6595: charset=windows-1251;
6596:
6597: only Content-type: text/html; charset=windows-1251 was fine
6598:
6599: 2006-10-31 misha
6600:
6601: * src/classes/file.C: - empty args in file::exec removed now
6602:
6603: 2006-09-11 misha
6604:
6605: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
6606: replaced to table::create - some changes in text/code formatting
6607:
6608: 2006-09-03 paf
6609:
6610: * src/classes/file.C: proper tainting of
6611: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
6612:
6613: 2006-06-09 paf
6614:
6615: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
6616:
6617: * src/classes/table.C: formatting
6618:
6619: * src/classes/table.C: incorporated patch from misha: Sent:
6620: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
6621: ignoring string options for ^table.save[]
6622:
6623: * src/classes/hash.C: incorporated patch from misha Sent:
6624: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
6625: $hash._default disappear while
6626:
6627: * operators.txt: ^mail:send[ $.file1[ $.value[file]
6628: $.format[!uue|!base64] << new base64 option. default uue ] ]
6629:
6630: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
6631: PM Subject: patch for base64 in ^mail:send[] %-)
6632:
6633: 2006-04-09 paf
6634:
6635: * src/main/compile.tab.C: ` change compiled
6636:
6637: * gnu.vcproj, operators.txt, parser3.sln,
6638: src/classes/classes.vcproj, src/classes/file.C,
6639: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
6640: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
6641: src/classes/xnode.C, src/include/pa_array.h,
6642: src/include/pa_config_fixed.h, src/include/pa_dir.h,
6643: src/include/pa_memory.h, src/include/pa_request.h,
6644: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
6645: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
6646: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
6647: src/lib/pcre/pcre_dftables.vcproj,
6648: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
6649: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
6650: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
6651: src/main/pa_cache_managers.C, src/main/pa_charset.C,
6652: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
6653: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
6654: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
6655: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
6656: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
6657: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
6658: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
6659: src/types/pa_value.h, src/types/pa_vcookie.C,
6660: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
6661: src/types/pa_vmail.C, src/types/pa_vresponse.C,
6662: src/types/pa_vstatus.C, src/types/types.vcproj,
6663: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
6664: ^menu, ^hash/hashfile.foreach
6665:
6666: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
6667: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
6668: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
6669: src/classes/xnode.C, src/include/pa_array.h,
6670: src/include/pa_config_fixed.h, src/include/pa_dir.h,
6671: src/include/pa_memory.h, src/include/pa_request.h,
6672: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
6673: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
6674: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
6675: src/lib/pcre/pcre_dftables.vcproj,
6676: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
6677: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
6678: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
6679: src/main/pa_cache_managers.C, src/main/pa_charset.C,
6680: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
6681: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
6682: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
6683: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
6684: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
6685: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
6686: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
6687: src/types/pa_value.h, src/types/pa_vcookie.C,
6688: src/types/pa_vmail.C, src/types/pa_vresponse.C,
6689: src/types/pa_vstatus.C, src/types/types.vcproj,
6690: tests/descript.ion: ! switched to VS2005 (projects and
6691: object<info explicitly typed>.for_each(, info)) +
6692: $response:field[] setting void means removing + grammar $name`
6693: name stops now, for mysql `$field` + started ^break[]
6694: ^continue[], in ^for. TODO: to other iterators (while, menu,
6695: foreach) + all log messages += [uri=, method=, cl=]
6696:
6697: * buildall-with-xml: merged . ftp paths update
6698:
6699: * buildall-with-xml: . ftp paths update
6700:
6701: 2006-03-04 paf
6702:
6703: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
6704: checks++ [thanks to Igor Zinkovsky for detailed report]
6705:
6706: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
6707: Igor Zinkovsky for detailed report]
6708:
6709: 2006-03-01 paf
6710:
6711: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
6712: \n to ' ' in
6713:
6714: 2006-02-18 paf
6715:
6716: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
6717: \n to ' ' in
6718:
6719: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
6720:
6721: 2006-02-03 paf
6722:
6723: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
6724: base64
6725:
6726: * src/main/pa_common.C: ! bugfix: decoding from base64
6727:
6728: 2006-01-20 paf
6729:
6730: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
6731: economy fix
6732:
6733: * src/classes/: table.C: merged from HEAD ! bugfix
6734: ^table.save[$.encloser-s now handled properly
6735:
6736: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
6737: handled properly
6738:
6739: 2006-01-19 paf
6740:
6741: * buildall-with-xml, buildall-without-xml: merged from HEAD !
6742: libgc:USE_MUNMAP activates merging of free memory blocks which
6743: helps a lot in our case: after transform we want
6744: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
6745:
6746: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
6747: economy fix
6748:
6749: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
6750: activates merging of free memory blocks which helps a lot in our
6751: case: after transform we want CORD(main.result)->cstr[big
6752: malloc]->transcode[big malloc]
6753:
6754: 2006-01-17 paf
6755:
6756: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
6757: before reading them. got rid of reallocs = became quicker and
6758: less fragmentated
6759:
6760: 2005-12-29 paf
6761:
6762: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
6763: configure, configure.in, src/include/pa_version.h,
6764: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
6765: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
6766: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
6767: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
6768: src/lib/ltdl/missing: . merged from 3.2.1
6769:
6770: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
6771: packaged when 'make dist', so do configure companion files in
6772: src/lib/ltdl
6773:
6774: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
6775: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
6776: missing: . now config_auto.h is created with configure [were
6777: constant]
6778:
6779: * INSTALL: . references to documentation and some clarification
6780:
6781: * buildall-with-xml, buildall-without-xml: . farawell doc
6782: indication
6783:
6784: * Makefile.am: . dist+=buildall*
6785:
6786: 2005-12-28 paf
6787:
6788: * configure: . 3.2.1
6789:
6790: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
6791: simplify build process, see INSTALL
6792:
6793: 2005-12-26 paf
6794:
6795: * configure: ver
6796:
6797: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
6798: version
6799:
6800: 2005-12-21 paf
6801:
6802: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
6803: compiled with bison 1.875b, it reports unexpected token names
6804:
6805: 2005-12-19 paf
6806:
6807: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
6808: holds a link to xmlNode to prevent premature gc(xmlNode)
6809:
6810: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
6811: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
6812: src/main/main.vcproj, src/main/pa_globals.C,
6813: src/targets/cgi/parser3.vcproj,
6814: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
6815: configure, configure.in, src/include/pa_version.h: . killing
6816: gdome [what a relief]
6817:
6818: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
6819: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
6820: run_parser.sh, results/001.processed, results/002.processed,
6821: results/003.processed, results/004.processed,
6822: results/005.processed, results/006.processed,
6823: results/008.processed, results/009.processed,
6824: results/010.processed, results/011.processed,
6825: results/012.processed, results/013.processed,
6826: results/014.processed, results/015.processed,
6827: results/016.processed, results/017.processed,
6828: results/018.processed, results/020.processed,
6829: results/021.processed, results/022.processed,
6830: results/023.processed, results/024.processed,
6831: results/025.processed, results/026.processed,
6832: results/027.processed, results/028.processed,
6833: results/029.processed, results/030.processed,
6834: results/031.processed, results/032.processed,
6835: results/033.processed, results/034.processed,
6836: results/035.processed, results/036.processed,
6837: results/037.processed, results/038.processed,
6838: results/039.processed, results/040.processed,
6839: results/041.processed, results/042.processed,
6840: results/043.processed, results/044.processed,
6841: results/045.processed, results/046.processed,
6842: results/047.processed, results/048.processed,
6843: results/049.processed, results/050.processed,
6844: results/051.processed, results/052.processed,
6845: results/053.processed, results/054.processed,
6846: results/055.processed, results/056.processed,
6847: results/057.processed, results/058.processed,
6848: results/059.processed, results/060.processed,
6849: results/061.processed, results/062.processed,
6850: results/063.processed, results/064.processed,
6851: results/065.processed, results/066.processed,
6852: results/067.processed, results/068.processed,
6853: results/069.processed, results/070.processed,
6854: results/071.processed, results/072.processed,
6855: results/073.processed, results/074.processed,
6856: results/075.processed, results/076.processed,
6857: results/077.processed, results/078.processed,
6858: results/079.processed, results/080.processed,
6859: results/081.processed, results/082.processed,
6860: results/083.processed, results/084.processed,
6861: results/085.processed, results/086.processed,
6862: results/087.processed, results/088.processed,
6863: results/089.processed, results/090.processed,
6864: results/091.processed, results/092.processed,
6865: results/093.processed, results/094.processed,
6866: results/095.processed, results/096.processed,
6867: results/097.processed, results/099.processed,
6868: results/100.processed, results/101.processed,
6869: results/102.processed, results/104.processed,
6870: results/105.processed, results/106.processed,
6871: results/107.processed, results/108.processed,
6872: results/109.processed, results/110.processed,
6873: results/111.processed, results/112.processed,
6874: results/113.processed, results/114.processed,
6875: results/115.processed, results/117.processed,
6876: results/119.processed, results/120.processed,
6877: results/121.processed, results/122.processed,
6878: results/123.processed, results/124.processed,
6879: results/125.processed, results/126.processed,
6880: results/127.processed, results/128.processed,
6881: results/129.processed, results/130.processed,
6882: results/131.processed, results/132.processed,
6883: results/133.processed, results/134.processed,
6884: results/135.processed, results/136.processed,
6885: results/138.processed, results/139.processed,
6886: results/140.processed, results/141.processed,
6887: results/142.processed, results/143.processed,
6888: results/144.processed, results/145.processed,
6889: results/146.processed, results/147.processed,
6890: results/148.processed, results/149.processed, results/auto.p: .
6891: now works if we turn off default auto.p
6892:
6893: * configure: . makes
6894:
6895: * src/types/pa_vxnode.C: . less warnings
6896:
6897: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
6898: tests/145.html, tests/149.html, tests/descript.ion,
6899: tests/outputs/d.cmd, tests/results/142.processed,
6900: tests/results/143.processed, tests/results/144.processed,
6901: tests/results/145.processed, tests/results/146.processed,
6902: tests/results/147.processed, tests/results/148.processed,
6903: tests/results/149.processed: . removed .nodeValue from all node
6904: types other than 5 (grabbed piece from gdome)
6905:
6906: * tests/: 137.html, results/137.processed: . not handled this case
6907: yet. code does not hang from inserting parent into child,
6908: considering thing minor issue -- nodes are removed from source
6909: anyway, don't know why shold that be an error after all
6910:
6911: * src/targets/cgi/parser3.C: . style
6912:
6913: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
6914: xdoc too [were barking "not element"]
6915:
6916: 2005-12-16 paf
6917:
6918: * tests/: 146.html, 147.html, 148.html: . more tests
6919:
6920: * src/classes/xnode.C: . also bark on possible errors
6921:
6922: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
6923: props
6924:
6925: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
6926: main/compile.y: merged from HEAD ! fixed overoptimized
6927: ^call(false) case. (confused it with ^call[] case)
6928:
6929: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
6930: ^call(false) case. (confused it with ^call[] case)
6931:
6932: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
6933:
6934: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
6935: results/001.processed, results/002.processed,
6936: results/003.processed, results/004.processed,
6937: results/005.processed, results/006.processed,
6938: results/008.processed, results/009.processed,
6939: results/010.processed, results/011.processed,
6940: results/012.processed, results/013.processed,
6941: results/014.processed, results/015.processed,
6942: results/016.processed, results/017.processed,
6943: results/018.processed, results/019.processed,
6944: results/020.processed, results/021.processed,
6945: results/022.processed, results/023.processed,
6946: results/024.processed, results/025.processed,
6947: results/026.processed, results/027.processed,
6948: results/028.processed, results/029.processed,
6949: results/030.processed, results/031.processed,
6950: results/032.processed, results/033.processed,
6951: results/034.processed, results/035.processed,
6952: results/036.processed, results/037.processed,
6953: results/038.processed, results/039.processed,
6954: results/040.processed, results/041.processed,
6955: results/042.processed, results/043.processed,
6956: results/044.processed, results/045.processed,
6957: results/046.processed, results/047.processed,
6958: results/048.processed, results/049.processed,
6959: results/050.processed, results/051.processed,
6960: results/052.processed, results/053.processed,
6961: results/054.processed, results/055.processed,
6962: results/056.processed, results/057.processed,
6963: results/058.processed, results/059.processed,
6964: results/060.processed, results/061.processed,
6965: results/062.processed, results/063.processed,
6966: results/064.processed, results/065.processed,
6967: results/066.processed, results/067.processed,
6968: results/068.processed, results/069.processed,
6969: results/070.processed, results/071.processed,
6970: results/072.processed, results/073.processed,
6971: results/074.processed, results/075.processed,
6972: results/076.processed, results/077.processed,
6973: results/078.processed, results/079.processed,
6974: results/080.processed, results/081.processed,
6975: results/082.processed, results/083.processed,
6976: results/084.processed, results/085.processed,
6977: results/086.processed, results/087.processed,
6978: results/088.processed, results/089.processed,
6979: results/090.processed, results/091.processed,
6980: results/092.processed, results/093.processed,
6981: results/094.processed, results/095.processed,
6982: results/096.processed, results/097.processed,
6983: results/099.processed, results/101.processed,
6984: results/102.processed, results/104.processed,
6985: results/105.processed, results/106.processed,
6986: results/107.processed, results/108.processed,
6987: results/109.processed, results/110.processed,
6988: results/111.processed, results/112.processed,
6989: results/113.processed, results/114.processed,
6990: results/115.processed, results/116.processed,
6991: results/117.processed, results/118.processed,
6992: results/119.processed, results/120.processed,
6993: results/121.processed, results/122.processed,
6994: results/123.processed, results/124.processed,
6995: results/125.processed, results/126.processed,
6996: results/127.processed, results/128.processed,
6997: results/129.processed, results/130.processed,
6998: results/131.processed, results/132.processed,
6999: results/133.processed, results/134.processed,
7000: results/135.processed, results/136.processed,
7001: results/137.processed, results/138.processed,
7002: results/139.processed, results/140.processed,
7003: results/141.processed: . refreshed old tests, made them work
7004: without auto.p (in utf8) . things noted: . gif got encoded
7005: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
7006: some strange year)
7007:
7008: * INSTALL: . revived linux libgc fix
7009:
7010: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
7011: glib/gdome in INSTALL and patches]
7012:
7013: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
7014: include/pa_charset.h, include/pa_config_includes.h,
7015: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
7016: include/pa_xml_exception.h, lib/cord/Makefile.am,
7017: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7018: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
7019: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
7020: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
7021: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
7022: types/pa_vxnode.h: . started killing gdome
7023:
7024: 2005-12-13 paf
7025:
7026: * src/main/: pa_request.C: merged from HEAD ! when code in
7027: @unhandled_exception thrown another exception, print correct
7028: origin (earlier code in catch of exception inside of
7029: @unhandled_exception grabbed parent_frame(original_exception)
7030: origin and printed it, instead of true origin)
7031:
7032: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
7033: another exception, print correct origin (earlier code in catch of
7034: exception inside of @unhandled_exception grabbed
7035: parent_frame(original_exception) origin and printed it, instead
7036: of true origin)
7037:
7038: 2005-12-09 paf
7039:
7040: * INSTALL: . updated INSTALL doc to work around linux stack base
7041: detection problem, due to change in gc6.4 code
7042:
7043: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
7044: ignored in ^string.matched :(
7045:
7046: * src/main/pa_string.C: ! regex tainting were ignored in
7047: ^string.matched :(
7048:
7049: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
7050: src/include/pa_config_fixed.h, src/include/pa_version.h,
7051: src/main/compile.y, src/main/compile_tools.h,
7052: src/main/pa_charset.C, src/main/pa_common.C,
7053: src/main/pa_globals.C, src/main/pa_string.C,
7054: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
7055: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
7056:
7057: 2005-12-08 paf
7058:
7059: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
7060: 500 chars now handled OK [were wrapped on 500th char according to
7061: rfc, but sendmail failed to unwrap it properly]
7062:
7063: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
7064: handled OK [were wrapped on 500th char according to rfc, but
7065: sendmail failed to unwrap it properly]
7066:
7067: * src/targets/isapi/parser3isapi.C: . less warnings
7068:
7069: * src/targets/isapi/parser3isapi.C: . undone some strange change
7070: since 3.1.5
7071:
7072: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
7073: link fixes
7074:
7075: * src/: classes/date.C, include/pa_config_fixed.h,
7076: main/compile.tab.C, main/compile.y, main/compile_tools.h,
7077: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
7078: main/pa_string.C, targets/cgi/getopt.c: . less warnings
7079:
7080: * src/include/pa_config_fixed.h: . removed outdated string origins
7081: [in current storage scheme there's no place for them. someday we
7082: can add third CORD to store origins and special version of parser
7083: which stores origins there [separate binary]]
7084:
7085: 2005-12-07 paf
7086:
7087: * src/targets/isapi/parser3isapi.C: . now links in release mode
7088:
7089: * src/include/pa_version.h: makefiles
7090:
7091: * src/include/pa_version.h: . not beta
7092:
7093: * configure, configure.in, src/include/pa_version.h: not beta
7094:
7095: 2005-12-06 paf
7096:
7097: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
7098: [some details here http://i2/tasks/edit/?id=4869912143891354460]
7099: decided to undo the change ^call[$void] passes void. now it will
7100: pass empty string again.
7101:
7102: * src/main/: compile.tab.C, compile.y: . version readded
7103:
7104: * src/classes/op.C: . in this version there is no ^switch[$nothing]
7105: = ^switch[void] problem
7106:
7107: 2005-12-01 paf
7108:
7109: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
7110: caused ^case[string] to be coerced to double since searching
7111: value were not string (it was vvoid)
7112:
7113: * src/classes/op.C: . bugfix ^switch[$void_value] caused
7114: ^case[string] to be coerced to double since searching value were
7115: not string (it was vvoid)
7116:
7117: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
7118: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
7119:
7120: 2005-11-30 paf
7121:
7122: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
7123: win32 must putenv("TZ="), on unix works only putenv("TZ")
7124:
7125: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
7126: putenv("TZ="), on unix works only putenv("TZ")
7127:
7128: * INSTALL: . xml libs versions updated
7129:
7130: * src/main/pa_globals.C: //20051130 trying to remove this, author
7131: claims that fixed a lot there // 20040920 for now both
7132: workarounds needed. wait for new libxml/xsl versions
7133:
7134: 2005-11-28 paf
7135:
7136: * src/classes/table.C: merged from HEAD: ! nameless table has
7137: columns==0
7138:
7139: * src/classes/table.C: ! nameless table has columns==0
7140:
7141: * src/main/pa_http.C: merged from HEAD: ! status line check made
7142: earlier [was totally wrong]
7143:
7144: * src/main/pa_http.C: ! status line check made earlier [was totally
7145: wrong]
7146:
7147: 2005-11-25 paf
7148:
7149: * src/include/pa_array.h: -this reduces speed(table::load) strange.
7150: undoing for now...
7151:
7152: * src/include/pa_version.h: -this reduces speed(table::load),
7153: strange. undoing
7154:
7155: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
7156:
7157: * src/classes/op.C: + ^while(){}[SEPARATOR]
7158:
7159: * src/include/pa_array.h: + optimistics added: all arrays (table
7160: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
7161: this speeds things up and saves memory a LOT! (not noticed
7162: negative effect on syntetic tests, future will tell...)
7163:
7164: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
7165: changed gc_malloc implementation, which obscured profiling
7166:
7167: * src/classes/table.C: merged from HEAD: + optimized
7168: table::load/sql, now row ArrayString-s allocated with
7169: columns.count() elements and don't always grow from
7170: count=3[realloc,realloc]
7171:
7172: * src/classes/table.C: + optimized table::load/sql, now row
7173: ArrayString-s allocated with columns.count() elements and don't
7174: always grow from count=3[realloc,realloc]
7175:
7176: * src/classes/table.C: merged from HEAD: . ^table.save unused
7177: buffer after save
7178:
7179: * src/classes/table.C: . ^table.save unused buffer after save
7180:
7181: 2005-11-24 paf
7182:
7183: * configure.in: . merged glib2-config patch
7184:
7185: * configure.in: + trying to find glib2-config
7186:
7187: * src/: classes/file.C, include/pa_common.h, main/execute.C,
7188: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
7189: file/dir_readable to simple file/dir_exist, this would help in
7190: situations "class not found because .p file has bad rights" << in
7191: that case error would be explicit "access denied to 'this' file"
7192:
7193: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
7194:
7195: * src/: classes/file.C, include/pa_common.h, main/execute.C,
7196: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
7197: to simple file/dir_exist, this would help in situations "class
7198: not found because .p file has bad rights" << in that case error
7199: would be explicit "access denied to 'this' file"
7200:
7201: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
7202: include/pa_http.h, main/Makefile.am, main/main.vcproj,
7203: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
7204: ^file::exec/cgi[script;$.charset[changed]
7205: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
7206: encoded in $.charset charset
7207:
7208: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
7209: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
7210: encoded in $.charset charset
7211:
7212: * src/: include/Makefile.am, include/pa_common.h,
7213: include/pa_http.h, main/Makefile.am, main/main.vcproj,
7214: main/pa_common.C, main/pa_http.C: . extracted http:// into
7215: separate file [preparation for
7216: ^file::cgi[script;$.form[$.field1[]
7217:
7218: 2005-11-22 paf
7219:
7220: * src/: include/pa_version.h, main/compile.tab.C: makefiles
7221:
7222: * acinclude.m4, configure.in: . merged underquting fixes
7223:
7224: * src/include/pa_config_auto.h.in: configure+makes
7225:
7226: * src/classes/op.C: . overmerged a little
7227:
7228: * src/main/compile.tab.C: Makefile
7229:
7230: * src/main/: pa_common.C: . less gcc warnings
7231:
7232: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
7233: now reports original exception if we have no old cache
7234:
7235: * src/classes/op.C: + $exception.handled[cache] now reports
7236: original exception if we have no old cache
7237:
7238: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
7239: from HEAD: + ^taint/untaint[regex] << escapes these:
7240: \^$.[]|()?*+{}
7241:
7242: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
7243: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
7244:
7245: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
7246: getenv-ed variable, which does not work both on win32&unix.
7247: copied old TZ value now
7248:
7249: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
7250: stored pointer to getenv-ed variable, which does not work both on
7251: win32&unix. copied old TZ value now
7252:
7253: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
7254: getenv-ed variable, which does not work both on win32&unix.
7255: copied old TZ value now
7256:
7257: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
7258: access to internal hash
7259:
7260: * src/types/pa_vresponse.C: + $response:headers access to internal
7261: hash
7262:
7263: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
7264: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
7265: isapi] this reduces number of "GC Warning: Repeated allocation of
7266: very large block" messages to only important onces
7267:
7268: * src/targets/isapi/parser3isapi.C: +
7269: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
7270: isapi] this reduces number of "GC Warning: Repeated allocation of
7271: very large block" messages to only important onces
7272:
7273: * src/classes/string.C: merged from HEAD: + removed limitation on
7274: ^string/int/double:sql{}[$.default[({param style})] ]
7275:
7276: * src/classes/string.C: + removed limitation on
7277: ^string/int/double:sql{}[$.default[({param style})] ]
7278:
7279: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
7280: with ?params or $.form option" limitation
7281:
7282: * src/main/pa_common.C: + removed "use either uri with ?params or
7283: $.form option" limitation
7284:
7285: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7286: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
7287: ^file::base64[encoded] decode
7288:
7289: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7290: main/pa_common.C: + ^file.base64[] encode +
7291: ^file::base64[encoded] decode
7292:
7293: * src/classes/: file.C, string.C: + ^string.base64[] encode +
7294: ^string:base64[encoded] decode
7295:
7296: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
7297: ^string:base64[in] encode + ^string.base64[] decode
7298:
7299: 2005-11-21 paf
7300:
7301: * src/classes/file.C: + merged from HEAD:
7302: ^file::create[text;file.xml;^untaint[xml]{data}]
7303:
7304: * src/classes/file.C: +
7305: ^file::create[text;file.xml;^untaint[xml]{data}]
7306:
7307: * src/main/pa_request.C: ! merged: $response:body[file] now
7308: differes from :download, it does not return content-disposition
7309: at all now [previusely it returned valueless content-disposition]
7310:
7311: * src/main/pa_request.C: ! $response:body[file] now differes from
7312: :download, it does not return content-disposition at all now
7313: [previusely it returned valueless content-disposition]
7314:
7315: * src/main/: compile.tab.C, compile.y: ! overoptimized void
7316: literals, reverted to just vvod, recreating empty array with each
7317: void_value token. that's absolutely needed, since that array
7318: grows
7319:
7320: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
7321: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
7322: types/pa_vmethod_frame.h: + merged: expression literals:
7323: true/false. ^format[$.indent(true)]
7324:
7325: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
7326: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
7327: types/pa_vmethod_frame.h: + expression literals: true/false.
7328: ^format[$.indent(true)]
7329:
7330: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
7331: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
7332: i386-pc-win32)"
7333:
7334: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
7335: $env:PARSER_VERSION reports "3.1.5beta (compiled on
7336: i386-pc-win32)"
7337:
7338: 2005-11-18 paf
7339:
7340: * src/classes/: double.C, int.C: ! ^int/double:sql{select
7341: null}[$.default(123)] will now return default value
7342:
7343: * src/classes/op.C: + merged ^cache[] << returns current cache
7344: expiration time
7345:
7346: * src/classes/op.C: + ^cache[] << returns current cache expiration
7347: time
7348:
7349: * src/classes/table.C: ! merged ^table::create[not'nameless';
7350: failed << Exception.problem_source pointed to local var!
7351:
7352: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
7353: Exception.problem_source pointed to local var!
7354:
7355: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
7356: now loads VFile.ptr!=0, so such files can be saved now
7357:
7358: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
7359: loads VFile.ptr!=0, so such files can be saved now
7360:
7361: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
7362: only . and .. now removed from list [were removed all .*]
7363:
7364: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
7365: .. now removed from list [were removed all .*]
7366:
7367: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
7368: open error now checked, were not :( [stole that piece from apache
7369: 1.3 sources]
7370:
7371: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
7372: checked, were not :( [stole that piece from apache 1.3 sources]
7373:
7374: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
7375: untainting of @main result if returned by $result or
7376: $response:body
7377:
7378: * src/main/pa_request.C: ! ensured proper untainting of @main
7379: result if returned by $result or $response:body
7380:
7381: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
7382: issue: now tries to guess content-length and allocates one big
7383: piece if possible [regretfully gc_realloc works as malloc+free,
7384: leaving lots of holes behind]
7385:
7386: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
7387: fixed file load memory issue: now tries to guess content-length
7388: and allocates one big piece if possible [regretfully gc_realloc
7389: works as malloc+free, leaving lots of holes behind]
7390:
7391: 2005-11-16 paf
7392:
7393: * src/: include/pa_common.h, classes/file.C, classes/table.C,
7394: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
7395: table::save with enclosers now doubles them: "->"" !
7396: table::save/load do not remove elements from options hash
7397:
7398: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
7399: [were overoptimized ^if(double_literal), compiler confused
7400: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
7401:
7402: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
7403: [were overoptimized ^if(double_literal), compiler confused
7404: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
7405:
7406: * src/: classes/file.C, classes/table.C, include/pa_common.h,
7407: main/pa_common.C: ! table::save with enclosers now doubles them:
7408: "->"" ! table::save/load do not remove elements from options hash
7409:
7410: 2005-11-03 paf
7411:
7412: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
7413: compilation, not all makefiles liked that
7414:
7415: 2005-08-30 paf
7416:
7417: * src/classes/op.C: merge . speedup check of [DEFAULT]
7418:
7419: * src/classes/op.C: . speedup check of [DEFAULT]
7420:
7421: 2005-08-26 paf
7422:
7423: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
7424:
7425: * src/: classes/date.C, types/pa_vdate.h: + date.week
7426:
7427: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
7428: complains about bad!=nameless
7429:
7430: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
7431: about bad!=nameless
7432:
7433: * src/classes/: hash.C, string.C, table.C, void.C: merged !
7434: optional options were allowed to be empty. were checked
7435: if(is_string), changed to !defined||is_string to allow void
7436:
7437: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
7438: classes/string.C, classes/table.C, classes/void.C: ! optional
7439: options were allowed to be empty. were checked if(is_string),
7440: changed to !defined||is_string to allow void
7441:
7442: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
7443: as_junction where they needed as_int/double, so failed with
7444: recent "(const) now no junction" optimization
7445:
7446: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
7447: merged ! many classes/* used as_junction where they needed
7448: as_int/double, so failed with recent "(const) now no junction"
7449: optimization
7450:
7451: * src/: classes/double.C, classes/int.C, classes/math.C,
7452: classes/op.C, classes/string.C, classes/table.C,
7453: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
7454: used as_junction where they needed as_int/double, so failed with
7455: recent "(const) now no junction" optimization
7456:
7457: 2005-08-24 paf
7458:
7459: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
7460: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
7461: stripped it
7462:
7463: 2005-08-09 paf
7464:
7465: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
7466: not cleared
7467:
7468: * src/: classes/classes.C, classes/classes.h, classes/date.C,
7469: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7470: classes/hashfile.C, classes/image.C, classes/int.C,
7471: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
7472: classes/response.C, classes/string.C, classes/table.C,
7473: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
7474: include/pa_array.h, include/pa_cache_managers.h,
7475: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7476: include/pa_config_fixed.h, include/pa_config_includes.h,
7477: include/pa_dictionary.h, include/pa_dir.h,
7478: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7479: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
7480: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
7481: include/pa_request_charsets.h, include/pa_request_info.h,
7482: include/pa_sapi.h, include/pa_socks.h,
7483: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7484: include/pa_stack.h, include/pa_string.h,
7485: include/pa_stylesheet_connection.h,
7486: include/pa_stylesheet_manager.h, include/pa_table.h,
7487: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7488: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7489: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7490: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
7491: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
7492: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7493: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7494: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7495: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
7496: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
7497: main/pa_sql_driver_manager.C, main/pa_string.C,
7498: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
7499: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
7500: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
7501: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7502: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7503: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7504: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7505: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7506: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7507: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
7508: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
7509: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
7510: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
7511: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
7512: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7513: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7514: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
7515: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7516: types/pa_vresponse.C, types/pa_vresponse.h,
7517: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7518: types/pa_vstateless_object.h, types/pa_vstatus.C,
7519: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
7520: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
7521: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7522: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
7523: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
7524:
7525: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
7526: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
7527: speedup consequent checks in vmethod_frame
7528:
7529: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
7530: not cleared
7531:
7532: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
7533: params: 50 max (were 10)
7534:
7535: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
7536: params: 50 max (were 10)
7537:
7538: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
7539: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
7540: pa_wcontext.h: + ^call[$void] param inside now is void (were:
7541: empty string) ! simplified (double) speedup consequent checks in
7542: vmethod_frame
7543:
7544: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
7545: optimized constants in expressions vstring->vdouble + optimized
7546: ^call(vdouble), no junction creation, no calls later
7547:
7548: 2005-08-08 paf
7549:
7550: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
7551: integrated
7552:
7553: * bin/auto.p.dist.in: . apache bad 404 handling workaround
7554: integrated
7555:
7556: * src/main/: compile.tab.C, compile.y, compile_tools.C,
7557: compile_tools.h: merged + optimized constants in expressions
7558: vstring->vdouble + optimized ^call(vdouble), no junction
7559: creation, no calls later
7560:
7561: * src/types/pa_vdouble.h: merged . double values without fractional
7562: part now default printed as %.0f instead of %g
7563:
7564: * src/types/pa_vdouble.h: . double values without fractional part
7565: now default printed as %.0f instead of %g
7566:
7567: * src/classes/hashfile.C: . merged ! second hashfile::open would
7568: cause an exception
7569:
7570: * src/classes/hashfile.C: ! second hashfile::open would cause an
7571: exception
7572:
7573: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
7574: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7575: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7576: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
7577: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
7578: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
7579: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7580: types/pa_vresponse.h, types/pa_vstateless_class.C,
7581: types/pa_vstateless_object.h, types/pa_vvoid.h,
7582: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
7583: merged VJunction(new Junction) optimization from 3.1.4
7584:
7585: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
7586: types/pa_vstateless_class.C: + optimized new VJunction(new
7587: Junction(params)) to new VJunction(params), thousands of mallocs
7588: removed
7589:
7590: 2005-08-05 paf
7591:
7592: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
7593: types/pa_vdouble.h, types/pa_vmethod_frame.C,
7594: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
7595: creation, no calls later
7596:
7597: * src/: classes/classes.C, classes/classes.h, classes/date.C,
7598: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7599: classes/hashfile.C, classes/image.C, classes/int.C,
7600: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
7601: classes/response.C, classes/string.C, classes/table.C,
7602: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
7603: include/pa_array.h, include/pa_cache_managers.h,
7604: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7605: include/pa_config_fixed.h, include/pa_config_includes.h,
7606: include/pa_dictionary.h, include/pa_dir.h,
7607: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7608: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
7609: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
7610: include/pa_request_charsets.h, include/pa_request_info.h,
7611: include/pa_sapi.h, include/pa_socks.h,
7612: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7613: include/pa_stack.h, include/pa_string.h,
7614: include/pa_stylesheet_connection.h,
7615: include/pa_stylesheet_manager.h, include/pa_table.h,
7616: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7617: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7618: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7619: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
7620: lib/smtp/smtp.h, main/compile.C, main/compile.y,
7621: main/compile_tools.C, main/compile_tools.h, main/execute.C,
7622: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
7623: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
7624: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
7625: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
7626: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
7627: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
7628: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
7629: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
7630: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7631: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7632: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
7633: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
7634: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
7635: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
7636: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
7637: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
7638: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
7639: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7640: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
7641: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
7642: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7643: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
7644: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
7645: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7646: types/pa_vstateless_object.h, types/pa_vstatus.C,
7647: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
7648: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
7649: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7650: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
7651: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
7652:
7653: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
7654: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
7655: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
7656: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
7657: main/compile.y, main/compile_tools.C, main/compile_tools.h,
7658: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
7659: optimized constants in expressions vstring->vdouble
7660:
7661: 2005-07-29 paf
7662:
7663: * src/types/pa_vclass.C: . shaped up error messages a bit
7664:
7665: * src/types/pa_vclass.C: + property getter can now be overridden
7666:
7667: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
7668: bug fix: static parent fields were not replaced in case
7669: $derived:field[put] + property setter can now be overridden
7670:
7671: 2005-07-28 paf
7672:
7673: * configure, configure.in, src/classes/classes.h,
7674: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
7675: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
7676: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
7677: src/classes/xnode.h, src/include/pa_hash.h,
7678: src/include/pa_version.h, src/main/execute.C,
7679: src/types/Makefile.am, src/types/pa_method.h,
7680: src/types/pa_value.h, src/types/pa_vclass.C,
7681: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
7682: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
7683: src/types/pa_vcookie.h, src/types/pa_vhash.h,
7684: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
7685: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
7686: src/types/pa_vobject.C, src/types/pa_vobject.h,
7687: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
7688: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
7689: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
7690: src/types/pa_vstateless_class.h,
7691: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
7692: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
7693: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
7694: dynamic_fields_join
7695:
7696: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7697: classes/xnode.C, include/pa_hash.h, main/execute.C,
7698: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
7699: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
7700: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
7701: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
7702: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
7703: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7704: types/pa_vresponse.h, types/pa_vstateless_object.h,
7705: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
7706: types/pa_wwrapper.h: ! restored put_element('replace' param), and
7707: restored its checks in vobject.put_element->static fields |
7708: dynamic properties
7709:
7710: 2005-07-27 paf
7711:
7712: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
7713: is some old code containing @set_name $name
7714:
7715: * src/types/pa_vobject.h: . fixed warning
7716:
7717: * configure, configure.in, src/include/pa_version.h,
7718: src/types/Makefile.am: 3.2.0beta started
7719:
7720: * src/: classes/xnode.C, include/pa_hash.h,
7721: types/pa_vstateless_class.C: ! new asserts were all false.
7722: regretfully reverted them all to checks
7723:
7724: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
7725: classes/op.C, main/execute.C, types/pa_method.h,
7726: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7727: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7728: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
7729: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
7730: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
7731: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
7732: types/pa_vstateless_object.h, types/pa_vvoid.h,
7733: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
7734: joined_dynamic_fields: removed unused param from put_method
7735: (returned to 3 params)
7736:
7737: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
7738: joined_dynamic_fields: dynamic get/set works with overriding
7739: props [alpha2]
7740:
7741: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
7742: works [alfa]
7743:
7744: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
7745: classes/op.C, include/pa_hash.h, main/execute.C,
7746: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
7747: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
7748: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
7749: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
7750: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
7751: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7752: types/pa_vresponse.h, types/pa_vstateless_class.C,
7753: types/pa_vstateless_object.h, types/pa_vvoid.h,
7754: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
7755: joined_dynamic_fields: just compiled
7756:
7757: * src/: classes/date.C, classes/file.C, classes/hash.C,
7758: classes/hashfile.C, classes/image.C, classes/table.C,
7759: classes/xdoc.C, classes/xnode.h, main/execute.C,
7760: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7761: types/pa_vstateless_class.h: joined_dynamic_fields: started
7762:
7763: * src/types/pa_vobject.C: . object setters [only started, does not
7764: work yet]
7765:
7766: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
7767: object setters [only started, does not work yet]
7768:
7769: 2005-07-26 paf
7770:
7771: * src/: include/pa_request.h, main/execute.C: . properties: set
7772: works [alpha2]. for classes. todo: for objects
7773:
7774: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
7775: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7776: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7777: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
7778: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
7779: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
7780: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
7781: types/pa_vstateless_object.h, types/pa_vvoid.h,
7782: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
7783: properties: set works [alpha1]
7784:
7785: 2005-07-25 paf
7786:
7787: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
7788: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
7789: properties: started, get works [alpha1, other approach]
7790:
7791: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
7792: properties: started, get works [alpha2]
7793:
7794: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7795: pa_vstateless_class.h: . properties: started, get works [alpha]
7796:
7797: 2005-07-15 paf
7798:
7799: * src/: classes/classes.h, classes/op.C, main/execute.C,
7800: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
7801: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7802: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7803: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
7804: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
7805: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
7806: types/pa_vresponse.C, types/pa_vresponse.h,
7807: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7808: types/pa_vstateless_object.h, types/pa_vvoid.h,
7809: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
7810: types/pa_wwrapper.h, types/types.vcproj: + started property
7811: [getters work but think of changing them too to precaching]
7812:
7813: 2005-07-08 paf
7814:
7815: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
7816: gpf
7817:
7818: 2005-06-28 paf
7819:
7820: * src/: classes/file.C, main/untaint.C: ! string invariant violated
7821: in passing empty strings to file::exec/cgi environment
7822:
7823: 2005-06-06 paf
7824:
7825: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
7826: ^table:sql ^hash:sql now DO process $.bind option
7827:
7828: 2005-05-24 paf
7829:
7830: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
7831: $.limit] now work again [support was broken in 3.1.4]
7832:
7833: * src/: main/pa_string.C, classes/op.C: . steps toward removing
7834: ALL_INTERIOR_POINTERS
7835:
7836: 2005-05-12 paf
7837:
7838: * configure: 3.1.5beta
7839:
7840: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
7841:
7842: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
7843: $.limit] now work again [support was broken in 3.1.4]
7844:
7845: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
7846: line-width [was refusing to fill if line-width >1, thanks to
7847: Seras <seras@pinxit.lt> for repro case
7848:
7849: 2005-04-25 paf
7850:
7851: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
7852: correctly
7853:
7854: 2005-04-19 paf
7855:
7856: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
7857: in VString violating invariant!!
7858:
7859: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
7860: getenv("TZ")==null
7861:
7862: 2005-04-08 paf
7863:
7864: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
7865: bugfix: when there is no char in charset one byte produces 6
7866: (ÿ <<max). increased buffer size!
7867:
7868: 2005-03-23 paf
7869:
7870: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
7871: ^date.sql-string now takes TZ into account
7872:
7873: 2005-03-16 paf
7874:
7875: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
7876: gcc 3.4
7877:
7878: * src/types/pa_vhash.C: . warning about eof eol
7879:
7880: 2005-02-17 paf
7881:
7882: * operators.txt, src/classes/op.C: + operator ^sleep(double
7883: seconds)
7884:
7885: 2005-02-02 paf
7886:
7887: * src/classes/xnode.C: beauty: removed needless includes
7888:
7889: 2005-01-31 paf
7890:
7891: * src/types/pa_vmail.C: change: $.partX now always 1... change:
7892: $.partNoNumber now alias to $.part1
7893:
7894: * src/types/pa_vmail.C: change: incoming letter part contains
7895: "content-disposition" header with any value? now considering that
7896: part to be "file#" [for text/plain text/html were $.text#
7897: $.html#]
7898:
7899: * INSTALL: updatet to latest working versions available
7900:
7901: 2005-01-20 paf
7902:
7903: * configure.in, src/include/pa_version.h: version
7904:
7905: 2005-01-19 paf
7906:
7907: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
7908: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
7909: couple warnings in parser3.C
7910:
7911: 2004-12-23 paf
7912:
7913: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
7914:
7915: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
7916: dir to directory of script (when shbang used), not to directory
7917: of its interpreter
7918:
7919: * src/include/pa_version.h: compiled on win32...
7920:
7921: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
7922: we need more hspace
7923:
7924: * configure, configure.in, src/include/pa_version.h: configured
7925: host to pa_version. will be displayed everywhere
7926:
7927: * src/main/pa_request.C: new: @unhandled_exception can prevent
7928: exception from being logged by setting $exception.handled(1)
7929:
7930: * operators.txt, src/classes/file.C: change:
7931: ^file::sql{query}[[options]] options: $.name[file name]
7932: $.content-type[application/what]
7933:
7934: * src/: include/pa_common.h, main/pa_common.C,
7935: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
7936: new file
7937:
7938: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
7939: bugfix: table->hash now regards _default
7940:
7941: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
7942: created by accessing $name_of_method it acquired bad self=closest
7943: methodframe; instead of proper self (current class)
7944:
7945: * src/types/pa_vhashfile.C: bugfix: reading empty string from
7946: hashfile produced bad cord
7947:
7948: 2004-12-10 paf
7949:
7950: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
7951: subsequent failures though defined in .h
7952:
7953: * src/main/pa_common.C: comment on volatile
7954:
7955: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
7956: alarm function were not used since the beginning due to stupid
7957: error [setsigjmp were not checked in configure.in]
7958:
7959: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
7960: unix too
7961:
7962: * src/main/pa_common.C: http: exception status of send/recv errors
7963: change to most probable http.timeout
7964:
7965: * src/main/pa_common.C: win32: http connection $.timeout option now
7966: works [setsockopt on send/receive]
7967:
7968: 2004-12-08 paf
7969:
7970: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
7971: cstr-ed knowing mail charset, and untainting uri lang now knows
7972: proper charset
7973:
7974: 2004-11-24 paf
7975:
7976: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
7977:
7978: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
7979: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
7980:
7981: 2004-11-12 paf
7982:
7983: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
7984: [since 3.0.4]
7985:
7986: 2004-11-09 paf
7987:
7988: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
7989: writes basics to c:\parser3.log
7990:
7991: 2004-10-21 paf
7992:
7993: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
7994: tainted strings [were returning clean onces]
7995:
7996: 2004-10-15 paf
7997:
7998: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
7999: cycles(i=1; i=2), which was wrong, now does ONE
8000:
8001: 2004-10-12 paf
8002:
8003: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
8004:
8005: 2004-10-07 paf
8006:
8007: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
8008: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
8009: release asserts
8010:
8011: * src/: main/pa_string.C, include/pa_string.h: debugger help:
8012: String.dump() to stdout in detailed form [were String.v() in
8013: short form]
8014:
8015: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
8016: \t\r\n as @#| and truncates long char sequences less
8017:
8018: 2004-10-06 paf
8019:
8020: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
8021: win32 beauty: socket errors properly decoded
8022:
8023: 2004-10-05 paf
8024:
8025: * src/: include/pa_request.h, main/pa_request.C: bugfix:
8026: request::configure_user/admin done always, even if no
8027: file-to-process useful in @unhandled_exception [say, if they
8028: would want to mail by SMTP something]
8029:
8030: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
8031: now performed prior to file loading [and @auto executing] thus
8032: making $cookie:value available in @auto and in
8033: @unhandled_exception when IIS is configured to run interpreter
8034: even if no file exist
8035:
8036: 2004-09-20 paf
8037:
8038: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
8039: somewhere where it should have called xmlMalloc and it calls
8040: xmlFree when it should have not called it. inserted two
8041: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
8042: xmlFree just ignored. put away a testcase, maybe someday libxml
8043: author would fix all that. until that day: we have SLOW garbage
8044: collecting when many xml objects are alive hint: do
8045: ^memory:compact[] before xdoc::create
8046:
8047: 2004-09-17 paf
8048:
8049: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
8050: error from 3.0.8 version]
8051:
8052: 2004-09-14 paf
8053:
8054: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
8055: part bugfix: hashfile.foreach iterated only part if hashfile were
8056: modified inside
8057:
8058: 2004-09-13 paf
8059:
8060: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
8061: [were as octal]
8062:
8063: * src/types/pa_vhashfile.C: beauty: not reproduced
8064: $hashfile.key[$novalue] bug [reported by motorin], inserted
8065: safety-check
8066:
8067: * src/types/pa_vhashfile.C: change: empty keys now error in parser
8068: [not something obscure from sdbm lib]
8069:
8070: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
8071: = strerror now returnes something and we can properly report that
8072: to client
8073:
8074: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
8075: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
8076:
8077: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
8078: [tainted as-is] this helps //[space][newline] to remain as-is and
8079: not be unnecessary optimized away [ruining javascript]
8080:
8081: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
8082: [tainted as-is]
8083:
8084: * src/classes/mail.C: bugfix: typo error
8085:
8086: 2004-09-09 paf
8087:
8088: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
8089: separators bugfix: loads header with endings \r\n\r\n and \n\n
8090: (bloody yandex.server)
8091:
8092: 2004-09-06 paf
8093:
8094: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
8095: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
8096: encoded
8097:
8098: 2004-09-01 paf
8099:
8100: * src/types/pa_vmail.C: change: multipart/mixed changed to
8101: multipart/related outlook express have no problems showing
8102: unrelated attachments. todo: someday figure out a way of
8103: multipart/mixed multipart/related text/html
8104: image/xxx application/octet-stream << true attachments
8105:
8106: * src/types/pa_vmail.C: new:
8107: ^mail:send[$.file[$.content-disposition can be overriden new:
8108: empty mail header fields removed from letter
8109:
8110: * src/: classes/mail.C, include/pa_config_fixed.h,
8111: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
8112: ^mail:send[ $.file[ $.any[header]
8113:
8114: 2004-08-30 paf
8115:
8116: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
8117: warnings
8118:
8119: * src/main/pa_common.C: beauty: do not bother with charset
8120: detection when ^file::load[binary
8121:
8122: 2004-08-27 paf
8123:
8124: * src/main/pa_common.C: hack: for yandex.server http server
8125:
8126: 2004-08-18 paf
8127:
8128: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
8129: possibly-chunked response
8130:
8131: 2004-08-17 paf
8132:
8133: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
8134: $f.content-type now = that of http response
8135:
8136: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
8137: $f.content-type now = that of http response
8138:
8139: 2004-07-30 paf
8140:
8141: * src/: include/pa_request.h, main/pa_request.C,
8142: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
8143: win32: system&parser exceptions in release mode reported properly
8144: parser exception in exception handler WERE mistakenly reported as
8145: system exception, without details [in apache & isapi] +some
8146: beauty in exception text
8147:
8148: * src/: include/pa_exception.h, main/pa_request.C,
8149: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
8150: release mode reported properly parser exception in exception
8151: handler WERE mistakenly reported as system exception, without
8152: details
8153:
8154: * src/main/execute.C: beauty: simplified system exception handling
8155:
8156: 2004-07-29 paf
8157:
8158: * src/classes/table.C: bugfix:
8159: ^table.save[export.csv;$.separator[^;]] now works fine [separator
8160: were ignored, and \t used unconditionally]
8161:
8162: * src/types/Makefile.am: added vhash.c
8163:
8164: 2004-07-28 paf
8165:
8166: * src/: classes/date.C, classes/image.C, classes/math.C,
8167: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
8168: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
8169: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
8170: failed on russian letters
8171:
8172: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
8173: bugfix: isspace((unsigned char)c) everywhere. failed on russian
8174: letters
8175:
8176: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
8177: as 'currentDirectory' parameter to CreateProcess
8178:
8179: 2004-07-27 paf
8180:
8181: * src/targets/cgi/parser3.vcproj: beauty: win32:
8182: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
8183: from release somewhere [to help searching for unhandled system
8184: exceptions]
8185:
8186: * src/types/pa_vdate.h: check: for invalid datetime after temporary
8187: TZ shift
8188:
8189: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
8190: but also in ctor
8191:
8192: 2004-07-26 paf
8193:
8194: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
8195: src/main/pa_request.C, src/types/pa_vfile.h,
8196: src/types/pa_vhash.C, src/types/pa_vhash.h,
8197: src/types/types.vcproj: new: $response:body/download[
8198: $.file[name on disk] $.name[of file for user]
8199: $.mdate[date of last-modified. default from directory] ]
8200:
8201: * src/classes/file.C: moving file:send somewhere else..
8202:
8203: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
8204: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
8205: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
8206: $response:download[ $.filename[filename] $.option[] ,, ]
8207:
8208: * src/classes/file.C: beauty: invalid mode thoroughly reported
8209:
8210: 2004-07-21 paf
8211:
8212: * src/types/pa_vmail.C: bugfix: too long header values now splitted
8213: to several lines
8214:
8215: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
8216:
8217: note: ms outlook[!express] shows only first 255 characters of
8218: subject
8219:
8220: 2004-07-15 paf
8221:
8222: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
8223: off]
8224:
8225: 2004-07-14 paf
8226:
8227: * src/classes/table.C: bugfix: $.bind values now got untainted
8228: according to lang [were: as-is]
8229:
8230: 2004-07-07 paf
8231:
8232: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
8233: checked that
8234:
8235: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
8236: now untainted according to their languages. were: as-is.
8237: EVERYWHERE
8238:
8239: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
8240: environment string now untainted according to their languages.
8241: were: as-is. EVERYWHERE
8242:
8243: * src/main/pa_exec.C: bufix: on unix environment string now
8244: untainted according to their languages. were: as-is. on win32:
8245: ok
8246:
8247: * parser3.vssscc: ...would not go unnoticed
8248:
8249: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
8250: fails. in case on input appears nonutf, those bytes will be
8251: printed in %HH form. that can be easily decoded/recovered.
8252:
8253: this form is quite noticable, and hopefully would not go noticed
8254:
8255: 2004-07-06 paf
8256:
8257: * src/main/pa_exec.C: bufix: on unix environment string now
8258: untainted according to their languages. were: as-is. on win32:
8259: ok
8260:
8261: 2004-07-01 paf
8262:
8263: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
8264: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
8265: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
8266: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
8267: main/main.vcproj, targets/cgi/parser3.vcproj,
8268: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
8269: option: global optimization ON
8270:
8271: * src/main/untaint.C: workaround kinda bug in libxml: life requires
8272: to do xdoc::create{invalid chars} standard disables chars less
8273: then \x20, except tab, cr, lf.
8274:
8275: changed tainting so that those become '!'
8276:
8277: 2004-06-25 paf
8278:
8279: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
8280: int on odd address [prev bugfix failed due to superwize
8281: optimizer, which turned memcpy into same 'ld' asm command]
8282:
8283: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
8284: int on odd address
8285:
8286: 2004-06-22 paf
8287:
8288: * src/sql/pa_sql_driver.h: note: about possible optimization
8289:
8290: * operators.txt, src/classes/hash.C, src/classes/memory.C,
8291: src/classes/string.C, src/classes/table.C, src/classes/void.C,
8292: src/include/pa_config_includes.h: new: ^void:sql{call
8293: paf(:a)}[ $.bind[ $.a[2]
8294: ] ] output variables work. todo: check in out
8295: variables
8296:
8297: 2004-06-18 paf
8298:
8299: * src/: classes/file.C, classes/hash.C, classes/string.C,
8300: classes/table.C, classes/void.C, include/pa_globals.h,
8301: include/pa_sql_connection.h, main/compile.tab.C,
8302: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
8303: $.bind[ $.a[2] ]
8304: ] input variables work. todo:output
8305:
8306: * src/targets/cgi/parser3.C: bugfix: iis specific
8307: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
8308: /_bug.html?404;http://hpsv/test/
8309: --------------------------------------------------------------------------------
8310: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
8311: --------------------------------------------------------------------------------
8312: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
8313:
8314: 2004-06-16 paf
8315:
8316: * src/targets/cgi/parser3.C: new: iis specific
8317: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
8318: $request:query
8319: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
8320: $form:fields IIS-STATUS="404"
8321: IIS-DOCUMENT="http://server/_bug.html" f="v"
8322:
8323: todo: isapi too
8324:
8325: 2004-05-26 paf
8326:
8327: * src/include/pa_version.h: 3.1.3
8328:
8329: * operators.txt: beauty: removed outdated level 'table'
8330:
8331: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
8332:
8333: * src/main/pa_string.C: beauty: removed 3 warnings
8334:
8335: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
8336: classes/op.C: beauty: removed outdated level 'table'
8337:
8338: 2004-05-25 paf
8339:
8340: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
8341: implementation. mistery: how anything worked
8342:
8343: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
8344: changed, it is now safe to use url if pointers to it are stored
8345: to gc mem
8346:
8347: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
8348: unknown errors reported and not cause SIGSEGV now
8349:
8350: 2004-05-24 paf
8351:
8352: * src/: include/pa_string.h, lib/cord/cordbscs.c,
8353: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
8354: less memory: CORD_chars_block originally intended to ... it was
8355: good that CORD_chars_block were not used: it consumes more memory
8356: [and, might be slow too] undoing that. [and removed that func so
8357: that it would not confuse parser developer in future]
8358:
8359: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
8360: less memory: CORD_chars_block originally intended to
8361: speedup/reduce mem usage were forgotten, and were used stupid
8362: CORD_chars
8363:
8364: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
8365:
8366: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
8367: BIGENDIAN processors space-conserving mech failed, causing
8368: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
8369: (1|2|3));
8370:
8371: 2004-05-14 paf
8372:
8373: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
8374: bugfix: void now has vfile value, and $response:body[] works OK
8375:
8376: 2004-05-12 paf
8377:
8378: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
8379: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
8380: sources to use is_defined() {return as_bool();} along VBool
8381:
8382: 2004-05-11 paf
8383:
8384: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
8385: referencing to local objects
8386:
8387: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
8388: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
8389: left intact
8390:
8391: 2004-04-15 paf
8392:
8393: * src/classes/date.C: merged: beauty: unused var removed
8394:
8395: * src/classes/date.C: beauty: unused var removed
8396:
8397: * src/include/: pa_exec.h: bugfix: interface without pointer
8398: provoked bug
8399:
8400: 2004-04-09 paf
8401:
8402: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
8403:
8404: * src/types/pa_vform.C: bugfix: form:imap were incorrect
8405:
8406: 2004-04-08 paf
8407:
8408: * src/classes/date.C: new: ^date::create[y-m-d
8409: h-M-s>>.milliseconds<<] now allowed, ignored so far
8410:
8411: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
8412:
8413: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
8414: to consult default catalog [usually, that file belongs to other
8415: user/group]
8416:
8417: 2004-04-06 paf
8418:
8419: * src/main/pa_common.C: beauty: gcc warning removed
8420:
8421: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
8422: accept that trick, trying other
8423:
8424: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
8425: explicit result problem
8426:
8427: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
8428: explicit result problem
8429:
8430: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
8431: explicit result problem
8432:
8433: * operators.txt, src/classes/string.C: new: ^string.append[string]
8434:
8435: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8436: main/execute.C: attempt_check_call_in_explicit_result_mode:
8437: failed
8438:
8439: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
8440: http://i.p.a.ddress gethostbyaddr added [on some platforms
8441: gethostbyname failed with such 'domains'] now checked properly,
8442: were: needless reverse/forward dns lookup
8443:
8444: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
8445: http://i.p.a.ddress gethostbyaddr added [on some platforms
8446: gethostbyname failed with such 'domains'] now checked properly,
8447: were: needless reverse/forward dns lookup
8448:
8449: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
8450: @method[][result] means "no string output here" moved to lexical
8451: level [on grammar level it were too difficult]
8452:
8453: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
8454: src/main/compile.y, src/main/compile_tools.h,
8455: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
8456: @method[][result] means "no string output here", implemented part
8457: of that idea: compiler throws away string literal generation
8458: code. and barks nonwhitespace chars
8459:
8460: * operators.txt: truth: removed comment about $ORIGIN
8461:
8462: 2004-04-05 paf
8463:
8464: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
8465: src/include/pa_version.h, src/main/pa_common.C,
8466: src/targets/isapi/parser3isapi.C: merged with 3.1.3
8467:
8468: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
8469: Konstantin Tomashevitch [mailto:konst@design.ru]
8470:
8471: * src/doc/html2chm.cmd: beauty: no need in bg here
8472:
8473: * src/doc/sources2html.cmd: beauty: same window, in bg it
8474: interfered with FAR console
8475:
8476: * configure, configure.in: 3.1.3
8477:
8478: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
8479:
8480: * src/main/pa_common.C: removed warning
8481:
8482: * src/include/pa_version.h: 3.1.3
8483:
8484: 2004-04-02 paf
8485:
8486: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
8487:
8488: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
8489: allows to specify where to put parser log file
8490:
8491: 2004-04-01 paf
8492:
8493: * src/classes/table.C: bugfix: bugfix: table::load last line
8494: without tab and enter were ignored
8495:
8496: * src/: include/pa_cache_managers.h, include/pa_globals.h,
8497: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
8498: main/pa_socks.C, targets/cgi/parser3.C,
8499: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
8500: bugfix: sql connections now are disconnected
8501:
8502: 2004-03-30 paf
8503:
8504: * src/classes/table.C: bugfix: table::load last line without tab
8505: and enter were ignored
8506:
8507: * src/classes/table.C: bufix: if last table lines were commented,
8508: gpfed
8509:
8510: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
8511: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
8512: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
8513: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
8514: doc/methoded.dox, doc/object.dox, doc/string.dox,
8515: doc/targets.dox, doc/value.dox, include/pa_version.h,
8516: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
8517: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
8518: bugfixes from 3.1.2, changed version to 3.1.3beta
8519:
8520: 2004-03-29 paf
8521:
8522: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
8523: causes gpf
8524:
8525: * src/doc/: ClassExample1.dox, ClassExample2.dox,
8526: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
8527: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
8528: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
8529: value.dox: translated to english
8530:
8531: 2004-03-25 paf
8532:
8533: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
8534: parser3project dependency removed
8535:
8536: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
8537: bugfix: refused to compile without xml
8538:
8539: * src/types/pa_vform.C: beauty: removed warning
8540:
8541: * src/classes/classes.vcproj: merged bugfix: now all compiles in
8542: any folder [removed last ;) folder dependency]
8543:
8544: * src/classes/classes.vcproj: bugfix: now all compiles in any
8545: folder [removed last ;) folder dependency]
8546:
8547: * src/include/pa_version.h: release
8548:
8549: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
8550:
8551: * src/classes/table.C: beauty: comment& more meaningful error
8552: message
8553:
8554: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
8555: $.hash[$.column_value1(true) ... ] [were producing some strang
8556: thing]
8557:
8558: 2004-03-23 paf
8559:
8560: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
8561: and http status line parsing checked number of columns in table
8562: [user reported an assert]
8563:
8564: * operators.txt: example: on hashfile
8565:
8566: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
8567: bugfix: junction reattach now actually reattaches a junction to
8568: new wcontext [were only assigning it to junction, which caused
8569: junction tracking to loose junction, and it's context were not
8570: killed, and it tried to process in invalid context, gpf]
8571:
8572: * src/targets/cgi/parser3.C: debug helper added
8573:
8574: 2004-03-19 paf
8575:
8576: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
8577: "type(type)" in braces
8578:
8579: 2004-03-10 paf
8580:
8581: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
8582: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
8583: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
8584: solution to search-in-namespaces problem:
8585: $xdoc.search-namespaces.x[http://pif.design.ru/]
8586: $nodes[^xdoc.select[//x:second]]
8587:
8588: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
8589: expression][[NAMESPACES HASH]] allows to search for info in
8590: namespaces
8591:
8592: $nodes[^xdoc.select[//x:second][
8593: $.x[http://pif.design.ru/] ]]
8594:
8595: 2004-03-09 paf
8596:
8597: * operators.txt, src/main/pa_common.C: new:
8598: ^file::load[...][options] $.form[
8599: !$.field1[string]
8600: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
8601: ] !$.body[string]
8602:
8603: GET ?here notGET(POST, HEAD, others) in content-type:
8604: application/x-www-form-urlencoded
8605:
8606: todo: upload files ability
8607:
8608: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
8609: properly, done
8610:
8611: 2004-03-05 paf
8612:
8613: * operators.txt, src/main/pa_common.C: new: file::load[;http://
8614: GET/POST $.form[$.fields started, not tested yet
8615: todo:$.field[table] for multiple values
8616:
8617: * operators.txt: new: http:// options $.user $.password basic
8618: authorization
8619:
8620: * src/main/pa_common.C: beauty: link to rtf added
8621:
8622: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
8623: new: http:// options $.user $.password basic authorization
8624:
8625: * src/main/pa_common.C: beauty: removed needless vars
8626:
8627: * operators.txt: new: pgsql option [like that recently added to
8628: oracle driver] ClientCharset=parser-charset <<
8629: charset in which parser thinks client works
8630:
8631: * operators.txt: new: odbc option [like that recently added to
8632: oracle driver] ClientCharset=parser-charset <<
8633: charset in which parser thinks client works
8634:
8635: * src/sql/pa_sql_driver.h: beauty: important warning added
8636:
8637: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
8638: char!
8639:
8640: * etc/parser3.charsets/windows-1251.cfg: typo
8641:
8642: 2004-03-04 paf
8643:
8644: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
8645: cached, sql transcoding now goes faster
8646:
8647: * operators.txt: new: mysql option [like that recently added to
8648: oracle driver] ClientCharset=parser-charset <<
8649: charset in which parser thinks client works
8650:
8651: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
8652: typo error
8653:
8654: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
8655: chars commented
8656:
8657: 2004-03-03 paf
8658:
8659: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
8660: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
8661:
8662: 2004-03-02 paf
8663:
8664: * operators.txt: new[update typo]: !^void.left(n)
8665: nothing !^void.right(n) nothing !^void.mid(p[;n])
8666: nothing
8667:
8668: * operators.txt, src/classes/void.C: new: !^void.left(n)
8669: nothing !^void.right(n) nothing !^void.pos(p[;n])
8670: nothing
8671:
8672: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
8673: ^file::sql[[name_to_become_$.name]]{} query result must be one
8674: row with columns: first: data second: file name third:
8675: content-type
8676:
8677: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
8678: ^connect gets properly escaped string, which can be passed to
8679: request now this for mysql only. it's up to parser sql driver to
8680: fix zeros properly
8681:
8682: * INSTALL: note: added on building apache with this option:
8683: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
8684:
8685: 2004-03-01 paf
8686:
8687: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
8688: extension memory:compact befor processingrequest
8689:
8690: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
8691: call sole column of result
8692:
8693: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
8694: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
8695: pixel color
8696:
8697: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
8698: beauty: image -- less checks [were ugly impl]
8699:
8700: * src/classes/string.C: bugfix: ^string.left/right/mid with
8701: negative values now considered bad
8702:
8703: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
8704:
8705: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
8706: options now have unified defaults [after transform
8707: indent/omit-xml-declaration/standalone 'default' erroreously
8708: meant 'true']
8709:
8710: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
8711: added [on some platforms gethostbyname failed with such
8712: 'domains']
8713:
8714: * src/include/pa_config_auto.h.in: no select check, no define
8715:
8716: * src/classes/string.C: feature: ^string.trim both parameters may
8717: be empty-strings, meaning kind=both chars=whitespaces
8718:
8719: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
8720: exist
8721:
8722: * src/classes/string.C: check: trim 'chars' must not be empty,
8723: exception if it is
8724:
8725: * src/classes/string.C: changed: ^string.trim [] << both,
8726: whitespaces [start|both|end] << kind, whitespaces
8727: [start|both|end;chars] full
8728:
8729: 2004-02-27 paf
8730:
8731: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
8732: method: ^string.trim[start|both|end[;chars]] default
8733: 'chars' -- whitespace chars finished
8734:
8735: * operators.txt, src/classes/string.C, src/include/pa_string.h,
8736: src/main/pa_string.C: new method:
8737: ^string.trim[start|both|end[;chars]] default 'chars' --
8738: whitespace chars started, only start works
8739:
8740: * src/main/compile.C: bugfix: line numbers after
8741: ^process{}[$.line(-10]] can be negative, allowed to print they as
8742: signed
8743:
8744: * src/main/untaint.C: speed: there's no \n chars in output
8745: [normally], so no need to optimize them they could be retrived
8746: from databases, though. but 1. should be replaced 2. if not
8747: optimized, no harm done
8748:
8749: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
8750: ^file::exec/cgi could return invalid status & zombie child can
8751: remain for short period until process exists [very bad in
8752: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
8753:
8754: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
8755: malicious SMTP server to attack as by returning too long status
8756: responses http://i2/tasks/edit/?id=4629448401140924947
8757:
8758: 2004-02-26 paf
8759:
8760: * operators.txt: feature: ^process...{CODE}[now has options] which
8761: are $.main[to what to rename @main] $.file[file,
8762: from which (user says) goes that CODE] $.lineno(line
8763: number in that file, where CODE starts. may be negative)
8764:
8765: * operators.txt, src/classes/op.C, src/include/pa_request.h,
8766: src/main/compile.C, src/main/compile_tools.h,
8767: src/main/pa_request.C: feature: ^process...{CODE}[now has
8768: options] which are $.main[to what to rename @main]
8769: $.file[file, from which (user says) goes that CODE]
8770: $.lineno(line number in that file, where CODE starts. may be
8771: negative)
8772:
8773: 2004-02-25 paf
8774:
8775: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
8776: old @charsetsdir@ recently erased from configure.in]
8777:
8778: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
8779: produces hash of column=>1
8780:
8781: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
8782: with incomplete errno constants set
8783:
8784: 2004-02-24 paf
8785:
8786: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
8787: "man select"
8788:
8789: * src/main/pa_os.C: beauty: <0 better then ==-1
8790:
8791: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
8792:
8793: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
8794:
8795: * src/classes/Makefile.am: smtp on unix: steps to work on unix
8796:
8797: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
8798: unix: steps to work on unix [extracted 'to']
8799:
8800: * src/classes/mail.C: smtp on unix: steps to work on unix
8801:
8802: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
8803:
8804: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
8805: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
8806: unix [testing on solaris]
8807:
8808: 2004-02-20 paf
8809:
8810: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
8811: pointing that out
8812:
8813: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
8814: fixed again [same solution, mistanenly removed one line]
8815:
8816: 2004-02-19 paf
8817:
8818: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
8819: date::create from bad datetime in spring daylightsaving hole now
8820: OK for all platforms [on some platforms it failed]
8821:
8822: * src/classes/: date.C, image.C: beauty: date::create[bad date time
8823: in daylightsaving hole] now throws error
8824:
8825: * src/classes/date.C: comment: mistake fixed
8826:
8827: 2004-02-18 paf
8828:
8829: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
8830: now renderes in $request:charset, but in header puts
8831: $response:charset todo: make that default only so that coder
8832: could override that
8833:
8834: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
8835: turns off omit-xml-declaration
8836:
8837: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
8838: /.xsl for sample
8839:
8840: 2004-02-17 paf
8841:
8842: * src/classes/xdoc.C: beauty: needless helper class removed
8843:
8844: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
8845: copied extra time
8846:
8847: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
8848: part of libxml
8849:
8850: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
8851: libxml to do the work] <xsl:output method="html"
8852: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
8853: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
8854: />
8855:
8856: * src/classes/xdoc.C: beauty: no <meta ... charset generated
8857:
8858: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
8859: caused assertion
8860:
8861: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
8862: could hang. now such add does nothing, sub clears $hash
8863:
8864: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
8865: not made quoted-printable
8866:
8867: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
8868: string invariant
8869:
8870: 2004-02-16 paf
8871:
8872: * src/main/pa_globals.C: bugfix: xml errors copy from library now
8873: cleared [were not cleared properly]
8874:
8875: 2004-02-13 paf
8876:
8877: * src/include/pa_version.h: prerelease
8878:
8879: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
8880: used, introducing dependencies timestamp check
8881:
8882: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
8883: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
8884: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
8885: .xsl.stamp now not used, introducing dependencies timestamp check
8886:
8887: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
8888:
8889: 2004-02-12 paf
8890:
8891: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
8892: ruined empty <input type=file> submits. parser thought there were
8893: nameless empty file and $form:field got value of type 'file'
8894:
8895: * INSTALL: --without-threads
8896:
8897: * src/include/pa_sapi.h: 2004
8898:
8899: 2004-02-11 paf
8900:
8901: * src/: classes/classes.C, classes/classes.h, classes/date.C,
8902: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8903: classes/hashfile.C, classes/image.C, classes/int.C,
8904: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
8905: classes/response.C, classes/string.C, classes/table.C,
8906: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
8907: include/pa_array.h, include/pa_cache_managers.h,
8908: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8909: include/pa_config_fixed.h, include/pa_config_includes.h,
8910: include/pa_dictionary.h, include/pa_dir.h,
8911: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8912: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
8913: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
8914: include/pa_request_charsets.h, include/pa_request_info.h,
8915: include/pa_socks.h, include/pa_sql_connection.h,
8916: include/pa_sql_driver_manager.h, include/pa_stack.h,
8917: include/pa_string.h, include/pa_stylesheet_connection.h,
8918: include/pa_stylesheet_manager.h, include/pa_table.h,
8919: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8920: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8921: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8922: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
8923: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
8924: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
8925: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8926: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
8927: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
8928: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
8929: main/pa_sql_driver_manager.C, main/pa_string.C,
8930: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
8931: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
8932: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
8933: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8934: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
8935: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
8936: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8937: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
8938: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
8939: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
8940: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
8941: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
8942: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
8943: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
8944: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8945: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8946: types/pa_vresponse.h, types/pa_vstateless_class.C,
8947: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
8948: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
8949: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
8950: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8951: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
8952: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
8953:
8954: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
8955: debug version of gc.dll
8956:
8957: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
8958: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
8959: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
8960: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
8961: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
8962: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
8963: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
8964: processes
8965:
8966: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
8967: main/pa_globals.C, targets/cgi/parser3.vcproj,
8968: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
8969: changes to reflect libxml xsl new folders
8970:
8971: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
8972: lib/smtp/smtp.vcproj, main/main.vcproj,
8973: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
8974: to reflect libxml xsl new folders
8975:
8976: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
8977: lib/smtp/smtp.vcproj, main/main.vcproj,
8978: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
8979: types/types.vcproj: started changes to reflect libxml xsl new
8980: folders
8981:
8982: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
8983: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
8984: src/main/compile.tab.C, src/main/main.vcproj,
8985: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
8986: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
8987: started changes to reflect libxml xsl new folders
8988:
8989: 2004-02-10 paf
8990:
8991: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
8992: compile. recommened latest libxml up to date
8993:
8994: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
8995: pattern compilation errors", on which spent 4 hours worktime. use
8996: versions higher than that. recommended now latest up to date
8997:
8998: 2004-02-06 paf
8999:
9000: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
9001: beauty: unified destructing style
9002:
9003: * src/main/untaint.C: beauty: removed old def/ifdef
9004:
9005: * src/main/untaint.C: beauty: coredump @unknown untaint language
9006: now
9007:
9008: 2004-02-03 paf
9009:
9010: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
9011: targets/isapi/parser3isapi.C, types/pa_value.C,
9012: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
9013: then %ld/%lu
9014:
9015: * src/main/pa_common.C: typo: %l -> %u
9016:
9017: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
9018: in attributes or documents-results of transform now not xx;
9019:
9020: * src/classes/xnode.C: memleaks found: not fixed yet. todo
9021:
9022: * src/main/pa_charset.C: bugfix: forgot to undo some
9023:
9024: * src/main/pa_charset.C: beauty: uncomment
9025: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
9026: libraries
9027:
9028: 2004-02-02 paf
9029:
9030: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
9031: $cookie:example[ $.value[value] $.path[/there/] ]
9032:
9033: $cookie:example[ $.value[] $.expires[session]
9034: $.path[/there/] $.domain[test.com] ]
9035:
9036: * src/types/pa_vform.C: bugfix: empty values with
9037: enctype=multipart/form-data now produce entries in $form:tables
9038: <form method=post enctype=multipart/form-data> <input type=hidden
9039: name=a> <input type=hidden name=b>
9040:
9041: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
9042: <hr> <pre>$request:body
9043:
9044: 2004-01-30 paf
9045:
9046: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
9047: or documents-results of transform now not xx;
9048:
9049: * src/classes/date.C: bugfix: ^date::create[invalid fields now
9050: produce exception.
9051:
9052: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
9053: bugfix: ^date::create[invalid fields now produce exception.
9054:
9055: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
9056: year] now produces exception. todo: check other fields
9057:
9058: 2004-01-29 paf
9059:
9060: * src/include/pa_memory.h: typo error
9061:
9062: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
9063: more byte then specified, then zeroed it << useless and
9064: potentially harmful(could gpf)
9065:
9066: 2004-01-22 paf
9067:
9068: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
9069:
9070: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
9071: optimization
9072:
9073: * src/main/untaint.C: bugfix: whitespace now optimized properly
9074: [were bug: ^taint[1 & 2]="1 &2"
9075:
9076: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
9077: errors
9078:
9079: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
9080: overflow
9081:
9082: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
9083: error-reporting code * in parser-error reporting code [when no
9084: @unhandled_exception defined]
9085:
9086: fixed in one place: my *snprintf override
9087:
9088: 2004-01-13 paf
9089:
9090: * operators.txt: typo erro
9091:
9092: 2003-12-25 paf
9093:
9094: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
9095: garbled [pieces after zero bytes were removed]
9096:
9097: 2003-12-22 paf
9098:
9099: * src/include/Makefile.am: bugfix: removed from dist:
9100: src/include/pa_config_auto.h which were configured for
9101: make-dist-platform and badly updated proper config file in target
9102: [when .tar used for updating existing source tree]
9103:
9104: * ChangeLog, operators.txt, src/classes/op.C,
9105: src/include/pa_sql_connection.h,
9106: src/include/pa_sql_driver_manager.h,
9107: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
9108: feature: sql introducing ability to transcode charsets
9109:
9110: 2003-12-19 paf
9111:
9112: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
9113: error message
9114:
9115: * src/main/pa_charset.C: bugfix: memory for charsethandler
9116: structure for libxml now allocated properly
9117:
9118: 2003-12-17 paf
9119:
9120: * src/types/pa_vfile.C: beauty: removed outdated cast
9121:
9122: * src/main/pa_common.C: bugfix: empty http response caused gpf
9123:
9124: * src/include/pa_string.h: bugfix: removed too strong a assert
9125:
9126: * src/main/pa_globals.C: bugfix: removed false warning [warning:
9127: unreported xmlGenericErrors]
9128:
9129: 2003-12-15 paf
9130:
9131: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
9132: works}
9133:
9134: 2003-12-11 paf
9135:
9136: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
9137: id
9138: !$status:tid thread id
9139:
9140: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
9141: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
9142: bugfix(solaris): removed dependency on object initialization
9143: order [one more place]
9144:
9145: * src/: classes/file.C, classes/mail.C, classes/op.C,
9146: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
9147: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
9148: understand that
9149:
9150: * src/: classes/file.C, classes/mail.C, classes/op.C,
9151: classes/xdoc.C, include/pa_cache_managers.h,
9152: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9153: include/pa_stylesheet_manager.h, main/pa_request.C,
9154: main/pa_stylesheet_manager.C, types/pa_vimage.C,
9155: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
9156: ctor call [relying on implicit String::Body(cstr) call]
9157:
9158: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
9159: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
9160: object initialization order [two places]
9161:
9162: 2003-12-10 paf
9163:
9164: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
9165: << time now ok
9166:
9167: * operators.txt, src/main/pa_sql_driver_manager.C,
9168: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
9169: operational
9170:
9171: * ChangeLog, operators.txt, src/classes/xdoc.C,
9172: src/include/pa_charset.h, src/include/pa_sql_connection.h,
9173: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
9174: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
9175: back operational
9176:
9177: 2003-12-02 paf
9178:
9179: * src/types/pa_vmail.C: bugfix:
9180: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
9181: as-is forced]
9182:
9183: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
9184: exceptions out of libxml callbacks: reimplemented error handling
9185: of http://localhost, parser://method and safemode check callbacks
9186:
9187: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
9188: [merged from HEAD]
9189:
9190: * src/classes/image.C: nothing: comment removed
9191:
9192: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
9193: addresses to int
9194:
9195: 2003-12-01 paf
9196:
9197: * src/main/pa_xml_io.C: bugfix: typo
9198:
9199: * src/main/pa_globals.C: bugfix: win32: compile prob
9200:
9201: * src/classes/xdoc.C: bugfix: typo
9202:
9203: * src/main/pa_xml_io.C: todo: safe mode check not to throw
9204: exception
9205:
9206: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
9207:
9208: 2003-11-28 paf
9209:
9210: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
9211: all xml documents read
9212:
9213: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
9214:
9215: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
9216: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
9217: replaced original open mech of xdoc::create & co to use libxml
9218: open, so that this would work for root document todo: safe mode
9219: checks to libxml: ideally to some 1 point
9220:
9221: * src/main/pa_xml_io.C: comment
9222:
9223: * operators.txt, src/main/pa_xml_io.C: leading / in
9224: http://parser[abscent params]
9225:
9226: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
9227: works. todo: maybe replace original open mech of xdoc::create &
9228: co to use libxml open, so that this would work for root document
9229:
9230: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
9231: "parser://method/params/here"> <test> &test^; </test> }]
9232:
9233: ^taint[^xdoc.string[]]
9234:
9235: @method[param] <!ENTITY test
9236: "test-entity-value+$form:user+$param!">
9237:
9238: 2003-11-27 paf
9239:
9240: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
9241:
9242: * src/classes/date.C: bugfix: typo error
9243:
9244: 2003-11-26 paf
9245:
9246: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
9247: src/main/Makefile.am, src/main/main.vcproj,
9248: src/main/pa_globals.C, src/main/pa_request.C,
9249: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
9250: xml errors to hash<thread_id,error> reorganization: xml io moved
9251: to pa_xml_io.C/h
9252:
9253: * src/types/pa_value.h: warnings: --
9254:
9255: 2003-11-25 paf
9256:
9257: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
9258: whatever)
9259:
9260: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
9261: a, (c?x:y, z)
9262:
9263: * src/main/untaint.C: bugfix: consequences of not reading this
9264: comment: CORD_pos_chars_left /* Number of characters in cache.
9265: <= 0 ==> none */
9266:
9267: * src/include/pa_array.h: removed needless checks
9268:
9269: 2003-11-24 paf
9270:
9271: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
9272: removed limit: now $form:xxx can be accessed anytime, even in
9273: @auto/conf [and request/response:charset still can be changed
9274: anytime]
9275:
9276: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
9277: now not transcodes response body
9278:
9279: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
9280: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
9281: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
9282: $xdoc.firstChild.firstChild.nodeValue[different]
9283: ^taint[^xdoc.string[]]
9284:
9285: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
9286: workaround: static Hash::allocates -> static Hash_allocates
9287:
9288: 2003-11-21 paf
9289:
9290: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
9291: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
9292: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
9293:
9294: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
9295:
9296: * src/classes/mail.C: bugfix: typo
9297:
9298: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
9299: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
9300: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
9301: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
9302: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
9303: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
9304:
9305: * src/main/pa_exec.C: bug in safe mode
9306:
9307: * src/include/Makefile.am: pa_xml_exception.h
9308:
9309: * src/targets/isapi/parser3isapi.C: more warnings --
9310:
9311: 2003-11-20 paf
9312:
9313: * src/: classes/math.C, classes/op.C, classes/string.C,
9314: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
9315: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
9316: --
9317:
9318: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
9319: more warnings --
9320:
9321: * src/classes/xdoc.C: more warnings --
9322:
9323: * src/classes/: date.C, image.C, xdoc.C: more warnings --
9324:
9325: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
9326: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
9327:
9328: * src/: classes/date.C, classes/file.C, classes/hash.C,
9329: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
9330: classes/table.C, include/pa_cache_managers.h,
9331: include/pa_stylesheet_connection.h, main/pa_request.C,
9332: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
9333: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
9334: --
9335:
9336: * src/main/: execute.C, pa_request.C: old forgotten todo: when
9337: can't report problem (undefined @unhandled_exception) problem
9338: source string were not reported
9339:
9340: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9341: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9342: classes/hashfile.C, classes/image.C, classes/int.C,
9343: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9344: classes/response.C, classes/string.C, classes/table.C,
9345: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9346: include/pa_array.h, include/pa_cache_managers.h,
9347: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9348: include/pa_config_fixed.h, include/pa_dictionary.h,
9349: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
9350: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
9351: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
9352: include/pa_request.h, include/pa_request_charsets.h,
9353: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
9354: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9355: include/pa_stack.h, include/pa_string.h,
9356: include/pa_stylesheet_connection.h,
9357: include/pa_stylesheet_manager.h, include/pa_table.h,
9358: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9359: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
9360: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
9361: main/compile_tools.C, main/compile_tools.h, main/execute.C,
9362: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
9363: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
9364: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
9365: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
9366: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
9367: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
9368: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
9369: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
9370: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
9371: targets/isapi/parser3isapi.C, types/pa_junction.h,
9372: types/pa_method.h, types/pa_value.C, types/pa_value.h,
9373: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
9374: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9375: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
9376: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9377: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9378: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9379: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
9380: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
9381: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
9382: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9383: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9384: types/pa_vresponse.h, types/pa_vstateless_class.C,
9385: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
9386: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
9387: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
9388: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9389: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9390: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
9391: const IDENT
9392:
9393: * src/: include/pa_array.h, include/pa_pool.h,
9394: include/pa_request.h, include/pa_string.h, include/pa_table.h,
9395: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
9396: types/pa_wcontext.h: more warnings --
9397:
9398: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
9399: classes/file.C, classes/hash.C, classes/hashfile.C,
9400: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
9401: classes/memory.C, classes/op.C, classes/string.C,
9402: classes/table.C, classes/xdoc.C, classes/xnode.C,
9403: include/pa_config_includes.h, include/pa_operation.h,
9404: include/pa_sql_connection.h, include/pa_table.h,
9405: include/pa_types.h, lib/ltdl/config_fixed.h,
9406: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
9407: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
9408: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
9409: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
9410: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
9411: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
9412: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
9413: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
9414: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
9415: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
9416: types/pa_vmail.C, types/pa_vobject.C,
9417: types/pa_vstateless_class.h, types/pa_vtable.C,
9418: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
9419: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
9420: on all projects (except libltdl=off & libsdbm=level3) found
9421: several unitialized vars
9422:
9423: 2003-11-19 paf
9424:
9425: * src/classes/op.C: more ansi C++ comp
9426:
9427: * operators.txt, src/classes/op.C, src/include/pa_request.h,
9428: src/main/pa_request.C: ^cache[...]{body}{catch block with
9429: $exception.handled[cache] meaning "get expired cache, if any.
9430: else error"}
9431:
9432: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
9433: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
9434: ^cache[...]{body}{catch code with $exception.cache field}
9435:
9436: 2003-11-12 paf
9437:
9438: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
9439: [copy/paste bug]
9440:
9441: 2003-11-11 paf
9442:
9443: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
9444: failed]
9445:
9446: * bin/auto.p.dist.in: colno
9447:
9448: 2003-11-10 paf
9449:
9450: * src/types/pa_vconsole.h: flush
9451:
9452: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
9453: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
9454: read/write [for nntp]
9455:
9456: * operators.txt: mysql: transaction support: ?autocommit=0
9457:
9458: * operators.txt: comment: updated
9459:
9460: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
9461: serialize version and exipire now removes entries
9462:
9463: * operators.txt: ^hashfile.delete[] removes files altogether [and
9464: dir, if could]
9465:
9466: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
9467: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
9468: removes files altogether [and dir, if could]
9469:
9470: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
9471: nonexistent pair. .c coded that that was error. fixed
9472:
9473: * src/types/pa_vhashfile.C: sdbm: exception type change to
9474: file.access [regretfull can't split it to different exceptions
9475: without modifying sdbm source wich would prefer not to]
9476:
9477: 2003-11-07 paf
9478:
9479: * src/: classes/date.C, classes/file.C, classes/hash.C,
9480: classes/hashfile.C, classes/image.C, classes/table.C,
9481: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
9482: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
9483: main/execute.C, main/main.vcproj, main/pa_pool.C,
9484: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
9485: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
9486: types/pa_vstateless_class.h: resurrected: pool idea. now only for
9487: destructing objects at request processing end
9488:
9489: 2003-11-06 paf
9490:
9491: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
9492: updates
9493:
9494: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
9495: to include sdbm
9496:
9497: * src/include/: pa_config_includes.h, pa_version.h: our
9498: replacements of max& co only for cpp
9499:
9500: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
9501: upper dir, .am updated
9502:
9503: * tests/todo.txt: hashfile: done
9504:
9505: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
9506: expiration [time in value. todo: move time to key]
9507:
9508: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
9509:
9510: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
9511: to do that in foreach, no errors, but surely wrong]
9512:
9513: * operators.txt, src/types/pa_vhashfile.C,
9514: src/types/pa_vhashfile.h: hashfile: clear and proper locking
9515:
9516: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
9517: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
9518: foreach
9519:
9520: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
9521: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
9522:
9523: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
9524: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
9525:
9526: * src/: include/pa_memory.h, targets/cgi/parser3.C,
9527: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
9528: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
9529: get/put [raw]
9530:
9531: * src/: classes/op.C, main/pa_os.C: just linked
9532:
9533: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
9534: XmlException changes
9535:
9536: * src/: include/pa_charset.h, include/pa_globals.h,
9537: include/pa_stylesheet_connection.h, main/pa_exception.C:
9538: XmlException changes
9539:
9540: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
9541:
9542: * src/: include/pa_common.h, include/pa_exception.h,
9543: main/main.vcproj, main/pa_common.C, include/pa_os.h,
9544: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
9545: main/pa_xml_exception.C: locking move to pa_os [along with
9546: pa_sleep] apr-impl locking done
9547:
9548: * configure, configure.in, operators.txt, parser3.sln,
9549: src/classes/classes.vcproj, src/classes/hashfile.C,
9550: src/classes/xdoc.C, src/include/pa_config_fixed.h,
9551: src/include/pa_exception.h, src/include/pa_globals.h,
9552: src/include/pa_memory.h, src/include/pa_version.h,
9553: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
9554: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
9555: src/main/compile.tab.C, src/main/main.vcproj,
9556: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
9557: src/types/Makefile.am, src/types/pa_vhash.C,
9558: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9559: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
9560: again with sdbm from apache
9561:
9562: 2003-11-05 paf
9563:
9564: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
9565: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
9566: \parser3project dir anymore
9567:
9568: * src/main/pa_charset.C: bugfix: had broken binary search [copied
9569: thoughtlessly from xalan]
9570:
9571: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
9572: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
9573: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
9574:
9575: * src/main/helpers/CaseFolding.txt:
9576: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
9577:
9578: 2003-11-04 paf
9579:
9580: * operators.txt: comment: ^mail:send[$.options[
9581:
9582: * src/classes/table.C: compiled on unix
9583:
9584: * src/classes/Makefile.am: classes.C to rebuild last
9585:
9586: * src/classes/mail.C: compiled on unix
9587:
9588: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
9589: src/types/pa_vmail.h: !^mail:send[
9590: $.options[unix: string to append to sendmail command
9591: line]
9592:
9593: * operators.txt, src/classes/table.C, src/main/pa_string.C,
9594: tests/todo.txt: ^table.save[... $.separator[^#09]
9595: $.encloser["] <nothing> by default
9596:
9597: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
9598: !$.separator[^#09] !$.encloser["] <nothing> by
9599: default
9600:
9601: 2003-11-03 paf
9602:
9603: * operators.txt, src/classes/table.C, src/main/pa_common.C:
9604: ^table::load[; options: !$.column-separator[^#09]
9605: !$.column-encloser["]
9606:
9607: * operators.txt, src/include/pa_config_fixed.h,
9608: src/types/pa_vrequest.C: $request:document-root
9609:
9610: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
9611: [already included into uri=xxx]
9612:
9613: * operators.txt, src/classes/image.C, tests/todo.txt:
9614: ^image.gif[filename] for $response:download
9615:
9616: * src/classes/date.C: minor precaution
9617:
9618: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
9619: !^date.unix-timestamp[]
9620:
9621: 2003-10-30 paf
9622:
9623: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
9624: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
9625:
9626: * src/classes/: date.C, image.C: improvement diagnostics:
9627: $now[^date::create[$undefined]] now is error
9628:
9629: * src/main/pa_common.C: read errors would now be reported 'actually
9630: read -1 bytes'
9631:
9632: 2003-10-24 paf
9633:
9634: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
9635: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
9636: src/main/Makefile.am, src/targets/cgi/Makefile.am,
9637: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
9638:
9639: 2003-10-22 paf
9640:
9641: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
9642:
9643: 2003-10-21 paf
9644:
9645: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
9646: fixed: string.match[g] without <'> option produced columns with
9647: NULL's, which gpf'ed at table.save time
9648:
9649: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
9650: recoursion' message with intensive throw-catches fixed: incorrect
9651: name and line (one name upper then needed) in error message about
9652: problems inside try block
9653:
9654: 2003-10-10 paf
9655:
9656: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
9657: check offset argument for validity did that in String::Body::pos
9658: myself http://i2/tasks/edit/?id=4577425257580789777
9659:
9660: 2003-10-07 paf
9661:
9662: * src/main/: compile.tab.C, compile.y: ^if ( better error:
9663: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
9664:
9665: 2003-10-03 paf
9666:
9667: * parser3.sln, src/include/pa_dictionary.h,
9668: src/main/pa_dictionary.C, src/main/pa_string.C,
9669: src/targets/cgi/parser3.vcproj: dictionary optimized by
9670: precalculating cstr&length
9671:
9672: 2003-10-02 paf
9673:
9674: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
9675: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
9676: main/pa_stylesheet_manager.C: bugfix: ^throw context were
9677: saved/restored incompletely http://www.parser.ru/forum/?id=21484
9678:
9679: 2003-09-30 paf
9680:
9681: * src/main/pa_string.C: string::replace bug fix [were ignoring
9682: occurrances after lang-mismatched
9683:
9684: 2003-09-29 paf
9685:
9686: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
9687: helper
9688:
9689: * src/main/pa_string.C: string::serialize bug fix with
9690: zero-terminator
9691:
9692: * src/classes/table.C: ^nameless_table.save column row now has no
9693: \t at the end
9694:
9695: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
9696: @postprocess now takes $response:body/download
9697:
9698: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
9699: error message
9700:
9701: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
9702:
9703: * src/classes/table.C: bugfix: flip: must produce nameless
9704: http://i2/tasks/edit/?id=4573405524674081244
9705:
9706: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
9707: main/helpers/simple_folding.pl: utf-8 upper/lower
9708:
9709: * src/main/pa_common.C: bugfix: utf signature were not ignored due
9710: to typo error http://i2/tasks/edit/?id=4573354650786434584
9711:
9712: 2003-09-26 paf
9713:
9714: * src/main/untaint.C: removed needless field
9715:
9716: * src/main/untaint.C: removed needless const
9717:
9718: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
9719: String.for_each bug fixed [omited one-char cases]
9720:
9721: * src/include/pa_stack.h: bugfix: before collecting garbage,
9722: runtime-executor stack were cleared... BADLY
9723:
9724: * src/main/pa_string.C: ^stirng.replace code used old
9725: param-convention on langs.append, fixed that search fo the like,
9726: found none
9727:
9728: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
9729: string::serialize/deserialize implemented Language enum assigned
9730: meaningful letters [more convinient for debugging. read warning
9731: before adding/changing anything]
9732:
9733: 2003-09-25 paf
9734:
9735: * src/: include/pa_string.h, include/pa_version.h,
9736: main/pa_string.C, main/untaint.C: templates and anonymous unions
9737: differences on unix
9738:
9739: * parser3.sln, src/classes/file.C, src/classes/image.C,
9740: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
9741: src/classes/xdoc.C, src/classes/xnode.C,
9742: src/include/pa_cache_managers.h, src/include/pa_charset.h,
9743: src/include/pa_charsets.h, src/include/pa_common.h,
9744: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
9745: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
9746: src/include/pa_table.h, src/lib/cord/cordbscs.c,
9747: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
9748: src/lib/cord/include/cord.h, src/main/compile.tab.C,
9749: src/main/compile_tools.h, src/main/pa_charset.C,
9750: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
9751: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
9752: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
9753: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
9754: src/types/pa_vmail.C, src/types/pa_vmath.C,
9755: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
9756: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
9757:
9758: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
9759: functions aligned to that of eeparser3 look
9760:
9761: * src/lib/cord/cordprnt.c: removed warnings
9762:
9763: 2003-09-24 paf
9764:
9765: * src/: classes/file.C, classes/image.C, classes/mail.C,
9766: classes/op.C, classes/xdoc.C, classes/xnode.C,
9767: include/pa_cache_managers.h, include/pa_charset.h,
9768: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
9769: include/pa_sql_driver_manager.h, include/pa_string.h,
9770: include/pa_stylesheet_manager.h, include/pa_table.h,
9771: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
9772: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
9773: main/pa_sql_driver_manager.C, main/pa_string.C,
9774: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
9775: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
9776: types/pa_vstateless_class.h, types/pa_vstatus.C,
9777: types/pa_vxnode.C: v() functions of String::Body,
9778: String::Languages and String itself StringBody->String::Body
9779:
9780: * src/: include/pa_string.h, lib/cord/cordbscs.c,
9781: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
9782: never optimized anything. todo: somehow speed up harder cases:
9783: concatenationA+concatenationB when last block of A and first of B
9784: contain same letters
9785:
9786: * src/: include/pa_string.h, lib/cord/cordbscs.c,
9787: lib/cord/include/cord.h: langs: speed up by joining adjucent
9788: blocks of same char [CORD_append_block]
9789:
9790: * src/: include/pa_string.h, lib/cord/cordbscs.c,
9791: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
9792: save space by extending blocks when appending block with c ==
9793: lastblock.c
9794:
9795: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
9796: working yet :( but more working &understood :)
9797:
9798: * src/: classes/table.C, include/pa_string.h,
9799: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
9800:
9801: 2003-09-23 paf
9802:
9803: * src/main/untaint.C: $a[ok!] $a works!
9804:
9805: * src/main/untaint.C: something even more works :)
9806:
9807: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
9808: something more works :)
9809:
9810: * src/: include/pa_string.h, lib/cord/cordbscs.c,
9811: lib/cord/cordxtra.c: something already works :)
9812:
9813: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
9814: serialize&deserialize
9815:
9816: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
9817: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
9818: main/untaint.C: main idea implemented, details left
9819:
9820: 2003-09-22 paf
9821:
9822: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
9823:
9824: * src/classes/xnode.C: copy/paste comment bugfix
9825:
9826: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
9827: allocator returns 0, just die.
9828: http://i2/tasks/edit/?id=4570798492410259445
9829:
9830: * src/classes/xdoc.C: copy/paste comment bugfix
9831:
9832: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
9833: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
9834: xnode: getAttributeNS setAttributeNS removeAttributeNS
9835: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
9836:
9837: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
9838: chars due to bitwise operation signed-char error]
9839:
9840: 2003-09-19 paf
9841:
9842: * src/types/pa_wcontext.C: output message: more practical
9843: suggestion
9844:
9845: * src/main/pa_common.C, operators.txt: merged
9846: $f[^file::load[binary;http://...]] $f.tables
9847:
9848: 2003-09-02 paf
9849:
9850: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
9851: flush stdout without referencing 'stdout' symbol. to hell with
9852: non-ansi libraries without 'stdout' symbol
9853:
9854: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
9855: unix (users reported problems with some old libc)
9856:
9857: * src/types/pa_vdate.h: forgot initializer
9858:
9859: 2003-09-01 paf
9860:
9861: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
9862: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
9863: zone]
9864:
9865: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
9866:
9867: 2003-08-19 paf
9868:
9869: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
9870: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
9871: simplified a little
9872:
9873: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
9874: [lost fix from 3.0.8]
9875:
9876: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
9877: visible here }
9878:
9879: bug fix
9880:
9881: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
9882:
9883: * src/main/compile.tab.C: initialized couple of variables about
9884: which user reported runtime problems when parser were compiled
9885: with VC7, warning level4. study shows that later in bison
9886: they've fixed that. would migrate to latest bison someday
9887:
9888: * src/types/pa_vmail.C: turned off recoding in gmime (were still
9889: recoding headers)
9890:
9891: * src/types/pa_vmail.C: works as before, same charset problems:
9892: gmime recodes to UTF-8 only headers, not body. so not recoding
9893: anything for now
9894:
9895: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
9896: problems with body
9897:
9898: * src/types/pa_vmail.C: mail_receive just compiled
9899:
9900: 2003-08-18 paf
9901:
9902: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
9903: main/main.vcproj, types/types.vcproj: win32: continued process
9904: detaching from \parser3project directory
9905:
9906: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
9907: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
9908: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
9909: src/lib/pcre/pcre_dftables.dsp,
9910: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
9911: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
9912: src/types/types.dsp: moved to MSVC 7
9913:
9914: * gnu.vcproj.vspscc, parser3.vssscc,
9915: src/classes/classes.vcproj.vspscc,
9916: src/lib/cord/cord.vcproj.vspscc,
9917: src/lib/ltdl/libltdl.vcproj.vspscc,
9918: src/lib/md5/md5.vcproj.vspscc,
9919: src/lib/pcre/pcre_dftables.vcproj.vspscc,
9920: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
9921: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
9922: src/targets/isapi/parser3isapi.vcproj.vspscc,
9923: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
9924: moved to MSVC 7
9925:
9926: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
9927: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
9928: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9929: src/lib/pcre/pcre_dftables.vcproj,
9930: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
9931: src/targets/cgi/parser3.vcproj,
9932: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
9933: new VS project files
9934:
9935: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
9936: .NET to detect Jalindi Igloo capabilities.
9937:
9938: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
9939: src/classes/classes.awk, src/doc/footer.htm,
9940: src/include/pa_config_fixed.h, src/include/pa_version.h,
9941: src/lib/Makefile.am, src/main/compile.tab.C,
9942: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
9943: src/types/pa_vmail.C: merged 3.1.0 latest changes
9944:
9945: 2003-08-15 paf
9946:
9947: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
9948: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
9949:
9950: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
9951: non-ascii <yyy> now encoded correctly
9952:
9953: 2003-07-29 paf
9954:
9955: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
9956: dist
9957:
9958: * src/types/pa_vmail.C: just started --with-mail-receive
9959:
9960: 2003-07-28 paf
9961:
9962: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
9963: dependence in src/classes, src/lib/gc now in dist
9964:
9965: * src/main/pa_string.C: ^cache bug fix [were not working at all]
9966:
9967: 2003-07-25 paf
9968:
9969: * src/doc/footer.htm: year
9970:
9971: 2003-07-24 paf
9972:
9973: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
9974: fix
9975:
9976: * src/include/pa_version.h: release
9977:
9978: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
9979:
9980: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
9981: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
9982: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
9983: getting rid of win32xml pseudo project
9984:
9985: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
9986:
9987: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
9988: configure.in, operators.txt, parser3.dsw,
9989: etc/parser3.charsets/koi8-r.cfg,
9990: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
9991: src/classes/classes.C, src/classes/classes.awk,
9992: src/classes/classes.dsp, src/classes/classes.h,
9993: src/classes/date.C, src/classes/double.C, src/classes/file.C,
9994: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
9995: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
9996: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
9997: src/classes/string.C, src/classes/table.C, src/classes/void.C,
9998: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
9999: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
10000: src/doc/string.dox, src/include/Makefile.am,
10001: src/include/pa_array.h, src/include/pa_cache_managers.h,
10002: src/include/pa_charset.h, src/include/pa_charsets.h,
10003: src/include/pa_common.h, src/include/pa_config_auto.h.in,
10004: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
10005: src/include/pa_dictionary.h, src/include/pa_dir.h,
10006: src/include/pa_exception.h, src/include/pa_exec.h,
10007: src/include/pa_globals.h, src/include/pa_hash.h,
10008: src/include/pa_memory.h, src/include/pa_opcode.h,
10009: src/include/pa_operation.h, src/include/pa_pool.h,
10010: src/include/pa_pragma_pack_begin.h,
10011: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
10012: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
10013: src/include/pa_sapi.h, src/include/pa_socks.h,
10014: src/include/pa_sql_connection.h,
10015: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
10016: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
10017: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
10018: src/include/pa_threads.h, src/include/pa_types.h,
10019: src/include/pa_uue.h, src/lib/Makefile.am,
10020: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
10021: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
10022: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
10023: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
10024: src/lib/cord/include/ec.h,
10025: src/lib/cord/include/private/Makefile.am,
10026: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
10027: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
10028: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
10029: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
10030: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
10031: src/main/compile_tools.C, src/main/compile_tools.h,
10032: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
10033: src/main/pa_cache_managers.C, src/main/pa_charset.C,
10034: src/main/pa_charsets.C, src/main/pa_common.C,
10035: src/main/pa_dictionary.C, src/main/pa_dir.C,
10036: src/main/pa_exception.C, src/main/pa_exec.C,
10037: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
10038: src/main/pa_request.C, src/main/pa_socks.C,
10039: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10040: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
10041: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
10042: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
10043: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
10044: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
10045: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
10046: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
10047: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
10048: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10049: src/targets/isapi/parser3isapi.dsp,
10050: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
10051: src/types/pa_junction.h, src/types/pa_method.h,
10052: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
10053: src/types/pa_vclass.C, src/types/pa_vclass.h,
10054: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
10055: src/types/pa_vcookie.h, src/types/pa_vdate.h,
10056: src/types/pa_vdouble.h, src/types/pa_venv.h,
10057: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
10058: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
10059: src/types/pa_vimage.C, src/types/pa_vimage.h,
10060: src/types/pa_vint.h, src/types/pa_vjunction.h,
10061: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
10062: src/types/pa_vmath.h, src/types/pa_vmemory.h,
10063: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
10064: src/types/pa_vobject.C, src/types/pa_vobject.h,
10065: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
10066: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
10067: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
10068: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
10069: src/types/pa_vstatus.h, src/types/pa_vstring.C,
10070: src/types/pa_vstring.h, src/types/pa_vtable.C,
10071: src/types/pa_vtable.h, src/types/pa_vvoid.h,
10072: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10073: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10074: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
10075: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
10076: HEAD
10077:
10078: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
10079: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
10080: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
10081: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
10082: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
10083: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
10084: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
10085: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
10086: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
10087: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
10088: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
10089: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
10090: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
10091: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
10092: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
10093: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
10094: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
10095: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
10096: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
10097: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
10098: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
10099: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
10100: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
10101: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
10102: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
10103: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
10104: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
10105: outputs/create-dir, results/001.processed, results/002.processed,
10106: results/003.processed, results/004.processed,
10107: results/005.processed, results/006.processed,
10108: results/007.processed, results/008.processed,
10109: results/009.processed, results/010.processed,
10110: results/011.processed, results/012.processed,
10111: results/013.processed, results/014.processed,
10112: results/015.processed, results/016.processed,
10113: results/017.processed, results/018.processed,
10114: results/019.processed, results/020.processed,
10115: results/021.processed, results/022.processed,
10116: results/023.processed, results/024.processed,
10117: results/025.processed, results/026.processed,
10118: results/027.processed, results/028.processed,
10119: results/029.processed, results/030.processed,
10120: results/031.processed, results/032.processed,
10121: results/033.processed, results/034.processed,
10122: results/035.processed, results/036.processed,
10123: results/037.processed, results/038.processed,
10124: results/039.processed, results/040.processed,
10125: results/041.processed, results/042.processed,
10126: results/043.processed, results/044.processed,
10127: results/045.processed, results/046.processed,
10128: results/047.processed, results/048.processed,
10129: results/049.processed, results/050.processed,
10130: results/051.processed, results/052.processed,
10131: results/053.processed, results/054.processed,
10132: results/055.processed, results/056.processed,
10133: results/057.processed, results/058.processed,
10134: results/059.processed, results/060.processed,
10135: results/061.processed, results/062.processed,
10136: results/063.processed, results/064.processed,
10137: results/065.processed, results/066.processed,
10138: results/067.processed, results/068.processed,
10139: results/069.processed, results/070.processed,
10140: results/071.processed, results/072.processed,
10141: results/073.processed, results/074.processed,
10142: results/075.processed, results/076.processed,
10143: results/077.processed, results/078.processed,
10144: results/079.processed, results/080.processed,
10145: results/081.processed, results/082.processed,
10146: results/083.processed, results/084.processed,
10147: results/085.processed, results/086.processed,
10148: results/087.processed, results/088.processed,
10149: results/089.processed, results/090.processed,
10150: results/091.processed, results/092.processed,
10151: results/093.processed, results/094.processed,
10152: results/095.processed, results/096.processed,
10153: results/097.processed, results/098.processed,
10154: results/099.processed, results/100.processed,
10155: results/101.processed, results/102.processed,
10156: results/103.processed, results/104.processed,
10157: results/105.processed, results/106.processed,
10158: results/107.processed, results/108.processed,
10159: results/109.processed, results/110.processed,
10160: results/111.processed, results/112.processed,
10161: results/113.processed, results/114.processed,
10162: results/115.processed, results/116.processed,
10163: results/117.processed, results/118.processed,
10164: results/119.processed, results/120.processed,
10165: results/121.processed, results/122.processed,
10166: results/123.processed, results/124.processed,
10167: results/125.processed, results/126.processed,
10168: results/127.processed, results/128.processed,
10169: results/129.processed, results/130.processed,
10170: results/131.processed, results/132.processed,
10171: results/133.processed, results/134.processed,
10172: results/135.processed, results/136.processed,
10173: results/137.processed, results/138.processed,
10174: results/139.processed, results/140.processed,
10175: results/141.processed: merged(copied) to HEAD from template_gc
10176:
10177: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
10178: towards \parser3project not having to be in root
10179:
10180: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
10181: module compiled [were minor unnecessary changes in lib/md5
10182: interface]
10183:
10184: * src/include/pa_version.h: release
10185:
10186: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
10187:
10188: * src/classes/math.C: merged uuid bugfix
10189:
10190: * tests/: 141.html, results/141.processed: fixed bug with
10191: too-small-a-buffer
10192:
10193: * src/classes/math.C: uuid bugfix
10194:
10195: * tests/: 141.html, Makefile, results/005.processed,
10196: results/030.processed, results/075.processed,
10197: results/078.processed: to reflect date format change (were -
10198: become ' ')
10199:
10200: * src/classes/math.C: uuid bugfix
10201:
10202: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
10203: debug/release changes
10204:
10205: * src/lib/md5/pa_md5c.c: PA_ -> pa_
10206:
10207: 2003-07-23 paf
10208:
10209: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
10210: renamed a little [to move to comman naming conv]
10211:
10212: * src/targets/Makefile.am: apache13 splitted to simplify apache
10213: build
10214:
10215: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
10216: main/pa_request.C, main/pa_sql_driver_manager.C,
10217: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
10218: stack top_index() fixed
10219:
10220: * src/main/pa_globals.C: minor style changes
10221:
10222: * src/: classes/op.C, include/pa_sql_connection.h: connection
10223: closing/caching fixed [connections were not closed/put to cache]
10224:
10225: 2003-07-22 paf
10226:
10227: * INSTALL: gc part updated stightly
10228:
10229: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
10230: new sapi interface
10231:
10232: * src/classes/file.C: comment on OS
10233:
10234: * src/main/pa_string.C: removed reduntant invariant check [there is
10235: one deeper in cord lib]
10236:
10237: * src/main/pa_exec.C: on win32 bugfix in handling shbang
10238:
10239: * src/main/pa_memory.C: out of memory is no longer coredump
10240:
10241: * INSTALL: disable-threads adviced
10242:
10243: 2003-07-21 paf
10244:
10245: * src/classes/Makefile.am: removed circular dependency on classes.C
10246:
10247: * src/classes/file.C: file::exec/cgi environment variables now must
10248: be UPPERCASE and A-Z 0-9 _-
10249:
10250: * src/classes/file.C: env passing fixed
10251:
10252: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
10253:
10254: * src/main/pa_common.C: http:// CRLF now
10255:
10256: 2003-07-02 paf
10257:
10258: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
10259: fields to reflect their real meaning
10260:
10261: 2003-06-27 paf
10262:
10263: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
10264: include/pa_hash.h, main/pa_charset.C: merged from HEAD
10265: file::exec/cgi .charset
10266:
10267: 2003-06-26 paf
10268:
10269: * ChangeLog, src/classes/file.C, src/classes/hash.C,
10270: src/classes/image.C, src/classes/op.C, src/classes/string.C,
10271: src/classes/table.C: fixed several uninitialized local
10272: structures. notably ^hash.foreach now inserts delimiters
10273: properly [were inserting it before first body]
10274:
10275: 2003-06-24 paf
10276:
10277: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
10278:
10279: 2003-06-20 paf
10280:
10281: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
10282: src/main/pa_globals.C: introducing
10283: $f[^file::load[binary;http://...]] $f.tables
10284:
10285: 2003-06-06 paf
10286:
10287: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
10288: table. [were method lookup: inconsistent]
10289:
10290: 2003-06-02 paf
10291:
10292: * src/include/pa_memory.h: empty string clone fixed to return
10293: writable memory
10294:
10295: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
10296: were not appended] which violated string invariant
10297:
10298: 2003-05-30 paf
10299:
10300: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
10301: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
10302:
10303: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
10304: GMT ; RFC 822, updated by RFC 1123
10305:
10306: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
10307: targets/isapi/parser3isapi.C: initialized request_info properly
10308:
10309: * src/classes/xnode.C: found minor bug, commended for future
10310:
10311: 2003-05-28 paf
10312:
10313: * src/classes/form.C: request_info.content_length can't be <0,
10314: size_t for some time
10315:
10316: 2003-05-26 paf
10317:
10318: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
10319: forgotten <0 changed to !=STRING_NOT_FOUND
10320:
10321: * src/classes/math.C: merged ffffu from HEAD
10322:
10323: 2003-05-11 paf
10324:
10325: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
10326:
10327: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
10328: premature doc free. transformed document had xmlDoc reference
10329: stored to non-gc-memory (libgdome) added holding-reference
10330:
10331: 2003-04-29 paf
10332:
10333: * src/main/pa_globals.C: started digging on double free. on win32
10334: found that that's perfectly normal.
10335:
10336: 2003-04-25 paf
10337:
10338: * src/classes/table.C: table.join bug fix [bad limit check]
10339:
10340: * src/classes/math.C: merged from HEAD: simpiler hash_string
10341:
10342: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
10343: print anything. changed to quicker and simplier code
10344:
10345: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
10346: strict a check]
10347:
10348: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
10349:
10350: 2003-04-24 paf
10351:
10352: * src/include/pa_table.h: too strict assert loosened
10353:
10354: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
10355: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
10356: report
10357:
10358: 2003-04-21 paf
10359:
10360: * src/targets/cgi/Makefile.am: pp3 added to .am
10361:
10362: * src/main/pa_globals.C: pcre memory management changed to use GC
10363: memory
10364:
10365: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
10366: xmlMallocAtomic [author agreed to my suggestion], used that
10367:
10368: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
10369:
10370: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
10371: types/pa_vmail.C: attributed_meaning_to_string added
10372: L_UNSPECIFIED piece which was sortof OK, but violated string
10373: invariant [assertion barked on that] changed to L_PASS_APPEND,
10374: made that param obligatory
10375:
10376: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
10377: fixed [assert helped]
10378:
10379: * src/include/pa_string.h: assert added [looking for bug]
10380:
10381: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
10382: names on Win32 considered disk-global
10383:
10384: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
10385: considered disk-global
10386:
10387: 2003-04-18 paf
10388:
10389: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
10390: filenames
10391:
10392: * src/main/untaint.C: enabled '~' letter in filenames
10393:
10394: 2003-04-16 paf
10395:
10396: * src/classes/file.C: small bug introduced in autoptr times fixed
10397:
10398: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
10399: HEAD
10400:
10401: * src/classes/table.C: fix: gcc reported tiny error
10402:
10403: 2003-04-15 paf
10404:
10405: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
10406: src/lib/md5/pa_md5c.c, tests/141.html,
10407: tests/results/141.processed: merged from head ^math:uuid[]
10408: ^math:uid64[] ^math:md5[string]
10409:
10410: test added: 141.html
10411:
10412: * operators.txt, src/classes/math.C: ^math:uid64[]
10413:
10414: * src/classes/math.C: ^math:uuid[]
10415:
10416: * operators.txt, src/classes/math.C: ^math:uuid[]
10417:
10418: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
10419: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
10420:
10421: * operators.txt, src/classes/file.C, src/include/pa_common.h,
10422: src/include/pa_config_fixed.h, src/main/pa_common.C:
10423: ^file::load[mode;name; $.offset $.limit
10424:
10425: 2003-04-14 paf
10426:
10427: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
10428: started ^math:md5
10429:
10430: * src/classes/table.C, src/include/pa_array.h,
10431: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
10432: tests/results/140.processed: table $.reverse option works in
10433: create&co table $.distinct[tables] bug fix merged
10434:
10435: * src/: classes/table.C, include/pa_table.h: table
10436: $.distinct[tables] bug fixed
10437:
10438: * src/classes/table.C: more warnings
10439:
10440: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
10441: removed checks in table::set_current, moved them back to
10442: table::locate implemented table::create/join ñ $.reverse
10443:
10444: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
10445: removed checks in table::set_current, moved them back to
10446: table::locate
10447:
10448: 2003-04-11 paf
10449:
10450: * operators.txt, src/classes/date.C, src/classes/table.C,
10451: src/include/pa_array.h, src/include/pa_common.h,
10452: src/include/pa_config_includes.h, src/include/pa_string.h,
10453: src/include/pa_table.h, src/main/pa_request.C,
10454: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10455: src/main/pa_table.C: merged from HEAD from
10456: before_append_array_limit_sense_change to
10457: after_append_array_limit_sense_change
10458:
10459: * src/classes/table.C: typo
10460:
10461: * operators.txt, src/classes/date.C, src/classes/table.C,
10462: src/include/pa_array.h, src/include/pa_common.h,
10463: src/include/pa_config_includes.h, src/include/pa_globals.h,
10464: src/include/pa_table.h, src/main/pa_array.C,
10465: src/main/pa_globals.C, src/main/pa_request.C,
10466: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10467: src/main/pa_table.C: append_array_limit_sense_change locate
10468: accepts options same as create new option: $.reverse(1) [do not
10469: work in table::create]
10470:
10471: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
10472: (stat xxx,
10473:
10474: * src/classes/: table.C: typo
10475:
10476: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
10477: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
10478: results/130.processed, results/131.processed,
10479: results/132.processed, results/133.processed,
10480: results/134.processed, results/135.processed,
10481: results/136.processed, results/137.processed,
10482: results/138.processed, results/139.processed: added few mustfail
10483: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
10484: date/time 132.html mustfail: access to junction outside of
10485: context 133.html mustfail: access to junction outside of context,
10486: case version 134.html mustfail: hash: adding a key inside of
10487: foreach 135.html mustfail: modifying system class 136.html
10488: mustfail: $.name outside of $hash[here] 137.html mustfail:
10489: appendChild without import 138.html mustfail: invalid encoding
10490: inside of xml 139.html mustfail: bad XPath
10491:
10492: * operators.txt, src/classes/table.C, tests/084.html,
10493: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
10494: tests/129.html, tests/results/125.processed,
10495: tests/results/126.processed, tests/results/127.processed,
10496: tests/results/128.processed, tests/results/129.processed: merged
10497: from HEAD ^table.hash[key][$.distinct[tables]]
10498:
10499: maked appropriate tests [changed one old nonconforming]
10500:
10501: * operators.txt, src/classes/table.C:
10502: ^table.hash[key][$.distinct[tables]]
10503:
10504: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
10505: merged fix for found very old xml (dom) bug: were passing
10506: domString objects and later ERROREOUSLY freed them
10507:
10508: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
10509: src/main/pa_charset.C: re-added libgdome patch. regretfully
10510: libgdome bug can not be worked around
10511:
10512: 2003-04-10 paf
10513:
10514: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
10515: found very old xml (dom) bug: were passing domString objects and
10516: later ERROREOUSLY freed them
10517:
10518: * src/doc/string.dox, src/include/pa_memory.h,
10519: src/include/pa_string.h, src/lib/cord/cordbscs.c,
10520: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
10521: tests/123.html, tests/124.html, tests/results/001.processed,
10522: tests/results/002.processed, tests/results/003.processed,
10523: tests/results/004.processed, tests/results/005.processed,
10524: tests/results/006.processed, tests/results/008.processed,
10525: tests/results/009.processed, tests/results/010.processed,
10526: tests/results/011.processed, tests/results/012.processed,
10527: tests/results/013.processed, tests/results/014.processed,
10528: tests/results/015.processed, tests/results/016.processed,
10529: tests/results/017.processed, tests/results/018.processed,
10530: tests/results/020.processed, tests/results/021.processed,
10531: tests/results/022.processed, tests/results/023.processed,
10532: tests/results/024.processed, tests/results/025.processed,
10533: tests/results/026.processed, tests/results/027.processed,
10534: tests/results/028.processed, tests/results/029.processed,
10535: tests/results/030.processed, tests/results/031.processed,
10536: tests/results/032.processed, tests/results/033.processed,
10537: tests/results/034.processed, tests/results/035.processed,
10538: tests/results/036.processed, tests/results/037.processed,
10539: tests/results/038.processed, tests/results/039.processed,
10540: tests/results/040.processed, tests/results/041.processed,
10541: tests/results/042.processed, tests/results/043.processed,
10542: tests/results/044.processed, tests/results/045.processed,
10543: tests/results/046.processed, tests/results/047.processed,
10544: tests/results/048.processed, tests/results/049.processed,
10545: tests/results/050.processed, tests/results/051.processed,
10546: tests/results/052.processed, tests/results/053.processed,
10547: tests/results/054.processed, tests/results/055.processed,
10548: tests/results/056.processed, tests/results/057.processed,
10549: tests/results/058.processed, tests/results/059.processed,
10550: tests/results/060.processed, tests/results/061.processed,
10551: tests/results/062.processed, tests/results/063.processed,
10552: tests/results/064.processed, tests/results/065.processed,
10553: tests/results/066.processed, tests/results/067.processed,
10554: tests/results/068.processed, tests/results/069.processed,
10555: tests/results/070.processed, tests/results/071.processed,
10556: tests/results/072.processed, tests/results/073.processed,
10557: tests/results/074.processed, tests/results/075.processed,
10558: tests/results/076.processed, tests/results/077.processed,
10559: tests/results/078.processed, tests/results/079.processed,
10560: tests/results/080.processed, tests/results/081.processed,
10561: tests/results/082.processed, tests/results/083.processed,
10562: tests/results/084.processed, tests/results/085.processed,
10563: tests/results/086.processed, tests/results/087.processed,
10564: tests/results/088.processed, tests/results/089.processed,
10565: tests/results/090.processed, tests/results/091.processed,
10566: tests/results/092.processed, tests/results/093.processed,
10567: tests/results/094.processed, tests/results/095.processed,
10568: tests/results/096.processed, tests/results/097.processed,
10569: tests/results/101.processed, tests/results/102.processed,
10570: tests/results/104.processed, tests/results/105.processed,
10571: tests/results/106.processed, tests/results/107.processed,
10572: tests/results/108.processed, tests/results/109.processed,
10573: tests/results/110.processed, tests/results/111.processed,
10574: tests/results/112.processed, tests/results/113.processed,
10575: tests/results/114.processed, tests/results/115.processed,
10576: tests/results/116.processed, tests/results/117.processed,
10577: tests/results/118.processed, tests/results/119.processed,
10578: tests/results/120.processed, tests/results/121.processed,
10579: tests/results/122.processed, tests/results/123.processed,
10580: tests/results/124.processed: new convention: char* never 0.
10581: assert in cord on that
10582:
10583: * src/main/pa_charset.C: couple more asserts
10584:
10585: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
10586: speedup
10587:
10588: * src/main/pa_charset.C: couple assertions on fantastic situations
10589: added [may be those is the case now?]
10590:
10591: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
10592: that's memory from gc_malloc, not from g_malloc :(, but would
10593: hope]
10594:
10595: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
10596: that's memory from gc_malloc, not from g_malloc :(, but would
10597: hope]
10598:
10599: * src/main/pa_charset.C: checked custom malloc for returning 0
10600:
10601: 2003-04-09 paf
10602:
10603: * src/classes/date.C: merged ^date.roll changes
10604:
10605: * src/classes/date.C: ^date.roll bug fix
10606:
10607: * src/classes/date.C: ^date.roll now throws less errors: month
10608: shifts handles end of month situation by reducing day number
10609: hour-hole shift reduces hour to recover
10610:
10611: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
10612: Sort by function time
10613:
10614: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
10615: http:// $.charset[] param done
10616:
10617: * tests/: 122.html, results/122.processed: 122 date test <= and ==
10618: added [after volatile fix. passes on win&intel-solaris]
10619:
10620: 2003-04-08 paf
10621:
10622: * src/: classes/file.C, classes/op.C, classes/table.C,
10623: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
10624: include/pa_common.h, include/pa_request_charsets.h,
10625: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10626: main/pa_exec.C, main/pa_request.C, main/untaint.C,
10627: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
10628: types/pa_vresponse.C: started http:// $.charset[] param and
10629: http response charset detection just compiled. todo:test
10630:
10631: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
10632:
10633: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
10634: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
10635: types/pa_vmail.C: changed transcode param converntion along with
10636: string creating convention -- all strings are zero-terminated,
10637: this allowed to fix one remaining String("123", 2) case
10638:
10639: * src/: classes/date.C, classes/file.C, classes/hash.C,
10640: classes/op.C, classes/string.C, classes/table.C,
10641: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
10642: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
10643: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
10644: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
10645: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
10646: violated String::invariant. started fixing [not compiled now]
10647:
10648: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
10649: main/compile.tab.C, main/compile.y, main/pa_string.C,
10650: main/untaint.C, targets/cgi/parser3.C: number of string style
10651: improvements & optimizations
10652:
10653: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
10654: :(]
10655:
10656: * src/main/untaint.C: removed redundant & in CORD_pos param passing
10657: [for it's a pointer really]
10658:
10659: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
10660: 'n' param. worked that around
10661:
10662: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
10663: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
10664: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
10665: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
10666: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
10667:
10668: Thanks for the bug report and patch.
10669:
10670: I hadn't looked at this code in a while. Reading it now, it
10671: seems to me that the tests should also be ">= MAX_DEPTH" to
10672: comply with the invariant, though that may not matter a lot. I
10673: changed that, too.
10674:
10675: Hans
10676:
10677: 2003-04-07 paf
10678:
10679: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
10680: merged from head:safe mode error message now includes numbers
10681:
10682: * src/main/execute.C: n-th attempt to make a=a work with double.
10683: problem: as_double returns it's result in fp-register compiler
10684: optimizes access to that register after b->as_double, and just
10685: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
10686: from memory. _SAME_ double values do not match here. when
10687: forced to REload fp-register, values do match.
10688:
10689: tried to make them volatile.
10690:
10691: * src/main/execute.C: n-th attempt to make a=a work with double.
10692: problem: as_double returns it's result in fp-register compiler
10693: optimizes access to that register after b->as_double, and just
10694: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
10695: from memory. _SAME_ double values do not match here. when
10696: forced to REload fp-register, values do match.
10697:
10698: tried to make them volatile.
10699:
10700: * src/types/pa_vobject.h: small style change
10701:
10702: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
10703:
10704: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
10705: mode error message now includes numbers
10706:
10707: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
10708: now causes death
10709:
10710: 2003-04-04 paf
10711:
10712: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
10713: incorportated pa_exec patch by From: "Victor Fedoseev"
10714: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
10715: Sent: Thursday, January 23, 2003 9:14 AM
10716:
10717: huge speedup on ^file::cgi with big result
10718:
10719: * src/classes/table.C: sort table with 0 rows bug fixed
10720:
10721: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
10722: fix http://i2/tasks/edit/?id=4493701604654042676
10723:
10724: @main[] $with_default[ $.a[1] $._default[default from
10725: with_default] ] ^show[$with_default]
10726:
10727: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
10728: =$to_add_to.xxx=<br>
10729:
10730: ^show[$to_add_to]
10731:
10732: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
10733: ^show[$cloned]
10734:
10735: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
10736:
10737: } <hr>
10738:
10739: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
10740: http://i2/tasks/edit/?id=4493701604654042676
10741:
10742: @main[] $with_default[ $.a[1] $._default[default from
10743: with_default] ] ^show[$with_default]
10744:
10745: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
10746: =$to_add_to.xxx=<br>
10747:
10748: ^show[$to_add_to]
10749:
10750: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
10751: ^show[$cloned]
10752:
10753: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
10754:
10755: } <hr>
10756:
10757: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
10758: http://i2/tasks/edit/?id=4507350336410850921
10759:
10760: * src/classes/xdoc.C: memory allocation func bugfix
10761: http://i2/tasks/edit/?id=4499303470368629745
10762:
10763: * src/classes/math.C: allowed random 1...
10764:
10765: * src/classes/math.C: allowed random 0..
10766:
10767: * src/main/pa_globals.C: exif mem leak
10768: http://i2/tasks/edit/?id=4480590323629807263
10769:
10770: * src/: classes/classes.dsp, main/main.dsp,
10771: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
10772: fix http://i2/tasks/edit/?id=4493946731322521294
10773: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
10774:
10775: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
10776: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
10777: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
10778: links to xml libs made relative, no need to unpack parser3project
10779: to /parser3project.
10780:
10781: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
10782: column more precise - tab handling bug fixed
10783:
10784: * src/main/: compile.tab.C, compile.y: more understandable error
10785: message in case @CLASS with more then one line inside
10786:
10787: * src/targets/cgi/parser3.C: more understandable error message in
10788: case of errors in @unhandled_exception
10789:
10790: 2003-04-03 paf
10791:
10792: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
10793: src/main/compile.tab.C, src/main/compile.y,
10794: src/main/compile_tools.C, src/main/compile_tools.h,
10795: src/main/execute.C, src/main/pa_request.C: debug info format
10796: simplified, now it's: OP_VALUE Operation::Origin << here value*
10797:
10798: higher limits: file number (max: 255) line number (max:
10799: 64535) column number (max: 255)
10800:
10801: * src/classes/math.C: top limit
10802:
10803: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
10804: precise parse error position in case of
10805:
10806: ^bug ]
10807:
10808: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
10809: changed to realities, and passed [bug fixed]
10810:
10811: * src/: classes/op.C, include/pa_request.h, main/compile.C,
10812: main/compile.tab.C, main/compile.y, main/compile_tools.C,
10813: main/compile_tools.h, main/pa_request.C: introducing
10814: ^process...[main-method-alias]
10815:
10816: * src/: classes/date.C, classes/image.C, classes/op.C,
10817: classes/string.C, classes/table.C, classes/xdoc.C,
10818: types/pa_vmethod_frame.h: MethodParams& now [methods without
10819: params receive zero reference, but they are expected not to look
10820: there]
10821:
10822: * operators.txt, src/classes/date.C, src/classes/double.C,
10823: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
10824: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
10825: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
10826: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10827: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
10828: src/main/execute.C, src/types/pa_method.h: MethodParams& now
10829: [methods without params receive zero reference, but they are
10830: expected not to look there]
10831:
10832: * operators.txt, src/classes/op.C, src/include/pa_request.h,
10833: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
10834: ^process...[filename] useful for better error reporting
10835: [file/line/col]
10836:
10837: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
10838: types/pa_vstring.h: slightly improved error messages text: 1. is
10839: '%s', it 2. method undefined in case of ^void[]
10840:
10841: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
10842: include/pa_types.h, main/execute.C, main/pa_request.C: exception
10843: handling done. now we have error columns todo: test it
10844:
10845: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
10846: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
10847:
10848: this makes life easier: were: bad stack order -- were in
10849: exception catch unwind order, which didn't match execution order
10850:
10851: @main[] ^try{ ^first[] }{ ^throw[c;3] }
10852:
10853: @first[] ^throw[a;1]
10854:
10855: showed throw a first throw b try
10856:
10857: which is no good
10858:
10859: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
10860: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
10861: trace reset after handled exception [old bug fixed]
10862:
10863: * src/main/: compile.tab.C, compile.y: parse position old bug
10864: fixed. position reporting made precise [both, in parse erros and
10865: runtime errors]
10866:
10867: 2003-04-02 paf
10868:
10869: * src/: include/pa_operation.h, include/pa_request.h,
10870: main/compile.C, main/compile.tab.C, main/compile.y,
10871: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10872: main/pa_exception.C, main/pa_request.C: debug info: started
10873: using. todo:complete
10874:
10875: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
10876: main/compile.C, main/compile.tab.C, main/compile.y,
10877: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10878: main/pa_request.C: prepared debug info todo:use it
10879:
10880: * src/include/pa_operation.h: strange mistake fixed: forgot to
10881: return Operation class->union after switching from autoptrs.
10882:
10883: * tests/: Makefile, results/108.processed, results/117.processed:
10884: meta considered OK [it's up to coder now to remove it not needed]
10885:
10886: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
10887: Dictionary constructor when moved to gc]
10888:
10889: * src/main/pa_common.C: uncommented http:// file loading
10890:
10891: * src/include/pa_array.h, src/main/execute.C,
10892: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
10893: fix [gdGrowingBuf]
10894:
10895: * configure.in, src/lib/Makefile.am: removed patches
10896:
10897: * configure, src/include/pa_config_auto.h.in,
10898: src/main/pa_charset.C: --enable-assertions autoconf-ed
10899:
10900: * src/main/pa_common.C: uncommented http:// file loading
10901:
10902: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
10903: xdoc::create/load
10904:
10905: * src/: classes/form.C, classes/hash.C, classes/image.C,
10906: classes/string.C, classes/table.C, classes/void.C,
10907: include/pa_common.h, main/pa_common.C, main/pa_request.C,
10908: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
10909: String::String(str,helper_length) are checked. found/fixed one
10910: place: $request:body now zero-terminated,
10911:
10912: * src/: classes/op.C, classes/table.C, include/pa_request.h,
10913: main/compile_tools.C, main/execute.C, types/pa_value.h,
10914: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
10915: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
10916: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
10917: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
10918: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
10919: types/pa_vxnode.h: more locally scoped vars in execute (more
10920: easily optimizable)
10921:
10922: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
10923: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
10924:
10925: * src/: include/pa_array.h, include/pa_stack.h,
10926: include/pa_string.h, main/compile_tools.C, main/main.dsp,
10927: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
10928: become assertion iterator in methodframe filler
10929:
10930: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
10931: targets/cgi/parser3.C: array::get/put inlined
10932:
10933: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
10934: gc_substitute_memory_management_functions +installed CORD_oom
10935: function
10936:
10937: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
10938: src/include/pa_config_includes.h, src/include/pa_string.h,
10939: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
10940: src/targets/cgi/parser3.C: converted debug hacks to ANSI
10941: assertions started configure.in --enable-assertions
10942:
10943: 2003-04-01 paf
10944:
10945: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
10946: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
10947: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
10948: gdome uses glib memory, and stores last pointer to xmlDoc there,
10949: gc misses that and collects valid memory fixed by remembering
10950: xmlDoc from dom object in xdoc. todo: do something with
10951: premature free of xdoc with xnodes/node values referring into it
10952:
10953: * src/classes/: mail.C: typo fix
10954:
10955: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
10956: changes
10957:
10958: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
10959: main/pa_memory.C: moved memory debugging to global level: to
10960: pa_gc_malloc
10961:
10962: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
10963: debugging showed no errors. todo: debug parser memory
10964:
10965: * src/targets/cgi/: parser3.C, parser3.dsp: more build
10966: configurations
10967:
10968: * src/: classes/classes.dsp, include/pa_config_fixed.h,
10969: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
10970: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
10971: types/types.dsp: prepared xml-static configuration
10972:
10973: 2003-03-31 paf
10974:
10975: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
10976: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
10977: xml lib memory debugging, simple checks failed: it seems that
10978: library does realloc(bad ptr), and recording those ptrs in heap
10979: [for debugging] was bad: heap situation changes = everything
10980: works fine
10981:
10982: * src/: main/pa_charset.C, include/pa_charset.h: worked around
10983: xmlRegisterCharEncodingHandler limitation [currently imposed
10984: limit of 10 user-defined charsets]
10985:
10986: 2003-03-28 paf
10987:
10988: * src/main/execute.C: execution stack copied to local register
10989: variable, removed lots [~2e7) of memory accesses
10990:
10991: 2003-03-27 paf
10992:
10993: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
10994: works in debug, but fails in release todo: fix that
10995:
10996: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
10997: targets/cgi/parser3.C: forgot to merge XML memory funcs
10998: replacement from gc branch
10999:
11000: * src/main/pa_exec.C: introducing append_help_length [radical
11001: improvement here]
11002:
11003: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
11004: 'not recommened' in gc.h, on win32 noticed no difference]
11005:
11006: * src/include/pa_array.h: returned checked array get [were disabled
11007: for debugging] result:not slower [don't understand that, it were
11008: INLINED] todo: find out a way of inlining it!
11009:
11010: * src/: include/pa_string.h, lib/gc/include/gc.h,
11011: lib/gc/include/gc_fake.h, main/compile.tab.C,
11012: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
11013: convention changed: all resulting strings are zero-terminated
11014:
11015: * src/: classes/date.C, classes/file.C, classes/hash.C,
11016: classes/string.C, classes/table.C, classes/void.C,
11017: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
11018: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
11019: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
11020: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
11021: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
11022: types/pa_vfile.C, types/pa_vmail.C: introducing
11023: append_help_length [radical improvement here]
11024:
11025: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
11026: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
11027: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
11028: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
11029: even slower
11030:
11031: * src/: classes/string.C, classes/table.C, include/pa_array.h,
11032: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
11033: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
11034: clients of &get(): most to use non-ref version, some[in tight
11035: places] to get_unchecked_ref
11036:
11037: * src/doc/memory.dox: forgot to add
11038:
11039: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
11040: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
11041: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
11042: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
11043: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11044: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
11045: targets/cgi/parser3.dsp, types/pa_vmail.C,
11046: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
11047: T>>&<< removed after Stack::pop wiping removed [moved to separate
11048: func] other Array & removed
11049:
11050: 2003-03-26 paf
11051:
11052: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
11053: classes/table.C, include/pa_array.h, include/pa_charset.h,
11054: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
11055: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11056: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
11057: main/main.dsp, main/pa_charset.C, main/pa_common.C,
11058: main/pa_exec.C, main/pa_sql_driver_manager.C,
11059: main/pa_stylesheet_manager.C, main/pa_table.C,
11060: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
11061: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11062: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
11063: pre-evaluated .count() in some places
11064:
11065: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11066: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
11067: types/types.dsp: .dsp profiling updated
11068:
11069: * src/: classes/classes.dsp, lib/cord/cord.dsp,
11070: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
11071: targets/cgi/parser3.dsp, types/types.dsp: started profiling
11072:
11073: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
11074: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
11075: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
11076: use lib/gc,lib/cord
11077:
11078: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
11079: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
11080: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
11081: src/include/pa_config_includes.h, src/include/pa_request.h,
11082: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
11083: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
11084: src/lib/Makefile.am, src/lib/cord/Makefile.am,
11085: src/lib/cord/include/Makefile.am,
11086: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
11087: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
11088: src/targets/cgi/Makefile.am, src/types/Makefile.am,
11089: src/types/pa_vclass.h, src/types/pa_vcookie.h,
11090: src/types/pa_vform.h, src/types/pa_vhash.h,
11091: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
11092: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
11093: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
11094: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
11095: funcs ported pa_exec
11096:
11097: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
11098:
11099: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
11100: bundled gc includes
11101:
11102: * src/: classes/op.C, include/pa_array.h,
11103: include/pa_sql_connection.h, include/pa_string.h,
11104: include/pa_version.h, main/compile.tab.C, main/compile.y,
11105: main/execute.C, main/pa_common.C, main/pa_exception.C,
11106: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
11107: targets/cgi/parser3.dsp: a number of bugfixes [while testing
11108: first real site (aval)]
11109:
11110: 2003-03-25 paf
11111:
11112: * operators.txt, src/main/pa_sql_driver_manager.C,
11113: src/types/pa_vstatus.C: $status.memory used free since_compact
11114: process
11115:
11116: * src/: include/pa_sql_connection.h, main/pa_globals.C,
11117: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
11118:
11119: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
11120:
11121: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
11122: src/types/pa_value.h, src/types/pa_vfile.h,
11123: src/types/pa_vobject.C, src/types/pa_vobject.h,
11124: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
11125: tests/results/121.processed: untaint.C L_URI
11126:
11127: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
11128: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
11129: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
11130: src/types/pa_vmemory.h: ^memory:compact[]
11131:
11132: * tests/results/109.processed: it was a bug in parser. updated 109
11133: test result
11134:
11135: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
11136:
11137: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
11138: tests/results/107.processed: fixed dom language [values are now
11139: considered tainted. it was a bug in parser. updated 107 test
11140: result
11141:
11142: * src/classes/xdoc.C: fixed transform params
11143:
11144: * src/: include/pa_stylesheet_manager.h,
11145: main/pa_stylesheet_manager.C: fixed stylesheet caching
11146:
11147: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
11148: overloads for structure handling
11149:
11150: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
11151: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
11152: StringBody(0) ambiguilty, introducting static
11153: StringBody::Format(int)
11154:
11155: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
11156: linked
11157:
11158: * src/types/pa_vxdoc.C: vxdoc compiled
11159:
11160: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
11161: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
11162: finalizers isntalled
11163:
11164: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
11165: doc/exception.dox, doc/index.dox, include/pa_charset.h,
11166: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
11167: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
11168: compiled todo: xnode.C / finalizers
11169:
11170: * src/doc/string.dox: updated: new string internals
11171:
11172: 2003-03-24 paf
11173:
11174: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11175: include/pa_charset.h, include/pa_config_fixed.h,
11176: include/pa_request.h, include/pa_stylesheet_connection.h,
11177: include/pa_stylesheet_manager.h, main/pa_charset.C,
11178: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
11179: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
11180: types/pa_vxnode.h: started XML
11181:
11182: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
11183:
11184: * src/: classes/file.C, classes/image.C, classes/mail.C,
11185: include/pa_string.h, main/pa_common.C,
11186: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
11187:
11188: * src/: classes/file.C, classes/image.C, classes/mail.C,
11189: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
11190: main/pa_request.C, main/pa_sql_driver_manager.C,
11191: types/pa_vimage.h: size_t pos everywhere checks changed to check
11192: for eq STRING_NOT_FOUND
11193:
11194: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
11195: optimize bit implemented
11196:
11197: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
11198: String::ArrayFragment::append_positions fixed
11199:
11200: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
11201: String::this_starts fixed
11202:
11203: * src/main/pa_string.C, tests/Makefile: string::pos fixed
11204:
11205: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
11206: hashcode implemented fully, including per-char callback [it can
11207: be - substr CORD node]
11208:
11209: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
11210: rewritten to rewalloc with 100byte buf ahead
11211:
11212: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
11213: src/include/pa_string.h, src/main/compile.tab.C,
11214: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
11215: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
11216: CORD_ec [bad] would rewrite as realloc now
11217:
11218: * src/: classes/date.C, classes/file.C, classes/form.C,
11219: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
11220: include/pa_cache_managers.h, include/pa_charsets.h,
11221: include/pa_common.h, include/pa_request.h,
11222: include/pa_sql_driver_manager.h, include/pa_table.h,
11223: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
11224: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
11225: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
11226: types/pa_vmail.C, types/pa_vmethod_frame.C,
11227: types/pa_vstateless_class.h: 2*2 worked :)
11228:
11229: * parser3.dsw, src/classes/date.C, src/classes/file.C,
11230: src/include/pa_exec.h, src/include/pa_string.h,
11231: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
11232: passed OK
11233:
11234: * src/: classes/hash.C, classes/string.C, classes/table.C,
11235: types/pa_value.C: all linked todo: debug
11236:
11237: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
11238: types/pa_vstateless_class.C: all compiled. todo:link
11239:
11240: * src/types/pa_wcontext.C: pa_wcontext.C compiled
11241:
11242: * src/types/pa_vtable.C: pa_vtable.C compiled
11243:
11244: * src/types/pa_vstring.C: pa_vstring.C compiled
11245:
11246: * src/types/pa_vstatus.C: pa_vstatus.C compiled
11247:
11248: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
11249: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
11250: pa_vstateless_class.C, pa_vstateless_class.h:
11251: pa_vstateless_class.C compiled
11252:
11253: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
11254: types/pa_vmath.C: pa_vmail.C compiled
11255:
11256: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
11257:
11258: * src/types/pa_vform.C: pa_vform.C compiled
11259:
11260: * src/types/pa_vfile.C: pa_vfile.C compiled
11261:
11262: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
11263: pa_vstateless_class.C: pa_vcookie.C compiled
11264:
11265: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
11266: types/pa_vhash.h: pa_value.C compiled
11267:
11268: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
11269: classes.lib main.lib compiled
11270:
11271: * src/classes/void.C: void.C compiled
11272:
11273: * src/: classes/string.C, classes/table.C, include/pa_string.h,
11274: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
11275: compiled
11276:
11277: * src/: classes/string.C, include/pa_request.h,
11278: include/pa_string.h, main/pa_string.C: string.C compiled
11279:
11280: * src/: classes/op.C, classes/string.C, classes/table.C,
11281: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
11282: main/pa_request.C, main/pa_string.C: op.C compiled
11283:
11284: * src/classes/: math.C, op.C: math.C compiled
11285:
11286: * src/: classes/mail.C, classes/string.C, classes/table.C,
11287: types/pa_vmail.h: mail.C compiled
11288:
11289: * src/classes/: int.C, table.C: int.C compiled
11290:
11291: * src/: classes/hash.C, classes/image.C, classes/string.C,
11292: classes/table.C, include/pa_memory.h, include/pa_string.h,
11293: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
11294: compiled
11295:
11296: * src/: classes/hash.C, classes/string.C, classes/table.C,
11297: classes/void.C, classes/xdoc.C, include/pa_request.h,
11298: include/pa_sql_connection.h: hash.C compiled
11299:
11300: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
11301: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
11302: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
11303: classes/math.C, classes/op.C, classes/response.C,
11304: classes/string.C, classes/table.C, classes/void.C,
11305: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
11306: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
11307: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
11308: file.C table.C compiled
11309:
11310: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
11311: main/untaint.C: main.lib compiled
11312:
11313: 2003-03-21 paf
11314:
11315: * src/: classes/op.C, include/pa_cache_managers.h,
11316: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11317: include/pa_stylesheet_manager.h, main/pa_exception.C,
11318: main/pa_globals.C, main/pa_sql_driver_manager.C,
11319: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
11320: compiled
11321:
11322: * src/: classes/hash.C, classes/image.C, classes/op.C,
11323: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
11324: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
11325: main/compile.C, main/pa_common.C, main/pa_request.C,
11326: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
11327: pa_request.C compiled
11328:
11329: * src/: classes/hash.C, classes/mail.C, classes/op.C,
11330: include/pa_request.h, main/execute.C, main/pa_request.C,
11331: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
11332: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
11333: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11334: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
11335: compiled
11336:
11337: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
11338: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
11339: on unix
11340:
11341: * src/: include/pa_charset.h, include/pa_charsets.h,
11342: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
11343: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
11344: pa_charsets.C compiled
11345:
11346: * src/: classes/image.C, classes/mail.C, classes/op.C,
11347: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
11348: main/compile.y, main/execute.C, main/pa_common.C,
11349: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
11350: types/pa_vcode_frame.h, types/pa_vimage.h,
11351: types/pa_vmethod_frame.h: execute.C compiled
11352:
11353: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11354: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11355: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11356: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
11357: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11358: include/pa_cache_managers.h, include/pa_charsets.h,
11359: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
11360: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
11361: include/pa_sql_driver_manager.h, include/pa_string.h,
11362: include/pa_stylesheet_connection.h,
11363: include/pa_stylesheet_manager.h, include/pa_table.h,
11364: main/compile.C, main/compile.tab.C, main/compile.y,
11365: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11366: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11367: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
11368: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
11369: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
11370: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11371: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11372: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
11373: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
11374: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
11375: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
11376: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11377: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11378: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
11379: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11380: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11381: types/pa_vresponse.h, types/pa_vstateless_class.C,
11382: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11383: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11384: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11385: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11386: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11387: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
11388: [C++ CORD wrapper]
11389:
11390: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
11391:
11392: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
11393: $file::exec/cgi[script; $.charset[this is script's charset]
11394:
11395: command line, env values, input got transcoded before call
11396: stdout, stderr got transcoded after call
11397:
11398: * src/classes/file.C: ^file::exec/cgi now does not pass post data
11399: by default. use: ^file::exec[...;$.stdin[$request.body]
11400:
11401: * src/main/pa_common.C: } typo bug fix
11402:
11403: * src/main/pa_common.C: } typo bug fix
11404:
11405: 2003-03-20 paf
11406:
11407: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
11408: main/untaint.C: cord bug fix, but still errors todo: clear out
11409:
11410: * src/include/pa_string.h: more tests
11411:
11412: * src/main/pa_string.C: string.pos fixed
11413:
11414: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
11415: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
11416: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
11417: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
11418: replaces
11419:
11420: * src/: classes/image.C, include/pa_dictionary.h,
11421: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
11422: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
11423: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
11424: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
11425:
11426: * src/include/pa_string.h: warning
11427:
11428: * src/include/pa_string.h: this_starts fixed
11429:
11430: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
11431: new String ctor & append params convention
11432:
11433: * src/: classes/file.C, classes/hash.C, classes/image.C,
11434: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
11435: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
11436: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
11437: main/pa_exception.C, main/pa_exec.C,
11438: main/pa_sql_driver_manager.C, main/pa_string.C,
11439: main/pa_stylesheet_manager.C, main/untaint.C,
11440: targets/isapi/parser3isapi.C, types/pa_vimage.C,
11441: types/pa_vmail.C: more tests OK
11442:
11443: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
11444: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
11445: gc/exit runned OK
11446:
11447: * src/types/pa_vmail.C: another naming problem: should not name
11448: vars like that: unpredictable close caused problems with later
11449: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
11450: descriptors missing on startup: stdin; Bad file number
11451:
11452: todo: find out why so many filters(stream) here. probably wrong?
11453:
11454: * src/: include/pa_dictionary.h, include/pa_string.h,
11455: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
11456: main/untaint.C: test compiled
11457:
11458: * src/: classes/image.C, classes/mail.C, classes/math.C,
11459: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
11460: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
11461: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
11462: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
11463: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
11464: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
11465: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
11466: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
11467: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
11468:
11469: * parser3.dsw, src/classes/file.C, src/classes/image.C,
11470: src/classes/op.C, src/classes/string.C, src/classes/table.C,
11471: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
11472: src/include/pa_memory.h, src/include/pa_request.h,
11473: src/include/pa_request_charsets.h,
11474: src/include/pa_sql_connection.h, src/include/pa_string.h,
11475: src/main/compile.tab.C, src/main/execute.C,
11476: src/main/pa_charset.C, src/main/pa_common.C,
11477: src/main/pa_exception.C, src/main/pa_exec.C,
11478: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
11479: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
11480: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
11481: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
11482: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
11483: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
11484: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
11485: src/types/pa_vobject.C, src/types/pa_vresponse.C,
11486: src/types/pa_vstatus.C, src/types/pa_vstring.C,
11487: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11488: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
11489: pa_common.C [done, without http for now]
11490:
11491: 2003-03-19 paf
11492:
11493: * src/: classes/date.C, classes/form.C, classes/hash.C,
11494: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
11495: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
11496: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
11497: include/pa_string.h, include/pa_table.h, main/compile.C,
11498: main/compile_tools.C, main/execute.C, main/pa_charset.C,
11499: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
11500: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
11501: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
11502: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
11503: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
11504: types/pa_vstateless_class.h, types/pa_vtable.C,
11505: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
11506: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
11507: types/pa_wwrapper.h: started test
11508:
11509: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
11510: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
11511:
11512: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
11513: include/pa_string.h, main/pa_string.C: string compiled todo: test
11514: it
11515:
11516: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
11517: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
11518: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
11519: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
11520: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
11521: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
11522: types/pa_vmethod_frame.h, types/types.dsp: string
11523: reimplementation with cord+array<fragment>: 70%
11524:
11525: 2003-03-18 paf
11526:
11527: * src/: classes/date.C, classes/file.C, classes/form.C,
11528: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
11529: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
11530: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
11531: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
11532: can ignore lang in cmp and pos really, but would
11533: split properly!
11534:
11535: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
11536: cord part made parser/src/lib: it's not compiled into libgc by
11537: default
11538:
11539: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
11540: src/classes/date.C, src/classes/double.C, src/classes/file.C,
11541: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
11542: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
11543: src/classes/op.C, src/classes/response.C, src/classes/string.C,
11544: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
11545: src/classes/xnode.C, src/classes/xnode.h,
11546: src/include/Makefile.am, src/include/pa_cache_managers.h,
11547: src/include/pa_charset.h, src/include/pa_charsets.h,
11548: src/include/pa_common.h, src/include/pa_dictionary.h,
11549: src/include/pa_exception.h, src/include/pa_exec.h,
11550: src/include/pa_globals.h, src/include/pa_hash.h,
11551: src/include/pa_memory.h, src/include/pa_pool.h,
11552: src/include/pa_request.h, src/include/pa_request_charsets.h,
11553: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
11554: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
11555: src/include/pa_stylesheet_connection.h,
11556: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
11557: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
11558: src/main/compile.C, src/main/compile.tab.C,
11559: src/main/compile_tools.C, src/main/compile_tools.h,
11560: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
11561: src/main/pa_charsets.C, src/main/pa_common.C,
11562: src/main/pa_dictionary.C, src/main/pa_exception.C,
11563: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
11564: src/main/pa_pool.C, src/main/pa_request.C,
11565: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
11566: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
11567: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
11568: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
11569: src/types/pa_junction.h, src/types/pa_method.h,
11570: src/types/pa_value.C, src/types/pa_value.h,
11571: src/types/pa_vclass.C, src/types/pa_vclass.h,
11572: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
11573: src/types/pa_vcookie.h, src/types/pa_vdate.h,
11574: src/types/pa_vdouble.h, src/types/pa_venv.h,
11575: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
11576: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
11577: src/types/pa_vimage.C, src/types/pa_vimage.h,
11578: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
11579: src/types/pa_vmath.C, src/types/pa_vmath.h,
11580: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
11581: src/types/pa_vobject.C, src/types/pa_vobject.h,
11582: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
11583: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
11584: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
11585: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
11586: src/types/pa_vstatus.h, src/types/pa_vstring.C,
11587: src/types/pa_vstring.h, src/types/pa_vtable.C,
11588: src/types/pa_vtable.h, src/types/pa_vvoid.h,
11589: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11590: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11591: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
11592: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
11593: gc: PA_Object done lots of replacements also
11594:
11595: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
11596: gc logging
11597:
11598: 2003-03-17 paf
11599:
11600: * src/: classes/date.C, classes/file.C, classes/form.C,
11601: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
11602: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
11603: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
11604: include/pa_string.h, include/pa_types.h, main/compile.C,
11605: main/compile.tab.C, main/execute.C, main/pa_charset.C,
11606: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
11607: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
11608: main/pa_sql_driver_manager.C, main/pa_string.C,
11609: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
11610: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
11611: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
11612: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
11613: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
11614: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
11615: types/pa_vxnode.h: libgc attempt
11616:
11617: 2003-03-13 paf
11618:
11619: * src/: include/pa_sql_driver_manager.h,
11620: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
11621: called
11622:
11623: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
11624: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
11625: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
11626: types/pa_value.h, types/pa_vobject.h,
11627: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
11628: set_base, set_derived simplified [counter leaks fixed]
11629:
11630: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
11631: src/types/types.dsp: incorporated status class patch From:
11632: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
11633: 2003 8:14 AM
11634:
11635: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
11636: Win32 specific: QuotaPeakNonPagedPoolUsage
11637: QuotaPeakPagedPoolUsage PeakPagefileUsage]
11638:
11639: 2003-03-12 paf
11640:
11641: * configure, configure.in, src/lib/ltdl/configure,
11642: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
11643: lib/ltdl/Makefile now created by /configure.in only [were by
11644: lib/ltdl/configure.in OVERWRITE]
11645:
11646: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
11647: linkage fixed for g++ 3.2.2
11648:
11649: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
11650: on using privately declared class [fixed]
11651:
11652: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
11653: 3.2 rightliy complained on using privately declared class [fixed]
11654:
11655: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
11656: sigpipe before request constructor now causes death
11657:
11658: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
11659: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
11660: not cause exception in exception handler
11661:
11662: * configure, configure.in, src/targets/cgi/Makefile.am: configure
11663: now default links libstdc++ statically. that can be overriden by
11664: --with-dynamic-stdcpp
11665:
11666: 2003-03-11 paf
11667:
11668: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
11669: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
11670: necessity of libstdc++
11671:
11672: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
11673:
11674: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
11675:
11676: 2003-03-08 paf
11677:
11678: * tests/Makefile: make install & co
11679:
11680: * src/: include/pa_request.h, classes/op.C: removing
11681: vclass,object.h -> pa_request.h dependency
11682:
11683: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
11684: main/pa_request.C: removing vform,response,cookie.h ->
11685: pa_request.h dependency
11686:
11687: * src/include/pa_request.h: removing vmail.h -> pa_request.h
11688: dependency [testing...]
11689:
11690: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
11691: return 0; fixed
11692:
11693: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
11694: types/pa_vmail.h: vmail.C received just compiled [not tested]
11695:
11696: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
11697:
11698: * src/main/pa_request.C: forgotten: ifdef XML
11699:
11700: * src/main/pa_request.C: forgotten: ifdef XML
11701:
11702: * src/targets/cgi/parser3.C: todo: move to latest xml version on
11703: win32 and run memleak tests again
11704:
11705: * src/targets/cgi/parser3.C: charsets: see some strange things with
11706: old xml lib-- it's internal memory handling has faults
11707:
11708: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
11709: problems when transcode from charset A to A.
11710:
11711: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
11712: todo: still problems when transcode from charset A to A.
11713:
11714: * src/: classes/hash.C, classes/mail.C, classes/string.C,
11715: classes/table.C, include/pa_array.h,
11716: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
11717: started full-scale-site-test [~ http://parser.ru sources]
11718:
11719: some fixes
11720:
11721: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
11722: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
11723: 117.html, 118.html, 119.html, 120.html, results/109.processed,
11724: results/110.processed, results/111.processed,
11725: results/112.processed, results/113.processed,
11726: results/114.processed, results/115.processed,
11727: results/116.processed, results/117.processed,
11728: results/118.processed, results/119.processed,
11729: results/120.processed: xml: tests 109 dom create/show 110 xpath
11730: selectSingle 111 xdoc.create from tainted & 112
11731: xdoc.create/output with russian attr value 113 xpath
11732: selectString/Number 114 dom attributes.count 115 xpath selectBool
11733: 116 output media-type change 117 transform by dom stylesheet 118
11734: empty transform result 119 dom setAttribute 120 nbsp letter
11735: output
11736:
11737: =END OF PREPARED XML TESTS=
11738:
11739: 2003-03-07 paf
11740:
11741: * src/classes/xdoc.C, src/include/pa_charset.h,
11742: src/include/pa_stylesheet_connection.h, tests/108.html,
11743: tests/108.xsl, tests/results/108.processed: xml: test 108
11744: transform with params [bugs fixed]
11745:
11746: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
11747: from copy/paste bug
11748:
11749: * src/classes/xdoc.C, src/include/pa_charset.h,
11750: src/include/pa_request.h, src/main/execute.C,
11751: src/main/pa_charset.C, src/main/pa_exception.C,
11752: src/main/pa_globals.C, src/main/pa_request.C,
11753: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11754: src/types/pa_vxnode.C, tests/107.html,
11755: tests/results/107.processed: xml: test: 107 bug fixes
11756:
11757: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11758: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11759: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
11760:
11761: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
11762: string
11763:
11764: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
11765: mem alloc functions used for different cases [libxml, libxsl]
11766:
11767: * src/classes/classes.C: fixed: prevent system classes from
11768: modification to lock ALL the classes, not only directly used
11769:
11770: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
11771: linked
11772:
11773: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
11774:
11775: 2003-03-06 paf
11776:
11777: * src/classes/xdoc.C: xdoc.C 50%
11778:
11779: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
11780: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
11781: main/pa_globals.C, main/pa_request.C,
11782: main/pa_stylesheet_manager.C: xnode.C compiled
11783:
11784: * src/: include/pa_stylesheet_connection.h,
11785: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
11786: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
11787:
11788: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
11789: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
11790: xml: stylesheet&manager STARTED
11791:
11792: * src/: include/pa_globals.h, main/pa_charset.C,
11793: main/pa_exception.C, main/pa_globals.C: xml: exceptions
11794:
11795: * src/: include/pa_charset.h, include/pa_config_fixed.h,
11796: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
11797: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
11798: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
11799: charsets
11800:
11801: * tests/023.html: in some cases it rounded up badly. postponing
11802: solution of that problem, making more simple test
11803:
11804: * tests/: 058_paf2000.png, results/058.processed: .png added with
11805: -kb now
11806:
11807: * src/: include/pa_charset.h, include/pa_charsets.h,
11808: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
11809: moved to charsets.C
11810:
11811: 2003-03-05 paf
11812:
11813: * src/classes/string.C, src/include/pa_string.h,
11814: src/main/pa_string.C, tests/105.html,
11815: tests/results/105.processed: String::match bug fixed
11816:
11817: * src/classes/op.C, src/main/main.dsp, tests/104.html,
11818: tests/results/104.processed: ^bpt operator added [does int3 in
11819: debug build on win32]
11820:
11821: * tests/: 057.html, results/057.processed: test bug fixed
11822:
11823: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
11824:
11825: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
11826: missing
11827:
11828: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
11829: forgotten files added to Makes
11830:
11831: * ltmain.sh: ltmain.sh added
11832:
11833: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
11834: change undone ;(
11835:
11836: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
11837: made static
11838:
11839: * src/: classes/math.C, classes/op.C, classes/string.C,
11840: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
11841: todo:make linker happy
11842:
11843: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
11844: env param made optional
11845:
11846: 2003-03-04 paf
11847:
11848: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
11849: types/pa_vimage.h: number of gcc compiler bugs fixed
11850:
11851: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
11852: results/103.processed: tests: 103 image.copy transparence test
11853:
11854: * src/main/execute.C, tests/101.html, tests/102.html,
11855: tests/results/101.processed, tests/results/102.processed: tests:
11856: 101 method/variable name conflict test 102 form fields change
11857: should not not change anything [bug fix]
11858:
11859: * tests/: 057.html, 099.html, 100.html, results/057.processed,
11860: results/099.processed, results/100.processed: tests: 57 date
11861: create 2002: added 99,100 response:body/download
11862:
11863: * src/classes/image.C, tests/098.html, tests/098font.gif,
11864: tests/results/098.processed: test: 98 image font text [bug fixed]
11865:
11866: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
11867: tests/results/097.processed: test: 97 file::load http:// [bugs
11868: fixed]
11869:
11870: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
11871: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
11872: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
11873: image EXIF [bug fixed]
11874:
11875: * src/classes/table.C, src/main/execute.C, tests/061.dat,
11876: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
11877: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
11878: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
11879: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
11880: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
11881: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
11882: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
11883: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
11884: tests/094.html, tests/095.html, tests/results/061.processed,
11885: tests/results/062.processed, tests/results/063.processed,
11886: tests/results/064.processed, tests/results/065.processed,
11887: tests/results/066.processed, tests/results/067.processed,
11888: tests/results/068.processed, tests/results/069.processed,
11889: tests/results/070.processed, tests/results/071.processed,
11890: tests/results/072.processed, tests/results/073.processed,
11891: tests/results/074.processed, tests/results/075.processed,
11892: tests/results/076.processed, tests/results/077.processed,
11893: tests/results/078.processed, tests/results/080.processed,
11894: tests/results/081.processed, tests/results/082.processed,
11895: tests/results/083.processed, tests/results/084.processed,
11896: tests/results/085.processed, tests/results/086.processed,
11897: tests/results/087.processed, tests/results/088.processed,
11898: tests/results/089.processed, tests/results/090.processed,
11899: tests/results/091.processed, tests/results/092.processed,
11900: tests/results/093.processed, tests/results/094.processed,
11901: tests/results/095.processed, tests/079.html,
11902: tests/results/079.processed: tests: 61 file::stat size 62
11903: string->int autoconvert 63 double .int,dec,div,mul 64 date
11904: compare 65 file: basename,justname,justext 66 math:crypt 67
11905: string.match simple on long 68 string.match normalized simple on
11906: long 69 string.int 70 file::stat content-type 71 table.join 72
11907: hash parameter conditional pass 73 date daylightsaving,yearday 74
11908: date arithmetics 75 response date values/attributes 76 string.pos
11909: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
11910: with local 80 scientific numeric literal in string autoconvert 81
11911: xor: logical and numerical 82 for delims 83 menu delims 84
11912: table.hash distinct 85 long string replace 86 throw+catch
11913: current language preserve 87 bit shifts 88 junction tests +
11914: $caller test 89 hash.foreach selfmodification 90 int/void to int
11915: 91 $caller test 92 junction is + def junction tests 93 $caller
11916: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
11917:
11918: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
11919: fixed] 60 string eq string [bug fixed]
11920:
11921: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
11922: 058.html, 058_paf2000.png, 059.html, 060.html,
11923: results/053.processed, results/054.processed,
11924: results/055.processed, results/056.processed,
11925: results/057.processed, results/058.processed,
11926: results/059.processed, results/060.processed: test: 53
11927: string.replace 54 junctions 55 table.hash 56 call indirect 57
11928: date.create[string] 58 image.measure[png]
11929:
11930: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
11931: outputs/051.processed, results/052.processed: test: 52
11932: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
11933: task: fix that
11934:
11935: 2003-03-03 paf
11936:
11937: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
11938: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
11939: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
11940: outputs/049.processed, outputs/050.processed,
11941: outputs/051.processed, results/001.processed,
11942: results/002.processed, results/003.processed,
11943: results/005.processed, results/006.processed,
11944: results/008.processed, results/009.processed,
11945: results/011.processed, results/012.processed,
11946: results/013.processed, results/014.processed,
11947: results/015.processed, results/016.processed,
11948: results/017.processed, results/020.processed,
11949: results/021.processed, results/022.processed,
11950: results/024.processed, results/025.processed,
11951: results/026.processed, results/027.processed,
11952: results/028.processed, results/029.processed,
11953: results/030.processed, results/031.processed,
11954: results/049.processed, results/050.processed,
11955: results/051.processed, results/043.processed,
11956: results/044.processed, results/045.processed,
11957: results/046.processed, results/047.processed,
11958: results/048.processed: tests: 43,44,45 date rolls 46
11959: autoevaluating junction 47 table.select 48 name with subvar 49
11960: hash-creating switch 50 process 51 started parent/child, works as
11961: it were but it were NOT GOOD, created separate task to fix that
11962:
11963: * tests/: 042.html, results/042.processed: test: 42
11964: exception.handled
11965:
11966: * tests/: 041.html, results/041.processed: test: 41 table.locate by
11967: expression
11968:
11969: * tests/: 040.html, results/040.processed: test: 39 method result
11970: of type table 40 method param junction auto evaluate
11971:
11972: * tests/: 039.html, results/039.processed: test: 37 method result
11973: of type table
11974:
11975: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
11976: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
11977: tests/038.html, tests/results/033.processed,
11978: tests/results/034.processed, tests/results/035.processed,
11979: tests/results/036.processed, tests/results/037.processed,
11980: tests/results/038.processed: tests: 33 string.replace 34
11981: string.upper 35 table created 36 local/global vars with juntions
11982: 37 table clone 38 math PI & number formatting
11983:
11984: math class registring typo fixed
11985:
11986: * src/classes/op.C, src/include/pa_request.h,
11987: src/include/pa_string.h, src/main/execute.C,
11988: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
11989: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
11990: tests/032.html, tests/results/032.processed: uchar changed to
11991: String_UL in all places [was not everywhere] untaint test: 032
11992:
11993: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
11994: tests/results/004.processed, tests/parser-cygwin.sh,
11995: tests/parser-unix.sh: removed -H command line key, now testing
11996: using .sh file with SERVER_SOFTWARE=xxx
11997:
11998: 2003-02-26 paf
11999:
12000: * src/main/execute.C, src/types/pa_vstateless_class.h,
12001: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
12002: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
12003: tests/results/024.processed, tests/results/025.processed,
12004: tests/results/026.processed, tests/results/027.processed,
12005: tests/results/028.processed, tests/results/029.processed,
12006: tests/results/030.processed, tests/results/031.processed: fixed
12007: bug with name_cstr mutable CharPtr more tests
12008:
12009: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
12010: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
12011: << abort. die now just exits
12012:
12013: * src/classes/classes.awk, src/classes/classes.h,
12014: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12015: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12016: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12017: src/classes/op.C, src/classes/response.C, src/classes/string.C,
12018: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
12019: src/classes/xnode.C, src/include/pa_memory.h,
12020: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
12021: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
12022: src/types/pa_vform.C, tests/015.html, tests/016.html,
12023: tests/017.html, tests/018.html, tests/019.html,
12024: tests/019paf2001.gif, tests/020.html, tests/021.html,
12025: tests/022.html, tests/023.html, tests/022_dir/a.html,
12026: tests/022_dir/b.txt, tests/022_dir/c.htm,
12027: tests/results/015.processed, tests/results/016.processed,
12028: tests/results/017.processed, tests/results/018.processed,
12029: tests/results/019.processed, tests/results/020.processed,
12030: tests/results/021.processed, tests/results/022.processed,
12031: tests/results/023.processed: methoded_array now contains all Mxxx
12032: classes SAPI::get_env now returns info on pool more tests
12033:
12034: * src/include/pa_array.h, src/include/pa_hash.h,
12035: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
12036: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
12037: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
12038: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
12039: tests/014.html, tests/Makefile, tests/outputs/create-dir,
12040: tests/results/001.processed, tests/results/002.processed,
12041: tests/results/003.processed, tests/results/004.processed,
12042: tests/results/005.processed, tests/results/006.processed,
12043: tests/results/007.processed, tests/results/008.processed,
12044: tests/results/009.processed, tests/results/010.processed,
12045: tests/results/011.processed, tests/results/012.processed,
12046: tests/results/013.processed, tests/results/014.processed: hash
12047: cloning fixed
12048:
12049: 2003-02-25 paf
12050:
12051: * src/main/pa_common.C: typo fixed
12052:
12053: 2003-02-24 paf
12054:
12055: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
12056: [one remained]
12057:
12058: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
12059: [should have been get_string(&pool)] todo: check other such calls
12060:
12061: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
12062: test10, bad lookups
12063:
12064: xxx* xxx=smartptr.get(); << is bad style, after ";" original
12065: object got destructed, and xxx points to sky
12066:
12067: * ChangeLog, src/classes/string.C: match bug fixed
12068:
12069: * src/types/pa_vmail.C: body [text/html] transcoded to
12070: $.charset[specified] now
12071:
12072: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
12073: which failed to handle sigsetjmp+throw: crashed inside of
12074: pre-throw code. rewritten simplier [though duplicating
12075: closesocket code]
12076:
12077: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
12078: which failed to handle sigsetjmp+throw: crashed inside of
12079: pre-throw code. rewritten simplier [though duplicating
12080: closesocket code]
12081:
12082: 2003-02-21 paf
12083:
12084: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
12085: $cookie:name[$.expires[date << can be now]]
12086:
12087: written makefile with regression tests [raw]
12088:
12089: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
12090: tests' only [it's not forcing CGI mode now] now use -H to output
12091: CGI header when parser used in command line [useful for tests
12092: also]
12093:
12094: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
12095: switches on CGI mode, and is used in regression tests
12096:
12097: * src/: include/pa_request.h, main/pa_request.C,
12098: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
12099: fixed
12100:
12101: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
12102: handling pa_*
12103:
12104: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
12105: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
12106: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
12107: memory handling files
12108:
12109: * src/main/pa_array.C: pool::format_integer terminator fixed
12110:
12111: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
12112: compiles OK test to show benefits of free
12113:
12114: * src/: classes/file.C, classes/image.C, classes/mail.C,
12115: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
12116: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
12117: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
12118: use pool [as the one in ^process]
12119:
12120: * src/classes/op.C: fixed process. sould now check for all cstr's
12121: -- some must use pool [as the one in ^process]
12122:
12123: 2003-02-20 paf
12124:
12125: * src/: classes/date.C, classes/double.C, classes/file.C,
12126: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
12127: classes/math.C, classes/op.C, classes/response.C,
12128: classes/string.C, classes/table.C, classes/void.C,
12129: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
12130: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
12131: string cmp fixed
12132:
12133: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
12134: values passed OK now
12135:
12136: 2003-02-19 paf
12137:
12138: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
12139: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
12140: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
12141: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
12142: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
12143: all remaning leaks resulted from pooled::malloc calls [excluding
12144: in gd -- planning complete rewrite extremely ugly code]
12145:
12146: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
12147: files
12148:
12149: 2003-02-17 paf
12150:
12151: * src/: classes/date.C, classes/double.C, classes/file.C,
12152: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12153: classes/response.C, classes/string.C, classes/table.C,
12154: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
12155: include/pa_stylesheet_connection.h,
12156: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
12157: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
12158: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
12159: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
12160: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
12161: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
12162: of unitialized simple-typed field
12163:
12164: * src/: classes/classes.C, classes/classes.h, main/execute.C,
12165: main/pa_charset.C, main/pa_request.C: another bug of unitialized
12166: simple-typed field fixed. todo: find&kill all like that one
12167:
12168: * src/: main/execute.C, targets/cgi/pa_pool.C,
12169: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
12170: debug output fixed
12171:
12172: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
12173: main/pa_request.C: stack-stored items need extra .ref to prevent
12174: object_ptr from delete[them]
12175:
12176: * src/: classes/date.C, classes/op.C, classes/table.C,
12177: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
12178: include/pa_charset.h, main/Makefile.am, main/main.dsp,
12179: main/pa_charset.C, main/pa_common.C,
12180: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
12181: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
12182: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
12183: calls
12184:
12185: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
12186: couple mem leaks rusulted from old pooled::malloc usage.
12187: todo:find more like those
12188:
12189: * src/main/: compile.C, compile_tools.C: 2*2!
12190:
12191: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
12192: stackItem fixed [there were no string on stack before]
12193:
12194: * src/: main/execute.C, main/pa_request.C,
12195: types/pa_vmethod_frame.C: first letters out OK
12196:
12197: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
12198: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
12199: main/pa_string.C, main/untaint.C, types/pa_value.h,
12200: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
12201: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
12202: type not initialized with zeros :( while class fields of class
12203: types initialized with default constructors. learn C++
12204:
12205: * src/: classes/classes.awk, classes/double.C, classes/file.C,
12206: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
12207: classes/math.C, classes/xdoc.C, classes/xnode.C,
12208: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
12209: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
12210:
12211: 2003-02-14 paf
12212:
12213: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
12214: 13 link errors
12215:
12216: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
12217: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
12218: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12219: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
12220: errors :)
12221:
12222: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
12223: classes/hash.C, classes/mail.C, classes/op.C,
12224: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
12225: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
12226: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
12227: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
12228:
12229: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
12230: classes/table.C, include/pa_common.h, include/pa_globals.h,
12231: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
12232: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
12233: types/pa_vint.h, types/types.dsp: op compiled
12234:
12235: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
12236: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
12237: main/untaint.C, types/pa_vtable.h: string, response compiled
12238:
12239: 2003-02-07 paf
12240:
12241: * src/: classes/table.C, types/pa_vtable.h: table compiled
12242:
12243: 2003-02-06 paf
12244:
12245: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
12246: mail compiled
12247:
12248: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
12249: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
12250: types/pa_vfile.h, types/pa_vimage.h: image compiled
12251:
12252: * src/classes/: file.C, form.C: form compiled
12253:
12254: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
12255: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
12256: types/pa_vfile.C, types/pa_vfile.h: file compiled
12257:
12258: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
12259: types/pa_vmath.h: math compiled [win32]
12260:
12261: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
12262: types/pa_vstring.h: hash compiled
12263:
12264: 2003-02-04 paf
12265:
12266: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
12267: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
12268: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
12269: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
12270: types/pa_vhash.h: hash 50% compiled
12271:
12272: * src/: classes/date.C, classes/file.C, classes/hash.C,
12273: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
12274: classes/string.C, classes/table.C, classes/xdoc.C,
12275: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
12276: main/pa_string.C: date compiled
12277:
12278: * src/classes/: classes.dsp, double.C: double compiled
12279:
12280: * src/: classes/date.C, classes/double.C, classes/file.C,
12281: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
12282: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
12283: classes/string.C, classes/table.C, classes/void.C,
12284: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
12285: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
12286: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
12287: compiled
12288:
12289: * src/: classes/date.C, classes/double.C, classes/file.C,
12290: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
12291: classes/math.C, classes/op.C, classes/response.C,
12292: classes/string.C, classes/table.C, classes/void.C,
12293: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12294: types/pa_vvoid.h: void compiled :)
12295:
12296: * src/: include/pa_globals.h, main/pa_cache_managers.C,
12297: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12298: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
12299: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
12300: main/pa_string.C, main/pa_uue.C, main/untaint.C,
12301: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
12302: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
12303: types/pa_vresponse.C, types/pa_vstateless_class.C,
12304: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
12305: types/pa_wcontext.C, types/types.dsp: removed stupid
12306: value_includes.h
12307:
12308: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
12309: trying to remove stupid value_includes.h
12310:
12311: * src/main/pa_exec.C: pa_exec compiled on win32
12312:
12313: * src/main/pa_exec.C: libmain.a compiled on six [unix]
12314:
12315: * src/: include/pa_globals.h, include/pa_request.h,
12316: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
12317: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
12318: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
12319: types/pa_vrequest.C, types/pa_vstateless_class.C,
12320: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
12321:
12322: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
12323: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
12324: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
12325:
12326: * src/: include/pa_array.h, include/pa_config_includes.h,
12327: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
12328: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
12329: compiled
12330:
12331: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
12332: name conflicts)
12333:
12334: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
12335: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
12336: yelds "virtual memory exhausted" while trying to compile
12337: execute.C [eating up to 127MB]
12338:
12339: 2003-02-03 paf
12340:
12341: * src/: include/pa_config_includes.h, include/pa_hash.h,
12342: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
12343: main/pa_common.C, types/pa_value.C, types/pa_value.h,
12344: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
12345: types/pa_vint.h, types/pa_vjunction.h,
12346: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
12347: started gcc compiling pa_common compiled
12348:
12349: * src/: include/pa_exception.h, include/pa_pool.h,
12350: main/pa_exception.C: exception gcc change #1
12351:
12352: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
12353: compile _P identifier. it replaced it to some strange 0x0000040
12354:
12355: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
12356:
12357: * src/types/pa_vtable.C: vtable compiled
12358:
12359: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
12360:
12361: * src/: include/pa_cache_managers.h, main/pa_request.C,
12362: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
12363:
12364: * src/types/pa_vstateless_class.C: vstateless_class compiled
12365:
12366: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
12367:
12368: * src/types/pa_vrequest.C: vrequest compiled
12369:
12370: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
12371: pa_vobject.C, pa_vobject.h: vobject compiled
12372:
12373: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
12374: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
12375: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
12376: compiled
12377:
12378: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
12379:
12380: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
12381: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
12382: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
12383: compiled
12384:
12385: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12386: main.lib - 0 error(s), 0 warning(s)
12387:
12388: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
12389: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
12390:
12391: 2003-01-31 paf
12392:
12393: * src/: include/pa_array.h, include/pa_operation.h,
12394: include/pa_request.h, main/execute.C, main/main.dsp,
12395: types/pa_vjunction.h: started last file from main library:
12396: execute
12397:
12398: * src/: include/pa_request.h, include/pa_sapi.h,
12399: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12400: main/pa_request.C, targets/cgi/parser3.C,
12401: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
12402: types/pa_vhash.h: pa_request compiled
12403:
12404: * src/: classes/op.C, classes/string.C, include/pa_common.h,
12405: include/pa_globals.h, include/pa_request.h,
12406: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
12407: main/execute.C, main/main.dsp, main/pa_common.C,
12408: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
12409: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
12410: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
12411: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
12412: types/types.dsp: most pa_request compiled
12413:
12414: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12415: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12416: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12417: classes/op.C, classes/response.C, classes/string.C,
12418: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
12419: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
12420: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12421: include/pa_config_fixed.h, include/pa_config_includes.h,
12422: include/pa_dictionary.h, include/pa_dir.h,
12423: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12424: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
12425: include/pa_pool.h, include/pa_request.h,
12426: include/pa_request_charsets.h, include/pa_request_info.h,
12427: include/pa_sapi.h, include/pa_socks.h,
12428: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12429: include/pa_stack.h, include/pa_string.h,
12430: include/pa_stylesheet_connection.h,
12431: include/pa_stylesheet_manager.h, include/pa_table.h,
12432: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12433: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
12434: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
12435: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
12436: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
12437: main/compile.C, main/compile.tab.C, main/compile.y,
12438: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12439: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
12440: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
12441: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
12442: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
12443: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12444: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12445: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
12446: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
12447: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12448: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
12449: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12450: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
12451: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
12452: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
12453: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12454: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12455: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12456: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
12457: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
12458: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
12459: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12460: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12461: types/pa_vresponse.h, types/pa_vstateless_class.C,
12462: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12463: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12464: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12465: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12466: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12467: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
12468:
12469: * ChangeLog, src/classes/classes.h, src/classes/op.C,
12470: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12471: src/include/pa_charsets.h, src/include/pa_common.h,
12472: src/include/pa_dictionary.h, src/include/pa_exception.h,
12473: src/include/pa_exec.h, src/include/pa_pool.h,
12474: src/include/pa_request.h, src/include/pa_sapi.h,
12475: src/include/pa_sql_connection.h,
12476: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
12477: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
12478: src/main/compile.tab.C, src/main/compile_tools.C,
12479: src/main/compile_tools.h, src/main/main.dsp,
12480: src/main/pa_charset.C, src/main/pa_charsets.C,
12481: src/main/pa_common.C, src/main/pa_dictionary.C,
12482: src/main/pa_exception.C, src/main/pa_exec.C,
12483: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12484: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
12485: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
12486: src/types/pa_vclass.h, src/types/pa_vcookie.C,
12487: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12488: src/types/pa_vdouble.h, src/types/pa_venv.h,
12489: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
12490: src/types/pa_vhash.h, src/types/pa_vimage.C,
12491: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
12492: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
12493: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12494: src/types/pa_vobject.C, src/types/pa_vobject.h,
12495: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12496: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12497: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12498: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
12499: src/types/pa_vstring.h, src/types/pa_vtable.h,
12500: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
12501: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
12502: died, long live StringPtr
12503:
12504: 2003-01-30 paf
12505:
12506: * src/: include/pa_charset.h, include/pa_request.h,
12507: include/pa_sql_driver_manager.h, main/compile.tab.C,
12508: main/compile.y, main/compile_tools.h, main/pa_request.C,
12509: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
12510:
12511: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
12512: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
12513: types/pa_vhash.h, types/pa_vmethod_frame.h,
12514: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12515: types/types.dsp: vstateless_class compiled
12516:
12517: * src/main/compile.C: compile compiled
12518:
12519: * src/: include/pa_array.h, include/pa_operation.h,
12520: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
12521: main/pa_table.C: compile_tools compiled
12522:
12523: * src/: include/pa_operation.h, main/compile.y,
12524: main/compile_tools.C, main/compile_tools.h: started
12525: compile_tools. vagues ideas of how to free compiled code
12526:
12527: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
12528: main/main.dsp, types/pa_value.C, types/pa_value.h,
12529: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
12530: compiled
12531:
12532: 2003-01-29 paf
12533:
12534: * src/: include/pa_globals.h, include/pa_request.h,
12535: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
12536: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
12537: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
12538: compiled
12539:
12540: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
12541: now
12542:
12543: * src/: include/pa_array.h, include/pa_exception.h,
12544: include/pa_pool.h, main/pa_exception.C: gd compiled
12545:
12546: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
12547: compiled
12548:
12549: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
12550: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
12551: types/pa_vfile.h: vfile compiled
12552:
12553: * src/: include/pa_common.h, include/pa_globals.h,
12554: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
12555: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
12556: types/pa_vform.C, types/pa_vform.h: vcookie compiled
12557:
12558: * src/: include/pa_exception.h, main/pa_cache_managers.C,
12559: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
12560: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
12561: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12562: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
12563:
12564: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
12565: main/main.dsp, main/untaint.C: more compiled
12566:
12567: * src/: include/pa_charsets.h, include/pa_request.h,
12568: include/pa_request_info.h, include/pa_string.h,
12569: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
12570: types/pa_vresponse.h: vrequest compiled
12571:
12572: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
12573: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
12574: pa_vresponse.h, pa_wcontext.h: vrequest compiled
12575:
12576: * src/: classes/classes.h, include/pa_charset.h,
12577: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
12578: include/pa_request.h, include/pa_string.h, main/main.dsp,
12579: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
12580: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
12581: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
12582: types/pa_vrequest.C, types/pa_vrequest.h,
12583: types/pa_vstateless_class.h, types/pa_vstring.h,
12584: types/pa_vvoid.h: vrequest,vdouble,vint compiled
12585:
12586: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
12587: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
12588: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
12589: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
12590: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12591: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
12592: types/pa_vobject.h, types/pa_vstateless_class.h,
12593: types/pa_vstateless_object.h, types/pa_vstatus.h,
12594: types/pa_vstring.h, types/types.dsp: vmath compiled
12595:
12596: 2003-01-28 paf
12597:
12598: * src/: classes/classes.h, classes/date.C, classes/file.C,
12599: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
12600: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
12601: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
12602: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
12603: compile_tools
12604:
12605: * src/: include/pa_charset.h, include/pa_exception.h,
12606: include/pa_request.h, include/pa_string.h, main/untaint.C:
12607: untaint compiled
12608:
12609: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
12610: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
12611: more compiled. struck with string::store_to needing to know
12612: source/client charsets
12613:
12614: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
12615: types/pa_vfile.h: uue compiled
12616:
12617: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
12618: table compiled
12619:
12620: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12621: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
12622:
12623: * src/: include/pa_charset.h, main/pa_charset.C,
12624: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
12625: introduced]
12626:
12627: * src/: classes/date.C, include/pa_charset.h,
12628: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
12629: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
12630: pa_charsets compiled
12631:
12632: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
12633: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
12634:
12635: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
12636: common compiled
12637:
12638: * src/: include/pa_charsets.h, main/pa_charsets.C,
12639: main/pa_sql_driver_manager.C: pa_charsets compiled
12640:
12641: * src/: include/pa_array.h, include/pa_charset.h,
12642: include/pa_charsets.h, include/pa_pool.h,
12643: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12644: include/pa_stack.h, include/pa_string.h,
12645: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
12646: sql_driver_manager compiled
12647:
12648: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
12649: letter i with two dots added to koi, all ukranian letters added
12650: to win1251.
12651:
12652: typographic simbol 0xb9 deleted from win1251 [strange one & were
12653: abscent from koi]
12654:
12655: 2003-01-27 paf
12656:
12657: * src/: include/pa_exception.h, include/pa_sql_connection.h,
12658: include/pa_sql_driver_manager.h, include/pa_string.h,
12659: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
12660: sql/pa_sql_driver.h: paused on sql_manager
12661:
12662: * src/: include/pa_cache_managers.h, include/pa_pool.h,
12663: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12664: include/pa_stack.h, main/pa_sql_driver_manager.C,
12665: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
12666:
12667: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
12668: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12669: include/pa_table.h, main/pa_sql_driver_manager.C,
12670: main/pa_table.C: table compiled
12671:
12672: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
12673: cache_managers compiled
12674:
12675: * src/: include/pa_array.h, include/pa_charset.h,
12676: include/pa_pool.h, main/pa_charset.C: charset compiled
12677:
12678: * src/: include/pa_pool.h, main/pa_common.C: common compiled
12679:
12680: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
12681: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
12682: main/pa_string.C, types/pa_value.C, types/pa_value.h,
12683: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
12684: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
12685:
12686: 2003-01-24 paf
12687:
12688: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
12689: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
12690: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
12691: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
12692: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
12693: types/pa_vint.h, types/pa_vjunction.h,
12694: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12695: types/pa_vstatus.h, types/pa_vstring.h: more patched
12696:
12697: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
12698: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
12699: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
12700: main/pa_string.C, main/pa_table.C: string compiled
12701:
12702: * src/: include/pa_array.h, include/pa_common.h,
12703: include/pa_dictionary.h, include/pa_exception.h,
12704: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
12705: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
12706: main/pa_string.C: dictionary compiled
12707:
12708: 2003-01-23 paf
12709:
12710: * src/: include/pa_array.h, include/pa_common.h,
12711: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
12712: include/pa_request.h, include/pa_string.h, main/pa_common.C,
12713: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
12714: types/pa_value.h: resurrected pool in new sense: now it's
12715: factory, producing&accounting memory chunks for read[autofree]
12716: buffers
12717:
12718: * src/: include/pa_array.h, include/pa_exception.h,
12719: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
12720: main/pa_exception.C, main/pa_table.C: table compiled
12721:
12722: * src/: classes/image.C, classes/op.C, include/pa_array.h,
12723: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
12724: include/pa_pool.h, include/pa_pragma_pack_begin.h,
12725: include/pa_pragma_pack_end.h, include/pa_sapi.h,
12726: include/pa_string.h, include/pa_table.h, include/pa_types.h,
12727: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
12728: main/pa_table.C: aint that easy
12729:
12730: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
12731: main/main.dsp: continued with Hash
12732:
12733: * src/main/pa_common.C: connect_string allocated on heap[wes on
12734: stack] now. and exception can be reported OK now [can be reported
12735: outside of pro c with that stack]
12736:
12737: 2003-01-22 paf
12738:
12739: * src/: include/pa_array.h, include/pa_charset.h,
12740: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
12741: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
12742: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
12743: base: contains references_count. auto_ptr template calls
12744: add_ref/release
12745:
12746: 2003-01-21 paf
12747:
12748: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12749: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12750: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12751: classes/op.C, classes/response.C, classes/string.C,
12752: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
12753: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
12754: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12755: include/pa_config_fixed.h, include/pa_config_includes.h,
12756: include/pa_dictionary.h, include/pa_dir.h,
12757: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12758: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
12759: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
12760: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
12761: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12762: include/pa_stack.h, include/pa_string.h,
12763: include/pa_stylesheet_connection.h,
12764: include/pa_stylesheet_manager.h, include/pa_table.h,
12765: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12766: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12767: lib/pcre/pcre_parser_ctype.c, main/compile.C,
12768: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12769: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
12770: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
12771: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
12772: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
12773: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12774: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12775: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
12776: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
12777: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
12778: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
12779: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
12780: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
12781: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
12782: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12783: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12784: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12785: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
12786: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
12787: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
12788: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
12789: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
12790: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12791: types/pa_vstateless_object.h, types/pa_vstatus.C,
12792: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
12793: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
12794: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12795: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
12796: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
12797: 2002->2003
12798:
12799: 2003-01-16 paf
12800:
12801: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
12802: src/main/pa_globals.C: http:// introducing $.any-status(1)
12803:
12804: * operators.txt, src/include/pa_config_fixed.h,
12805: src/main/pa_common.C: http request now return status. and not
12806: fail on status!=200
12807:
12808: 2003-01-15 paf
12809:
12810: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
12811:
12812: 2003-01-14 paf
12813:
12814: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
12815: mkinstalldirs: removed some ancient files [they in / really]
12816:
12817: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
12818: regretfully needed patch in two places. in config_fixed.h made
12819: stubs for lib to compile in MSVC
12820:
12821: 2003-01-13 paf
12822:
12823: * config.guess, config.sub, ltmain.sh: removed last piece of
12824: configure.in(libtool) hacks
12825:
12826: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
12827: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
12828: ltdl.h: moved to latest libtool (1.4.3)
12829:
12830: 2003-01-10 paf
12831:
12832: * src/lib/ltdl/: configure, configure.in: PROG_NM
12833:
12834: * src/main/pa_globals.C: moved to latest xml lib versions, changed
12835: patches. libxml2 >= 2.5.1
12836: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
12837: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
12838: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
12839:
12840: * INSTALL: moved to latest versions of xml libs libxml2 >=
12841: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
12842: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
12843: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
12844:
12845: 2003-01-09 paf
12846:
12847: * INSTALL: xml,xslt,gdome lib urls updated
12848:
12849: * config.guess, config.sub, missing, mkinstalldirs,
12850: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
12851: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
12852: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
12853: 1.7.2
12854:
12855: * depcomp: moving to automake 1.7.2
12856:
12857: 2002-12-27 paf
12858:
12859: * src/include/pa_version.h: 0007
12860:
12861: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
12862: outdated parts, made links to language docs
12863:
12864: * src/include/pa_config_auto.h.in: comment
12865:
12866: 2002-12-26 paf
12867:
12868: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
12869: not contain trailing / fixed.
12870:
12871: * INSTALL: changing SAFE_MODE politics
12872:
12873: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
12874:
12875: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
12876:
12877: 2002-12-25 paf
12878:
12879: * src/main/pa_globals.C: optimized-xml
12880:
12881: * src/main/pa_globals.C: optimized-as-is
12882:
12883: 2002-12-24 paf
12884:
12885: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
12886: fixed [were really called with zero size when .html?a=&b=]
12887:
12888: * src/classes/mail.C: $MAIL in @conf now invalid when configured
12889: with --with-sendmail
12890:
12891: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
12892: fixed]
12893:
12894: 2002-12-23 paf
12895:
12896: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
12897: ignoring parameters & were storing only string with default
12898: expires
12899:
12900: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
12901: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
12902: December 23, 2002 4:22 AM Subject: bug â
12903: Charset::transcode_buf2xchar
12904:
12905: 2002-12-20 paf
12906:
12907: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
12908: non-cgi [script] runs
12909:
12910: 2002-12-19 paf
12911:
12912: * INSTALL: --without-iconv recommended [it crashes on some systems
12913: [tested on elik]] moreover, it's not needed there [parser
12914: registers charsets itself]
12915:
12916: * INSTALL: --without-iconv recommended [it crashes on some systems
12917: [tested on elik]]
12918:
12919: * operators.txt, src/include/pa_globals.h,
12920: src/include/pa_request.h, src/main/pa_globals.C,
12921: src/main/pa_request.C: $response:download
12922:
12923: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
12924: compiler [win32]].
12925:
12926: 2002-12-18 paf
12927:
12928: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
12929:
12930: 2002-12-17 paf
12931:
12932: * src/targets/cgi/parser3.C: merged die&iis changes
12933:
12934: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
12935: to exit(1) 2. more flexible iilegal call check
12936:
12937: 2002-12-16 paf
12938:
12939: * ltmain.sh: some automakes silly insist on having this handy
12940:
12941: * src/main/untaint.C: filespec russian small 'r' changed to latin
12942: 'p' bug fix
12943:
12944: 2002-12-15 paf
12945:
12946: * src/main/untaint.C: filespec russian small 'r' changed to latin
12947: 'p'
12948:
12949: * configure.in, src/include/pa_config_auto.h.in,
12950: src/main/compile.C, src/main/pa_common.C: merged small changes
12951: from branch 6 to HEAD
12952:
12953: * src/main/compile.C: removed warning
12954:
12955: * src/main/pa_common.C: ftruncate having checked
12956:
12957: * configure.in, src/include/pa_version.h: new version
12958:
12959: 2002-12-14 paf
12960:
12961: * src/classes/table.C: removed unnecessary code
12962:
12963: * src/sql/pa_sql_driver.h: exception type fixed
12964:
12965: 2002-12-09 paf
12966:
12967: * src/types/pa_vvoid.h: $void.store[now] error
12968:
12969: * src/targets/cgi/parser3.C: ::die now tries to write core dump
12970:
12971: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
12972: tries to write core dump
12973:
12974: * src/targets/cgi/parser3.C: ::die now tries to write core dump
12975:
12976: * src/: classes/hash.C, classes/string.C, classes/table.C,
12977: classes/void.C, main/pa_sql_driver_manager.C,
12978: sql/pa_sql_driver.h: changed exception handling mech in sql
12979: handlers #2
12980:
12981: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
12982: exception handling mech in sql handlers
12983:
12984: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
12985: handlers
12986:
12987: * src/: classes/hash.C, classes/string.C, classes/table.C,
12988: classes/void.C, main/pa_sql_driver_manager.C,
12989: sql/pa_sql_driver.h: changed exception handling mech in sql
12990: handlers
12991:
12992: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
12993: to write makefile which used libtool to install things, which is
12994: not needed
12995:
12996: 2002-12-06 paf
12997:
12998: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
12999: $hash.fields -- pseudo field to make 'hash' more like 'table'
13000:
13001: 2002-12-05 paf
13002:
13003: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
13004: cc/bcc OK now
13005:
13006: * src/main/untaint.C: mail header closed properly
13007:
13008: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
13009: header ',' allowed. still bugs in smtp [only one receiptient
13010: works, cc, bcc ignored now, and MAILED ;)]
13011:
13012: [strncpy killed, memnchr used]
13013:
13014: * src/main/pa_table.C: table-copy now current=0
13015:
13016: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
13017: lowlevel proc
13018:
13019: * src/targets/cgi/parser3.C: more checks on
13020: http://domain/parser.cgi start [maybe some getenv returns "",
13021: checked that now
13022:
13023: * src/targets/cgi/parser3.C: more checks on
13024: http://domain/parser.cgi start [maybe some getenv returns "",
13025: checked that now
13026:
13027: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
13028: out-of-mem errors reached log]
13029:
13030: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
13031: mail:send MIME-Version default
13032:
13033: * src/main/main.dsp: pa_version included into main.dsp
13034:
13035: 2002-12-04 paf
13036:
13037: * src/types/pa_vform.C: $form:field string value cut by premature 0
13038:
13039: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
13040: lib/libltdl -> lib/ltdl Win32 changes. s
13041:
13042: * src/classes/classes.awk: more strict *.C$
13043:
13044: * gnu.dsp: restored
13045:
13046: * configure.in, gnu.dsp, src/lib/Makefile.am,
13047: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
13048: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
13049: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
13050: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
13051: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
13052: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
13053: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
13054: now created with /configure, not ltdl/configure, so it does have
13055: no problems with automake. ltdl/configure
13056: AC_OUTPUT(Makefile<<removed)
13057:
13058: 2002-12-02 paf
13059:
13060: * operators.txt: removed outdated status:db
13061:
13062: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
13063: src/main/pa_common.C, src/main/pa_request.C,
13064: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
13065: tainted parts becomes http-header
13066:
13067: 2002-11-29 paf
13068:
13069: * src/classes/date.C, src/classes/image.C, operators.txt: exif
13070: dates now objects of type date
13071:
13072: * src/classes/image.C: file.seek removed [it were used in image.C
13073: only, and for parser user this means that jpeg image has bad
13074: size in fragment's header] now used image.format
13075:
13076: * src/: include/pa_common.h, main/pa_common.C,
13077: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
13078: now handled exactly like $response:header values. e.g. can be
13079: hash [can have subattributes] & contain date values.
13080:
13081: * src/main/pa_common.C: http:// param values lang forced URI
13082:
13083: * src/main/pa_common.C: http:// tainted partes now %xx
13084:
13085: 2002-11-28 paf
13086:
13087: * operators.txt: http.timeout
13088:
13089: * src/classes/image.C: ^image.length now counts interchar space.
13090: plus space after last char
13091:
13092: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
13093:
13094: * src/classes/image.C: ^image.font width measurer now scans full
13095: height [were -1]
13096:
13097: * configure.in: stopped double libltdl/Makefile generation
13098:
13099: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
13100: chars [one top horizontal line of 1pixel height were missing]
13101:
13102: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
13103: 'false' to go into (Hash *) parameter
13104:
13105: 2002-11-27 paf
13106:
13107: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
13108: types/pa_vmail.C: response:body[file] if file nows it's name now
13109: returns content-disposition: >>attachment<<
13110:
13111: * src/classes/image.C: ^image.font << bad font file-size now
13112: properly reported
13113:
13114: 2002-11-26 paf
13115:
13116: * src/main/pa_request.C: fixed lang in reponse header
13117:
13118: * src/main/pa_common.C: utf8 prefix ignored @read text
13119:
13120: * operators.txt, src/main/pa_common.C: http:// response status!=200
13121: made exception: http.status with source=bad status#
13122:
13123: 2002-11-25 paf
13124:
13125: * configure.in, src/classes/image.C,
13126: src/include/pa_config_auto.h.in,
13127: src/include/pa_config_includes.h, src/main/Makefile.am,
13128: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
13129: const void related probs fixed
13130:
13131: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
13132:
13133: $file[^file::load[http://there]] $file.SERVER
13134:
13135: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
13136: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
13137: http options [invalid onces now reported] made default
13138: user-agent: paf
13139:
13140: * operators.txt, src/classes/file.C, src/classes/table.C,
13141: src/classes/xdoc.C, src/include/pa_common.h,
13142: src/include/pa_globals.h, src/main/pa_common.C,
13143: src/main/pa_globals.C, src/main/pa_request.C,
13144: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
13145: now understand http:// prefix and additional params, sample:
13146: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
13147: $.USER-AGENT[parser3] ]]
13148:
13149: 2002-11-22 paf
13150:
13151: * src/classes/image.C, src/include/pa_globals.h,
13152: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
13153: src/types/pa_vimage.h, operators.txt: $image.exif support
13154: $image.exif.DateTime & co
13155:
13156: 2002-11-21 paf
13157:
13158: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
13159: _PASS_APPENDED)
13160:
13161: * src/classes/image.C: jpeg size measure fixed: were badly skipping
13162: EXIF information [were big block and it's size were considered
13163: negative :(]
13164:
13165: * operators.txt, src/classes/image.C, src/include/pa_common.h,
13166: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
13167: internals rewritten. no there's reader.seek, and all's ready for
13168: EXIF extraction [now we fail to measure files with EXIF info]
13169:
13170: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
13171: O_TRUNC truncates even exclusevely write-locked file [thanks to
13172: Igor Milyakov <virtan@rotabanner.com> for discovering]
13173:
13174: 2002-11-20 paf
13175:
13176: * src/targets/cgi/parser3.C: logging @signal += query_string
13177:
13178: * configure.in, src/include/pa_config_auto.h.in,
13179: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
13180: comment
13181:
13182: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
13183:
13184: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
13185: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
13186: currently processed document SIGPIPE >> interrupts request
13187: processing [exception = DB rollback]
13188:
13189: * src/main/pa_exec.C: comment
13190:
13191: * src/main/pa_exec.C: pa_exec: data written only if size>0
13192:
13193: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
13194: << disable HTTP-POST repassing
13195:
13196: * src/: include/pa_config_fixed.h, main/pa_common.C,
13197: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
13198: pipe read errors now checked
13199:
13200: 2002-11-19 paf
13201:
13202: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
13203: CGI: Illegal call
13204:
13205: 2002-11-01 paf
13206:
13207: * src/main/execute.C: comment
13208:
13209: 2002-10-31 paf
13210:
13211: * src/main/execute.C: found out why, checked that for now. todo:
13212: find out a way for that user could do that
13213:
13214: * src/types/pa_vstateless_object.h: object put replaces static
13215: parent if any
13216:
13217: * src/types/pa_vobject.C: object put replaces static parent if any
13218:
13219: * src/: classes/form.C, classes/mail.C, classes/op.C,
13220: classes/xnode.h, main/compile.tab.C, main/execute.C,
13221: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
13222: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13223: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
13224: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13225: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
13226: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
13227: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13228: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13229: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13230: types/pa_vstateless_object.h, types/pa_vstatus.C,
13231: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
13232: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
13233: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
13234: types/pa_wwrapper.h: static fix merged
13235:
13236: * src/: main/compile.tab.C, types/pa_vobject.C: killed
13237: $virtual_fields in dynamic, but one can reach derived
13238: static[class] variable from base
13239:
13240: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
13241: types/pa_vobject.C, types/pa_vobject.h,
13242: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
13243: statics, left $virtual_fields in dynamic
13244:
13245: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
13246: one can't remember derivates in base class: there's so many of
13247: them. also there can be no virtual method calls in static
13248: classes
13249:
13250: * src/: classes/form.C, classes/mail.C, classes/op.C,
13251: classes/xnode.h, main/execute.C, main/pa_request.C,
13252: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13253: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
13254: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
13255: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13256: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
13257: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13258: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13259: types/pa_vresponse.C, types/pa_vresponse.h,
13260: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13261: types/pa_vstateless_object.h, types/pa_vstatus.C,
13262: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
13263: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
13264: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
13265: types/pa_wwrapper.h: static call $self fixed
13266:
13267: * src/main/execute.C: comment
13268:
13269: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
13270: ^process[$caller.self]{...} now compiles to last derived object
13271: part of that 'self'
13272:
13273: 2002-10-29 paf
13274:
13275: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
13276: re-passing [iis to blame]
13277:
13278: * src/classes/string.C: changed string.save to pass current sql
13279: connection to cstr thus one can ^connect[some server]{
13280: $s[insert into table x (x) values (^taint[sql]{value})]
13281: ^s.save[some.sql] } and he'd get in some.sql file code with
13282: properly escaped. [tried in mssql->mysql export->import of
13283: binary data]
13284:
13285: 2002-10-25 paf
13286:
13287: * src/types/pa_vresponse.C: case insensitive response user fields
13288: get/put
13289:
13290: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
13291: types/pa_vresponse.C: saving for maybe-future
13292:
13293: 2002-10-23 paf
13294:
13295: * operators.txt, src/classes/table.C: ^table.hash{code}...
13296: ^table.hash(expr)...
13297:
13298: * src/types/pa_vmail.C: email whitespace trimBoth-ed
13299:
13300: 2002-10-22 paf
13301:
13302: * src/types/: pa_vform.C, pa_vform.h: removed needless
13303: VForm::Append...(...Value)
13304:
13305: * src/main/execute.C: $.name outside of $name[...] checked
13306:
13307: * src/main/: compile.tab.C, compile.y: lexer changed to fix
13308: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
13309:
13310: 2002-10-21 paf
13311:
13312: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
13313: $form:qtail $form:imap.x/y
13314:
13315: * operators.txt, src/types/pa_vform.C: $form:nameless =
13316: "?value&...", "...&value&...", "...&value"
13317:
13318: * operators.txt, src/types/pa_vform.C: $form:image-map
13319:
13320: * operators.txt, src/classes/file.C: /some/page.html:
13321: ^file:fullpath[a.gif] => /some/a.gif
13322:
13323: 2002-10-17 paf
13324:
13325: * src/main/: compile.tab.C, compile.y: operators precedence changed
13326: a little: logical not and bitwise negation precedence made
13327: highest, << and >> bitshits precedence made equal [were << higher
13328: than >>]
13329:
13330: * src/classes/op.C: exception handling fixed [were bad with
13331: contexts]
13332:
13333: 2002-10-16 paf
13334:
13335: * src/: classes/op.C, include/pa_request.h, main/execute.C,
13336: main/pa_request.C: Request::self considered equal to
13337: VMethodFrame::self, and removed, Request::get_self() mapped to
13338: VMethodFrame.self()
13339:
13340: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
13341: $hash in open field now gives old good error meesage
13342:
13343: 2002-10-15 paf
13344:
13345: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
13346: use ^if($junction is junction){was and now true}
13347:
13348: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
13349: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
13350: types/pa_vxnode.C: xml->parser strings now have origin, which
13351: points to place where value left xml library and came to parser:
13352: place of dom field extraction/call
13353:
13354: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
13355: main/compile.tab.C, main/compile.y, main/execute.C,
13356: types/pa_vmethod_frame.h: removed last pieces of old code
13357: allowing $junction.xxx at compile time
13358:
13359: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
13360: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
13361: objects also considered [were only classes]
13362:
13363: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
13364: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
13365: with CLASS self. [ (request&method_frame).self temporarily
13366: changed ]
13367:
13368: * src/classes/: hash.C, op.C: method_frame now always changed, with
13369: no exception to native calls. for&foreach changed to use
13370: method_frame.caller for their var's name context
13371:
13372: * src/: main/execute.C, targets/cgi/parser3.C,
13373: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
13374: compiling to system classes disabled
13375:
13376: * operators.txt, src/classes/op.C:
13377: ^process[$caller.CLASS]{code-string} added
13378:
13379: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
13380: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
13381: src/types/Makefile.am, src/types/pa_vjunction.C,
13382: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
13383: src/types/types.dsp: removed $junction.get $junction.set[]
13384: introducing $caller
13385:
13386: * src/types/pa_value.h: removed outdated comments. doxygen would
13387: find them lower by inheritance tree
13388:
13389: * src/types/pa_vjunction.C: ident
13390:
13391: 2002-10-14 paf
13392:
13393: * src/classes/op.C: process compiles to code's class class
13394:
13395: * src/: classes/form.C, classes/mail.C, classes/op.C,
13396: include/pa_request.h, main/compile.C, main/compile.tab.C,
13397: main/compile.y, main/execute.C, main/pa_request.C,
13398: types/pa_vstateless_class.h: operators now main-class-methods
13399:
13400: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
13401: better stack trace [has "call" & co there]
13402:
13403: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13404: operators @auto now executed in MAIN context
13405:
13406: * src/main/execute.C: operator execution context now = MAIN, not
13407: closest stack frame
13408:
13409: @touchit[] $i[after]
13410:
13411: ----t.html $i[before] << local ^touchit[] $i << now 'before',
13412: were 'after'
13413:
13414: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
13415: 'after'
13416:
13417: * src/main/execute.C: comment
13418:
13419: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
13420: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
13421: action]
13422:
13423: * src/types/pa_vxnode.C: misreplace fixed
13424:
13425: * configure, configure.in, src/include/pa_config_auto.h.in,
13426: src/types/pa_vstatus.C, operators.txt:
13427: $status:rusage.tv_secs/usecs introduced
13428:
13429: 2002-10-09 paf
13430:
13431: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
13432: on empty string [or uses (default)]
13433:
13434: 2002-10-08 paf
13435:
13436: * src/main/untaint.C: mail header quoted printable changed after
13437: RFC reread
13438:
13439: * operators.txt: plan on ^if(method
13440:
13441: * src/types/pa_vxnode.C: misreplace
13442:
13443: 2002-09-24 paf
13444:
13445: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
13446:
13447: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
13448: mailreceive would compile on freebsd now
13449:
13450: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
13451: configure, configure.in, src/include/pa_config_auto.h.in,
13452: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
13453: mailreceive would compile on freebsd now
13454:
13455: * src/: classes/file.C, main/untaint.C: 1. file spec language
13456: changed: now there are only few chars are untainted: * ? ' " < >
13457: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
13458: one should use ^untaint[uri]{...} now]
13459:
13460: 2. $list[^file:list[dir]] now returns simply tainted names in
13461: $list.name, not tainted as filespec
13462:
13463: @russianindex[] #dir with files with russian-lang names
13464: $where[dir]
13465:
13466: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
13467: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
13468:
13469: 2002-09-23 paf
13470:
13471: * src/types/pa_vdouble.h: double->int round added
13472:
13473: * src/classes/date.C: date bug fix, now
13474: round(floatDays*secondsPerDay)
13475:
13476: * src/classes/date.C: date bug fix, now
13477: round(floatDays*secondsPerDay)
13478:
13479: 2002-09-20 paf
13480:
13481: * src/main/execute.C: code junction calls disabled [before: code
13482: was compiled in such a way, that there were no code-junctions in
13483: OP_CALL]
13484:
13485: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
13486:
13487: @badjunctioncallinside[code] ^code[]
13488:
13489: * src/main/: compile.tab.C, compile.y: changed grammer on junction
13490: expanding to include ^junction.method
13491:
13492: * src/main/pa_common.C: -d "DIR/" now true
13493:
13494: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
13495: as internal xdoc encoding, and after decoding attributes set by
13496: dom functions now encoded OK, not as digital entities
13497:
13498: * src/classes/xdoc.C: empty transform result, being taken as file
13499: now returns empty file, not raises stupid error about "stat-ed
13500: file"
13501:
13502: * src/types/pa_vhash.h: hash.foreach modification of existing keys
13503: allowed
13504:
13505: * src/types/types.dsp: introducing $junction.get/put(1) one can
13506: write iterators now:
13507:
13508: ^user-foreach[key;value]{$key=$value<br>}
13509:
13510: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
13511: $code.value($i*2) $code }
13512:
13513: * src/main/compile_tools.h: mistype
13514:
13515: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
13516: thus taking linking options configure changes into account [were:
13517: ignoring]
13518:
13519: * src/types/: pa_vjunction.C, Makefile.am: introducing
13520: $junction.get/put(1) one can write iterators now:
13521:
13522: ^user-foreach[key;value]{$key=$value<br>}
13523:
13524: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
13525: $code.value($i*2) $code }
13526:
13527: * src/: include/pa_opcode.h, include/pa_request.h,
13528: main/compile.tab.C, main/compile.y, main/execute.C,
13529: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
13530: introducing $junction.get/put(1) one can write iterators now:
13531:
13532: ^user-foreach[key;value]{$key=$value<br>}
13533:
13534: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
13535: $code.value($i*2) $code }
13536:
13537: 2002-09-19 paf
13538:
13539: * Makefile.am: new: make commit
13540:
13541: * aclocal.m4: forced to be older
13542:
13543: 2002-09-18 paf
13544:
13545: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
13546: src/main/compile.y, src/main/execute.C: << >> int shifts
13547:
13548: * src/: include/pa_common.h, include/pa_request.h,
13549: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
13550: - now this - fatal error
13551:
13552: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
13553: that one can pass binary data there
13554:
13555: * src/: classes/date.C, classes/double.C, classes/file.C,
13556: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13557: classes/op.C, classes/response.C, classes/string.C,
13558: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
13559: include/pa_request.h: pa_request contexts made privated, plus
13560: get_{self/method_frame} to read. Request_context_saver used in
13561: ^try to save flang too. [were not saved]
13562:
13563: * src/types/pa_vresponse.C: header value chains joined before
13564: output, this should help $.subject[$var $var] from being
13565: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
13566:
13567: 2002-09-17 paf
13568:
13569: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
13570: removed changes, operators executed with calling self. lots of
13571: code with ^include code relies on defined/defining self variables
13572:
13573: $a[1] ^include[print_a.p] print_a.p: $a
13574:
13575: ^include[set_a.p] a=$a set_a.p: $a[1]
13576:
13577: * src/: classes/op.C, main/execute.C, main/pa_request.C,
13578: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
13579: types/pa_vstateless_class.h: operators now executed with MAIN
13580: self. it's for ^include sake, too strong a change
13581:
13582: * src/classes/op.C: made place for ^process to compile it's code to
13583: in case of no self
13584:
13585: * src/main/execute.C: found ancient param to Junction, removed.
13586: allowed passing self to native_code_operators [for ^process to
13587: work, she needs self]
13588:
13589: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13590: types/pa_vstateless_class.h: found ancient param to Junction,
13591: removed. allowed passing self to native_code_operators [for
13592: ^process to work, she needs self]
13593:
13594: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
13595: types/pa_value.h, types/pa_vmethod_frame.h,
13596: types/pa_vstateless_class.h: allowed Request.self to be 0,
13597: checked that in VMethodFrame get/put and $self.
13598:
13599: * src/classes/: table.C, xdoc.C: table::sql options table::create
13600: copy options options checked, wrong option now fatal error
13601:
13602: * src/main/pa_string.C: string.replace fixed [were missing words on
13603: pieces boundaries]
13604:
13605: * bin/auto.p.dist.in: strange \n
13606:
13607: * configure, configure.in: .so now detected [can be .sl on hpux,
13608: .dll on cygwin, .so in other cases)
13609:
13610: * configure, configure.in, bin/auto.p.dist.in: .so now detected
13611: [can be .sl on hpux, .dll on cygwin, .so in other cases)
13612:
13613: * operators.txt, src/classes/hash.C, src/classes/table.C,
13614: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
13615: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
13616: record taken [were last]
13617:
13618: * src/: classes/hash.C, classes/table.C,
13619: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
13620: now errors
13621:
13622: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
13623:
13624: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
13625: ,2,3]
13626:
13627: 2002-09-16 paf
13628:
13629: * src/classes/file.C: file::cgi line ends can be both unix & dos.
13630: and they can be unix [\n\n] on win when 'use CGI' used, it causes
13631: stdout to be binary. now detected closest header break.
13632:
13633: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
13634: closed right
13635:
13636: 2002-09-13 paf
13637:
13638: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
13639: src/main/compile_tools.h: (expression #comment)
13640:
13641: (multiline expression #comment line2 #comment )
13642:
13643: (expression #comment with (brackets) comment) << OK
13644:
13645: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
13646: bitwise !|| numerical xor now [preparing for expression
13647: #comments]
13648:
13649: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
13650: error
13651:
13652: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
13653: cheched in pa_socks.C
13654:
13655: * configure, configure.in, src/include/pa_config_auto.h.in:
13656: HAVE_WINSOCK_H created in configure.in
13657:
13658: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
13659: cookie date now clean [were mistakenly tainted & that worked bad
13660: with opera -- 'happily' that worked OK with msie]
13661:
13662: 2002-09-12 paf
13663:
13664: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
13665: VClass get_element now first looks to fields, next to methods &
13666: co todo: the rest reason: more speed
13667:
13668: * src/main/untaint.C: quoted printable encoding stops before
13669: \s*<...>$
13670:
13671: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
13672: stops before <...>$
13673:
13674: 2002-09-11 paf
13675:
13676: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
13677: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
13678: forgot to check users of those funcs. not all were using that
13679: return value convention
13680:
13681: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
13682: windows-1254 added
13683:
13684: 2002-09-10 paf
13685:
13686: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
13687: VCodeFrame parent param were specified badly
13688:
13689: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
13690: WWrapper which used in constructing objects(second param to sql
13691: method) ^...sql{}[$.default{code}] now has parent, wich helps
13692: code in hash to survivi
13693:
13694: * src/: include/pa_request.h, main/execute.C: removed redundant
13695: param to execute [stack said 'thanks']
13696:
13697: * src/: classes/op.C, main/execute.C, types/pa_value.C,
13698: types/pa_value.h, types/pa_vcode_frame.h,
13699: types/pa_vmethod_frame.h, types/pa_wcontext.C,
13700: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
13701: responsibility to wcontext
13702:
13703: * src/classes/file.C: decided not to log exec's with stderr, that
13704: could be warnings, and it's up to scritper to log/show them
13705:
13706: * src/: classes/double.C, main/execute.C: double:sql badly called
13707: write_assign_lang, not write_no_lang, thus doing unnecessary
13708: double/string converstion, which were loosing time&precesion
13709:
13710: * src/: main/pa_charset.C, types/pa_vmail.C:
13711: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
13712: case of unfinished in buffer processing, causing accidental
13713: transcode stop [in case that source enc != utf-8 & there is
13714: incomplete utf-8 sequence at the end of 16000block iside of
13715: libxml lib] tfm readed & code updated
13716:
13717: 2002-09-04 paf
13718:
13719: * configure: makes with sjlj
13720:
13721: * INSTALL, src/include/pa_config_fixed.h,
13722: src/include/pa_sql_connection.h,
13723: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
13724: checked. on win32 it made default
13725:
13726: * src/include/pa_config_auto.h.in: sjlj define
13727:
13728: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
13729: can not work with longjump/throw pair, and one must switch that
13730: on there. todo: detect that automatically]
13731:
13732: * src/types/pa_vxnode.C: removed too strong checks of
13733: xnode.elements. now, for instance, if element does not have any
13734: attributes, $xnode.attributes is void, not error
13735:
13736: 2002-09-02 paf
13737:
13738: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
13739: removed double_result, didn't help
13740:
13741: * src/main/execute.C: double_result made to move that var away from
13742: hungry g++ optimizer (-O2), before: it were optimized and
13743: comparison operators worked badly
13744:
13745: * src/types/pa_vdate.h: removed debug
13746:
13747: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
13748:
13749: * src/main/execute.C: fixed numeric < & co so that thay now use
13750: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
13751: unknown reason.
13752:
13753: 2002-08-29 paf
13754:
13755: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
13756: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
13757: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
13758: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
13759: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
13760: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
13761: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
13762: [called less frequent, allowed to remove ugly
13763: Junction.change_context-s from many places, switch,
13764: mail:send..html{}, ..] request.root renamed to method_frame [more
13765: easyreading] ancient {...PUSH/POPs...} changed to stack vars
13766: [speed up]
13767:
13768: 2002-08-28 paf
13769:
13770: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
13771: tainted
13772:
13773: * src/types/pa_vcookie.C: fixed cookie delete when
13774: $cookie:name[$.value[]]
13775:
13776: * operators.txt, src/classes/string.C:
13777: ^string.split[delim[;options]]
13778:
13779: 2002-08-27 paf
13780:
13781: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
13782:
13783: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
13784: delimiter
13785:
13786: * INSTALL: recommended latest gmime 1.0.5
13787:
13788: 2002-08-26 paf
13789:
13790: * configure, configure.in: apache13/hook added to make dist.
13791:
13792: 2002-08-23 paf
13793:
13794: * src/: include/pa_common.h, main/pa_common.C,
13795: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
13796: beside binary [cgi, isapi] not accessible [due to bad rights or
13797: whatever] it's error now
13798:
13799: 2002-08-21 paf
13800:
13801: * Makefile.am: can use: make happy equals to make update install
13802:
13803: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13804: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
13805: class". compiled as if here they named base class
13806:
13807: * src/main/pa_string.C: fixed bad language bug, [were wrong string
13808: cloning constructor]
13809:
13810: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
13811:
13812: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
13813: src/types/pa_vfile.C, src/types/pa_vmail.C:
13814: $mail.received.file.value.content-type fixed
13815:
13816: 2002-08-20 paf
13817:
13818: * src/classes/file.C: fixed language of file:file result
13819:
13820: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
13821: from 3.0.0005
13822:
13823: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
13824:
13825: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
13826: 3.0.0005
13827:
13828: * src/classes/void.C, operators.txt: ^void.length[] = 0
13829:
13830: 2002-08-19 paf
13831:
13832: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
13833: work now
13834:
13835: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
13836: error in xnode, which were not catched in xdoc]
13837:
13838: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
13839: prepared: // validate each document after load/create (?)
13840: //xmlDoValidityCheckingDefaultValue = 1;
13841:
13842: 2002-08-15 paf
13843:
13844: * src/classes/classes.h: write to static var caused useless
13845: Exception, introduced Methoded::put_element wich consumes those
13846:
13847: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
13848: src/types/pa_vcookie.C, src/types/pa_vdate.h,
13849: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
13850: $response:field[date] $response:field[$.xxx[date]]
13851:
13852: * src/: classes/hash.C, classes/string.C, classes/table.C,
13853: classes/void.C, include/pa_sql_connection.h: fixed source of
13854: ^hash::sql{bad}
13855:
13856: * operators.txt: $request:body unprecessed POST request body
13857:
13858: * src/types/pa_vrequest.C: $request:body unprecessed POST request
13859:
13860: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
13861: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
13862:
13863: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
13864: src/include/pa_request.h, src/main/pa_pool.C,
13865: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
13866: $request:body r.post_data now const
13867:
13868: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
13869: classes/xnode.C, main/execute.C, types/pa_value.h,
13870: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
13871: types/pa_vtable.h: instead of type() checking everywhere used
13872: Value.as now user descendants can be used in params.
13873:
13874: VObject::as_*, is_defined now taken from bases. xtable(table)
13875: ^if($xtable) now OK
13876:
13877: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
13878: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
13879: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
13880:
13881: 2002-08-14 paf
13882:
13883: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
13884: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13885: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
13886: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
13887: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13888: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
13889: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13890: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13891: types/pa_vresponse.C, types/pa_vresponse.h,
13892: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13893: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
13894: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
13895: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13896: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
13897: & VClass
13898:
13899: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
13900:
13901: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
13902: removed fixopt stupidity. on stupid linux use cd /document/root
13903: ../cgi/parser3 script
13904:
13905: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
13906: params, splitting them by space, excluding argv[0], argv[argc-1]
13907:
13908: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
13909: fixopt.h: fixopt now preprocesses command line params, splitting
13910: them by space, excluding argv[0], argv[argc-1]
13911:
13912: * src/targets/cgi/parser3.C: -f config file
13913:
13914: * src/targets/cgi/parser3.C: fixed .log file dir
13915:
13916: 2002-08-13 paf
13917:
13918: * src/types/pa_vobject.C: allow override parent variables, useful
13919: for form descendants [in vobject too, were in vclass]
13920:
13921: * src/types/pa_vclass.C: allow override parent variables, useful
13922: for form descendants
13923:
13924: * src/types/pa_vclass.C: checked: form[vclass]fields can be
13925: overwritten in derived(table)
13926:
13927: * src/: classes/form.C, classes/mail.C, classes/op.C,
13928: classes/xnode.h, include/pa_request.h, main/execute.C,
13929: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
13930: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13931: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
13932: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13933: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
13934: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
13935: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13936: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13937: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13938: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
13939: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
13940: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13941: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
13942: Value::get_element(..., bool looking_down) [needed to exclude
13943: endless recoursion]
13944:
13945: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
13946: fix bug with put endless recoursion todo: check 'as'
13947:
13948: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
13949: reorganized modules todo: fix bug with put endless recoursion
13950: todo: check 'as'
13951:
13952: * src/types/pa_vobject.h: checked: table fields can be overwritten
13953: in derived(table)
13954:
13955: * src/types/pa_vobject.h: derived classes can have fields of their
13956: own now
13957:
13958: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
13959: fixed error message on using non-created table
13960:
13961: * src/: classes/form.C, classes/hash.C, classes/mail.C,
13962: classes/op.C, classes/xnode.h, include/pa_request.h,
13963: main/compile.C, main/compile.tab.C, main/execute.C,
13964: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
13965: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
13966: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
13967: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13968: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
13969: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
13970: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13971: types/pa_vresponse.C, types/pa_vresponse.h,
13972: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13973: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
13974: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
13975: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13976: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
13977: looking down/up tree todo: fix error message on non-constructed
13978: parents
13979:
13980: 2002-08-12 paf
13981:
13982: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
13983: derived OK
13984:
13985: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
13986: thorough testing
13987:
13988: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
13989: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
13990: types/pa_vobject.h, types/pa_vstateless_class.h,
13991: types/pa_vstateless_object.h, types/pa_wcontext.h,
13992: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
13993: ^base:create[] dynamic call rewritten todo: thorough testing
13994:
13995: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
13996: now instantates base class, remembers it and saves child in
13997: parent VObject.get_class now returns last child = downward
13998: virtual calls OK
13999:
14000: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
14001: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14002: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
14003: types/pa_vobject.h, types/pa_vresponse.h,
14004: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14005: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
14006: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
14007: VAliased [redundant], moved $CLASS to VObject only [parser class
14008: instance]
14009:
14010: * bin/auto.p.dist.in: more like in dist on parser.ru
14011:
14012: * bin/auto.p.dist.in: fixed sendmail default comment
14013:
14014: * src/main/pa_request.C: $response:body[file] content-type check
14015: fixed [were bad when content-type is hash]
14016:
14017: 2002-08-09 paf
14018:
14019: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
14020: types/pa_vobject.h, types/pa_vxdoc.h: started as()
14021:
14022: 2002-08-08 paf
14023:
14024: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
14025: src/main/pa_globals.C: year column in month calendar [week year]
14026:
14027: * src/main/execute.C: error reporting on object writes to MAIN
14028: improved [were ruind with fixing $obj[^if(1){$obj}] ]
14029:
14030: * operators.txt, src/types/pa_vdate.h: $date.yearday
14031: $date.daylightsaving
14032:
14033: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
14034: use tainted data now. only she must specify the language.
14035:
14036: ^mail:send[ $.from[paf@mail.design.ru]
14037: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
14038: $.text[^taint[uri][ìîñêâà]=] ]
14039:
14040: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
14041: now prints more precise origin
14042:
14043: * src/include/pa_string.h: String::first_char now not fails on
14044: empty strings ^if(-f '') now ok and in 3 other places.
14045:
14046: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
14047: String::first_char now not fails on empty strings ^if(-f '') now
14048: ok and in 3 other places.
14049:
14050: 2002-08-07 paf
14051:
14052: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
14053: fixed
14054:
14055: * src/main/pa_string.C: ^string.mid(0;bad) fixed
14056:
14057: * src/: main/execute.C, types/pa_vcode_frame.h,
14058: types/pa_vmethod_frame.h, types/pa_wcontext.C,
14059: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
14060: mistakenly not completely transparent to object writes.
14061: $hash[^if(1){$hash}] now works
14062:
14063: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
14064: now erasing cache file [there were bad check on that]
14065:
14066: * src/: classes/classes.dsp, classes/table.C,
14067: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
14068: all Debug dirs in .dsp now named 'Debug'
14069:
14070: * etc/parser3.charsets/Makefile.am: all included into dist
14071:
14072: * operators.txt, src/classes/mail.C: exception_type email.send
14073:
14074: * operators.txt, src/types/pa_vmail.C: exception_type email.format
14075:
14076: * src/types/pa_vmail.C: mail:send empty email checked
14077:
14078: 2002-08-06 paf
14079:
14080: * operators.txt, src/classes/table.C, src/include/pa_array.h,
14081: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
14082: ^table::create[$source;$.options] ^table::join[$source;$.options]
14083:
14084: * operators.txt, src/classes/hash.C, src/classes/string.C,
14085: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
14086: # $.default() }
14087:
14088: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
14089:
14090: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
14091: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
14092: $file.content-type [instead of .mime-type] now works for
14093: file::stat also
14094:
14095: * src/main/pa_request.C: case insensitive mime_type_of
14096:
14097: * bin/auto.p.dist.in: jpeg
14098:
14099: 2002-08-05 paf
14100:
14101: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
14102:
14103: * src/types/pa_vmail.C: file buffer relocated to parser heap
14104:
14105: * operators.txt: comment on date:calendar week column
14106:
14107: * src/main/pa_common.C: write checked
14108:
14109: * src/main/: pa_common.C: write checked
14110:
14111: * src/classes/date.C: +1 buf size for stupid snprintfs
14112:
14113: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
14114: month calendar week column [ISO 8601 Week Numbers]
14115:
14116: 2002-08-02 paf
14117:
14118: * src/: include/pa_config_fixed.h, main/pa_string.C,
14119: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
14120: DEBUG*
14121:
14122: * configure, configure.in, src/include/pa_version.h: release
14123: 3_0_0005
14124:
14125: * bin/auto.p.dist.in: unhandled_exception comments
14126:
14127: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
14128: multipart post fixed
14129:
14130: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
14131: response transcoded source->client only when text/* or simple
14132: onoverridden $response:body
14133:
14134: 2002-08-01 paf
14135:
14136: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14137: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14138: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14139: classes/op.C, classes/response.C, classes/string.C,
14140: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14141: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14142: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14143: include/pa_config_fixed.h, include/pa_dictionary.h,
14144: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14145: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
14146: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
14147: include/pa_socks.h, include/pa_sql_connection.h,
14148: include/pa_sql_driver_manager.h, include/pa_stack.h,
14149: include/pa_string.h, include/pa_stylesheet_connection.h,
14150: include/pa_stylesheet_manager.h, include/pa_table.h,
14151: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14152: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14153: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
14154: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14155: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
14156: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14157: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14158: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
14159: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14160: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14161: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
14162: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
14163: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
14164: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
14165: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
14166: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
14167: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
14168: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14169: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
14170: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14171: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
14172: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14173: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
14174: types/pa_vmethod_frame.h, types/pa_vobject.h,
14175: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14176: types/pa_vresponse.h, types/pa_vstateless_class.C,
14177: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14178: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14179: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14180: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14181: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14182: types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
14183:
14184: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
14185: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14186: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14187: classes/math.C, classes/op.C, classes/response.C,
14188: classes/string.C, classes/table.C, classes/void.C,
14189: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14190: include/pa_array.h, include/pa_cache_managers.h,
14191: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14192: include/pa_config_fixed.h, include/pa_config_includes.h,
14193: include/pa_dictionary.h, include/pa_dir.h,
14194: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14195: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
14196: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14197: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
14198: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14199: include/pa_stack.h, include/pa_string.h,
14200: include/pa_stylesheet_connection.h,
14201: include/pa_stylesheet_manager.h, include/pa_table.h,
14202: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14203: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
14204: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14205: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
14206: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14207: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14208: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
14209: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
14210: main/pa_sql_driver_manager.C, main/pa_string.C,
14211: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14212: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
14213: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
14214: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14215: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
14216: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
14217: targets/isapi/pool_storage.h, types/pa_valiased.C,
14218: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
14219: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
14220: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14221: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14222: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14223: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
14224: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
14225: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14226: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14227: types/pa_vresponse.C, types/pa_vresponse.h,
14228: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14229: types/pa_vstateless_object.h, types/pa_vstatus.C,
14230: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
14231: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14232: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14233: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14234: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
14235: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
14236: types/Makefile.am: ident.C* removed
14237:
14238: * operators.txt, src/classes/file.C, src/main/pa_request.C:
14239: file:find[/can/do/this/now.txt]
14240:
14241: * src/targets/cgi/parser3.C: usage to stdout now
14242:
14243: 2002-07-31 paf
14244:
14245: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
14246:
14247: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
14248: default "postmaster"
14249:
14250: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
14251: -f postmaster now default sendmail key word "postmaster"
14252: replaced to $.from
14253:
14254: 2002-07-30 paf
14255:
14256: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
14257: src/targets/cgi/parser3.C: removed pa_config_paths.h
14258:
14259: * src/main/pa_charset.C: comment
14260:
14261: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
14262: table, &#decimal;
14263:
14264: * src/main/pa_request.C: comment
14265:
14266: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
14267: paragraf]
14268:
14269: 2002-07-11 paf
14270:
14271: * src/main/pa_exec.C: build command line badly added params twice
14272: [and first time without ' ']. double wrong. fixed.
14273:
14274: * src/main/pa_exec.C: invalid .exe caused error message with params
14275: wich parser did not provide = reported badly. fixed that.
14276:
14277: * src/classes/mail.C: $MAIL[ # xxx ]
14278:
14279: now ok
14280:
14281: * operators.txt: plan: sql detailed exception
14282:
14283: 2002-07-01 paf
14284:
14285: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
14286: [MForm.configure_admin were called when request.main_class ==0
14287:
14288: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
14289:
14290: * src/classes/form.C: content_length type fix
14291:
14292: 2002-06-30 paf
14293:
14294: * src/classes/mail.C: merged from 4
14295:
14296: * src/classes/mail.C: restored $MAIL
14297:
14298: 2002-06-28 paf
14299:
14300: * configure, configure.in: removed paths.h
14301:
14302: * configure, src/include/pa_version.h,
14303: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
14304: merged, makes updated
14305:
14306: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
14307: src/include/pa_charset.h, src/include/pa_config_fixed.h,
14308: src/include/pa_pool.h, src/include/pa_version.h,
14309: src/main/pa_charset.C, src/main/pa_pool.C,
14310: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14311: src/types/pa_vmail.C: merged latest updates to head
14312:
14313: 2002-06-27 paf
14314:
14315: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
14316: not error now
14317:
14318: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
14319: src/include/pa_config_fixed.h, src/include/pa_pool.h,
14320: src/main/pa_charset.C, src/main/pa_pool.C:
14321: ^xdoc::create[[uri]]... base uri for document being created,
14322: imports and other relative file names would be relative to this
14323: uri default uri=path_translated
14324:
14325: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
14326:
14327: 2002-06-26 paf
14328:
14329: * configure, configure.in, src/include/pa_version.h:
14330: release_3_0_0004
14331:
14332: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
14333: 0 now
14334:
14335: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
14336:
14337: 2002-06-25 paf
14338:
14339: * src/main/pa_string.C: emtpy string, or string of whitespaces
14340: considered bad number now
14341:
14342: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
14343: now
14344:
14345: * operators.txt, src/classes/string.C: ^string.normalize [old
14346: name: optimize
14347:
14348: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
14349: library configured
14350:
14351: * src/main/pa_request.C: configure_admin forced if no @conf
14352:
14353: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
14354: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
14355: when needed and to call system crypt() if not $apr1$ prefix
14356:
14357: 2002-06-24 paf
14358:
14359: * INSTALL: --with-static/shared-mailreceive described
14360:
14361: * src/include/pa_config_fixed.h: ssize_t fixed
14362:
14363: * configure, configure.in, src/include/pa_config_auto.h.in,
14364: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14365: src/types/pa_vmail.C: $mail:received makes update
14366:
14367: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
14368: WITH_MAILRECEIVE
14369:
14370: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
14371:
14372: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
14373: option, for $mail:receive
14374:
14375: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
14376: introducting $message:received ^mail:send rewritten with backward
14377: comp
14378:
14379: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
14380: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14381: types/types.dsp: win32xml win32mailreceive pseudomodules paths
14382: now
14383:
14384: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
14385: src/include/pa_charset.h, src/include/pa_config_fixed.h,
14386: src/include/pa_request.h, src/include/pa_string.h,
14387: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
14388: src/main/pa_globals.C, src/main/pa_request.C,
14389: src/main/pa_string.C, src/main/pa_uue.C,
14390: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
14391: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14392: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
14393: uue to separate file introducting $message:received ^mail:send
14394: rewritten with backward comp
14395:
14396: 2002-06-21 paf
14397:
14398: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
14399: co changes
14400:
14401: * configure, configure.in, src/lib/md5/Makefile.am,
14402: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
14403: restructure .in and .am files appropriate changes
14404:
14405: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
14406: pcre to libs/ added libs/md5 which is linked to non-apache
14407: targets ^math:crypt[password;$apr1$salt]
14408:
14409: * INSTALL, configure.in, operators.txt, parser3.dsw,
14410: src/Makefile.am, src/classes/Makefile.am,
14411: src/classes/classes.dsp, src/classes/math.C,
14412: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
14413: src/lib/pcre/Makefile.am, src/lib/pcre/README,
14414: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
14415: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
14416: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
14417: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
14418: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
14419: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
14420: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
14421: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
14422: src/lib/pcre/pcre_parser_ctype.dsp,
14423: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
14424: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
14425: src/main/compile.tab.C, src/main/main.dsp,
14426: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
14427: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
14428: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
14429: to libs/ added libs/md5 which is linked to non-apache targets
14430: ^math:crypt[password;$apr1$salt]
14431:
14432: 2002-06-20 paf
14433:
14434: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
14435: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
14436: src/doc/doxygen.cfg, src/include/pa_globals.h,
14437: src/include/pa_request.h, src/main/execute.C,
14438: src/main/pa_request.C, src/targets/cgi/parser3.C,
14439: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
14440: marged latest HEAD updates, mainly file:justname&co &
14441: @auto/conf[filespec
14442:
14443: * operators.txt, src/classes/file.C:
14444: !^file:dirname[/a/some.tar.gz]=/a
14445: !^file:dirname[/a/b/]=/a
14446: !^file:basename[/a/some.tar.gz]=some.tar.gz
14447: !^file:justname[/a/some.tar.gz]=some.tar
14448: !^file:justext[/a/some.tar.gz]=gz
14449:
14450: * src/: classes/op.C, include/pa_request.h, main/execute.C,
14451: main/pa_request.C, types/pa_vmethod_frame.h: introducing
14452: @conf/auto[filespec]
14453:
14454: * bin/auto.p.dist.in: <noindex>
14455:
14456: * configure: parser3.conf renamed to auto.p autoconf changes
14457:
14458: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
14459: bin/auto.p.dist.in, src/doc/doxygen.cfg,
14460: src/include/pa_globals.h, src/targets/cgi/parser3.C,
14461: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
14462:
14463: 2002-06-18 paf
14464:
14465: * configure, configure.in, src/include/pa_version.h: version to
14466: configure.in
14467:
14468: * INSTALL: reflected .conf.dist dir change
14469:
14470: * Makefile.am, configure, configure.in, bin/Makefile.am,
14471: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
14472: .in & *.am updated
14473:
14474: * src/classes/file.C: strncasecmp
14475:
14476: * src/classes/file.C: strcasecmp
14477:
14478: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
14479: from etc
14480:
14481: * src/classes/file.C: ^file::exec[script;$.bad error case
14482: insensitive check now
14483:
14484: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
14485:
14486: * configure, configure.in, src/include/pa_pool.h,
14487: src/include/pa_types.h: pack configure.in detection simplified.
14488: figured out that gcc on sparc not that stupid as thought
14489: previously: on sparc: when it sees packed class it modifies it's
14490: field-access-code to byte operations [stb, ldub] instead of 4byte
14491: operations [st, lduh] so packed must be all parts of packed
14492: class, i.e. it's parents&fields(classes). for now it's only
14493: String that packed and what was wrong is that it's parent -
14494: Pooled, were not packed. fixed that.
14495:
14496: 2002-06-14 paf
14497:
14498: * operators.txt: more precise xml-to-text options
14499:
14500: * operators.txt, src/types/pa_vxnode.C: xnode
14501: attribute_node.name/value xnode pi.node.data
14502:
14503: 2002-06-12 paf
14504:
14505: * configure, configure.in, src/targets/cgi/Makefile.am,
14506: src/targets/cgi/parser3.C: removed root conf define creation
14507:
14508: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
14509: src/include/pa_globals.h, src/include/pa_request.h,
14510: src/main/compile.tab.C, src/main/pa_globals.C,
14511: src/main/pa_request.C, src/targets/cgi/parser3.C,
14512: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
14513:
14514: * src/classes/mail.C: sendmail -ti [default now]
14515:
14516: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
14517: to be strings. for convinient #ing
14518:
14519: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
14520: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
14521:
14522: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
14523: main/pa_globals.C, main/pa_request.C: @conf
14524:
14525: 2002-06-11 paf
14526:
14527: * src/classes/file.C: check simplified
14528:
14529: * src/: classes/file.C, targets/cgi/parser3.dsp,
14530: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
14531: valid prefix
14532:
14533: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
14534: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
14535: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
14536:
14537: 2002-06-10 paf
14538:
14539: * operators.txt, src/classes/op.C, src/include/pa_common.h,
14540: src/main/pa_common.C: lock failures reported now
14541:
14542: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
14543: string->double @ compile time were not-enough-checking...
14544:
14545: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
14546: autoconvert now ignored
14547:
14548: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
14549: check
14550:
14551: * src/classes/mail.C: mail netscape attachment name fixed. todo:
14552: $response:body content-type:name
14553:
14554: * configure, configure.in: hpux check, nsl link, no socket
14555:
14556: * operators.txt: old merge conflict removed
14557:
14558: * configure, configure.in: pack even address access on sparc&co
14559: arch checked in configure
14560:
14561: * configure, src/include/pa_version.h: makes
14562:
14563: * configure, configure.in, src/include/pa_version.h: makes
14564:
14565: * src/main/untaint.C: (bug#2) mail subject got always prepended
14566: with charset even when all letters were 7bit one
14567:
14568: * src/main/pa_common.C: merged fixed -d (bug)
14569:
14570: * src/main/pa_common.C: fixed -d (bug)
14571:
14572: 2002-06-03 paf
14573:
14574: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
14575: src/classes/classes.dsp, src/main/compile.tab.C,
14576: src/main/main.dsp, src/main/pa_globals.C,
14577: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14578: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
14579: .dsp-s along with reorganized cvs modules dirs structure
14580:
14581: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
14582: main/pa_globals.C, targets/cgi/parser3.dsp,
14583: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
14584: modules
14585:
14586: 2002-05-28 paf
14587:
14588: * src/targets/cgi/parser3.C: info.uri now ""
14589:
14590: 2002-05-17 paf
14591:
14592: * src/classes/: table.C: ^table.save << checked empty
14593: pre/match/post columns
14594:
14595: 2002-05-16 paf
14596:
14597: * src/classes/image.C: image::measure can png now
14598:
14599: 2002-05-15 paf
14600:
14601: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
14602: added
14603:
14604: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
14605:
14606: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
14607: %H[:%M[:%S]]]]]] [-%m now
14608:
14609: 2002-05-14 paf
14610:
14611: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
14612:
14613: 2002-05-07 paf
14614:
14615: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
14616: src/include/pa_globals.h, src/include/pa_request.h,
14617: src/include/pa_table.h, src/main/compile.tab.C,
14618: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
14619: src/main/pa_request.C, src/main/pa_table.C,
14620: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
14621: src/targets/isapi/parser3isapi.dsp,
14622: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
14623: name2number field now &. main_method_name now on Request pool
14624: rather on global_pool [Junction+VJunction created on same pool as
14625: name = were created on global pool, causing mem leaks]
14626:
14627: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
14628: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
14629: main/compile.y, main/main.dsp, main/pa_globals.C,
14630: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
14631: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
14632: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
14633: field now &. main_method_name now on Request pool rather on
14634: global_pool [Junction+VJunction created on same pool as name =
14635: were created on global pool, causing mem leaks]
14636:
14637: 2002-05-06 paf
14638:
14639: * src/: main/pa_globals.C, targets/cgi/parser3.C,
14640: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
14641: 100*40 bytes per request memory leak [nonpool malloc in globals]
14642:
14643: * src/: main/pa_globals.C, targets/cgi/parser3.C,
14644: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
14645: 100*40 bytes per request memory leak [nonpool malloc in globals]
14646:
14647: 2002-04-30 paf
14648:
14649: * configure, src/include/pa_version.h: version now not b
14650:
14651: * src/targets/cgi/parser3.C: request.uri now never 0
14652:
14653: 2002-04-29 paf
14654:
14655: * configure.in: removed b
14656:
14657: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
14658: Exception::comment/type checked in (), no there's no empty
14659: type/comment by default
14660:
14661: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
14662: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
14663: src/doc/value.dox, src/include/pa_exception.h,
14664: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
14665: 0001
14666:
14667: 2002-04-26 paf
14668:
14669: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
14670: size reduced
14671:
14672: 2002-04-25 paf
14673:
14674: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
14675: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
14676: now that took into account
14677:
14678: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
14679: 01:03:04]
14680:
14681: * ChangeLog, operators.txt, src/classes/date.C:
14682: ^date::create[2002-12-33 01:03:04]
14683:
14684: * ChangeLog: updated changelog
14685:
14686: * src/classes/table.C: removed restriction on column count to
14687: ^table.hash to work, now must be >0 [were >1]
14688:
14689: 2002-04-24 paf
14690:
14691: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
14692: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14693: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
14694: targets
14695:
14696: 2002-04-23 paf
14697:
14698: * operators.txt, src/classes/string.C:
14699: int/double/string:sql{}[$.default{code}] fixed [were barking:
14700: "junction used outside of context"]
14701:
14702: 2002-04-22 paf
14703:
14704: * types.txt, src/classes/string.C, src/include/pa_string.h,
14705: src/main/pa_string.C, src/types/pa_vstring.C,
14706: src/types/pa_vstring.h: ^string.optimize[]
14707:
14708: * src/: include/pa_globals.h, include/pa_table.h,
14709: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
14710: table template
14711:
14712: * src/classes/: string.C: optimize removed from string
14713: .left/right/pos
14714:
14715: * src/main/execute.C: rolled back to
14716: before_killing_userjunction_contexts
14717:
14718: * src/main/execute.C: user junctions context killed
14719:
14720: * src/main/execute.C: junctions to local contexts got
14721: cleanized&checked later
14722:
14723: 2002-04-19 paf
14724:
14725: * src/: classes/string.C, include/pa_request.h,
14726: include/pa_string.h, main/pa_request.C, main/pa_string.C,
14727: types/pa_vstring.C, types/pa_vstring.h: string now optimized
14728: prior to .left .right .mid .pos .match when that is profitable,
14729: and always before .replace when $ORIGINS(1) optimization disabled
14730: economy from not wasting mem on lots of strings which occur by
14731: lots of String:mid calls to get parts of source string between
14732: found_occurances
14733:
14734: * src/classes/file.C: ovector now local economy: 16 bytes per
14735: ^file:list
14736:
14737: * src/: include/pa_globals.h, include/pa_table.h,
14738: main/pa_globals.C, main/pa_string.C: String::match table columns
14739: globalized, not created @ each ^match anymore economy:
14740: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
14741:
14742: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
14743: removed from each String::match replace iteration, and made
14744: stacked sizeof(VTable)=12bytes economy on each replace code
14745:
14746: * src/doc/footer.htm: 2001,
14747:
14748: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
14749: string.match[]['] option enables generation of $match.prematch
14750: .match .postmatch columns
14751:
14752: * src/main/pa_string.C: String::match options analized without
14753: cstr-ing them now
14754:
14755: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
14756: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
14757: config updated to doxygen 1.2.15, created helper which fixes
14758: minor bugs in chm project files & htm tree. changed extension to
14759: .htm
14760:
14761: 2002-04-18 paf
14762:
14763: * src/doc/doxygen.cfg: .chi generation disabled
14764:
14765: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
14766: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
14767: fields&methods
14768:
14769: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
14770: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
14771: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
14772: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
14773: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
14774: types/pa_vresponse.h, types/pa_vstateless_class.h,
14775: types/pa_vstateless_object.h, types/pa_vstatus.h,
14776: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
14777: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
14778: VStateless_class to VObject
14779:
14780: * src/: main/pa_request.C, types/pa_valiased.h,
14781: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14782: types/pa_vstring.h: VStateless_string_object speicalized light
14783: version of VStateless_object
14784:
14785: * src/classes/op.C: ^throw comment param made optional
14786:
14787: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
14788: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
14789: and implemented down in VClass, fclass_alias removed,
14790:
14791: * src/types/pa_value.C: forced to cut that from .h because of
14792: VStateless_class usage [undefined in .h]
14793:
14794: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
14795: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14796: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
14797: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
14798: on each CALL]
14799:
14800: * src/: classes/classes.h, classes/date.C, classes/double.C,
14801: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
14802: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
14803: classes/response.C, classes/string.C, classes/table.C,
14804: classes/void.C, classes/xnode.C, include/pa_globals.h,
14805: include/pa_request.h, main/execute.C, main/pa_globals.C,
14806: main/pa_request.C, types/Makefile.am, types/pa_value.h,
14807: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
14808: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14809: types/pa_vstateless_class.h, types/pa_wcontext.C,
14810: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
14811: removed Value::fname
14812:
14813: 2002-04-17 paf
14814:
14815: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14816: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
14817: doc/pooled.dox, doc/string.dox, doc/targets.dox,
14818: include/pa_pool.h, include/pa_types.h: dox updated to current
14819: state, PTHROW freshen to throw & co
14820:
14821: * src/types/pa_vhash.h: vstring wrong parent fixed
14822:
14823: * src/classes/op.C: taint local result var bug fixed
14824:
14825: 2002-04-16 paf
14826:
14827: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
14828: Attic asm.txt as most interesting
14829:
14830: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
14831: check, preventing content-length: 0 from appearing
14832:
14833: * src/main/execute.C: $result in @main now taken into account as in
14834: usual functions
14835:
14836: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
14837: & @unhandled_exception now taken into account as in usual
14838: functions
14839:
14840: * src/doc/postbuild.txt: instructions on post .html build
14841:
14842: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
14843:
14844: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
14845: tainted
14846:
14847: * src/main/pa_request.C: uri in error log
14848:
14849: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
14850: cheched date:create(days) param for validity [later were assumed
14851: valid and crashed on invalid onces]
14852:
14853: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
14854: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
14855: and used that for removing VString wrapper
14856:
14857: * src/classes/op.C: exception2vhash file now tainted
14858:
14859: * src/classes/op.C: _process pseudo origin copied from local var to
14860: heap
14861:
14862: * src/classes/op.C: extra check on empty file in origin in _execute
14863:
14864: 2002-04-15 paf
14865:
14866: * src/: main/execute.C, types/pa_value.h: fixed name update
14867:
14868: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
14869: functions
14870:
14871: * src/: classes/file.C, classes/hash.C, classes/op.C,
14872: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
14873: started dual write_xxx_lang functions, if checked & works
14874:
14875: * src/: classes/date.C, classes/file.C, classes/mail.C,
14876: classes/string.C, classes/xnode.C, include/pa_request.h,
14877: types/pa_value.h, types/pa_wcontext.h: removed absolutely
14878: unnecessary VString shells
14879:
14880: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
14881: prev changes]
14882:
14883: * src/: classes/image.C, classes/op.C, classes/string.C,
14884: classes/table.C, include/pa_request.h, main/execute.C,
14885: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
14886: StringOrValue wcontext result, now ready for dual writes
14887:
14888: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
14889: checked that
14890:
14891: * src/main/: compile.tab.C, compile.y, compile_tools.C,
14892: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
14893: changed to OP_WRITE_VALUE in var get cases
14894:
14895: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
14896: include/pa_request.h, main/compile.tab.C, main/compile.y,
14897: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14898: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
14899: switch in hash constructor fixed [were problems with using of
14900: stacked wwrapper after it's death]
14901:
14902: 2002-04-12 paf
14903:
14904: * operators.txt, src/classes/table.C: table.select(expression) 0
14905:
14906: 2002-04-11 paf
14907:
14908: * src/: classes/string.C, include/pa_request.h, main/execute.C:
14909: Request::process_internal codeFrame & wwrapper stacked [not
14910: wasting heap anymore]
14911:
14912: 2002-04-10 paf
14913:
14914: * src/: classes/double.C, classes/file.C, classes/hash.C,
14915: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
14916: classes/string.C, classes/table.C, classes/void.C,
14917: classes/xdoc.C, include/pa_request.h, main/execute.C,
14918: main/pa_string.C: killed Request::process() wrapping
14919: VString(String) in case we need only String
14920:
14921: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14922: killed 8 bytes from String.head
14923:
14924: 2002-04-09 paf
14925:
14926: * src/: main/compile.tab.C, targets/cgi/parser3.C,
14927: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
14928: local*/char b[...]; a=b; situations
14929:
14930: * operators.txt, src/classes/xdoc.C: xslt params made literal
14931:
14932: * src/classes/xdoc.C: xslt params fixed
14933:
14934: * src/: main/pa_common.C, targets/cgi/parser3.C,
14935: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
14936: not pool.malloc(MAX_NUMBER) but really neaded
14937:
14938: * operators.txt, src/classes/double.C, src/classes/int.C:
14939: int/double.int/double(default)
14940:
14941: 2002-04-04 paf
14942:
14943: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
14944: [when reconstructing pieces were split by
14945: max_integral(piece.size), thus some strings to replace happen to
14946: be split into two = not replaced)
14947:
14948: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
14949: standalone version = current dir
14950:
14951: * src/targets/cgi/parser3.C: document root in standalone version =
14952: current dir
14953:
14954: 2002-04-03 paf
14955:
14956: * configure, configure.in: more checks on nonexistent charset
14957:
14958: * INSTALL, configure, configure.in: root config configure options
14959:
14960: 2002-04-02 paf
14961:
14962: * src/main/compile.C: parser.compile [exception name more like in
14963: doc]
14964:
14965: 2002-04-01 paf
14966:
14967: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
14968: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
14969: .content-type.charset, not .charset
14970:
14971: 2002-03-29 paf
14972:
14973: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
14974:
14975: * operators.txt, src/classes/date.C: ^date::create now may not
14976: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
14977: days' year. | 31.05->31.04 roll
14978:
14979: 2002-03-28 paf
14980:
14981: * operators.txt, src/classes/date.C, src/classes/op.C,
14982: src/include/pa_globals.h, src/include/pa_hash.h,
14983: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
14984: ^cache(seconds) ^cache[date] }
14985:
14986: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
14987: param
14988:
14989: 2002-03-27 paf
14990:
14991: * operators.txt, src/classes/date.C, src/classes/double.C,
14992: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
14993: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
14994: src/classes/math.C, src/classes/op.C, src/classes/string.C,
14995: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14996: src/classes/xnode.C, src/include/pa_exception.h,
14997: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
14998: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
14999: src/main/pa_array.C, src/main/pa_charset.C,
15000: src/main/pa_charsets.C, src/main/pa_common.C,
15001: src/main/pa_dictionary.C, src/main/pa_exception.C,
15002: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
15003: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
15004: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
15005: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
15006: src/types/pa_value.h, src/types/pa_vcookie.C,
15007: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
15008: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
15009: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
15010: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
15011: src/types/pa_wwrapper.h: assigned exception types
15012:
15013: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
15014: src/include/pa_request.h, src/main/execute.C,
15015: src/main/pa_request.C: decided agains resetting exception_trace,
15016: just changed name
15017:
15018: 2002-03-26 paf
15019:
15020: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
15021: fixed
15022:
15023: * src/classes/op.C: forced language of $source field of exception
15024: to 'tainted', so that sql-langed-frags could be outputed outside
15025: of connect
15026:
15027: * operators.txt: removed date.roll limit of +-1 offset
15028:
15029: * src/classes/date.C: removed date.roll limit of +-1 offset
15030:
15031: * operators.txt, src/classes/date.C: fixed date roll on
15032: daylightsaving days mktime took into account tm_isdst flag, which
15033: remained from BEFORE roll, but should have been reset
15034:
15035: 2002-03-25 paf
15036:
15037: * operators.txt, src/targets/cgi/parser3.C:
15038: http_site_config_filespec
15039:
15040: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
15041: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
15042: with any/both --disable-foreign-group-files --disable-execs
15043:
15044: * INSTALL: "--with=sendmail=COMMAND" comment
15045:
15046: * INSTALL, configure, configure.in, src/classes/mail.C,
15047: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
15048: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
15049: disables execs also. introducing --sendmail
15050:
15051: * operators.txt: pgsql options comment
15052:
15053: * INSTALL: comment on --disable-link-stdcpp
15054:
15055: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
15056: libstdc++ link skipping configure option
15057:
15058: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
15059: with error were put to cache with 'marked_to_rollback' flag, all
15060: consequent even OK requests rolled back
15061:
15062: 2002-03-22 paf
15063:
15064: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
15065: false return
15066:
15067: * operators.txt: few comments on sets
15068:
15069: 2002-03-18 paf
15070:
15071: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
15072: src/include/pa_globals.h, src/include/pa_request.h,
15073: src/include/pa_stack.h, src/main/pa_globals.C,
15074: src/main/pa_request.C: introducing ^try
15075:
15076: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
15077: types/pa_vdouble.h: removed some tested @tests
15078:
15079: 2002-03-15 paf
15080:
15081: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
15082:
15083: 2002-03-13 paf
15084:
15085: * src/main/pa_exception.C: checked not-pooled malloc
15086:
15087: 2002-03-11 paf
15088:
15089: * INSTALL, configure, configure.in,
15090: src/include/pa_config_auto.h.in: --disable-foreign-group-files
15091:
15092: * src/main/pa_common.C: --disable-foreign-group-files
15093:
15094: * INSTALL: --disable-execs
15095:
15096: * src/main/pa_exec.C: --disable-execs
15097:
15098: * configure, configure.in, src/include/pa_config_auto.h.in:
15099: --disable-execs
15100:
15101: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
15102:
15103: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
15104: file::exec/cgi linebreaks "0D0A" changed to 0A onces
15105:
15106: 2002-03-05 paf
15107:
15108: * operators.txt, src/classes/date.C: date week calendar columns
15109: named
15110:
15111: * operators.txt, src/classes/date.C: date week calendar columns
15112: named
15113:
15114: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
15115: requires headers to be terminated with \r\n manually [refuses to
15116: separate header/body itself]
15117:
15118: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15119: targets/isapi/parser3isapi.C: isapi site config beside .dll
15120:
15121: 2002-03-04 paf
15122:
15123: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
15124: in PASS language
15125:
15126: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
15127: deserialize checks on broken file
15128:
15129: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
15130: parser3isapi.dsp: isapi updated
15131:
15132: 2002-03-01 paf
15133:
15134: * src/main/pa_exec.C: execle -> execve, now argc OK
15135:
15136: 2002-02-28 paf
15137:
15138: * src/main/untaint.C: removed some debug comments
15139:
15140: * src/main/pa_charsets.C: when placing charset to cache using
15141: global name now [were request]
15142:
15143: * configure, configure.in: apache module updated
15144:
15145: * src/main/pa_string.C: origin by first piece preferred before last
15146: piece
15147:
15148: 2002-02-27 paf
15149:
15150: * src/main/pa_charset.C: size_t
15151:
15152: * INSTALL: shared/static-xml with-pathlink
15153:
15154: * operators.txt: SMTP comment
15155:
15156: 2002-02-26 paf
15157:
15158: * src/main/pa_exec.C: more precise names for vars, cosmetic
15159:
15160: * src/classes/xnode.C: in some situation, xpath query returned
15161: result with type NODESET, but empty nodeset member field, checked
15162: that
15163:
15164: 2002-02-22 paf
15165:
15166: * INSTALL: without-zlib comment
15167:
15168: * etc/parser3.charsets/windows-1251.cfg: °
15169:
15170: * configure, configure.in: glib###.a detection fixed
15171:
15172: * INSTALL: hashfile removed from INSTALL
15173:
15174: * Makefile.am: make update
15175:
15176: * src/main/pa_string.C: string iterators fixed again, so were
15177: String::join_chain
15178:
15179: * src/main/pa_string.C: string iterators fixed again, so were
15180: String::join_chain
15181:
15182: * src/: include/pa_string.h, main/pa_string.C: string iterators
15183: fixed again, so were String::join_chain
15184:
15185: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
15186:
15187: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
15188: "session"
15189:
15190: * configure, configure.in, src/include/pa_config_auto.h.in:
15191: --with-shared-xml --with-static-xml
15192:
15193: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15194: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15195: types/types.dsp: *.dsp: removed refereces to win32db & ancient
15196: xalan&xml
15197:
15198: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
15199:
15200: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
15201: src/types/types.dsp: removed hashfile support from sources for
15202: now
15203:
15204: * configure, configure.in, src/classes/Makefile.am,
15205: src/classes/hashfile.C, src/include/Makefile.am,
15206: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
15207: src/include/pa_db_manager.h, src/include/pa_db_table.h,
15208: src/main/Makefile.am, src/main/pa_db_connection.C,
15209: src/main/pa_db_manager.C, src/main/pa_db_table.C,
15210: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
15211: src/types/Makefile.am, src/types/pa_vhashfile.C,
15212: src/types/pa_vhashfile.h: removed hashfile support for now
15213:
15214: 2002-02-21 paf
15215:
15216: * src/main/untaint.C: removed debug code, activated commented-for
15217: debug parts
15218:
15219: * Makefile.am: make cvsupdate
15220:
15221: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
15222: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
15223: append_row, not at link zero now string to string appending works
15224:
15225: 2002-02-20 paf
15226:
15227: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
15228: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
15229: DEBUG_STRING_APPENDS_VS_EXPANDS
15230:
15231: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15232: economy: 22%
15233:
15234: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15235: space uptimized: string::link_row removed
15236:
15237: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
15238: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
15239: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
15240: types/pa_vstring.h: speed uptimized: string::is_empty
15241:
15242: * operators.txt, src/include/pa_common.h,
15243: src/include/pa_config_fixed.h, src/include/pa_string.h,
15244: src/include/pa_types.h, src/main/compile.tab.C,
15245: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
15246: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
15247: string append optimiziation idea and estimates
15248:
15249: 2002-02-19 paf
15250:
15251: * src/classes/math.C: not used directly [but erroreously reported
15252: that 'is', thus registering twice&other probs]
15253:
15254: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
15255: to node [element]
15256:
15257: * src/main/compile.C: without string_origins parse error
15258: file+line+col possible
15259:
15260: * src/main/: compile.C: without string_origins not worked
15261:
15262: 2002-02-18 paf
15263:
15264: * src/types/pa_vdouble.h: since we have in_expression removed that
15265: trick i've installed into double::as_string
15266:
15267: * src/main/pa_globals.C: extern "C" was removed too fast
15268:
15269: * src/: include/pa_opcode.h, include/pa_request.h,
15270: main/compile.tab.C, main/compile.y, main/execute.C,
15271: types/pa_wcontext.h: in_expression aimed to solve old problem
15272: with string/nonstring values, now in expressions double/int
15273: values are passed as-is, without stupid tostring/fromstring
15274: conversions
15275:
15276: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
15277: __cplusplus } #endif
15278:
15279: * src/main/compile.tab.C: bison env set so one could compile
15280: without cygwin installed
15281:
15282: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
15283: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
15284: gnome xml libs parser .dsp-s changed accordingly
15285:
15286: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
15287:
15288: * operators.txt, src/classes/date.C: date::create [were date::set,
15289: with backward comp
15290:
15291: * src/classes/math.C: math:random range check fixed
15292:
15293: * src/main/: compile.tab.C, compile.y: integer division stops name
15294:
15295: * INSTALL: local install comment
15296:
15297: * ltconfig, ltmain.sh: removed libtool subpart files
15298:
15299: * acinclude.m4, aclocal.m4, configure, configure.in,
15300: src/include/pa_config_auto.h.in,
15301: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
15302: src/targets/cgi/parser3.C: removed libtool usage from build mech
15303:
15304: * operators.txt: \ comment
15305:
15306: 2002-02-13 paf
15307:
15308: * src/include/pa_config_includes.h: sys/time time both included
15309: now. vaguely remember confilicts on this on some system [not on
15310: six|ablv] so when would see them again would think up proper
15311: check
15312:
15313: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
15314: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
15315:
15316: * src/main/pa_common.C: truncation never occured when writing files
15317: on unix [since i've changed cache mech] fix
15318:
15319: * src/main/pa_common.C: strnchr: sanity check added
15320:
15321: * etc/parser3.charsets/windows-1257.cfg: id added
15322:
15323: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
15324: baltic charset file generated, in generation script ispunct check
15325: added
15326:
15327: 2002-02-08 paf
15328:
15329: * src/: include/Makefile.am, sql/Makefile.am,
15330: targets/isapi/Makefile.am: forgotten makes
15331:
15332: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
15333: forgotten
15334:
15335: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
15336:
15337: * INSTALL, README: install&others updated
15338:
15339: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
15340:
15341: * Makefile.am, configure, configure.in,
15342: etc/parser3.charsets/Makefile.am, src/Makefile.am,
15343: src/classes/Makefile.am, src/main/Makefile.am,
15344: src/main/pa_status_provider.C, src/targets/Makefile.am,
15345: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
15346: works
15347:
15348: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15349: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15350: classes/hashfile.C, classes/int.C, classes/mail.C,
15351: classes/math.C, classes/op.C, classes/response.C,
15352: classes/string.C, classes/table.C, classes/void.C,
15353: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15354: include/pa_array.h, include/pa_cache_managers.h,
15355: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15356: include/pa_config_fixed.h, include/pa_config_includes.h,
15357: include/pa_db_connection.h, include/pa_db_manager.h,
15358: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
15359: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15360: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15361: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15362: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15363: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15364: include/pa_stack.h, include/pa_string.h,
15365: include/pa_stylesheet_connection.h,
15366: include/pa_stylesheet_manager.h, include/pa_table.h,
15367: include/pa_threads.h, include/pa_types.h, main/compile.C,
15368: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15369: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
15370: main/pa_db_connection.C, main/pa_db_manager.C,
15371: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
15372: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
15373: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
15374: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
15375: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15376: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
15377: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
15378: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15379: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15380: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
15381: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
15382: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15383: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
15384: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
15385: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
15386: types/pa_vmethod_frame.h, types/pa_vobject.h,
15387: types/pa_vrequest.h, types/pa_vresponse.h,
15388: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15389: types/pa_vstateless_object.h, types/pa_vstatus.C,
15390: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15391: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15392: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
15393: classes/image.C, main/pa_common.C, main/pa_exec.C,
15394: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
15395: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
15396: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
15397: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
15398: types/pa_vxnode.C, main/pa_charset.C: name spelling
15399:
15400: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15401: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15402: classes/hashfile.C, classes/image.C, classes/int.C,
15403: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15404: classes/string.C, classes/table.C, classes/void.C,
15405: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15406: include/pa_array.h, include/pa_cache_managers.h,
15407: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15408: include/pa_config_fixed.h, include/pa_config_includes.h,
15409: include/pa_db_connection.h, include/pa_db_manager.h,
15410: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
15411: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15412: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15413: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15414: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15415: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15416: include/pa_stack.h, include/pa_string.h,
15417: include/pa_stylesheet_connection.h,
15418: include/pa_stylesheet_manager.h, include/pa_table.h,
15419: include/pa_threads.h, include/pa_types.h, main/compile.C,
15420: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
15421: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
15422: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15423: main/pa_db_connection.C, main/pa_db_manager.C,
15424: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
15425: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
15426: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
15427: main/pa_socks.C, main/pa_sql_driver_manager.C,
15428: main/pa_status_provider.C, main/pa_string.C,
15429: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
15430: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
15431: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15432: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15433: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15434: targets/isapi/pool_storage.h, types/pa_valiased.C,
15435: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
15436: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15437: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15438: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15439: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15440: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
15441: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15442: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
15443: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15444: types/pa_vresponse.h, types/pa_vstateless_class.C,
15445: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15446: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15447: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15448: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15449: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15450: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
15451:
15452: 2002-02-07 paf
15453:
15454: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
15455:
15456: * configure, configure.in, src/include/pa_config_auto.h.in,
15457: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
15458: added yet another locking function: fcntl
15459:
15460: * config.sub: on cygwin configure passes it with strange i1586
15461: const, hacked it to mean i586
15462:
15463: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
15464: disabled $if reference due to conflicts with local variables
15465:
15466: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
15467: xdoc::set obsolete now, now xdoc::create, with both sences
15468:
15469: * operators.txt, src/classes/table.C, src/include/pa_array.h,
15470: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
15471: table::create now // 'set' name obsolete now table clone.
15472:
15473: * operators.txt, src/classes/string.C,
15474: src/include/pa_config_fixed.h, src/main/compile.tab.C:
15475: ^int/double/string.format now can be called with normal []
15476: brackets, not stupid {} as it were implemented for some strange
15477: reason. retaining backward compatibility due to some
15478: already-implemented servers
15479:
15480: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
15481: main/compile.y, main/compile_tools.C, main/compile_tools.h:
15482: operators now detected by check at name_without_curly_rdive_read
15483: rule whether diving code constists only of
15484: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
15485: with OP_GET_ELEMENT_OR_OPERATOR to form
15486: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
15487:
15488: 2002-02-06 paf
15489:
15490: * configure, configure.in: prefix expanded, grr
15491:
15492: * operators.txt, src/classes/mail.C: mail:send config changed
15493:
15494: 2002-02-05 paf
15495:
15496: * operators.txt: regex options commented
15497:
15498: * src/main/: pa_exec.C: argv0 now correct
15499:
15500: * src/types/pa_vstatus.C: status:rusage 3
15501:
15502: * src/types/pa_vstatus.C: status:rusage 2
15503:
15504: * operators.txt: status:rusage described int operators
15505:
15506: * src/types/pa_vstatus.C: status:rusage 1
15507:
15508: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
15509: src/types/types.dsp: status:rusage
15510:
15511: * configure.in, operators.txt, src/classes/file.C,
15512: src/classes/op.C, src/include/pa_common.h,
15513: src/include/pa_config_includes.h, src/main/compile.tab.C,
15514: src/main/pa_common.C: rewritten ^cache to use
15515: non-blocking-exclusive-caches
15516:
15517: * src/main/pa_common.C: text file read mode on win32 adjusted
15518: [speed impact. was off for debugging purpose, but forgotten
15519: afterwards]
15520:
15521: 2002-02-01 paf
15522:
15523: * src/classes/op.C: file_write does EX lock after create, while
15524: file_read does SH after open, so there's a moment after create
15525: but before EX lock when read can sneak into, and read
15526: just-created-for-writing-and-not-yet-locked file, added a check
15527: for that in ^cache...read
15528:
15529: 2002-01-31 paf
15530:
15531: * src/main/: compile.y, compile.tab.C: disabled operator call after
15532: ^xxx:
15533:
15534: * src/main/: compile.tab.C, execute.C: made operators lookup first
15535: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
15536:
15537: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
15538: main/compile.tab.C, main/compile.y, main/compile_tools.C,
15539: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
15540: operators check 6.1 rewritten. now check is done at compile time
15541:
15542: * src/main/execute.C: operators check 5 floated up old error of
15543: staying in 'entered class/object' state after $a($a..) it
15544: prevented operators from being called thereafter
15545:
15546: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15547: main/execute.C: operators check 4 floated up old error of staying
15548: in 'entered object' state after ^a.a(a) it prevented operators
15549: from being called thereafter
15550:
15551: * src/main/execute.C: operators check 3 floated up old error of
15552: staying in 'entered class' state after $a:a(a) it prevented
15553: operators from being called thereafter
15554:
15555: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
15556: floated up old error of staying in 'entered class' state after
15557: $a:a[a] it prevented operators from being called thereafter
15558:
15559: * src/main/execute.C: operators check, thay mistakenly seen in
15560: $class:operator $object.operators contexts
15561:
15562: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
15563: win32
15564:
15565: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
15566: src/classes/Makefile.am, src/main/Makefile.am,
15567: src/targets/cgi/Makefile.am,
15568: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
15569: src/types/Makefile.am: lowered indent.awk back to src/
15570:
15571: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
15572: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
15573: configure, configure.in, form.txt, ident.awk, install-sh,
15574: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
15575: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
15576: etc/parser3.charsets/Makefile.am,
15577: etc/parser3.charsets/koi8-r.cfg,
15578: etc/parser3.charsets/windows-1250.cfg,
15579: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
15580: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
15581: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15582: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
15583: out of src, moved configure&co out of src added windows-1250.cfg
15584: straightened installation scripts procedure made
15585: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
15586: change
15587:
15588: 2002-01-30 paf
15589:
15590: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
15591: removed] those comments were a mistake, and prevented libltdl
15592: from function properly
15593:
15594: 2002-01-29 paf
15595:
15596: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
15597: creation [modified acinclude.m4 which were creating int into just
15598: assignment LIBTOOL=../libtool] added default system
15599: config&charsetts prepared 'make install', now it installs
15600: targets/cgi/parser3 into bin directory etc/parser3.conf &
15601: etc/parser3.charsets/* into $sysconfdir and
15602: $sysconfdir/parser3.charsets respectively
15603:
15604: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
15605: main/pa_globals.C: few forgotten ifdef XML added
15606:
15607: 2002-01-28 paf
15608:
15609: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
15610: removed
15611:
15612: * src/main/pa_exception.C: dom|generic error output fix
15613:
15614: * src/classes/xnode.C: xdoc.importNode 3 [check err]
15615:
15616: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
15617:
15618: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
15619: [fixed as_node helper func to accept docs]
15620:
15621: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
15622: xdoc.importNode 0
15623:
15624: * src/classes/xdoc.C: xdoc::set now untaints OK
15625:
15626: 2002-01-25 paf
15627:
15628: * src/main/: compile.tab.C, compile.y: #comment before @ after
15629: @SPECIAL now works OK
15630:
15631: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
15632:
15633: * src/main/pa_exec.C: max arg count now 10, and proper message on
15634: violation that added
15635:
15636: * src/classes/hash.C: unified hash::sql, now
15637: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
15638:
15639: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
15640: ^file:lock[filename]{code}
15641:
15642: * src/: classes/file.C, classes/op.C, classes/string.C,
15643: classes/table.C, classes/xdoc.C, include/pa_common.h,
15644: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
15645: to some pa_common funcs
15646:
15647: * src/: include/pa_charset.h, main/pa_globals.C:
15648: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
15649:
15650: * src/: include/pa_charset.h, main/pa_charset.C,
15651: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
15652: not stupid illegal define
15653:
15654: 2002-01-24 paf
15655:
15656: * src/include/pa_version.h: changed version number
15657:
15658: * src/: classes/hashfile.C, include/pa_db_table.h,
15659: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15660: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15661: main/pa_db_connection.C, main/pa_db_table.C,
15662: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
15663: hashfile without logfiles
15664:
15665: * src/: classes/hashfile.C, include/pa_db_table.h,
15666: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
15667: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
15668: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
15669: DB_INIT_TXN init bits, thus got rid of huge log files, which
15670: cluttered disk without huge need]
15671:
15672: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
15673: handy macro, which is strangly abscent in dome lib
15674:
15675: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
15676:
15677: * src/classes/xdoc.C: checked empty response
15678:
15679: * src/classes/xnode.C: xdoc.select fixed context node [were always
15680: /, not self node]
15681:
15682: * src/classes/xnode.C: xnode.select returns array always now, in
15683: case 'nothing found' returns empty array
15684:
15685: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
15686: be more tender with ctrl/c/v
15687:
15688: 2002-01-23 paf
15689:
15690: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
15691: substituted. // 2. when dom tree with entites goes under
15692: transform text nodes // got [erroreosly] cut on first
15693: entity occurance
15694:
15695: * src/types/pa_vdouble.h: double prec. todo: get rid of
15696: twice-converting
15697:
15698: * src/types/pa_vdouble.h: %.20E now float format when %g produced
15699: 'e' in output this is for regretful twice-converting here:
15700: $a(double value) when they write double falue they convert it to
15701: string first, thus %g were losing precesion.
15702:
15703: todo: think up some way to remove double->string string->double
15704: twice-converting
15705:
15706: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
15707: %.20E now default float format this is for regretful
15708: twice-converting here: $a(double value) when they write double
15709: falue they convert it to string first, thus %g were losing
15710: precesion.
15711:
15712: todo: think up some way to remove double->string string->double
15713: twice-converting
15714:
15715: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
15716: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
15717: reasons in comment inside
15718:
15719: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
15720: statically linked]
15721:
15722: * src/: include/pa_exception.h, main/compile.tab.C,
15723: main/pa_exception.C: removed exception va_list constructor. 1.
15724: not needed anymore 2. there were a conflict[causing errors]
15725: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
15726: never detected an ambiguilty here, compiling ctor(, "hello") into
15727: ctor(, va_list) which, of course, caused gpf
15728:
15729: * src/main/pa_globals.C: removed debug xslt messages
15730:
15731: 2002-01-22 paf
15732:
15733: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
15734: main/pa_globals.C: xsl stylesheet load: parsed entities, this
15735: helps compiling stylesheet properly. example: this refused to
15736: work, <b>«<xsl:value-of select="@title"
15737: />»</b> stranly worked only this way:
15738: <b>«<xsl:value-of select="@title" />»</b>
15739:
15740: docs says "set it to 1", never going into details, so I decided
15741: to try NOT to do that
15742:
15743: * src/classes/table.C: join behaived badly in case named tables
15744: structure mismatched: 0 strings sneaked into dest failing
15745: afterwards. replaced them with empty strings
15746:
15747: 2002-01-21 paf
15748:
15749: * src/main/pa_charset.C: checked empty transcoders in
15750: transcode_cstr|buf
15751:
15752: * src/classes/xdoc.C: xdoc::load error source = filespec
15753:
15754: * src/classes/xdoc.C: transform error source now
15755: stylesheet_filespec
15756:
15757: * src/: classes/xdoc.C, classes/xnode.C,
15758: include/pa_stylesheet_connection.h, main/pa_charset.C,
15759: main/pa_globals.C, main/pa_sql_driver_manager.C,
15760: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
15761: gnome
15762:
15763: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
15764: include/pa_globals.h, include/pa_stylesheet_connection.h,
15765: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
15766: xslt generic error 1
15767:
15768: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
15769: xml generic message 1
15770:
15771: * src/classes/table.C: ^table::load empty lines or #comments before
15772: headline
15773:
15774: * src/: include/pa_array.h, include/pa_globals.h,
15775: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
15776: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
15777: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
15778: errors 0
15779:
15780: 2002-01-16 paf
15781:
15782: * src/: classes/hash.C, classes/op.C, classes/string.C,
15783: classes/table.C, classes/void.C, classes/xdoc.C,
15784: include/pa_db_connection.h, include/pa_request.h,
15785: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15786: include/pa_stylesheet_connection.h,
15787: include/pa_stylesheet_manager.h, main/pa_request.C,
15788: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15789: targets/cgi/pool_storage.h: auto closers to sql_connection,
15790: stylesheet_connection auto destroyers to remaining gnome objects
15791:
15792: * src/classes/xdoc.C: few comments
15793:
15794: 2002-01-15 paf
15795:
15796: * src/classes/xdoc.C: xdoc file save string
15797:
15798: ready. todo: error handling
15799:
15800: * src/classes/xdoc.C: xdoc save rewritten using
15801: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
15802: result
15803:
15804: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
15805: started output options parsing
15806:
15807: 2002-01-14 paf
15808:
15809: * src/classes/xdoc.C: method
15810:
15811: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15812: include/pa_pool.h, include/pa_stylesheet_connection.h,
15813: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
15814: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
15815: xslt transform0. TODO: use output options handle errors
15816:
15817: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
15818:
15819: 2002-01-11 paf
15820:
15821: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15822: main/compile_tools.C, main/compile_tools.h, main/execute.C:
15823: partial logical && || evaluation
15824:
15825: * src/classes/xnode.C: xpath selectNodes
15826:
15827: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
15828: string/number/bool
15829:
15830: * src/classes/xnode.C: xpath selectNode 2
15831:
15832: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
15833: xpath selectNode 1
15834:
15835: 2002-01-10 paf
15836:
15837: * src/classes/xnode.C: xpath selectNode -100 [just written]
15838:
15839: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
15840: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
15841: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
15842: refcounter]
15843:
15844: 2001-12-29 paf
15845:
15846: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
15847: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
15848: glib works 0
15849:
15850: 2001-12-28 paf
15851:
15852: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
15853: main/pa_exception.C: started glib transcoders
15854:
15855: * src/main/pa_globals.C: renamed gdome to libgdome.dll
15856:
15857: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
15858: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
15859: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
15860: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
15861: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
15862: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
15863: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
15864: libs just compiled in. no refcounting no xpath no xslt yet
15865:
15866: 2001-12-27 paf
15867:
15868: * src/: include/pa_charset.h, include/pa_common.h,
15869: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15870: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
15871: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
15872: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
15873: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
15874: from xalan&xerces, started the process. globals [initialization
15875: pool [charset update charset [transcodings vxnode vxdoc [DOM
15876: calls
15877:
15878: * src/classes/Makefile.am: going away from xalan&xerces, not needed
15879: anymore
15880:
15881: 2001-12-26 paf
15882:
15883: * src/: include/pa_charset.h, include/pa_charsets.h,
15884: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
15885: key globalized [bug]
15886:
15887: 2001-12-25 paf
15888:
15889: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
15890: main/pa_string.C: table set & append changed splitting languages,
15891: separators now can be clean AND as-is same to mail command line
15892: $MAIN:MAIL.progX arguments
15893:
15894: 2001-12-24 paf
15895:
15896: * src/classes/mail.C: one parted text messages - no multipart
15897: mime-type anymore. for convinient if $.attach-ments
15898:
15899: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
15900: main/pa_string.C: read from cache size check updated
15901:
15902: * src/main/: pa_string.C: String::join_chain another ugly bug :(
15903:
15904: 2001-12-21 paf
15905:
15906: * src/classes/date.C: date:sql-string now returns localtime
15907:
15908: * src/main/pa_request.C: $result in @main actually not working, to
15909: hell with it for now
15910:
15911: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15912: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
15913: @postprocess @exception
15914:
15915: * src/main/execute.C: junction evaluation canceled - endless
15916: recursion detected
15917:
15918: 2001-12-19 paf
15919:
15920: * src/main/pa_charset.C: charset->charset transcoding via unicode
15921: intermediate
15922:
15923: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
15924:
15925: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
15926:
15927: * src/classes/op.C: ^cache keypath now relative
15928:
15929: * src/classes/mail.C: changed weighting prior to sort
15930:
15931: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
15932: were missing
15933:
15934: 2001-12-17 paf
15935:
15936: * src/main/pa_charset.C: ifndef XML were bad type
15937:
15938: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
15939: outdated unset services_pool
15940:
15941: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
15942: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
15943: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
15944:
15945: * src/main/untaint.C: allowed space in filespec
15946:
15947: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
15948:
15949: * src/classes/image.C: no govno
15950:
15951: * src/classes/image.C: govno
15952:
15953: 2001-12-16 paf
15954:
15955: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
15956:
15957: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
15958: charset_connection&manager replaced by charset&charsets
15959:
15960: * src/main/pa_charset.C: name_cstr 0
15961:
15962: * src/main/untaint.C: uri lang now knows about client/source
15963: charsets
15964:
15965: * src/: classes/file.C, classes/math.C, classes/op.C,
15966: classes/string.C, classes/table.C, classes/xdoc.C,
15967: include/pa_array.h, include/pa_cache_managers.h,
15968: include/pa_charset_connection.h, include/pa_charset_manager.h,
15969: include/pa_common.h, include/pa_db_connection.h,
15970: include/pa_db_manager.h, include/pa_db_table.h,
15971: include/pa_dictionary.h, include/pa_exception.h,
15972: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
15973: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
15974: include/pa_sapi.h, include/pa_socks.h,
15975: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15976: include/pa_string.h, include/pa_stylesheet_connection.h,
15977: include/pa_stylesheet_manager.h, include/pa_table.h,
15978: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
15979: main/pa_charset.C, main/pa_charset_connection.C,
15980: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
15981: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
15982: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
15983: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
15984: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15985: types/types.dsp: introducing Charset
15986:
15987: 2001-12-14 paf
15988:
15989: * src/: include/pa_request.h, include/pa_transcoder.h,
15990: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
15991: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
15992: uri lang
15993:
15994: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
15995:
15996: * src/targets/cgi/Makefile.am: -I../../pcre to .am
15997:
15998: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
15999: defalts_name global
16000:
16001: * src/: include/pa_charset_connection.h, include/pa_pool.h,
16002: include/pa_request.h, main/main.dsp,
16003: main/pa_charset_connection.C, main/pa_charset_manager.C,
16004: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
16005: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
16006: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
16007: changed charset model. now important: $request:charset
16008: $response:charset while $response:content-type.charset become
16009: unimportant [informational]
16010:
16011: 2001-12-13 paf
16012:
16013: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
16014:
16015: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
16016: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
16017: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
16018: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
16019: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
16020: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
16021:
16022: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
16023: auto_ptr part other way, because of stupid gcc 2.96
16024: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
16025: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
16026: FormatterListener] /usr/include/g++-3/memory:48:
16027: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
16028: _Tp1 = FormatterListener, _Tp = FormatterListener]
16029:
16030: * src/classes/xdoc.C: removed extra inc
16031:
16032: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
16033:
16034: * src/include/pa_types.h: msvc head debugging flag
16035:
16036: * src/classes/xdoc.C: freed up listener
16037:
16038: * src/classes/string.C: change msg '... code is not code'
16039:
16040: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
16041: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16042: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
16043: [past/future prob]
16044:
16045: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16046: include/pa_config_fixed.h, include/pa_db_manager.h,
16047: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
16048: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
16049:
16050: * src/: include/pa_config_fixed.h, main/pa_common.C,
16051: main/pa_string.C: removed signed mismatch warnings
16052:
16053: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
16054: 'expires' from header outputs
16055:
16056: * src/main/pa_string.C: string::recustruct erroreusly used outdated
16057: row ptr
16058:
16059: * src/classes/file.C: file::cgi bug, request_method were passed to
16060: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
16061:
16062: * src/classes/xdoc.C: lang list updated
16063:
16064: 2001-12-10 paf
16065:
16066: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
16067:
16068: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
16069: erase files like that, knowing their full name introducing //
16070: theoretical problem with, for instance, "_2B" and "." fragments,
16071: // they would yield the same // because
16072: need_file_encode('_')=false // but we need to delete such files
16073: somehow, getting names from ^index
16074:
16075: * src/main/pa_string.C: ^string.replace bug fixed [bad
16076: string::join_chank break]
16077:
16078: 2001-12-07 paf
16079:
16080: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
16081: include/pa_common.h, include/pa_config_auto.h.in,
16082: include/pa_config_fixed.h, include/pa_config_includes.h,
16083: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
16084: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
16085: types/pa_vhashfile.C: merged from r14_simple_cache
16086:
16087: * src/main/pa_string.C: stupid sparc architecture failed to access
16088: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
16089: lduh [ %i2 + 1 ], %l0
16090:
16091: bus error, fixed that
16092:
16093: * src/main/pa_string.C: strange string deserialize bug on
16094: client[pmts], a bit shortened,
16095:
16096: * src/include/pa_config_auto.h.in: makes
16097:
16098: * src/: include/pa_common.h, include/pa_config_fixed.h,
16099: include/pa_config_includes.h, main/pa_common.C: exclusive lock
16100: file write shared lock file read
16101:
16102: * src/: classes/op.C, include/pa_common.h,
16103: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
16104:
16105: 2001-12-06 paf
16106:
16107: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16108: main/pa_request.C: #ifdef RESOURCES_DEBUG
16109:
16110: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
16111: info
16112:
16113: * src/classes/hashfile.C: removed transaction from ^cache
16114:
16115: 2001-12-05 paf
16116:
16117: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
16118: IIS5 there were a prob with illegal call check
16119:
16120: 2001-12-04 paf
16121:
16122: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16123: main/pa_request.C: measures to log
16124:
16125: 2001-11-23 paf
16126:
16127: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
16128: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
16129: types/pa_vhashfile.C: merged from _0014, 1
16130:
16131: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
16132: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
16133: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
16134: ^cache(33) would change
16135:
16136: 0660 bits in file_write & hashfile create
16137:
16138: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
16139: after pa_string optimization]
16140:
16141: 2001-11-22 paf
16142:
16143: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
16144: table.offset[whence]
16145:
16146: * src/classes/op.C: process cstr(,connection)
16147:
16148: * src/classes/op.C: process now gets its body on current language,
16149: not as-is
16150:
16151: * src/main/untaint.C: ORIGINS mode removed UHTML
16152:
16153: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
16154: bit
16155:
16156: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
16157:
16158: 2001-11-21 paf
16159:
16160: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
16161: <xsl:output output options made identical to xsl:output
16162: attributes exclusion: cdata-section-elements what xalan can do
16163: but that not used now: it can escape and remove CDATA sections
16164:
16165: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
16166: produced by xslt
16167:
16168: * src/targets/cgi/parser3.C: removed debug cgi||1
16169:
16170: * src/main/: pa_string.C, untaint.C: cached some string::size() es
16171:
16172: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
16173: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
16174: default language for {code}, it happen to change it's language
16175: from CLEAN, so later refused to split by CLEAN \t
16176:
16177: 2001-11-20 paf
16178:
16179: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
16180: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
16181: bottom of dependeces, so that errors would popup quicklier, fixed
16182: line numbering in table::sql
16183:
16184: 2001-11-19 paf
16185:
16186: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
16187: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
16188: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
16189: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
16190: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
16191: at wcontext.write
16192:
16193: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
16194: _set_new_handler
16195:
16196: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
16197: set_new_handler in apache&isapi
16198:
16199: 2001-11-16 paf
16200:
16201: * src/targets/cgi/parser3.C: pool debug @ die
16202:
16203: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
16204: removed 8 bytes from String, 2 bytes from
16205: string::chunk::row::item
16206:
16207: * src/main/pa_string.C: removed 1+4 bytes from String
16208:
16209: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
16210: types/pa_vstring.C: removed 1+4 bytes from String
16211:
16212: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
16213: 0
16214:
16215: * src/: include/pa_globals.h, include/pa_string.h,
16216: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
16217: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
16218: targets/cgi/parser3.C: introducing estimating
16219: String::cstr_bufsize, 0
16220:
16221: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
16222:
16223: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
16224:
16225: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
16226: include/pa_pool.h: die in pool::fail
16227:
16228: 2001-11-15 paf
16229:
16230: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
16231: main/pa_exception.C, targets/cgi/parser3.C: exception with
16232: dynamic buffer re-back now with counter
16233:
16234: * src/: include/pa_exception.h, main/pa_exception.C: exception with
16235: static buffer back
16236:
16237: * src/targets/cgi/parser3.C: std::
16238:
16239: * src/: classes/classes.awk, include/pa_config_auto.h.in,
16240: include/pa_config_includes.h: setnewhandler check
16241:
16242: * src/include/pa_config_auto.h.in: makes
16243:
16244: * src/targets/cgi/parser3.C: set_new_handler started
16245:
16246: 2001-11-14 paf
16247:
16248: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
16249: was wrong
16250:
16251: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
16252: was wrong
16253:
16254: * src/main/pa_request.C: z
16255:
16256: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
16257: full returns win32 -1 solaris >buffer_size
16258:
16259: checked all that
16260:
16261: * src/classes/op.C: ^untaint{body} as-is default now
16262:
16263: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
16264: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
16265: with no_bad_constructors_try
16266:
16267: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
16268: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
16269: this: $bred[^string::length[]] $bred[^response::clear[]]
16270: $bred[^int::int[]]
16271:
16272: now VObject creation moved into overriden
16273: VClass::create_new_value, thus 0 from create_new_value means that
16274: class has no ctors
16275:
16276: 2001-11-13 paf
16277:
16278: * src/classes/classes.C: returned accedently removed if in foreach
16279: callbacks [when hash no-0-restructure]
16280:
16281: 2001-11-12 paf
16282:
16283: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
16284: passed as-is to method, xalan makes & into & itself
16285:
16286: * src/classes/date.C: date.roll parser2 alg used
16287:
16288: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
16289: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
16290: main/pa_dictionary.C, main/pa_hash.C,
16291: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
16292: now does not containt 0 values. put 0 actullay removes. no check
16293: on 0 value in foreach now required
16294:
16295: 2001-11-11 paf
16296:
16297: * src/sql/pa_sql_driver.h: removed extra constructor, doc
16298:
16299: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
16300:
16301: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
16302: driver initialize not const
16303:
16304: 2001-11-10 paf
16305:
16306: * src/main/pa_exec.C: doc
16307:
16308: 2001-11-09 paf
16309:
16310: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
16311: param properly
16312:
16313: * src/classes/string.C: string.save now does untainting before
16314: saving
16315:
16316: * src/main/pa_common.C: line endings fixing fixed last piece[was
16317: still cstr oriented]
16318:
16319: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
16320: line endings fixing got rid of cstr, now must work ok with post
16321: multipart
16322:
16323: * src/types/pa_vform.C: line endings fixed at post / multipart /
16324: not file also now
16325:
16326: 2001-11-08 paf
16327:
16328: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16329: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
16330: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
16331: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
16332: main/pa_stylesheet_manager.C: restructured Cache manager to be
16333: simple parent, not second parent [gcc 2.96 strangly refused to
16334: call virtual from second parent]
16335:
16336: * src/: include/pa_common.h, main/Makefile.am,
16337: targets/cgi/pa_pool.C: makes
16338:
16339: * src/: include/pa_request.h, main/pa_request.C,
16340: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
16341: 'status' class enabler
16342:
16343: <Location /parser-status.html> ParserStatusAllowed </Location>
16344:
16345: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16346: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
16347: include/pa_stylesheet_manager.h, main/main.dsp,
16348: main/pa_cache_managers.C, main/pa_charset_manager.C,
16349: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
16350: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16351: types/pa_vstatus.h: cache_managers, maybe-expiring every request
16352: todo: apache 'status' class enabler
16353:
16354: 2001-11-05 paf
16355:
16356: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
16357: debug to normal
16358:
16359: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
16360: hence i removed skipping 0 values in hash::for_each-es we need to
16361: check cleaned cache items manually. few more checks.
16362:
16363: expiring to 0 time was wrong, changed to 'now' time
16364:
16365: * src/targets/cgi/parser3.C: read can return 0, that means sort of
16366: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
16367: on apache already done :)
16368:
16369: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
16370: skipping 0 values in hash::for_each-es we need to check cleaned
16371: cache items manually
16372:
16373: * src/main/: pa_db_connection.C, pa_db_table.C:
16374: parser_multithreaded check was wrong
16375:
16376: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16377: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16378: classes/hashfile.C, classes/image.C, classes/int.C,
16379: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16380: classes/string.C, classes/table.C, classes/void.C,
16381: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16382: include/pa_array.h, include/pa_charset_connection.h,
16383: include/pa_charset_manager.h, include/pa_common.h,
16384: include/pa_config_fixed.h, include/pa_config_includes.h,
16385: include/pa_db_connection.h, include/pa_db_manager.h,
16386: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
16387: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16388: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16389: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16390: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16391: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16392: include/pa_stack.h, include/pa_string.h,
16393: include/pa_stylesheet_connection.h,
16394: include/pa_stylesheet_manager.h, include/pa_table.h,
16395: include/pa_threads.h, include/pa_types.h, main/compile.C,
16396: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
16397: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
16398: main/pa_charset_manager.C, main/pa_common.C,
16399: main/pa_db_connection.C, main/pa_db_manager.C,
16400: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
16401: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
16402: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
16403: main/pa_socks.C, main/pa_sql_driver_manager.C,
16404: main/pa_status_provider.C, main/pa_string.C,
16405: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
16406: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16407: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16408: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16409: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16410: targets/isapi/pool_storage.h, types/pa_valiased.C,
16411: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
16412: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16413: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16414: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16415: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16416: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
16417: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16418: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
16419: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
16420: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16421: types/pa_vstateless_object.h, types/pa_vstatus.h,
16422: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
16423: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16424: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16425: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
16426: $status:db fixed used not initialized in db_connection & db_table
16427:
16428: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
16429: $status:charset
16430:
16431: * src/: classes/xdoc.C, include/pa_db_connection.h,
16432: include/pa_stylesheet_connection.h,
16433: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
16434: types/pa_vstatus.h: $status:stylesheet
16435:
16436: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
16437: include/pa_request.h, include/pa_sql_connection.h,
16438: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
16439: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
16440: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
16441: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
16442: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
16443: types/pa_vxnode.C, types/types.dsp: started status parser class
16444:
16445: 2001-11-01 paf
16446:
16447: * src/include/pa_config_auto.h.in: makes
16448:
16449: * src/main/pa_hash.C: removed old extra include
16450:
16451: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
16452: checks [for hp, there are such in math.h]
16453:
16454: * src/classes/op.C: ^for endless loop check strightened
16455:
16456: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
16457: behavior in native calls. it left unchanged, so ^for ^foreach &
16458: co can use r.root to write their i & key,value there
16459:
16460: * src/classes/op.C: detected for var storage bug, fixed.
16461: todo:foreach
16462:
16463: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
16464: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16465: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
16466: changing of hash inside of foreach
16467:
16468: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
16469: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
16470: were hash.foreach
16471:
16472: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
16473: types/pa_vstring.C, types/pa_vstring.h:
16474: ^foreach[key|value]{body}[[separator]|{separator}]
16475:
16476: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
16477: types/pa_vcookie.C: ^hash.delete[key]
16478:
16479: 2001-10-31 paf
16480:
16481: * src/main/: compile.C, pa_common.C: completely empty file now
16482: considered "read", not ignored [not perfect trick used]
16483:
16484: * src/main/pa_common.C: simplier common ifdefs
16485:
16486: * src/main/pa_common.C: typing bug in common - bad ifdeff
16487:
16488: * src/main/pa_db_connection.C: z
16489:
16490: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
16491: lockdetector flags
16492: dbenv.lk_detect=DB_LOCK_RANDOM;
16493:
16494: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
16495: from accidental show [imagine user forgot @exception]
16496:
16497: * src/classes/table.C: ^table.save[[nameless|+append;]path]
16498:
16499: * src/: classes/file.C, classes/image.C, classes/mail.C,
16500: classes/string.C, classes/xnode.C, include/pa_common.h,
16501: main/pa_common.C: ^string.save[[append;]path]
16502:
16503: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16504: main/execute.C: \ in expression: int divide 10/3=3
16505:
16506: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
16507: inside of ^cache
16508:
16509: * src/: include/pa_threads.h, main/pa_db_connection.C,
16510: main/pa_db_table.C, targets/cgi/pa_threads.C,
16511: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
16512: needed
16513:
16514: 2001-10-30 paf
16515:
16516: * src/: classes/classes.dsp, main/main.dsp,
16517: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16518: types/types.dsp: enabled debug incremental compile
16519:
16520: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
16521: form post data line endings not reformatted now.
16522:
16523: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
16524: now required [had bug when file= has no value]
16525:
16526: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
16527: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
16528: cstr(asis) default param removed
16529:
16530: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
16531:
16532: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
16533:
16534: * src/include/pa_dir.h: LOAD_DIR fixed
16535:
16536: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
16537: was broken} fix_line_breaks
16538:
16539: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
16540: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
16541: packed with #pragma pack
16542:
16543: * src/include/pa_config_auto.h.in: pragma detection
16544:
16545: 2001-10-29 paf
16546:
16547: * src/types/pa_wcontext.h: bitfield syntax stricter
16548:
16549: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
16550: string hash.puts
16551:
16552: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
16553:
16554: * src/include/pa_sql_connection.h: there were one wrong
16555: SQL_CONNECTION_FUNC_GUARDED [failed]
16556:
16557: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
16558: param.someday either ifdef or remove it
16559:
16560: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
16561:
16562: * src/main/untaint.C: optimizing returned after debugging
16563:
16564: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
16565: main/untaint.C: memory hunging #pragma pack(1)
16566:
16567: 16 419 844 13 169 394
16568:
16569: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
16570: targets/cgi/pa_pool.C: String size_t replace to uint in proper
16571: places [todo:Array]
16572:
16573: * src/: main/execute.C, targets/cgi/pa_pool.C,
16574: targets/cgi/parser3.dsp, types/pa_wcontext.h,
16575: types/pa_wwrapper.h: debugging memory WContext flags to bits
16576:
16577: total 5 652 652/158731 total 5 469 332/158731
16578:
16579: * src/: include/pa_array.h, main/pa_array.C: debugging memory
16580: Array:: without cache in get/put now
16581:
16582: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
16583: 18:25:27 2001] total 5 652 652/158731
16584:
16585: * src/: include/pa_string.h, main/pa_string.C,
16586: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
16587: now
16588:
16589: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
16590: 18:11:53 2001] total 5796092/158731
16591:
16592: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
16593: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
16594: key ref now
16595:
16596: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
16597: 17:11:17 2001] total 16867948/202658
16598:
16599: * src/: classes/file.C, classes/image.C, classes/string.C,
16600: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
16601: main/execute.C, main/pa_array.C, main/pa_common.C,
16602: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
16603: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
16604: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
16605: string::as_int/double now usually uses stack, not heap [200K out
16606: of 17M :)] VString(String&) not copies reference [29M -> 17M]
16607:
16608: * src/main/pa_sql_driver_manager.C: ping to have services [old
16609: hiding bug]
16610:
16611: * src/Makefile.am: .am order
16612:
16613: * src/: include/pa_array.h, include/pa_charset_manager.h,
16614: include/pa_db_connection.h, include/pa_db_manager.h,
16615: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
16616: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
16617: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
16618: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
16619: required "friend class"
16620:
16621: ../include/pa_request.h:51: friend declaration requires
16622: class-key, i.e. `friend class Temp_lang'
16623:
16624: * src/: include/pa_exception.h, include/pa_sql_connection.h,
16625: main/pa_exception.C, main/pa_sql_driver_manager.C,
16626: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
16627:
16628: the idea is to #1 jump to C++ some function to main body, where
16629: every function stack frame has exception unwind information and
16630: from there... #2 propagate_exception()
16631:
16632: 2001-10-28 paf
16633:
16634: * src/main/pa_db_connection.C: removed old consts
16635:
16636: * src/main/pa_db_connection.C: expire table [was accidently pasted
16637: with wrong type/cast]
16638:
16639: * src/main/: pa_db_connection.C, pa_db_table.C: exception
16640: translation
16641:
16642: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
16643: remember to build DB2 with -fexceptions!!!
16644:
16645: * src/main/pa_db_table.C: DB_RMW defed
16646:
16647: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
16648: include/pa_db_connection.h, include/pa_db_manager.h,
16649: include/pa_db_table.h, main/pa_db_connection.C,
16650: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
16651:
16652: 2001-10-27 paf
16653:
16654: * src/: classes/hashfile.C, include/pa_db_connection.h,
16655: include/pa_db_table.h, main/pa_db_connection.C,
16656: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
16657: types/pa_vhashfile.C: DB2 ifdefs
16658:
16659: * src/: classes/Makefile.am, include/pa_config_fixed.h,
16660: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
16661: makes with DB2
16662:
16663: * src/: include/pa_config_auto.h.in, main/Makefile.am,
16664: types/Makefile.am: makes db
16665:
16666: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
16667: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
16668: globals.C
16669:
16670: * src/: classes/hashfile.C, include/pa_db_connection.h,
16671: include/pa_db_table.h, main/pa_db_connection.C,
16672: main/pa_db_table.C: ^hashfile.clear[]
16673:
16674: * src/classes/classes.awk: no $ in var names
16675:
16676: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
16677: connection&table [forgotten calls]
16678:
16679: 2001-10-26 paf
16680:
16681: * src/main/pa_db_connection.C: db checkpoints
16682:
16683: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
16684: checkpoints
16685:
16686: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
16687: default. but entities still reparsed. todo: tothink
16688:
16689: * src/main/pa_db_connection.C: db recover mech 2
16690:
16691: * src/: classes/hashfile.C, include/pa_db_connection.h,
16692: include/pa_db_manager.h, include/pa_db_table.h,
16693: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
16694: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
16695: types/pa_vhashfile.h: db connections & tables now cached at
16696: create time & multithreaded
16697:
16698: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
16699: parsed_source
16700:
16701: * src/main/pa_db_connection.C: about to remove connection from
16702: vhashfile
16703:
16704: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
16705: transaction commit/rollback responsibility left to parent [as it
16706: sould - else there were a bug with double free]
16707:
16708: * src/include/pa_db_table.h: db: child transaction commit/rollback
16709: responsibility left to parent [as it sould - else there were a
16710: bug with double free]
16711:
16712: 2001-10-25 paf
16713:
16714: * src/: classes/hashfile.C, include/pa_common.h,
16715: include/pa_db_connection.h, include/pa_db_manager.h,
16716: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
16717: types/pa_vhashfile.C, types/pa_vhashfile.h,
16718: include/pa_db_table.h, main/pa_db_table.C: started db_home
16719: [multiple, cached] todo: autorecover [tried, but not succeded,
16720: yet]
16721:
16722: * src/include/pa_dir.h: ancient gpf on dir not found fixed
16723:
16724: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
16725: transaction parent passed
16726:
16727: 2001-10-24 parser
16728:
16729: * src/classes/Makefile.am: makes
16730:
16731: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
16732: isapi/pool_storage.h: pool_storage fixed
16733:
16734: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
16735: types/pa_vform.h: form fix_line_breaks
16736:
16737: * src/targets/cgi/pool_storage.h: makes
16738:
16739: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
16740: targets/cgi/pool_storage.h: makes
16741:
16742: * src/sql/pa_sql_driver.h: version
16743:
16744: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
16745: types/pa_vform.C, types/pa_vform.h: .am
16746:
16747: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
16748: this: DB_RMW Acquire write locks instead of read locks when doing
16749: the retrieval. Setting this flag may decrease the likelihood of
16750: deadlock during a read-modify-write cycle by immediately
16751: acquiring the write lock during the read part of the cycle so
16752: that another thread of control acquiring a read lock for the same
16753: item, in its own read-modify-write cycle, will not result in
16754: deadlock
16755:
16756: * src/targets/isapi/parser3isapi.dsp: doc
16757:
16758: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
16759:
16760: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
16761:
16762: * src/: classes/hashfile.C, include/pa_db_connection.h,
16763: main/pa_db_connection.C: hashfile expired deleted from db when
16764: get & iterate
16765:
16766: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
16767: expiring 1
16768:
16769: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
16770:
16771: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
16772: db_connection not bothers with key when not returning expired
16773: data
16774:
16775: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
16776: types/pa_vhashfile.C: db_cursor constructor public now
16777:
16778: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
16779: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
16780: stamped, todo: put_element analize
16781:
16782: * src/: include/pa_db_connection.h, include/pa_string.h,
16783: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
16784: serialize. todo stamp
16785:
16786: 2001-10-23 parser
16787:
16788: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
16789: classes/image.C, classes/mail.C, classes/response.C,
16790: classes/string.C, classes/table.C, classes/xdoc.C,
16791: include/pa_config_fixed.h, include/pa_db_connection.h,
16792: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
16793: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
16794: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
16795: types/pa_vtable.C: ^hashfile.hash[]
16796:
16797: * src/: classes/hashfile.C, classes/xdoc.C,
16798: include/pa_config_fixed.h, main/pa_db_manager.C,
16799: main/pa_globals.C: ifdefs so it compiled without db
16800:
16801: * src/: classes/hashfile.C, include/pa_db_connection.h,
16802: include/pa_db_manager.h, main/pa_db_connection.C,
16803: main/pa_db_manager.C, types/pa_vhashfile.h:
16804: ^hashfile.transaction{code} ^hashfile:clear[filename]
16805: ^hashfile.delete[key]
16806:
16807: 2001-10-22 parser
16808:
16809: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
16810: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
16811:
16812: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
16813: classes/xnode.C, include/pa_charset_connection.h,
16814: include/pa_db_connection.h, include/pa_db_manager.h,
16815: include/pa_exception.h, include/pa_sapi.h,
16816: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16817: include/pa_stylesheet_connection.h,
16818: include/pa_stylesheet_manager.h,
16819: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
16820: main/pa_db_connection.C, main/pa_db_manager.C,
16821: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
16822: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16823: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
16824: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
16825: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
16826: types/types.dsp: hashfile 0
16827:
16828: * src/types/pa_vhashfile.C: z
16829:
16830: * src/: classes/classes.dsp, classes/hashfile.C,
16831: include/pa_config_fixed.h, main/execute.C,
16832: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
16833: types/pa_vhashfile.h, types/types.dsp: hashfile -100
16834:
16835: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
16836:
16837: * src/: include/pa_exception.h, include/pa_request.h,
16838: main/execute.C, main/pa_exception.C, main/pa_request.C,
16839: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16840: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
16841:
16842: 2001-10-19 parser
16843:
16844: * src/include/pa_pool.h: header
16845:
16846: * src/main/pa_pool.C: auto compiled on gcc
16847:
16848: * src/classes/image.C: comment
16849:
16850: * src/: include/pa_pool.h, main/pa_common.C: makes
16851:
16852: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16853: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16854: types/pa_vxnode.h: xnode clone got freed
16855:
16856: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
16857: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
16858: can free up xalandomstring resulting from pool::transcode
16859:
16860: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
16861: include/pa_config_fixed.h, include/pa_exception.h,
16862: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
16863: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
16864: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
16865: to c++ exceptions 1xml configure fixed to exclude xalan-patch
16866: from non-xml compile
16867:
16868: * src/main/pa_request.C: pool:: context - get_context
16869:
16870: * src/: classes/classes.h, classes/date.C, classes/double.C,
16871: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
16872: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
16873: classes/string.C, classes/table.C, classes/void.C,
16874: include/pa_config_fixed.h, include/pa_exception.h,
16875: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
16876: main/compile.C, main/compile_tools.C, main/execute.C,
16877: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
16878: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
16879: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16880: main/pa_string.C, main/pa_table.C, main/untaint.C,
16881: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
16882: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
16883: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
16884: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
16885: types/pa_vstateless_class.h, types/pa_vtable.C,
16886: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
16887: exceptions 0
16888:
16889: * src/classes/classes.awk: $ removed
16890:
16891: 2001-10-18 parser
16892:
16893: * src/types/pa_vcookie.C: cookie:CLASS
16894:
16895: * src/main/main.dsp: project
16896:
16897: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
16898: set_document & ctor question "who owns document" solved
16899:
16900: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
16901:
16902: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
16903: main/pa_pool.C: encoding in dom creating funcs
16904:
16905: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
16906: be transformed now
16907:
16908: * src/classes/xdoc.C: dom created by create can be transformed now
16909:
16910: * src/classes/xdoc.C: z
16911:
16912: * src/classes/xdoc.C: comment
16913:
16914: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
16915: create now uses XercesDocumentBridge, appendChild&co now works
16916:
16917: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
16918: @ recompile
16919:
16920: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
16921: $origin @exception[
16922:
16923: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
16924: tag names forced to XML lang
16925:
16926: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
16927: leechy-found bugs in code&doc fixed
16928:
16929: 2001-10-17 parser
16930:
16931: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
16932: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
16933: n functionality preserved
16934:
16935: * src/types/pa_vimage.h: removed unused vimage::save
16936:
16937: 2001-10-16 parser
16938:
16939: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
16940:
16941: * src/classes/: xnode.C: removed few dom returns & changed op.txt
16942:
16943: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
16944:
16945: * src/classes/image.C: image.copy tolerance
16946:
16947: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
16948: ineffective, but works for small paleted image
16949:
16950: * src/types/pa_vimage.C: comment
16951:
16952: * src/classes/image.C: gd size/resize bugfix
16953:
16954: * src/: classes/classes.dsp, main/main.dsp,
16955: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16956: types/types.dsp: ident >nul 2>&1
16957:
16958: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
16959: systems
16960:
16961: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
16962: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
16963:
16964: 2001-10-15 parser
16965:
16966: * src/main/execute.C: z
16967:
16968: * src/classes/: xdoc.C: !::create{qualifiedName}
16969:
16970: * src/types/pa_vxnode.C: document_type_node.
16971: !readonly attribute DOMString name
16972: !notation_node.
16973: !readonly attribute DOMString publicId
16974: !readonly attribute DOMString systemId
16975:
16976: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
16977: ::write badly passed string too transparently [failed to
16978: intercept it]
16979:
16980: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
16981: include/pa_request.h, main/pa_sql_driver_manager.C,
16982: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16983: types/pa_vxnode.h: DOM1 major addtion, only few
16984: attributes/methods left
16985:
16986: 2001-10-13 parser
16987:
16988: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
16989: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
16990: in main handler
16991:
16992: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
16993: cleanups & frees order
16994:
16995: * src/types/pa_vcode_frame.h: couple comments
16996:
16997: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
16998: transparent enough to handle hash if creation&passing
16999:
17000: * src/: include/pa_config_fixed.h, main/execute.C,
17001: main/pa_exception.C: noticed that vcodeframe not transparent
17002: enough, would change now
17003:
17004: 2001-10-12 parser
17005:
17006: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
17007: fixed. initialization&free on each thread!
17008:
17009: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
17010: handling changed: now type of default param analized always, not
17011: only at problem time, thus helping early problem spotting
17012:
17013: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
17014: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
17015: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
17016: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
17017: multithread bug fixed. initialization&free on each thread!
17018:
17019: 2001-10-11 parser
17020:
17021: * src/classes/xnode.C: xnode.selectSingle now
17022:
17023: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
17024: include/pa_pool.h, include/pa_stylesheet_connection.h,
17025: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
17026: convertors out of Pool into Exception
17027:
17028: * src/main/pa_string.C: const
17029:
17030: * src/: include/pa_string.h, main/pa_string.C: restructured string:
17031: linked pieces of same language together prior to String::replace
17032:
17033: * src/classes/hash.C: !^hash.add[addme]
17034: !^hash.sub[subme]
17035: !^a.union[b] = new
17036: !^a.intersection[b] = new
17037: !^a.intersects[b] = bool
17038:
17039: * src/classes/hash.C: !^hash::append[append_from]
17040:
17041: * src/: classes/hash.C, types/pa_vhash.h:
17042: !^hash::create[[copy_from]]
17043:
17044: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
17045: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
17046: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
17047: fixed. got rid of empty_string, which caused errors - it hasnt
17048: exception but somebody[value.bark] tried to throw it on it's pool
17049:
17050: * src/include/pa_config_auto.h.in: makes
17051:
17052: 2001-10-10 parser
17053:
17054: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
17055:
17056: * src/main/: compile.tab.C, compile.y: ^a[
17057:
17058: @next_method << now unclosed ] would be reported here
17059:
17060: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
17061: compile error
17062:
17063: 2001-10-09 parser
17064:
17065: * src/: classes/Makefile.am, main/Makefile.am,
17066: targets/cgi/Makefile.am, types/Makefile.am: makes
17067:
17068: * src/classes/Makefile.am: makes
17069:
17070: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
17071: win32 errors intercepted [xalan transformer patched and
17072: incorporated]
17073:
17074: * src/: classes/classes.dsp, classes/xdoc.C,
17075: include/pa_stylesheet_connection.h, main/main.dsp,
17076: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17077: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
17078: patches starting
17079:
17080: * src/classes/: string.C, table.C: ^string.save[file]
17081:
17082: * src/classes/: date.C, table.C: calendar moved to date
17083:
17084: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
17085: string/table] now
17086:
17087: * src/classes/: op.C, table.C: z
17088:
17089: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
17090: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
17091: types/pa_vxnode.h: table:menu & op for delims made allowed not to
17092: be code [be string..]
17093:
17094: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
17095: table.C: lots of
17096: params->as_int/double/as_string/as_junction/as_no_junction
17097: messages added
17098:
17099: 2001-10-08 parser
17100:
17101: * src/: classes/date.C, classes/image.C, classes/string.C,
17102: classes/table.C, classes/void.C, include/pa_request.h:
17103: params->as_int/double message added
17104:
17105: * src/classes/image.C: image:circle [and round arc] uses Bresenham
17106:
17107: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
17108: image:sector removed image:html internal "line-*" attribs
17109:
17110: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
17111: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
17112:
17113: * src/types/pa_vcookie.C: removing cookie made more netscape-like
17114: way
17115:
17116: * src/: classes/file.C, classes/form.C, main/pa_common.C,
17117: main/untaint.C: header untainting to UL_HTTP_HEADER,
17118: UL_MAIL_HEADER made nonforced [only tainted pieces]
17119:
17120: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
17121: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
17122: @ SAPI::log
17123:
17124: * src/main/untaint.C: \r to ' ' in origins mode
17125:
17126: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
17127: set]
17128:
17129: * src/: classes/xdoc.C, include/pa_config_fixed.h,
17130: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
17131: nonstandard liaison freed up
17132:
17133: 2001-10-07 parser
17134:
17135: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
17136: project
17137:
17138: 2001-10-05 parser
17139:
17140: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
17141: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
17142: from outputing to cerr. lots of "todos"
17143:
17144: * src/main/untaint.C: http_header tainting more gentle with
17145: enquoting now
17146:
17147: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
17148: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
17149: xml errorhandler. fixed string.replace a little, read @test
17150:
17151: * src/main/pa_string.C: found replace bug - first_that_starts(char
17152: *) does not have limit, and looks further eos, fixing....
17153:
17154: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
17155:
17156: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
17157:
17158: * src/main/: pa_charset_connection.C: ctype another mem clear
17159: bugfix
17160:
17161: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
17162: $result[^[$p^]z] now works fine
17163:
17164: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
17165: wrong. fixed it
17166:
17167: * src/main/pa_charset_connection.C: unicode zero pair at the beging
17168: of totable appered to be vital
17169:
17170: 2001-10-04 parser
17171:
17172: * src/classes/image.C: ^image.length[text]
17173:
17174: 2001-10-03 parser
17175:
17176: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
17177:
17178: * src/main/pa_request.C: restored pcre defaulting in request
17179: [mindlessly "optimized" yesterday] comment left
17180:
17181: 2001-10-02 parser
17182:
17183: * src/: main/pa_charset_manager.C,
17184: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
17185: needed
17186:
17187: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
17188: forgot non-xml pool.*charset needed
17189:
17190: * src/classes/table.C: # config comments fixed
17191:
17192: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
17193: charset_connection #comment now
17194:
17195: * src/: classes/classes.dsp, types/types.dsp: release projects
17196: options fixed to use release msvcrt lib
17197:
17198: * src/main/pa_charset_connection.C: pcre tables now const inside
17199: removed default - pcre handles that internally fixed bug on
17200: not-cleaning tables [previously was calloced, now member]
17201:
17202: * src/: include/pa_request.h, main/pa_charset_connection.C,
17203: main/pa_request.C, types/pa_vstring.h: pcre tables now const
17204: inside removed default - pcre handles that internally fixed bug
17205: on not-cleaning tables [previously was calloced, now member]
17206:
17207: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
17208: tested charset reload on file change @ apache version = OK tested
17209: freeing up prev encoding on adding new = OK
17210:
17211: 2001-10-01 parser
17212:
17213: * src/main/pa_charset_connection.C: removed entitify external hack
17214: [internal installed]
17215:
17216: * src/main/Makefile.am: makes+removed dtd
17217:
17218: * src/: include/pa_charset_connection.h,
17219: include/pa_charset_manager.h,
17220: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17221: main/pa_charset_connection.C, main/pa_charset_manager.C,
17222: main/pa_request.C: charset loading & caching mech 0
17223:
17224: * src/: include/pa_stylesheet_connection.h,
17225: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17226: main/pa_globals.C, main/pa_request.C: would make charset loading
17227: & caching mech now
17228:
17229: 2001-09-30 parser
17230:
17231: * src/main/pa_request.C: forgot to fill toTable
17232:
17233: * src/: include/pa_config_fixed.h, main/pa_request.C: started
17234: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
17235: failed on win32 for now..
17236:
17237: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
17238: now charsets table configuration variable is: CHARSETS
17239:
17240: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
17241: ctype with unicode 1. todo: no П entities on output somehow
17242:
17243: * src/: classes/file.C, classes/op.C, classes/string.C,
17244: include/pa_request.h, main/pa_request.C: started ctype with
17245: unicode values
17246:
17247: 2001-09-28 parser
17248:
17249: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
17250: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
17251: string passed AS-IS now
17252:
17253: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
17254: way of user-configuring... todo: implement
17255:
17256: 2001-09-27 parser
17257:
17258: * src/classes/table.C: table.sort changed to sort table itself
17259:
17260: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
17261: X^.getElementsByTagName[tagname] = array of xnode
17262: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
17263: nodes removed - regretfully not supported @ xalan. maybe someday
17264: would reimplement, if needed.
17265:
17266: win32build system: solved long waiting anti-non-started-apache
17267: problem
17268:
17269: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
17270: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17271: types/types.dsp: win32 ident make system so not to rebuild
17272: library [ident.C.new]
17273:
17274: 2001-09-26 parser
17275:
17276: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
17277: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
17278: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17279: types/pa_vxnode.C, types/types.dsp: z
17280:
17281: * src/classes/classes.C: forgot one non-xml check
17282:
17283: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
17284: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
17285:
17286: * src/targets/cgi/parser3.C: z
17287:
17288: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
17289: targets/isapi/parser3isapi.C: #ifdef SMTP
17290:
17291: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
17292: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17293: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
17294: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
17295: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17296: types/types.dsp: xdoc&xnode now
17297:
17298: * src/: classes/classes.C, classes/classes.awk,
17299: classes/classes.dsp, classes/classes.h, classes/date.C,
17300: classes/dnode.C, classes/dnode.h, classes/dom.C,
17301: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17302: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17303: classes/op.C, classes/response.C, classes/string.C,
17304: classes/table.C, classes/void.C, include/pa_array.h,
17305: include/pa_common.h, include/pa_config_fixed.h,
17306: include/pa_config_includes.h, include/pa_dictionary.h,
17307: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17308: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
17309: include/pa_socks.h, include/pa_sql_connection.h,
17310: include/pa_sql_driver_manager.h, include/pa_stack.h,
17311: include/pa_string.h, include/pa_stylesheet_connection.h,
17312: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
17313: include/pa_xslt_stylesheet_manager.h, main/compile.C,
17314: main/compile.y, main/compile_tools.C, main/compile_tools.h,
17315: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
17316: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17317: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17318: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17319: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
17320: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
17321: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17322: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17323: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
17324: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17325: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
17326: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17327: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17328: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17329: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
17330: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
17331: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17332: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
17333: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17334: types/pa_vmethod_frame.h, types/pa_vobject.h,
17335: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
17336: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17337: types/pa_vstateless_object.h, types/pa_vstring.C,
17338: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17339: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
17340: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
17341: main.dsp splitted to main+classes+types along to .am
17342:
17343: * src/classes/Makefile.am: removed useless var
17344:
17345: * src/: classes/classes.cmd, main/main.dsp,
17346: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
17347: main.dsp
17348:
17349: 2001-09-25 parser
17350:
17351: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
17352: 1251 though, todo ICU
17353:
17354: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
17355: include/pa_stylesheet_connection.h, main/Makefile.am,
17356: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
17357: types/pa_vdom.h: xml configure makes
17358:
17359: 2001-09-24 parser
17360:
17361: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
17362: types/Makefile.am: makes
17363:
17364: * src/targets/cgi/Makefile.am: makefiles
17365:
17366: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
17367: started unix makes update
17368:
17369: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
17370: started unix makes update
17371:
17372: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
17373:
17374: * src/types/pa_value.h: z
17375:
17376: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
17377: bugs with usinge hash/table in expressions
17378:
17379: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
17380: resolved conflicts fixed [const]
17381:
17382: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
17383: classes/table.C, include/pa_request.h, include/pa_sapi.h,
17384: main/compile.C, main/compile.tab.C, main/compile.y,
17385: main/compile_tools.h, main/main.dsp, main/pa_common.C,
17386: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17387: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
17388: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
17389: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17390: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
17391: with before_xml [merge2 actually didn't happen - i've created
17392: tags on wrong branch. so this merge is in fact re-merge]
17393:
17394: 2001-09-21 parser
17395:
17396: * src/: main/main.dsp, targets/cgi/parser3.dsp,
17397: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
17398: produced "" in make file and sadly wrong interpreted on load]
17399:
17400: * src/: classes/classes.h, classes/hash.C, classes/op.C,
17401: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
17402: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
17403: include/pa_sql_driver_manager.h, include/pa_string.h,
17404: main/compile.tab.C, main/main.dsp, main/pa_common.C,
17405: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
17406: targets/isapi/parser3isapi.dsp: merged with before_xml
17407:
17408: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
17409: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
17410: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
17411: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
17412: main/pa_pool.C, main/pa_request.C,
17413: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
17414: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
17415: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17416: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
17417: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
17418: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
17419: types/pa_vrequest.C, types/pa_vresponse.h,
17420: types/pa_vstateless_class.C, types/pa_vstring.C,
17421: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
17422: created new projects for sql drivers [planning to remove sql
17423: drivers from main cvs project] first, will join latest changes
17424:
17425: * src/classes/: dom.C: defaulted dom writing methods encoding to
17426: pool.get_charset
17427:
17428: * src/classes/dom.C: defaulted dom writing methods encoding to
17429: pool.get_charset
17430:
17431: * src/include/pa_pool.h: defaulted dom writing methods encoding to
17432: pool.get_charset
17433:
17434: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
17435: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
17436: methods encoding to pool.get_charset
17437:
17438: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
17439: transcoder were created right "unsupported encoding" message.
17440: not @ set time, but @ use time, so until xml output functions
17441: .string, .file, .save used - no encoding name check occur
17442:
17443: reduced transcode buffer size to 60 fixed pool cleanup - no
17444: registration needed, pools are officially destructured
17445:
17446: 2001-09-20 parser
17447:
17448: * src/classes/image.C: 20K preload on jpg measure [image::measure]
17449:
17450: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
17451: $MAIN:DEFAULTS.content-type[$.charset[here]]
17452:
17453: * src/: classes/dnode.C, classes/dom.C,
17454: include/pa_config_includes.h, include/pa_globals.h,
17455: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
17456: main/pa_pool.C, targets/cgi/parser3.dsp,
17457: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17458: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
17459: Pool::transcode 0
17460:
17461: * src/classes/dom.C: dom. string save file moved output xml options
17462: to last param and made it optional
17463:
17464: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
17465: dnodes
17466: !$attributenode.specified = boolean
17467: true if the attribute received its value explicitly
17468: in the XML document,
17469: or if a value was assigned programatically with the
17470: setValue function.
17471: false if the attribute value came from the default value
17472: declared in the document's DTD.
17473: !$pinode.target = target of this processing instruction
17474: XML defines this as being the first token following the
17475: markup
17476: that begins the processing instruction.
17477: XPath:
17478: !^node.select[xpath/query/expression] = hash of 0->node0
17479: 1->node1
17480: !^node.select-single[xpath/query/expression] = first node if
17481: any
17482:
17483: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
17484: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
17485: some 'const's added
17486:
17487: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
17488: expression context now, there value = size and boolean value
17489: size!=0
17490:
17491: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
17492: can be used in expression context now, there value = size and
17493: boolean value size!=0
17494:
17495: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
17496: types/pa_vstring.h: dnode .file .string .save moved back to dom
17497: due to strange xalan bug
17498:
17499: 2001-09-18 parser
17500:
17501: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
17502: classes/image.C, classes/op.C, classes/table.C,
17503: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
17504: include/pa_sql_driver_manager.h, main/compile.C,
17505: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17506: main/execute.C, main/pa_common.C, main/pa_request.C,
17507: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
17508: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17509: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
17510: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17511: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
17512: before_xml branch ^if(def $hash) now true only when
17513: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
17514:
17515: * src/: classes/op.C, main/execute.C: operators self changed to
17516: root ^for variable context changed to self
17517:
17518: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
17519: dnode 1
17520:
17521: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
17522: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
17523:
17524: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
17525: poly* fixed
17526:
17527: 2001-09-17 parser
17528:
17529: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
17530: types/pa_vdom.h: started dnode+dom
17531:
17532: dnode DOM methods: $node.name $node.value
17533: ...others...
17534:
17535: ^node.xpath[/rates/USD] = hash
17536: $hash[
17537: $.0[node0]
17538: $.1[node1]
17539: ]
17540:
17541: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
17542: applies to all linear primitives
17543:
17544: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
17545: include/pa_stylesheet_connection.h, main/main.dsp,
17546: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
17547: types/pa_vimage.h: started dnode DOM: $node.name
17548: $node.value ...others... ^node.xpath[/rates/USD] = hash
17549: dom(dnode)
17550:
17551: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
17552: main/compile.y, main/compile_tools.h, main/execute.C,
17553: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
17554: in expression compound($aa.zz.xx) names now can have minus '-' in
17555: name after '.'
17556:
17557: 2001-09-15 parser
17558:
17559: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
17560: image: $line-width ^line(...)[**** style]
17561:
17562: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
17563: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
17564: pool_storage - cleanups first, allocations second. apache wisely
17565: does just like that
17566:
17567: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
17568: rewritten using template, no bugs now
17569:
17570: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
17571: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
17572: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
17573: poorly started isapi pool_storage, would rewrite using template
17574: now
17575:
17576: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
17577: include/pa_stylesheet_connection.h, main/main.dsp,
17578: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
17579: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
17580: xalan objects freed up [introducing Pool::register_cleanup]
17581:
17582: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
17583: comments
17584:
17585: 2001-09-14 parser
17586:
17587: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
17588: z
17589:
17590: * src/: classes/dom.C, classes/file.C, classes/image.C,
17591: classes/mail.C, include/pa_common.h,
17592: include/pa_sql_driver_manager.h, include/pa_string.h,
17593: include/pa_stylesheet_connection.h,
17594: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17595: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
17596: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
17597: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
17598: compiled&cached
17599:
17600: 2001-09-13 parser
17601:
17602: * src/: classes/dom.C, classes/file.C, classes/image.C,
17603: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
17604:
17605: * src/classes/dom.C: dom:file content-type(.method)
17606:
17607: * src/: include/pa_common.h, include/pa_globals.h,
17608: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
17609: string now more informative error messages
17610:
17611: * src/: include/pa_globals.h, include/pa_request.h,
17612: main/pa_request.C, targets/cgi/parser3.C,
17613: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
17614: ParserSiteConfig .../parser3.conf
17615:
17616: cgi&isapi looks for {configure|c:\windows}/parser3.conf
17617:
17618: 2001-09-12 parser
17619:
17620: * src/: classes/op.C, include/pa_sql_driver_manager.h,
17621: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
17622: precise error reporting: "connection string must start with
17623: protocol://" now
17624:
17625: * src/main/compile.tab.C: fixed - subname code parts actually []
17626: braced
17627:
17628: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
17629: lexer on LS_USER level did [] matching without setting nestage,
17630: introduced special LS_NAME_SQUARE_PART state
17631:
17632: 2001-09-11 parser
17633:
17634: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
17635: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
17636: languages+=xml
17637:
17638: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
17639:
17640: * src/classes/dom.C: ^dom:save/string/file[output options] output
17641: options: $.method[xml|html|text] detection fixed
17642:
17643: * src/types/pa_vdom.h: messages
17644:
17645: * src/classes/dom.C: ^dom:save/string/file[output options] output
17646: options: $.method[xml|html|text] detection fixed
17647:
17648: 2001-09-10 parser
17649:
17650: * src/classes/dom.C: ^dom:save/string/file[output options] output
17651: options: $.method[xml|html|text] $.encoding[windows-1251|...]
17652:
17653: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
17654: added]
17655:
17656: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
17657: ^dom.xslt[stylesheet filename] 0
17658:
17659: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
17660: ^dom.xslt[stylesheet filename] -1 doc is lying
17661:
17662: * src/classes/dom.C: ^dom.file[encoding] = file
17663:
17664: * src/classes/: dom.C: ^dom.string[encoding] 1
17665: ^dom.save[encoding;filename]
17666:
17667: * src/classes/dom.C: ^dom.string[] 0
17668:
17669: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
17670:
17671: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
17672: types/pa_vform.h: ^dom.save[b.xml] 0
17673:
17674: 2001-09-08 parser
17675:
17676: * src/types/pa_vform.C: $form:tables.name.field
17677:
17678: 2001-09-07 parser
17679:
17680: * src/classes/table.C: table:empty removed, superceded by ^if(def
17681: $table)...
17682:
17683: * src/targets/cgi/parser3.C: z
17684:
17685: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
17686: from '' to int/double is 0]
17687:
17688: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
17689: $table) is false when table is empty
17690:
17691: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
17692: !$form:tables $atable[$form:tables.a]
17693: ^atable.menu{a=$atable.element}[,]
17694:
17695: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
17696: types/pa_vform.h, types/pa_vhash.h: !$form:fields
17697:
17698: * src/: classes/dom.C, classes/table.C, main/main.dsp,
17699: types/pa_vdom.h, types/pa_vform.C: merged with successful start
17700: of dom
17701:
17702: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
17703: types/pa_vform.C, types/pa_vform.h: z
17704:
17705: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
17706: element [not last]
17707:
17708: * src/: classes/dom.C, classes/table.C, main/main.dsp,
17709: types/pa_vdom.h: introducing dom. dom:load[a.xml]
17710:
17711: 2001-09-06 parser
17712:
17713: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
17714: table with one column 'element' and two rows: 1 and 2
17715:
17716: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
17717: table with one column 'element' and two rows: 1 and 2
17718:
17719: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
17720: bad int/double conversions, and now $form:nonexistent.int(88)
17721: would return 88
17722:
17723: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
17724: types/pa_vhash.h: now there's special hash key '_default'
17725: [instead of ^_default method] $hash[ $.a[1] $.b[2]
17726: $._default[xx] ] $hash.c
17727:
17728: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
17729: fixed [thanks, fif], ^; were treated there non-literally
17730:
17731: * src/doc/doxygen.cfg: merged new default options from 1.2.10
17732: doxygen
17733:
17734: * src/: classes/image.C, classes/op.C, classes/string.C,
17735: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
17736: types/pa_vtable.C: few #ifndef DOXYGEN
17737:
17738: 2001-09-05 parser
17739:
17740: * src/classes/: string.C, table.C: sql options can be void [same as
17741: image:html the other day]
17742:
17743: * src/targets/cgi/Makefile.am: .am undo
17744:
17745: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
17746: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
17747: macro expantion on param, simply qoutes whatever passed, undone
17748:
17749: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
17750: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
17751: STRINGIZE(name) #name invented
17752:
17753: * src/: classes/op.C, include/pa_sql_driver_manager.h,
17754: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
17755: MAIN_SQL_DRIVERS_NAME "drivers"
17756:
17757: moved to be availible to all users
17758:
17759: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
17760: SQL_DRIVER_CREATE_FUNC_NAME
17761:
17762: * src/classes/mail.C: MAIN:MAIL check fixed
17763:
17764: 2001-09-04 parser
17765:
17766: * src/classes/image.C: image.html now can accept void params
17767:
17768: * src/targets/isapi/parser3isapi.C: z
17769:
17770: * src/targets/cgi/parser3.C: full_file_spec bug
17771:
17772: * src/targets/cgi/parser3.C: getenvcheck
17773:
17774: * src/targets/cgi/parser3.C: zz
17775:
17776: * src/targets/cgi/parser3.C: zzz
17777:
17778: * src/classes/date.C: date
17779:
17780: * src/classes/date.C: date:sql-string is now without ''
17781:
17782: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
17783: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
17784: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
17785:
17786: * src/include/pa_config_auto.h.in: makes
17787:
17788: 2001-09-03 parser
17789:
17790: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
17791:
17792: 2001-09-01 parser
17793:
17794: * src/classes/image.C: letter_spacing
17795:
17796: * src/classes/image.C: image: font params changed
17797:
17798: * src/classes/image.C: image: as_int as_string used
17799:
17800: * src/types/pa_vmethod_frame.h: $result[] now gets properly
17801: analized
17802:
17803: 2001-08-31 parser
17804:
17805: * src/targets/cgi/parser3.C: z
17806:
17807: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
17808: cygwin
17809:
17810: * src/classes/void.C: void:int/double += (default)
17811:
17812: * src/classes/image.C: image:font added space param image:font
17813: changed charwidth alg, added kerning const[for now]
17814:
17815: * src/classes/: string.C, table.C: string:int/double (defaults)
17816:
17817: 2001-08-29 parser
17818:
17819: * src/main/pa_exception.C: exception redundant debug info
17820:
17821: 2001-08-28 parser
17822:
17823: * src/classes/image.C: image error msgs
17824:
17825: * src/classes/image.C: image: gifsize little endian
17826:
17827: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
17828: doxygeneration
17829:
17830: * src/: classes/Makefile.am, main/Makefile.am,
17831: targets/cgi/Makefile.am, types/Makefile.am: .am-s
17832:
17833: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
17834: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
17835:
17836: * src/main/compile.C: NO_STRING_ORIGIN check2
17837:
17838: * src/classes/table.C: NO_STRING_ORIGIN check
17839:
17840: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
17841: storage class specifiers invalid in friend function declarations
17842:
17843: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
17844: main/untaint.C, targets/cgi/parser3.C,
17845: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
17846: case of limit
17847:
17848: * src/: classes/file.C, main/pa_common.C: file:move
17849: autocreate/remove dest/src dir
17850:
17851: * src/: classes/string.C, include/pa_dictionary.h,
17852: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
17853: main/untaint.C: pa_directory speeded up. moved zero 'from' check
17854: to directory constructor. string:replace
17855:
17856: 2001-08-27 parser
17857:
17858: * src/classes/image.C: fixed jpgsize alg
17859:
17860: * src/classes/image.C: fixed jpgsize alg
17861:
17862: * src/main/pa_exception.C: z
17863:
17864: * src/main/pa_common.C: removed debug info from pa_common
17865:
17866: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
17867: [auto.p from current dir loading]
17868:
17869: * src/: main/pa_common.C, main/pa_exception.C,
17870: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
17871: for solaris -lsocket
17872:
17873: 2001-08-24 parser
17874:
17875: * src/targets/cgi/parser3.C: not cgi extra \n 3
17876:
17877: * src/targets/cgi/parser3.C: not cgi extra \n 2
17878:
17879: * src/targets/cgi/parser3.C: not cgi extra \n
17880:
17881: * src/main/pa_sql_driver_manager.C: z
17882:
17883: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
17884: sql* removed services from disconnect - cross-request ideological
17885: probs.
17886:
17887: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
17888: cross-request ideological probs. oracle - fixed bug: cs
17889: allocated on request.pool and got freed before disconnect
17890:
17891: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
17892: mallocs fixed
17893:
17894: 2001-08-23 parser
17895:
17896: * src/classes/file.C: minor bug in file:save fixed
17897:
17898: * src/main/pa_sql_driver_manager.C: oracle: dlink
17899:
17900: 2001-08-22 parser
17901:
17902: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
17903: types/pa_vfile.h: file:load|save[text|binary;
17904:
17905: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
17906:
17907: 2001-08-21 parser
17908:
17909: * src/classes/: file.C, table.C: ^file:list
17910:
17911: 2001-08-20 parser
17912:
17913: * src/: main/compile.tab.C, main/compile.y,
17914: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
17915: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
17916: recousively caused problems: inc incremeted 123 literal!! fixed
17917:
17918: 2001-08-10 parser
17919:
17920: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
17921:
17922: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
17923: added
17924:
17925: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
17926: added
17927:
17928: * src/classes/table.C: table:sort restored [it was bad test :(]
17929:
17930: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
17931: ''
17932:
17933: * src/main/: pa_request.C: wanted to make const int
17934: MAX_EXECUTE_SECONDS=1;
17935:
17936: but couldnt, set_callback_and_alarm appeared to be not exported
17937: :(
17938:
17939: * src/main/pa_string.C: string.match hanged on. there were a hang
17940: check but it weren't wise enough
17941:
17942: @parse[dateString][tmp]
17943: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
17944: #end
17945:
17946: @main[] ^parse[2001-02-03]
17947:
17948: * src/classes/: table.C: table:sort now default desc
17949:
17950: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
17951: table.sort now creates new sorted table
17952:
17953: 2001-08-09 parser
17954:
17955: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
17956:
17957: * src/classes/hash.C: hash:_default now [was hash:default]
17958:
17959: * src/classes/op.C: case without switch check added
17960:
17961: * src/types/pa_vcookie.C: cookie name&value origins added, more
17962: precise $ORIGINS(1)
17963:
17964: * src/main/Makefile.am: .am
17965:
17966: * src/classes/void.C: void: int double copy/paste from int: bug
17967: fixed
17968:
17969: * src/classes/void.C: void: int double copy/paste from int: bug
17970: fixed
17971:
17972: 2001-08-07 parser
17973:
17974: * src/: classes/double.C, classes/int.C, classes/string.C,
17975: classes/table.C, include/pa_globals.h, main/pa_globals.C:
17976: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
17977: string, table
17978:
17979: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
17980: srand made working
17981:
17982: 2001-08-06 parser
17983:
17984: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
17985: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
17986: main/compile.tab.C, main/compile.y, main/pa_array.C,
17987: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
17988: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
17989:
17990: * src/main/pa_exec.C: exec win32 real filename
17991:
17992: * src/classes/file.C: exec stderr out
17993:
17994: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
17995:
17996: 2001-08-03 parser
17997:
17998: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
17999:
18000: 2001-08-02 parser
18001:
18002: * src/: classes/string.C, classes/table.C, include/pa_array.h,
18003: main/execute.C, main/pa_exec.C: introducing Array_iter
18004:
18005: * src/main/execute.C: detected quick_get recursion bug. changed to
18006: get@execute, but needs array iterator, separate from array to
18007: avoid it & use caching
18008:
18009: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
18010: bug fixed
18011:
18012: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
18013: main/execute.C, main/pa_globals.C: found another multithread bug
18014: in op.C (last, last global var killed) :)
18015:
18016: 2001-08-01 parser
18017:
18018: * src/: include/pa_dictionary.h, include/pa_globals.h,
18019: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
18020: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
18021: main/untaint.C: speeded up typo-html replacements. introducing
18022: Dictionary with first-char caching
18023:
18024: 2001-07-31 parser
18025:
18026: * src/types/Makefile.am: pa_vtable.C added to .am
18027:
18028: * src/main/compile.tab.C: added, so that could be compiled even on
18029: non-bison-enabled platforms
18030:
18031: 2001-07-28 parser
18032:
18033: * src/classes/table.C: table:hash always produces hash, when can't
18034: - empty
18035:
18036: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
18037: skipped \n
18038:
18039: 2001-07-27 parser
18040:
18041: * src/classes/: double.C, int.C, string.C: provided meaningful msg
18042: on int/double/string :sql without result and default
18043:
18044: 2001-07-26 parser
18045:
18046: * src/classes/op.C: fixed bad multithread bug with strangly global
18047: OP
18048:
18049: * src/main/compile.y: $man[$.age[zzz]] 0
18050:
18051: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
18052: creation syntax problem persists. restored $: for a while.
18053: thinking of $man[$.age[zzz]] syntax now
18054:
18055: * src/: classes/double.C, classes/int.C, classes/string.C,
18056: include/pa_opcode.h, main/compile.C, main/compile.y,
18057: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
18058: types/pa_vmethod_frame.h, types/pa_wcontext.h,
18059: types/pa_wwrapper.h: fixing :: realization #1
18060:
18061: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
18062: main/compile_tools.h, main/execute.C, main/pa_request.C,
18063: types/pa_vmethod_frame.h: introducing :: this is constructor call
18064: prefix. ordinary : remains for static accesses
18065:
18066: 2001-07-25 parser
18067:
18068: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
18069: fields 2. methods 3. columns
18070:
18071: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
18072: quote. optimized double&int tostring-s
18073:
18074: * src/main/: compile.C, compile.y, compile_tools.h: allowed
18075: whitespace before first method decl
18076:
18077: * src/classes/table.C: allowed nontable result in table:sql,
18078: results in empty table
18079:
18080: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
18081: lines before first method decl
18082:
18083: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
18084: types/pa_vtable.h: ^table.record[] now $table.fields
18085:
18086: * src/main/compile.y: $var[] is now empty string, not void
18087:
18088: * src/main/: compile.y, execute.C: $var[] is now empty string, not
18089: void
18090:
18091: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
18092: main/pa_globals.C: match replace code context moved to implicit
18093: $match context
18094:
18095: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
18096: main/compile_tools.h, main/execute.C: with killed, code storage
18097: introduced with former 'with' syntax
18098:
18099: 2001-07-24 parser
18100:
18101: * src/: main/compile.C, main/execute.C, main/pa_string.C,
18102: types/pa_value.h: first get_element, next get operator
18103:
18104: * src/main/compile.y: removed @end handling
18105:
18106: * src/main/: compile.C, compile.y: @end handling method2
18107:
18108: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18109: file:move
18110:
18111: * src/main/pa_common.C: file_read close @ eof when imgsize bug
18112: fixed
18113:
18114: 2001-07-23 parser
18115:
18116: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
18117: driver
18118:
18119: * src/classes/hash.C: changed sql driver query interface
18120:
18121: * src/: classes/hash.C, classes/string.C, classes/table.C,
18122: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
18123: changed sql driver query interface
18124:
18125: 2001-07-20 parser
18126:
18127: * src/types/pa_vrequest.C: X!$browser:type
18128:
18129: * src/: classes/file.C, classes/string.C, include/pa_string.h,
18130: main/execute.C, main/pa_string.C, types/pa_valiased.C,
18131: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
18132: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
18133: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
18134: types/pa_vobject.h, types/pa_vrequest.C,
18135: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
18136: ^class:method dynamic calls allowed. ^BASE.method call disabled.
18137: BASE element globally removed
18138:
18139: 2001-07-18 parser
18140:
18141: * src/classes/file.C: file:exec/cgi msg
18142:
18143: * src/classes/file.C: $file:exit-code renamed to 'status'
18144:
18145: * src/: classes/file.C, main/pa_exec.C: file:exec
18146:
18147: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
18148: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
18149: removed $id from *.in *.am
18150:
18151: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
18152: abbrevations
18153:
18154: * src/: classes/date.C, classes/mail.C, classes/math.C,
18155: classes/string.C, classes/table.C, include/pa_globals.h,
18156: include/pa_string.h, main/execute.C, main/pa_globals.C,
18157: main/pa_request.C, main/pa_string.C, main/untaint.C,
18158: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
18159: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
18160: $ORIGINS(1) output tracing mode
18161:
18162: 2001-07-13 parser
18163:
18164: * src/: classes/double.C, classes/int.C, classes/string.C,
18165: include/pa_request.h, main/execute.C, main/pa_request.C:
18166: auto.p[@auto], /news/auto.p[no @auto], so that initializing
18167: second would not call first @auto
18168:
18169: * src/main/: execute.C, pa_request.C: order of MAIN parents was
18170: wrong, fixed
18171:
18172: 2001-07-12 parser
18173:
18174: * src/types/pa_value.h: pa_value.putelement modification of system
18175: classes prevented
18176:
18177: 2001-07-11 parser
18178:
18179: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
18180: table $piece
18181:
18182: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
18183: types/pa_vstateless_class.h: $file created by file:state +=
18184: .atime .mtime .ctime +found&fixed bug with exceptions on
18185: get_junction-created objects [they were on wrong pool]
18186:
18187: 2001-07-09 parser
18188:
18189: * src/main/untaint.C: qp wrong name
18190:
18191: * src/: classes/date.C, classes/string.C, classes/table.C,
18192: main/compile.y: date format 0
18193:
18194: 2001-07-07 parser
18195:
18196: * src/: classes/date.C, classes/table.C, include/pa_common.h,
18197: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
18198: roll table calendar
18199:
18200: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
18201: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
18202: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
18203: include/pa_request.h, main/main.dsp, types/pa_value.h,
18204: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
18205: string. todo: sql, calendar
18206:
18207: 2001-07-06 parser
18208:
18209: * src/: classes/math.C, include/pa_request.h, main/execute.C,
18210: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
18211:
18212: 2001-07-03 parser
18213:
18214: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
18215: classes/random.C, main/main.dsp: class random renamed to math,
18216: operators became methods
18217:
18218: * src/classes/op.C: pow sqrt
18219:
18220: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
18221:
18222: 2001-07-02 parser
18223:
18224: * src/classes/table.C: ^table.columns column renamed from 'name' to
18225: 'column'
18226:
18227: * src/classes/hash.C: ^hash.keys[]
18228:
18229: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
18230:
18231: * src/main/: compile.y, compile_tools.h: in expressions now allowed
18232: 'strings'
18233:
18234: 2001-06-29 parser
18235:
18236: * src/main/: execute.C: /0 %0 checkes ver 2
18237:
18238: * src/main/execute.C: /0 %0 checke
18239:
18240: * src/classes/Makefile.am: nothing - void
18241:
18242: * src/classes/table.C: empty strings @ sql
18243:
18244: 2001-06-28 parser
18245:
18246: * src/: classes/double.C, classes/file.C, classes/form.C,
18247: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18248: classes/op.C, classes/random.C, classes/response.C,
18249: classes/string.C, classes/table.C, classes/void.C,
18250: main/compile.C, main/compile_tools.C, main/execute.C,
18251: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
18252: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18253: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18254: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18255: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
18256: targets/isapi/parser3isapi.C, main/compile.y: */ static const
18257: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
18258: $";
18259:
18260: * src/: classes/double.C, classes/file.C, classes/form.C,
18261: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18262: classes/op.C, classes/random.C, classes/response.C,
18263: classes/string.C, classes/table.C, classes/void.C,
18264: main/compile.C, main/compile.y, main/compile_tools.C,
18265: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
18266: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18267: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18268: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18269: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
18270: targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
18271:
18272: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
18273: $class:name: == ${class:name}:
18274:
18275: * src/classes/string.C: exactly one
18276:
18277: 2001-06-27 parser
18278:
18279: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
18280: types/pa_vvoid.h: nothing renamed to void
18281:
18282: * src/classes/op.C: ^switch ^case
18283:
18284: * src/main/compile.y: nothing renamed to void
18285:
18286: * src/: classes/hash.C, classes/table.C, main/compile.y,
18287: main/execute.C, main/main.dsp, main/pa_request.C,
18288: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
18289: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
18290: void
18291:
18292: * src/main/compile.y: lexer: $zzzz^zzzz were name part
18293:
18294: 2001-05-28 parser
18295:
18296: * src/doc/html2chm.cmd: removed >a
18297:
18298: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
18299: project options [some bugs]
18300:
18301: * src/doc/sources2html.cmd: z
18302:
18303: * src/: classes/classes.C, main/compile.C, main/compile.y,
18304: main/execute.C: operators are not in root class again
18305:
18306: 2001-05-24 parser
18307:
18308: * src/targets/cgi/parser3.dsp: project file
18309:
18310: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
18311: ^log ^exp
18312:
18313: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
18314: conversions in @exception[params]
18315:
18316: * src/main/pa_request.C: // no _ conversions in @exception[params]
18317:
18318: 2001-05-23 parser
18319:
18320: * src/main/pa_string.C: string cmp bug
18321:
18322: * src/classes/: mail.C, op.C: rem max 1000
18323:
18324: * src/: classes/op.C, main/compile.y: allow one empty line before
18325: LS_DEF_NAME
18326:
18327: 2001-05-22 parser
18328:
18329: * src/classes/op.C: if params code-required
18330:
18331: 2001-05-21 parser
18332:
18333: * src/types/pa_vstring.C: eoleof
18334:
18335: * src/classes/Makefile.am: .AM
18336:
18337: * src/classes/nothing.C: resultless ^sql moved to nothing:
18338:
18339: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
18340:
18341: * src/: classes/double.C, classes/nothing.C, classes/string.C,
18342: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
18343: types/pa_vunknown.h, classes/hash.C, main/compile.y,
18344: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
18345: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
18346: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
18347: 'nothing'
18348:
18349: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
18350: vstring::set_string
18351:
18352: * src/classes/: double.C, int.C, string.C: int,double;sql
18353:
18354: * src/: classes/hash.C, classes/int.C, classes/string.C,
18355: classes/table.C, include/pa_string.h, main/pa_string.C,
18356: types/pa_vstring.C, types/pa_vstring.h: started int:sql
18357:
18358: * src/: classes/classes.C, classes/hash.C, classes/op.C,
18359: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
18360: hash:sql moved to main trunc. operators.txt updated
18361:
18362: * src/classes/: hash.C, op.C, table.C: hash:sql
18363:
18364: * src/classes/op.C: z
18365:
18366: * src/: main/compile.C, classes/classes.C: 1
18367:
18368: * src/: classes/classes.C, main/compile.C, main/compile.y,
18369: main/execute.C: 0
18370:
18371: * src/main/execute.C: z
18372:
18373: * src/targets/cgi/parser3.C: z
18374:
18375: * src/targets/cgi/parser3.C: argv can be just "parser3". made
18376: site_auto_path "." in that case
18377:
18378: * src/targets/cgi/: parser3.C: z
18379:
18380: * src/main/pa_request.C: .am
18381:
18382: * src/: main/pa_request.C, targets/cgi/parser3.C:
18383: pcre_tables=pcre_default_tables;
18384:
18385: 2001-05-19 parser
18386:
18387: * src/main/pa_string.C: z
18388:
18389: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
18390: introducing String::cstr_bufsize, returns just size+1 for as_is
18391: target.
18392:
18393: * src/: main/untaint.C, targets/cgi/pa_pool.C,
18394: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
18395: used, 4* mem wasted
18396:
18397: * src/classes/string.C: root context in match replace body now
18398: unchanged
18399:
18400: * src/types/pa_value.h: parameter # 1 based
18401:
18402: * src/main/pa_common.C: common: actual filename '%s'
18403:
18404: * src/classes/string.C: z
18405:
18406: * src/classes/Makefile.am: classes/.am
18407:
18408: * src/classes/: Makefile.am: classes/.am
18409:
18410: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
18411: targets/cgi/pa_pool.C: classes/.am
18412:
18413: 2001-05-18 parser
18414:
18415: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
18416: pa_threads.C ins
18417:
18418: * src/targets/cgi/Makefile.am: .am pa_threads.C added
18419:
18420: 2001-05-17 parser
18421:
18422: * src/: classes/string.C, include/pa_config_fixed.h,
18423: include/pa_config_includes.h, main/compile.y,
18424: main/compile_tools.h, main/execute.C, main/pa_array.C,
18425: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
18426: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
18427: types/pa_vform.C: #include "pa_config_includes.h" removed from
18428: most .C
18429:
18430: * src/doc/html2chm.cmd: z
18431:
18432: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
18433: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
18434:
18435: * src/main/pa_sql_driver_manager.C: moved expiration to
18436: get_connection_from_cache
18437:
18438: * src/main/pa_sql_driver_manager.C: cache expiration bf
18439:
18440: * src/: classes/classes.h, include/pa_sql_connection.h,
18441: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
18442: cache expiration[use SQL_Driver::disconnect]
18443:
18444: * src/main/pa_table.C: table.locate current restored on "not found"
18445:
18446: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
18447: line no
18448:
18449: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18450: ANTI_ENDLESS_EXECUTE_RECOURSION
18451:
18452: * src/: classes/op.C, include/pa_sql_connection.h,
18453: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
18454: sql/pa_sql_driver.h: fixed problem at last: 2connections own
18455: 1driver and set_services fight for driver::fservices. before fix
18456:
18457: * src/: classes/op.C, include/pa_config_fixed.h,
18458: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18459: main/pa_sql_driver_manager.C: found problem at last: 2connections
18460: own 1driver and set_services fight for driver::fservices. before
18461: fix
18462:
18463: * src/: include/pa_config_fixed.h, include/pa_threads.h,
18464: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
18465: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
18466: pa_threads.C
18467:
18468: * src/include/pa_threads.h: removed targets/parser
18469:
18470: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
18471: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
18472: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
18473: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
18474: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
18475: headers
18476:
18477: * src/: classes/image.C, include/pa_sql_driver_manager.h,
18478: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
18479: order prevented sqlmanager to see MULTYTHREAD define
18480:
18481: * src/: include/pa_config_fixed.h, include/pa_threads.h,
18482: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
18483: put/gets
18484:
18485: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
18486: from hash.h
18487:
18488: * src/: classes/op.C, include/pa_sql_connection.h,
18489: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
18490: from cache ->set_services(&services);
18491:
18492: 2001-05-16 parser
18493:
18494: * src/targets/cgi/parser3.C: z
18495:
18496: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
18497: debug, #ifdefed some. would debug later, on more precise sample
18498: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
18499: $name.$tail[$tail!] $name.$tail } ok3
18500:
18501: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
18502: removed array debug. before vstring rebasing
18503:
18504: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
18505: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
18506: array debugged; adjusted
18507:
18508: * src/main/: pa_sql_driver_manager.C, pa_string.C:
18509: SQL_Driver_manager line no for connect/charset errors
18510:
18511: 2001-05-15 parser
18512:
18513: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
18514: main/pa_string.C: string+array made linear grows
18515:
18516: * src/: include/pa_string.h, main/pa_string.C,
18517: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
18518: grow lineary, not exponentialy
18519:
18520: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
18521: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
18522: with fullchunk cmps
18523:
18524: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
18525: 70041= 81
18526:
18527: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
18528: targets/cgi/parser3.C: detected huge mem allocation: size/times
18529: malloc 27809390/368771, calloc 3232/83. would test now
18530:
18531: * src/: classes/random.C, main/compile.y, main/execute.C,
18532: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
18533: numbered params had wrong name - for instance: bad error message
18534: in ^for[] bad body type. fixed
18535:
18536: 2001-05-14 parser
18537:
18538: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
18539: main/untaint.C: ^string.upper|lower[]
18540:
18541: 2001-05-11 parser
18542:
18543: * src/: classes/double.C, classes/image.C, classes/op.C,
18544: classes/string.C, classes/table.C, classes/unknown.C,
18545: main/execute.C, types/pa_value.h, types/pa_vbool.h,
18546: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
18547: types/pa_vunknown.h: op: MAX_LOOPS as_int
18548:
18549: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
18550: .dsp for win32tools
18551:
18552: 2001-05-11 paf
18553:
18554: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
18555: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
18556: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
18557: targets/isapi/kill.pl: moved win32 helpers to /win32tools
18558:
18559: 2001-05-10 paf
18560:
18561: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
18562: for C++, that's all
18563:
18564: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
18565: pa_config_includes.h: inline wonders
18566:
18567: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
18568: doc/doxygen.cmd: hash.C added
18569:
18570: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
18571:
18572: * src/main/compile.y: @end grammar: allowed zero strings in control
18573: menthod
18574:
18575: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
18576: pa_vstateless_object.h: changed priority: field before method
18577: lookup in vclass & vobject
18578:
18579: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
18580: grammar: priorities changes [lowerd && prior] vobject: now first
18581: fields, next methods
18582:
18583: 2001-05-08 paf
18584:
18585: * src/main/pa_table.C: table columnname2item on nameless ignored
18586: bark=false. fixed
18587:
18588: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
18589: types/pa_vmethod_frame.h: hash:default works at last!
18590:
18591: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
18592: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
18593: hash:default
18594:
18595: * src/classes/table.C: z
18596:
18597: * src/classes/table.C: table:hash always hash of hash now
18598:
18599: * src/classes/table.C: table:empty return bool now
18600:
18601: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
18602: include/pa_table.h, main/pa_table.C, types/pa_value.h,
18603: types/pa_vtable.h: table:hash
18604:
18605: * src/classes/table.C: table:record have name
18606:
18607: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
18608: returns vunknown
18609:
18610: * src/classes/: double.C, int.C, op.C, string.C:
18611: int,double,string:int[] double[] string:length[] results now have
18612: hames
18613:
18614: * src/: classes/op.C, classes/table.C, main/main.dsp,
18615: types/pa_vtable.h: removed table:find. table:locate and op:eval
18616: now return bool
18617:
18618: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
18619: in method checkparams again. fixed
18620:
18621: 2001-05-07 paf
18622:
18623: * src/doc/chm.cmd: cmd
18624:
18625: * src/: classes/image.C, classes/mail.C, classes/string.C,
18626: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
18627: types/pa_value.h: method reported errors on wrong pool
18628:
18629: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
18630: now
18631:
18632: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
18633: include/code.h, include/pa_opcode.h, main/compile.C,
18634: main/compile_tools.h, main/execute.C, types/pa_value.h,
18635: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18636: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
18637: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
18638: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18639: types/pa_vmethod_frame.h, types/pa_vobject.h,
18640: types/pa_vrequest.h, types/pa_vresponse.h,
18641: types/pa_vstateless_class.h, types/pa_vstring.h,
18642: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
18643: types/pa_wwrapper.h: pa_code.h
18644:
18645: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
18646:
18647: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
18648: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
18649: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
18650: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
18651: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
18652: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
18653: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
18654: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
18655: types/pa_vtable.h: dox, split by not clean parts also
18656:
18657: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
18658: types/pa_vtable.h: table: fields, then methods. so to enable
18659: 'dir' fields & co. more
18660:
18661: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
18662: so to enable 'dir' fields & co.
18663:
18664: * src/main/compile.y: grammar: @end
18665:
18666: 2001-05-04 paf
18667:
18668: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18669: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
18670:
18671: * src/: classes/classes.h, classes/double.C, classes/file.C,
18672: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
18673: classes/op.C, classes/random.C, classes/response.C,
18674: classes/string.C, classes/table.C, classes/unknown.C,
18675: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
18676: method dox
18677:
18678: 2001-05-03 paf
18679:
18680: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
18681: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
18682: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
18683: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
18684: doc/string.dox, doc/targets.dox, doc/value.dox,
18685: main/pa_request.C: dox splitted .dox files and added some
18686:
18687: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
18688:
18689: 2001-05-02 paf
18690:
18691: * src/classes/: image.C, table.C: table:dir result are not tainted
18692: by file_name language now
18693:
18694: 2001-04-28 paf
18695:
18696: * src/classes/classes.inc: removed classes.inc
18697:
18698: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
18699: from .am
18700:
18701: * src/classes/classes.awk: skipped classes in .awk
18702:
18703: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
18704: classes/classes.inc, classes/double.C, classes/file.C,
18705: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
18706: classes/string.C, classes/table.C, classes/unknown.C,
18707: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
18708: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
18709: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
18710: pa_methoded back to classes/classes.h
18711:
18712: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
18713:
18714: * src/: classes/Makefile.am, classes/classes.awk,
18715: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
18716: classes/ls.exe, main/bison.exe: classes.inc autogenerator
18717:
18718: * src/: classes/classes.C, classes/classes.h, classes/double.C,
18719: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
18720: classes/response.C, classes/string.C, classes/table.C,
18721: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
18722: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
18723: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
18724: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
18725: include|main/pa_methoded
18726:
18727: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
18728: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
18729:
18730: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
18731: moved some configured data to request::classes_conf moved some
18732: string crations from globals to M... [works]
18733:
18734: * src/: classes/form.C, classes/mail.C, classes/op.C,
18735: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
18736: main/pa_request.C: moved some configured data to
18737: request::classes_conf moved some string crations from globals to
18738: M...
18739:
18740: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
18741: about to move configured data to special request hash
18742:
18743: * src/: classes/classes.C, classes/classes.h, classes/file.C,
18744: classes/form.C, classes/mail.C, include/pa_request.h,
18745: main/pa_request.C: configure started
18746:
18747: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
18748: 2. todo: methoded-configure
18749:
18750: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
18751: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
18752: classes/_random.h, classes/_response.h, classes/_string.h,
18753: classes/_table.h, classes/_unknown.h, classes/classes.inc,
18754: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
18755: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
18756: classes/random.C, classes/response.C, classes/string.C,
18757: classes/table.C, classes/unknown.C, include/pa_globals.h,
18758: include/pa_request.h, main/compile.y, main/execute.C,
18759: main/main.dsp, main/pa_globals.C, main/pa_request.C,
18760: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18761: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
18762: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
18763: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
18764: types/pa_vrequest.h, types/pa_vresponse.h,
18765: types/pa_vstateless_class.h, types/pa_vstring.h,
18766: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
18767: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
18768: methoded-configure
18769:
18770: * src/: classes/file.C, classes/table.C, main/compile.y,
18771: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
18772: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
18773: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
18774:
18775: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
18776: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
18777: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
18778: classes/random.C, classes/response.C, classes/string.C,
18779: classes/table.C, classes/unknown.C, include/pa_request.h,
18780: main/compile.y, main/execute.C, main/pa_globals.C,
18781: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
18782: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18783: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
18784: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
18785: beautifying just compiled. todo: debug, configure
18786:
18787: 2001-04-27 paf
18788:
18789: * src/: classes/file.C, classes/image.C, classes/table.C,
18790: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
18791: beautifying -99
18792:
18793: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
18794: classes/_response.h, classes/_unknown.h, classes/classes.C,
18795: classes/classes.h, classes/double.C, classes/file.C,
18796: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
18797: classes/op.C, classes/random.C, classes/response.C,
18798: classes/string.C, include/pa_globals.h, main/main.dsp,
18799: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
18800: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
18801: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
18802: types/pa_vunknown.h: beautifying -100
18803:
18804: * src/main/compile.y: serge@ found @CLASS bug. fixed
18805:
18806: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
18807: classes/_op.h, classes/_random.h, classes/_table.h,
18808: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
18809: classes/op.C, classes/random.C, classes/response.C,
18810: classes/string.C, classes/table.C, classes/unknown.C,
18811: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
18812: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
18813: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
18814: beautifying
18815:
18816: 2001-04-26 paf
18817:
18818: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
18819:
18820: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
18821: documentation ++
18822:
18823: * src/: classes/_exec.h, doc/doxygen.cfg,
18824: include/pa_config_fixed.h, include/pa_config_includes.h,
18825: targets/cgi/pa_pool.C: code documentation ++
18826:
18827: * src/: classes/_image.h, classes/op.C, classes/random.C,
18828: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18829: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
18830: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
18831: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18832: types/pa_vmethod_frame.h, types/pa_vobject.h,
18833: types/pa_vrequest.C, types/pa_vrequest.h,
18834: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
18835: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
18836: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
18837: code documentation ++
18838:
18839: * src/: classes/image.C, classes/mail.C, classes/string.C,
18840: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
18841: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
18842: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
18843: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18844: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
18845: types/pa_vobject.h, types/pa_vstateless_class.h,
18846: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
18847:
18848: * src/main/: pa_request.C, pa_string.C: z
18849:
18850: * src/: include/pa_common.h, include/pa_types.h,
18851: main/pa_sql_driver_manager.C: module [and, guess, isapi]
18852: connection caching fixed. request-pooled-url were stored into
18853: global connectioncache
18854:
18855: 2001-04-25 paf
18856:
18857: * src/: doc/doxygen.cfg, doc/doxygen.txt,
18858: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
18859:
18860: * src/: include/code.h, include/pa_common.h, main/compile.y,
18861: main/execute.C, main/pa_common.C: -d
18862:
18863: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
18864: illegal call check a bit improved, but still under iis no mapping
18865: of dir with parser allowed!
18866:
18867: 2001-04-24 paf
18868:
18869: * src/targets/Makefile.am: apache module lib .am
18870:
18871: * src/main/pa_exec.C: windows32 buildCommand
18872:
18873: 2001-04-23 paf
18874:
18875: * src/targets/cgi/Makefile.am: win32 conditional
18876:
18877: * src/targets/cgi/Makefile.am: win32 conditional
18878:
18879: * src/targets/cgi/Makefile.am: liblink
18880:
18881: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
18882: vfile fields return type
18883:
18884: * src/types/pa_vfile.h: vfile fields return type
18885:
18886: * src/include/pa_config_auto.h.in: .h.in
18887:
18888: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
18889: types/Makefile: makefiles removed
18890:
18891: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
18892: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
18893:
18894: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
18895: [tested: i & g ]
18896:
18897: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
18898: @test noticed series in isapi, check how initialize_random_class
18899: is called! [must be called only once]
18900:
18901: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
18902: would not be 'unknown column'
18903:
18904: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
18905: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
18906:
18907: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
18908: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
18909: [now doesnt]
18910:
18911: * src/targets/cgi/parser3.C: cgi cmdline ver
18912:
18913: * src/targets/cgi/parser3.C: cgi /// @test disable
18914: /cgi-bin/parser3/auto.p
18915:
18916: * src/main/untaint.C: untaint without charset
18917:
18918: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
18919: main/pa_common.C: common: file_write /// @test mkdirs
18920: file_delete rmdirs
18921:
18922: * src/main/untaint.C: mail header only once to =?
18923:
18924: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
18925: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
18926: main/untaint.C: untaint - @test optimize whitespaces for
18927: all but 'html'
18928:
18929: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
18930: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
18931: main/untaint.C: untaint - @test mail-header
18932:
18933: 2001-04-20 paf
18934:
18935: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
18936: include/pa_request.h, include/pa_string.h, main/compile.y,
18937: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
18938: targets/cgi/parser3.C: $MAIN:LOCALE
18939:
18940: * src/main/untaint.C: z
18941:
18942: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
18943:
18944: 2001-04-19 paf
18945:
18946: * src/main/compile_tools.h: $a$b bugfix
18947:
18948: * src/targets/cgi/parser3.C: z
18949:
18950: * src/classes/file.C: z
18951:
18952: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
18953: done: header to $fields. waits for header '\' tricks
18954:
18955: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
18956: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
18957: changed urlencode here and in untaint.C to HTTP standard's " and
18958: \" mech
18959:
18960: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
18961: http://alx/~paf/ doesnt load /auto.p
18962:
18963: 2001-04-18 paf
18964:
18965: * src/main/pa_request.C: 1
18966:
18967: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
18968: linux @alx
18969:
18970: 2001-04-17 paf
18971:
18972: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
18973: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
18974: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
18975: enabled
18976:
18977: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
18978: classes/_exec.h, classes/_file.h, classes/_form.h,
18979: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
18980: classes/_random.h, classes/_response.h, classes/_string.h,
18981: classes/_table.h, classes/_unknown.h, classes/file.C,
18982: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
18983: include/pa_config_fixed.h, include/pa_config_includes.h,
18984: include/pa_hash.h, include/pa_sql_driver_manager.h,
18985: include/pa_version.h, main/Makefile.am, main/compile.y,
18986: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
18987: main/pa_sql_driver_manager.C, sql/Makefile.am,
18988: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
18989: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
18990: types/pa_vform.C, types/pa_vimage.h: exec @jav
18991:
18992: * src/: include/pa_sql_driver_manager.h,
18993: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
18994: types/pa_vimage.h: sql driver interface now has initialize(client
18995: .so)
18996:
18997: 2001-04-16 paf
18998:
18999: * src/Makefile.am: compile2 cygwin
19000:
19001: * src/: include/pa_config_includes.h, main/pa_exec.C,
19002: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
19003:
19004: * src/targets/cgi/Makefile.am: compile0 jav
19005:
19006: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
19007: classes/_exec.h, classes/_file.h, classes/_form.h,
19008: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19009: classes/_random.h, classes/_response.h, classes/_string.h,
19010: classes/_table.h, classes/_unknown.h, classes/image.C,
19011: classes/mail.C, classes/op.C, classes/random.C,
19012: include/pa_config_fixed.h, include/pa_config_includes.h,
19013: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
19014: main/compile.y, main/pa_common.C, main/pa_exec.C,
19015: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
19016: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
19017: compile-1
19018:
19019: 2001-04-15 paf
19020:
19021: * src/classes/op.C: z
19022:
19023: * src/classes/table.C: table:empty +=process
19024:
19025: * src/types/pa_value.h: MethodParams !junction
19026:
19027: * src/: classes/_string.h, classes/double.C, classes/file.C,
19028: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19029: classes/random.C, classes/response.C, classes/string.C,
19030: classes/table.C, classes/unknown.C, main/pa_request.C:
19031: MethodParams everywhere
19032:
19033: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
19034: types/pa_vmethod_frame.h: MethodParams in op.C
19035:
19036: 2001-04-12 paf
19037:
19038: * src/: classes/image.C, types/pa_vimage.h: image:font :text
19039:
19040: * src/: classes/_unknown.h, classes/unknown.C,
19041: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
19042: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
19043:
19044: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
19045:
19046: * src/classes/image.C: image:gif now does not have params
19047:
19048: * src/classes/image.C:
19049: image:line/fill/rectangle/bar/replace/polygon/polybar
19050:
19051: * src/: classes/image.C, classes/op.C, main/execute.C,
19052: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19053: for var now written not to r.wcontext, but to r.root cleared
19054: "entered_object" state
19055:
19056: 2001-04-11 paf
19057:
19058: * src/classes/image.C: image:create image:load
19059:
19060: * src/: classes/image.C, main/main.dsp: gd with mem write + image
19061: just compiled
19062:
19063: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
19064: todo: gif without file
19065:
19066: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
19067: started porting to Pooled descendant
19068:
19069: * src/: classes/image.C, main/execute.C, main/main.dsp,
19070: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
19071: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
19072: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
19073:
19074: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
19075: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
19076: end. switching to python imaging lib
19077:
19078: * src/main/main.dsp: gd+smtp made separate libs
19079:
19080: * src/: include/pa_globals.h, include/pa_string.h,
19081: main/pa_common.C, main/pa_request.C, main/untaint.C,
19082: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
19083: length
19084:
19085: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
19086: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
19087: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
19088: UL_FILE_NAME of posted file name
19089:
19090: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
19091: post [broke when moved post read to core]
19092:
19093: 2001-04-10 paf
19094:
19095: * src/classes/image.C: image:html done
19096:
19097: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
19098:
19099: * src/classes/image.C: z
19100:
19101: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
19102: forgotten!
19103:
19104: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
19105: main/pa_request.C, main/pa_string.C, main/untaint.C,
19106: types/pa_vimage.h: image:measure -90
19107:
19108: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
19109: classes/_int.h, classes/_mail.h, classes/_op.h,
19110: classes/_random.h, classes/_response.h, classes/_string.h,
19111: classes/_table.h, classes/file.C, classes/mail.C,
19112: include/pa_common.h, include/pa_globals.h, main/execute.C,
19113: main/main.dsp, main/pa_common.C, main/pa_globals.C,
19114: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
19115: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
19116: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
19117: compiled
19118:
19119: * src/classes/mail.C: minor bug with unclear from/to
19120:
19121: * src/classes/mail.C: sendmail unix skipping defaults
19122:
19123: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
19124: sendmail unix added defaults
19125:
19126: * src/classes/mail.C: unix sendmail compiled. todo:testing
19127:
19128: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
19129:
19130: 2001-04-09 paf
19131:
19132: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
19133: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
19134: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19135: targets/isapi/parser3isapi.dsp: all targets exec
19136:
19137: * src/: include/pa_sapi.h, include/pa_string.h,
19138: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19139: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
19140: args in apache:util.script
19141:
19142: * src/include/pa_string.h: written but not tested exec with env for
19143: unix
19144:
19145: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
19146: targets/cgi/parser3.C: exec win32 env
19147:
19148: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
19149: 0
19150:
19151: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
19152: main/execute.C, main/main.dsp, main/pa_globals.C,
19153: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
19154: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
19155:
19156: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
19157: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
19158:
19159: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
19160: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
19161:
19162: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
19163: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
19164: main/pa_common.C, main/pa_request.C, main/pa_string.C,
19165: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19166: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
19167: exec class just compiled. moved post read to request core
19168:
19169: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
19170: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
19171: main/pa_globals.C, targets/cgi/parser3.C,
19172: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
19173: are already read by vform
19174:
19175: 2001-04-08 paf
19176:
19177: * src/: classes/file.C, classes/mail.C, classes/string.C,
19178: include/pa_request.h, include/pa_string.h, main/pa_request.C:
19179: uuencode. string<<
19180:
19181: 2001-04-07 paf
19182:
19183: * src/classes/mail.C: z
19184:
19185: * src/classes/mail.C: z
19186:
19187: * src/classes/mail.C: ^mail[$attach
19188:
19189: * src/classes/mail.C: ^attach dead end
19190:
19191: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
19192: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19193: targets/isapi/parser3isapi.C: mail:send 1
19194:
19195: * src/: classes/mail.C, main/pa_request.C: z
19196:
19197: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
19198: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
19199: compiled
19200:
19201: * src/classes/mail.C: +=
19202:
19203: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
19204: prepared
19205:
19206: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
19207: include/pa_globals.h, include/pa_string.h, main/main.dsp,
19208: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
19209: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
19210:
19211: 2001-04-06 paf
19212:
19213: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
19214: main/pa_string.C: table:dir 1
19215:
19216: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
19217: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
19218:
19219: * src/: classes/_op.h, classes/_root.h, classes/op.C,
19220: classes/root.C, include/pa_globals.h, include/pa_request.h,
19221: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
19222: main/pa_request.C: renamed 'root' to 'op'
19223:
19224: * src/classes/: _op.h, op.C: renamed from 'root'
19225:
19226: * src/types/pa_valiased.C: another root inherititance skipped
19227:
19228: * src/main/: compile.C, compile.y, execute.C: operators are now not
19229: root methods of parent class. just 'ROOT' class
19230:
19231: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
19232: @office
19233:
19234: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
19235:
19236: 2001-04-05 paf
19237:
19238: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
19239: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
19240: constructor flag dropped at get_method_frame and remembered into
19241: method_frame
19242:
19243: * src/: classes/file.C, classes/root.C, classes/string.C,
19244: classes/table.C, main/pa_request.C: junction to code&expression
19245: in errors
19246:
19247: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
19248: main/pa_string.C, targets/isapi/parser3isapi.dsp:
19249: $LOCALE:ctype[Russian_Russia.1251]
19250:
19251: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
19252: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
19253: main/pa_table.C: hash now not thread-safe.
19254:
19255: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
19256: main/untaint.C: z
19257:
19258: * src/: classes/random.C, classes/root.C, classes/table.C,
19259: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
19260: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
19261: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
19262: types/pa_wcontext.h: sql quote. string untaint UL_SQL
19263:
19264: * src/: classes/table.C, include/pa_sql_connection.h,
19265: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
19266:
19267: * src/classes/table.C: select * from hren error contains statement
19268:
19269: * src/: classes/table.C, include/pa_sql_connection.h,
19270: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
19271: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
19272:
19273: * src/: classes/root.C, include/pa_sql_connection.h,
19274: include/pa_sql_driver.h, main/main.dsp,
19275: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
19276: services for conv memory & error reporting
19277:
19278: 2001-04-04 paf
19279:
19280: * src/doc/doxygen.cfg: z
19281:
19282: * src/include/pa_sql_driver.h: mysql connect
19283:
19284: * src/include/pa_sql_driver.h: mysql info
19285:
19286: * src/: classes/root.C, include/pa_sql_driver.h,
19287: include/pa_sql_driver_manager.h, main/main.dsp,
19288: main/pa_sql_driver_manager.C: more manager&connection&driver
19289:
19290: * src/sql/Makefile.am: forgot to add mysql client
19291:
19292: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
19293: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
19294: [forgot to add libltdl, added]
19295:
19296: * src/: Makefile.am, classes/root.C, classes/string.C,
19297: classes/table.C, include/pa_globals.h, include/pa_hash.h,
19298: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19299: include/pa_string.h, include/pa_table.h, main/main.dsp,
19300: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
19301: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
19302: -1000 just compiled
19303:
19304: * src/: classes/random.C, classes/root.C, classes/table.C,
19305: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
19306: main/pa_request.C, types/pa_vclass.h: sql frame -10
19307:
19308: 2001-04-03 paf
19309:
19310: * src/types/pa_vform.C: z
19311:
19312: * src/: classes/string.C, types/pa_vform.C: string:match replace
19313: assigned lang
19314:
19315: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
19316: {}[]< empty []
19317:
19318: * src/: classes/file.C, classes/string.C, classes/table.C,
19319: include/pa_string.h, main/pa_common.C, main/pa_string.C,
19320: main/untaint.C: string:match replace 2. string.cstr(forced lang)
19321:
19322: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19323: string:match replace strange matches
19324:
19325: * src/classes/string.C: string:match replace 0
19326:
19327: * src/: classes/string.C, main/pa_string.C: string:match replace
19328: prepared 2
19329:
19330: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19331: string:match replace prepared
19332:
19333: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19334: string:match replace -11
19335:
19336: * src/: classes/string.C, include/pa_globals.h,
19337: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
19338: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
19339:
19340: * src/: classes/string.C, include/pa_globals.h,
19341: include/pa_string.h, main/main.dsp, main/pa_globals.C,
19342: main/pa_string.C: string:match [search] -1 just compiled
19343:
19344: * src/types/pa_vstring.C: z
19345:
19346: * src/: classes/double.C, classes/file.C, classes/form.C,
19347: classes/int.C, classes/response.C, classes/root.C,
19348: classes/string.C, classes/table.C, include/pa_string.h,
19349: main/pa_string.C: string:match -10 [frame]
19350:
19351: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
19352: main/pa_request.C: z
19353:
19354: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
19355: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
19356: todo/tests
19357:
19358: * src/include/pa_common.h: z
19359:
19360: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
19361: main/pa_request.C, targets/cgi/parser3.C,
19362: targets/isapi/parser3isapi.C, types/pa_vfile.C:
19363: content-disposition
19364:
19365: * src/: include/pa_common.h, include/pa_globals.h,
19366: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
19367: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
19368:
19369: * src/: include/pa_common.h, include/pa_request.h,
19370: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
19371: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
19372: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
19373: response:body
19374:
19375: * src/classes/table.C: table:append now uses string::split
19376:
19377: * src/classes/table.C: z
19378:
19379: * src/: classes/file.C, classes/root.C, classes/string.C,
19380: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
19381: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
19382: include/pa_string.h, main/execute.C, main/pa_string.C,
19383: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
19384: string::pos & cmp & piece bugs fixed. string::split new
19385: table:load separated from set table:set implemented with clean \n
19386: \t searches
19387:
19388: 2001-04-02 paf
19389:
19390: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
19391: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
19392: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
19393: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
19394: it in table:set/load
19395:
19396: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
19397: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
19398:
19399: * src/classes/random.C: random:generate 1
19400:
19401: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
19402: main/main.dsp, main/pa_globals.C, main/pa_request.C,
19403: types/pa_value.h: random:generate
19404:
19405: 2001-03-30 paf
19406:
19407: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
19408: todo: table flip and append. string::pos
19409:
19410: * src/: classes/double.C, classes/file.C, classes/int.C,
19411: classes/response.C, classes/root.C, classes/string.C,
19412: classes/table.C, main/compile.y, main/execute.C,
19413: types/pa_value.h, types/pa_vstateless_class.C,
19414: types/pa_vstateless_class.h: static|dynamic|any method
19415: registration
19416:
19417: * src/: classes/file.C, classes/table.C, include/pa_table.h,
19418: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
19419: table:flip
19420:
19421: 2001-03-29 paf
19422:
19423: * src/classes/string.C: string:xsplit forgot that they must result
19424: in 1 row N column [not vice versa]
19425:
19426: * src/classes/string.C: z
19427:
19428: * src/classes/string.C: string: rsplit
19429:
19430: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19431: string: lsplit
19432:
19433: * src/: classes/string.C, include/pa_string.h, main/execute.C,
19434: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
19435: lsplit -1
19436:
19437: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19438: string: pos
19439:
19440: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19441: string: pos -1
19442:
19443: * src/: classes/string.C, classes/table.C, include/pa_string.h,
19444: main/compile.y, main/pa_request.C, main/pa_string.C,
19445: main/untaint.C: string: left right mid
19446:
19447: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
19448: main/compile_tools.h, main/main.dsp, types/pa_value.h,
19449: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
19450: and [;] are different now.
19451:
19452: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
19453: main/untaint.C: pool.request undone
19454:
19455: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
19456: main/untaint.C: pool.request
19457:
19458: 2001-03-28 paf
19459:
19460: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
19461: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19462: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
19463: $request:browser [.type .version]; unknown.get_double now = 0.
19464:
19465: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
19466: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
19467: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
19468: types/pa_vform.C: file:load autodetection of mime-type by
19469: user-file-name
19470:
19471: * src/: classes/file.C, main/execute.C, main/pa_common.C,
19472: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
19473: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
19474:
19475: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
19476: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
19477: write. must be self.set
19478:
19479: * src/: classes/file.C, classes/root.C, classes/table.C,
19480: include/pa_table.h, main/pa_table.C: table:locate1, file:test
19481:
19482: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
19483: include/pa_table.h, main/pa_array.C, main/pa_table.C,
19484: types/pa_vtable.h: table:locate just compiled
19485:
19486: 2001-03-27 paf
19487:
19488: * src/main/: execute.C, pa_common.C: fixed r/w context of
19489: code-params2, fixed ntfs hardlink slow dir update
19490:
19491: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
19492: types/pa_wcontext.h: fixed r/w context of code-params
19493:
19494: * src/: classes/table.C, main/execute.C: about to change junction
19495: rcontext!!
19496:
19497: * src/: classes/double.C, classes/int.C, classes/root.C,
19498: classes/string.C, classes/table.C, main/compile_tools.C,
19499: main/execute.C, main/pa_request.C, main/untaint.C,
19500: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
19501: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
19502: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
19503: types/pa_vunknown.h: sort 0
19504:
19505: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
19506: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
19507: renamed to are_static_calls_disabled
19508:
19509: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
19510: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
19511: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
19512: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
19513:
19514: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
19515:
19516: * src/: classes/table.C, include/pa_common.h, main/compile.y:
19517: started table:sort fixed minor bug in #...^{
19518:
19519: * src/: classes/table.C, include/pa_common.h, main/compile.y,
19520: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
19521: decided to have as it were. stepped back. grammar: added 'in'
19522: 'is' 'lt'&co follow-space check
19523:
19524: 2001-03-26 paf
19525:
19526: * src/: classes/file.C, classes/root.C, classes/table.C,
19527: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
19528: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
19529: main/pa_table.C: moved ::save to pa_table. disabled @auto
19530: invocation in ^process
19531:
19532: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
19533:
19534: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
19535: main/pa_array.C: table:record
19536:
19537: * src/: main/untaint.C, targets/cgi/parser3.C,
19538: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19539: targets/isapi/pool_storage.h, types/pa_valiased.h,
19540: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
19541: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
19542: types/pa_vtable.h: z
19543:
19544: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
19545: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
19546: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
19547: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
19548: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
19549: method realisations on 'self' validity - they now can simply
19550: assume that 'self' is V{Proper} .
19551:
19552: 2001-03-25 paf
19553:
19554: * src/main/untaint.C: z
19555:
19556: * src/main/: pa_request.C, untaint.C: moved default typo-table to
19557: lowlevel - it initialization could be skipped if failed in @auto.
19558: so that exception report would use some table
19559:
19560: * src/main/pa_request.C: table empty lines ignored. system-default
19561: content type assigned in output:result [can fail in main:auto and
19562: skipped normal defaults extraction]
19563:
19564: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
19565: bug
19566:
19567: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
19568: processing to table [except preliminary \r\n \r \n replacements
19569: to "\n"]
19570:
19571: * src/: classes/table.C, main/untaint.C: html-typo - decided to
19572: move all the processing to table
19573:
19574: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
19575: main/pa_table.C, main/untaint.C: returned table originating.
19576: useful for reporting typo table problems origin. think would be
19577: useful somewhere else
19578:
19579: * src/main/untaint.C: typo \r \r\n \n properly handled
19580:
19581: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
19582: include/pa_table.h, main/compile.y, main/compile_tools.C,
19583: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
19584: main/pa_string.C, main/pa_table.C, main/untaint.C,
19585: types/pa_vcookie.h: typo & typo-default
19586:
19587: 2001-03-24 paf
19588:
19589: * src/main/pa_common.C: z
19590:
19591: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19592: targets/cgi/parser3.C: html-typo 2
19593:
19594: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
19595: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
19596: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
19597: main/execute.C, main/pa_array.C, main/pa_globals.C,
19598: main/pa_request.C, main/pa_string.C, main/untaint.C,
19599: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19600: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
19601: noticed double default content-type prob. run cgi.cmd tomorrow
19602: first html-typo sample. detected << problem: they become ltlt too
19603: fast
19604:
19605: * src/main/compile.y: z
19606:
19607: * src/main/: compile.y, compile_tools.h: #comment
19608:
19609: * src/: classes/file.C, classes/root.C, classes/table.C,
19610: include/pa_common.h, include/pa_request.h, main/compile.y,
19611: main/pa_common.C, main/pa_request.C, main/pa_string.C,
19612: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
19613: stringified
19614:
19615: * src/types/pa_valiased.C: decided to String-ify file_read
19616:
19617: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
19618: isapi/parser3isapi.dsp: cgi: sapi::log
19619:
19620: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
19621: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
19622: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
19623: error log experiments failed - cgi under iis got no access to
19624: log. registereventsource simply failed with 5(illegal call) code,
19625: while worked OK as standalone executable. isapi: used
19626: HSE_APPEND_LOG_PARAMETER feature
19627:
19628: * src/: include/pa_common.h, include/pa_globals.h,
19629: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
19630: targets/isapi/parser3isapi.C: fixed default content-type
19631: allocation storage
19632:
19633: * src/: include/pa_globals.h, include/pa_request.h,
19634: main/pa_globals.C, main/pa_request.C: z
19635:
19636: * src/: include/pa_array.h, include/pa_hash.h,
19637: include/pa_request.h, main/compile.y, main/pa_array.C,
19638: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
19639: types/pa_vcookie.C: cyclic uses ignored. defaulted default
19640: content-type
19641:
19642: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
19643: sanity
19644:
19645: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
19646: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
19647: away freeze mech. no danger now for you can't do
19648: ^request:process[@new-method[] body] trick anymore. still
19649: remains $some_instance.process[@new-method[] possibility] but
19650: would leave it as a feature. see index for sample
19651:
19652: * src/: include/pa_common.h, main/pa_common.C,
19653: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
19654: monkey every target
19655:
19656: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
19657: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
19658: types/pa_vform.C, types/pa_vform.h: auto.p monkey
19659:
19660: 2001-03-23 paf
19661:
19662: * src/: include/pa_pool.h, main/pa_request.C,
19663: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
19664: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19665: targets/isapi/pool_storage.h: isapi: dumb pool storage
19666:
19667: * src/targets/isapi/pa_pool.C: decided to continue with extension
19668:
19669: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
19670: it would be better to rewrite as filter then to deal with pool
19671:
19672: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
19673: now like in cgi, not from APPL_PHYSICAL_PATH
19674:
19675: * src/: classes/root.C, classes/table.C, include/pa_common.h,
19676: include/pa_config_fixed.h, include/pa_config_includes.h,
19677: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
19678: include/pa_version.h, main/compile.y, main/execute.C,
19679: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
19680: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19681: main/untaint.C, targets/cgi/parser3.C,
19682: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
19683: cgi: reinvent document_root and request_uri under iis. autoconf
19684: updated. introducing ap_config_includes
19685:
19686: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
19687:
19688: * src/targets/cgi/parser3.C: cgi: only one pool now
19689:
19690: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
19691: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
19692: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
19693: types/pa_venv.h, types/pa_vform.C: sapi made object
19694:
19695: * src/: include/pa_globals.h, main/pa_request.C,
19696: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19697: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
19698: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
19699:
19700: * src/: main/pa_request.C, targets/cgi/parser3.C,
19701: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
19702: isapi minor env beauty
19703:
19704: * src/: main/pa_request.C, targets/cgi/parser3.C,
19705: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
19706: isapi document_root 0
19707:
19708: 2001-03-22 paf
19709:
19710: * src/targets/isapi/parser3isapi.C: isapi keep-alive
19711:
19712: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
19713: isapi/parser3isapi.C: z
19714:
19715: * src/: include/pa_pool.h, main/pa_request.C,
19716: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
19717:
19718: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
19719: kill.pl: isapi added utils
19720:
19721: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
19722: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
19723: types/pa_vform.C: isapi 0
19724:
19725: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
19726: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19727: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
19728: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
19729: started isapi
19730:
19731: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
19732: some comments
19733:
19734: * src/: include/pa_globals.h, include/pa_request.h,
19735: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19736: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
19737: parser_root_auto_path parser_site_auto_path
19738:
19739: * src/types/pa_vcookie.C: cookie attr decoded
19740:
19741: 2001-03-21 paf
19742:
19743: * src/targets/cgi/parser3.C: z
19744:
19745: * src/include/pa_globals.h: post. todo: config of auto.p path
19746:
19747: * src/: include/pa_globals.h, targets/cgi/parser3.C,
19748: types/pa_venv.h: in cookie & env. todo:post
19749:
19750: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
19751: classes/root.C, classes/table.C, include/pa_array.h,
19752: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
19753: include/pa_request.h, include/pa_string.h, main/Makefile.am,
19754: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
19755: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
19756: main/pa_table.C, main/untaint.C, targets/Makefile.am,
19757: targets/cgi/Makefile.am, targets/cgi/parser3.C,
19758: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
19759: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
19760: shifted apache branch on main trunc
19761:
19762: * src/: include/pa_common.h, include/pa_globals.h,
19763: include/pa_pool.h, include/pa_request.h, main/main.dsp,
19764: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
19765: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
19766: starting mod_parser3
19767:
19768: * src/targets/cgi/parser3.C: starting mod_parser3
19769:
19770: 2001-03-20 paf
19771:
19772: * src/: main/pa_common.C, targets/cgi/Makefile.am,
19773: targets/cgi/parser3.C: automake compiled and works. todo:make
19774: win32 ifdefs work and add ifdef unistd
19775:
19776: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
19777: main/Makefile.am, main/pa_common.C, main/pa_request.C,
19778: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
19779: z
19780:
19781: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
19782: main/execute.C, main/pa_common.C, types/Makefile.am: removing
19783: locking
19784:
19785: * src/: classes/Makefile.am, types/Makefile.am: z
19786:
19787: * src/: Makefile.am, classes/file.C, classes/root.C,
19788: classes/table.C, include/pa_array.h, include/pa_request.h,
19789: include/pa_string.h, main/Makefile.am, main/execute.C,
19790: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
19791: main/pa_string.C, main/untaint.C, targets/Makefile.am,
19792: targets/cgi/Makefile.am, targets/cgi/parser3.C,
19793: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
19794:
19795: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
19796: main/pa_request.C, types/pa_vfile.h: ^table:save
19797:
19798: * src/: classes/file.C, classes/table.C, include/pa_array.h,
19799: include/pa_common.h, include/pa_request.h, include/pa_string.h,
19800: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
19801: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
19802: types/pa_vform.h: z
19803:
19804: * src/include/pa_string.h: z
19805:
19806: * src/: classes/_request.h, classes/request.C, main/main.dsp,
19807: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
19808: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
19809: :Value
19810:
19811: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
19812: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
19813: :VStateless_object
19814:
19815: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
19816: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
19817: :VStateless_object
19818:
19819: * src/: main/main.dsp, targets/cgi/parser3.dsp,
19820: types/pa_valiased.C, types/pa_vform.h: commented VForm
19821:
19822: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
19823: types/pa_valiased.h, types/pa_value.h,
19824: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19825: types/pa_vstateless_object.h: moved common get_element part from
19826: stateless object&class into VAliased
19827:
19828: * src/: classes/_env.h, classes/_table.h, classes/env.C,
19829: classes/table.C, main/execute.C, main/main.dsp,
19830: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
19831: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
19832: now :Value
19833:
19834: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
19835: main/execute.C, main/main.dsp, main/pa_globals.C,
19836: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
19837:
19838: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
19839: doxx
19840:
19841: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
19842: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
19843: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
19844: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
19845: and ^file:save
19846:
19847: 2001-03-19 paf
19848:
19849: * src/types/pa_vfile.C: z
19850:
19851: * src/: classes/file.C, classes/request.C, classes/table.C,
19852: include/pa_string.h, main/main.dsp, main/pa_pool.C,
19853: main/pa_request.C, main/untaint.C, types/pa_value.h,
19854: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
19855:
19856: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
19857: include/pa_string.h, include/pa_table.h, main/main.dsp,
19858: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
19859: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
19860: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
19861: classes/_file.h, classes/file.C, types/pa_vfile.C,
19862: types/pa_vfile.h: file class just compiled
19863:
19864: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
19865: include/pa_table.h, include/pa_types.h, main/execute.C,
19866: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
19867: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
19868: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
19869:
19870: * src/include/pa_pool.h: z
19871:
19872: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
19873: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
19874: Hash::Value to Val so to doxygen would finlly stop confusing
19875: those Value-s
19876:
19877: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
19878: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
19879: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
19880: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
19881: include/pa_types.h, main/compile.C, main/compile.y,
19882: main/compile_tools.C, main/compile_tools.h, main/execute.C,
19883: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
19884: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
19885: main/pa_request.C, main/pa_string.C, main/pa_table.C,
19886: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
19887:
19888: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
19889: derivates somehow unlinked. don't know why yet
19890:
19891: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
19892: include/pa_string.h, include/pa_threads.h, main/compile.C,
19893: main/compile.y, main/compile_tools.C, main/compile_tools.h,
19894: main/execute.C, main/pa_array.C, main/pa_common.C,
19895: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
19896: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19897: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
19898:
19899: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
19900: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
19901: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
19902: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
19903: types/pa_vrequest.h: doc: detected Value derivates prob
19904:
19905: * src/include/pa_globals.h: z
19906:
19907: * src/: classes/_request.h, classes/request.C, include/code.h,
19908: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
19909: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
19910: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
19911: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
19912: main/execute.C, main/pa_pool.C, main/pa_request.C,
19913: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19914: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
19915:
19916: 2001-03-18 paf
19917:
19918: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
19919: cookie: allowed access to hash-assigned
19920:
19921: * src/targets/cgi/parser3.C: z
19922:
19923: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
19924: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
19925: include/pa_types.h, main/main.dsp, main/pa_common.C,
19926: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
19927: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19928: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
19929: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19930: types/pa_vunknown.h: cookie class
19931:
19932: * src/main/pa_request.C: zero length output allowed
19933:
19934: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
19935: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
19936:
19937: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
19938: lang switch
19939:
19940: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
19941: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
19942: types/pa_value.h, types/pa_vhash.h:
19943: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
19944:
19945: * src/main/execute.C: z
19946:
19947: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
19948: targets/cgi/parser3.C: taint[uri
19949:
19950: * src/: classes/request.C, classes/response.C, classes/root.C,
19951: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
19952: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
19953: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
19954:
19955: * src/: classes/root.C, classes/string.C, include/pa_string.h,
19956: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
19957: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
19958: types/pa_vstateless_class.C: convinient string(pool, char *src,
19959: bool tainted) ctor
19960:
19961: * src/: include/pa_hash.h, include/pa_request.h,
19962: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
19963: main/pa_request.C, main/pa_string.C, main/untaint.C,
19964: targets/cgi/parser3.C: proper @exceptions params tainting
19965:
19966: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
19967: response fields to header
19968:
19969: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
19970: z
19971:
19972: * src/: classes/_response.h, classes/response.C,
19973: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
19974: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
19975: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
19976: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
19977: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
19978: $response: 0 request::core exception rethrow
19979:
19980: 2001-03-16 paf
19981:
19982: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
19983: types/pa_vrequest.h: native method' class call with less params
19984: then needed error reporting
19985:
19986: * src/: classes/_request.h, classes/request.C,
19987: include/pa_globals.h, include/pa_request.h, main/execute.C,
19988: main/main.dsp, main/pa_globals.C, main/pa_request.C,
19989: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
19990: types/pa_vrequest.h: $request : query :uri
19991:
19992: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
19993: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
19994: types/pa_wcontext.h: $result
19995:
19996: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
19997:
19998: * src/: classes/double.C, include/code.h, main/compile.y,
19999: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
20000: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
20001:
20002: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
20003: main/compile.y, main/execute.C, types/pa_value.h,
20004: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
20005: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
20006: wcontext conflict
20007:
20008: * src/: main/execute.C, types/pa_value.h,
20009: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
20010: $string.field
20011:
20012: 2001-03-15 paf
20013:
20014: * src/main/pa_request.C: news sample
20015:
20016: * src/: main/compile.y, main/execute.C, main/pa_request.C,
20017: targets/cgi/parser3.C, types/pa_vstring.h: @exception
20018:
20019: * src/main/: compile.y, execute.C: z
20020:
20021: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
20022: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
20023: pre pre works
20024:
20025: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20026: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
20027: fillfields just compiled
20028:
20029: 2001-03-14 paf
20030:
20031: * src/: include/pa_request.h, main/pa_request.C,
20032: targets/cgi/parser3.C: z
20033:
20034: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20035: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
20036: types/pa_vstring.h: limits -1
20037:
20038: * src/: include/pa_globals.h, include/pa_request.h,
20039: include/pa_types.h, main/main.dsp, main/pa_globals.C,
20040: main/pa_request.C, targets/cgi/parser3.C,
20041: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
20042: request_info -1
20043:
20044: * src/: include/pa_globals.h, main/pa_globals.C,
20045: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20046: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
20047: vform_fields_fill
20048:
20049: * src/targets/cgi/parser3.C: # if MSVC
20050:
20051: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
20052: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
20053:
20054: * src/targets/cgi/parser3.C: z
20055:
20056: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
20057: include/pa_string.h, include/pa_types.h, main/compile.y,
20058: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
20059: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
20060: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
20061: types/pa_vunknown.h: global handler, exceptions in parser3
20062:
20063: 2001-03-13 paf
20064:
20065: * src/: classes/form.C, main/compile.y, main/core.C,
20066: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
20067: types/pa_vform.h, types/pa_vstateless_class.C,
20068: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
20069: instead
20070:
20071: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
20072: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
20073: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
20074: started cgi target
20075:
20076: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
20077: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
20078: before error show with parser
20079:
20080: * src/: classes/_form.h, classes/form.C, include/core.h,
20081: include/pa_request.h, main/core.C, main/pa_request.C,
20082: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
20083:
20084: * src/targets/cgi/: parser.dsp, parser3.dsp: z
20085:
20086: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
20087: parser3.C: renamed targets/ parser to cgi
20088:
20089: * src/: classes/double.C, classes/env.C, classes/int.C,
20090: classes/root.C, classes/string.C, classes/table.C,
20091: include/pa_request.h, types/pa_vhash.h: z
20092:
20093: * src/: classes/_env.h, classes/env.C, classes/root.C,
20094: include/core.h, include/pa_pool.h, include/pa_request.h,
20095: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
20096: main/pa_common.C, main/pa_request.C, types/pa_value.h,
20097: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
20098: [historical moment :)]
20099:
20100: * src/: include/code.h, include/pa_string.h, main/compile.y,
20101: main/execute.C, main/pa_string.C: 'value is type' expr operator
20102:
20103: * src/types/pa_venv.h: $ENV 1
20104:
20105: * src/main/execute.C: z
20106:
20107: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
20108: future methods of ENV constructor if
20109:
20110: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
20111: class
20112:
20113: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20114: classes/_root.h, classes/_string.h, classes/_table.h,
20115: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
20116: classes/string.C, classes/table.C, include/pa_request.h,
20117: main/compile.C, main/compile_tools.h, main/core.C,
20118: main/execute.C, main/main.dsp, main/pa_request.C,
20119: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
20120: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
20121: types/pa_vobject.h, types/pa_vstateless_class.C,
20122: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20123: types/pa_wcontext.h: $ENV: re 0, stateless classes
20124:
20125: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20126: classes/_root.h, classes/_string.h, classes/_table.h,
20127: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
20128: classes/string.C, classes/table.C, include/pa_request.h,
20129: main/compile.C, main/compile_tools.h, main/core.C,
20130: main/execute.C, main/main.dsp, main/pa_request.C,
20131: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
20132: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
20133: types/pa_vobject.h, types/pa_vstateless_class.C,
20134: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20135: types/pa_wcontext.h: $ENV: re 0, stateless classes
20136:
20137: * src/: include/pa_request.h, main/compile.C, main/execute.C,
20138: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
20139: yesterdays bad decision on execute_static_method
20140:
20141: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
20142:
20143: * src/: classes/double.C, classes/int.C, classes/root.C,
20144: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
20145:
20146: * src/main/pa_request.C: z
20147:
20148: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
20149: include/pa_pool.h: skipped_restructure_exceptions_dead_end
20150:
20151: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
20152: include/pa_pool.h, main/pa_request.C:
20153: restructure_exceptions_dead_end
20154:
20155: * src/: classes/root.C, main/compile.y: ^if required junctions.
20156: allowed ; inside {} to break params
20157:
20158: * src/classes/root.C: ^eval
20159:
20160: * src/: classes/_string.h, classes/double.C, classes/int.C,
20161: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
20162: string ^format
20163:
20164: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
20165: 'bad' but not 'enough'
20166:
20167: * src/: classes/double.C, classes/root.C, classes/table.C,
20168: include/pa_common.h, include/pa_types.h, main/compile.y,
20169: main/pa_common.C, main/pa_request.C, main/untaint.C,
20170: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
20171: types/pa_wwrapper.h: think constructing flag as is is bad
20172:
20173: * src/: classes/double.C, classes/int.C, classes/root.C,
20174: classes/string.C, classes/table.C, main/core.C, main/execute.C,
20175: types/pa_vint.h: ^for
20176:
20177: 2001-03-12 paf
20178:
20179: * src/classes/table.C: table ^empty
20180:
20181: * src/: classes/table.C, include/pa_table.h: table ^menu
20182:
20183: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
20184: ^offset ^line ^count
20185:
20186: * src/classes/root.C: ^round() ^floor() ^ceiling()
20187: ^abs() ^sign()
20188:
20189: * src/classes/: root.C, table.C: ^use
20190:
20191: * src/: classes/root.C, classes/table.C, include/pa_request.h,
20192: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
20193: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20194: ^while. switched off wcontext.constructing after write(value) or
20195: auto-vhash-constructing
20196:
20197: * src/: classes/root.C, classes/table.C, include/pa_request.h,
20198: main/pa_request.C: fail_if_junction_ helper func
20199:
20200: * src/: classes/root.C, classes/table.C, include/pa_common.h,
20201: include/pa_request.h, main/execute.C, main/main.dsp,
20202: main/pa_common.C, main/pa_request.C: ^process error point by
20203: actual method_name, not source. ^load
20204:
20205: * src/types/pa_vtable.h: table: no, better with string in cells...
20206:
20207: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
20208: classes/_table.h, classes/table.C, main/untaint.C: z
20209:
20210: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
20211: include/pa_table.h, main/core.C, main/execute.C,
20212: main/pa_common.C, main/pa_request.C, main/pa_table.C,
20213: types/pa_value.h: table:set 0
20214:
20215: * src/: classes/root.C, include/core.h, include/pa_array.h,
20216: include/pa_request.h, include/pa_table.h, main/core.C,
20217: main/main.dsp, main/pa_request.C, main/pa_table.C,
20218: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
20219: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
20220: types/pa_vstring.h: freeze, ^table:create[] -1
20221:
20222: * src/: classes/root.C, types/pa_value.h: z
20223:
20224: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
20225: get_method in couple places optimizing them
20226:
20227: * src/classes/root.C: z
20228:
20229: * src/: classes/root.C, types/pa_vclass.h: process temp main
20230: zeroing
20231:
20232: * src/: classes/double.C, classes/int.C, classes/root.C,
20233: classes/string.C, include/pa_common.h, include/pa_request.h,
20234: include/pa_string.h, include/pa_types.h, main/compile.C,
20235: main/compile.y, main/compile_tools.h, main/execute.C,
20236: main/pa_common.C, main/pa_request.C, types/pa_value.h,
20237: types/pa_vmframe.h: ^process. actual names to store param and
20238: check_actual_numbered_params for better place diagnostics
20239:
20240: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
20241: method-junctions bug fixed
20242:
20243: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
20244: pa_vstateless_object.h, pa_vstring.h: stateless_object
20245:
20246: 2001-03-11 paf
20247:
20248: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
20249: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
20250: VDouble VInt base now VObject_base - without fields
20251:
20252: * src/: classes/root.C, include/core.h, main/core.C: z
20253:
20254: * src/: classes/double.C, classes/int.C, classes/root.C,
20255: classes/string.C, include/core.h, include/pa_hash.h,
20256: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
20257: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
20258:
20259: * src/: classes/double.C, classes/int.C, classes/root.C,
20260: include/pa_request.h, main/execute.C: intercept_string
20261:
20262: * src/: classes/double.C, classes/int.C, classes/root.C,
20263: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
20264:
20265: * src/: classes/double.C, classes/int.C, include/pa_request.h:
20266: ^inc-s(expr)
20267:
20268: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20269: classes/_root.h, classes/_string.h, classes/double.C,
20270: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
20271: include/code.h, include/core.h, include/pa_array.h,
20272: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
20273: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20274: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20275: include/pa_types.h, main/compile.C, main/compile.y,
20276: main/compile_tools.C, main/compile_tools.h, main/core.C,
20277: main/execute.C, main/pa_array.C, main/pa_common.C,
20278: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
20279: main/pa_request.C, main/pa_string.C, main/pa_table.C,
20280: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20281: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
20282: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
20283: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
20284: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
20285: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
20286:
20287: * src/: main/pa_request.C, types/pa_vhash.h: z
20288:
20289: * src/: include/core.h, include/pa_request.h, main/core.C,
20290: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
20291:
20292: * src/: include/pa_valiased.h, include/pa_value.h,
20293: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
20294: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
20295: include/pa_vjunction.h, include/pa_vmframe.h,
20296: include/pa_vobject.h, include/pa_vstring.h,
20297: include/pa_vunknown.h, include/pa_wcontext.h,
20298: include/pa_wwrapper.h, main/compile.y, main/core.C,
20299: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
20300: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
20301: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20302: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
20303: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
20304: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
20305: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
20306: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
20307: include/
20308:
20309: 2001-03-10 paf
20310:
20311: * src/: include/core.h, include/pa_request.h, main/core.C,
20312: main/pa_request.C: run+auto=run
20313:
20314: * src/: classes/root.C, include/pa_request.h: minor if junction bug
20315:
20316: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20317: classes/_root.h, classes/_string.h, classes/double.C,
20318: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
20319: include/code.h, include/core.h, include/pa_array.h,
20320: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
20321: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20322: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20323: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
20324: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
20325: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
20326: include/pa_vjunction.h, include/pa_vmframe.h,
20327: include/pa_vobject.h, include/pa_vstring.h,
20328: include/pa_vunknown.h, include/pa_wcontext.h,
20329: include/pa_wwrapper.h, main/compile.C, main/compile.y,
20330: main/compile_tools.C, main/compile_tools.h, main/core.C,
20331: main/execute.C, main/pa_array.C, main/pa_cframe.C,
20332: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
20333: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20334: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
20335: main/pa_wcontext.C: sources header
20336:
20337: * src/main/pa_request.C: auto..
20338:
20339: * src/: include/pa_request.h, main/compile.C, main/compile.y,
20340: main/pa_request.C: auto tree0
20341:
20342: * src/: include/core.h, include/pa_request.h, main/compile.y,
20343: main/core.C, main/pa_request.C: names to core.C
20344:
20345: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
20346: include/pa_request.h, main/core.C, main/execute.C,
20347: main/pa_common.C, main/pa_request.C: root auto.p loaded
20348:
20349: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
20350: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
20351: main/compile_tools.C, main/compile_tools.h, main/execute.C:
20352: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
20353:
20354: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
20355: @auto[] realised. auto.p scan togo
20356:
20357: * src/: include/pa_request.h, main/execute.C: autocalc
20358: code-junctions result now have names
20359:
20360: * src/: classes/double.C, classes/int.C, classes/root.C,
20361: classes/string.C, include/pa_request.h, include/pa_string.h,
20362: include/pa_wcontext.h, main/compile.y, main/execute.C,
20363: main/pa_string.C, main/pa_wcontext.C: tainting 0
20364:
20365: * src/classes/env.C: env:file/line
20366:
20367: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
20368: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
20369: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
20370: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
20371: main/compile_tools.C, main/compile_tools.h, main/core.C,
20372: main/execute.C, main/main.dsp, main/pa_cframe.C,
20373: main/pa_request.C, main/pa_wcontext.C: const fight finished
20374:
20375: * src/include/pa_vclass.h: const fight to go
20376:
20377: * src/: classes/_env.h, classes/env.C, classes/root.C,
20378: include/pa_request.h, include/pa_vclass.h, main/core.C,
20379: main/main.dsp: env0
20380:
20381: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
20382: classes/_string.h, classes/double.C, classes/int.C,
20383: classes/root.C, classes/string.C, include/pa_request.h,
20384: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
20385: include/pa_wcontext.h, main/core.C, main/main.dsp,
20386: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
20387: main/pa_wcontext.C: ^lang prepare0
20388:
20389: 2001-03-09 paf
20390:
20391: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
20392: construct proper naming
20393:
20394: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
20395: classes/double.C, classes/int.C, classes/root.C,
20396: classes/string.C, include/code.h, include/pa_value.h,
20397: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
20398: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
20399: main/compile.y, main/compile_tools.C, main/core.C,
20400: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
20401: and ^double[]. fixed expr type
20402:
20403: * src/: classes/root.C, include/pa_request.h, main/execute.C:
20404: ^string.length[]
20405:
20406: 2001-03-08 paf
20407:
20408: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
20409:
20410: * src/: include/pa_vclass.h, include/pa_vstring.h,
20411: include/pa_wcontext.h, main/compile.y, main/core.C,
20412: main/execute.C, main/main.dsp: dead end: vstring can't be
20413: derivated from vobject
20414:
20415: * src/: include/pa_vclass.h, include/pa_vhash.h,
20416: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
20417:
20418: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
20419: remained clone conseqs
20420:
20421: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
20422:
20423: * src/main/pa_vclass.C: wow! vclass were out of vcs
20424:
20425: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
20426: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
20427: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
20428: include/pa_vobject.h, include/pa_vstring.h,
20429: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
20430: main/execute.C: withoud cloning. didn't need it actually, params
20431: got passed from out unnamed ewpool
20432:
20433: * src/: include/pa_vdouble.h, include/pa_vhash.h,
20434: include/pa_vjunction.h, include/pa_vobject.h,
20435: include/pa_vunknown.h, main/compile.y: cloning dead end
20436:
20437: * src/: include/pa_bool.h, include/pa_double.h,
20438: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
20439: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
20440: include/pa_vjunction.h, include/pa_vmframe.h,
20441: include/pa_vobject.h, include/pa_vstring.h,
20442: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
20443: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
20444: to give params proper names
20445:
20446: * src/main/pa_wcontext.C: z
20447:
20448: * src/: include/pa_vmframe.h, main/execute.C: added names to
20449: unknown values in get_element and unfilled params. removed wrong
20450: name change in get_element
20451:
20452: * src/main/execute.C: z
20453:
20454: * src/main/execute.C: fixed problems calling operators in
20455: constructors
20456:
20457: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
20458: detected problems calling operators in constructors
20459:
20460: * src/: classes/root.C, include/pa_request.h, main/execute.C:
20461: autocalc def to string
20462:
20463: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
20464: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
20465:
20466: * src/classes/root.C: added root.c
20467:
20468: * src/: include/pa_request.h, include/pa_value.h,
20469: include/pa_vcframe.h, include/pa_vmframe.h,
20470: include/pa_wcontext.h, main/compile.C, main/compile.y,
20471: main/core.C, main/execute.C, main/pa_cframe.C,
20472: main/pa_wcontext.C: 'if' just compiled
20473:
20474: * src/: include/pa_vbool.h, include/pa_vdouble.h,
20475: include/pa_vjunction.h, include/pa_vmframe.h,
20476: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
20477: main/pa_wcontext.C: z
20478:
20479: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
20480: main/core.C, main/execute.C, main/main.dsp: z. detected probs
20481: with parameter names in operator methods
20482:
20483: * src/main/compile.y: minor renamings in .y
20484:
20485: * src/: include/pa_request.h, main/compile.C, main/compile.y,
20486: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
20487: @BASE. changed 'RUN' assignment mech
20488:
20489: * src/main/execute.C: z
20490:
20491: * src/: include/code.h, main/compile.y, main/compile_tools.C,
20492: main/compile_tools.h, main/execute.C: made class: dynamic, not
20493: static. so to enable runtime ^use
20494:
20495: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
20496:
20497: * src/: include/code.h, main/compile.y, main/compile_tools.C,
20498: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
20499:
20500: * src/main/execute.C: root root in code-junction
20501:
20502: 2001-03-07 paf
20503:
20504: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
20505: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
20506:
20507: * src/: include/pa_stack.h, include/pa_value.h,
20508: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
20509: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
20510: fixed rwcontext of {} params up
20511:
20512: * src/main/: compile.y, compile_tools.h: ^func(params)
20513:
20514: * src/main/compile.y: .y priorities syntax shaped up a bit
20515:
20516: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
20517: include/pa_vunknown.h, main/compile.y, main/execute.C,
20518: main/pa_hash.C: expr def in -f
20519:
20520: * src/main/: compile.y, execute.C: expr calls
20521:
20522: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
20523: fixed
20524:
20525: * src/main/compile.y: expr quoted code
20526:
20527: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
20528: support0
20529:
20530: * src/main/compile.y: expr string comparisons 0
20531:
20532: * src/: include/pa_string.h, main/compile.y, main/execute.C,
20533: main/pa_string.C: just compiled lt&co
20534:
20535: * src/main/execute.C: ^var.menu{$field} problem detected. that
20536: $field not a $var.field
20537:
20538: 2001-03-06 paf
20539:
20540: * src/main/compile.y: .y expr visible-shorter
20541:
20542: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
20543: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
20544: logical
20545:
20546: * src/: include/pa_vstring.h, main/compile.y: problems with
20547: skipping whitespace in yylex
20548:
20549: * src/include/pa_vbool.h: forgot this
20550:
20551: * src/: include/code.h, main/compile.y, main/execute.C: without
20552: string ops in expressions 0
20553:
20554: * src/: include/pa_value.h, include/pa_vdouble.h,
20555: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
20556: main/execute.C, main/main.dsp: !~
20557:
20558: * src/: include/pa_vcframe.h, include/pa_vclass.h,
20559: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
20560: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
20561: include/pa_vunknown.h, include/pa_wcontext.h,
20562: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
20563: main/compile_tools.h, main/execute.C: +-*/
20564:
20565: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
20566: main/compile_tools.h: grammar-1.1 $a(z) $a=0
20567:
20568: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
20569: main/execute.C: expr grammar-1 2*2=4.000000 :)
20570:
20571: * src/main/compile.y: expr grammar-1
20572:
20573: * src/main/compile.y: expr lexx1
20574:
20575: * src/main/: compile.y, execute.C, main.dsp: z
20576:
20577: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
20578: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
20579: main/execute.C: expr lex0 exec-1
20580:
20581: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
20582:
20583: 2001-02-26 paf
20584:
20585: * src/main/compile.y: max_string in yyerror bug fix
20586:
20587: 2001-02-25 paf
20588:
20589: * src/: include/pa_value.h, include/pa_vmframe.h,
20590: include/pa_wcontext.h, main/execute.C: VAliased3
20591:
20592: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
20593:
20594: * src/main/execute.C: VAliased1
20595:
20596: * src/: include/pa_request.h, include/pa_value.h,
20597: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
20598: VAliased0
20599:
20600: * src/: include/pa_pool.h, include/pa_request.h,
20601: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
20602: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
20603: VAliased just compiled
20604:
20605: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
20606: include/pa_vobject.h, main/execute.C: alias dead end
20607:
20608: * src/: include/pa_value.h, include/pa_vclass.h,
20609: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
20610: main/main.dsp: no not get fields into interm VFielded class.
20611: fields & staticfields 1
20612:
20613: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
20614: include/pa_vobject.h, include/pa_wcontext.h,
20615: include/pa_wwrapper.h, main/core.C, main/execute.C,
20616: main/main.dsp: would now get fields into interm VFielded class
20617:
20618: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
20619: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
20620: include/pa_wcontext.h, main/compile.y, main/core.C,
20621: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
20622: main/pa_wcontext.C: virtuals2
20623:
20624: * src/main/compile.y: : 1
20625:
20626: * src/main/compile.y: rethought to $class:static.field.subfield
20627:
20628: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
20629: $class:element
20630:
20631: * src/: include/pa_value.h, include/pa_vmframe.h,
20632: include/pa_wwrapper.h, main/compile.y, main/execute.C,
20633: main/pa_wcontext.C: before execute class calls rewrite
20634:
20635: * src/: include/pa_request.h, main/compile.C, main/core.C: default
20636: name RUN, also alias
20637:
20638: * src/main/compile.y: escaping bug
20639:
20640: * src/: include/pa_request.h, include/pa_value.h,
20641: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
20642: main/core.C, main/execute.C, main/pa_common.C: vobject1
20643:
20644: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
20645: include/pa_vmframe.h, include/pa_vobject.h,
20646: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
20647: main/compile_tools.h, main/execute.C: ^class:method() just
20648: compiled
20649:
20650: 2001-02-24 paf
20651:
20652: * src/main/main.dsp: no bison -d
20653:
20654: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
20655: class' err msg wrong
20656:
20657: * src/main/compile.y: z
20658:
20659: * src/main/: compile.y, core.C: yylex need some @special lines adj
20660:
20661: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
20662: main/compile.y, main/compile_tools.h, main/core.C: modules0
20663:
20664: * src/: include/pa_vclass.h, main/core.C: z
20665:
20666: * src/: include/pa_value.h, include/pa_vclass.h,
20667: include/pa_vobject.h, main/main.dsp: vobject00
20668:
20669: * src/main/pa_array.C: minor bug in expanding very small arrays.
20670: 60% from 1 were 0
20671:
20672: * src/: include/pa_value.h, include/pa_wcontext.h,
20673: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
20674: as bad as you've named it: wcontext.value() was not a perfect
20675: idea
20676:
20677: * src/main/execute.C: codeframe1
20678:
20679: * src/: include/pa_value.h, include/pa_vcframe.h,
20680: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
20681: include/pa_vjunction.h, include/pa_vmframe.h,
20682: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
20683: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
20684: just compiled
20685:
20686: * src/: include/pa_vframe.h, main/compile.y: found junction
20687: ideology @: ^x{$a()) must construct current wcontext element, so
20688: smart wcontext handling needed
20689:
20690: * src/main/compile.y: fixed grammar bugs in constructor/params
20691: klinch
20692:
20693: * src/main/: compile.y, execute.C: fixed empty constructor
20694: optimized empty case. failed on calls - produced empty string
20695: param
20696:
20697: * src/main/compile.y: fixed last \n macrotemplate strip bug
20698:
20699: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
20700: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
20701: main/compile_tools.C, main/compile_tools.h, main/core.C,
20702: main/execute.C: code junctions0. something wrong with last \n
20703: macrotemplate strip
20704:
20705: * src/: include/pa_value.h, main/compile.C, main/core.C,
20706: main/pa_value.C: minor error reporting format beautifyings
20707:
20708: * src/: include/pa_value.h, include/pa_vclass.h,
20709: include/pa_vframe.h, main/core.C, main/execute.C,
20710: main/pa_value.C: get_method RIP. junctions everywhere. call with
20711: junctions0
20712:
20713: 2001-02-23 paf
20714:
20715: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
20716: pa_wwrapper.h: lara came, can't work, sorry :(
20717:
20718: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
20719: junction
20720:
20721: * src/: include/pa_vframe.h, include/pa_vunknown.h,
20722: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
20723: main/execute.C, main/main.dsp, main/pa_value.C: call0
20724:
20725: * src/: include/pa_hash.h, include/pa_value.h,
20726: include/pa_wcontext.h, main/core.C, main/execute.C,
20727: main/main.dsp, main/pa_hash.C: started call. store param, vframe
20728: done
20729:
20730: * src/include/pa_wcontext.h: z
20731:
20732: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
20733: wrong grammar in complex constructor case
20734:
20735: * src/main/: compile.y, execute.C: empty constructor bug fixed
20736:
20737: * src/main/execute.C: with result rwpool
20738:
20739: * src/: include/pa_value.h, main/core.C, main/execute.C,
20740: main/main.dsp: value named
20741:
20742: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
20743: strign 2 value in 2 places in execute
20744:
20745: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
20746: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
20747: wcontext.put_element when wcontext fvalue==0
20748:
20749: 2001-02-22 paf
20750:
20751: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
20752: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
20753: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
20754:
20755: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
20756: erroreos checkout
20757:
20758: * src/: include/pa_request.h, main/compile.y: $self.put(val)
20759:
20760: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
20761: main/compile_tools.h, main/pa_array.C: $self.get
20762:
20763: * src/main/: compile.C, compile.y, compile_tools.C: z
20764:
20765: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
20766: bit. finished now.
20767:
20768: * src/main/compile.y: $: finished
20769:
20770: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
20771:
20772: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
20773: main/execute.C: OP_STRING better then some xxx _VALUE
20774:
20775: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
20776: main/compile_tools.C, main/compile_tools.h, main/execute.C:
20777: string to vstring it .y all
20778:
20779: * src/: include/pa_request.h, include/pa_stack.h,
20780: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
20781: all
20782:
20783: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
20784: precise parse error line:col
20785:
20786: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
20787: main/pa_hash.C, main/pa_pool.C: TRY...
20788:
20789: * src/: include/pa_exception.h, include/pa_pool.h,
20790: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
20791: main/compile.C, main/compile.y, main/compile_tools.C,
20792: main/core.C, main/pa_array.C, main/pa_exception.C,
20793: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
20794: main/pa_table.C: removed exception from request
20795:
20796: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
20797: some forgotten
20798:
20799: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
20800: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
20801: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
20802: get/put simple vars to VClass works0
20803:
20804: * src/: include/pa_array.h, include/pa_wcontext.h,
20805: main/pa_string.C: in process, but found that exceptions are too
20806: global
20807:
20808: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
20809: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
20810: main/execute.C, main/pa_string.C: write_value write_string 0 it
20811: seems wcontext must write strings regardles of fvalue!=0
20812:
20813: 2001-02-21 paf
20814:
20815: * src/main/execute.C: tired :)
20816:
20817: * src/main/: compile.C, compile.y, execute.C: store0
20818:
20819: * src/: include/compile.h, include/execute.h, include/pa_array.h,
20820: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
20821: include/pa_wcontext.h, main/compile.C, main/compile.y,
20822: main/execute.C, main/main.dsp, main/pa_array.C,
20823: main/pa_request.C: get put -1 [just compiled]
20824:
20825: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
20826: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
20827: main/main.dsp, main/pa_request.C: request core methods0
20828:
20829: * src/: include/compile.h, include/pa_array.h, main/compile.C,
20830: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
20831: execute
20832:
20833: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
20834: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
20835: methods and one_big_piece. now compile returns array<method*>
20836:
20837: * src/main/compile.y: more straightforward yylex[end]
20838:
20839: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
20840: string.operator==(char*)
20841:
20842: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
20843: main/execute.C, main/pa_array.C: after array.const get wonders
20844:
20845: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
20846: pa_string.h, pa_value.h: struck with const array.gets
20847:
20848: * src/main/: execute.C: z
20849:
20850: * src/main/: compile.y, execute.C: z
20851:
20852: * src/main/: compile.C, compile.y, compile_tools.h: error
20853: processing in eval & yyerror so it wouldn't cause memleaks.
20854:
20855: * src/main/: compile.C, compile.y: failed to add absolute precies
20856: parse error positions. leaving RIGHTMOST position as
20857: @file[line:col]
20858:
20859: * src/: include/compile.h, main/compile.C, main/compile.y,
20860: main/compile_tools.h: line numbers needed. would add them to .y
20861: now internally. externally it's not as precise as needed
20862:
20863: * src/: include/code.h, include/pa_types.h, main/compile.C,
20864: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20865: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
20866: compiler works ok
20867:
20868: 2001-02-20 paf
20869:
20870: * src/main/: compile.C, compile.y, compile_tools.C,
20871: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
20872: not perfect
20873:
20874: * src/: include/code.h, include/compile.h, include/execute.h,
20875: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
20876: include/pa_string.h, include/pa_table.h, include/pa_types.h,
20877: main/compile.C, main/compile.y, main/compile_tools.C,
20878: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
20879: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
20880: main/pa_string.C, main/pa_table.C: bison[yacc] first time
20881: compiled. execute=dump for now
20882:
20883: * src/main/core.C: core rewrite using yacc investigations now will
20884: be compile[yacc]/execute[opcodes]
20885:
20886: 2001-02-15 paf
20887:
20888: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
20889: rewrite as turing machine? for it seems it would be it's too many
20890: ifs with this syntax now
20891:
20892: 2001-02-14 paf
20893:
20894: * src/main/core.C: get_params 1
20895:
20896: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
20897: :( ]
20898:
20899: * src/main/core.C: varios breaks
20900:
20901: * src/main/core.C: get names 3
20902:
20903: * src/main/core.C: get names 2
20904:
20905: * src/main/core.C: get names 1
20906:
20907: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
20908: names 0
20909:
20910: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
20911: text repassing2 operator static vars
20912:
20913: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
20914: main/pa_string.C: process text repassing
20915:
20916: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
20917: module:calls changes
20918:
20919: 2001-02-13 paf
20920:
20921: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
20922: ^class:calls[] started
20923:
20924: * src/: include/pa_value.h, main/core.C: z
20925:
20926: * src/main/core.C: operators : and self. prefixes
20927:
20928: * src/main/core.C: z
20929:
20930: * src/: include/pa_string.h, main/pa_string.C: String_iterator
20931: tested
20932:
20933: * src/: include/pa_string.h, main/pa_string.C: String_iterator
20934: optimized
20935:
20936: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
20937: would change privates to better support optimization
20938:
20939: * src/: include/pa_string.h, main/pa_string.C:
20940: String_iterator::skip_to todo:optimize
20941:
20942: 2001-02-12 paf
20943:
20944: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
20945: String_iterator
20946:
20947: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
20948: comments
20949:
20950: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
20951: self/methodref joined
20952:
20953: 2001-02-11 paf
20954:
20955: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
20956: main/main.dsp: core started. core.C, context&value .h
20957:
20958: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
20959: include/pa_string.h, main/main.dsp, main/pa_array.C,
20960: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
20961:
20962: 2001-01-30 paf
20963:
20964: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
20965: comments
20966:
20967: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
20968: main/pa_pool.C: moved pa_pool.C to be target specific
20969:
20970: * src/: include/pa_exception.h, include/pa_pool.h,
20971: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
20972: to & changes
20973:
20974: * src/: include/pa_exception.h, include/pa_pool.h,
20975: include/pa_request.h, include/pa_table.h, main/pa_array.C,
20976: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
20977: re-associated. that's much better even removed 'die' necessety
20978:
20979: * src/: include/pa_error.h, include/pa_exception.h,
20980: include/pa_pool.h, include/pa_request.h, main/main.dsp,
20981: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
20982: targets/Makefile.am: lowered targets/parser into subdir, added
20983: parser_Pool(Pool) failed to add. would think..
20984:
20985: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
20986: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
20987: main/pa_string.C, main/pa_table.C: Table more like C++ style
20988: hence lots of 'const'
20989:
20990: * src/: include/pa_error.h, include/pa_request.h,
20991: include/pa_string.h, include/pa_table.h, main/pa_error.C,
20992: main/pa_table.C: Error fixed
20993:
20994: 2001-01-29 paf
20995:
20996: * src/: include/pa_array.h, include/pa_common.h,
20997: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
20998: include/pa_request.h, include/pa_string.h, include/pa_table.h,
20999: main/Makefile.am, main/pa_array.C, main/pa_common.C,
21000: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
21001:
21002: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21003: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21004: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
21005: main/pa_string.C, main/pa_table.C: Request Error Table
21006:
21007: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
21008: templates"
21009:
21010: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
21011: main/main.dsp, main/pa_array.C: templates failed no template
21012: specializations [VC6], no library auto instantation [VC6, GNU c++
21013: 2.95.2-6 from latest cygwin]
21014:
21015: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21016: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21017: main/main.dsp, main/pa_array.C, main/pa_string.C,
21018: main/pa_table.C: Table started would test template Array now
21019:
21020: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
21021: String originating
21022:
21023: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
21024: main/pa_hash.C: made local Hash-es not thread safe=quicker by
21025: SYNCHRONIZED(thread_safe)
21026:
21027: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
21028: parts to top
21029:
21030: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
21031: main/pa_threads.C: decided on one global_mutex, like PHP as I can
21032: see: needed only in global Hash now, made Hash:: put/get
21033: SYNCHRONIZED
21034:
21035: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
21036: main/pa_threads.C: added pa_threads
21037:
21038: Mutex
21039:
21040: * src/include/pa_hash.h: some comments
21041:
21042: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
21043: Array& operator += (Array& src)
21044:
21045: * src/main/pa_array.C: expand not convinient, would rewrite
21046:
21047: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
21048: (Array& src)
21049:
21050: rethought, would change now
21051:
21052: 2001-01-27 paf
21053:
21054: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
21055: caching
21056:
21057: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21058: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
21059: cache rethought to chunk caching
21060:
21061: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21062: include/pa_string.h, main/main.dsp, main/pa_array.C,
21063: main/pa_hash.C, main/pa_string.C: Array 0
21064:
21065: * src/main/pa_string.C: String::operator ==
21066:
21067: * src/main/pa_hash.C: String(&String)
21068:
21069: * src/main/pa_hash.C: added pa_hash.C [forgotten]
21070:
21071: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
21072: main/main.dsp, main/pa_string.C: uint, and added pa_types &
21073: pa_hash[forgotten]
21074:
21075: 2001-01-26 paf
21076:
21077: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
21078: removed templates [vc++ suxx]
21079:
21080: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
21081: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
21082:
21083: * src/include/: pa_pool.h, pa_string.h: pa_pool split
21084:
21085: * src/main/: main.dsp, pa_string.C: $Id$ check
21086:
21087: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
21088: check
21089:
21090: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
21091: dynamic row_count
21092:
21093: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
21094: main/main.dsp, main/pa_pool.C, main/pa_string.C,
21095: targets/Makefile.am: Initial revision
21096:
21097: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
21098: main/main.dsp, main/pa_pool.C, main/pa_string.C,
21099: targets/Makefile.am: creating parser3 module
21100:
E-mail: