Annotation of parser3/ChangeLog, revision 1.97
1.97 ! moko 1: 2015-10-14 moko
! 2:
! 3: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
! 4: defined" bug (described in issue #1036)
! 5:
! 6: * tests/: 247.html, results/247.processed: test for checkBOM added
! 7: (test for bug #1037)
! 8:
! 9: * src/: include/pa_charsets.h, main/pa_charsets.C,
! 10: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
! 11: it's not enforced, skips BOM signature if it complies charset
! 12: (fixes bug #1037)
! 13:
! 14: 2015-10-13 moko
! 15:
! 16: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
! 17: linking
! 18:
! 19: * src/classes/inet.C: vs2003 compilation fix
! 20:
! 21: * src/classes/math.C: warning war
! 22:
! 23: * src/lib/punycode/pa_punycode.c: warning war
! 24:
! 25: 2015-10-12 moko
! 26:
! 27: * src/lib/punycode/pa_punycode.c: warning war
! 28:
! 29: * parser3.sln: moved parser3 first, to make it default startup
! 30: project
! 31:
! 32: * buildall: parser "mirror" now used for external libs sources
! 33: (implements feature #1036)
! 34:
! 35: * buildall: most external libs are updated to their current
! 36: versions (related to feature #1036)
! 37:
! 38: * src/classes/image.C: more tags added
! 39:
! 40: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
! 41:
! 42: 2015-10-11 moko
! 43:
! 44: * src/classes/curl.C: minor optimization (related to feature #1035)
! 45:
! 46: 2015-10-09 moko
! 47:
! 48: * src/classes/curl.C: pa_strdup added for strings from curl
! 49: (related to feature #1035)
! 50:
! 51: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
! 52: ULLONG_MAX definition
! 53:
! 54: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
! 55: (implements feature #1035)
! 56:
! 57: * src/main/pa_charset.C: String::Body(String::C) used
! 58:
! 59: * src/main/pa_charset.C: exceptions unified
! 60:
! 61: * src/: include/pa_charset.h, main/pa_charset.C: declarations
! 62: unified
! 63:
! 64: * src/: classes/file.C, classes/image.C, classes/mail.C,
! 65: classes/op.C, classes/xdoc.C, classes/xnode.C,
! 66: include/pa_string.h, main/pa_request.C, main/pa_string.C,
! 67: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
! 68: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
! 69: String::Body(String::C) constructor added (related to bug #957)
! 70:
! 71: * src/classes/file.C: minor optimization
! 72:
! 73: * src/include/pa_hash.h: hash.get(char*) added, to minimize
! 74: Cord(char*) autocreation (related to bug #957)
! 75:
! 76: * src/: classes/string.C, main/untaint.C: minor optimizations
! 77:
! 78: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
! 79: String(char*, Lang, length) removed, String(C(), Lang) used
! 80: instead (related to bug #957)
! 81:
! 82: 2015-10-08 moko
! 83:
! 84: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
! 85: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
! 86: main/untaint.C: Now char * is converted to CORD only using
! 87: AS_CORD() to check for empty cord bug (fixes bug #957)
! 88:
! 89: * src/include/pa_hash.h: fixed compilation without
! 90: HASH_CODE_CACHING
! 91:
! 92: * src/classes/string.C:
! 93: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
! 94: feature #120)
! 95:
! 96: * src/main/pa_common.C: reduce js flags checks count (related to
! 97: feature #120)
! 98:
1.96 moko 99: 2015-10-07 moko
100:
101: * tests/: 275.html, results/275.processed: test modified after
102: unsigned long long int support implemented (feature #1034)
103:
104: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
105: pa_atoul added for unsigned long long int support
106:
107: 2015-10-06 moko
108:
109: * src/types/pa_vdate.C: INT_MAX used
110:
111: 2015-10-03 moko
112:
113: * tests/: 302.html, results/302.processed: test for bug #1023
114: (\u2028, \u2029 escaping) added
115:
116: * src/main/untaint.C: \u2028, \u2029 are now escaped in
117: json:string[] (fixes bug #1023)
118:
119: 2015-09-29 moko
120:
121: * tests/305.html: try-catch added for OS without ipv6 support
122:
123: * src/lib/json/pa_json.C: more unique prefixes for Solaris
124: compilation
125:
126: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
127: main/execute.C, types/pa_value.h, types/pa_vhash.h,
128: types/pa_vtable.C, types/pa_vtable.h: get_element4call
129: implemented to distinguish ^hash.method from $hash.field
130: (implements feature #1017)
131:
132: * src/lib/punycode/pa_punycode.c: warning war
133:
134: * src/include/pa_config_includes.h: warning war
135:
136: * src/include/pa_config_includes.h: pragma warning actualized a bit
137:
138: * src/include/pa_config_includes.h: warning war
139:
140: * src/include/pa_hash.h: clang compilation fix
141:
142: 2015-09-27 moko
143:
144: * src/main/compile.tab.C: Bison 3 is now default
145:
146: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
147:
148: 2015-09-25 moko
149:
150: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
151: works with undefined HASH_ORDER (related to feature #196)
152:
153: 2015-09-24 moko
154:
155: * tests/: 027.html, results/027.processed: test modified to test
156: ^hash.sort (feature #196)
157:
158: * src/: classes/hash.C, include/pa_hash.h:
159: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
160: added (implements feature #196)
161:
162: * tests/: 316.html, results/316.processed: Added test for bug #1025
163: (exception handling in non-cached ^cache), plus for "it does not
164: have logical value" and "$exception.handled value must be either
165: boolean or string 'cache'" exceptions.
166:
167: * src/classes/op.C: ^cache: exceptions now handled in non-cached
168: code (fixes bug #1025)
169:
1.95 moko 170: 2015-09-23 moko
171:
172: * src/classes/table.C: warning war
173:
174: * src/: classes/math.C, types/pa_vcookie.C: warning war
175:
176: * src/classes/file.C: warning war
177:
178: * src/: include/pa_table.h, main/pa_table.C: warning war
179:
180: * src/: main/pa_request.C, classes/date.C: warning war
181:
182: * src/: types/pa_vdate.C, classes/op.C: warning war
183:
184: * tests/: 122.html, results/122.processed: win sync: to remove
185: differences with OS that doesn't keep timezone change history
186:
187: * src/types/pa_vdate.C: tzset() should be called in Windows after
188: TZ change (related to feature #36)
189:
190: * tests/: 075.html, results/075.processed: win sync: to remove
191: differences with OS that doesn't keep timezone change history
192:
193: * tests/: 315.html, results/315.processed: win sync: to remove
194: differences with OS that doesn't keep timezone change history
195:
196: * tests/: 256.html, results/256.processed: win sync: to remove
197: differences with OS that doesn't keep timezone change history
198:
199: * tests/: 124.html, results/124.processed: win results sync: to
200: avoid hitting time change hole.
201:
202: * src/types/pa_vdate.C: static returned. :)
203:
204: 2015-09-22 moko
205:
206: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
207:
208: * tests/results/131.processed: more tests for feature #1032
209:
210: * src/classes/date.C: minor fix related to feature #1032
211:
212: * operators.txt: ISO date creation documented (related to feature
213: #1032)
214:
215: * operators.txt: iso-string documented (related to feature #1032)
216:
217: * tests/: 315.html, results/315.processed: more tests added
218: (related to feature #1032)
219:
220: * tests/: 131.html, results/131.processed: date range checks
221: updated (related to feature #36)
222:
223: * tests/: 315.html, results/057.processed, results/315.processed:
224: test added for ISO date support (related to issue #315)
225:
226: * src/classes/date.C: more readable exceptions in date creation
227: (related to ticket #1032)
228:
229: 2015-09-18 moko
230:
231: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
232: added (related to issue #1032)
233:
234: * tests/results/256.processed, src/classes/json.C: iso-string
235: documented (related to issue #1032)
236:
237: * tests/: 256.html, results/256.processed: ISO date check added
238: (related to issue #1032)
239:
240: * tests/: 057.html, results/057.processed, results/224.processed:
241: tests results updated after ISO date support implemented (related
242: to feature #1032)
243:
244: * src/: classes/date.C, classes/image.C, types/pa_value.h,
245: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
246: ^date::create[string] constructor formalized, ^date.iso-string[]
247: added (implements feature #1032)
248:
249: 2015-09-05 moko
250:
251: * operators.txt: actualized
252:
253: * operators.txt: date changes documented (related to ticket #36)
254:
255: 2015-09-04 moko
256:
257: * src/types/pa_vdate.C: warning war
258:
259: * src/: classes/op.C, types/pa_vhashfile.C: warning war
260:
261: 2015-09-03 moko
262:
263: * tests/results/096.processed: test result updated for 0..9999 year
264: date range support (related to feature #36)
265:
266: * tests/: 314.html, results/314.processed: test for
267: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
268: bug #1031)
269:
270: * src/classes/string.C: Static calls fixed for ^string:base64[],
271: ^string:idna[], ^string:js-escape[] (closes bug #1031)
272:
1.97 ! moko 273: * Makefile.am, Makefile.in, acsite.m4, configure.ac, configure.in:
! 274: Warning war: configure.in -> configure.ac
1.95 moko 275:
1.97 ! moko 276: * Makefile.in, configure, configure.in, bin/Makefile.in,
! 277: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 278: src/Makefile.in, src/classes/Makefile.in,
! 279: src/include/Makefile.in, src/include/pa_config_auto.h.in,
! 280: src/lib/Makefile.in, src/lib/cord/Makefile.in,
! 281: src/lib/cord/include/Makefile.in,
! 282: src/lib/cord/include/private/Makefile.in,
! 283: src/lib/curl/Makefile.in, src/lib/gc/Makefile.in,
! 284: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
! 285: src/lib/json/Makefile.in, src/lib/md5/Makefile.in,
! 286: src/lib/memcached/Makefile.in, src/lib/pcre/Makefile.in,
! 287: src/lib/punycode/Makefile.in, src/lib/sdbm/Makefile.in,
! 288: src/lib/sdbm/pa-include/Makefile.in, src/lib/smtp/Makefile.in,
! 289: src/main/Makefile.in, src/sql/Makefile.in,
! 290: src/targets/Makefile.in, src/targets/apache/Makefile.in,
! 291: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 292: src/types/Makefile.in: more correct timezone check for FreeBSD
! 293: Warning war: configure.in -> configure.ac
1.95 moko 294:
295: * configure, configure.in, src/classes/Makefile.am,
1.97 ! moko 296: src/classes/Makefile.in, src/include/pa_config_auto.h.in,
! 297: src/lib/cord/Makefile.am, src/lib/cord/Makefile.in,
! 298: src/lib/gd/Makefile.am, src/lib/gd/Makefile.in,
! 299: src/lib/json/Makefile.am, src/lib/json/Makefile.in,
! 300: src/lib/memcached/Makefile.am, src/lib/memcached/Makefile.in,
! 301: src/lib/pcre/Makefile.am, src/lib/pcre/Makefile.in,
! 302: src/lib/sdbm/Makefile.am, src/lib/sdbm/Makefile.in,
! 303: src/lib/smtp/Makefile.am, src/lib/smtp/Makefile.in,
! 304: src/main/Makefile.am, src/main/Makefile.in,
! 305: src/targets/apache/Makefile.am, src/targets/apache/Makefile.in,
! 306: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
! 307: src/types/Makefile.am, src/types/Makefile.in: INCLUDES ->
1.95 moko 308: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
309: check added
310:
311: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
312:
313: * tests/results/: 124.processed, 224.processed: test resuls updated
314: for new date implementation (related to feature #36)
315:
316: * src/: classes/date.C, classes/image.C, include/pa_common.h,
317: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
318: types/pa_vdate.h: new double date implementation with internal
319: support for extended 0..9999 year range, default timezone support
320: (related to feature #36)
321:
322: 2015-08-28 moko
323:
324: * src/types/pa_vmail.C: fixed $mail:received.date calculations
325: (fixes bug #1030)
326:
327: 2015-08-21 moko
328:
329: * src/classes/inet.C: snprintf size "bug" commented
330:
331: * src/main/pa_common.C: snprintf comments updated
332:
333: 2015-08-16 moko
334:
335: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
336:
337: 2015-08-11 moko
338:
339: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
340: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
341: can be null (fixes bug #1029)
342:
343: 2015-08-06 moko
344:
1.97 ! moko 345: * src/types/: Makefile.am, Makefile.in, pa_vdate.C, pa_vdate.h,
! 346: types.vcproj: pa_vdate.C added
1.95 moko 347:
348: 2015-08-05 moko
349:
350: * tests/: 313.html, results/313.processed: test for
351: ^table.count[columns] and ^table.flip[] with nameless tables
352: (feature #1003)
353:
354: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
355: max_cell added, now ^table.count[columns] and ^table.flip[] works
356: correctly for nameless tables (implements feature #1003)
357:
358: 2015-08-03 moko
359:
360: * tests/312.html: test for ^table.append[$hash] and
361: ^table.insert[$hash] added (related to feature #1028)
362:
363: * src/classes/table.C: ^table.append[$hash] and
364: ^table.insert[$hash] now supported (implements feature #1028)
365:
366: * tests/: 312.html, results/312.processed: test row copy in
367: ^table.hash[; $.type[table] ] added (related to feature #1016)
368:
369: * src/classes/table.C: row copy now created in ^table.hash[;
370: $.type[table] ] (related to feature #1016)
371:
372: 2015-07-29 moko
373:
374: * tests/: 312.html, results/312.processed: test for ^table.delete[]
375: added (related to feature #1016)
376:
377: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
378: ^table.delete[] added to delete current row (related to feature
379: 1016)
380:
381: 2015-07-28 moko
382:
383: * tests/: 312.html, results/312.processed: test for
384: $table.column[value] and ^table.insert{row} (related to feature
385: #1016)
386:
387: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
388: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
389: ^table.insert{row} are now implemented (feature #1016)
390:
391: * src/include/pa_array.h: Optimization: bool reverse removed from
392: append(), insert() added, memmove arguments order in remove()
393: fixed (related to feature #1016)
394:
395: 2015-07-23 moko
396:
397: * src/classes/json.C: tainted json and empty json exception added
398: (implements feature #1015)
399:
400: * tests/: 311.html, results/311.processed: empty json and tainted
401: json exception test added (related to issue #1015)
402:
403: 2015-07-22 moko
404:
405: * tests/: 311.html, results/311.processed: test for UTF-8
406: processing added
407:
408: * tests/: 311.html, results/311.processed: test for
409: json_exception_with_source added (related to issue #394)
410:
411: * src/classes/json.C: json_exception_with_source added (implements
412: feature #394)
413:
414: 2015-06-29 moko
415:
416: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
417: directories are now correctly determined if _d_type == DT_UNKNOWN
418: (closes bug #1027)
419:
420: 2015-06-10 moko
421:
422: * src/types/pa_vxnode.h: extern "C" not requred and causes build
423: error if libxml has LIBXML_ICU_ENABLED.
424:
425: 2015-06-04 moko
426:
427: * tests/099.html: ups, reverting
428:
429: * tests/: 099.html, 309.html, 310.html, results/309.processed,
430: results/310.processed: tests for $response:body[ $.file[] ] and
431: $response:last-modified added
432:
433: * src/main/pa_request.C: last-modified check fixed
434:
435: 2015-06-03 moko
436:
437: * tests/: 204.html, 205.html, 293.html, results/204.processed,
438: results/205.processed, results/293.processed: $response:headers
439: logging added (tests for feature #1007)
440:
441: * src/: include/pa_common.h, include/pa_request.h,
442: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
443: $response:headers are now in uppercase (closes feature #1007)
444:
445: 2015-06-02 moko
446:
447: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
448: build errors reverted for clang compatibility
449:
450: 2015-06-01 moko
451:
452: * src/include/pa_memory.h: -pedantic build errors fixed
453:
454: * src/classes/math.C: -pedantic build error fixed
455:
456: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
457:
458: 2015-05-31 moko
459:
460: * src/classes/table.C: USE_STRINGSTREAM optimized
461:
462: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
463: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
464: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
465: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
466: types/pa_vxnode.h: warning war (-pedantic flag)
467:
468: 2015-05-28 moko
469:
470: * tests/: 308.html, results/308.processed: test for
471: ^table::create[$t;], etc work added (related to bug #975)
472:
473: * src/classes/table.C: check_option_param removed,
474: ^table::create[$t;], etc now works (fixes bug #975)
475:
476: 2015-05-27 moko
477:
478: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
479: (Debian jessie) fixed (closes issue #1024)
480:
481: * tests/Makefile: sort added as in Debian jessie list become
482: unsorted
483:
484: 2015-05-18 moko
485:
486: * tests/: 201.html, results/201.processed: test for
487: ^string.trim[what] feature #1022
488:
489: * src/classes/string.C: ^string.trim[what] now supported,
490: implements feature #1022
491:
492: 2015-05-17 moko
493:
494: * tests/results/185.processed: test result updated as feature #1021
495: implemented (left/right accept negative parameter)
496:
497: * src/classes/string.C: left/right now accept negative parameter
498: (implements feature #1021)
499:
500: 2015-05-08 moko
501:
502: * src/classes/math.C: isalnum -> pa_isalnum
503:
504: * src/main/execute.C: optimization in getter-junction processing
505: (related to issue #997)
506:
507: 2015-05-07 moko
508:
509: * tests/: 307.html, results/307.processed: test for issue #997
510: added
511:
512: * src/main/execute.C: process_getter result now checked if junction
513: returned (closes issue #997)
514:
515: * tests/: 305.html, results/305.processed: sort added to ignore
516: different order
517:
518: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
519: assignment (closes issue #994)
520:
521: * tests/: 306.html, results/306.processed: test for issue #994
522: added
523:
524: * tests/: 303.html, results/303.processed: two more errors tested
525:
526: 2015-05-06 moko
527:
528: * tests/: 305.html, results/305.processed: test for name2ip &
529: ip2name added (related to feature #992)
530:
531: * tests/: 303.html, 304.html, results/303.processed,
532: results/304.processed: tests for idna conversion added (related
533: to issue #849)
534:
535: 2015-05-02 moko
536:
537: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
538: implemented
539:
540: 2015-04-30 moko
541:
542: * src/main/pa_http.C: idna_host added, related to issue #849
543:
544: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
545: (related to issue #849)
546:
547: 2015-04-24 moko
548:
549: * src/types/pa_vjunction.C: warning war
550:
551: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
552: unification
553:
554: * src/lib/punycode/pa_idna.c: warning war
555:
556: 2015-04-22 moko
557:
558: * src/main/main.vcproj: punycode include path added
559:
560: * src/lib/punycode/pa_idna.c: windows compile error fixed
561:
562: * src/lib/punycode/pa_idna.c: warning war
563:
564: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
565: project file added
566:
567: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
568:
569: * src/include/pa_memory.h: warning war
570:
571: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
572: ^string:idna[xn--...], ^string.idna[] - idna conversion support
573: implemented (related to feature #849)
574:
575: * configure.in, src/main/Makefile.am,
576: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
577: libpunycode added in Unix
578:
579: 2015-04-21 moko
580:
581: * configure.in: large files support
582:
583: 2015-04-15 moko
584:
585: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
586: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
587: pa_punycode.h: initial version for punycode/idna support library
588: (ticket #849)
589:
590: 2015-04-08 moko
591:
592: * src/: classes/curl.C, classes/date.C, classes/file.C,
593: classes/image.C, classes/mail.C, classes/reflection.C,
594: classes/string.C, classes/xnode.C, include/pa_request.h,
595: include/pa_string.h, include/pa_stylesheet_connection.h,
596: main/compile.y, main/compile_tools.h, main/execute.C,
597: main/pa_common.C, main/pa_request.C, main/pa_string.C,
598: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
599: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
600: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
601: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
602: clang compiler warnings (closes issue #1018)
603:
604: * src/include/pa_string.h: String::Body comparation operators with
605: char * added (related to issue #958)
606:
607: 2015-04-07 moko
608:
609: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
610: pa_malloc/pa_free to remove system malloc/free usage (related to
611: issue #1018)
612:
613: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
614: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
615: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
616: main/pa_http.C, main/pa_request.C, main/pa_string.C,
617: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
618: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
619: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
620: malloc/strdup/free replaced with pa_ version and checks for
621: accidental use of non-pa_ version added (related to issue #1018)
622:
623: 2015-04-03 moko
624:
625: * buildall: pcre-8.33 -> pcre-8.36
626:
627: * src/: main/compile.y, classes/form.C, classes/mail.C,
628: classes/op.C, classes/string.C, main/compile.tab.C,
629: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
630: main/pa_sql_driver_manager.C, types/pa_vfile.C,
631: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
632: ticket #958)
633:
634: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
635: main/pa_common.C, main/pa_http.C, main/pa_request.C,
636: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
637: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
638: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
639: $request:headers, $request:method added (implements feature
640: #1007)
641:
642: 2015-03-17 misha
643:
644: * tests/302.html: - test for
645: ^json:string[...;$._default[method-name]]
646:
647: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
648: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
649: option $._default[method-name] is specified in ^json:string[], a
650: method with specified name will be called for classes/objects
651: serialization ( new feature: #982 )
652:
653: 2015-03-16 misha
654:
655: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
656: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
657: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
658: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
659: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
660: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
661: types/pa_vmemory.h, types/pa_vmethod_frame.C,
662: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
663: types/pa_vrequest.h, types/pa_vstateless_class.C,
664: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
665: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
666: $var.CLASS_NAME now have special opcodes. This can be switched
667: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
668: on pa_opcode.h ( new feature: #844 )
669:
670: 2015-03-15 misha
671:
672: * tests/075.html: - test for $response:header[]
673:
674: * src/types/pa_vresponse.C: - $response:header[] deletes header
675: that was set earlie ( new feature: #1001 )
676:
677: 2015-03-12 misha
678:
679: * tests/246.html: - more tests for ^hash._at[]
680:
681: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
682: accepts second param [key|value|hash] ( new feature: #1012 )
683:
684: 2015-03-09 moko
685:
686: * src/types/pa_vmail.C: exception for everything but
687: $mail:received, closes issue #1011
688:
689: 2015-02-20 moko
690:
691: * tests/: 275.html, results/275.processed: hex detection in
692: pa_atoui fix test (closes issue #1010)
693:
694: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
695: issue #1010)
696:
697: 2015-02-17 moko
698:
699: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
700: tainted.
701:
702: 2015-02-03 misha
703:
704: * tests/301.html: - test for ^json:string($double) causes
705: exception. bugfix: #1008
706:
707: * src/classes/json.C: - ^json:string($double) causes exception.
708: bugfix: #1008
709:
710: * tests/014.html: - updated for work with ^hash.delete[]
711:
712: 2015-01-12 misha
713:
714: * src/: classes/form.C, include/pa_common.h,
715: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
716: types/pa_vform.h: - supports body with PUT method as well ( new
717: feature: #1006 )
718:
719: * src/classes/file.C: - warnings war
720:
721: 2015-01-11 misha
722:
723: * tests/300.html: - test for ^hash.delete[] is added
724:
725: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
726: feature: #989 ) - tiny optimization in intersects
727:
728: 2015-01-06 moko
729:
730: * src/types/pa_vmail.C: file names transcode added, to and cc added
731: with transcode, attachments detection fixed
732:
733: * src/main/pa_request.C: filling mail received after cgi/auto.p
734: load to allow charset switch (related to issue #996)
735:
736: 2014-12-31 moko
737:
738: * src/types/pa_vmail.C: from and subject now transcoded if not
739: UTF-8 source charset (fixes issue 996)
740:
741: * src/main/pa_exception.C: fixed string from stack bug (closes
742: issue #1000)
743:
744: 2014-12-11 misha
745:
746: * src/types/pa_vhashfile.C: - check if key is not empty before
747: access ( bug fix: #1005 )
748:
749: 2014-11-13 misha
750:
751: * src/main/compile.y: - PC.append does not reset to false while
752: creating a new class. bugfix: #990
753:
754: * tests/299.html: - test for creation class after working with
755: partial class (create+append)
756:
757: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
758: #995
759:
760: * tests/232.html: - test for @get[def] added
761:
762: 2014-10-12 moko
763:
764: * src/lib/pcre/pcre_internal.vcproj: correct path
765:
766: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
767: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
768: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
769: targets/apache/ApacheModuleParser3.vcproj,
770: targets/apache/ApacheModuleParser3Core.vcproj,
771: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
772: types/types.vcproj: project GUID inserted in *.vcproj for correct
773: conversion in newer VS versions
774:
775: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
776: pcre_internal.vcproj added
777:
778: 2014-08-28 moko
779:
780: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
781: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
782: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
783:
784: 2014-06-30 misha
785:
786: * tests/298.html: - tests for ^reflection:def[class;className]
787: added
788:
789: * src/classes/reflection.C: - ^reflection:def[class;className]
790: added ( new feature: #918 )
791:
792: 2014-06-29 misha
793:
794: * src/classes/table.C: - ^table::create[unsupported data] -
795: exception comment changed to "body must be table or code" ( bug
796: fix: #951 )
797:
798: * tests/: 261.html, results/261.processed: - tests for
799: ^json:string[...;$.void[null|string]] added
800:
801: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
802: option $.void[string|null] added to ^json:string[...] ( new
803: feature: #952 )
804:
805: 2014-06-28 moko
806:
807: * src/classes/curl.C: $.charset now processed before other curl
808: options (closes issue #980)
809:
810: 2014-05-23 misha
811:
812: * src/classes/json.C: - bug fix: #987
813:
814: 2014-05-04 misha
815:
816: * tests/: 253.html, 253_json.txt: - test for
817: ^json:parse[$.int(false)] is added
818:
819: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
820: default true). The option is similar to $.double(bool) but for
821: integers.
822:
823: 2014-05-01 moko
824:
825: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
826: #12 )
827:
828: 2014-04-16 moko
829:
830: * src/main/pa_http.C: response-charset option should finally work
831: now (fix for issue #867)
832:
833: * src/main/pa_http.C: response-charset option should work now (fix
834: for issue #867)
835:
836: 2014-03-07 moko
837:
838: * buildall: libgc moved
839:
840: * buildall: libgc moved
841:
842: 2013-12-29 moko
843:
844: * src/classes/string.C: ^string:js-unescape result now tainted,
845: closes issue #966
846:
847: * tests/: 186.html, results/186.processed: ^string:js-unescape
848: result now tainted, issue #966
849:
850: 2013-12-03 moko
851:
852: * src/: classes/memcached.C, types/pa_vmemcached.C,
853: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
854: option was added for http://www.parser.ru/forum/?id=79343
855:
856: * src/classes/file.C: bugfix for
857: http://www.parser.ru/forum/?id=79337
858:
859: 2013-11-05 moko
860:
861: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
862:
863: * src/main/pa_globals.C: spelling fixed
864:
865: 2013-10-29 moko
866:
867: * src/lib/json/json.vcproj: json.c -> pa_json.C
868:
869: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
870: #892
871:
872: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
873: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
874: exceptions to be thrown thougth json library), related to issue
875: #892
876:
877: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
878: related to issue #896
879:
880: 2013-10-24 moko
881:
882: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
883:
884: 2013-10-23 moko
885:
886: * README: actualization
887:
888: 2013-10-22 moko
889:
890: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
891: compatibility patch from Sergey Kirpichev
892:
893: * tests/: 297.html, results/297.processed: non-working getter fix
894: test for issue #948
895:
896: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
897: called when saving value of $match variable in ^string.match[] to
898: increase compatibility (related to issue #948).
899:
900: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
901: usage optimization
902:
903: 2013-10-21 moko
904:
905: * tests/: 182.html, results/182.processed: local path removed for
906: compatibility
907:
908: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
909: results/244.processed, results/253.processed,
910: results/254.processed, results/275.processed,
911: results/281.processed: try_catch -> try-catch
912:
913: * tests/: 288.html, 294.html, 296.html, results/288.processed,
914: results/294.processed, results/296.processed: try_catch ->
915: try-catch
916:
917: 2013-10-20 moko
918:
919: * tests/: 296.html, results/296.processed: test for xsl exception
920: for issue #938 added.
921:
922: * src/: include/pa_xml_exception.h,
923: main/pa_stylesheet_connection.C: forgotten to be replaced
924: XmlException is now replaced (once again closes issue #938)
925:
926: 2013-10-19 misha
927:
928: * bin/auto.p.dist.in: - more mime-types are added
929:
930: 2013-10-18 moko
931:
932: * buildall: disable clock_gettime detection to avoid librt linking
933: (which in turn depends on libpthread), related to issue #943
934:
935: 2013-10-18 misha
936:
937: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
938: lib/smtp/smtp.vcproj, main/main.vcproj,
939: targets/apache/ApacheModuleParser3Core.vcproj,
940: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
941: types/types.vcproj: - new locations for libxml2 includes where
942: added to vcproj files
943:
944: 2013-10-18 moko
945:
946: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
947: fix
948:
949: * tests/: 295.html, results/295.processed: test for issue #948
950: updated
951:
952: * src/classes/table.C: hopefully last lost part for issue #948 fix.
953: :)
954:
955: * tests/: 295.html, results/295.processed: test for issue #948
956: added
957:
958: * src/: classes/hash.C, classes/string.C, classes/table.C,
959: include/pa_request.h, types/pa_method.h: for getters and setters
960: to be executed request.put_element should be called, not
961: context.put_element (fixes issue #948)
962:
963: 2013-10-17 moko
964:
965: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
966: LIBXML2_NEW_BUFFER check (closes issue #943)
967:
968: * buildall: libxml 2.9.1 build is broken --without-reader.
969:
970: 2013-10-16 moko
971:
972: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
973:
974: * tests/: 294.html, results/294.processed: test for issue #938
975:
976: * src/: classes/xdoc.C, classes/xnode.C,
977: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
978: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
979:
980: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
981: libxslt-1.1.26 -> libxslt-1.1.28
982:
983: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
984: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
985: to '?', related to issue #938
986:
987: 2013-10-15 moko
988:
989: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
990: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
991: minor optimizations (closes issue #896)
992:
993: * tests/results/: 292.processed, 293.processed: results updated to
994: comply with issue #896
995:
996: * tests/: 292.html, 293.html, results/292.processed,
997: results/293.processed: tests for json escaping
998:
999: 2013-10-14 moko
1000:
1001: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
1002: and cleanup, code moved from .h to .C, no changes in code
1003:
1004: 2013-10-12 moko
1005:
1006: * tests/results/119.processed: updated test result commited
1007:
1008: * tests/: 291.html, results/291.processed: test for issue #894
1009: added
1010:
1011: * src/types/pa_wcontext.h: base methods call support function
1012: get_somebody_entered_some_class should not be true forever, as
1013: wcontext can have many get_elements calls (fixes issue #894)
1014:
1015: 2013-10-11 moko
1016:
1017: * tests/: 290.html, results/290.processed: test for junction GPF
1018: issue #942 added
1019:
1020: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
1021: to native method fixed (closes issue #942)
1022:
1023: * tests/: 158.html, results/158.processed: test for csv-string[]
1024: added
1025:
1026: * src/classes/table.C: minor fixes for table.csv-string[] (closes
1027: feature #907)
1028:
1029: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
1030: feature #907)
1031:
1032: 2013-10-09 moko
1033:
1034: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
1035: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
1036: types/pa_vstateless_class.C: GET_default, SET_default now works
1037: properly not only in objects, but in classes as well (closes
1038: issue #903)
1039:
1040: * tests/: 289.html, results/289.processed: GET/SET_default now
1041: works in classes, not only objects, test case added, related to
1042: issue #903
1043:
1044: * tests/: 288.html, results/288.processed: test for endless
1045: recursion bug added (related to issue #903)
1046:
1047: 2013-10-05 moko
1048:
1049: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1050: classes/table.C, main/execute.C, types/pa_method.h,
1051: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
1052: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1053: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
1054: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
1055: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
1056: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
1057: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1058: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
1059: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
1060: optimization: put_element no longer has "bool areplace" argument,
1061: related to issue #903
1062:
1063: 2013-10-03 moko
1064:
1065: * tests/results/182.processed: result for $.replace(false) test
1066: commited
1067:
1068: * src/classes/date.C: ^date::create(number) processed correctly
1069: (fixes issue #901)
1070:
1071: * src/classes/image.C: as_no_junction removed, as param can be
1072: expression (closes issue #931)
1073:
1074: * tests/233.html: test for issue #931 added
1075:
1076: 2013-10-02 moko
1077:
1078: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
1079: modified, test for $.replace(false) added
1080:
1081: * src/main/compile_tools.h: forgotten class replace returned. :)
1082:
1083: 2013-09-30 moko
1084:
1085: * tests/: 141.html, results/141.processed: md5 tainting test added
1086:
1087: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1088: main/compile_tools.h, main/pa_request.C: allow_class_replace
1089: implemented; $.replace option added to ^process and ^use
1090:
1091: 2013-08-27 moko
1092:
1093: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
1094: cstr_to_string_body_untaint should be called with charsets for
1095: possible uri language and connection for possible sql language.
1096: related to issue #857
1097:
1098: * buildall: and -> or fixed
1099:
1100: 2013-08-26 moko
1101:
1102: * buildall: prepare_ functions logic changed to support
1103: gc-7.2d.tar.gz extracting to gc-7.2 directory
1104:
1105: 2013-08-23 moko
1106:
1107: * src/include/pa_config_fixed.h: gc and xml libs are now linked
1108: statically
1109:
1110: 2013-08-22 moko
1111:
1112: * src/classes/string.C: String::Empty used (related to issue #912)
1113: append_know_length removed (related to old GPF bug)
1114:
1115: 2013-08-21 moko
1116:
1117: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
1118:
1119: * src/classes/math.C: ^math:digest[...;$file] support added
1120: (related to ticket #857
1121:
1122: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
1123: implemented
1124:
1125: * src/types/pa_vhashfile.h: warning war
1126:
1127: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
1128: include/pa_request.h, main/pa_request.C, types/pa_value.h:
1129: anti_endless_json_string_recoursion removed from request;
1130: json_string_recoursion added to json_options; $.indent[indent
1131: value] now supported and passed within recoursion closes feature
1132: #937
1133:
1134: * tests/: 287.html, results/287.processed: test for feature #937
1135:
1136: 2013-07-31 moko
1137:
1138: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
1139: compilation having #define _S
1140:
1141: * src/main/pa_globals.C: cleanup
1142:
1143: 2013-07-30 moko
1144:
1145: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
1146: main/pa_common.C: vs2003 warning war
1147:
1148: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
1149:
1150: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
1151:
1152: * src/lib/md5/pa_sha2.c: warning war
1153:
1154: 2013-07-29 moko
1155:
1156: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
1157: patches from github
1158:
1159: * src/: classes/bool.C, classes/double.C, classes/int.C,
1160: classes/memcached.C, include/pa_config_includes.h,
1161: types/pa_vfile.C, types/pa_vfile.h: warning war
1162:
1163: * src/lib/json/json.vcproj: C++ -> C
1164:
1165: * src/lib/json/: json.c, pa_json.C: C++ warning revert
1166:
1167: * src/lib/json/: json.c, pa_json.C: windows compatibility
1168:
1169: * src/lib/json/: json.c, pa_json.C: windows compatibility
1170:
1171: * src/lib/json/: json.c, pa_json.C: warning war
1172:
1173: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
1174:
1175: * src/include/pa_config_fixed.h: uint16_t added
1176:
1177: * configure.in: uint16_t check added
1178:
1179: * src/: classes/json.C, lib/json/JSON_parser.C,
1.97 ! moko 1180: lib/json/JSON_parser.h, lib/json/Makefile.am,
! 1181: lib/json/Makefile.in, lib/json/json.c, lib/json/json.h,
! 1182: lib/json/json.vcproj, lib/json/pa_json.C, lib/json/pa_json.h:
! 1183: JSON_parser with non-free licence is replaced with similar GPL
! 1184: licenced libjson (fixes issue #892)
1.95 moko 1185:
1186: 2013-07-25 moko
1187:
1188: * parser3.sln: dependencies added
1189:
1190: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
1191: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
1192: module support
1193:
1194: * src/targets/apache/mod_parser3_core.C: win32 cleanup
1195:
1196: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
1197:
1198: 2013-07-23 moko
1199:
1200: * src/: include/pa_memory.h, main/pa_memory.C: non-working
1201: PA_DEBUG_GC_MEMORY removed
1202:
1203: * src/: main/pa_globals.C, targets/cgi/parser3.C:
1204: PA_DEBUG_DISABLE_GC compilation fix
1205:
1206: * src/: classes/op.C, classes/table.C, include/pa_request.h,
1207: main/pa_request.C: outdated RESOURCES_DEBUG removed
1208:
1209: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
1210: garbage cleanup
1211:
1212: * src/main/pa_common.C: warning war
1213:
1214: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
1215:
1216: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
1217: minor cleanup
1218:
1219: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
1220: uses cygwin, not WIN32 implementation
1221:
1222: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
1223: able to exec shell scripts
1224:
1225: * src/classes/math.C: ifdef WIN32 cleanup
1226:
1227: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
1228:
1229: * bin/auto.p.dist.in: libpq.so -> libpq.
1230:
1231: * src/classes/curl.C: LT_MODULE_EXT used
1232:
1233: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
1234:
1235: 2013-07-22 moko
1236:
1237: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
1238: includes fix
1239:
1240: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
1241:
1242: * configure.in, src/include/pa_config_includes.h,
1243: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1244: src/main/pa_exec.C: includes cleanup
1245:
1246: * src/targets/cgi/parser3.C: 2012->2013
1247:
1248: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
1249:
1250: * configure.in, src/include/pa_config_includes.h,
1251: src/include/pa_http.h, src/lib/json/JSON_parser.h,
1252: src/main/pa_random.C, src/main/pa_socks.C,
1253: src/types/pa_vstatus.C: cygwin support cleanup
1254:
1255: * configure.in: dirent.h check added
1256:
1257: * src/: include/pa_config_includes.h, include/pa_dir.h,
1258: main/pa_dir.C: includes cleanup, dirent.h check added filePath
1259: not copied
1260:
1261: 2013-07-21 moko
1262:
1263: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
1264:
1265: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
1266: parser3.vcproj: unused getopt.h / getopt.c removed
1267:
1268: * operators.txt, src/classes/file.C, tests/022.html,
1269: tests/results/022.processed: ^file:list[path][$.filter[regexp]
1270: $.stat(true)] usage commented
1271:
1272: * configure.in, src/classes/file.C, src/include/pa_dir.h,
1273: src/main/pa_dir.C: ^file:list[] now has dir column and when
1274: $.stat(true) it has size/*date columns modified patch from misha@
1275: that closes issue #914.
1276:
1277: * src/: include/pa_config_includes.h, main/pa_globals.C:
1278: PA_RELEASE_ASSERTS removed
1279:
1280: * src/lib/md5/pa_md5c.c: minor cleanup
1281:
1282: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
1283: localeconv()->decimal_point usage remoed (related to issue #934)
1284:
1285: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
1286: cordprnt.c removed
1287:
1288: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
1289: pa-include/pa_errno.h, pa-include/pa_file_io.h,
1290: pa-include/pa_strings.h: includes cleanup
1291:
1292: * src/lib/md5/pa_md5c.c: headers cleanup
1293:
1294: 2013-07-20 moko
1295:
1296: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
1297: cleanup
1298:
1299: 2013-07-19 moko
1300:
1301: * src/classes/math.C: extern "C" added for crypt
1302:
1303: 2013-07-18 moko
1304:
1305: * src/classes/math.C: fix redhat7.2 build
1306:
1307: 2013-07-17 moko
1308:
1309: * configure.in, src/include/pa_config_includes.h,
1310: src/include/pa_config_fixed.h: headers actualized (inttypes.h
1311: added for uint8/32/64_t)
1312:
1313: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
1314: pa_config_includes.h used for uint32/64_t
1315:
1316: 2013-07-16 moko
1317:
1318: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
1319: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
1320: war
1321:
1322: * src/main/compile.tab.C: compile.y was updated
1323:
1324: * src/main/compile.y: warning war
1325:
1326: * src/: include/pa_exception.h, main/pa_exception.C,
1327: main/pa_xml_exception.C: warning war
1328:
1329: * src/: include/pa_common.h, main/pa_common.C: warning war
1330:
1331: * configure.in: beauty :)
1332:
1333: * tests/: 141.html, results/141.processed: sha256/512 added
1334:
1335: 2013-07-13 moko
1336:
1337: * src/lib/md5/md5.vcproj: sha2 added
1338:
1.97 ! moko 1339: * src/lib/md5/Makefile.in: sha2 support
! 1340:
1.95 moko 1341: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
1342: classes/math.C: sha2 support (sha256/sha512 digest)
1343:
1344: 2013-07-08 moko
1345:
1346: * src/classes/image.C: directory read or other read problem message
1347: fixed (related to issue #933)
1348:
1349: 2013-07-07 moko
1350:
1351: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
1352: dependense from $charsetsdir directory existance and content (and
1353: UTF-8 is default allready)
1354:
1355: * AUTHORS: + misha + moko. :)
1356:
1357: 2013-07-06 moko
1358:
1359: * src/: classes/curl.C, include/pa_globals.h,
1360: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
1361: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
1362: for lt_dlinit to be called once and lt_dlexit called at right
1363: place (related to issue #925)
1364:
1365: 2013-07-04 moko
1366:
1367: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
1368: VString::as_vfile now uses vfile.set_binary_string to avoid
1369: content-type to be set, as it brokes badly designed logic in
1370: response output. This hopefully finishes issue #928.
1371:
1372: * tests/results/: 256.processed, 286.processed: file now displayed
1373: as name, size, mode, content-type
1374:
1375: * src/main/pa_common.C: read error now reported cottectly (fixes
1376: issue #933
1377:
1378: 2013-06-28 moko
1379:
1380: * tests/: 286.html, results/286.processed: test extended
1381:
1382: * tests/: 286.html, results/286.processed: Test for issue #928
1383: added. it tests default content-type change.
1384:
1385: * src/types/pa_vfile.C: closes issue #928 - default content-type
1386: now updated
1387:
1388: 2013-06-25 moko
1389:
1390: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
1391: content-type for text/binary files without name added;
1392: ^file::create[$f;...] options now works properly and $f
1393: properties are default (fixes issue #928)
1394:
1395: 2013-05-16 misha
1396:
1397: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
1398: added
1399:
1400: * src/main/pa_table.C: - a tiny memory optimisation while creating
1401: table if specified limit is bigger than source rows count
1402:
1403: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
1404: added ( new feature: #858 )
1405:
1406: 2013-04-29 moko
1407:
1408: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
1409: $.ipresolve(0|1|2) added (closes issue #891)
1410:
1411: * src/lib/curl/curl.h: CURL_IPRESOLVE added
1412:
1413: 2013-04-24 moko
1414:
1415: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
1416: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
1417: types/pa_vmemcached.h: ^memcache.release[] added, calls
1418: memcached_quit (refs #893)
1419:
1420: 2013-04-22 moko
1421:
1422: * src/: include/pa_string.h, main/pa_common.C: no more double
1423: slashes in file path (fixes bug #872)
1424:
1425: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
1426: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
1427: #739)
1428:
1429: * tests/results/266.processed: $.max_params added (feature #915)
1430:
1431: * src/: include/pa_common.h, main/pa_http.C: response-charset
1432: option added to file::load (closes issue #867)
1433:
1434: 2013-04-20 misha
1435:
1436: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
1437: commited
1438:
1439: 2013-03-15 misha
1440:
1441: * src/classes/: hash.C, table.C: - Optimisation: do not create
1442: multiple empty strings while ::sql. uae String::Empty instead
1443:
1444: 2013-03-14 misha
1445:
1446: * src/classes/reflection.C: - for user classes
1447: ^reflection:method_info[] returns $.max_params and $.extra_param
1448: with $.call_type if they available ( new feature: #915 )
1449:
1450: * src/classes/file.C: - ^file:delete[] now supports an option
1451: $.exception(false) that suppress any exception while deleting
1452: file ( new feature: #916 )
1453:
1454: * src/classes/curl.C: - parsing cookies after curl:load now should
1455: work :)
1456:
1457: 2013-03-12 misha
1458:
1459: * src/types/pa_vfile.C: - if specified file_name is empty string
1460: set default name for the file
1461:
1462: 2013-03-11 misha
1463:
1464: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
1465: also available in $f.cookies
1466:
1467: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
1468: moved to a separate method
1469:
1470: 2013-03-10 moko
1471:
1472: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
1473: added
1474:
1475: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
1476: removed (declared by autoconf)
1477:
1478: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
1479: uint32_t define
1480:
1481: 2013-03-10 misha
1482:
1483: * src/classes/file.C: ^file:delete and ^file:move now support
1484: option $.keep-empty-dirs(true) ( new feature: #884 )
1485:
1486: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
1487: empty dirs is added
1488:
1489: 2013-03-10 moko
1490:
1491: * src/classes/: bool.C, double.C, int.C: default can be present,
1492: but default check removed from ^int/double/bool.int/double/bool
1493: for string.int/double/bool compatibility (related to issue #913)
1494:
1495: * src/classes/string.C: ^string.int/dobule/bool no longer
1496: internally throws exception if default is present (closes issue
1497: #913)
1498:
1499: 2013-03-09 misha
1500:
1501: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
1502: optimisations ( #845 )
1503:
1504: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
1505:
1506: 2013-03-08 moko
1507:
1508: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
1509: creates correct table (fixes issue #910)
1510:
1511: * src/classes/op.C: r.connection() -> r.connection(false) to allow
1512: use outside of 'connect' operator (fixes issue #911)
1513:
1514: * tests/results/: 096.processed, 122.processed: test results
1515: updated as doubles now printed with 15 significant digits, not 5
1516: (fixes issue #882)
1517:
1518: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
1519: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
1520:
1521: 2013-02-21 moko
1522:
1523: * src/classes/table.C: _locate_name_value does not check arguments
1524: count, so we check it in advance (fixes issue #905)
1525:
1526: 2012-10-23 moko
1527:
1528: * buildall: old shell for and echo compatibility (for six)
1529:
1530: 2012-10-19 moko
1531:
1532: * buildall: --strip added --disable-safe-mode listed in usage
1533:
1534: 2012-10-17 misha
1535:
1536: * src/classes/op.C: - apply-taint should not throw "outside
1537: connect" exception with sql lang now
1538:
1539: 2012-10-17 moko
1540:
1541: * src/main/pa_request.C: bugfix: safe mode should be inited for
1542: each request (for apache module)
1543:
1544: 2012-09-26 moko
1545:
1546: * src/doc/doxygen.cfg: png -> svg
1547:
1548: 2012-09-25 moko
1549:
1550: * tests/: 141.html, results/141.processed: md5 hmac added, long key
1551: test added
1552:
1553: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
1554: double use when key is long
1555:
1556: 2012-09-16 moko
1557:
1558: * src/classes/math.C: Format -> Method Encode -> Format
1559:
1560: * tests/: 141.html, results/141.processed: math:digest hmac test
1561: added
1562:
1563: 2012-09-14 moko
1564:
1565: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
1566: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
1567: implementation added
1568:
1569: 2012-09-12 moko
1570:
1571: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
1572: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
1573: targets.dox and string.dox slightly actualized
1574:
1575: 2012-08-31 moko
1576:
1577: * ChangeLog: now generated with patched cvs2cl.pl
1578:
1579: 2012-07-29 moko
1580:
1581: * tests/285.html, src/main/execute.C, tests/results/285.processed:
1582: result should be pushed after VMethodFrame destructor is called,
1583: as it deletes junctions from stack params (fixes issue #868)
1584:
1585: 2012-07-23 moko
1586:
1587: * INSTALL, README: buildall script usage documented, other outdated
1588: info updated.
1589:
1590: * buildall-with-xml, buildall-without-xml: replaced by buildall
1591:
1592: 2012-07-21 moko
1593:
1594: * buildall: glib does not compile when threads are disabled...
1595:
1596: * src/types/pa_vmail.C: g_assertion fixes for empty input
1597:
1598: * src/types/pa_vmail.C: yet another fix (strange GPF on object
1599: unref, can't unref nested objects)
1600:
1601: * src/types/pa_vmail.C: another check added
1602:
1603: 2012-07-19 moko
1604:
1605: * buildall: usage added
1606:
1607: * buildall: new buildall script that unites buildall-with-xml,
1608: buildall-without-xml, --with-apache and --with-mailreceive
1609:
1610: * configure.in: support for static gmime and dynamic glib linking.
1611: fixes for FreeBSD
1612:
1613: 2012-07-17 moko
1614:
1615: * configure.in: --with-mailreceive replaced
1616: --with-static-mailreceive and --with-shared-mailreceive pathlink
1617: removed
1618:
1619: 2012-07-16 moko
1620:
1621: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
1622: capitalized, content now decoded and text content converted to
1623: $request:charset. all properties are accessed by functions, this
1624: ready for dynamic load.
1625:
1626: 2012-06-28 moko
1627:
1.97 ! moko 1628: * src/targets/apache/: Makefile.am, Makefile.in: fix for apache
! 1629: cflags for Linux 32 bit
1.95 moko 1630:
1631: 2012-06-27 moko
1632:
1633: * buildall-with-xml, buildall-without-xml: fetch requires -p for
1634: passive ftp
1635:
1636: * src/lib/ltdl/ltdl.vcproj: release build fixed
1637:
1638: * configure.in: 3.4.2 RC -> 3.4.2
1639:
1640: 2012-06-22 moko
1641:
1642: * src/types/pa_vfile.C: returned empty mode to stated files (issue
1643: #815)
1644:
1645: * tests/: 284.html, results/284.processed: output options test
1646: (feature #265)
1647:
1648: 2012-06-22 misha
1649:
1650: * tests/215.html: - little changes
1651:
1652: 2012-06-21 moko
1653:
1654: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
1655: types/pa_vxdoc.h: output_options returned and used (bugfix for
1656: feature #265)
1657:
1658: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
1659: breaks long .*, default 10M restored. (issue #216)
1660:
1661: * tests/: 283.html, results/283.processed: test for issue #815
1662: added
1663:
1664: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
1665: again, cstrm not required.
1666:
1667: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
1668: Win32 and broken FreeBSD (issue #45)
1669:
1670: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
1671:
1672: * src/main/pa_string.C: warnings war
1673:
1674: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
1675: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
1676: main/pa_socks.C, targets/apache/pa_threads.C,
1677: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1678: types/pa_vstatus.C: compilation under cygwin fixed
1679:
1680: 2012-06-19 moko
1681:
1682: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
1683: Windows fixed
1684:
1685: * parser3.sln: removed antique pcre_ctype
1686:
1687: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
1688:
1689: * src/include/pa_config_fixed.h: undefined reference to
1690: __imp__pcre_* fix for Windows
1691:
1692: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.97 ! moko 1693: lib/pcre/Makefile.in, lib/pcre/pa_pcre_internal.h,
! 1694: lib/pcre/pcre_internal.h: pcre_internal.h -> pa_pcre_internal.h
! 1695: for Windows compatibility (win32/pcre has own copy of
! 1696: pcre_internal.h _pcre_default_tables define fixed
1.95 moko 1697:
1698: 2012-06-18 moko
1699:
1700: * src/classes/memcached.C: flush -> clear
1701:
1702: * src/classes/memcached.C: memcached does not support quotes even
1703: in server name
1704:
1705: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
1706: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
1707: called on open to check servers existance. $.key(true) syntax
1708: now supported
1709:
1710: 2012-06-17 moko
1711:
1712: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
1713: cleanup
1714:
1715: * src/classes/table.C, tests/282.cfg, tests/282.html,
1716: tests/results/282.processed: encloser at the EOF bug fixed,
1717: incorrectly enclosed data now processed more logicaly (fixes
1718: #339)
1719:
1720: 2012-06-15 moko
1721:
1722: * buildall-without-xml: sync with buildall-with-xml
1723:
1724: * buildall-with-xml: download auto-detected between fetch and curl
1725:
1726: * configure.in: --with-gc and --with-pcre now also processed
1727: correctly
1728:
1.97 ! moko 1729: * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
! 1730: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 1731: src/Makefile.in, src/classes/Makefile.in,
! 1732: src/include/Makefile.in, src/include/pa_config_auto.h.in,
! 1733: src/lib/Makefile.in, src/lib/cord/Makefile.in,
! 1734: src/lib/cord/include/Makefile.in,
! 1735: src/lib/cord/include/private/Makefile.in,
! 1736: src/lib/curl/Makefile.in, src/lib/gc/Makefile.in,
! 1737: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
! 1738: src/lib/json/Makefile.in, src/lib/md5/Makefile.in,
! 1739: src/lib/memcached/Makefile.in, src/lib/pcre/Makefile.in,
! 1740: src/lib/sdbm/Makefile.in, src/lib/sdbm/pa-include/Makefile.in,
! 1741: src/lib/smtp/Makefile.in, src/main/Makefile.in,
! 1742: src/sql/Makefile.in, src/targets/Makefile.in,
! 1743: src/targets/apache/Makefile.in, src/targets/cgi/Makefile.in,
! 1744: src/targets/isapi/Makefile.in, src/types/Makefile.in: now aclocal
! 1745: -I src/lib/ltdl/m4/ && autoheader && automake && autoconf should
! 1746: be run on rol1 using automake / aclocal (GNU automake) 1.11.1
! 1747: autoconf (GNU Autoconf) 2.68
1.95 moko 1748:
1749: * configure.in: new PARSER_VERSION logic
1750:
1751: * src/include/pa_version.h: new pa_version.h logic
1752:
1753: * src/: classes/curl.C, classes/file.C, classes/image.C,
1754: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
1755: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
1756: feols_normalized -> fis_text_content set_binary added
1757:
1758: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
1759:
1760: 2012-06-15 misha
1761:
1762: * src/: classes/curl.C, classes/file.C, classes/image.C,
1763: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
1764: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
1765: ^file::create[text;content] EOLs in content now is normalized. (
1766: new feature: #815 )
1767:
1768: 2012-06-15 moko
1769:
1770: * configure.in: --disable-version-update added to disable version
1771: update with host information (for debian package) whitespace
1772: optimized
1773:
1774: * configure.in: version changed to 3.4.2 RC no-pic added for
1775: libtool
1776:
1777: * src/include/pa_version.h: Nice pa_version.h default. Please keep
1778: it.
1779:
1780: 2012-06-14 moko
1781:
1782: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
1783: tests/results/281.processed: "hash flocked" error removed for
1784: safe operations like ^h._count[] ( new feature: #335 )
1785:
1.97 ! moko 1786: * src/targets/apache/: Makefile.am, Makefile.in: libmod_parser3 ->
! 1787: mod_parser3
1.95 moko 1788:
1789: * buildall-with-xml, buildall-without-xml: --with-static -> --with
1790:
1791: * configure.in: --with-static/shared xml replaced with --with-xml,
1792: xml compilation check added
1793:
1794: * configure.in: --with-static/shared-gc, --with-static-pcre are
1795: replaced with --with-gc and --with-pcre test for pcre linking
1796: added
1797:
1798: 2012-06-13 moko
1799:
1800: * configure.in: apxs2 check optimized
1801:
1802: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
1803: .la, includes optimized
1804:
1805: * buildall-with-xml: --with-pic looks better for -fPIC
1806:
1807: * configure.in: switched to convenience library in static linking
1808:
1809: * src/targets/apache/Makefile.am: switched to convenience library
1810: usage to avoid libtool warnings
1811:
1812: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
1813: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
1814: smtp/Makefile.am: switched to convenience library usage
1815:
1816: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
1817:
1818: * src/targets/apache/Makefile.am: updated for libtool usage
1819:
1820: * bin/auto.p.dist.in: .cfg removed from charset names.
1821:
1822: * buildall-without-xml: --with-included-ltdl added
1823:
1824: * buildall-without-xml: sync with buildall-with-xml
1825:
1826: * buildall-with-xml: --with-included-ltdl added $cflags added for
1827: -fPIC for x64 $download added for wget success check added
1828:
1829: * buildall-without-xml: --with-dynamic-stdcpp removed
1830:
1831: * configure.in: disable-static returned
1832:
1833: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
1834: LIBTOOLFLAGS
1835:
1836: 2012-06-12 moko
1837:
1838: * configure.in, src/targets/cgi/Makefile.am: disable-static not
1839: compatible with LIBTOOLFLAGS for unknown reasons
1840:
1841: * buildall-with-xml: --with-dynamic-stdcpp removed
1842:
1843: * configure.in: static/dynamic -lstdc++ linking option removed
1844: apxs2 check added
1845:
1846: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
1847: option removed
1848:
1849: 2012-06-10 moko
1850:
1851: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
1852: added
1853:
1854: * src/targets/cgi/pp3.cmd: old PAF stuff
1855:
1.97 ! moko 1856: * Makefile.am, Makefile.in: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4
! 1857: added and some beauty
1.95 moko 1858:
1859: * depcomp: from libtool 2.4.2
1860:
1861: * configure.in: ltdl directory removed, it has correct Makefile.in
1862:
1.97 ! moko 1863: * src/lib/ltdl/Makefile.in: correct Makefile.in from libtoolize
! 1864:
1.95 moko 1865: 2012-06-09 moko
1866:
1.97 ! moko 1867: * Makefile.am, Makefile.in, aclocal.m4, config.guess, config.sub,
! 1868: configure, install-sh, ltmain.sh, missing, bin/Makefile.in,
! 1869: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 1870: src/Makefile.in, src/classes/Makefile.in,
! 1871: src/include/Makefile.in, src/include/pa_config_auto.h.in,
! 1872: src/lib/Makefile.in, src/lib/cord/Makefile.in,
! 1873: src/lib/cord/include/Makefile.in,
! 1874: src/lib/cord/include/private/Makefile.in,
! 1875: src/lib/curl/Makefile.in, src/lib/gc/Makefile.in,
! 1876: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
! 1877: src/lib/json/Makefile.in, src/lib/md5/Makefile.in,
! 1878: src/lib/memcached/Makefile.in, src/lib/pcre/Makefile.in,
! 1879: src/lib/sdbm/Makefile.in, src/lib/sdbm/pa-include/Makefile.in,
! 1880: src/lib/smtp/Makefile.in, src/main/Makefile.in,
! 1881: src/sql/Makefile.in, src/targets/Makefile.in,
! 1882: src/targets/apache/Makefile.in, src/targets/cgi/Makefile.in,
! 1883: src/targets/isapi/Makefile.in, src/types/Makefile.in:
1.95 moko 1884: autogenerated files updated after libtool update
1885:
1.97 ! moko 1886: * src/lib/ltdl/: COPYING.LIB, Makefile.am, Makefile.in, README,
! 1887: acinclude.m4, aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 1888: config_auto.h.in, config_fixed.h, configure, configure.ac,
1889: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
1890: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1891: config/compile, config/config.guess, config/config.sub,
1892: config/depcomp, config/install-sh, config/ltmain.sh,
1893: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
1894: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
1895: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
1896: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
1897: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
1898: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
1899: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1900: m4/lt~obsolete.m4: libtool updated to version 2.4.2
1901:
1902: * configure.in: preparation for new libtool
1903:
1904: * configure.in: Some beauty added :)
1905:
1906: * src/targets/apache/Makefile.am: := -> =
1907:
1908: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
1909: again. :)
1910:
1911: * src/include/pa_config_includes.h, configure.in: limits.h added,
1912: previously was taken from pcre_internal.h. :)
1913:
1914: * src/lib/pcre/Makefile.am: config.h returned
1915:
1916: * src/lib/pcre/config.h: still need this. :)
1917:
1918: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
1919:
1920: * configure.in: --with-charsets removed; --with-mysql-client & co
1921: removed
1922:
1923: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
1924: now in parser tree, no need to copy
1925:
1926: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
1927: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
1928: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
1929: debian/patches/101_pcre.patch - local copy of pcre_internal.h
1930: extracts now used old trash removed
1931:
1932: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
1933: rare charsets/drivers are commented, sql driver quessing removed
1934: (debian/patches/103_auto_p.patch)
1935:
1936: * etc/parser3.charsets/Makefile.am: charsets now in share
1937: (debian/patches/104_automake.patch) + all charsets are copied
1938:
1939: * buildall-with-xml, buildall-without-xml: curl option removed +
1940: extra arguments now supported
1941:
1942: 2012-06-08 misha
1943:
1944: * src/classes/table.C: - one params.as_hash usage was rolled back:
1945: the 2nd option in ^table.hash[] could be hash or table so
1946: .as_hash will throw an exception when table option is specified
1947:
1948: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1949: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
1950: classes/table.C, classes/void.C, classes/xdoc.C,
1951: include/pa_exception.h, types/pa_vmethod_frame.C,
1952: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
1953: and improved (whitespaces are allowed as empty options) -
1954: MethodParams::as_table is added - above methods are used for
1955: parsing methods' options ( new feature: #9 )
1956:
1957: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
1958: to vclass. now class fields can be accessible as a hash:
1959: $h[^hash::create[$asd:CLASS]]
1960:
1961: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
1962: have get_fields method so their fields can be accessed with
1963: ^reflection:fields[...] & ^reflection:field[...]
1964:
1965: 2012-06-06 misha
1966:
1967: * tests/280.html: - tests for
1968: ^reflection:method[obj-or-class;method],
1969: ^reflection:field[obj-or-class;field] and
1970: ^reflection:fields[obj-or-class] are added
1971:
1972: 2012-06-05 misha
1973:
1974: * src/classes/reflection.C: - ^reflection:method[class or
1975: object;method name] and ^reflection:field[class or object;field
1976: name] are added
1977:
1978: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
1979: is used
1980:
1981: * src/types/pa_method.h: - Method::as_vjunction method is added
1982:
1983: 2012-06-05 moko
1984:
1.97 ! moko 1985: * src/targets/: Makefile.am, Makefile.in: cgi now build with apache
! 1986: module
1.95 moko 1987:
1988: * src/classes/memcached.C: flish ttl fixed
1989:
1990: 2012-06-04 moko
1991:
1992: * src/classes/json.C, src/classes/op.C, tests/279.html,
1993: tests/results/279.processed: ^json:parse[] now supports $.taint
1994: option (new feature #833)
1995:
1996: 2012-06-04 misha
1997:
1998: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
1999: - search_stop method was moved from pa_vcookie.C to pa_common.C
2000:
2001: 2012-06-03 misha
2002:
2003: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
2004: cookies are parced and stored into $.cookies ( new feature: #31 )
2005:
2006: 2012-05-30 misha
2007:
2008: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
2009: incomplete class into a scope while @USE is found
2010:
2011: * src/main/compile.y: - add incomplete class into a scope while
2012: @USE and @CLASS instructions are found ( bugfix: #838 )
2013:
2014: 2012-05-30 moko
2015:
2016: * src/types/pa_vclass.C, tests/278.html,
2017: tests/results/278.processed: removed "property has no getter
2018: method" exception when GET_DEFAULT present (fixes #269)
2019:
2020: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
2021: $._default
2022:
2023: 2012-05-29 moko
2024:
2025: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
2026: uninitialized values usage (new feature: #154)
2027:
2028: 2012-05-28 moko
2029:
2030: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
2031: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
2032: src/types/pa_vdate.h, src/types/pa_vdouble.h,
2033: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
2034: src/types/pa_vobject.C, src/types/pa_vobject.h,
2035: src/types/pa_vstring.h, src/types/pa_vtable.C,
2036: tests/results/277.processed, src/types/pa_vtable.h,
2037: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
2038: ^json:string[$o; $.default[$method]] implemented for VObject (new
2039: feature #803)
2040:
2041: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
2042: tests/results/277.processed: json numbers are now treated as
2043: double ( new feature: #834 )
2044:
2045: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
2046: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
2047: added for out of range checks, zero division in vint/vdouble
2048: check added ( fixes #832 )
2049:
2050: * tests/: 275.html, results/275.processed: tests for pa_atoui added
2051: ( fixes #832 )
2052:
2053: 2012-05-28 misha
2054:
2055: * buildall-with-xml: - --without-lzma option is added to libxml2
2056: configure
2057:
2058: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
2059: added - tests for unsupported values for options $.file, $.table
2060: and $.date are added
2061:
2062: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
2063: accepts "stat" $.file[] option's value in addition to existed
2064: "text" and "base64" ( new feature: #835 )
2065:
2066: * tests/276.html: - test for
2067: ^reflection:delete[$object-or-class;field-name]
2068:
2069: * src/classes/reflection.C: -
2070: ^reflection:delete[$object-or-class;field-name] is added ( new
2071: feature: #268 )
2072:
2073: 2012-05-27 misha
2074:
2075: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
2076:
2077: 2012-05-24 misha
2078:
2079: * src/include/pa_common.h: - method lastposafter was removed
2080:
2081: * src/classes/file.C: - use strrpbrk & rskipchars instead of
2082: lastposafter - ^file:dirname[] & Co proper handle windows file
2083: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
2084: work as *nix commands
2085:
2086: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
2087:
2088: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
2089: rskipchars were added
2090:
2091: * tests/270.html: - more tests for ^file:find[]
2092:
2093: * tests/065.html: - more tests for ^file:dirname[] & Co
2094:
2095: * src/include/pa_version.h: - must be "win32" here. it is
2096: auto-generated on *nix
2097:
2098: 2012-05-24 moko
2099:
2100: * src/classes/math.C: ^math:convert[] now supports uint32 and
2101: throws overflow exception ( new feature: #830 )
2102:
2103: * tests/: 275.html, results/275.processed: test for ^math:convert[]
2104: uint32 support and overflow added ( new feature: #830 )
2105:
2106: 2012-05-23 moko
2107:
2108: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
2109: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
2110: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
2111: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2112: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2113: types/pa_vregex.h, types/pa_vstateless_class.C,
2114: types/pa_vstateless_class.h, types/pa_vstring.h,
2115: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
2116: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
2117: "return string as-is" removed from as_expr_result. ( new feature:
2118: #831 )
2119:
2120: * tests/results/244.processed: test changed after bug #782 fix
2121: commited
2122:
2123: * tests/results/229.processed: test results for bug #782 commited
2124:
2125: * tests/: 254.html, results/254.processed: uid now just compared,
2126: not printed. :)
2127:
2128: 2012-05-20 moko
2129:
2130: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
2131: feature: #341 )
2132:
2133: * tests/: 254.html, results/254.processed: test for
2134: ^reflection:uid[] added
2135:
2136: * tests/: 254.html, results/254.processed: test for
2137: ^reflection:uid[$obj] added
2138:
2139: 2012-05-17 misha
2140:
2141: * src/main/untaint.C: - do not replace ' char by _26 while
2142: exploding filespec-tainting ( new feature: #829 )
2143:
2144: 2012-05-12 moko
2145:
2146: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
2147: not.
2148:
2149: 2012-05-08 moko
2150:
2151: * src/types/pa_vmethod_frame.h: bug #782 fixed
2152:
2153: * tests/229.html: test for bug #782
2154:
2155: * tests/results/259.processed, src/main/pa_request.C,
2156: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
2157: src/types/pa_vstring.h, src/types/pa_vvoid.C,
2158: src/types/pa_vvoid.h: feature #154 - first empty param now
2159: string; defined locals are empty strings; $STRICT-VARS(true)
2160: added
2161:
2162: 2012-04-27 moko
2163:
1.97 ! moko 2164: * src/targets/apache/: Makefile.am, Makefile.in:
1.95 moko 2165: ../../lib/memcached/libmemcached.a added
2166:
2167: 2012-04-27 misha
2168:
2169: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
2170: ( #827 )
2171:
2172: 2012-04-25 moko
2173:
2174: * src/: classes/json.C, classes/memcached.C,
2175: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2176: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
2177: implemented.
2178:
2179: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
2180:
2181: 2012-04-23 moko
2182:
2183: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2184: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2185: types/pa_vmemcached.h: open allows options hash for new
2186: memcached(options) function
2187:
2188: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
2189: not appended
2190:
2191: 2012-04-21 moko
2192:
2193: * src/classes/curl.C: '' added. :)
2194:
2195: * src/classes/classes.vcproj: new curl.h location
2196:
2197: * src/classes/curl.C: verbose output redirection from stderr to
2198: file curl option added
2199:
2200: 2012-04-20 moko
2201:
2202: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
2203: contains what we need from curl, #ifdef HAVE_CURL removed
2204:
1.97 ! moko 2205: * Makefile.in, configure, configure.in, bin/Makefile.in,
! 2206: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 2207: src/Makefile.in, src/classes/Makefile.am,
! 2208: src/classes/Makefile.in, src/include/Makefile.in,
1.95 moko 2209: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.97 ! moko 2210: src/lib/Makefile.am, src/lib/Makefile.in,
! 2211: src/lib/cord/Makefile.in, src/lib/cord/include/Makefile.in,
! 2212: src/lib/cord/include/private/Makefile.in,
! 2213: src/lib/curl/Makefile.am, src/lib/curl/Makefile.in,
! 2214: src/lib/curl/curl.h, src/lib/gc/Makefile.in,
! 2215: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
! 2216: src/lib/json/Makefile.in, src/lib/ltdl/Makefile.in,
! 2217: src/lib/md5/Makefile.in, src/lib/memcached/Makefile.in,
! 2218: src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
! 2219: src/lib/sdbm/pa-include/Makefile.in, src/lib/smtp/Makefile.in,
! 2220: src/main/Makefile.in, src/sql/Makefile.in,
! 2221: src/targets/Makefile.in, src/targets/apache/Makefile.in,
! 2222: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 2223: src/types/Makefile.in: curl.h header now in src/lib/curl, not
1.95 moko 2224: configure option
2225:
2226: 2012-04-19 moko
2227:
2228: * src/: classes/double.C, classes/inet.C, classes/int.C,
2229: classes/string.C, lib/gc/include/gc_allocator.h,
2230: types/pa_vform.C: PVS-Studio detected errors fixes, unused
2231: options from sql_result_string removed. (closes issue #468)
2232:
2233: * src/types/pa_vmemcached.C: empty string fix
2234:
2235: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
2236: pa_vstring.C, pa_vstring.h: serialization helpers moved to
2237: pa_vmemcached.C
2238:
2239: 2012-04-18 moko
2240:
2241: * src/targets/apache/mod_parser3.c: "Parser3 module requires
2242: apache2-mpm-prefork" error displayed in threaded mpm.
2243:
2244: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
2245: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
2246: installed (issue #354)
2247:
2248: 2012-04-16 moko
2249:
2250: * src/types/pa_vmemcached.C: call to memcached_result_create and
2251: memcached_result_free removed
2252:
2253: 2012-04-14 moko
2254:
2255: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
2256:
2257: * src/types/pa_vmemcached.C: check_key added and used
2258:
2259: 2012-04-13 moko
2260:
2261: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
2262: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
2263: Serialization_data now added and used, VString now serialized
2264: with languages into memcached.
2265:
2266: 2012-03-28 moko
2267:
2268: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
2269: lib/memcached/pa_memcached.h: result lengths added
2270:
2271: 2012-03-27 moko
2272:
2273: * src/types/pa_vmemcached.C: strdup added
2274:
2275: 2012-03-24 moko
2276:
2277: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2278: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2279: types/pa_vmemcached.h: memcached: mget, flush, fttl added
2280:
2281: 2012-03-20 moko
2282:
1.97 ! moko 2283: * configure, configure.in, src/classes/Makefile.in,
! 2284: src/lib/Makefile.in, src/lib/memcached/Makefile.in,
! 2285: src/targets/cgi/Makefile.in, src/types/Makefile.in: Makefiles.in
! 2286: updated for memcached
1.95 moko 2287:
2288: * src/targets/cgi/Makefile.am: cleanup
2289:
2290: * src/: types/Makefile.am, types/pa_vmemcached.C,
2291: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
2292:
2293: * src/: classes/Makefile.am, classes/memcached.C,
2294: lib/memcached/Makefile.am, lib/memcached/constants.h,
2295: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2296: lib/memcached/types.h, lib/Makefile.am: memcached initial
2297:
2298: 2012-03-16 moko
2299:
2300: * src/main/execute.C: ident now works under Linux + ident displays
2301: filenames (closes issue #818)
2302:
1.97 ! moko 2303: * src/types/: Makefile.am, Makefile.in, pa_vmethod_frame_global.h,
1.95 moko 2304: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
2305: pa_vmethod_frame_local.h removed
2306:
2307: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2308: classes/classes.h, classes/curl.C, classes/date.C,
2309: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2310: classes/hashfile.C, classes/image.C, classes/inet.C,
2311: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2312: classes/memory.C, classes/op.C, classes/reflection.C,
2313: classes/regex.C, classes/response.C, classes/string.C,
2314: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2315: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2316: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2317: include/pa_config_fixed.h, include/pa_config_includes.h,
2318: include/pa_dictionary.h, include/pa_dir.h,
2319: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2320: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2321: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2322: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2323: include/pa_request_charsets.h, include/pa_request_info.h,
2324: include/pa_sapi.h, include/pa_socks.h,
2325: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2326: include/pa_stack.h, include/pa_string.h,
2327: include/pa_stylesheet_connection.h,
2328: include/pa_stylesheet_manager.h, include/pa_table.h,
2329: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2330: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2331: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2332: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
2333: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2334: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2335: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2336: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2337: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2338: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2339: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2340: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2341: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2342: main/pa_string.C, main/pa_stylesheet_connection.C,
2343: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2344: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2345: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
2346: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2347: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2348: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2349: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2350: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2351: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2352: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2353: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2354: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2355: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2356: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2357: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2358: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2359: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2360: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2361: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2362: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
2363: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
2364: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
2365: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
2366: types/pa_vresponse.h, types/pa_vstateless_class.C,
2367: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
2368: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
2369: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
2370: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
2371: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
2372: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
2373: ident now works under Linux + ident displays filenames (closes
2374: issue #818) Copyright updated
2375:
2376: 2012-03-13 moko
2377:
2378: * src/main/pa_string.C: compilation fix for feature #741
2379:
2380: 2012-03-09 misha
2381:
2382: * tests/193.html: - tests for ^string:base64[encoded] are updated
2383:
2384: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
2385: now detects invalid base64 chars in the middle of encoded stricg
2386: ( new feature: #55 )
2387:
2388: * src/include/pa_exception.h: - new exception type for base64
2389: decoding is added
2390:
2391: 2012-03-06 misha
2392:
2393: * tests/274.html: - tests for ^date::today[] and
2394: ^date.sql-string[datetime|date|time] are added
2395:
2396: * src/classes/date.C: - constructor ^date::today[] is added ( new
2397: feature: #811 ) - ^date.sql-string[] now can accept one param --
2398: strings "datetime", "date" or "time" - comments tidying up
2399:
2400: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
2401: date and time
2402:
2403: 2012-03-03 misha
2404:
2405: * tests/193.html: - tests for
2406: ^string:base64[encoded;$.strict(true)] are added
2407:
2408: * tests/results/auto.p: - try-catch operator is added
2409:
2410: * src/: classes/file.C, classes/string.C, include/pa_common.h,
2411: main/pa_common.C: - $.strict(true|false) option is added to
2412: base64 decode methods ( new feature: #55 )
2413:
2414: * src/main/pa_common.C: - base64 decode memory usage was decreased
2415: ( new feature: #819 )
2416:
2417: 2012-02-28 moko
2418:
2419: * src/classes/hash.C: ident test
2420:
2421: 2012-02-27 misha
2422:
2423: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
2424:
2425: 2012-01-08 misha
2426:
2427: * tests/273.html: - tests for ^string.replace[from;to] are added
2428:
2429: * src/: classes/string.C, include/pa_dictionary.h,
2430: main/pa_dictionary.C, main/pa_string.C: -
2431: ^string.replace[from;to] is added ( new feature: #741 ) -
2432: ^string.replace[one subst here] is slightly optimized
2433:
2434: 2011-12-07 misha
2435:
2436: * src/classes/table.C: - $t[^table::create{$empty}] now creates
2437: named table with one empty column ( bugfix: #63 )
2438:
2439: 2011-11-30 misha
2440:
2441: * src/classes/json.C: - it's possible to set user's method for
2442: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
2443: #763 )
2444:
2445: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
2446:
2447: 2011-11-23 misha
2448:
2449: * src/: classes/curl.C, classes/file.C, classes/image.C,
2450: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
2451: types/pa_vfile.h, types/pa_vform.C: - constructor
2452: ^file::create[mode;filename;content[;options]] now accepts binary
2453: mode and file-content - new constructor's format:
2454: ^file::create[string-or-file-content[;$.name[filename]
2455: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
2456: feature: #65 )
2457:
2458: * src/: include/pa_request.h, main/pa_request.C: - new method
2459: mime_type_of(const String*) is added
2460:
2461: * src/include/pa_exception.h: - new exception constant
2462: FILE_NAME_MUST_BE_SPECIFIED is added
2463:
2464: * src/classes/table.C: - bug with negative offset transformed into
2465: a feature. it means pointing to a row from the end of the table (
2466: new feature: #810 )
2467:
2468: 2011-11-19 misha
2469:
2470: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
2471: â ìåòîäå _select ( new feature: #810 )
2472:
2473: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
2474: options were specified together is simplified
2475:
2476: 2011-11-12 misha
2477:
2478: * src/main/pa_request.C: - forgotten fix for escaping filename in
2479: HTTP content-disposition header (a part of bug #361 )
2480:
2481: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
2482: checks for ancestors' classes as well ( new feature: #456 )
2483:
2484: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
2485: "without cycle" now have types "parser.break" and
2486: "parser.continue" instead of "parser.runtime" ( new feature: #799
2487: )
2488:
2489: 2011-11-11 misha
2490:
2491: * tests/results/: 099.processed, 100.processed, 205.processed,
2492: 237.processed: - since bug #361 was fixed the content of filename
2493: in HTTP headers is quoted
2494:
2495: * tests/results/270.processed: - result for test 270
2496:
2497: * tests/: 065.html, results/065.processed: - more tests for
2498: ^file:basename[] & Co were added
2499:
2500: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
2501:
2502: * tests/270.html: - tests for ^file:find[] are added
2503:
2504: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
2505: using option $.charset. option $.engoding is still supported but
2506: these options can not be specified together
2507:
2508: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
2509: comparation charset name with string "UTF-8" ( bugfix: #759 )
2510:
2511: 2011-10-11 misha
2512:
2513: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
2514: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
2515: #622)
2516:
2517: 2011-09-30 misha
2518:
2519: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
2520: exception "saving stat-ed file" ( bugfix: #395 )
2521:
2522: 2011-05-30 misha
2523:
2524: * src/classes/string.C: - fixed bug which was added with
2525: params.as_hash into string:sql
2526:
2527: 2011-05-29 misha
2528:
2529: * src/types/pa_value.C: - filename in content-disposition header
2530: must be quoted ( bugfix: #361 )
2531:
2532: 2011-05-27 misha
2533:
2534: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
2535: created file
2536:
2537: * src/classes/: hash.C, mail.C: - little tunning with get_hash
2538: usage
2539:
2540: * src/include/pa_exception.h: - one more string for exception was
2541: added
2542:
2543: 2011-05-25 misha
2544:
2545: * tests/269.html: - tests for checking input params in some dom
2546: methods
2547:
2548: * src/classes/: xdoc.C, xnode.C: - validation of some input params
2549: was added. it isn't possible not wo create xdoc with invalid
2550: tagName. ( bugfix: #160 )
2551:
2552: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
2553: string "data must be string" was mover from pa_exception.h to
2554: pa_xml_exception.h
2555:
2556: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
2557: as_xmlncname, as_xmlname and as_xmlnsuri were added
2558:
2559: * src/main/pa_xml_exception.C: - XmlException accepts more options
2560:
2561: * src/include/pa_xml_exception.h: - XmlException accepts more
2562: options - XML-related exception's strings were added
2563:
2564: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
2565: output_options were removed)
2566:
2567: 2011-05-19 misha
2568:
2569: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
2570: params.as_hash is used more while parsing methods hash-options
2571:
2572: 2011-05-18 misha
2573:
2574: * operators.txt: - info about json-serialization of xdoc was added
2575:
2576: * tests/256.html: - tests for json-serialization xdoc were added
2577:
2578: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
2579:
2580: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2581: classes/json.C, classes/xdoc.C: - now json:string can serialize
2582: xdoc-objects. options (the same as ^xdoc.string[]) could be
2583: specified in $.xdoc[] ( new feature: #265 )
2584:
2585: 2011-05-15 misha
2586:
2587: * tests/268.html: - tests for ^table.count[with options] were added
2588:
2589: * src/classes/table.C: - method ^table.count[] now can accept
2590: options ( new feature: #93 ): ^table.count[column] returns number
2591: of columns for named table; ^table.count[cells] returns number of
2592: cells in the current row; ^table.count[] & ^table.count[rows]
2593: return number of rows in a table.
2594:
2595: * tests/267.html: - test for checking switch/case in boolean mode
2596: was added
2597:
2598: * src/classes/op.C: - if switch's or case's value is bool, they are
2599: compared as bool values, not as double values: new feature: #351
2600:
2601: 2011-05-06 misha
2602:
2603: * tests/242.html: - EOL before EOF was added
2604:
2605: * tests/169.html: - tests for splitting empty string and void were
2606: added
2607:
2608: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
2609: returned table with one empty cell)
2610:
2611: 2011-04-03 misha
2612:
2613: * src/include/pa_version.h, configure.in: - version in head was
2614: changed to 3.4.2b
2615:
2616: 2011-03-30 misha
2617:
2618: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
2619: as well ( new feature #294 )
2620:
2621: 2011-03-29 misha
2622:
2623: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
2624: limited to approx. 6 MB. previous limits were too big for real
2625: life. bugfix: #216
2626:
2627: 2011-03-04 moko
2628:
2629: * etc/parser3.charsets/cp866.cfg: Conforms to
2630: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
2631:
2632: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
2633: vlalek@
2634:
2635: 2011-02-22 misha
2636:
2637: * src/include/pa_charset.h, operators.txt: - some methods mustn't
2638: be under #ifdef XML or parser can't be compiled without xml
2639: support
2640:
2641: 2011-02-21 misha
2642:
1.97 ! moko 2643: * src/targets/apache/: Makefile.am, Makefile.in: - mention
1.95 moko 2644: ApacheModuleParser3.vcproj was removed
2645:
2646: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
2647: removed)
2648:
2649: 2011-02-20 misha
2650:
2651: * tests/: 266.html, 266.p: - tests for checking $.inherited and
2652: $.overridden in ^reflection:method_info[...] were added
2653:
2654: * src/classes/reflection.C: - beautifying result of
2655: ^reflection:method_info[] ($.overridden/inherited)
2656:
2657: 2011-02-18 misha
2658:
2659: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
2660: and pa_isalnum instead of isalpha and isalnum - bug with
2661: redundand quoting lowercased latin chars while building email
2662: body was fixed
2663:
2664: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
2665: added (they check for latin chars only)
2666:
2667: 2011-02-16 misha
2668:
2669: * src/main/pa_charset.C: - bugfix: in some cases the calculating
2670: string size for transcoding gave too small value (should ever
2671: look for availability char in dest charset inspite of the char
2672: size)
2673:
2674: 2011-02-04 moko
2675:
2676: * tests/223.html: header values now not url-encoded (issue #195)
2677:
2678: 2011-02-01 misha
2679:
2680: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
2681:
2682: 2011-01-31 misha
2683:
2684: * src/main/pa_request.C: - throw exception if param file_name in
2685: use_file is empty
2686:
2687: 2011-01-08 moko
2688:
2689: * src/classes/curl.C: compilations errors fixed
2690:
2691: 2010-12-29 moko
2692:
2693: * tests/: 265.html, results/265.processed: test for issue #200
2694: added
2695:
2696: * src/main/pa_string.C: empty regex result check added (fixes issue
2697: #200)
2698:
2699: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
2700:
2701: * tests/results/223.processed: header values now not url-encoded
2702: (issue #195)
2703:
2704: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2705: main/untaint.C: L_HTTP_HEADER now used in http headers values,
2706: pa_http_safe_header_name added for headers names (fixes bug #195)
2707:
2708: 2010-12-18 misha
2709:
2710: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
2711: => pa-include
2712:
2713: 2010-11-28 moko
2714:
2715: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
2716:
2717: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
2718: -> pa
2719:
1.97 ! moko 2720: * src/: classes/Makefile.in, lib/sdbm/Makefile.in,
! 2721: lib/sdbm/pa-include/Makefile.in, types/Makefile.in: apr -> pa
! 2722:
1.95 moko 2723: * configure.in: apr -> pa
2724:
2725: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
2726:
2727: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
2728: classes/Makefile.am, types/Makefile.am: apr -> pa
2729:
2730: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
2731: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
2732: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
2733: pa-include/pa_apr.h, pa-include/pa_errno.h,
2734: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
2735: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
2736: module apr name conflict resolved)
2737:
2738: 2010-11-27 misha
2739:
2740: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
2741: libbz2
2742:
2743: 2010-11-26 misha
2744:
2745: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
2746: warnings removed
2747:
2748: 2010-11-25 moko
2749:
2750: * operators.txt: $.indent(true)
2751:
2752: * operators.txt: another bugfix. :)
2753:
2754: * operators.txt: bugfix. :)
2755:
2756: * buildall-with-xml: libxml2-2.7.8 + with-apache
2757:
2758: 2010-11-24 moko
2759:
1.97 ! moko 2760: * bin/Makefile.in, etc/Makefile.in,
! 2761: etc/parser3.charsets/Makefile.in: APACHE13->APACHE
! 2762:
! 2763: * src/: Makefile.in, classes/Makefile.in, include/Makefile.in,
! 2764: lib/Makefile.in, lib/cord/Makefile.in,
! 2765: lib/cord/include/Makefile.in,
! 2766: lib/cord/include/private/Makefile.in, lib/gc/Makefile.in,
! 2767: lib/gc/include/Makefile.in, lib/gd/Makefile.in,
! 2768: lib/json/Makefile.in, lib/ltdl/Makefile.in, lib/md5/Makefile.in,
! 2769: lib/pcre/Makefile.in, lib/sdbm/Makefile.in, lib/smtp/Makefile.in,
! 2770: main/Makefile.in, sql/Makefile.in, targets/Makefile.in,
! 2771: targets/cgi/Makefile.in, targets/isapi/Makefile.in,
! 2772: types/Makefile.in: APACHE13 -> APACHE
! 2773:
! 2774: * Makefile.in, src/targets/apache/Makefile.in, configure: apxs
! 2775: support
1.95 moko 2776:
2777: * configure.in: apxs support -Bstatic gc removed for OS X
2778:
2779: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
2780:
2781: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
2782: THREAD_LOCAL usage
2783:
2784: * src/: classes/curl.C, include/pa_config_includes.h,
2785: main/pa_globals.C: THREAD_LOCAL defined and used
2786:
2787: 2010-11-23 moko
2788:
2789: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
2790: should be passed to pa_sleep, and only fractional part (bugfix:
2791: #188)
2792:
2793: * src/targets/apache/mod_parser3.c: 1.3 compatibility
2794:
2795: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
2796: GC_dont_gc=1, as in cgi version
2797:
2798: * src/targets/apache/mod_parser3.c: warning war
2799:
2800: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
2801: pa_httpd.h: version removed, some trash removed
2802:
2803: * src/targets/apache/mod_parser3.c: version removed (we don't want
2804: to show it), warning war
2805:
2806: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
2807: pa_httpd.h: parser_status_allowed removed + merge config
2808: functions removed (override is the default) + beauty
2809:
2810: * src/: include/pa_request.h, main/pa_request.C,
2811: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
2812: hide $status used in apache module removed
2813:
2814: 2010-11-18 moko
2815:
2816: * operators.txt: $.table[compact] added for ^json:string[]
2817:
2818: 2010-11-16 moko
2819:
2820: * src/targets/apache/mod_parser3.c: some cleanup done
2821:
2822: * src/main/untaint.C: bugfix: first, second String::Body argument
2823: is hashcode; second, info.fragment_begin is original, not
2824: resulting length
2825:
2826: * src/classes/file.C: new feature: $.stdin now untainted
2827:
2828: * tests/results/264.processed: new feature: $.stdin[] now untainted
2829:
2830: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
2831:
2832: * src/classes/op.C: ^apply-taint[] method added
2833:
2834: * tests/: 264.html, results/264.processed: ^apply-taint[] test
2835: added; $.stdin untaint test added
2836:
2837: 2010-11-15 moko
2838:
2839: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
2840: removed
2841:
2842: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
2843: pa_httpd.h: 2x2 calculated under apache2. :)
2844:
2845: 2010-11-13 moko
2846:
2847: * src/targets/apache/mod_parser3.c: initial changes to build module
2848: with apache 2.x includes
2849:
2850: * src/targets/apache/: Makefile.am, mod_parser3.c,
2851: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
2852: united apache 1.3 / apache 2.x DSO module
2853:
2854: 2010-11-09 moko
2855:
2856: * src/types/pa_method.h: check added to dissallow @method[name;*]
2857: syntax
2858:
2859: * tests/: 263.html, results/263.processed: test from method[*args]
2860: added
2861:
2862: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
2863: number of params can now be passed to a method declared with *arg
2864:
2865: 2010-11-06 moko
2866:
2867: * src/classes/table.C: formating fixed. :)
2868:
2869: * src/classes/table.C: closes #4: ^table.select now supports
2870: $.limit(), $.offset, $.reverse() options
2871:
2872: * tests/: 262.html, results/262.processed: test for ^table:select
2873: with options added (feature #4)
2874:
2875: * src/include/pa_array.h: remove function added
2876:
2877: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
2878: object in get_element/put_element, using static one.
2879:
2880: 2010-11-04 moko
2881:
2882: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
2883: options is passed
2884:
2885: * tests/: 256.html, results/256.processed: $.table[compact] feature
2886: now tested; k and p in handler now tested.
2887:
2888: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
2889: $.table[compact] feature added
2890:
2891: * src/classes/json.C: key is now passed to handler in
2892: value_json_string; ^json:string result now process tainting
2893: inside and returns clean string, related to issue #153
2894:
2895: * src/main/untaint.C: bugfix: charset can be null (in
2896: ^string:save[] as example), thus check is added
2897:
2898: 2010-10-31 moko
2899:
2900: * src/classes/string.C: error message changed (fixes issue #149)
2901:
2902: 2010-10-29 moko
2903:
2904: * src/main/pa_http.C: ":port" is now added to "Host:" header if
2905: port is not default (fixes issue #155); exception on invalid port
2906: added.
2907:
2908: * src/main/untaint.C: '*' is now not urlencoded to allow header
2909: "Accept: */*" to be passed
2910:
2911: 2010-10-28 moko
2912:
2913: * src/classes/curl.C: bugfix: detect_charset() was throwing
2914: exception on unknown charset even if response_charset was
2915: specified
2916:
2917: 2010-10-27 moko
2918:
2919: * src/classes/string.C: ^string.append removed for void
2920: compatibility
2921:
2922: 2010-10-26 moko
2923:
2924: * src/classes/json.C: libjson supports array at top level, we too
2925: (GPF fixed)
2926:
2927: 2010-10-25 moko
2928:
2929: * tests/: 253.html, results/253.processed: libjson supports array
2930: at top level, parser now supports it as well.
2931:
2932: * tests/261.html, tests/results/261.processed,
2933: src/types/pa_vstring.h: empty string is now void compatible
2934: (allows $empty.key)
2935:
2936: 2010-10-22 misha
2937:
2938: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
2939: while adding additional expires checkout)
2940:
2941: * tests/030.html: - test for session cookie was added
2942:
2943: 2010-10-21 moko
2944:
2945: * src/: classes/string.C, classes/void.C, main/execute.C,
2946: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
2947: string (feature #111)
2948:
2949: * tests/: 261.html, results/261.processed: checks void from string
2950: inheritance (feature #111)
2951:
2952: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
2953: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
2954: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
2955: now true by default
2956:
2957: 2010-10-17 moko
2958:
2959: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
2960: upload now uses binary blocks instead of L_FILE_POST tainting.
2961: (bugfix: #128)
2962:
2963: * tests/: 223.html, results/223.processed: binary file upload test
2964: added, GPF (issue #128) also checked in this test
2965:
2966: 2010-10-13 misha
2967:
2968: * tests/260.html: - test for math:convert
2969:
2970: * src/classes/math.C: - error in math:convert was fixed
2971:
2972: * operators.txt: - info about
2973: ^math:convert[number](from-base;to-base) was added
2974:
2975: * src/classes/math.C: - method
2976: ^math:convert[number](from-base;to-base) for converting number
2977: represention from one base to another was added ( new feature:
2978: #23 )
2979:
2980: 2010-10-13 moko
2981:
2982: * src/main/compile.tab.C: [] now is empty string, not void
2983:
2984: * src/main/compile.y: [] now is empty string, not void
2985:
2986: * src/types/pa_vvoid.h: void now passed as parameter
2987:
2988: * tests/: 259.html, results/259.processed: to test difference
2989: between void and empty string (see ticket #111)
2990:
2991: * tests/results/152.processed: $sEmpty[] is now empty string, not
2992: void
2993:
2994: * tests/256.html: $s[$void] is no longer empty string
2995:
2996: * tests/254.html: empty string is no longer void
2997:
2998: 2010-10-12 misha
2999:
3000: * src/types/pa_vcookie.C: - check if $.expires value can be
3001: converted to date during cookies set up ( bugfix: #104 )
3002:
3003: * tests/041.html: - more tests for ^table.locate were added
3004:
3005: * src/classes/table.C: - ^table.locate[field;value;options] didn't
3006: work ( bugfix: #129 ) - exception comment for incorrect options
3007: ^table.locate[field;value;options] was fixed
3008:
3009: 2010-10-10 moko
3010:
3011: * src/: classes/reflection.C, main/execute.C: constructor returning
3012: another object feature returned
3013:
3014: * tests/results/258.processed: test result updated as constructor
3015: returning another object feature returned
3016:
3017: * tests/: 258.html, results/258.processed: test for constructor
3018: returning another object
3019:
3020: 2010-10-08 misha
3021:
3022: * tests/257.html: - whitespaces after @METACOMMANDS and their
3023: options shouldn't cause exceptions any longer
3024:
3025: 2010-10-06 moko
3026:
3027: * src/classes/: hash.C, table.C: length from sql server is now
3028: ignored, as sql string can contain 0x00 inside (bugfix: #119)
3029:
3030: 2010-10-02 misha
3031:
3032: * operators.txt: - the X mark was removed from ^cache[file]. it is
3033: usable to delete cache file.
3034:
3035: 2010-10-02 moko
3036:
3037: * tests/: 253.html, results/253.processed: hook_key added for key
3038: checking
3039:
3040: * src/classes/json.C: null key bug fixed
3041:
3042: 2010-09-29 misha
3043:
3044: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
3045:
3046: 2010-09-25 moko
3047:
3048: * src/classes/json.C: small fixed
3049:
3050: * tests/results/: 253.processed, 255.processed: just updated
3051:
3052: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
3053: results/255.processed: charset transcode test added for
3054: json:parse
3055:
3056: 2010-09-24 moko
3057:
3058: * src/types/pa_value.h: warning war :)
3059:
3060: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
3061: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
3062: ^json:string
3063:
3064: 2010-09-22 moko
3065:
3066: * src/main/pa_charset.C: parser charset tables declare only
3067: white-space before 0x20, thus adding the missing chars
3068:
3069: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
3070: to http://unicode.org/Public/MAPPINGS/VENDORS/
3071:
3072: 2010-09-21 misha
3073:
3074: * src/main/compile.y: - some semicolons were added (VS2010 don't
3075: want to compile grammar if they are absent)
3076:
3077: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
3078:
3079: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
3080:
3081: * src/main/main.vcproj: - path to bison is changed
3082:
3083: 2010-09-21 moko
3084:
1.97 ! moko 3085: * etc/parser3.charsets/: Makefile.in, windows-1250.cfg,
! 3086: windows-1251.cfg, windows-1254.cfg, windows-1257.cfg,
! 3087: x-mac-cyrillic.cfg: updated to conform to
! 3088: http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 3089:
3090: 2010-09-20 misha
3091:
3092: * src/types/pa_vtable.C: - add EOLs while json-serializing table
3093:
3094: * src/classes/json.C: - add EOL while json-serializing hash
3095:
3096: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
3097: compilers don't like 'ES'.
3098:
3099: 2010-09-17 misha
3100:
3101: * operators.txt: - info about json class was added
3102:
3103: * src/classes/json.C: - ^json:string[object]
3104:
3105: * src/: include/pa_request.h, main/pa_request.C: - stuff for
3106: preventing infinite recursion while executing json:string was
3107: added
3108:
3109: * src/include/pa_string.h: - method append_quoted was added
3110:
3111: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
3112: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
3113: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
3114: was added to Value & Co
3115:
3116: * src/classes/date.C: - methods get_gmt_string and get_sql_string
3117: were used
3118:
3119: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
3120: were added
3121:
3122: 2010-09-10 moko
3123:
3124: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
3125: die_or_abort (backport from 3.4.1)
3126:
3127: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
3128: die_or_abort (bugfix: #106)
3129:
3130: 2010-09-09 moko
3131:
3132: * src/classes/json.C: warning war. :)
3133:
3134: 2010-09-08 misha
3135:
3136: * src/lib/json/Makefile.am: - additional include directories were
3137: added (for pa_memory.h and gc.h)
3138:
3139: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
3140: compile as C++ instead default - additional include directory was
3141: added (for gc.h)
3142:
3143: * src/types/pa_vform.C: - little code reformating
3144:
3145: * src/classes/file.C: - $.content-type option now can be specified
3146: in ^file::create ( new feature: #102 )
3147:
3148: 2010-09-08 moko
3149:
3150: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
3151: pa_malloc/pa_free
3152:
3153: 2010-09-07 moko
3154:
3155: * tests/results/254.processed: VStateless_class:put_element
3156: exception was fixed
3157:
3158: * src/types/: pa_value.h, pa_vstateless_class.h: now
3159: VStateless_class:put_element barks self.type, not this.type
3160: (bugfix: #105)
3161:
3162: 2010-09-06 moko
3163:
3164: * src/classes/reflection.C: bugfix: new String() is required for
3165: exception handling
3166:
3167: * tests/: 254.html, results/254.processed: test modified
3168:
3169: 2010-09-05 moko
3170:
3171: * tests/: 254.html, results/254.processed: ^reflection:copy test
3172: added
3173:
3174: * src/: classes/reflection.C, include/pa_request.h:
3175: ^reflection:copy implemented (new feature: #100)
3176:
3177: 2010-09-03 moko
3178:
3179: * src/lib/json/JSON_parser.C: c++ compatiblity
3180:
3181: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
3182: option testing added
3183:
3184: 2010-09-02 moko
3185:
3186: * src/classes/json.C: $.distinct[first|last|all] added
3187:
3188: 2010-09-01 moko
3189:
3190: * tests/results/253.processed: json test result
3191:
3192: * tests/: 253.html, 253_json.txt: json test added
3193:
3194: * src/classes/json.C: json.C update to actual version + hash key
3195: creation bugfix
3196:
3197: 2010-08-31 misha
3198:
3199: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
3200: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
3201: src/lib/Makefile.am, src/classes/Makefile.am,
3202: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
3203: json library was added
3204:
3205: 2010-08-30 moko
3206:
3207: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
3208: types/pa_vobject.C: cosmetic optimization in
3209: request:execute_method usage
3210:
3211: * src/: include/pa_charset.h, main/pa_charset.C: small
3212: optimization, just to decrease number of lines. :)
3213:
3214: 2010-08-27 misha
3215:
3216: * src/classes/op.C: - taint[json] was added
3217:
3218: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
3219: were added
3220:
3221: * src/main/pa_exec.C: - warning fix was rolled back.
3222:
3223: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
3224: include/pa_string.h: - taint[json] was added - escaping was
3225: slightly modified
3226:
3227: 2010-08-25 misha
3228:
3229: * src/classes/file.C: - typo in file:sql exception was fixed
3230:
3231: * src/main/pa_exec.C: - warning about declared and not used
3232: variable forced_allow was removed
3233:
3234: 2010-08-14 misha
3235:
3236: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
3237: were removed
3238:
3239: 2010-08-11 moko
3240:
3241: * tests/: 249.html, results/249.processed: default setter and
3242: anti-recursive default getter test added
3243:
3244: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
3245: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
3246: types/pa_vobject.h, types/pa_vstateless_class.C,
3247: types/pa_vstateless_class.h: default setter support +
3248: anti-recursive default getter support ( new feature: #13 )
3249:
3250: * src/include/pa_hash.h: optimization: threshold member removed
3251: from hash, reducing sizeof(hash)
3252:
3253: 2010-08-10 misha
3254:
3255: * tests/196.html: - junction-method was added to the test
3256:
3257: * tests/248.html: - ups. typo :)
3258:
3259: * tests/248.html: - test for checking .match with 4 params
3260:
3261: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
3262: 247_windows1251.txt: - test for "transcode file from utf-8 to
3263: $request:charset during loading if the BOM code is detected"
3264:
3265: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
3266: $request:charset during loading if the BOM code is detected ( new
3267: feature: #98 )
3268:
3269: 2010-08-05 misha
3270:
3271: * src/classes/image.C: - ^image.replace now can accept only 2
3272: params. in this case the whole image is affected ( new feature:
3273: #95 )
3274:
3275: 2010-08-04 misha
3276:
3277: * tests/246.html: - test tor ^hash._at[] was added
3278:
3279: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
3280: #53 )
3281:
3282: * src/include/pa_hash.h: - methods for accessing the first and the
3283: last values of ordered hash were added (first_value and
3284: last_value)
3285:
3286: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
3287: (similar to others file's methods):
3288: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
3289: #68 )
3290:
3291: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
3292:
3293: 2010-08-01 moko
3294:
3295: * src/classes/op.C: to correctly process $result[] in code, called
3296: from ^process
3297:
3298: * tests/245.html: $result in ^process[] test added
3299:
3300: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
3301: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
3302: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
3303: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
3304: caller, self) op_call(VMethodFrame &frame, bool constructing)
3305: removed, construct(class,method) added
3306:
3307: * tests/results/: 192.processed, 244.processed: request::construct
3308: added
3309:
3310: * tests/: 244.html, 245.html, results/244.processed,
3311: results/245.processed: object creation exceptions and ^process
3312: tests added
3313:
3314: 2010-07-28 misha
3315:
3316: * tests/make_tests.cmd: - win32 EOLs
3317:
3318: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
3319: tests on Win32 were added (The system timezone should be GMT+3)
3320:
3321: 2010-07-26 misha
3322:
3323: * tests/: 212.html, results/212.processed: - sizes were removed
3324: mecause they could be different on different OSs
3325:
3326: * tests/065.html: - make it "win32 friendly"
3327:
3328: 2010-07-25 misha
3329:
3330: * src/main/compile.y: - all EOLs between methods are removed during
3331: compilation ( new feature: #47 )
3332:
3333: * tests/results/149.processed: - prepare tests to trim trailing
3334: methods' EOLs
3335:
3336: * tests/149.html: - prepare tests to trim trailing methods' EOLs
3337:
3338: * tests/: results/006.processed, results/014.processed, 006.html,
3339: 014.html, 022.html: - prepare tests to trim trailing methods'
3340: EOLs
3341:
3342: * tests/: 059.html, 071.html, 149.html, results/059.processed,
3343: results/071.processed, results/022.processed: - prepare tests to
3344: trim trailing methods' EOLs
3345:
3346: * tests/: results/073.processed, results/109.processed,
3347: results/142.processed, results/144.processed,
3348: results/149.processed, 073.html, 096.html, 109.html, 142.html,
3349: 144.html: - prepare tests to trim trailing methods' EOLs
3350:
3351: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
3352: 149.html, 152.html, results/096.processed, results/107.processed,
3353: results/109.processed, results/142.processed,
3354: results/144.processed: - prepare tests to trim trailing methods'
3355: EOLs
3356:
3357: 2010-07-24 moko
3358:
3359: * tests/results/: 156.processed, 224.processed: fix for #54 changed
3360: the hash order in this test
3361:
3362: * tests/014.html: to check hash order, hash no is longer sorted
3363: before print
3364:
3365: * src/include/pa_hash.h: hash copy constructor now keeps order
3366: (bugfix: #54)
3367:
3368: 2010-07-23 moko
3369:
3370: * tests/results/224.processed: @auto[] is no longer inherited
3371:
3372: * src/types/pa_vstateless_class.C, tests/227.html,
3373: tests/results/227.processed: @auto[] is no longer inherited
3374: (bugfix: #57)
3375:
3376: 2010-07-22 misha
3377:
3378: * src/classes/table.C: - don't skip comment lines during
3379: table::load if encloser or separator is set as '#' ( new feature:
3380: #30 )
3381:
3382: * src/targets/cgi/parser3.C: - don't run as cgi if
3383: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
3384: #12 )
3385:
3386: * src/classes/file.C: - set PARSER_VARSION env before external
3387: script executing
3388:
3389: 2010-07-13 misha
3390:
3391: * tests/058.html: - test for suppressing @border was added - test
3392: for user attribute was added
3393:
3394: * tests/results/186.processed: unescaping from \uXXXX
3395:
3396: * tests/186.html: unescaping from \uXXXX
3397:
3398: * tests/: 239.html, results/239.processed: method call type
3399:
3400: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
3401: $junction_method.CLASS_NAME (+CLASS)
3402:
3403: 2010-07-07 misha
3404:
3405: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
3406: *nix
3407:
3408: 2010-07-05 misha
3409:
3410: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3411: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
3412: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
3413: comment strings "options must be hash", "options must be hash,
3414: not code" and "called with invalid option" were replaced by
3415: constatns - exception comment string "invalid option passed" was
3416: replaced by "called with invalid option" (now in different
3417: methods are the same exception comment string)
3418:
3419: * src/include/pa_exception.h: - more exception strings were defined
3420:
3421: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3422: types/pa_vstateless_class.h: - now we can define possible
3423: method's call type ( new feature: #5 ) 1.
3424: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
3425: methods 2. @static:method[params] (only static keyword could be
3426: used here) -- for specified methods
3427:
3428: * src/main/pa_common.C: - junction points should not be deleted on
3429: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
3430: cleanup
3431:
3432: 2010-07-03 misha
3433:
3434: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
3435: results/158.processed, results/160.processed,
3436: results/161.processed, results/162.processed,
3437: results/163.processed: - prepare tests to trim trailing methods'
3438: EOLs
3439:
3440: * tests/results/169.processed: - prepare tests to trim trailing
3441: methods' EOLs
3442:
3443: * tests/results/: 168.processed, 169.processed: - prepare tests to
3444: trim trailing methods' EOLs
3445:
3446: * tests/: results/170.processed, results/167.processed,
3447: results/168.processed, results/169.processed, 167.html, 168.html,
3448: 169.html: - prepare tests to trim trailing methods' EOLs
3449:
3450: * tests/: results/170.processed, results/171.processed,
3451: results/172.processed, results/173.processed,
3452: results/174.processed, results/175.processed, 170.html, 171.html,
3453: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
3454: trailing methods' EOLs
3455:
3456: * tests/: results/176.processed, results/180.processed,
3457: results/184.processed, results/185.processed,
3458: results/191.processed, results/192.processed,
3459: results/196.processed, results/197.processed,
3460: results/198.processed, 176.html, 180.html, 184.html, 185.html,
3461: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
3462: to trim trailing methods' EOLs
3463:
3464: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
3465: results/199.processed, results/208.processed,
3466: results/209.processed, results/213.processed,
3467: results/214.processed: - prepare tests to trim trailing methods'
3468: EOLs
3469:
3470: 2010-06-29 misha
3471:
3472: * tests/: 220.html, 218.html, results/218.processed,
3473: results/215.processed, results/217.processed, 215.html, 217.html:
3474: - prepare tests to trim trailing methods' EOLs
3475:
3476: * tests/: results/224.processed, 224.html, 223.html,
3477: results/223.processed, results/220.processed: - prepare tests to
3478: trim trailing methods' EOLs
3479:
3480: * tests/results/: 226.processed, 230.processed: - prepare tests to
3481: trim trailing methods' EOLs
3482:
3483: * tests/: 229.html, results/229.processed: - prepare tests to trim
3484: trailing methods' EOLs
3485:
3486: * tests/: 232.html, 235.html, results/232.processed,
3487: results/235.processed, 226.html, 227.html, 228.html, 230.html,
3488: results/226.processed, results/227.processed,
3489: results/228.processed, results/230.processed: - prepare tests to
3490: trim trailing methods' EOLs
3491:
3492: 2010-06-16 moko
3493:
3494: * tests/: 229.html, results/229.processed: elseif now supported in
3495: ^if
3496:
3497: * src/classes/op.C: new feature: #56 elseif now supported in ^if
3498:
3499: 2010-06-03 misha
3500:
3501: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
3502: instead of memcopy for overlaped regions
3503:
3504: 2010-05-25 misha
3505:
3506: * src/main/pa_common.C: - wanring about unused vars was removed
3507:
3508: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
3509: get_method_filename was moved to execute.C
3510:
3511: 2010-05-23 misha
3512:
3513: * src/main/pa_request.C: - more accurate detection of method's file
3514:
3515: 2010-05-22 misha
3516:
3517: * src/classes/reflection.C: - bugfix: core during detection of
3518: .file if filespec isn't detected successfully
3519:
3520: 2010-05-20 misha
3521:
3522: * src/main/pa_request.C: - fix in get_method_filename
3523:
3524: * src/include/pa_request.h: - new feature: #24 -- searching
3525: included file in @USE/^use is changed. if its filespec doesn't
3526: start from '/' it will be searched in caller file directory
3527:
3528: * src/classes/reflection.C: - ^reflection:method_info returns file
3529: where the method is defined
3530:
3531: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
3532: classes/op.C: - new feature: #24 -- searching included file in
3533: @USE/^use is changed. if its filespec doesn't start from '/' it
3534: will be searched in caller file directory
3535:
3536: * src/: classes/file.C, include/pa_common.h: - method lastposafter
3537: is moved to pa_common.h
3538:
3539: 2010-05-18 misha
3540:
3541: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
3542: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
3543: cookie parser decode \uXXXX as well as %uXXXX
3544:
3545: 2010-05-17 misha
3546:
3547: * src/classes/curl.C: beauty: - unused param is removed in method
3548: _curl_version_action - some spaces were removed or replaced by
3549: tabs
3550:
3551: * src/classes/table.C: - bugfix: #72 core with empty value during
3552: ^table.hash[...;name_of_the_last_column][$.type[string]]
3553:
3554: 2010-05-16 misha
3555:
3556: * src/classes/curl.C: new: #61 more curl options were added
3557: (contributed by Sumo)
3558:
3559: 2010-04-29 pretender
3560:
3561: * src/main/pa_string.C: fixes #63 Split result from empty string
3562: now empty string.
3563:
3564: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
3565: string type.
3566:
3567: 2010-04-28 pretender
3568:
3569: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
3570: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
3571: macrodefinition removed
3572:
3573: 2010-04-19 pretender
3574:
3575: * src/main/execute.C: fixes #60 Stacktrace now contains info for
3576: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
3577:
3578: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
3579: fixes #64 Now file.missing exception generates in unsafe mode to.
3580:
3581: * src/classes/file.C: fixes #48 Now not throw "not save environment
3582: variable" exception in grpunlim version.
3583:
3584: 2010-04-05 misha
3585:
3586: * src/classes/string.C: - new feature: 4th param was added to
3587: match. if specified its value is returned in case of nothing was
3588: found
3589:
3590: 2010-04-01 misha
3591:
3592: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
3593: multiple execution of /a/b/auto.p
3594:
3595: 2010-03-19 misha
3596:
3597: * src/main/execute.C: - core in $table1.$table2 was fixed
3598:
3599: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
3600:
3601: 2010-01-27 misha
3602:
3603: * src/main/pa_common.C: - bugfix: there are no excaption.type if
3604: trying to open file by path /existing-file/non-exixting-file
3605:
3606: 2010-01-26 misha
3607:
3608: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
3609: was added (returns file)
3610:
3611: 2009-12-22 misha
3612:
3613: * src/classes/curl.C: - method 'option' was renamed to 'options' -
3614: now parser doesn't have class curl if it was built without it
3615:
3616: 2009-12-15 misha
3617:
3618: * configure.in: - little cheat with curl include dir was added
3619:
3620: 2009-12-05 misha
3621:
3622: * src/classes/curl.C: - some fixes
3623:
3624: 2009-12-04 misha
3625:
3626: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
3627: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
3628: buildall-with-xml, buildall-without-xml, configure.in: - curl
3629: class was added
3630:
3631: * src/include/pa_hash.h: - hash-iterator was added
3632:
3633: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
3634: was added to pcre
3635:
3636: 2009-11-27 misha
3637:
3638: * src/classes/image.C: - don't add @border attribute to output of
3639: ^image.html[] if it was specified by user with empty value
3640:
3641: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
3642: root element and we are trying to access .documentElement
3643:
3644: 2009-11-11 misha
3645:
3646: * src/classes/table.C: - in ^table.flip[] look at number of columns
3647: instead of number of items in first row for named tables
3648:
3649: 2009-11-10 misha
3650:
3651: * operators.txt: - info about hash-options in ^file::create was
3652: added
3653:
3654: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
3655: added
3656:
3657: 2009-11-09 misha
3658:
3659: * buildall-with-xml: - moving to libxml 2.7.6
3660:
3661: * tests/236.html: - tests for comparations cords with functions
3662: were added
3663:
3664: * src/include/pa_string.h: - optimisation: cacheing of cstr was
3665: added
3666:
3667: * src/main/pa_http.C: - little optimisation
3668:
3669: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
3670: GPF mallocs + stringstream (table.save)
3671:
3672: * src/classes/file.C: - file::create now accepts 4th param: options
3673: with $.charset
3674:
3675: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
3676: bug in cord (comparation cords with functions was buggy)
3677:
3678: 2009-11-06 misha
3679:
3680: * src/main/pa_string.C: - bugfix: calculation string.length
3681: sometimes was buggy
3682:
3683: * src/classes/string.C: - bugfix: Temp_value_element wasn't
3684: destroyed if exception occured during match/replace
3685:
3686: * src/: main/pa_charset.C, include/pa_charset.h: - method
3687: lengthUTF8Char was added
3688:
3689: * src/classes/op.C: - clean tainting lang was added for user's
3690: usage
3691:
3692: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
3693: fixed: checkouts are required after GC_MALLOC
3694:
3695: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
3696:
3697: * operators.txt: - actually, there is no ^untaint[xml] in
3698: file::create
3699:
3700: 2009-10-15 misha
3701:
3702: * tests/: 235.html, 235_attach.txt: - tests for preparing email
3703: were added
3704:
3705: * tests/234.html: - more tests for checking ^taint[uri] escaping
3706: were added
3707:
3708: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
3709: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
3710: hacking: for dealing with transcoding+^taint[uri]
3711: transcode_and_untaint was replaced by untaint_and_transcode
3712:
3713: 2009-10-13 misha
3714:
3715: * tests/: 121.html, results/121.processed: - test transcoding +
3716: url-escaping now
3717:
3718: * tests/results/auto.p: - more helpers' methods were added
3719:
3720: * src/main/pa_globals.C: - die instead of abort
3721:
3722: 2009-10-06 misha
3723:
3724: * src/main/pa_common.C: - don't allocate memory during
3725: capitalization if input string is already capitalized
3726:
3727: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
3728:
3729: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
3730: use format function because it calls malloc
3731:
3732: * src/include/pa_common.h: - more capitalized headers were added
3733:
3734: * src/main/pa_common.C: - in safe mode clear executable bits during
3735: file writing
3736:
3737: 2009-10-05 misha
3738:
3739: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
3740:
3741: 2009-10-03 misha
3742:
3743: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
3744: ^img.text[] & ^img.length[] can work in utf-8 now
3745:
3746: * src/: include/pa_charset.h, main/pa_charset.C: - class
3747: UTF8_string_iterator was added
3748:
3749: * src/classes/image.C: - respect utf-8 when calculate alphabet
3750: length
3751:
3752: * src/classes/mail.C: - check from before get message.cstr
3753:
3754: 2009-10-02 misha
3755:
3756: * tests/233.html: - test for image.font, image.length, image.text
3757: with text in utf-8 were added
3758:
3759: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
3760:
3761: * buildall-with-xml, buildall-without-xml: - comment about gc
3762: version for freebsd 4 was added
3763:
3764: 2009-10-01 misha
3765:
3766: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
3767: terminator) - read_pipe were slightly optimized
3768:
3769: 2009-09-28 misha
3770:
3771: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
3772: removed
3773:
3774: * src/types/pa_vmail.C: - forgot about space after ':'
3775:
3776: * src/types/pa_vmail.C: - escape filenames while preparing mail
3777: body - small simplifications
3778:
3779: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
3780: inout params like pa_base64
3781:
3782: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
3783: option $.debug-print(1) was added to mail:send - changes for
3784: using uue_encode which uses less memory
3785:
3786: * src/main/pa_common.C: - pa_base64_encode uses less memory now
3787:
3788: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
3789: memory now
3790:
3791: 2009-09-26 misha
3792:
3793: * src/types/pa_vmail.C: - default encoding now is base64
3794:
3795: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
3796:
3797: 2009-09-25 misha
3798:
3799: * src/types/pa_vmail.C: - capitalization of headers was added to
3800: sending mail as well
3801:
3802: * buildall-with-xml: - catalog package was removed from libxml
3803:
3804: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
3805: win32 absolute path
3806:
3807: * src/include/pa_common.h: - one more capitalized header was added
3808:
3809: 2009-09-22 misha
3810:
3811: * INSTALL: - comment about building just httpd binary while
3812: building apache module was added
3813:
3814: 2009-09-21 misha
3815:
3816: * buildall-with-xml: - moving to the latest versions of xml libs:
3817: libxml 2.7.4 and libxslt 1.1.25
3818:
3819: 2009-09-19 misha
3820:
3821: * tests/231.html: - test for encoding cookie in win-1251
3822:
3823: 2009-09-18 misha
3824:
3825: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
3826: object] were added
3827:
3828: * operators.txt: - info about method ^reflection:fields[class or
3829: object] was added
3830:
3831: * src/classes/reflection.C: - method ^reflection:fields[class or
3832: object] was added
3833:
3834: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
3835: methods get_fields were added
3836:
3837: * tests/232.html: - tests for @GET[name]
3838:
3839: * src/classes/table.C: - some changes in handling hash-options for
3840: creare, join and locate
3841:
3842: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
3843: defined with option: the type of requested value
3844:
3845: 2009-09-17 misha
3846:
3847: * tests/212.html: - tests for .pattern and .options were added
3848:
3849: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
3850: $regex.options were added
3851:
3852: 2009-09-11 misha
3853:
3854: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
3855: rewrited. it checks not just one case of sending cookies during
3856: file::load[http], but also sending headers and fields (including
3857: files)
3858:
3859: 2009-09-10 misha
3860:
3861: * src/main/untaint.C: - workaround in file-spec lang for old Macs
3862: was removed => now parser can open files with Russian 'r' in
3863: filename
3864:
3865: * src/main/untaint.C: - bugfix: client charset whould be analized
3866: while escaping cookies but now source charset
3867:
3868: * src/main/pa_http.C: - bugfix: the values of http headers didn't
3869: ^tainted[uri] so it was possible to make request with incorrect
3870: http header
3871:
3872: * src/main/pa_http.C: - capitalization of http headers during
3873: file::load[http was slightly changes - bugfix: all headers which
3874: parser sends during file::load[http should be transcoded and only
3875: then escaped
3876:
3877: * src/main/untaint.C: - a bit more comments were added
3878:
3879: * src/classes/: file.C, string.C: - types where changes (minus 2
3880: warnings)
3881:
3882: * src/include/pa_common.h: - 2 capitalized strings for making http
3883: headers during file::load[http were added
3884:
3885: 2009-09-08 misha
3886:
3887: * operators.txt: - changes in file.save and string.save were added
3888:
3889: * tests/: 230.html, 230.txt: - tests for checking options in
3890: file.save and string.save were added
3891:
3892: * src/main/pa_request.C: - http headers names, which are passed to
3893: SAPI::add_header_attribute are lowercased now (it'll be
3894: capitalized in that method)
3895:
3896: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
3897: classes/string.C: - file_write accepts Request_charsets and asked
3898: charset and cound transcode content before writing - string.save
3899: and file.save have option $.charset now
3900:
3901: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
3902: classes/xdoc.C: - file_write accepts Request_charsets and asked
3903: charset and cound transcode content before writing
3904:
3905: * src/include/pa_exception.h: - new exception comment string was
3906: defined
3907:
3908: 2009-09-07 misha
3909:
3910: * src/main/compile.y: - grammar $name\ name stops now for regex
3911: sub-pattern\s
3912:
3913: 2009-09-04 misha
3914:
3915: * src/main/pa_http.C: - capitalization of http headers during
3916: file::load[http was implemented
3917:
3918: 2009-09-03 misha
3919:
3920: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3921: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
3922: types/pa_vmail.C, targets/cgi/parser3.C,
3923: targets/isapi/parser3isapi.C: - back to storing response http
3924: headers in lowercase - capitalize them during output
3925:
3926: 2009-08-31 misha
3927:
3928: * src/classes/table.C: - allow call with any brackets (it could be
3929: useful in methods with explict result declaration)
3930:
3931: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
3932: correctly if $request:charset==koi8-r
3933:
3934: 2009-08-30 misha
3935:
3936: * src/: include/pa_common.h, main/pa_request.C: - http headers were
3937: changed: content-type => Content-type and so on
3938:
3939: * src/classes/file.C, src/include/pa_common.h,
3940: src/include/pa_request.h, src/main/pa_http.C,
3941: src/main/pa_request.C, src/types/pa_vcookie.C,
3942: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
3943: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
3944: tests/results/002.processed, tests/results/003.processed,
3945: tests/results/004.processed, tests/results/005.processed,
3946: tests/results/006.processed, tests/results/007.processed,
3947: tests/results/008.processed, tests/results/009.processed,
3948: tests/results/010.processed, tests/results/011.processed,
3949: tests/results/012.processed, tests/results/013.processed,
3950: tests/results/014.processed, tests/results/015.processed,
3951: tests/results/016.processed, tests/results/017.processed,
3952: tests/results/018.processed, tests/results/019.processed,
3953: tests/results/020.processed, tests/results/021.processed,
3954: tests/results/022.processed, tests/results/023.processed,
3955: tests/results/024.processed, tests/results/025.processed,
3956: tests/results/026.processed, tests/results/027.processed,
3957: tests/results/028.processed, tests/results/029.processed,
3958: tests/results/030.processed, tests/results/031.processed,
3959: tests/results/032.processed, tests/results/033.processed,
3960: tests/results/034.processed, tests/results/035.processed,
3961: tests/results/036.processed, tests/results/037.processed,
3962: tests/results/038.processed, tests/results/039.processed,
3963: tests/results/040.processed, tests/results/041.processed,
3964: tests/results/042.processed, tests/results/043.processed,
3965: tests/results/044.processed, tests/results/045.processed,
3966: tests/results/046.processed, tests/results/047.processed,
3967: tests/results/048.processed, tests/results/049.processed,
3968: tests/results/050.processed, tests/results/051.processed,
3969: tests/results/052.processed, tests/results/053.processed,
3970: tests/results/054.processed, tests/results/055.processed,
3971: tests/results/056.processed, tests/results/057.processed,
3972: tests/results/058.processed, tests/results/059.processed,
3973: tests/results/060.processed, tests/results/061.processed,
3974: tests/results/062.processed, tests/results/063.processed,
3975: tests/results/064.processed, tests/results/065.processed,
3976: tests/results/066.processed, tests/results/067.processed,
3977: tests/results/068.processed, tests/results/069.processed,
3978: tests/results/070.processed, tests/results/071.processed,
3979: tests/results/072.processed, tests/results/073.processed,
3980: tests/results/074.processed, tests/results/075.processed,
3981: tests/results/076.processed, tests/results/077.processed,
3982: tests/results/078.processed, tests/results/079.processed,
3983: tests/results/080.processed, tests/results/081.processed,
3984: tests/results/082.processed, tests/results/083.processed,
3985: tests/results/084.processed, tests/results/085.processed,
3986: tests/results/086.processed, tests/results/087.processed,
3987: tests/results/088.processed, tests/results/089.processed,
3988: tests/results/090.processed, tests/results/091.processed,
3989: tests/results/092.processed, tests/results/093.processed,
3990: tests/results/094.processed, tests/results/095.processed,
3991: tests/results/096.processed, tests/results/097.processed,
3992: tests/results/098.processed, tests/results/099.processed,
3993: tests/results/100.processed, tests/results/101.processed,
3994: tests/results/102.processed, tests/results/103.processed,
3995: tests/results/104.processed, tests/results/105.processed,
3996: tests/results/106.processed, tests/results/107.processed,
3997: tests/results/108.processed, tests/results/109.processed,
3998: tests/results/110.processed, tests/results/111.processed,
3999: tests/results/112.processed, tests/results/113.processed,
4000: tests/results/114.processed, tests/results/115.processed,
4001: tests/results/116.processed, tests/results/117.processed,
4002: tests/results/118.processed, tests/results/119.processed,
4003: tests/results/120.processed, tests/results/121.processed,
4004: tests/results/122.processed, tests/results/123.processed,
4005: tests/results/124.processed, tests/results/125.processed,
4006: tests/results/126.processed, tests/results/127.processed,
4007: tests/results/128.processed, tests/results/129.processed,
4008: tests/results/130.processed, tests/results/131.processed,
4009: tests/results/132.processed, tests/results/133.processed,
4010: tests/results/134.processed, tests/results/135.processed,
4011: tests/results/136.processed, tests/results/138.processed,
4012: tests/results/139.processed, tests/results/140.processed,
4013: tests/results/141.processed, tests/results/142.processed,
4014: tests/results/143.processed, tests/results/144.processed,
4015: tests/results/145.processed, tests/results/146.processed,
4016: tests/results/147.processed, tests/results/148.processed,
4017: tests/results/149.processed, tests/results/150.processed,
4018: tests/results/151.processed, tests/results/152.processed,
4019: tests/results/153.processed, tests/results/154.processed,
4020: tests/results/155.processed, tests/results/156.processed,
4021: tests/results/157.processed, tests/results/158.processed,
4022: tests/results/159.processed, tests/results/160.processed,
4023: tests/results/161.processed, tests/results/162.processed,
4024: tests/results/163.processed, tests/results/164.processed,
4025: tests/results/165.processed, tests/results/166.processed,
4026: tests/results/167.processed, tests/results/168.processed,
4027: tests/results/169.processed, tests/results/170.processed,
4028: tests/results/171.processed, tests/results/172.processed,
4029: tests/results/173.processed, tests/results/174.processed,
4030: tests/results/175.processed, tests/results/176.processed,
4031: tests/results/177.processed, tests/results/178.processed,
4032: tests/results/179.processed, tests/results/180.processed,
4033: tests/results/181.processed, tests/results/182.processed,
4034: tests/results/183.processed, tests/results/184.processed,
4035: tests/results/185.processed, tests/results/186.processed,
4036: tests/results/187.processed, tests/results/188.processed,
4037: tests/results/189.processed, tests/results/190.processed,
4038: tests/results/191.processed, tests/results/192.processed,
4039: tests/results/193.processed, tests/results/194.processed,
4040: tests/results/195.processed, tests/results/196.processed,
4041: tests/results/197.processed, tests/results/198.processed,
4042: tests/results/199.processed, tests/results/200.processed,
4043: tests/results/201.processed, tests/results/202.processed,
4044: tests/results/203.processed, tests/results/204.processed,
4045: tests/results/205.processed, tests/results/206.processed,
4046: tests/results/207.processed, tests/results/208.processed,
4047: tests/results/209.processed, tests/results/210.processed,
4048: tests/results/211.processed, tests/results/212.processed,
4049: tests/results/213.processed, tests/results/214.processed,
4050: tests/results/215.processed, tests/results/216.processed,
4051: tests/results/217.processed, tests/results/218.processed,
4052: tests/results/219.processed, tests/results/220.processed,
4053: tests/results/221.processed, tests/results/222.processed,
4054: tests/results/223.processed, tests/results/224.processed,
4055: tests/results/225.processed, tests/results/226.processed,
4056: tests/results/227.processed, tests/results/228.processed,
4057: tests/results/229.processed: - http headers were changed:
4058: content-type => Content-type and so on
4059:
4060: 2009-08-27 misha
4061:
4062: * src/: main/pa_random.C, include/pa_random.h,
4063: targets/cgi/parser3.C: - year was updated :)
4064:
4065: 2009-08-26 misha
4066:
4067: * tests/: 224.html, 224.p: - test for creating of parser object
4068: using constructor without params - little bugfix in test
4069:
4070: * src/main/compile_tools.h: - bugfix: should't call autouse while
4071: checking existed class while processing partial option
4072:
4073: * src/classes/reflection.C: - bugfix: core when creating object
4074: with reflection and constructor doesn't have params
4075:
4076: 2009-08-24 misha
4077:
4078: * tests/229.html: - tests for checking the number of parameters
4079: were added
4080:
4081: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
4082: number of method's parameters wasn't checked correctly (the bug
4083: was introduced in 3.4.0)
4084:
4085: 2009-08-22 misha
4086:
4087: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
4088: transcoded, but tainted pieces are escaped only when
4089: content-type==url-encoding
4090:
4091: * tests/228.html: - test for checking
4092: ^file::load[http://...;$.body[]]
4093:
4094: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
4095: post charset was too early (charsets is empty at this moment)
4096:
4097: 2009-08-21 misha
4098:
4099: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
4100: main/untaint.C: - some fixes with transcode+untaint
4101:
4102: 2009-08-15 misha
4103:
4104: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
4105: was increaced to 100 (was 50)
4106:
4107: * tests/227.html: - test for checking overriding properties in
4108: static classes was added
4109:
4110: * tests/: 226.html, 226.p: - test for @autoload[] was added
4111:
4112: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
4113: main/execute.C, main/pa_request.C, classes/reflection.C: -
4114: autouse was implemented
4115:
4116: 2009-08-14 misha
4117:
4118: * src/classes/reflection.C: - outdated checkout was removed
4119:
4120: * src/classes/reflection.C: - optimization - method ^dynamical was
4121: added.
4122:
4123: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
4124: types/pa_vstateless_class.h, main/execute.C: - optimization
4125:
4126: * src/types/pa_vclass.C: - exception if base on sytem class
4127:
4128: 2009-08-12 misha
4129:
4130: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
4131: pa_vstateless_class.h: - little optimisation
4132:
4133: 2009-08-11 misha
4134:
4135: * tests/224.html: - method_params => method_info - checking for
4136: $.inherited
4137:
4138: * src/classes/reflection.C, operators.txt: - method method_params
4139: was renamed to method_info and now it returns class name, if
4140: method was defined in ancestor
4141:
4142: * tests/225.html: - tests for cheching properties in hierarhical
4143: classes were added
4144:
4145: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
4146: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4147: main/compile.y, main/execute.C, classes/classes.C: - problems
4148: with properties in new classes implementation were fixed
4149:
4150: 2009-08-10 misha
4151:
4152: * src/main/execute.C: - now constructor shouldn't be defined in
4153: class. it could be defined in parent.
4154:
4155: 2009-08-09 misha
4156:
4157: * src/classes/reflection.C: - ^reflection:methods doesn't return
4158: base's methods
4159:
4160: 2009-08-08 misha
4161:
4162: * src/: classes/classes.h, classes/date.C, classes/file.C,
4163: classes/form.C, classes/hash.C, classes/hashfile.C,
4164: classes/image.C, classes/mail.C, classes/op.C,
4165: classes/reflection.C, classes/regex.C, classes/string.C,
4166: classes/table.C, classes/xdoc.C, classes/xnode.C,
4167: classes/xnode.h, include/pa_hash.h, main/execute.C,
4168: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
4169: types/pa_method.h, types/pa_property.h, types/pa_value.C,
4170: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4171: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4172: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
4173: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4174: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
4175: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
4176: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
4177: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
4178: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
4179: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
4180: types/pa_vresponse.C, types/pa_vresponse.h,
4181: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4182: types/pa_vstateless_object.h, types/pa_vstatus.C,
4183: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
4184: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4185: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4186: types/pa_wwrapper.h, types/types.vcproj: - new classes
4187: implementation
4188:
4189: * buildall-with-xml, buildall-without-xml: - gc has a bug if
4190: USE_MUNMAP is used. so it is disabled as a workaround.
4191:
4192: 2009-08-05 misha
4193:
4194: * src/: main/pa_common.C, include/pa_common.h: - not needed
4195: parameter was removed
4196:
4197: * src/main/pa_http.C: - bugfix: error was during detecting
4198: content-type of file which was loaded by http
4199:
4200: 2009-08-01 misha
4201:
4202: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
4203: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
4204: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
4205: can't be disabled with defines any longer
4206:
4207: 2009-07-29 misha
4208:
4209: * src/classes/reflection.C, tests/results/224.processed: - for
4210: native methods with any call type now returned empty call_type
4211: value
4212:
4213: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4214: classes/table.C, include/pa_hash.h, include/pa_request.h,
4215: main/pa_request.C: - break in cycles was optimized
4216:
4217: * INSTALL: - more defines were described
4218:
4219: 2009-07-28 misha
4220:
4221: * operators.txt: - some changes in information about reflection
4222: class
4223:
4224: * tests/: 224.html, 224.p: - tests for reflection class
4225:
4226: * src/classes/reflection.C: - some bugs were fixed, method classes
4227: was added, refactoring
4228:
4229: 2009-07-26 misha
4230:
4231: * src/classes/classes.vcproj: - reflection class wass added to
4232: project
4233:
4234: * operators.txt: - information about reflection class was added
4235:
4236: * src/classes/reflection.C: - class was redesigned
4237:
4238: 2009-07-24 misha
4239:
4240: * src/classes/: Makefile.am, reflection.C: - class reflection was
4241: added
4242:
4243: * src/types/pa_vstateless_class.h: - method for reflection method's
4244: in classes was added
4245:
4246: 2009-07-22 misha
4247:
4248: * src/main/compile_tools.h: - bugfix: $object.$var was
4249: over-optimized. it failed if $object1.$object2.field
4250:
4251: 2009-07-16 misha
4252:
4253: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
4254: lib/cord/cordxtra.c, lib/cord/include/cord.h,
4255: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
4256: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
4257: one more arg: length of cord
4258:
4259: 2009-07-15 misha
4260:
4261: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
4262: tainted in ^file::load[http://...;$.cookies[]]
4263:
4264: * src/classes/: op.C, regex.C, string.C: - new string with
4265: exception was used
4266:
4267: * src/include/pa_exception.h: - new string with exception was added
4268:
4269: * tests/223.html: - test for checking cookie-encoding during
4270: ^file::load[http was added
4271:
4272: * tests/: 221.html, 222.html: - tests for checking type of
4273: $table.fields.field were added
4274:
4275: * src/types/pa_vtable.C: - not used var decl was removed
4276:
4277: * src/include/pa_string.h: - use cached string length in Body::mid.
4278: it improves speed of match with brackets in pattern
4279:
4280: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
4281: outside
4282:
4283: 2009-07-14 misha
4284:
4285: * src/types/pa_vtable.C: - $table.fields.a return string even if
4286: column is empty (sometime returned void) - $table.fields was
4287: added for nameless tables
4288:
4289: * src/targets/cgi/getopt.c: - one warning resolved
4290:
4291: * src/main/pa_string.C: - potentian bug fixed
4292:
4293: * src/classes/op.C: - small optimization in taint/untaint
4294:
4295: 2009-07-13 misha
4296:
4297: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
4298: added
4299:
4300: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
4301: souldn't add the attribut to output
4302:
4303: 2009-07-11 misha
4304:
4305: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
4306: stack size was increaced to 2MB (default=1MB)
4307:
4308: 2009-07-08 misha
4309:
4310: * src/main/pa_string.C: - link to UTF-8 description was added
4311:
4312: * src/include/pa_hash.h: - hash keeps element's order in more
4313: places (ex: ._keys[])
4314:
4315: * tests/220.html: - test for checking order of elements in hash in
4316: foreach was added
4317:
4318: * tests/172.html: - small changes in printing hash
4319:
4320: * tests/129.html: - small changes in printing hash
4321:
4322: * src/: include/pa_common.h, include/pa_hash.h,
4323: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
4324: types/pa_vmethod_frame.h: - hash now keeps order of elements
4325:
4326: * tests/014.html: - small changes in printing hash
4327:
4328: 2009-07-07 misha
4329:
4330: * src/classes/op.C: - new taint language "parser-code" was added
4331:
4332: * tests/219.html: - test for auto untaint parser code in process
4333: was added
4334:
4335: * src/classes/op.C: - tainted pieces in body of process are
4336: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
4337:
4338: * src/: include/pa_string.h, main/untaint.C: - new language
4339: L_PARSER_CODE for auto-untaint in process was added
4340:
4341: * src/: classes/file.C, classes/hash.C, classes/image.C,
4342: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
4343: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
4344: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
4345: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
4346: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
4347: code cleanup
4348:
4349: 2009-07-06 misha
4350:
4351: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
4352: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
4353: deleted. taint_cstr[m] and untaint_cstr[m] should be used
4354:
4355: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
4356: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
4357: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
4358: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
4359: should be used
4360:
4361: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
4362: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
4363: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
4364: untaint_cstr[m] should be used
4365:
4366: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
4367: deleted. taint_cstr[m] and untaint_cstr[m] should be used
4368:
4369: * tests/218.html: - test for checking automatic file-spec-taint was
4370: added
4371:
4372: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
4373: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
4374: classes/file.C, classes/hash.C, classes/image.C,
4375: classes/string.C, classes/table.C, classes/void.C,
4376: classes/xdoc.C: - optimizations and simplification of
4377: string.cstr(...)
4378:
4379: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
4380: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
4381: - optimizations and simplification of string.cstr(...)
4382:
4383: 2009-07-04 misha
4384:
4385: * tests/217.html: - test for recursion detection was added
4386:
4387: * src/: types/types.vcproj, main/main.vcproj,
4388: classes/classes.vcproj, targets/cgi/parser3.vcproj,
4389: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
4390: from .vcproj
4391:
4392: * src/types/pa_wwrapper.h: - dynamic_cast was removed
4393:
4394: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
4395: uploading files and case-insensitive http-method were added
4396:
4397: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
4398: tainted pattern in ^file:list[] was added
4399:
4400: 2009-07-03 misha
4401:
4402: * src/: classes/classes.vcproj, main/main.vcproj,
4403: types/types.vcproj, targets/cgi/parser3.vcproj,
4404: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
4405: for dynamic_cast) - little options changes
4406:
4407: * src/main/pa_http.C: - file::load[http works now with uploading
4408: files _and_ changing $.charset
4409:
4410: 2009-06-29 misha
4411:
4412: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
4413: while creating pattern
4414:
4415: 2009-06-25 misha
4416:
4417: * src/classes/image.C, operators.txt: - options' names for
4418: ^image.font were changed to $.space, $.width and $spacing -
4419: default space width now == gif's width
4420:
4421: 2009-06-24 misha
4422:
4423: * tests/215.html: - tests for $file.mode were added
4424:
4425: * operators.txt: - added info about $file.mode and changes in
4426: ^image.font[
4427:
4428: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
4429: param now could be omited - third param now could be hash (with
4430: all widths options: $.space-width, $.letter-width) - it's
4431: possible to specify tracking ($.letter-space)
4432:
4433: * src/classes/file.C: - file objects now could have mode field
4434: (text|binary)
4435:
4436: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
4437:
4438: 2009-06-23 misha
4439:
4440: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
4441: trim can work with utf-8 chars now
4442:
4443: 2009-06-20 misha
4444:
4445: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
4446: was implemented
4447:
4448: * src/classes/table.C: - string length cacheing was implemented
4449:
4450: * src/include/pa_string.h: - string length cacheing was implemented
4451:
4452: 2009-06-17 misha
4453:
4454: * src/main/execute.C: - value param was removed from
4455: WContext::WContext
4456:
4457: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
4458: pa_wwrapper.h: - value param was removed from WContext::WContext
4459: - field wcontext was removed from VCodeFrame (using fparent
4460: instead)
4461:
4462: * tests/214.html: - test with hash copying
4463:
4464: 2009-06-16 misha
4465:
4466: * tests/: 062.html, results/062.processed: - evaluation hardcoded
4467: strings doesn't work in expression anymore
4468:
4469: * src/main/execute.C: - less calls for get_constructing() - little
4470: refactoring
4471:
4472: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
4473: include/pa_request.h: - less calls for get_constructing()
4474:
4475: * src/classes/: hash.C, hashfile.C: - fixed bug which was
4476: introduced with OPTIMIZE_SINGLE_STRING optimization
4477:
4478: 2009-06-14 misha
4479:
4480: * src/: classes/date.C, classes/file.C, classes/hash.C,
4481: classes/hashfile.C, classes/image.C, classes/regex.C,
4482: classes/table.C, classes/xdoc.C, classes/xnode.h,
4483: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
4484: types/pa_vstateless_class.h, main/execute.C: - create object for
4485: storing object's fields only for parser objects
4486:
4487: 2009-06-13 misha
4488:
4489: * buildall-with-xml, buildall-without-xml: - new option was added
4490: for building GC (it slightly reduces memory usage)
4491:
4492: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
4493: single string write
4494:
4495: * src/main/execute.C: - bytecode optimization of ^class:constructor
4496: - optimization of single string write
4497:
4498: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
4499: - bytecode optimization of ^class:constructor
4500:
4501: 2009-06-09 misha
4502:
4503: * src/targets/cgi/parser3.C: - type size_t was changed to int in
4504: main (better compatibility)
4505:
4506: 2009-06-08 misha
4507:
4508: * src/main/compile.y: - I've forgot to commit it :(
4509:
4510: 2009-06-07 misha
4511:
4512: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
4513: WITH_READ and WITH_ROOT
4514:
4515: * src/main/: compile.y, compile_tools.C, compile_tools.h,
4516: execute.C: - more optimizations for WITH_SELF, WITH_READ and
4517: WITH_ROOT - little refactoring
4518:
4519: 2009-06-06 misha
4520:
4521: * tests/213.html: - tests for 3rd match string-param were added
4522:
4523: * src/classes/string.C: - 3rd match param could be string now
4524:
4525: * src/main/: compile.y, compile_tools.h: - much more bytecode's
4526: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
4527: GET_OBJECT_ELEMENT
4528:
4529: 2009-06-05 misha
4530:
4531: * src/main/pa_http.C: - bugfix: content-length was not calculated
4532: if $.body was specified
4533:
4534: 2009-06-04 misha
4535:
4536: * src/classes/op.C: - optimizing write_assign_lang in connect
4537:
4538: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
4539:
4540: * src/main/execute.C: - little refactoring - optimizing
4541: write_assign_lang in taint/untaint
4542:
4543: * src/include/pa_opcode.h: - little refactoring
4544:
4545: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4546: main/compile_tools.h, main/execute.C: - optimizations for
4547: $self.field, ^self.method, $self.field[...] and $self.field(...)
4548: were added
4549:
4550: 2009-06-03 misha
4551:
4552: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
4553:
4554: 2009-06-02 misha
4555:
4556: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
4557: include/pa_opcode.h: - refactoring in last optimizations
4558: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
4559: now but code is much easy and it is ready for further
4560: improvements.
4561:
4562: 2009-05-27 misha
4563:
4564: * src/: types/pa_junction.h, types/pa_vjunction.C,
4565: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
4566: changed in destructing junctions
4567:
4568: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
4569: String:Body
4570:
4571: 2009-05-26 misha
4572:
4573: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
4574: one method detect_charset was deleted - bug was fixed in this
4575: method (error while detecting charset in content_type withot last
4576: ';')
4577:
4578: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
4579: once
4580:
4581: 2009-05-25 misha
4582:
4583: * src/classes/file.C: - bugfix: file::exec didn't work after
4584: optimizing of helper_length
4585:
4586: 2009-05-24 misha
4587:
4588: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
4589: were added - little refactoring
4590:
4591: * src/main/execute.C: - core while printing in debug log
4592: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
4593: optimisations were added
4594:
4595: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
4596: were added
4597:
4598: 2009-05-23 misha
4599:
4600: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
4601: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
4602: CORD_cat optimization
4603:
4604: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
4605: - call constr optimisation under separate define now
4606:
4607: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
4608: in $b should be string, not void
4609:
4610: * src/main/compile.y: - little fix for rem-cut optimisation
4611:
4612: * src/: include/pa_opcode.h, main/compile_tools.C,
4613: main/compile_tools.h, main/execute.C: - optimisations for
4614: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
4615:
4616: * INSTALL: - description of some #defined were added
4617:
4618: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
4619: before 1st access (memory usage is reduced if don't access to
4620: .text field)
4621:
4622: * src/include/pa_array.h: - array grows step now not static (it
4623: reduces numbers of reallocs)
4624:
4625: 2009-05-20 misha
4626:
4627: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
4628: $.b(2), $c[d] and $.e[f] was added
4629:
4630: * src/main/: compile.y, compile_tools.C, compile_tools.h,
4631: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
4632: $.e[f] was added
4633:
4634: * src/main/execute.C: - debug printing moved in defines
4635:
4636: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
4637: and little refactoring for OP_GET_OBJECT_ELEMENT +
4638: OP_GET_OBJECT_VAR_ELEMENT optimisation
4639:
4640: 2009-05-19 misha
4641:
4642: * src/main/: compile.y, compile_tools.C, compile_tools.h,
4643: execute.C: - $a.$b & ^a.$b bytecode optimisation
4644:
4645: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
4646: ^a.$b optimisation)
4647:
4648: * src/main/compile.y: - compiler now generate new opcodes:
4649: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
4650: ^a.b - compiler now cut off ^rem{ with all content ; any number
4651: of params }
4652:
4653: * src/main/execute.C: - code for handle new opcodes
4654: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
4655:
4656: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
4657: added for LA2V and LA2S
4658:
4659: * src/include/pa_opcode.h: - new defines which can be used for
4660: disable some bytecode optimisation and new opcodes were added
4661:
4662: 2009-05-17 misha
4663:
4664: * src/lib/cord/cordxtra.c: - bugfix.
4665:
4666: * tests/212.html: - .size[] and .study_size[] were added to tests
4667:
4668: * operators.txt: - info about regex class was added
4669:
4670: * tests/212.html: - tests for regex class were added
4671:
4672: 2009-05-16 misha
4673:
4674: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
4675: gc7.1
4676:
4677: * tests/022.html: - test for ^file:list[path;] (empty second param)
4678: was added
4679:
4680: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
4681: param) should work
4682:
4683: 2009-05-15 misha
4684:
4685: * src/classes/table.C: - automatically disable stringstream usage
4686: on freebsd4
4687:
4688: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
4689: scope
4690:
4691: * tests/211.html: - test with different types of access to hash was
4692: added
4693:
4694: * tests/210.html: - test which checks for loosing tainting in
4695: hash's keys was added
4696:
4697: * tests/208.html: - some parser work added. or stime == 0 %-)
4698:
4699: * src/lib/cord/cordbscs.c: - little hack was added to cord
4700:
4701: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
4702:
4703: * src/include/pa_version.h, configure.in: - moko have made a lot of
4704: optimisations for increacing version number more dramatically :)
4705:
4706: * src/classes/date.C: - little refactoring: use constructor which
4707: accepts formated string
4708:
4709: * src/: include/pa_string.h, main/pa_string.C: - String constructor
4710: which can print formatted string was added
4711:
4712: 2009-05-14 misha
4713:
4714: * src/include/pa_string.h: - type was fixed
4715:
4716: * src/: classes/hashfile.C, classes/op.C,
4717: include/pa_cache_managers.h, include/pa_charset.h,
4718: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
4719: include/pa_request.h, include/pa_sql_driver_manager.h,
4720: include/pa_string.h, include/pa_stylesheet_manager.h,
4721: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
4722: main/pa_charsets.C, main/pa_string.C,
4723: main/pa_stylesheet_connection.C, types/pa_value.h,
4724: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4725: types/pa_vobject.C, types/pa_vstateless_class.C,
4726: types/pa_vstateless_class.h: - hash_code caching was implemented
4727: (seaches should be faster now)
4728:
4729: * src/: classes/file.C, classes/hash.C, classes/image.C,
4730: classes/string.C, classes/table.C, include/pa_string.h,
4731: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
4732: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
4733: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
4734: types/pa_vrequest.C: - String constructors don't have that stupid
4735: true/false param which means 'tainted'. they accept lang instead.
4736:
4737: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
4738: with OPTIMIZE_RESULT
4739:
4740: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
4741: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
4742:
4743: 2009-05-13 misha
4744:
4745: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
4746: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
4747: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4748: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
4749: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
4750: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4751: include/pa_string.h, classes/date.C, classes/file.C,
4752: classes/hash.C, classes/image.C, classes/string.C,
4753: classes/table.C, classes/xdoc.C: - result optimisation -
4754: helper_length parameter removed from string constructors
4755:
4756: 2009-05-11 misha
4757:
4758: * tests/209.html: - tests for ^hash::create[hash] were added
4759:
4760: * tests/208.html: - tests for $status:rusage, $status:memory,
4761: ^memory:compact[] were added
4762:
4763: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
4764: log10 were added
4765:
4766: * tests/206.html: - test for try with finally was added
4767:
4768: 2009-05-10 misha
4769:
4770: * tests/205.html: - test for ^file::create[...] was added
4771:
4772: * tests/204.html: - test for ^response:clear[] was added
4773:
4774: * tests/038.html: - tests for trigonometric functions were added
4775:
4776: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
4777: added - more tests for .add, .sub, .union, .intersects and
4778: .intersections
4779:
4780: * tests/065.html: - test for ^file:dirname was added
4781:
4782: * tests/030.html: - test for $cookie:fields was added
4783:
4784: * tests/203.html: - test for ^h._keys[column name] was added
4785:
4786: * tests/201.html: - tests for .trim were added
4787:
4788: * tests/202.html: - tests for last-day,
4789: date:calendar[type](YYYY;MM;DD) were added
4790:
4791: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
4792: .offset[type](N) were added
4793:
4794: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
4795: and .pos[c](N) were added
4796:
4797: * tests/141.html: - test for math:sha1 was added
4798:
4799: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
4800:
4801: 2009-05-09 misha
4802:
4803: * src/main/compile.y: - rollback
4804:
4805: 2009-05-05 misha
4806:
4807: * src/main/pa_exec.C: - little optimisation: somewhere length() was
4808: replaced by is_empty()
4809:
4810: * src/: include/pa_string.h, main/pa_charset.C: - little
4811: optimisation: somewhere length() was replaced by is_empty()
4812:
4813: * src/classes/table.C: - little optimisation: somewhere length()
4814: was replaced by is_empty()
4815:
4816: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
4817: classes/op.C, classes/table.C, main/pa_exception.C: - little
4818: optimisation: somewhere length() was replaced by is_empty()
4819:
4820: 2009-05-04 misha
4821:
4822: * src/: types/pa_method.h, types/pa_vstateless_class.C,
4823: types/pa_vstateless_class.h, main/execute.C,
4824: include/pa_request.h, classes/hash.C, classes/op.C,
4825: classes/table.C: - more optimisations were added: some operators
4826: don't switch write context anylonger
4827:
4828: 2009-05-01 misha
4829:
4830: * src/main/compile.y: - slightly more opcode optimisations for
4831: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
4832:
4833: * src/main/execute.C: - simplifying process for getters
4834:
4835: 2009-04-30 misha
4836:
4837: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
4838:
4839: * tests/results/199.processed: - test for checking $result into
4840: ^rem was added
4841:
4842: * tests/199.html: - test for checking $result into ^rem was added
4843:
4844: * tests/: 022.html, 096.html: - þsort after :list was asses (on
4845: some OS it returns list in different order)
4846:
4847: * src/: include/pa_array.h, include/pa_request.h,
4848: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
4849: changes in stack impl - get_element() optimisation: 3rd param
4850: removed - bugfix: problems with reading empty input param -
4851: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
4852:
4853: * tests/results/198.processed: - test for reading empty local var
4854: was added
4855:
4856: * tests/198.html: - test for reading empty local var was added
4857:
4858: 2009-04-29 misha
4859:
4860: * src/main/compile.y: - bugfix: couldn't compile because
4861: OP_VALUE__GET_ELEMENT should be unde #ifdef
4862:
4863: * src/: include/pa_array.h, include/pa_opcode.h,
4864: include/pa_request.h, main/compile.y, main/execute.C,
4865: main/pa_request.C, types/pa_vmethod_frame.C,
4866: types/pa_vmethod_frame.h: - we can work without opcode
4867: OP_STORE_PARAM, so it was removed
4868:
4869: 2009-04-28 misha
4870:
4871: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
4872: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
4873: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
4874: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
4875: 4.
4876: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
4877:
4878: * src/main/compile_tools.h: - new stuff for op-codes optimisation
4879:
4880: * src/: main/pa_string.C, classes/string.C: - !length() =>
4881: is_empty()
4882:
4883: 2009-04-27 misha
4884:
4885: * src/types/pa_vregex.h: - back explicit vars initialisation
4886:
4887: 2009-04-24 misha
4888:
4889: * src/classes/string.C: - ups. typo fixed
4890:
4891: * src/main/execute.C: - more replacements '*new VBool' to
4892: 'VBool::get' - checks for ^break[], ^continue[] and
4893: parser.interrupted were optimised
4894:
4895: * src/classes/string.C: - number of params.count() calls was
4896: slightly reduced
4897:
4898: 2009-04-23 misha
4899:
4900: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
4901: make it x64 friendly
4902:
4903: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
4904: parser is x64 friendly now
4905:
4906: 2009-04-22 misha
4907:
4908: * src/types/pa_vhashfile.C: - coder friendly exception about
4909: exceeding record size was added
4910:
4911: * src/classes/file.C: - use vregex object instead of direct calls
4912: methods from pcre lib
4913:
4914: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
4915: classes/string.C: - use vregex object instead of direct calls
4916: methods from pcre lib
4917:
4918: * src/: include/pa_common.h, main/pa_common.C: - method
4919: print_pcre_exec_error_text was moved to class vregex
4920:
4921: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
4922: was added
4923:
4924: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
4925: - class vregex was added
4926:
4927: 2009-04-21 misha
4928:
4929: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
4930:
4931: * src/: types/pa_junction.h, types/pa_value.C,
4932: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
4933: types/pa_wcontext.h, main/execute.C, classes/op.C: -
4934: junction-optimisation (destructors)
4935:
4936: * src/include/pa_array.h: - free under if now
4937:
4938: 2009-04-19 misha
4939:
4940: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
4941:
4942: 2009-04-18 misha
4943:
4944: * src/include/pa_version.h:
4945: :q :
4946:
4947: CV:
4948: ----------------------------------------------------------------------
4949:
4950: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
4951: refactoring
4952:
4953: * src/: include/pa_array.h, include/pa_hash.h,
4954: types/pa_vmethod_frame.h: - destructors under #ifdef now
4955:
4956: * src/include/pa_memory.h: - define for using destructors was added
4957:
4958: * src/: types/pa_method.h, types/pa_vstateless_class.C,
4959: main/execute.C: - some junctions will be cached now
4960:
4961: * src/include/pa_hash.h: - hash destructor frees pairs now
4962:
4963: * src/include/pa_array.h: - inline was added to destructor
4964:
4965: * src/types/pa_method.h: - comment was changed
4966:
4967: 2009-04-17 misha
4968:
4969: * src/: include/pa_array.h, include/pa_hash.h,
4970: types/pa_vmethod_frame.h: - destructors were added
4971:
4972: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
4973: renamed to always_use_result
4974:
4975: * src/main/: compile.y, compile_tools.h: - rollback changes in
4976: compiler: full backward compatibility is better
4977:
4978: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
4979: result in var's hash
4980:
4981: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
4982: optimisation in method_frame
4983:
4984: * src/include/pa_array.h: - optimisation in array (allocate
4985: elements only when needed)
4986:
4987: * src/types/pa_vresponse.C: - check for $response:headers field
4988: before looking at custom fields
4989:
4990: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
4991: not needed to check existance var with name 'result' in var's
4992: hash
4993:
4994: * src/main/compile.y: - compiler was changed: now it detects
4995: writings to $result and set flag writo_to_result in method
4996:
4997: * src/classes/string.C: - little optimisation: no needed to write
4998: number with lang
4999:
5000: * src/main/pa_charset.C: - methods readChar and skipChar which is
5001: used for read utf8-strings were renamed - is_escaped was renamed
5002: to isEscaped (to the same name convention)
5003:
5004: * src/: types/pa_method.h, main/compile_tools.h: - flag
5005: write_to_result added. compiler get this info from code.
5006:
5007: 2009-04-16 misha
5008:
5009: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
5010: String only before 1st write
5011:
5012: * src/include/pa_string.h: - not needed template removed
5013:
5014: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
5015: types/pa_vjunction.C, types/pa_vproperty.C,
5016: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
5017: main/pa_request.C, classes/bool.C, classes/double.C,
5018: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
5019: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
5020: bool objects)
5021:
5022: 2009-04-15 misha
5023:
5024: * src/lib/cord/cordxtra.c: - more optimisation
5025:
5026: * src/: include/pa_string.h, main/untaint.C: - String::append
5027: optimisation
5028:
5029: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
5030: then get and can sometime be used)
5031:
5032: * src/main/pa_string.C: - String::length optimisation
5033:
5034: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
5035: these methods read different strings
5036:
5037: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
5038: fresult_initial_void removed + some optimisation - if $result
5039: defined we don't write to context anymore
5040:
5041: * src/main/pa_charset.C: - readChar => skipChar (in this place we
5042: need just skip char)
5043:
5044: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5045: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
5046: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
5047:
5048: * src/types/pa_vvoid.h: - added get() method for retreave one
5049: instance
5050:
5051: 2009-04-11 misha
5052:
5053: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
5054:
5055: * tests/197.html: - test for parser://test in xml was added
5056:
5057: * src/classes/string.C: - small optimisation
5058:
5059: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
5060: optimisation
5061:
5062: 2009-04-10 misha
5063:
5064: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
5065: to pcre-7.8
5066:
5067: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
5068:
5069: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
5070: added
5071:
5072: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
5073: $request:CLASS_NAME were added
5074:
5075: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
5076: were added
5077:
5078: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
5079: $env:CLASS_NAME were added
5080:
5081: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
5082: '@todo' now
5083:
5084: * src/targets/cgi/parser3.C: - size_t -> int for calming down
5085: compirer
5086:
5087: * src/main/pa_string.C: - little code cleanup
5088:
5089: * src/main/pa_common.C: - describe one more UTF-8 related error
5090: during PCRE compile/execute
5091:
5092: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
5093: normalizing todo-comments: '@todo' now
5094:
5095: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
5096:
5097: * src/main/pa_charset.C: - type changed for making compiler happy
5098:
5099: 2009-03-10 misha
5100:
5101: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
5102: in main()
5103:
5104: 2009-02-01 misha
5105:
5106: * src/main/pa_http.C: - bugfix: double CRLF before the end of
5107: boundary
5108:
5109: 2009-01-25 misha
5110:
5111: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
5112:
5113: * src/classes/file.C: - more changes for parsing different number
5114: of params for file::load
5115:
5116: * tests/193.html: - tests for exception while base64-decode binary
5117: to string was added
5118:
5119: * tests/192.html: - tests for file::load with different number of
5120: options
5121:
5122: * src/classes/math.C: - ups. forgot '+1'
5123:
5124: * src/: classes/table.C, classes/file.C, include/pa_common.h,
5125: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
5126: main/pa_http.C: - ^file::load[...;http://...;] now can post files
5127: (new option $.encode[multipart-form/data] should be specified) -
5128: $.method[] option for file::load now is not case-sensitive
5129:
5130: * src/: include/pa_string.h, main/untaint.C: - for file post the
5131: new taint language L_FILE_POST was added
5132:
5133: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
5134: main/main.vcproj, classes/math.C, include/Makefile.am: - some
5135: stuff was moved to separate files
5136:
5137: 2009-01-23 misha
5138:
5139: * src/classes/math.C: - little optimisation in ^math:sha1[] -
5140: spaces to tabs were converted
5141:
5142: 2009-01-12 misha
5143:
5144: * src/main/pa_http.C: - value of $.method[] option force uppercased
5145: now
5146:
5147: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
5148: types/pa_vform.C, types/pa_vmail.C: - some constants changed
5149: their names
5150:
5151: * src/main/pa_common.C: - changes in formating
5152:
5153: * src/: classes/file.C, main/pa_http.C: - some constants changed
5154: their names
5155:
5156: * src/include/pa_http.h: - some spaces were converted to tabs
5157:
5158: * src/include/pa_common.h: - some constants changed their names
5159:
5160: * src/classes/file.C: - fixed 4-th paramether for file::load -
5161: little code rewriting
5162:
5163: * src/types/pa_vfile.C: - little code rewriting
5164:
5165: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
5166: types/pa_value.h: - some formating changes
5167:
5168: * src/include/pa_common.h: - some formating spaces transformed to
5169: tabs
5170:
5171: * src/classes/string.C: - exception while base64-decode binary to a
5172: string
5173:
5174: 2009-01-11 misha
5175:
5176: * configure.in: - version changed to 3.3.1b
5177:
5178: 2008-09-05 misha
5179:
1.97 ! moko 5180: * src/lib/pcre/Makefile.in: file Makefile.in was added on branch
! 5181: release_3_3_0 on 2008-09-05 10:59:35 +0000
! 5182:
1.95 moko 5183: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
5184: release_3_3_0 on 2008-09-05 10:59:35 +0000
5185:
5186: 2008-09-04 misha
5187:
5188: * tests/: 130.html, 131.html: - these exceptions not typeless
5189: anymore
5190:
5191: * src/classes/op.C: - exception with 'invalid taint language' not
5192: typeless anylonger
5193:
5194: * src/classes/image.C: - some exceptions while operations with
5195: image not typeless anymore
5196:
5197: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
5198: main/pa_exec.C, main/pa_http.C: - some exceptions while
5199: operations with files not typeless anymore
5200:
5201: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
5202: types/pa_vdate.h: - exceptions while checking date range not
5203: typeless anymore
5204:
5205: * src/include/pa_exception.h: - exception type string for invalid
5206: date range was added
5207:
5208: 2008-09-03 misha
5209:
5210: * src/: classes/file.C, main/pa_string.C: - exception while pce
5211: operations not typeless anymore
5212:
5213: * src/include/pa_exception.h: - exception type for pce operations
5214: was added
5215:
5216: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
5217: and .CLASS_NAME insite classes
5218:
5219: * src/classes/table.C: - don't save table header whiile
5220: ^table.save[append;filename] if file exists
5221:
5222: 2008-09-02 misha
5223:
5224: * src/main/compile.y, src/main/compile_tools.h,
5225: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
5226: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
5227: renamed to partial and it login changed: we must mark class as
5228: partial for allow their modifications in future.
5229:
5230: 2008-08-29 misha
5231:
5232: * tests/results/022.processed: - testing taint[regex] in mask for
5233: file:list
5234:
5235: * tests/022.html: - testing taint[regex] in mask for file:list
5236:
5237: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
5238: for file:list was added
5239:
5240: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
5241: file:list
5242:
5243: 2008-08-26 misha
5244:
5245: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
5246: last derived object
5247:
5248: * src/classes/image.C: - many strings "image.format" replaced by
5249: IMAGE_FORMAT constant string - handle GPS info while parse exif -
5250: understand some more exif tags
5251:
5252: * src/include/pa_exception.h: - string "image.format" was added
5253:
5254: 2008-08-21 misha
5255:
5256: * src/: main/pa_string.C, classes/file.C: - use method for print
5257: pcre_exec text error
5258:
5259: * src/main/pa_common.C: - method for print pcre_exec text error was
5260: added
5261:
5262: * src/include/pa_common.h: - method declaration for print pcre_exec
5263: text error was added
5264:
5265: 2008-08-19 misha
5266:
5267: * src/main/execute.C: - bugfix: opcodes must be in separate
5268: namespace while debug execution as well
5269:
5270: * tests/: 015.html, results/015.processed: - test for escaping some
5271: parser chars was added
5272:
5273: 2008-08-18 misha
5274:
5275: * tests/: 190.html, 190.p, results/190.processed: - test for
5276: $caller.self.field + default getter in one class was added
5277:
5278: * tests/: 189.html, results/189.processed: - test for
5279: ^date::create[date object]
5280:
5281: * tests/: 188.html, results/188.processed: - tests for match with
5282: UTF-8 strings
5283:
5284: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
5285: ^string.match[]
5286:
5287: * ChangeLog: - parser 3.3.0 beta13
5288:
5289: 2008-08-15 misha
5290:
1.97 ! moko 5291: * src/lib/pcre/: LICENCE, Makefile.am, Makefile.in, README,
! 5292: Tech.Notes, get.c, internal.h, pcre.3, pcre.3.html, pcre.3.txt,
! 5293: pcre.c, pcre.h, pcre.vcproj, study.c, maketables.c,
! 5294: pcre_dftables.vcproj, dftables.c: - old PCRE files removed
1.95 moko 5295:
5296: * src/lib/pcre/config.h: - configuration for PCRE library
5297:
5298: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
5299: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
5300:
5301: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
5302: library and set flag UTF8 if $request:charset is UTF-8
5303:
5304: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
5305: include/pa_config_fixed.h: - moved to new PCRE library
5306:
5307: * src/: main/main.vcproj, types/types.vcproj,
5308: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
5309: win32\pcre instead of parser3\src\lib\pcre
5310:
5311: * src/: include/pa_opcode.h, include/pa_operation.h,
5312: main/compile.C, main/compile.y, main/compile_tools.C,
5313: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
5314: opcodes were moved to separate namespace
5315:
5316: 2008-08-14 misha
5317:
5318: * src/types/pa_vstateless_class.C: - newline at the end missed
5319:
5320: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
5321: tainting
5322:
5323: 2008-08-11 misha
5324:
5325: * tests/: 187.html, 187.p, results/187.processed: - tests for
5326: $caller.self, $caller.self.field and $caller.self.field[value]
5327: were added
5328:
5329: * src/types/pa_vmethod_frame.h: - still need to check 'self'
5330: runtime as well (for $caller.self)
5331:
5332: 2008-07-25 misha
5333:
5334: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
5335: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
5336: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
5337: tests with international characters
5338:
5339: 2008-07-23 misha
5340:
5341: * src/main/pa_http.C: - escape $cookies as %uXXXX while
5342: file::load[...;http://
5343:
5344: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
5345: now everywhere in separate namespace
5346:
5347: * src/types/pa_vmethod_frame.h: - looking for caller before looking
5348: for vars
5349:
5350: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
5351: can be escaped by '^'
5352:
5353: 2008-07-22 misha
5354:
5355: * src/classes/string.C, tests/186.html: - names changes:
5356: escape=>js-escape, unescape=>js-unescape
5357:
5358: 2008-07-21 misha
5359:
5360: * tests/results/186.processed: - test for string escape/unescape
5361:
5362: * tests/186.html: - test for string escape/unescape
5363:
5364: * src/classes/string.C: - string has escape and unescape methods
5365: now
5366:
5367: * src/: include/pa_string.h, main/pa_string.C: - escape method was
5368: added
5369:
5370: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
5371: method-layers added (with different params)
5372:
5373: 2008-07-18 misha
5374:
5375: * tests/results/185.processed: - test for ^str.pos[substr](offset)
5376: was added
5377:
5378: * tests/185.html: - test for ^str.pos[sub](offset) added
5379:
5380: * src/classes/string.C, src/classes/void.C, operators.txt: -
5381: ^string.pos[substr](offset) -- 2nd param accepted now
5382:
5383: * src/main/pa_string.C: - .pos works fine with offset for utf-8
5384: strings
5385:
5386: 2008-07-17 misha
5387:
5388: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
5389: helper length added for mid for small optimisation
5390:
5391: 2008-07-16 misha
5392:
5393: * tests/: 185.html, results/185.processed: - tests for
5394: length/left/right/mid/pos with utf-8 strings
5395:
5396: * src/classes/string.C: - left/right/mid/length/pos works fine for
5397: utf-8 strings
5398:
5399: * src/main/untaint.C: - comments removed
5400:
5401: * src/: include/pa_string.h, main/pa_string.C,
5402: include/pa_charset.h, main/pa_charset.C: - methods for working
5403: with pos/mid for strings in utf-8 were added
5404:
5405: 2008-07-15 misha
5406:
5407: * tests/: 184.html, results/184.processed: - test for case body as
5408: expression: $var(^switch(1){^case(1)(true)..})
5409:
5410: * src/classes/op.C: - case body can be expression now:
5411: $var(^switch(1){^case(1)(true)..})
5412:
5413: * tests/: results/183.processed, 183.html: - added test for testing
5414: new cookie encoding (%uXXXX)
5415:
5416: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
5417: decoding for backward compatibility they decoded from %XX in
5418: request:charset too
5419:
5420: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
5421: - cookie class now decode cookies before first access after last
5422: request:charset changing (as form class).
5423:
5424: * src/main/pa_charset.C: - added method escape for escaping cookies
5425: as %uXXXX - before transcode calculate required space for dest
5426: string. it reduce mem usage for transcode
5427:
5428: * src/include/pa_charset.h: - added method escape for escaping
5429: cookies as %uXXXX
5430:
5431: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
5432: was added. will used for escaping cookies as %uXXXX
5433:
5434: * src/include/pa_common.h: - escape method has new option for skip
5435: converting '+' to a space char
5436:
5437: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
5438: transcode - escape method has new option for skip converting '+'
5439: to a space char
5440:
5441: 2008-07-08 misha
5442:
5443: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
5444: (no UE if more then 1 case matches anylonger) - optimization:
5445: doing searching.as_string() || searching.as_double() only once
5446:
5447: 2008-07-04 misha
5448:
5449: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
5450: now ^date::create[date object] works
5451:
5452: * src/classes/string.C: - left and right added as aliases for start
5453: and end in ^string.trim[]
5454:
5455: 2008-07-03 misha
5456:
5457: * src/classes/file.C: - allow $.limit for file::sql as well
5458:
5459: * src/classes/file.C: - allow $.offset option for file::sql - force
5460: send limit=1 to query for use sql specifics authomatically
5461:
5462: * src/classes/: hash.C, string.C, table.C: - don't throw exception
5463: if $.limit value if empty. autoconvert it as everywere
5464:
5465: 2008-07-02 misha
5466:
5467: * configure.in: - time to change version number to 3.3.0 %-)
5468:
5469: * src/include/pa_version.h: - time to change version number to
5470: 3.3.0 %-)
5471:
5472: 2008-06-26 misha
5473:
5474: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5475: $.limit(0) fixes
5476:
5477: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
5478: - $.limit(0) fixes
5479:
5480: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
5481: new API)
5482:
5483: * src/: include/pa_sql_driver_manager.h,
5484: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
5485: classes/op.C: - document_root added
5486:
5487: * src/main/compile.tab.C: - error message was changed
5488:
5489: 2008-06-25 misha
5490:
5491: * src/main/compile.y: - error message was changed
5492:
5493: 2008-06-24 misha
5494:
5495: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
5496:
5497: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
5498: tests for @OPTIONS\nappend
5499:
5500: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
5501:
5502: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
5503:
5504: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
5505:
5506: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
5507: compile.y
5508:
5509: 2008-06-17 misha
5510:
5511: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
5512: compilation: ^if(default){true. it's incorrect. must be
5513: exception}
5514:
5515: 2008-06-16 misha
5516:
5517: * tests/: 181.ent, 181.html, results/181.processed: - test for
5518: checking external reference loading with 'http://localhost'
5519: prefix while creating xdoc
5520:
5521: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
5522: ^math:long2ip[] and ^math:ip2long[]
5523:
5524: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
5525: added which use scalar stateless class method when user object
5526: used in scalar context - use get_scalar_value when user object
5527: requested in scalar context
5528:
5529: * src/main/pa_common.C: - size must be int but not size_t or we
5530: can't compare with 0 sprintf result
5531:
5532: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5533: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
5534: with internal switch between local/global vars
5535:
5536: * src/types/pa_vclass.C: - register scalar if method @GET[] was
5537: specified
5538:
5539: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
5540: pa_vstateless_object.h: - stateless class and object now has
5541: private scalar field and getter/setter for working with it
5542:
5543: * src/classes/math.C: - methods math:long2ip & math:ip2long were
5544: moved to inet static class
5545:
5546: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
5547: class added (^inet:aton[IP], ^inet:ntoa(number))
5548:
5549: * tests/: 180.html, results/180.processed: - tests for
5550: ^math:long2ip(long) and ^math:ip2long[IP]
5551:
5552: * src/classes/math.C: - ^math:ip2long[IP] added
5553:
5554: 2008-06-11 misha
5555:
5556: * src/main/pa_xml_io.C: - use file_read_text again because of we
5557: need cut BOM code and remove DOS newline chars. but don't
5558: transcode it anyway.
5559:
5560: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
5561: main/pa_http.C: - option for disable transcoding while file_read
5562: and file_read_text added
5563:
5564: 2008-06-10 misha
5565:
5566: * tests/: 179.html, 179.p, results/179.processed: - test for many
5567: classes in 1 file
5568:
5569: * src/main/: compile.C, compile_tools.h: - compile return list of
5570: classes now.
5571:
5572: * src/main/: compile.y, compile.tab.C: - compile return list of
5573: classes now. internals.
5574:
5575: * src/main/pa_request.C: - compile return list of classes now. try
5576: call @conf and @auto for each returned class
5577:
5578: * src/include/pa_request.h: - compile return list of classes now
5579:
5580: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
5581: return list of classes when compile buf)
5582:
5583: 2008-06-07 misha
5584:
5585: * src/main/pa_request.C: - constructing VRequest object with 3rd
5586: param -- form
5587:
5588: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
5589: 3rd param: form. needed for get post_charset
5590:
5591: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
5592: added
5593:
5594: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
5595: types/pa_vform.C, types/pa_vform.h: - some polish
5596:
5597: 2008-06-06 misha
5598:
5599: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
5600: charset and decode chars from it but not from response:charset
5601:
5602: * src/main/pa_http.C: - detect_charset moved out of here
5603:
5604: * src/: include/pa_common.h, main/pa_common.C: - more helpers
5605: methods moved here - unescape_chars accepn one charset now
5606:
5607: * src/main/pa_http.C: - new constants used - don't allow
5608: $.content-type in ^file::load[;http://;$.method[POST]] - add
5609: charset info while ^file::load[;http://;$.method[POST]] - option
5610: $.omit-post-charset(true) added to ^file::load[;http://] for
5611: disabling charset during post
5612:
5613: * src/types/pa_vform.C: - new constants used
5614:
5615: * src/include/pa_common.h: - some constants were added
5616:
5617: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
5618: instead of StrEqNc
5619:
5620: * src/main/pa_common.C: - new method for caseless search
5621: c-substring in c-string - use isxdigit instead of is_hex_digit
5622:
5623: * src/include/pa_common.h: - new method for caseless search
5624: c-substring in c-string
5625:
5626: 2008-06-05 misha
5627:
5628: * tests/results/178.processed: - test for testing default getter
5629:
5630: * tests/178.html: - test for testing default getter
5631:
5632: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
5633: for test for testing default getter
5634:
5635: * src/main/execute.C: - default getter soul
5636:
5637: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
5638: requested objects' field not found
5639:
5640: * src/types/pa_vclass.C: - register default getter if defined - get
5641: default getter if requested field not found
5642:
5643: * src/types/pa_vstateless_object.h: - method get_default_getter was
5644: added
5645:
5646: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
5647: pointer to default getter and methods for get/set it were added
5648:
5649: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
5650: auto_name field (for default getter)
5651:
5652: 2008-06-04 misha
5653:
5654: * src/main/pa_xml_io.C: - load external xml in binary mode (no
5655: transcoding, no cutting BOM code, no fixing line breaks) and get
5656: it to libxml "as is"
5657:
5658: 2008-06-03 misha
5659:
5660: * src/main/pa_common.C: - use store_Char instead of
5661: transcodeCharFromUTF8
5662:
5663: * src/: include/pa_charset.h, main/pa_charset.C: - method
5664: store_Char added, transcodeCharFromUTF8 -- removed
5665:
5666: 2008-06-02 misha
5667:
5668: * tests/: results/177.processed, 177.html: - test for checking
5669: .[acm]date after local ^file::load[] was added
5670:
5671: * tests/: results/176.processed, 176.html: - test for checking
5672: @OPTION\locals + @method[vars][locals] added
5673:
5674: * tests/results/auto.p: - CLASS_PATH specified for checking use
5675:
5676: 2008-05-30 misha
5677:
5678: * src/main/: compile.y, compile.tab.C: - changes in compiler:
5679: @OPTION\nlocals + @method[vars][;locals;] were added
5680:
5681: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
5682: moved to separate method op_code - switch from VMethodFrame to
5683: VMethodFrameGlobal + VMethodFrameLocal
5684:
5685: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
5686: was moved to separate method op_code
5687:
5688: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
5689: VMethodFrame now
5690:
5691: * src/types/pa_vstateless_class.h: - stateless class have bool flag
5692: all_vars_local as well
5693:
5694: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
5695: pa_vmethod_frame_local.h, Makefile.am: - who children for
5696: VMethodFrame were added: one (global) works as VMethodFrame
5697: before and second (local) write all vars in self vars scope
5698:
5699: * src/types/pa_method.h: - method has bool flag all_vars_local now
5700:
5701: 2008-05-29 misha
5702:
5703: * tests/: 129.html, results/129.processed: - more tests for
5704: ^table.hash[]
5705:
5706: * src/classes/hash.C: - ^hash::sql has a new option:
5707: $.type[hash|string|table] as ^table.hash[] one.
5708:
5709: * src/classes/op.C: - ^try has 3rd param now: finally code which
5710: executed anyway after try or catch section
5711:
5712: 2008-05-27 misha
5713:
5714: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
5715: must not fail if $.distinct(1) wasn't specified
5716:
5717: 2008-05-26 misha
5718:
5719: * src/classes/op.C: - allow ^throw[my type]
5720:
5721: 2008-05-22 misha
5722:
5723: * configure.in, configure: - version number updated to 3.2.4b
5724:
5725: * src/classes/: op.C, string.C: - trim format string before
5726: eval/format
5727:
5728: * tests/: results/175.processed, 175.html: - more tests for
5729: different format strings in .format[]
5730:
5731: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
5732: as well (not only %XX)
5733:
5734: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
5735: charset specified - checks for format before print number
5736: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
5737: (instead of tabs) removed
5738:
5739: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
5740: charset specified
5741:
5742: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
5743: char in requested charset from utf code was added
5744:
5745: 2008-05-19 misha
5746:
5747: * tests/: 174.html, results/174.processed: - test for
5748: ^hashfile.cleanup[] added
5749:
5750: * src/classes/hashfile.C: - optimization: don't create any key or
5751: value variable if it's name weren't specified
5752: (^hf.foreach[;v]{...})
5753:
5754: 2008-05-16 misha
5755:
5756: * src/classes/hash.C: - optimization: don't create any key variable
5757: if variable name wasn't specified (^h.foreach[;v]{...})
5758:
5759: 2008-05-15 misha
5760:
5761: * src/classes/op.C: - small changes
5762:
5763: * src/classes/hashfile.C: - code reformating (as hash.foreach)
5764:
5765: * src/classes/hash.C: - calculate var_context once before foreach
5766:
5767: 2008-05-14 misha
5768:
5769: * src/classes/hashfile.C: - incorrect vars context calculation for
5770: ^hashfile.foreach[;]{} fixed
5771:
5772: * src/classes/: hash.C, table.C: - little optimisation
5773:
5774: * src/classes/file.C: - bugfix: double absolute path while loading
5775: file
5776:
5777: * tests/: 174.html, results/174.processed: - tests for hashfile
5778: were added
5779:
5780: * buildall-with-xml: - moving to libxslt 1.1.24
5781:
5782: 2008-04-30 misha
5783:
5784: * src/classes/file.C: - stat file while loading (local only) so
5785: .adate, .mdate and .cdate available without additional ::stat
5786:
5787: 2008-04-28 misha
5788:
5789: * src/classes/file.C: - $.name and $.content-type available for
5790: stated file
5791:
5792: 2008-04-14 misha
5793:
5794: * src/targets/cgi/parser3.C: - new year in copyright %-)
5795:
5796: * src/include/pa_version.h: - new version number in head
5797:
5798: 2008-04-10 misha
5799:
5800: * tests/: 080.html, results/080.processed: - cut '0' from
5801: exponential part because of on diff OS it differ (20 or 020 for
5802: ex)
5803:
5804: * tests/: 119.html, results/119.processed: - check for encoding
5805: while creating xdoc
5806:
5807: 2008-04-09 misha
5808:
5809: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
5810:
5811: * src/main/pa_common.C: - comment added
5812:
5813: * src/classes/date.C: - little refactoring
5814:
5815: 2008-04-07 misha
5816:
5817: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
5818: style of ^table.save[]: prepare one big string and sabe it at
5819: once. it's safe on freebsd 4.x but use much more memory.
5820:
5821: * buildall-with-xml, buildall-without-xml: - option
5822: --disable-stringstream added (under comment. use it on freebsd
5823: 4.x)
5824:
5825: 2008-02-22 misha
5826:
5827: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
5828: specified together in file::load[;http] - get back transcoding
5829: $.body[] in file::load[;http]
5830:
5831: 2008-02-21 misha
5832:
5833: * src/classes/date.C: - ^date.gmt-string[] was added
5834:
5835: * src/types/pa_value.C: - method for output date in RFC 822 format
5836: moved to pa_common.h
5837:
5838: * src/include/pa_common.h: - method for output date in RFC 822
5839: format moved here from pa_value.C
5840:
5841: * src/types/pa_vmail.C: - fixed core in sending mail with
5842: attachment in simple mode ($.file[file here]) introduced in 3.2.2
5843:
5844: 2008-02-20 misha
5845:
5846: * src/main/pa_http.C: - transcode $.headers before escaping into
5847: specified charset while ^file::load[...;http://...] (L_URI
5848: instead of L_HTTP_HEADER) - $.cookies param available in
5849: ^file::load[;http://...] now (but we don't parse set-cookies from
5850: response yet) (cookies not transcoded as common $cookies)
5851:
5852: 2008-02-19 misha
5853:
5854: * src/main/pa_request.C: - rollback: we mustn't force taint
5855: $response:field values because in this case
5856: $response:locateion[http://...] don't works.
5857:
5858: 2008-02-15 misha
5859:
5860: * src/classes/op.C: - little refactoring
5861:
5862: * src/main/pa_http.C: - taint names of $.headers for load[;http
5863:
5864: * src/main/pa_request.C: - force taint values of $response:field
5865:
5866: 2008-02-14 misha
5867:
5868: * src/main/pa_request.C: - $response:field transcoded to
5869: $response:charset before escaping now
5870:
5871: * src/main/pa_http.C: - some outdated comments removed
5872:
5873: * src/classes/date.C: - lastdat -> last-day
5874:
5875: * src/classes/date.C: - ^date:lastday(year;month) and
5876: ^date.lastday[] were added - little code refactoring - comments
5877: changes
5878:
5879: * tests/: 159.html, results/159.processed: - test for number of
5880: days in February
5881:
5882: * src/types/pa_value.C: - fixes in code formatting
5883:
5884: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
5885: and comments
5886:
5887: 2008-02-13 misha
5888:
5889: * src/main/pa_common.C: - bugfix for february at leap year
5890:
5891: 2008-01-28 misha
5892:
5893: * tests/: 160.html, results/160.processed: - more test for cache
5894: added
5895:
5896: * src/classes/op.C: - bugfix: cache body executed twice if contains
5897: unhandled exception
5898:
5899: 2008-01-25 misha
5900:
5901: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
5902: bug when hashfile became inavailable after memory:compact)
5903:
5904: * src/lib/sdbm/apr_strings.C: - +arp_malloc
5905:
5906: 2008-01-22 misha
5907:
5908: * src/classes/table.C: - little refactiring and exception texts
5909: changes in method ^table.hash[]
5910:
5911: * src/types/pa_vcookie.C: - link to cookie specification changed
5912:
5913: 2008-01-21 misha
5914:
5915: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
5916: file::exec/cgi
5917:
5918: * src/classes/file.C: - bugfix: core while processing headers if
5919: executed cgi script don't return content
5920:
5921: 2008-01-18 misha
5922:
5923: * buildall-with-xml: - move to libxml2 version 2.6.31
5924:
5925: * src/include/pa_version.h, configure.in: - version number updated
5926: to '3.2.3b'
5927:
5928: 2007-12-28 misha
5929:
5930: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
5931: hash.contains
5932:
5933: 2007-12-27 misha
5934:
5935: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
5936: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
5937: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
5938: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
5939: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
5940: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
5941: src/targets/cgi/parser3.vcproj,
5942: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
5943: back to VS2003 because of Apache 1.3 module can't work if it was
5944: built in VS 2005. with cgi all file so VS2003 project files can
5945: be easy converted to the new format.
5946:
5947: 2007-12-04 misha
5948:
5949: * src/types/pa_vcode_frame.h: - changes in comment
5950:
5951: 2007-11-29 misha
5952:
5953: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
5954: intercept strings any longer
5955:
5956: * tests/: 173.html, results/173.processed: - tests for
5957: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
5958: but not in main code frame
5959:
5960: * tests/: 172.html, results/172.processed: - more tests for pass
5961: objects from code frames
5962:
5963: 2007-11-27 misha
5964:
5965: * tests/: 152.html, results/152.processed: - tests for converting
5966: strings 'true'/'false' to bool were added
5967:
5968: * tests/152.html: - added checks for converting strings
5969: 'true'/'false' to bool
5970:
5971: * src/classes/string.C: - ^srting.bool[] now can convert to bool
5972: not only strings with numbers but with values 'true'/'false' as
5973: well
5974:
5975: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
5976: for parser3.log increased
5977:
5978: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
5979:
5980: * src/include/pa_common.h: - remove_crlf return cstring size now
5981:
5982: * src/include/pa_types.h: - constant with buffer size for
5983: parser3.log added
5984:
5985: 2007-11-16 misha
5986:
5987: * tests/cat.sh: - script for tests for file::exec/cgi
5988:
5989: * tests/171.html: - tests for file::exec/cgi
5990:
5991: * tests/results/171.processed: - tests results for file::exec/cgi
5992:
5993: 2007-11-15 misha
5994:
5995: * src/main/pa_exec.C: - fixed incorrect exec code for unix
5996:
5997: * src/classes/file.C: - .body must be set before analyzing cgi
5998: headers
5999:
6000: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
6001: only if exec/cgi return anything.
6002:
6003: 2007-11-14 misha
6004:
6005: * operators.txt: - info about new text|binary option for
6006: file::exec/cgi was added
6007:
6008: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
6009: ^file:exec[[text|binary];script;...]
6010:
6011: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
6012: classes/string.C, classes/table.C: - more text strings moved to
6013: the one place
6014:
6015: 2007-11-09 misha
6016:
6017: * src/types/pa_vrequest.C: - $request:argv must be taint
6018:
6019: * ChangeLog: - $request:argv [patch from Sumo]
6020:
6021: * operators.txt: - $request:argv
6022:
6023: * src/: include/pa_request_info.h, types/pa_vrequest.C,
6024: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
6025:
6026: 2007-10-25 misha
6027:
6028: * buildall-with-xml, buildall-without-xml: - options preparations
6029: for ./configure rewrited
6030:
6031: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
6032: error occure in unhandled_exception finally fixed
6033:
6034: 2007-10-23 misha
6035:
6036: * tests/: 170.html, results/170.processed: - test for
6037: @method[][result]
6038:
6039: * operators.txt: - added info about node.prefix and
6040: node.namespaceURI
6041:
6042: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
6043:
6044: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
6045: added for node and attribute
6046:
6047: 2007-10-22 misha
6048:
6049: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
6050:
6051: * src/main/pa_request.C: - added const content-transfer-encoding
6052:
6053: * src/include/pa_request.h: - added const content-transfer-encoding
6054: - ups. constants must be in lowercase (for search)
6055:
6056: * src/types/pa_vmail.C: - more constants used -
6057: content-transfer-encoding: 8bit added
6058:
6059: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
6060:
6061: * src/include/pa_request.h: - more constants
6062:
6063: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
6064: ommit anymore if $.content-disposition was specified - little
6065: refactoring
6066:
6067: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
6068:
6069: 2007-10-17 misha
6070:
6071: * operators.txt: - info about
6072: table::create[nameless]{data}[>options<] was added
6073:
6074: * src/main/: compile.tab.C, compile.y: - if error occure while
6075: compile method don't put this method in methods table anymore.
6076: in other case the parser coredumped if @unhandled_exception
6077: method can't be compiled because of parser.compile error.
6078:
6079: * src/main/execute.C: - little code reformating
6080:
6081: * src/main/pa_request.C: - little code reformating - comment
6082: changed
6083:
6084: 2007-10-16 misha
6085:
6086: * tests/: 035.html, results/035.processed: - tests
6087: table::create[]{}[options] added
6088:
6089: * src/classes/table.C: - table::create[]{} now accept 3rd param:
6090: options (only $.seperator[] yet)
6091:
6092: 2007-10-10 misha
6093:
6094: * src/classes/table.C: - some contstants moved to pa_common.h -
6095: some code changes
6096:
6097: 2007-10-02 misha
6098:
6099: * src/main/pa_uue.C: - memory usage during uuencode reduced more
6100: then three time as much. but base64 encoding method still use
6101: less memory anyway.
6102:
6103: 2007-09-17 misha
6104:
6105: * operators.txt: - added info about $cookie:fields
6106:
6107: * src/types/pa_vcookie.C: - $cookie:fields available now
6108:
6109: * src/classes/hash.C: - some stuff for use with .for_each moved to
6110: common
6111:
6112: * src/include/pa_common.h: - some stuff for use with .for_each
6113: moved here
6114:
6115: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
6116:
6117: 2007-09-14 misha
6118:
6119: * buildall-with-xml: - new xml libs again =)
6120:
6121: 2007-08-28 misha
6122:
6123: * operators.txt: - texts about ^table.columns[[column name]] and
6124: ^string.split[...][v][column name] were added
6125:
6126: * tests/: 168.html, 169.html, results/168.processed,
6127: results/169.processed: - tests for ^table.columns[[column name]]
6128: and ^string.split[...][v][column name] were added
6129:
6130: * src/classes/table.C: - new option ^table.columns[[column name]]
6131: was added
6132:
6133: * src/classes/string.C: - new option ^string.split[...;v;[column
6134: name]]
6135:
6136: * src/include/pa_exception.h: - error text message for
6137: ^hash._keys[], ^table.columns[] and ^string.split[]
6138:
6139: 2007-08-27 misha
6140:
6141: * src/main/untaint.C: - try to fix coredump on unix if print to
6142: body ^taint[sql][something] outside of connect
6143:
6144: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
6145: outside of connect
6146:
6147: * buildall-with-xml, buildall-without-xml: - strip parser3 was
6148: added (commented by default)
6149:
6150: 2007-08-20 misha
6151:
6152: * operators.txt: - comment about new method ^node.hasAttributes[]
6153: was added
6154:
6155: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
6156: duplicated exception text strings were removed
6157:
6158: * src/include/pa_exception.h: - more exception text strings moved
6159: here
6160:
6161: * src/classes/table.C: - some duplicate exceptions' text strings
6162: removed
6163:
6164: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
6165: xdoc.C, xnode.C: - some duplicate exceptions' text strings
6166: removed
6167:
6168: * src/include/pa_exception.h: - some exception text strings movet
6169: to pa_exception
6170:
6171: * tests/: 149.html, results/149.processed: - test for
6172: ^xnode.hasAttributes[] was added - some code changes
6173:
6174: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
6175: added
6176:
6177: 2007-08-17 misha
6178:
6179: * tests/: results/006.processed, results/059.processed, 006.html,
6180: 059.html: - more tests for match
6181:
6182: * tests/: 129.html, results/129.processed: - tests for
6183: ^table.hash[...][$.type[string|hash|table]] added
6184:
6185: * src/targets/cgi/parser3.C: - little syntax changes
6186:
6187: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
6188: syntax changes
6189:
6190: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
6191: messages in parser3.log switched off by default. If someone
6192: really still need it: use $SIGPIPE(1)
6193:
6194: 2007-08-08 misha
6195:
6196: * buildall-with-xml, buildall-without-xml: - remove libs source
6197: files by default since now
6198:
6199: 2007-08-07 misha
6200:
6201: * buildall-without-xml: - some option syntax changes
6202:
6203: * buildall-with-xml: - compile libxml2 without http support - some
6204: option syntax changes
6205:
6206: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
6207:
6208: 2007-08-06 misha
6209:
6210: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
6211:
6212: * tests/: 160.html, results/160.processed: - cache test was
6213: rewrited
6214:
6215: 2007-07-06 misha
6216:
6217: * tests/: 153.html, results/153.processed: - added test for
6218: ^math:sha1[string]
6219:
6220: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
6221: transcoded
6222:
6223: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
6224: were added
6225:
6226: 2007-06-28 misha
6227:
6228: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
6229: some incorrect chars
6230:
6231: 2007-06-19 misha
6232:
6233: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
6234: were moved on top because of gcc 4 had a problems during
6235: building.
6236:
6237: 2007-06-18 misha
6238:
6239: * tests/results/019.processed: - new image commited
6240:
6241: 2007-06-09 misha
6242:
6243: * src/classes/: op.C, table.C: - in while and table.select method
6244: as_expression used now
6245:
6246: * src/types/pa_vmethod_frame.h: - method as_expression was added
6247:
6248: 2007-06-08 misha
6249:
6250: * tests/: 166.html, results/166.processed: - test for
6251: ^match[...][n]
6252:
6253: * tests/: 165.html, results/165.processed: - tests for loops
6254:
6255: * src/lib/cord/include/private/cord_pos.h: - back to origin value
6256: because of no speed/memory optimisation but some proglems with
6257: long cycles occure
6258:
6259: 2007-06-06 misha
6260:
6261: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
6262: ^table.select(true) and ^table.select(1) didn't works because of
6263: awaiting junction-param only. fixed.
6264:
6265: 2007-05-24 misha
6266:
6267: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
6268: with 0.5 secs interval
6269:
6270: * src/classes/op.C: - cache was rewrited. I hope it works with
6271: locking system now on unix
6272:
6273: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
6274: system locks which wait till other threads release it but try get
6275: lock, if fail wait 1 sec and make 10 attempts.
6276:
6277: * src/include/pa_os.h: - consts for blocking locks + some comments
6278: were added
6279:
6280: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
6281: opening files
6282:
6283: * src/classes/table.C: - changes in includes. if unclude <sstream>
6284: after our classes on unix it can't be build
6285:
6286: * src/types/pa_vhashfile.C: - not needed code removed
6287:
6288: 2007-05-23 misha
6289:
6290: * src/: classes/file.C, classes/op.C, main/pa_common.C,
6291: include/pa_common.h: - cosmetic changes
6292:
6293: 2007-05-18 misha
6294:
6295: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
6296: often. it's give some speed increasing
6297:
6298: * tests/results/160.processed: - returned time corrected
6299:
6300: * tests/160.html: - time increased because on unix 1 mean nothing
6301: :(
6302:
6303: * operators.txt: - added info about ^hash.contain[key]
6304:
6305: * src/classes/hash.C: - added ^hash.contain[key]
6306:
6307: * src/include/pa_hash.h: - added method for checking key exists in
6308: hash
6309:
6310: 2007-05-07 misha
6311:
6312: * src/include/pa_string.h: - was compilation error during build on
6313: freebsd4
6314:
6315: 2007-05-03 misha
6316:
6317: * src/classes/table.C: - option $.type[hash|string|table] was added
6318: for ^table.hash[]
6319:
6320: * src/classes/file.C: - comment removed
6321:
6322: 2007-04-26 misha
6323:
6324: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
6325: real files doesn't opened in place anymore
6326:
6327: 2007-04-24 misha
6328:
6329: * src/classes/math.C: - I thought one more time and remove lg(N) :)
6330:
6331: * src/include/pa_exception.h: "static" removed
6332:
6333: 2007-04-23 misha
6334:
6335: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
6336:
6337: * src/classes/math.C: added: - ^math:ln(N) (the same as
6338: ^math:log(N)) - ^math:lg(N)
6339:
6340: * tests/: 097.html, results/097.processed: - charsets converstion
6341: during ^file::load[text;http://...] added
6342:
6343: * tests/: 164.html, results/164.processed: - check for set expires
6344: as a date
6345:
6346: * tests/: 164.html, results/164.processed: - test for hashfile
6347:
6348: * src/classes/hashfile.C: - little comment changes
6349:
6350: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
6351: access
6352:
6353: * src/: classes/date.C, classes/double.C, classes/file.C,
6354: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
6355: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
6356: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6357: classes/xnode.h, include/pa_request.h, main/execute.C,
6358: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6359: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
6360: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
6361: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
6362: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
6363: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
6364: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6365: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
6366: "parser.runtime" strings were removed
6367:
6368: * src/classes/hashfile.C: - with .clear[] called files_delete()
6369: now.
6370:
6371: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
6372:
6373: * src/include/pa_exception.h: - string constant with
6374: "parser.runtime" text was added
6375:
6376: 2007-04-20 misha
6377:
6378: * operators.txt: - some comments changing
6379:
6380: * operators.txt: - added info about .^hashfile.release[],
6381: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
6382:
6383: * configure: =cheching for unsetenv
6384:
6385: * src/classes/hashfile.C: - ^hashfile.cleanup[],
6386: ^hashfile.release[] were added
6387:
6388: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
6389: ^string.match[][] understand new option now: return number of
6390: matches but not table wit results
6391:
6392: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
6393: reopen now
6394:
6395: * src/classes/op.C: - bug. must be false
6396:
6397: * configure.in: - checking for unsetenv was added
6398:
6399: * src/types/pa_vform.C: - some comments
6400:
6401: 2007-04-18 misha
6402:
6403: * buildall-with-xml: moving to libxml2-2.6.28
6404:
6405: * buildall-with-xml, buildall-without-xml: added commented lines
6406: with --disable-safe-mode option
6407:
6408: * operators.txt: - info about $form:files
6409:
6410: 2007-04-17 misha
6411:
6412: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
6413: $form:files was added
6414:
6415: * tests/: 163.html, results/163.processed: removing auto format
6416:
6417: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
6418:
6419: 2007-04-16 misha
6420:
6421: * tests/: 163.html, results/163.processed: - test for .int[],
6422: floor, round, ceiling and .format[]
6423:
6424: * src/classes/file.C: - little optimization for getting args in
6425: exec/cgi
6426:
6427: 2007-04-13 misha
6428:
6429: * src/classes/file.C: - arguments for file::exec/cgi can be
6430: specified now as s table with one column
6431:
6432: 2007-03-27 misha
6433:
6434: * tests/: 162.html, results/162.processed: - test for
6435: ^table.select(^condition[$t])
6436:
6437: * tests/results/auto.p: - load windows-1251 charset for some tests
6438:
6439: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
6440:
6441: * tests/: results/161.processed, 161.html, 161_utf8.txt,
6442: 161_windows1251.txt: - added test for
6443: ^file::load[text;/local/file.txt;$.charset[...]]
6444:
6445: * tests/: results/013.processed, 013.html: - added test for
6446: checking $._default value while hash modifications
6447:
6448: * tests/: 160.html, results/160.processed: - add test for
6449: ^cache[key](secs){code}, ^cache[] and ^cache(0)
6450:
6451: 2007-03-22 misha
6452:
6453: * src/include/pa_common.h: - "charset" string defined for
6454: ^file::load[text;/local.txt] and ^table::load[/table.txt]
6455:
6456: * src/main/: pa_common.C, pa_http.C: - $.charset option for
6457: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
6458: added - not needed transcodes were removed from
6459: ^file::load[...;http://...]
6460:
6461: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
6462: added
6463:
6464: * src/classes/date.C: - date.week was fixed
6465:
6466: * operators.txt: - added info about date.weekyear
6467:
6468: * tests/: 159.html, results/159.processed: - tests for date.week
6469: and date.weekyear added
6470:
6471: 2007-03-15 misha
6472:
6473: * src/classes/table.C: - enclose column numbers for nameless tables
6474: as well
6475:
6476: 2007-03-14 misha
6477:
6478: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
6479:
6480: * src/classes/table.C: - table.save optimization: now required much
6481: less memory
6482:
6483: 2007-03-13 misha
6484:
6485: * tests/results/: 158.processed, 158.processes: - tests for
6486: table.save/table.load
6487:
6488: * tests/: 158.html, results/158.processes: - tests for
6489: table.save/table.load
6490:
6491: * buildall-with-xml: libxml2: --without-ftp --without-docbook
6492:
6493: * buildall-with-xml: - pattern needed now for building
6494:
6495: * tests/results/097.processed: - added test results for xdoc::load
6496: & xdoc::load[http://...]
6497:
6498: * tests/097.html: - added test for xdoc::load
6499:
6500: 2007-03-12 misha
6501:
6502: * tests/: 107.html, results/107.processed: - added test for xpath
6503: '//man'
6504:
6505: 2007-03-01 misha
6506:
6507: * tests/: 097.html, results/097.processed: - added test for
6508: creating xdoc from file
6509:
6510: * tests/: results/157.processed, 157.html: - added test for
6511: file:move
6512:
6513: 2007-02-28 misha
6514:
6515: * src/classes/xdoc.C: - another attempt
6516:
6517: * src/classes/xdoc.C: - roll back last changes for a while
6518:
6519: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
6520:
6521: * src/classes/file.C: - under lock we create non-exist dir anyway
6522:
6523: * tests/results/099.processed: - ever send content-disposition to
6524: client with file
6525:
6526: * tests/157.html: + test for file:copy
6527:
6528: 2007-02-26 misha
6529:
6530: * src/classes/file.C: - some similar strings moved to #define
6531: instead of to be copy/pasted many times
6532:
6533: * src/types/pa_vfile.h: - class name string ("file") moved to
6534: #define
6535:
6536: 2007-02-20 misha
6537:
6538: * bin/auto.p.dist.in: - added lines for sqlite
6539:
6540: * configure.in: - added some strings for sqlite detection
6541:
6542: 2007-02-19 misha
6543:
6544: * operators.txt: - some comments changes
6545:
6546: * buildall-with-xml, buildall-without-xml: - some modifications
6547:
6548: 2007-02-17 misha
6549:
6550: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
6551:
6552: * src/main/pa_request.C: - damn, i forgot to commit it while I
6553: change console behaviour
6554:
6555: 2007-02-12 misha
6556:
6557: * src/targets/cgi/parser3.C: - don't print headers if
6558: $console:line[data] was used during cgi execution.
6559:
6560: * src/types/pa_vconsole.h: - console class have bool flag now which
6561: marked as 'true' if class was used.
6562:
6563: * tests/: 152.html, results/152.processed: - more types was added
6564: to test 152
6565:
6566: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
6567: adding 'bool' (^if($image){} caused exception)
6568:
6569: 2007-02-09 misha
6570:
6571: * tests/: 152.html, results/152.processed: - test alightly updated
6572:
6573: * tests/: 152.html, results/152.processed: - test rewrited
6574:
6575: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
6576: bugfix. I broke xdoc & xnode in expression
6577:
6578: 2007-02-08 misha
6579:
6580: * tests/: 152.html, results/152.processed: - add test for checking
6581: 'def' for void, string, bool, int & double
6582:
6583: 2007-02-07 misha
6584:
6585: * operators.txt: - ^file:base64[filespec] was added
6586:
6587: * tests/results/153.processed: - result test for
6588: ^file:base64[filespec] was updated
6589:
6590: * tests/153.html: - test for ^file:base64[filespec] was added
6591:
6592: * src/types/pa_vconsole.h: - little optimization
6593:
6594: * src/classes/file.C: - ^file:base64[filespec]
6595:
6596: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
6597:
6598: * src/include/pa_common.h: - declarations for
6599: ^file:base64[filespec]
6600:
6601: * src/types/pa_vcookie.C: - little optimization
6602:
6603: 2007-02-06 misha
6604:
6605: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
6606: were temporary commented
6607:
6608: * src/types/pa_vbool.h: - bugfix
6609:
6610: * tests/156.html: - added test for bool cookie
6611:
6612: * src/types/pa_vcookie.h: - not needed string "cookie" removed
6613:
6614: * tests/: 155.html, results/155.processed: - added test for check
6615: $.encloser[] option for table save/load
6616:
6617: * tests/: 153.html, 154.html, todo.txt: - two more tests added
6618:
6619: 2007-02-05 misha
6620:
6621: * tests/results/152.processed: - newline at the end was missed
6622:
6623: * tests/results/141.processed: - math:md5 must be lowercased
6624:
6625: * src/targets/cgi/parser3.C: - 2007 in help ;)
6626:
6627: 2007-02-03 misha
6628:
6629: * tests/results/: 150.processed, 151.processed, 152.processed: -
6630: test for bool added and some content length fixes
6631:
6632: * tests/152.html: - test for bool added
6633:
6634: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
6635:
6636: * operators.txt: - info bool class was added
6637:
1.97 ! moko 6638: * src/: classes/Makefile.am, classes/Makefile.in, classes/bool.C,
1.95 moko 6639: classes/classes.vcproj, classes/double.C, classes/int.C,
6640: classes/string.C, classes/void.C, classes/xnode.C,
6641: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
6642: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
6643: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
6644: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6645: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
6646: types/types.vcproj: - bool class was added
6647:
6648: * src/main/pa_request.C: - fix
6649:
6650: 2007-01-18 misha
6651:
6652: * src/: main/pa_string.C, classes/string.C: - return table during
6653: ^string.match[][] even if no matched found.
6654:
6655: 2006-12-20 misha
6656:
6657: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
6658: http://www.parser.ru/forum/?id=55598 ]
6659:
6660: 2006-12-19 misha
6661:
6662: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
6663: details: http://www.parser.ru/forum/?id=52359
6664:
6665: * src/main/pa_request.C: - always set content-disposition for
6666: $response:body[hash here]. more details:
6667: http://www.parser.ru/forum/?id=52130
6668:
6669: 2006-12-07 misha
6670:
6671: * operators.txt: - added info about bool params in cookie set
6672:
6673: * src/types/pa_vcookie.C: - bool param in cookies available now
6674: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
6675: ]
6676:
6677: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
6678: was added
6679:
6680: 2006-12-02 misha
6681:
6682: * src/classes/file.C: - file_block_read used instead of native read
6683:
6684: * src/main/pa_common.C: - added file_block_read with read error
6685: detection - file_block_read used instead of native read
6686:
6687: * src/include/pa_common.h: - added file_block_read declaration
6688:
6689: 2006-12-01 misha
6690:
6691: * operators.txt: - info about $var.CLASS_NAME was added
6692:
6693: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
6694: $var.CLASS_NAME added
6695:
6696: * operators.txt: - added info about ^file:copy[]
6697:
6698: * src/classes/file.C: - ^file:copy[from;fo] was added
6699:
6700: 2006-11-20 misha
6701:
6702: * src/classes/date.C: - bug fix :)
6703:
6704: 2006-11-17 misha
6705:
6706: * src/include/pa_common.h: - array in crc32 calculation was changed
6707: to static
6708:
6709: * src/main/pa_common.C: - little optimization in getMonthDays -
6710: small changes in crc32 calculation
6711:
6712: * src/classes/date.C: - not needed code was removed
6713:
6714: 2006-11-16 misha
6715:
6716: * src/types/pa_vmail.C: - fix missed brakes
6717:
6718: * src/types/pa_vmail.C: - mail:send now set content-type:
6719: multipart/related instead of multipart/mixed if file have
6720: $.content-id[]
6721:
6722: 2006-11-15 misha
6723:
6724: * src/types/pa_vdouble.h: abs -> fabs
6725:
6726: 2006-11-14 misha
6727:
6728: * operators.txt: - added info about ^file.md5[] and
6729: ^file:md5[file-name]
6730:
6731: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
6732: added
6733:
6734: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
6735: FILE_BUFFER_SIZE
6736:
6737: * src/classes/math.C: - hex_string was moved to pa_common.h
6738:
6739: * src/include/pa_common.h: - hex_string was moved from math.C -
6740: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
6741:
6742: * src/types/pa_vdouble.h: - incorrect frac detection with negative
6743: values was fixed
6744:
6745: 2006-11-13 misha
6746:
6747: * operators.txt: - added info about ^math:crc32[string],
6748: ^file:crc32[file-name] & ^file.crc32[]
6749:
6750: * src/classes/math.C: - added ^math:crc32[string]
6751:
6752: * src/classes/file.C: - some comments were changed - added
6753: ^file:crc32[file-name] and ^file.crc32[]
6754:
6755: * src/: include/pa_common.h, main/pa_common.C: - some functions for
6756: crc32 calculation added
6757:
6758: 2006-11-03 misha
6759:
6760: * src/include/pa_array.h: - not needed variable removed
6761:
6762: * tests/: 150.html, 151.html, results/150.processed,
6763: results/151.processed: - 2 tests were added
6764:
6765: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
6766: with $.reverse(1) were fixed
6767:
6768: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
6769: query converted to $.charset during ^file::load[http://...]
6770:
6771: 2006-11-02 misha
6772:
6773: * src/include/pa_table.h: ups. forget '=' char
6774:
6775: * src/include/pa_table.h: - one more fix in
6776: .locate[...][$.reverse(1)]
6777:
6778: 2006-11-01 misha
6779:
6780: * src/classes/math.C: - bug fix, details:
6781: http://www.parser.ru/forum/?id=53360
6782:
6783: * src/include/pa_table.h: - bug fix during ^table.locate( condition
6784: false for all records )[$.reverse(1)]
6785:
6786: * src/main/pa_http.C: - second param for this mid method is length
6787: but not end_index so this method has error and can't detect
6788: charsets in next content-types: Content-type: text/html;
6789: charset="windows-1251" Content-type: text/html;
6790: charset="windows-1251"; Content-type: text/html;
6791: charset=windows-1251;
6792:
6793: only Content-type: text/html; charset=windows-1251 was fine
6794:
6795: 2006-10-31 misha
6796:
6797: * src/classes/file.C: - empty args in file::exec removed now
6798:
6799: 2006-09-11 misha
6800:
6801: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
6802: replaced to table::create - some changes in text/code formatting
6803:
6804: 2006-09-03 paf
6805:
6806: * src/classes/file.C: proper tainting of
6807: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
6808:
6809: 2006-06-09 paf
6810:
6811: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
6812:
6813: * src/classes/table.C: formatting
6814:
6815: * src/classes/table.C: incorporated patch from misha: Sent:
6816: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
6817: ignoring string options for ^table.save[]
6818:
6819: * src/classes/hash.C: incorporated patch from misha Sent:
6820: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
6821: $hash._default disappear while
6822:
6823: * operators.txt: ^mail:send[ $.file1[ $.value[file]
6824: $.format[!uue|!base64] << new base64 option. default uue ] ]
6825:
6826: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
6827: PM Subject: patch for base64 in ^mail:send[] %-)
6828:
6829: 2006-04-09 paf
6830:
6831: * src/main/compile.tab.C: ` change compiled
6832:
6833: * gnu.vcproj, operators.txt, parser3.sln,
6834: src/classes/classes.vcproj, src/classes/file.C,
6835: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
6836: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
6837: src/classes/xnode.C, src/include/pa_array.h,
6838: src/include/pa_config_fixed.h, src/include/pa_dir.h,
6839: src/include/pa_memory.h, src/include/pa_request.h,
6840: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
6841: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
6842: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
6843: src/lib/pcre/pcre_dftables.vcproj,
6844: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
6845: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
6846: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
6847: src/main/pa_cache_managers.C, src/main/pa_charset.C,
6848: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
6849: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
6850: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
6851: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
6852: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
6853: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
6854: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
6855: src/types/pa_value.h, src/types/pa_vcookie.C,
6856: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
6857: src/types/pa_vmail.C, src/types/pa_vresponse.C,
6858: src/types/pa_vstatus.C, src/types/types.vcproj,
6859: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
6860: ^menu, ^hash/hashfile.foreach
6861:
6862: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
6863: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
6864: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
6865: src/classes/xnode.C, src/include/pa_array.h,
6866: src/include/pa_config_fixed.h, src/include/pa_dir.h,
6867: src/include/pa_memory.h, src/include/pa_request.h,
6868: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
6869: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
6870: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
6871: src/lib/pcre/pcre_dftables.vcproj,
6872: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
6873: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
6874: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
6875: src/main/pa_cache_managers.C, src/main/pa_charset.C,
6876: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
6877: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
6878: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
6879: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
6880: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
6881: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
6882: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
6883: src/types/pa_value.h, src/types/pa_vcookie.C,
6884: src/types/pa_vmail.C, src/types/pa_vresponse.C,
6885: src/types/pa_vstatus.C, src/types/types.vcproj,
6886: tests/descript.ion: ! switched to VS2005 (projects and
6887: object<info explicitly typed>.for_each(, info)) +
6888: $response:field[] setting void means removing + grammar $name`
6889: name stops now, for mysql `$field` + started ^break[]
6890: ^continue[], in ^for. TODO: to other iterators (while, menu,
6891: foreach) + all log messages += [uri=, method=, cl=]
6892:
6893: * buildall-with-xml: merged . ftp paths update
6894:
6895: * buildall-with-xml: . ftp paths update
6896:
6897: 2006-03-04 paf
6898:
6899: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
6900: checks++ [thanks to Igor Zinkovsky for detailed report]
6901:
6902: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
6903: Igor Zinkovsky for detailed report]
6904:
6905: 2006-03-01 paf
6906:
6907: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
6908: \n to ' ' in
6909:
6910: 2006-02-18 paf
6911:
6912: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
6913: \n to ' ' in
6914:
6915: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
6916:
6917: 2006-02-03 paf
6918:
6919: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
6920: base64
6921:
6922: * src/main/pa_common.C: ! bugfix: decoding from base64
6923:
6924: 2006-01-20 paf
6925:
6926: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
6927: economy fix
6928:
6929: * src/classes/: table.C: merged from HEAD ! bugfix
6930: ^table.save[$.encloser-s now handled properly
6931:
6932: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
6933: handled properly
6934:
6935: 2006-01-19 paf
6936:
6937: * buildall-with-xml, buildall-without-xml: merged from HEAD !
6938: libgc:USE_MUNMAP activates merging of free memory blocks which
6939: helps a lot in our case: after transform we want
6940: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
6941:
6942: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
6943: economy fix
6944:
6945: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
6946: activates merging of free memory blocks which helps a lot in our
6947: case: after transform we want CORD(main.result)->cstr[big
6948: malloc]->transcode[big malloc]
6949:
6950: 2006-01-17 paf
6951:
6952: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
6953: before reading them. got rid of reallocs = became quicker and
6954: less fragmentated
6955:
6956: 2005-12-29 paf
6957:
1.97 ! moko 6958: * INSTALL, Makefile.am, Makefile.in, buildall-with-xml,
! 6959: buildall-without-xml, configure, configure.in,
! 6960: src/include/pa_version.h, src/lib/ltdl/Makefile.am,
! 6961: src/lib/ltdl/Makefile.in, src/lib/ltdl/acconfig.h,
1.95 moko 6962: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
6963: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
6964: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
6965: src/lib/ltdl/missing: . merged from 3.2.1
6966:
1.97 ! moko 6967: * Makefile.am, Makefile.in, src/lib/ltdl/Makefile.am,
! 6968: src/lib/ltdl/Makefile.in: . now site.m4 also packaged when 'make
! 6969: dist', so do configure companion files in src/lib/ltdl
! 6970:
! 6971: * src/lib/ltdl/: Makefile.am, Makefile.in, acconfig.h,
! 6972: acinclude.m4, config.guess, config.sub, configure.in, install-sh,
! 6973: ltmain.sh, missing: . now config_auto.h is created with configure
! 6974: [were constant]
1.95 moko 6975:
6976: * INSTALL: . references to documentation and some clarification
6977:
6978: * buildall-with-xml, buildall-without-xml: . farawell doc
6979: indication
6980:
1.97 ! moko 6981: * Makefile.am, Makefile.in: . dist+=buildall*
1.95 moko 6982:
6983: 2005-12-28 paf
6984:
6985: * configure: . 3.2.1
6986:
6987: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
6988: simplify build process, see INSTALL
6989:
6990: 2005-12-26 paf
6991:
6992: * configure: ver
6993:
6994: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
6995: version
6996:
6997: 2005-12-21 paf
6998:
6999: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
7000: compiled with bison 1.875b, it reports unexpected token names
7001:
7002: 2005-12-19 paf
7003:
7004: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
7005: holds a link to xmlNode to prevent premature gc(xmlNode)
7006:
7007: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
7008: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
7009: src/main/main.vcproj, src/main/pa_globals.C,
7010: src/targets/cgi/parser3.vcproj,
7011: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
7012: configure, configure.in, src/include/pa_version.h: . killing
7013: gdome [what a relief]
7014:
7015: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
7016: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
7017: run_parser.sh, results/001.processed, results/002.processed,
7018: results/003.processed, results/004.processed,
7019: results/005.processed, results/006.processed,
7020: results/008.processed, results/009.processed,
7021: results/010.processed, results/011.processed,
7022: results/012.processed, results/013.processed,
7023: results/014.processed, results/015.processed,
7024: results/016.processed, results/017.processed,
7025: results/018.processed, results/020.processed,
7026: results/021.processed, results/022.processed,
7027: results/023.processed, results/024.processed,
7028: results/025.processed, results/026.processed,
7029: results/027.processed, results/028.processed,
7030: results/029.processed, results/030.processed,
7031: results/031.processed, results/032.processed,
7032: results/033.processed, results/034.processed,
7033: results/035.processed, results/036.processed,
7034: results/037.processed, results/038.processed,
7035: results/039.processed, results/040.processed,
7036: results/041.processed, results/042.processed,
7037: results/043.processed, results/044.processed,
7038: results/045.processed, results/046.processed,
7039: results/047.processed, results/048.processed,
7040: results/049.processed, results/050.processed,
7041: results/051.processed, results/052.processed,
7042: results/053.processed, results/054.processed,
7043: results/055.processed, results/056.processed,
7044: results/057.processed, results/058.processed,
7045: results/059.processed, results/060.processed,
7046: results/061.processed, results/062.processed,
7047: results/063.processed, results/064.processed,
7048: results/065.processed, results/066.processed,
7049: results/067.processed, results/068.processed,
7050: results/069.processed, results/070.processed,
7051: results/071.processed, results/072.processed,
7052: results/073.processed, results/074.processed,
7053: results/075.processed, results/076.processed,
7054: results/077.processed, results/078.processed,
7055: results/079.processed, results/080.processed,
7056: results/081.processed, results/082.processed,
7057: results/083.processed, results/084.processed,
7058: results/085.processed, results/086.processed,
7059: results/087.processed, results/088.processed,
7060: results/089.processed, results/090.processed,
7061: results/091.processed, results/092.processed,
7062: results/093.processed, results/094.processed,
7063: results/095.processed, results/096.processed,
7064: results/097.processed, results/099.processed,
7065: results/100.processed, results/101.processed,
7066: results/102.processed, results/104.processed,
7067: results/105.processed, results/106.processed,
7068: results/107.processed, results/108.processed,
7069: results/109.processed, results/110.processed,
7070: results/111.processed, results/112.processed,
7071: results/113.processed, results/114.processed,
7072: results/115.processed, results/117.processed,
7073: results/119.processed, results/120.processed,
7074: results/121.processed, results/122.processed,
7075: results/123.processed, results/124.processed,
7076: results/125.processed, results/126.processed,
7077: results/127.processed, results/128.processed,
7078: results/129.processed, results/130.processed,
7079: results/131.processed, results/132.processed,
7080: results/133.processed, results/134.processed,
7081: results/135.processed, results/136.processed,
7082: results/138.processed, results/139.processed,
7083: results/140.processed, results/141.processed,
7084: results/142.processed, results/143.processed,
7085: results/144.processed, results/145.processed,
7086: results/146.processed, results/147.processed,
7087: results/148.processed, results/149.processed, results/auto.p: .
7088: now works if we turn off default auto.p
7089:
1.97 ! moko 7090: * configure, src/lib/Makefile.in, src/lib/cord/Makefile.in: . makes
1.95 moko 7091:
7092: * src/types/pa_vxnode.C: . less warnings
7093:
7094: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
7095: tests/145.html, tests/149.html, tests/descript.ion,
7096: tests/outputs/d.cmd, tests/results/142.processed,
7097: tests/results/143.processed, tests/results/144.processed,
7098: tests/results/145.processed, tests/results/146.processed,
7099: tests/results/147.processed, tests/results/148.processed,
7100: tests/results/149.processed: . removed .nodeValue from all node
7101: types other than 5 (grabbed piece from gdome)
7102:
7103: * tests/: 137.html, results/137.processed: . not handled this case
7104: yet. code does not hang from inserting parent into child,
7105: considering thing minor issue -- nodes are removed from source
7106: anyway, don't know why shold that be an error after all
7107:
7108: * src/targets/cgi/parser3.C: . style
7109:
7110: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
7111: xdoc too [were barking "not element"]
7112:
7113: 2005-12-16 paf
7114:
7115: * tests/: 146.html, 147.html, 148.html: . more tests
7116:
7117: * src/classes/xnode.C: . also bark on possible errors
7118:
7119: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
7120: props
7121:
7122: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
7123: main/compile.y: merged from HEAD ! fixed overoptimized
7124: ^call(false) case. (confused it with ^call[] case)
7125:
7126: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
7127: ^call(false) case. (confused it with ^call[] case)
7128:
7129: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
7130:
7131: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
7132: results/001.processed, results/002.processed,
7133: results/003.processed, results/004.processed,
7134: results/005.processed, results/006.processed,
7135: results/008.processed, results/009.processed,
7136: results/010.processed, results/011.processed,
7137: results/012.processed, results/013.processed,
7138: results/014.processed, results/015.processed,
7139: results/016.processed, results/017.processed,
7140: results/018.processed, results/019.processed,
7141: results/020.processed, results/021.processed,
7142: results/022.processed, results/023.processed,
7143: results/024.processed, results/025.processed,
7144: results/026.processed, results/027.processed,
7145: results/028.processed, results/029.processed,
7146: results/030.processed, results/031.processed,
7147: results/032.processed, results/033.processed,
7148: results/034.processed, results/035.processed,
7149: results/036.processed, results/037.processed,
7150: results/038.processed, results/039.processed,
7151: results/040.processed, results/041.processed,
7152: results/042.processed, results/043.processed,
7153: results/044.processed, results/045.processed,
7154: results/046.processed, results/047.processed,
7155: results/048.processed, results/049.processed,
7156: results/050.processed, results/051.processed,
7157: results/052.processed, results/053.processed,
7158: results/054.processed, results/055.processed,
7159: results/056.processed, results/057.processed,
7160: results/058.processed, results/059.processed,
7161: results/060.processed, results/061.processed,
7162: results/062.processed, results/063.processed,
7163: results/064.processed, results/065.processed,
7164: results/066.processed, results/067.processed,
7165: results/068.processed, results/069.processed,
7166: results/070.processed, results/071.processed,
7167: results/072.processed, results/073.processed,
7168: results/074.processed, results/075.processed,
7169: results/076.processed, results/077.processed,
7170: results/078.processed, results/079.processed,
7171: results/080.processed, results/081.processed,
7172: results/082.processed, results/083.processed,
7173: results/084.processed, results/085.processed,
7174: results/086.processed, results/087.processed,
7175: results/088.processed, results/089.processed,
7176: results/090.processed, results/091.processed,
7177: results/092.processed, results/093.processed,
7178: results/094.processed, results/095.processed,
7179: results/096.processed, results/097.processed,
7180: results/099.processed, results/101.processed,
7181: results/102.processed, results/104.processed,
7182: results/105.processed, results/106.processed,
7183: results/107.processed, results/108.processed,
7184: results/109.processed, results/110.processed,
7185: results/111.processed, results/112.processed,
7186: results/113.processed, results/114.processed,
7187: results/115.processed, results/116.processed,
7188: results/117.processed, results/118.processed,
7189: results/119.processed, results/120.processed,
7190: results/121.processed, results/122.processed,
7191: results/123.processed, results/124.processed,
7192: results/125.processed, results/126.processed,
7193: results/127.processed, results/128.processed,
7194: results/129.processed, results/130.processed,
7195: results/131.processed, results/132.processed,
7196: results/133.processed, results/134.processed,
7197: results/135.processed, results/136.processed,
7198: results/137.processed, results/138.processed,
7199: results/139.processed, results/140.processed,
7200: results/141.processed: . refreshed old tests, made them work
7201: without auto.p (in utf8) . things noted: . gif got encoded
7202: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
7203: some strange year)
7204:
7205: * INSTALL: . revived linux libgc fix
7206:
7207: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
7208: glib/gdome in INSTALL and patches]
7209:
7210: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
7211: include/pa_charset.h, include/pa_config_includes.h,
7212: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
7213: include/pa_xml_exception.h, lib/cord/Makefile.am,
7214: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7215: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
7216: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
7217: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
7218: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
7219: types/pa_vxnode.h: . started killing gdome
7220:
7221: 2005-12-13 paf
7222:
7223: * src/main/: pa_request.C: merged from HEAD ! when code in
7224: @unhandled_exception thrown another exception, print correct
7225: origin (earlier code in catch of exception inside of
7226: @unhandled_exception grabbed parent_frame(original_exception)
7227: origin and printed it, instead of true origin)
7228:
7229: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
7230: another exception, print correct origin (earlier code in catch of
7231: exception inside of @unhandled_exception grabbed
7232: parent_frame(original_exception) origin and printed it, instead
7233: of true origin)
7234:
7235: 2005-12-09 paf
7236:
7237: * INSTALL: . updated INSTALL doc to work around linux stack base
7238: detection problem, due to change in gc6.4 code
7239:
7240: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
7241: ignored in ^string.matched :(
7242:
7243: * src/main/pa_string.C: ! regex tainting were ignored in
7244: ^string.matched :(
7245:
7246: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
7247: src/include/pa_config_fixed.h, src/include/pa_version.h,
7248: src/main/compile.y, src/main/compile_tools.h,
7249: src/main/pa_charset.C, src/main/pa_common.C,
7250: src/main/pa_globals.C, src/main/pa_string.C,
7251: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
7252: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
7253:
7254: 2005-12-08 paf
7255:
7256: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
7257: 500 chars now handled OK [were wrapped on 500th char according to
7258: rfc, but sendmail failed to unwrap it properly]
7259:
7260: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
7261: handled OK [were wrapped on 500th char according to rfc, but
7262: sendmail failed to unwrap it properly]
7263:
7264: * src/targets/isapi/parser3isapi.C: . less warnings
7265:
7266: * src/targets/isapi/parser3isapi.C: . undone some strange change
7267: since 3.1.5
7268:
7269: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
7270: link fixes
7271:
7272: * src/: classes/date.C, include/pa_config_fixed.h,
7273: main/compile.tab.C, main/compile.y, main/compile_tools.h,
7274: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
7275: main/pa_string.C, targets/cgi/getopt.c: . less warnings
7276:
7277: * src/include/pa_config_fixed.h: . removed outdated string origins
7278: [in current storage scheme there's no place for them. someday we
7279: can add third CORD to store origins and special version of parser
7280: which stores origins there [separate binary]]
7281:
7282: 2005-12-07 paf
7283:
7284: * src/targets/isapi/parser3isapi.C: . now links in release mode
7285:
7286: * src/include/pa_version.h: makefiles
7287:
7288: * src/include/pa_version.h: . not beta
7289:
7290: * configure, configure.in, src/include/pa_version.h: not beta
7291:
7292: 2005-12-06 paf
7293:
7294: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
7295: [some details here http://i2/tasks/edit/?id=4869912143891354460]
7296: decided to undo the change ^call[$void] passes void. now it will
7297: pass empty string again.
7298:
7299: * src/main/: compile.tab.C, compile.y: . version readded
7300:
7301: * src/classes/op.C: . in this version there is no ^switch[$nothing]
7302: = ^switch[void] problem
7303:
7304: 2005-12-01 paf
7305:
7306: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
7307: caused ^case[string] to be coerced to double since searching
7308: value were not string (it was vvoid)
7309:
7310: * src/classes/op.C: . bugfix ^switch[$void_value] caused
7311: ^case[string] to be coerced to double since searching value were
7312: not string (it was vvoid)
7313:
7314: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
7315: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
7316:
7317: 2005-11-30 paf
7318:
7319: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
7320: win32 must putenv("TZ="), on unix works only putenv("TZ")
7321:
7322: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
7323: putenv("TZ="), on unix works only putenv("TZ")
7324:
7325: * INSTALL: . xml libs versions updated
7326:
7327: * src/main/pa_globals.C: //20051130 trying to remove this, author
7328: claims that fixed a lot there // 20040920 for now both
7329: workarounds needed. wait for new libxml/xsl versions
7330:
7331: 2005-11-28 paf
7332:
7333: * src/classes/table.C: merged from HEAD: ! nameless table has
7334: columns==0
7335:
7336: * src/classes/table.C: ! nameless table has columns==0
7337:
7338: * src/main/pa_http.C: merged from HEAD: ! status line check made
7339: earlier [was totally wrong]
7340:
7341: * src/main/pa_http.C: ! status line check made earlier [was totally
7342: wrong]
7343:
7344: 2005-11-25 paf
7345:
7346: * src/include/pa_array.h: -this reduces speed(table::load) strange.
7347: undoing for now...
7348:
7349: * src/include/pa_version.h: -this reduces speed(table::load),
7350: strange. undoing
7351:
7352: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
7353:
7354: * src/classes/op.C: + ^while(){}[SEPARATOR]
7355:
7356: * src/include/pa_array.h: + optimistics added: all arrays (table
7357: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
7358: this speeds things up and saves memory a LOT! (not noticed
7359: negative effect on syntetic tests, future will tell...)
7360:
7361: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
7362: changed gc_malloc implementation, which obscured profiling
7363:
7364: * src/classes/table.C: merged from HEAD: + optimized
7365: table::load/sql, now row ArrayString-s allocated with
7366: columns.count() elements and don't always grow from
7367: count=3[realloc,realloc]
7368:
7369: * src/classes/table.C: + optimized table::load/sql, now row
7370: ArrayString-s allocated with columns.count() elements and don't
7371: always grow from count=3[realloc,realloc]
7372:
7373: * src/classes/table.C: merged from HEAD: . ^table.save unused
7374: buffer after save
7375:
7376: * src/classes/table.C: . ^table.save unused buffer after save
7377:
7378: 2005-11-24 paf
7379:
7380: * configure.in: . merged glib2-config patch
7381:
7382: * configure.in: + trying to find glib2-config
7383:
7384: * src/: classes/file.C, include/pa_common.h, main/execute.C,
7385: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
7386: file/dir_readable to simple file/dir_exist, this would help in
7387: situations "class not found because .p file has bad rights" << in
7388: that case error would be explicit "access denied to 'this' file"
7389:
1.97 ! moko 7390: * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
! 7391: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 7392: src/Makefile.in, src/classes/Makefile.in,
! 7393: src/include/Makefile.in, src/include/pa_config_auto.h.in,
! 7394: src/lib/Makefile.in, src/lib/cord/Makefile.in,
! 7395: src/lib/cord/include/Makefile.in,
! 7396: src/lib/cord/include/private/Makefile.in, src/lib/gc/Makefile.in,
! 7397: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
! 7398: src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
! 7399: src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
! 7400: src/lib/smtp/Makefile.in, src/main/Makefile.in,
! 7401: src/sql/Makefile.in, src/targets/Makefile.in,
! 7402: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 7403: src/types/Makefile.in: makefiles
1.95 moko 7404:
7405: * src/: classes/file.C, include/pa_common.h, main/execute.C,
7406: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
7407: to simple file/dir_exist, this would help in situations "class
7408: not found because .p file has bad rights" << in that case error
7409: would be explicit "access denied to 'this' file"
7410:
1.97 ! moko 7411: * src/: include/Makefile.in, main/Makefile.in: makefiles
! 7412:
1.95 moko 7413: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
7414: include/pa_http.h, main/Makefile.am, main/main.vcproj,
7415: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
7416: ^file::exec/cgi[script;$.charset[changed]
7417: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
7418: encoded in $.charset charset
7419:
7420: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
7421: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
7422: encoded in $.charset charset
7423:
7424: * src/: include/Makefile.am, include/pa_common.h,
7425: include/pa_http.h, main/Makefile.am, main/main.vcproj,
7426: main/pa_common.C, main/pa_http.C: . extracted http:// into
7427: separate file [preparation for
7428: ^file::cgi[script;$.form[$.field1[]
7429:
7430: 2005-11-22 paf
7431:
7432: * src/: include/pa_version.h, main/compile.tab.C: makefiles
7433:
7434: * acinclude.m4, configure.in: . merged underquting fixes
7435:
1.97 ! moko 7436: * bin/Makefile.in, etc/Makefile.in,
! 7437: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 7438: src/classes/Makefile.in, src/include/Makefile.in,
! 7439: src/include/pa_config_auto.h.in, src/lib/Makefile.in,
! 7440: src/lib/cord/Makefile.in, src/lib/cord/include/Makefile.in,
! 7441: src/lib/cord/include/private/Makefile.in, src/lib/gc/Makefile.in,
! 7442: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
! 7443: src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
! 7444: src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
! 7445: src/lib/smtp/Makefile.in, src/main/Makefile.in,
! 7446: src/sql/Makefile.in, src/targets/Makefile.in,
! 7447: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 7448: src/types/Makefile.in: configure+makes
1.95 moko 7449:
7450: * src/classes/op.C: . overmerged a little
7451:
7452: * src/main/compile.tab.C: Makefile
7453:
7454: * src/main/: pa_common.C: . less gcc warnings
7455:
7456: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
7457: now reports original exception if we have no old cache
7458:
7459: * src/classes/op.C: + $exception.handled[cache] now reports
7460: original exception if we have no old cache
7461:
7462: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
7463: from HEAD: + ^taint/untaint[regex] << escapes these:
7464: \^$.[]|()?*+{}
7465:
7466: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
7467: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
7468:
7469: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
7470: getenv-ed variable, which does not work both on win32&unix.
7471: copied old TZ value now
7472:
7473: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
7474: stored pointer to getenv-ed variable, which does not work both on
7475: win32&unix. copied old TZ value now
7476:
7477: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
7478: getenv-ed variable, which does not work both on win32&unix.
7479: copied old TZ value now
7480:
7481: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
7482: access to internal hash
7483:
7484: * src/types/pa_vresponse.C: + $response:headers access to internal
7485: hash
7486:
7487: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
7488: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
7489: isapi] this reduces number of "GC Warning: Repeated allocation of
7490: very large block" messages to only important onces
7491:
7492: * src/targets/isapi/parser3isapi.C: +
7493: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
7494: isapi] this reduces number of "GC Warning: Repeated allocation of
7495: very large block" messages to only important onces
7496:
7497: * src/classes/string.C: merged from HEAD: + removed limitation on
7498: ^string/int/double:sql{}[$.default[({param style})] ]
7499:
7500: * src/classes/string.C: + removed limitation on
7501: ^string/int/double:sql{}[$.default[({param style})] ]
7502:
7503: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
7504: with ?params or $.form option" limitation
7505:
7506: * src/main/pa_common.C: + removed "use either uri with ?params or
7507: $.form option" limitation
7508:
7509: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7510: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
7511: ^file::base64[encoded] decode
7512:
7513: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7514: main/pa_common.C: + ^file.base64[] encode +
7515: ^file::base64[encoded] decode
7516:
7517: * src/classes/: file.C, string.C: + ^string.base64[] encode +
7518: ^string:base64[encoded] decode
7519:
7520: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
7521: ^string:base64[in] encode + ^string.base64[] decode
7522:
7523: 2005-11-21 paf
7524:
7525: * src/classes/file.C: + merged from HEAD:
7526: ^file::create[text;file.xml;^untaint[xml]{data}]
7527:
7528: * src/classes/file.C: +
7529: ^file::create[text;file.xml;^untaint[xml]{data}]
7530:
7531: * src/main/pa_request.C: ! merged: $response:body[file] now
7532: differes from :download, it does not return content-disposition
7533: at all now [previusely it returned valueless content-disposition]
7534:
7535: * src/main/pa_request.C: ! $response:body[file] now differes from
7536: :download, it does not return content-disposition at all now
7537: [previusely it returned valueless content-disposition]
7538:
7539: * src/main/: compile.tab.C, compile.y: ! overoptimized void
7540: literals, reverted to just vvod, recreating empty array with each
7541: void_value token. that's absolutely needed, since that array
7542: grows
7543:
7544: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
7545: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
7546: types/pa_vmethod_frame.h: + merged: expression literals:
7547: true/false. ^format[$.indent(true)]
7548:
7549: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
7550: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
7551: types/pa_vmethod_frame.h: + expression literals: true/false.
7552: ^format[$.indent(true)]
7553:
7554: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
7555: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
7556: i386-pc-win32)"
7557:
7558: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
7559: $env:PARSER_VERSION reports "3.1.5beta (compiled on
7560: i386-pc-win32)"
7561:
7562: 2005-11-18 paf
7563:
7564: * src/classes/: double.C, int.C: ! ^int/double:sql{select
7565: null}[$.default(123)] will now return default value
7566:
7567: * src/classes/op.C: + merged ^cache[] << returns current cache
7568: expiration time
7569:
7570: * src/classes/op.C: + ^cache[] << returns current cache expiration
7571: time
7572:
7573: * src/classes/table.C: ! merged ^table::create[not'nameless';
7574: failed << Exception.problem_source pointed to local var!
7575:
7576: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
7577: Exception.problem_source pointed to local var!
7578:
7579: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
7580: now loads VFile.ptr!=0, so such files can be saved now
7581:
7582: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
7583: loads VFile.ptr!=0, so such files can be saved now
7584:
7585: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
7586: only . and .. now removed from list [were removed all .*]
7587:
7588: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
7589: .. now removed from list [were removed all .*]
7590:
7591: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
7592: open error now checked, were not :( [stole that piece from apache
7593: 1.3 sources]
7594:
7595: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
7596: checked, were not :( [stole that piece from apache 1.3 sources]
7597:
7598: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
7599: untainting of @main result if returned by $result or
7600: $response:body
7601:
7602: * src/main/pa_request.C: ! ensured proper untainting of @main
7603: result if returned by $result or $response:body
7604:
7605: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
7606: issue: now tries to guess content-length and allocates one big
7607: piece if possible [regretfully gc_realloc works as malloc+free,
7608: leaving lots of holes behind]
7609:
7610: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
7611: fixed file load memory issue: now tries to guess content-length
7612: and allocates one big piece if possible [regretfully gc_realloc
7613: works as malloc+free, leaving lots of holes behind]
7614:
7615: 2005-11-16 paf
7616:
7617: * src/: include/pa_common.h, classes/file.C, classes/table.C,
7618: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
7619: table::save with enclosers now doubles them: "->"" !
7620: table::save/load do not remove elements from options hash
7621:
7622: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
7623: [were overoptimized ^if(double_literal), compiler confused
7624: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
7625:
7626: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
7627: [were overoptimized ^if(double_literal), compiler confused
7628: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
7629:
7630: * src/: classes/file.C, classes/table.C, include/pa_common.h,
7631: main/pa_common.C: ! table::save with enclosers now doubles them:
7632: "->"" ! table::save/load do not remove elements from options hash
7633:
7634: 2005-11-03 paf
7635:
1.97 ! moko 7636: * src/main/: Makefile.am, Makefile.in, compile.tab.C: removed $<
! 7637: from .y compilation, not all makefiles liked that
1.95 moko 7638:
7639: 2005-08-30 paf
7640:
7641: * src/classes/op.C: merge . speedup check of [DEFAULT]
7642:
7643: * src/classes/op.C: . speedup check of [DEFAULT]
7644:
7645: 2005-08-26 paf
7646:
7647: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
7648:
7649: * src/: classes/date.C, types/pa_vdate.h: + date.week
7650:
7651: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
7652: complains about bad!=nameless
7653:
7654: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
7655: about bad!=nameless
7656:
7657: * src/classes/: hash.C, string.C, table.C, void.C: merged !
7658: optional options were allowed to be empty. were checked
7659: if(is_string), changed to !defined||is_string to allow void
7660:
7661: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
7662: classes/string.C, classes/table.C, classes/void.C: ! optional
7663: options were allowed to be empty. were checked if(is_string),
7664: changed to !defined||is_string to allow void
7665:
7666: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
7667: as_junction where they needed as_int/double, so failed with
7668: recent "(const) now no junction" optimization
7669:
7670: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
7671: merged ! many classes/* used as_junction where they needed
7672: as_int/double, so failed with recent "(const) now no junction"
7673: optimization
7674:
7675: * src/: classes/double.C, classes/int.C, classes/math.C,
7676: classes/op.C, classes/string.C, classes/table.C,
7677: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
7678: used as_junction where they needed as_int/double, so failed with
7679: recent "(const) now no junction" optimization
7680:
7681: 2005-08-24 paf
7682:
7683: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
7684: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
7685: stripped it
7686:
7687: 2005-08-09 paf
7688:
7689: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
7690: not cleared
7691:
7692: * src/: classes/classes.C, classes/classes.h, classes/date.C,
7693: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7694: classes/hashfile.C, classes/image.C, classes/int.C,
7695: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
7696: classes/response.C, classes/string.C, classes/table.C,
7697: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
7698: include/pa_array.h, include/pa_cache_managers.h,
7699: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7700: include/pa_config_fixed.h, include/pa_config_includes.h,
7701: include/pa_dictionary.h, include/pa_dir.h,
7702: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7703: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
7704: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
7705: include/pa_request_charsets.h, include/pa_request_info.h,
7706: include/pa_sapi.h, include/pa_socks.h,
7707: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7708: include/pa_stack.h, include/pa_string.h,
7709: include/pa_stylesheet_connection.h,
7710: include/pa_stylesheet_manager.h, include/pa_table.h,
7711: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7712: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7713: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7714: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
7715: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
7716: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7717: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7718: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7719: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
7720: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
7721: main/pa_sql_driver_manager.C, main/pa_string.C,
7722: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
7723: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
7724: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
7725: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7726: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7727: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7728: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7729: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7730: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7731: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
7732: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
7733: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
7734: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
7735: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
7736: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7737: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7738: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
7739: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7740: types/pa_vresponse.C, types/pa_vresponse.h,
7741: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7742: types/pa_vstateless_object.h, types/pa_vstatus.C,
7743: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
7744: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
7745: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7746: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
7747: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
7748:
7749: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
7750: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
7751: speedup consequent checks in vmethod_frame
7752:
7753: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
7754: not cleared
7755:
7756: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
7757: params: 50 max (were 10)
7758:
7759: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
7760: params: 50 max (were 10)
7761:
7762: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
7763: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
7764: pa_wcontext.h: + ^call[$void] param inside now is void (were:
7765: empty string) ! simplified (double) speedup consequent checks in
7766: vmethod_frame
7767:
7768: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
7769: optimized constants in expressions vstring->vdouble + optimized
7770: ^call(vdouble), no junction creation, no calls later
7771:
7772: 2005-08-08 paf
7773:
7774: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
7775: integrated
7776:
7777: * bin/auto.p.dist.in: . apache bad 404 handling workaround
7778: integrated
7779:
7780: * src/main/: compile.tab.C, compile.y, compile_tools.C,
7781: compile_tools.h: merged + optimized constants in expressions
7782: vstring->vdouble + optimized ^call(vdouble), no junction
7783: creation, no calls later
7784:
7785: * src/types/pa_vdouble.h: merged . double values without fractional
7786: part now default printed as %.0f instead of %g
7787:
7788: * src/types/pa_vdouble.h: . double values without fractional part
7789: now default printed as %.0f instead of %g
7790:
7791: * src/classes/hashfile.C: . merged ! second hashfile::open would
7792: cause an exception
7793:
7794: * src/classes/hashfile.C: ! second hashfile::open would cause an
7795: exception
7796:
7797: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
7798: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7799: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7800: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
7801: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
7802: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
7803: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7804: types/pa_vresponse.h, types/pa_vstateless_class.C,
7805: types/pa_vstateless_object.h, types/pa_vvoid.h,
7806: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
7807: merged VJunction(new Junction) optimization from 3.1.4
7808:
7809: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
7810: types/pa_vstateless_class.C: + optimized new VJunction(new
7811: Junction(params)) to new VJunction(params), thousands of mallocs
7812: removed
7813:
7814: 2005-08-05 paf
7815:
7816: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
7817: types/pa_vdouble.h, types/pa_vmethod_frame.C,
7818: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
7819: creation, no calls later
7820:
7821: * src/: classes/classes.C, classes/classes.h, classes/date.C,
7822: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7823: classes/hashfile.C, classes/image.C, classes/int.C,
7824: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
7825: classes/response.C, classes/string.C, classes/table.C,
7826: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
7827: include/pa_array.h, include/pa_cache_managers.h,
7828: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7829: include/pa_config_fixed.h, include/pa_config_includes.h,
7830: include/pa_dictionary.h, include/pa_dir.h,
7831: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7832: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
7833: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
7834: include/pa_request_charsets.h, include/pa_request_info.h,
7835: include/pa_sapi.h, include/pa_socks.h,
7836: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7837: include/pa_stack.h, include/pa_string.h,
7838: include/pa_stylesheet_connection.h,
7839: include/pa_stylesheet_manager.h, include/pa_table.h,
7840: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7841: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7842: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7843: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
7844: lib/smtp/smtp.h, main/compile.C, main/compile.y,
7845: main/compile_tools.C, main/compile_tools.h, main/execute.C,
7846: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
7847: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
7848: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
7849: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
7850: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
7851: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
7852: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
7853: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
7854: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7855: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7856: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
7857: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
7858: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
7859: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
7860: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
7861: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
7862: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
7863: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
7864: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
7865: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
7866: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7867: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
7868: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
7869: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7870: types/pa_vstateless_object.h, types/pa_vstatus.C,
7871: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
7872: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
7873: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7874: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
7875: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
7876:
7877: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
7878: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
7879: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
7880: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
7881: main/compile.y, main/compile_tools.C, main/compile_tools.h,
7882: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
7883: optimized constants in expressions vstring->vdouble
7884:
7885: 2005-07-29 paf
7886:
7887: * src/types/pa_vclass.C: . shaped up error messages a bit
7888:
7889: * src/types/pa_vclass.C: + property getter can now be overridden
7890:
7891: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
7892: bug fix: static parent fields were not replaced in case
7893: $derived:field[put] + property setter can now be overridden
7894:
7895: 2005-07-28 paf
7896:
7897: * configure, configure.in, src/classes/classes.h,
7898: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
7899: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
7900: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
7901: src/classes/xnode.h, src/include/pa_hash.h,
7902: src/include/pa_version.h, src/main/execute.C,
1.97 ! moko 7903: src/types/Makefile.am, src/types/Makefile.in,
! 7904: src/types/pa_method.h, src/types/pa_value.h,
! 7905: src/types/pa_vclass.C, src/types/pa_vclass.h,
! 7906: src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
! 7907: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
! 7908: src/types/pa_vhash.h, src/types/pa_vhashfile.h,
! 7909: src/types/pa_vimage.C, src/types/pa_vimage.h,
! 7910: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
! 7911: src/types/pa_vobject.h, src/types/pa_vproperty.h,
! 7912: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
! 7913: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
! 7914: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
1.95 moko 7915: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
7916: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
7917: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
7918: dynamic_fields_join
7919:
7920: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7921: classes/xnode.C, include/pa_hash.h, main/execute.C,
7922: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
7923: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
7924: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
7925: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
7926: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
7927: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7928: types/pa_vresponse.h, types/pa_vstateless_object.h,
7929: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
7930: types/pa_wwrapper.h: ! restored put_element('replace' param), and
7931: restored its checks in vobject.put_element->static fields |
7932: dynamic properties
7933:
7934: 2005-07-27 paf
7935:
7936: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
7937: is some old code containing @set_name $name
7938:
7939: * src/types/pa_vobject.h: . fixed warning
7940:
7941: * configure, configure.in, src/include/pa_version.h,
1.97 ! moko 7942: src/types/Makefile.am, src/types/Makefile.in: 3.2.0beta started
1.95 moko 7943:
7944: * src/: classes/xnode.C, include/pa_hash.h,
7945: types/pa_vstateless_class.C: ! new asserts were all false.
7946: regretfully reverted them all to checks
7947:
7948: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
7949: classes/op.C, main/execute.C, types/pa_method.h,
7950: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7951: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7952: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
7953: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
7954: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
7955: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
7956: types/pa_vstateless_object.h, types/pa_vvoid.h,
7957: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
7958: joined_dynamic_fields: removed unused param from put_method
7959: (returned to 3 params)
7960:
7961: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
7962: joined_dynamic_fields: dynamic get/set works with overriding
7963: props [alpha2]
7964:
7965: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
7966: works [alfa]
7967:
7968: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
7969: classes/op.C, include/pa_hash.h, main/execute.C,
7970: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
7971: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
7972: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
7973: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
7974: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
7975: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7976: types/pa_vresponse.h, types/pa_vstateless_class.C,
7977: types/pa_vstateless_object.h, types/pa_vvoid.h,
7978: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
7979: joined_dynamic_fields: just compiled
7980:
7981: * src/: classes/date.C, classes/file.C, classes/hash.C,
7982: classes/hashfile.C, classes/image.C, classes/table.C,
7983: classes/xdoc.C, classes/xnode.h, main/execute.C,
7984: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7985: types/pa_vstateless_class.h: joined_dynamic_fields: started
7986:
7987: * src/types/pa_vobject.C: . object setters [only started, does not
7988: work yet]
7989:
7990: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
7991: object setters [only started, does not work yet]
7992:
7993: 2005-07-26 paf
7994:
7995: * src/: include/pa_request.h, main/execute.C: . properties: set
7996: works [alpha2]. for classes. todo: for objects
7997:
7998: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
7999: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8000: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8001: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8002: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
8003: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8004: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8005: types/pa_vstateless_object.h, types/pa_vvoid.h,
8006: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
8007: properties: set works [alpha1]
8008:
8009: 2005-07-25 paf
8010:
8011: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
8012: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
8013: properties: started, get works [alpha1, other approach]
8014:
8015: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
8016: properties: started, get works [alpha2]
8017:
8018: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8019: pa_vstateless_class.h: . properties: started, get works [alpha]
8020:
8021: 2005-07-15 paf
8022:
8023: * src/: classes/classes.h, classes/op.C, main/execute.C,
8024: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
8025: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8026: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8027: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
8028: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
8029: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
8030: types/pa_vresponse.C, types/pa_vresponse.h,
8031: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8032: types/pa_vstateless_object.h, types/pa_vvoid.h,
8033: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
8034: types/pa_wwrapper.h, types/types.vcproj: + started property
8035: [getters work but think of changing them too to precaching]
8036:
8037: 2005-07-08 paf
8038:
8039: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
8040: gpf
8041:
8042: 2005-06-28 paf
8043:
8044: * src/: classes/file.C, main/untaint.C: ! string invariant violated
8045: in passing empty strings to file::exec/cgi environment
8046:
8047: 2005-06-06 paf
8048:
8049: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
8050: ^table:sql ^hash:sql now DO process $.bind option
8051:
8052: 2005-05-24 paf
8053:
8054: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
8055: $.limit] now work again [support was broken in 3.1.4]
8056:
8057: * src/: main/pa_string.C, classes/op.C: . steps toward removing
8058: ALL_INTERIOR_POINTERS
8059:
8060: 2005-05-12 paf
8061:
8062: * configure: 3.1.5beta
8063:
8064: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
8065:
8066: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
8067: $.limit] now work again [support was broken in 3.1.4]
8068:
8069: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
8070: line-width [was refusing to fill if line-width >1, thanks to
8071: Seras <seras@pinxit.lt> for repro case
8072:
8073: 2005-04-25 paf
8074:
8075: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
8076: correctly
8077:
8078: 2005-04-19 paf
8079:
8080: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
8081: in VString violating invariant!!
8082:
8083: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
8084: getenv("TZ")==null
8085:
8086: 2005-04-08 paf
8087:
8088: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
8089: bugfix: when there is no char in charset one byte produces 6
8090: (ÿ <<max). increased buffer size!
8091:
8092: 2005-03-23 paf
8093:
8094: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
8095: ^date.sql-string now takes TZ into account
8096:
8097: 2005-03-16 paf
8098:
8099: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
8100: gcc 3.4
8101:
8102: * src/types/pa_vhash.C: . warning about eof eol
8103:
8104: 2005-02-17 paf
8105:
8106: * operators.txt, src/classes/op.C: + operator ^sleep(double
8107: seconds)
8108:
8109: 2005-02-02 paf
8110:
8111: * src/classes/xnode.C: beauty: removed needless includes
8112:
8113: 2005-01-31 paf
8114:
8115: * src/types/pa_vmail.C: change: $.partX now always 1... change:
8116: $.partNoNumber now alias to $.part1
8117:
8118: * src/types/pa_vmail.C: change: incoming letter part contains
8119: "content-disposition" header with any value? now considering that
8120: part to be "file#" [for text/plain text/html were $.text#
8121: $.html#]
8122:
8123: * INSTALL: updatet to latest working versions available
8124:
8125: 2005-01-20 paf
8126:
8127: * configure.in, src/include/pa_version.h: version
8128:
8129: 2005-01-19 paf
8130:
1.97 ! moko 8131: * src/: lib/gd/Makefile.am, lib/gd/Makefile.in,
! 8132: lib/ltdl/Makefile.am, lib/ltdl/Makefile.in,
! 8133: targets/cgi/parser3.C, types/Makefile.am, types/Makefile.in:
! 8134: forgotten makefiles. couple warnings in parser3.C
1.95 moko 8135:
8136: 2004-12-23 paf
8137:
8138: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
8139:
8140: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
8141: dir to directory of script (when shbang used), not to directory
8142: of its interpreter
8143:
8144: * src/include/pa_version.h: compiled on win32...
8145:
8146: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
8147: we need more hspace
8148:
8149: * configure, configure.in, src/include/pa_version.h: configured
8150: host to pa_version. will be displayed everywhere
8151:
8152: * src/main/pa_request.C: new: @unhandled_exception can prevent
8153: exception from being logged by setting $exception.handled(1)
8154:
8155: * operators.txt, src/classes/file.C: change:
8156: ^file::sql{query}[[options]] options: $.name[file name]
8157: $.content-type[application/what]
8158:
8159: * src/: include/pa_common.h, main/pa_common.C,
8160: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
8161: new file
8162:
8163: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
8164: bugfix: table->hash now regards _default
8165:
8166: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
8167: created by accessing $name_of_method it acquired bad self=closest
8168: methodframe; instead of proper self (current class)
8169:
8170: * src/types/pa_vhashfile.C: bugfix: reading empty string from
8171: hashfile produced bad cord
8172:
8173: 2004-12-10 paf
8174:
8175: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
8176: subsequent failures though defined in .h
8177:
8178: * src/main/pa_common.C: comment on volatile
8179:
8180: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
8181: alarm function were not used since the beginning due to stupid
8182: error [setsigjmp were not checked in configure.in]
8183:
8184: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
8185: unix too
8186:
8187: * src/main/pa_common.C: http: exception status of send/recv errors
8188: change to most probable http.timeout
8189:
8190: * src/main/pa_common.C: win32: http connection $.timeout option now
8191: works [setsockopt on send/receive]
8192:
8193: 2004-12-08 paf
8194:
8195: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
8196: cstr-ed knowing mail charset, and untainting uri lang now knows
8197: proper charset
8198:
8199: 2004-11-24 paf
8200:
8201: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
8202:
8203: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
8204: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
8205:
8206: 2004-11-12 paf
8207:
8208: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
8209: [since 3.0.4]
8210:
8211: 2004-11-09 paf
8212:
8213: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
8214: writes basics to c:\parser3.log
8215:
8216: 2004-10-21 paf
8217:
8218: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
8219: tainted strings [were returning clean onces]
8220:
8221: 2004-10-15 paf
8222:
8223: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
8224: cycles(i=1; i=2), which was wrong, now does ONE
8225:
8226: 2004-10-12 paf
8227:
8228: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
8229:
8230: 2004-10-07 paf
8231:
8232: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
8233: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
8234: release asserts
8235:
8236: * src/: main/pa_string.C, include/pa_string.h: debugger help:
8237: String.dump() to stdout in detailed form [were String.v() in
8238: short form]
8239:
8240: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
8241: \t\r\n as @#| and truncates long char sequences less
8242:
8243: 2004-10-06 paf
8244:
8245: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
8246: win32 beauty: socket errors properly decoded
8247:
8248: 2004-10-05 paf
8249:
8250: * src/: include/pa_request.h, main/pa_request.C: bugfix:
8251: request::configure_user/admin done always, even if no
8252: file-to-process useful in @unhandled_exception [say, if they
8253: would want to mail by SMTP something]
8254:
8255: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
8256: now performed prior to file loading [and @auto executing] thus
8257: making $cookie:value available in @auto and in
8258: @unhandled_exception when IIS is configured to run interpreter
8259: even if no file exist
8260:
8261: 2004-09-20 paf
8262:
8263: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
8264: somewhere where it should have called xmlMalloc and it calls
8265: xmlFree when it should have not called it. inserted two
8266: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
8267: xmlFree just ignored. put away a testcase, maybe someday libxml
8268: author would fix all that. until that day: we have SLOW garbage
8269: collecting when many xml objects are alive hint: do
8270: ^memory:compact[] before xdoc::create
8271:
8272: 2004-09-17 paf
8273:
8274: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
8275: error from 3.0.8 version]
8276:
8277: 2004-09-14 paf
8278:
8279: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
8280: part bugfix: hashfile.foreach iterated only part if hashfile were
8281: modified inside
8282:
8283: 2004-09-13 paf
8284:
8285: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
8286: [were as octal]
8287:
8288: * src/types/pa_vhashfile.C: beauty: not reproduced
8289: $hashfile.key[$novalue] bug [reported by motorin], inserted
8290: safety-check
8291:
8292: * src/types/pa_vhashfile.C: change: empty keys now error in parser
8293: [not something obscure from sdbm lib]
8294:
8295: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
8296: = strerror now returnes something and we can properly report that
8297: to client
8298:
8299: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
8300: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
8301:
8302: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
8303: [tainted as-is] this helps //[space][newline] to remain as-is and
8304: not be unnecessary optimized away [ruining javascript]
8305:
8306: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
8307: [tainted as-is]
8308:
8309: * src/classes/mail.C: bugfix: typo error
8310:
8311: 2004-09-09 paf
8312:
8313: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
8314: separators bugfix: loads header with endings \r\n\r\n and \n\n
8315: (bloody yandex.server)
8316:
8317: 2004-09-06 paf
8318:
8319: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
8320: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
8321: encoded
8322:
8323: 2004-09-01 paf
8324:
8325: * src/types/pa_vmail.C: change: multipart/mixed changed to
8326: multipart/related outlook express have no problems showing
8327: unrelated attachments. todo: someday figure out a way of
8328: multipart/mixed multipart/related text/html
8329: image/xxx application/octet-stream << true attachments
8330:
8331: * src/types/pa_vmail.C: new:
8332: ^mail:send[$.file[$.content-disposition can be overriden new:
8333: empty mail header fields removed from letter
8334:
8335: * src/: classes/mail.C, include/pa_config_fixed.h,
8336: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
8337: ^mail:send[ $.file[ $.any[header]
8338:
8339: 2004-08-30 paf
8340:
8341: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
8342: warnings
8343:
8344: * src/main/pa_common.C: beauty: do not bother with charset
8345: detection when ^file::load[binary
8346:
8347: 2004-08-27 paf
8348:
8349: * src/main/pa_common.C: hack: for yandex.server http server
8350:
8351: 2004-08-18 paf
8352:
8353: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
8354: possibly-chunked response
8355:
8356: 2004-08-17 paf
8357:
8358: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
8359: $f.content-type now = that of http response
8360:
8361: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
8362: $f.content-type now = that of http response
8363:
8364: 2004-07-30 paf
8365:
8366: * src/: include/pa_request.h, main/pa_request.C,
8367: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
8368: win32: system&parser exceptions in release mode reported properly
8369: parser exception in exception handler WERE mistakenly reported as
8370: system exception, without details [in apache & isapi] +some
8371: beauty in exception text
8372:
8373: * src/: include/pa_exception.h, main/pa_request.C,
8374: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
8375: release mode reported properly parser exception in exception
8376: handler WERE mistakenly reported as system exception, without
8377: details
8378:
8379: * src/main/execute.C: beauty: simplified system exception handling
8380:
8381: 2004-07-29 paf
8382:
8383: * src/classes/table.C: bugfix:
8384: ^table.save[export.csv;$.separator[^;]] now works fine [separator
8385: were ignored, and \t used unconditionally]
8386:
1.97 ! moko 8387: * src/types/Makefile.in: added vhash.c
! 8388:
1.95 moko 8389: * src/types/Makefile.am: added vhash.c
8390:
8391: 2004-07-28 paf
8392:
8393: * src/: classes/date.C, classes/image.C, classes/math.C,
8394: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
8395: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
8396: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
8397: failed on russian letters
8398:
8399: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
8400: bugfix: isspace((unsigned char)c) everywhere. failed on russian
8401: letters
8402:
8403: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
8404: as 'currentDirectory' parameter to CreateProcess
8405:
8406: 2004-07-27 paf
8407:
8408: * src/targets/cgi/parser3.vcproj: beauty: win32:
8409: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
8410: from release somewhere [to help searching for unhandled system
8411: exceptions]
8412:
8413: * src/types/pa_vdate.h: check: for invalid datetime after temporary
8414: TZ shift
8415:
8416: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
8417: but also in ctor
8418:
8419: 2004-07-26 paf
8420:
8421: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
8422: src/main/pa_request.C, src/types/pa_vfile.h,
8423: src/types/pa_vhash.C, src/types/pa_vhash.h,
8424: src/types/types.vcproj: new: $response:body/download[
8425: $.file[name on disk] $.name[of file for user]
8426: $.mdate[date of last-modified. default from directory] ]
8427:
8428: * src/classes/file.C: moving file:send somewhere else..
8429:
8430: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
8431: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
8432: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
8433: $response:download[ $.filename[filename] $.option[] ,, ]
8434:
8435: * src/classes/file.C: beauty: invalid mode thoroughly reported
8436:
8437: 2004-07-21 paf
8438:
8439: * src/types/pa_vmail.C: bugfix: too long header values now splitted
8440: to several lines
8441:
8442: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
8443:
8444: note: ms outlook[!express] shows only first 255 characters of
8445: subject
8446:
8447: 2004-07-15 paf
8448:
8449: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
8450: off]
8451:
8452: 2004-07-14 paf
8453:
8454: * src/classes/table.C: bugfix: $.bind values now got untainted
8455: according to lang [were: as-is]
8456:
8457: 2004-07-07 paf
8458:
8459: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
8460: checked that
8461:
8462: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
8463: now untainted according to their languages. were: as-is.
8464: EVERYWHERE
8465:
8466: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
8467: environment string now untainted according to their languages.
8468: were: as-is. EVERYWHERE
8469:
8470: * src/main/pa_exec.C: bufix: on unix environment string now
8471: untainted according to their languages. were: as-is. on win32:
8472: ok
8473:
8474: * parser3.vssscc: ...would not go unnoticed
8475:
8476: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
8477: fails. in case on input appears nonutf, those bytes will be
8478: printed in %HH form. that can be easily decoded/recovered.
8479:
8480: this form is quite noticable, and hopefully would not go noticed
8481:
8482: 2004-07-06 paf
8483:
8484: * src/main/pa_exec.C: bufix: on unix environment string now
8485: untainted according to their languages. were: as-is. on win32:
8486: ok
8487:
8488: 2004-07-01 paf
8489:
8490: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
8491: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
8492: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
8493: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
8494: main/main.vcproj, targets/cgi/parser3.vcproj,
8495: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
8496: option: global optimization ON
8497:
8498: * src/main/untaint.C: workaround kinda bug in libxml: life requires
8499: to do xdoc::create{invalid chars} standard disables chars less
8500: then \x20, except tab, cr, lf.
8501:
8502: changed tainting so that those become '!'
8503:
8504: 2004-06-25 paf
8505:
8506: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
8507: int on odd address [prev bugfix failed due to superwize
8508: optimizer, which turned memcpy into same 'ld' asm command]
8509:
8510: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
8511: int on odd address
8512:
8513: 2004-06-22 paf
8514:
8515: * src/sql/pa_sql_driver.h: note: about possible optimization
8516:
8517: * operators.txt, src/classes/hash.C, src/classes/memory.C,
8518: src/classes/string.C, src/classes/table.C, src/classes/void.C,
8519: src/include/pa_config_includes.h: new: ^void:sql{call
8520: paf(:a)}[ $.bind[ $.a[2]
8521: ] ] output variables work. todo: check in out
8522: variables
8523:
8524: 2004-06-18 paf
8525:
8526: * src/: classes/file.C, classes/hash.C, classes/string.C,
8527: classes/table.C, classes/void.C, include/pa_globals.h,
8528: include/pa_sql_connection.h, main/compile.tab.C,
8529: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
8530: $.bind[ $.a[2] ]
8531: ] input variables work. todo:output
8532:
8533: * src/targets/cgi/parser3.C: bugfix: iis specific
8534: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
8535: /_bug.html?404;http://hpsv/test/
8536: --------------------------------------------------------------------------------
8537: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
8538: --------------------------------------------------------------------------------
8539: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
8540:
8541: 2004-06-16 paf
8542:
8543: * src/targets/cgi/parser3.C: new: iis specific
8544: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
8545: $request:query
8546: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
8547: $form:fields IIS-STATUS="404"
8548: IIS-DOCUMENT="http://server/_bug.html" f="v"
8549:
8550: todo: isapi too
8551:
8552: 2004-05-26 paf
8553:
8554: * src/include/pa_version.h: 3.1.3
8555:
8556: * operators.txt: beauty: removed outdated level 'table'
8557:
8558: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
8559:
8560: * src/main/pa_string.C: beauty: removed 3 warnings
8561:
8562: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
8563: classes/op.C: beauty: removed outdated level 'table'
8564:
8565: 2004-05-25 paf
8566:
8567: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
8568: implementation. mistery: how anything worked
8569:
8570: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
8571: changed, it is now safe to use url if pointers to it are stored
8572: to gc mem
8573:
8574: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
8575: unknown errors reported and not cause SIGSEGV now
8576:
8577: 2004-05-24 paf
8578:
8579: * src/: include/pa_string.h, lib/cord/cordbscs.c,
8580: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
8581: less memory: CORD_chars_block originally intended to ... it was
8582: good that CORD_chars_block were not used: it consumes more memory
8583: [and, might be slow too] undoing that. [and removed that func so
8584: that it would not confuse parser developer in future]
8585:
8586: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
8587: less memory: CORD_chars_block originally intended to
8588: speedup/reduce mem usage were forgotten, and were used stupid
8589: CORD_chars
8590:
8591: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
8592:
8593: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
8594: BIGENDIAN processors space-conserving mech failed, causing
8595: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
8596: (1|2|3));
8597:
8598: 2004-05-14 paf
8599:
8600: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
8601: bugfix: void now has vfile value, and $response:body[] works OK
8602:
8603: 2004-05-12 paf
8604:
8605: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
8606: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
8607: sources to use is_defined() {return as_bool();} along VBool
8608:
8609: 2004-05-11 paf
8610:
8611: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
8612: referencing to local objects
8613:
8614: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
8615: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
8616: left intact
8617:
8618: 2004-04-15 paf
8619:
8620: * src/classes/date.C: merged: beauty: unused var removed
8621:
8622: * src/classes/date.C: beauty: unused var removed
8623:
8624: * src/include/: pa_exec.h: bugfix: interface without pointer
8625: provoked bug
8626:
8627: 2004-04-09 paf
8628:
8629: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
8630:
8631: * src/types/pa_vform.C: bugfix: form:imap were incorrect
8632:
8633: 2004-04-08 paf
8634:
8635: * src/classes/date.C: new: ^date::create[y-m-d
8636: h-M-s>>.milliseconds<<] now allowed, ignored so far
8637:
8638: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
8639:
8640: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
8641: to consult default catalog [usually, that file belongs to other
8642: user/group]
8643:
8644: 2004-04-06 paf
8645:
8646: * src/main/pa_common.C: beauty: gcc warning removed
8647:
8648: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
8649: accept that trick, trying other
8650:
8651: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
8652: explicit result problem
8653:
8654: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
8655: explicit result problem
8656:
8657: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
8658: explicit result problem
8659:
8660: * operators.txt, src/classes/string.C: new: ^string.append[string]
8661:
8662: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8663: main/execute.C: attempt_check_call_in_explicit_result_mode:
8664: failed
8665:
8666: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
8667: http://i.p.a.ddress gethostbyaddr added [on some platforms
8668: gethostbyname failed with such 'domains'] now checked properly,
8669: were: needless reverse/forward dns lookup
8670:
8671: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
8672: http://i.p.a.ddress gethostbyaddr added [on some platforms
8673: gethostbyname failed with such 'domains'] now checked properly,
8674: were: needless reverse/forward dns lookup
8675:
8676: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
8677: @method[][result] means "no string output here" moved to lexical
8678: level [on grammar level it were too difficult]
8679:
8680: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
8681: src/main/compile.y, src/main/compile_tools.h,
8682: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
8683: @method[][result] means "no string output here", implemented part
8684: of that idea: compiler throws away string literal generation
8685: code. and barks nonwhitespace chars
8686:
8687: * operators.txt: truth: removed comment about $ORIGIN
8688:
8689: 2004-04-05 paf
8690:
8691: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
8692: src/include/pa_version.h, src/main/pa_common.C,
8693: src/targets/isapi/parser3isapi.C: merged with 3.1.3
8694:
8695: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
8696: Konstantin Tomashevitch [mailto:konst@design.ru]
8697:
8698: * src/doc/html2chm.cmd: beauty: no need in bg here
8699:
8700: * src/doc/sources2html.cmd: beauty: same window, in bg it
8701: interfered with FAR console
8702:
8703: * configure, configure.in: 3.1.3
8704:
8705: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
8706:
8707: * src/main/pa_common.C: removed warning
8708:
8709: * src/include/pa_version.h: 3.1.3
8710:
8711: 2004-04-02 paf
8712:
8713: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
8714:
8715: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
8716: allows to specify where to put parser log file
8717:
8718: 2004-04-01 paf
8719:
8720: * src/classes/table.C: bugfix: bugfix: table::load last line
8721: without tab and enter were ignored
8722:
8723: * src/: include/pa_cache_managers.h, include/pa_globals.h,
8724: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
8725: main/pa_socks.C, targets/cgi/parser3.C,
8726: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
8727: bugfix: sql connections now are disconnected
8728:
8729: 2004-03-30 paf
8730:
8731: * src/classes/table.C: bugfix: table::load last line without tab
8732: and enter were ignored
8733:
8734: * src/classes/table.C: bufix: if last table lines were commented,
8735: gpfed
8736:
8737: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
8738: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
8739: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
8740: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
8741: doc/methoded.dox, doc/object.dox, doc/string.dox,
8742: doc/targets.dox, doc/value.dox, include/pa_version.h,
8743: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
8744: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
8745: bugfixes from 3.1.2, changed version to 3.1.3beta
8746:
8747: 2004-03-29 paf
8748:
8749: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
8750: causes gpf
8751:
8752: * src/doc/: ClassExample1.dox, ClassExample2.dox,
8753: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
8754: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
8755: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
8756: value.dox: translated to english
8757:
8758: 2004-03-25 paf
8759:
8760: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
8761: parser3project dependency removed
8762:
8763: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
8764: bugfix: refused to compile without xml
8765:
8766: * src/types/pa_vform.C: beauty: removed warning
8767:
8768: * src/classes/classes.vcproj: merged bugfix: now all compiles in
8769: any folder [removed last ;) folder dependency]
8770:
8771: * src/classes/classes.vcproj: bugfix: now all compiles in any
8772: folder [removed last ;) folder dependency]
8773:
8774: * src/include/pa_version.h: release
8775:
8776: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
8777:
8778: * src/classes/table.C: beauty: comment& more meaningful error
8779: message
8780:
8781: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
8782: $.hash[$.column_value1(true) ... ] [were producing some strang
8783: thing]
8784:
8785: 2004-03-23 paf
8786:
8787: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
8788: and http status line parsing checked number of columns in table
8789: [user reported an assert]
8790:
8791: * operators.txt: example: on hashfile
8792:
8793: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
8794: bugfix: junction reattach now actually reattaches a junction to
8795: new wcontext [were only assigning it to junction, which caused
8796: junction tracking to loose junction, and it's context were not
8797: killed, and it tried to process in invalid context, gpf]
8798:
8799: * src/targets/cgi/parser3.C: debug helper added
8800:
8801: 2004-03-19 paf
8802:
8803: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
8804: "type(type)" in braces
8805:
8806: 2004-03-10 paf
8807:
8808: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
8809: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
8810: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
8811: solution to search-in-namespaces problem:
8812: $xdoc.search-namespaces.x[http://pif.design.ru/]
8813: $nodes[^xdoc.select[//x:second]]
8814:
8815: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
8816: expression][[NAMESPACES HASH]] allows to search for info in
8817: namespaces
8818:
8819: $nodes[^xdoc.select[//x:second][
8820: $.x[http://pif.design.ru/] ]]
8821:
8822: 2004-03-09 paf
8823:
8824: * operators.txt, src/main/pa_common.C: new:
8825: ^file::load[...][options] $.form[
8826: !$.field1[string]
8827: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
8828: ] !$.body[string]
8829:
8830: GET ?here notGET(POST, HEAD, others) in content-type:
8831: application/x-www-form-urlencoded
8832:
8833: todo: upload files ability
8834:
8835: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
8836: properly, done
8837:
8838: 2004-03-05 paf
8839:
8840: * operators.txt, src/main/pa_common.C: new: file::load[;http://
8841: GET/POST $.form[$.fields started, not tested yet
8842: todo:$.field[table] for multiple values
8843:
8844: * operators.txt: new: http:// options $.user $.password basic
8845: authorization
8846:
8847: * src/main/pa_common.C: beauty: link to rtf added
8848:
8849: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
8850: new: http:// options $.user $.password basic authorization
8851:
8852: * src/main/pa_common.C: beauty: removed needless vars
8853:
8854: * operators.txt: new: pgsql option [like that recently added to
8855: oracle driver] ClientCharset=parser-charset <<
8856: charset in which parser thinks client works
8857:
8858: * operators.txt: new: odbc option [like that recently added to
8859: oracle driver] ClientCharset=parser-charset <<
8860: charset in which parser thinks client works
8861:
8862: * src/sql/pa_sql_driver.h: beauty: important warning added
8863:
8864: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
8865: char!
8866:
8867: * etc/parser3.charsets/windows-1251.cfg: typo
8868:
8869: 2004-03-04 paf
8870:
8871: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
8872: cached, sql transcoding now goes faster
8873:
8874: * operators.txt: new: mysql option [like that recently added to
8875: oracle driver] ClientCharset=parser-charset <<
8876: charset in which parser thinks client works
8877:
8878: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
8879: typo error
8880:
8881: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
8882: chars commented
8883:
8884: 2004-03-03 paf
8885:
8886: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
8887: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
8888:
8889: 2004-03-02 paf
8890:
8891: * operators.txt: new[update typo]: !^void.left(n)
8892: nothing !^void.right(n) nothing !^void.mid(p[;n])
8893: nothing
8894:
8895: * operators.txt, src/classes/void.C: new: !^void.left(n)
8896: nothing !^void.right(n) nothing !^void.pos(p[;n])
8897: nothing
8898:
8899: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
8900: ^file::sql[[name_to_become_$.name]]{} query result must be one
8901: row with columns: first: data second: file name third:
8902: content-type
8903:
8904: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
8905: ^connect gets properly escaped string, which can be passed to
8906: request now this for mysql only. it's up to parser sql driver to
8907: fix zeros properly
8908:
8909: * INSTALL: note: added on building apache with this option:
8910: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
8911:
8912: 2004-03-01 paf
8913:
8914: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
8915: extension memory:compact befor processingrequest
8916:
8917: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
8918: call sole column of result
8919:
8920: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
8921: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
8922: pixel color
8923:
8924: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
8925: beauty: image -- less checks [were ugly impl]
8926:
8927: * src/classes/string.C: bugfix: ^string.left/right/mid with
8928: negative values now considered bad
8929:
8930: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
8931:
8932: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
8933: options now have unified defaults [after transform
8934: indent/omit-xml-declaration/standalone 'default' erroreously
8935: meant 'true']
8936:
8937: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
8938: added [on some platforms gethostbyname failed with such
8939: 'domains']
8940:
8941: * src/include/pa_config_auto.h.in: no select check, no define
8942:
8943: * src/classes/string.C: feature: ^string.trim both parameters may
8944: be empty-strings, meaning kind=both chars=whitespaces
8945:
8946: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
8947: exist
8948:
8949: * src/classes/string.C: check: trim 'chars' must not be empty,
8950: exception if it is
8951:
8952: * src/classes/string.C: changed: ^string.trim [] << both,
8953: whitespaces [start|both|end] << kind, whitespaces
8954: [start|both|end;chars] full
8955:
8956: 2004-02-27 paf
8957:
8958: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
8959: method: ^string.trim[start|both|end[;chars]] default
8960: 'chars' -- whitespace chars finished
8961:
8962: * operators.txt, src/classes/string.C, src/include/pa_string.h,
8963: src/main/pa_string.C: new method:
8964: ^string.trim[start|both|end[;chars]] default 'chars' --
8965: whitespace chars started, only start works
8966:
8967: * src/main/compile.C: bugfix: line numbers after
8968: ^process{}[$.line(-10]] can be negative, allowed to print they as
8969: signed
8970:
8971: * src/main/untaint.C: speed: there's no \n chars in output
8972: [normally], so no need to optimize them they could be retrived
8973: from databases, though. but 1. should be replaced 2. if not
8974: optimized, no harm done
8975:
8976: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
8977: ^file::exec/cgi could return invalid status & zombie child can
8978: remain for short period until process exists [very bad in
8979: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
8980:
8981: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
8982: malicious SMTP server to attack as by returning too long status
8983: responses http://i2/tasks/edit/?id=4629448401140924947
8984:
8985: 2004-02-26 paf
8986:
8987: * operators.txt: feature: ^process...{CODE}[now has options] which
8988: are $.main[to what to rename @main] $.file[file,
8989: from which (user says) goes that CODE] $.lineno(line
8990: number in that file, where CODE starts. may be negative)
8991:
8992: * operators.txt, src/classes/op.C, src/include/pa_request.h,
8993: src/main/compile.C, src/main/compile_tools.h,
8994: src/main/pa_request.C: feature: ^process...{CODE}[now has
8995: options] which are $.main[to what to rename @main]
8996: $.file[file, from which (user says) goes that CODE]
8997: $.lineno(line number in that file, where CODE starts. may be
8998: negative)
8999:
9000: 2004-02-25 paf
9001:
1.97 ! moko 9002: * etc/parser3.charsets/: Makefile.am, Makefile.in: bugfix:
! 9003: @sysconfdir@ used [were old @charsetsdir@ recently erased from
! 9004: configure.in]
1.95 moko 9005:
9006: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
9007: produces hash of column=>1
9008:
9009: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
9010: with incomplete errno constants set
9011:
9012: 2004-02-24 paf
9013:
9014: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
9015: "man select"
9016:
9017: * src/main/pa_os.C: beauty: <0 better then ==-1
9018:
9019: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
9020:
9021: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
9022:
1.97 ! moko 9023: * src/classes/: Makefile.am, Makefile.in: smtp on unix: steps to
! 9024: work on unix
1.95 moko 9025:
9026: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
9027: unix: steps to work on unix [extracted 'to']
9028:
9029: * src/classes/mail.C: smtp on unix: steps to work on unix
9030:
9031: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
9032:
1.97 ! moko 9033: * src/: lib/smtp/Makefile.am, lib/smtp/Makefile.in,
! 9034: lib/smtp/comms.C, lib/smtp/smtp.C, lib/smtp/smtp.h,
! 9035: targets/cgi/Makefile.am, targets/cgi/Makefile.in: started porting
! 9036: smtp to unix [testing on solaris]
1.95 moko 9037:
9038: 2004-02-20 paf
9039:
9040: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
9041: pointing that out
9042:
9043: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
9044: fixed again [same solution, mistanenly removed one line]
9045:
9046: 2004-02-19 paf
9047:
9048: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
9049: date::create from bad datetime in spring daylightsaving hole now
9050: OK for all platforms [on some platforms it failed]
9051:
9052: * src/classes/: date.C, image.C: beauty: date::create[bad date time
9053: in daylightsaving hole] now throws error
9054:
9055: * src/classes/date.C: comment: mistake fixed
9056:
9057: 2004-02-18 paf
9058:
9059: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
9060: now renderes in $request:charset, but in header puts
9061: $response:charset todo: make that default only so that coder
9062: could override that
9063:
9064: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
9065: turns off omit-xml-declaration
9066:
9067: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
9068: /.xsl for sample
9069:
9070: 2004-02-17 paf
9071:
9072: * src/classes/xdoc.C: beauty: needless helper class removed
9073:
9074: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
9075: copied extra time
9076:
9077: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
9078: part of libxml
9079:
9080: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
9081: libxml to do the work] <xsl:output method="html"
9082: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
9083: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
9084: />
9085:
9086: * src/classes/xdoc.C: beauty: no <meta ... charset generated
9087:
9088: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
9089: caused assertion
9090:
9091: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
9092: could hang. now such add does nothing, sub clears $hash
9093:
9094: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
9095: not made quoted-printable
9096:
9097: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
9098: string invariant
9099:
9100: 2004-02-16 paf
9101:
9102: * src/main/pa_globals.C: bugfix: xml errors copy from library now
9103: cleared [were not cleared properly]
9104:
9105: 2004-02-13 paf
9106:
1.97 ! moko 9107: * bin/Makefile.in, etc/Makefile.in,
! 9108: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 9109: src/classes/Makefile.in, src/include/Makefile.in,
! 9110: src/include/pa_version.h, src/lib/Makefile.in,
! 9111: src/lib/cord/Makefile.in, src/lib/cord/include/Makefile.in,
! 9112: src/lib/cord/include/private/Makefile.in, src/lib/gc/Makefile.in,
! 9113: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
! 9114: src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
! 9115: src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
! 9116: src/lib/smtp/Makefile.in, src/main/Makefile.in,
! 9117: src/sql/Makefile.in, src/targets/Makefile.in,
! 9118: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 9119: src/types/Makefile.in: prerelease
1.95 moko 9120:
9121: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
9122: used, introducing dependencies timestamp check
9123:
9124: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
9125: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
9126: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
9127: .xsl.stamp now not used, introducing dependencies timestamp check
9128:
9129: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
9130:
9131: 2004-02-12 paf
9132:
9133: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
9134: ruined empty <input type=file> submits. parser thought there were
9135: nameless empty file and $form:field got value of type 'file'
9136:
9137: * INSTALL: --without-threads
9138:
9139: * src/include/pa_sapi.h: 2004
9140:
9141: 2004-02-11 paf
9142:
9143: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9144: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9145: classes/hashfile.C, classes/image.C, classes/int.C,
9146: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9147: classes/response.C, classes/string.C, classes/table.C,
9148: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9149: include/pa_array.h, include/pa_cache_managers.h,
9150: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9151: include/pa_config_fixed.h, include/pa_config_includes.h,
9152: include/pa_dictionary.h, include/pa_dir.h,
9153: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9154: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9155: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9156: include/pa_request_charsets.h, include/pa_request_info.h,
9157: include/pa_socks.h, include/pa_sql_connection.h,
9158: include/pa_sql_driver_manager.h, include/pa_stack.h,
9159: include/pa_string.h, include/pa_stylesheet_connection.h,
9160: include/pa_stylesheet_manager.h, include/pa_table.h,
9161: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9162: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9163: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9164: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9165: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
9166: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
9167: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9168: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
9169: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
9170: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
9171: main/pa_sql_driver_manager.C, main/pa_string.C,
9172: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
9173: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
9174: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
9175: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9176: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
9177: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
9178: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9179: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
9180: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
9181: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
9182: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
9183: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
9184: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
9185: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
9186: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9187: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9188: types/pa_vresponse.h, types/pa_vstateless_class.C,
9189: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
9190: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
9191: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
9192: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9193: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9194: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
9195:
9196: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
9197: debug version of gc.dll
9198:
9199: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9200: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
9201: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
9202: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
9203: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
9204: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
9205: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
9206: processes
9207:
9208: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
9209: main/pa_globals.C, targets/cgi/parser3.vcproj,
9210: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
9211: changes to reflect libxml xsl new folders
9212:
9213: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9214: lib/smtp/smtp.vcproj, main/main.vcproj,
9215: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
9216: to reflect libxml xsl new folders
9217:
9218: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9219: lib/smtp/smtp.vcproj, main/main.vcproj,
9220: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
9221: types/types.vcproj: started changes to reflect libxml xsl new
9222: folders
9223:
9224: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
9225: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9226: src/main/compile.tab.C, src/main/main.vcproj,
9227: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
9228: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
9229: started changes to reflect libxml xsl new folders
9230:
9231: 2004-02-10 paf
9232:
9233: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
9234: compile. recommened latest libxml up to date
9235:
9236: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
9237: pattern compilation errors", on which spent 4 hours worktime. use
9238: versions higher than that. recommended now latest up to date
9239:
9240: 2004-02-06 paf
9241:
9242: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
9243: beauty: unified destructing style
9244:
9245: * src/main/untaint.C: beauty: removed old def/ifdef
9246:
9247: * src/main/untaint.C: beauty: coredump @unknown untaint language
9248: now
9249:
9250: 2004-02-03 paf
9251:
9252: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
9253: targets/isapi/parser3isapi.C, types/pa_value.C,
9254: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
9255: then %ld/%lu
9256:
9257: * src/main/pa_common.C: typo: %l -> %u
9258:
9259: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
9260: in attributes or documents-results of transform now not xx;
9261:
9262: * src/classes/xnode.C: memleaks found: not fixed yet. todo
9263:
9264: * src/main/pa_charset.C: bugfix: forgot to undo some
9265:
9266: * src/main/pa_charset.C: beauty: uncomment
9267: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
9268: libraries
9269:
9270: 2004-02-02 paf
9271:
9272: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
9273: $cookie:example[ $.value[value] $.path[/there/] ]
9274:
9275: $cookie:example[ $.value[] $.expires[session]
9276: $.path[/there/] $.domain[test.com] ]
9277:
9278: * src/types/pa_vform.C: bugfix: empty values with
9279: enctype=multipart/form-data now produce entries in $form:tables
9280: <form method=post enctype=multipart/form-data> <input type=hidden
9281: name=a> <input type=hidden name=b>
9282:
9283: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
9284: <hr> <pre>$request:body
9285:
9286: 2004-01-30 paf
9287:
9288: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
9289: or documents-results of transform now not xx;
9290:
9291: * src/classes/date.C: bugfix: ^date::create[invalid fields now
9292: produce exception.
9293:
9294: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
9295: bugfix: ^date::create[invalid fields now produce exception.
9296:
9297: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
9298: year] now produces exception. todo: check other fields
9299:
9300: 2004-01-29 paf
9301:
9302: * src/include/pa_memory.h: typo error
9303:
9304: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
9305: more byte then specified, then zeroed it << useless and
9306: potentially harmful(could gpf)
9307:
9308: 2004-01-22 paf
9309:
9310: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
9311:
9312: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
9313: optimization
9314:
9315: * src/main/untaint.C: bugfix: whitespace now optimized properly
9316: [were bug: ^taint[1 & 2]="1 &2"
9317:
9318: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
9319: errors
9320:
9321: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
9322: overflow
9323:
9324: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
9325: error-reporting code * in parser-error reporting code [when no
9326: @unhandled_exception defined]
9327:
9328: fixed in one place: my *snprintf override
9329:
9330: 2004-01-13 paf
9331:
9332: * operators.txt: typo erro
9333:
9334: 2003-12-25 paf
9335:
9336: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
9337: garbled [pieces after zero bytes were removed]
9338:
9339: 2003-12-22 paf
9340:
1.97 ! moko 9341: * src/include/: Makefile.am, Makefile.in: bugfix: removed from
! 9342: dist: src/include/pa_config_auto.h which were configured for
1.95 moko 9343: make-dist-platform and badly updated proper config file in target
9344: [when .tar used for updating existing source tree]
9345:
9346: * ChangeLog, operators.txt, src/classes/op.C,
9347: src/include/pa_sql_connection.h,
9348: src/include/pa_sql_driver_manager.h,
9349: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
9350: feature: sql introducing ability to transcode charsets
9351:
9352: 2003-12-19 paf
9353:
9354: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
9355: error message
9356:
9357: * src/main/pa_charset.C: bugfix: memory for charsethandler
9358: structure for libxml now allocated properly
9359:
9360: 2003-12-17 paf
9361:
9362: * src/types/pa_vfile.C: beauty: removed outdated cast
9363:
9364: * src/main/pa_common.C: bugfix: empty http response caused gpf
9365:
9366: * src/include/pa_string.h: bugfix: removed too strong a assert
9367:
9368: * src/main/pa_globals.C: bugfix: removed false warning [warning:
9369: unreported xmlGenericErrors]
9370:
9371: 2003-12-15 paf
9372:
9373: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
9374: works}
9375:
9376: 2003-12-11 paf
9377:
9378: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
9379: id
9380: !$status:tid thread id
9381:
9382: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
9383: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
9384: bugfix(solaris): removed dependency on object initialization
9385: order [one more place]
9386:
9387: * src/: classes/file.C, classes/mail.C, classes/op.C,
9388: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
9389: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
9390: understand that
9391:
9392: * src/: classes/file.C, classes/mail.C, classes/op.C,
9393: classes/xdoc.C, include/pa_cache_managers.h,
9394: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9395: include/pa_stylesheet_manager.h, main/pa_request.C,
9396: main/pa_stylesheet_manager.C, types/pa_vimage.C,
9397: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
9398: ctor call [relying on implicit String::Body(cstr) call]
9399:
9400: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
9401: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
9402: object initialization order [two places]
9403:
9404: 2003-12-10 paf
9405:
9406: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
9407: << time now ok
9408:
9409: * operators.txt, src/main/pa_sql_driver_manager.C,
9410: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
9411: operational
9412:
9413: * ChangeLog, operators.txt, src/classes/xdoc.C,
9414: src/include/pa_charset.h, src/include/pa_sql_connection.h,
9415: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
9416: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
9417: back operational
9418:
9419: 2003-12-02 paf
9420:
9421: * src/types/pa_vmail.C: bugfix:
9422: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
9423: as-is forced]
9424:
9425: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
9426: exceptions out of libxml callbacks: reimplemented error handling
9427: of http://localhost, parser://method and safemode check callbacks
9428:
9429: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
9430: [merged from HEAD]
9431:
9432: * src/classes/image.C: nothing: comment removed
9433:
9434: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
9435: addresses to int
9436:
9437: 2003-12-01 paf
9438:
9439: * src/main/pa_xml_io.C: bugfix: typo
9440:
9441: * src/main/pa_globals.C: bugfix: win32: compile prob
9442:
9443: * src/classes/xdoc.C: bugfix: typo
9444:
9445: * src/main/pa_xml_io.C: todo: safe mode check not to throw
9446: exception
9447:
9448: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
9449:
9450: 2003-11-28 paf
9451:
9452: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
9453: all xml documents read
9454:
9455: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
9456:
9457: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
9458: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
9459: replaced original open mech of xdoc::create & co to use libxml
9460: open, so that this would work for root document todo: safe mode
9461: checks to libxml: ideally to some 1 point
9462:
9463: * src/main/pa_xml_io.C: comment
9464:
9465: * operators.txt, src/main/pa_xml_io.C: leading / in
9466: http://parser[abscent params]
9467:
9468: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
9469: works. todo: maybe replace original open mech of xdoc::create &
9470: co to use libxml open, so that this would work for root document
9471:
9472: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
9473: "parser://method/params/here"> <test> &test^; </test> }]
9474:
9475: ^taint[^xdoc.string[]]
9476:
9477: @method[param] <!ENTITY test
9478: "test-entity-value+$form:user+$param!">
9479:
9480: 2003-11-27 paf
9481:
9482: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
9483:
9484: * src/classes/date.C: bugfix: typo error
9485:
9486: 2003-11-26 paf
9487:
9488: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
9489: src/main/Makefile.am, src/main/main.vcproj,
9490: src/main/pa_globals.C, src/main/pa_request.C,
9491: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
9492: xml errors to hash<thread_id,error> reorganization: xml io moved
9493: to pa_xml_io.C/h
9494:
9495: * src/types/pa_value.h: warnings: --
9496:
9497: 2003-11-25 paf
9498:
9499: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
9500: whatever)
9501:
9502: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
9503: a, (c?x:y, z)
9504:
9505: * src/main/untaint.C: bugfix: consequences of not reading this
9506: comment: CORD_pos_chars_left /* Number of characters in cache.
9507: <= 0 ==> none */
9508:
9509: * src/include/pa_array.h: removed needless checks
9510:
9511: 2003-11-24 paf
9512:
9513: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
9514: removed limit: now $form:xxx can be accessed anytime, even in
9515: @auto/conf [and request/response:charset still can be changed
9516: anytime]
9517:
9518: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
9519: now not transcodes response body
9520:
9521: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
9522: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
9523: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
9524: $xdoc.firstChild.firstChild.nodeValue[different]
9525: ^taint[^xdoc.string[]]
9526:
9527: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
9528: workaround: static Hash::allocates -> static Hash_allocates
9529:
9530: 2003-11-21 paf
9531:
1.97 ! moko 9532: * Makefile.am, Makefile.in, configure, configure.in,
! 9533: src/classes/Makefile.am, src/classes/Makefile.in,
! 9534: src/include/Makefile.in, src/include/pa_config_auto.h.in,
! 9535: src/lib/Makefile.in, src/lib/gd/Makefile.in,
! 9536: src/lib/smtp/Makefile.in, src/targets/cgi/Makefile.am,
! 9537: src/targets/cgi/Makefile.in, src/types/Makefile.am,
! 9538: src/types/Makefile.in: rearrange: gd&smtp moved to src/lib
1.95 moko 9539:
9540: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
9541:
9542: * src/classes/mail.C: bugfix: typo
9543:
9544: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.97 ! moko 9545: src/lib/gd/Makefile.am, src/lib/gd/Makefile.in,
! 9546: src/lib/gd/gd.vcproj, src/lib/gd/gif.C, src/lib/gd/gif.h,
! 9547: src/lib/gd/gifio.C, src/lib/gd/mtables.h,
! 9548: src/lib/smtp/Makefile.am, src/lib/smtp/Makefile.in,
! 9549: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 9550: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
9551:
9552: * src/main/pa_exec.C: bug in safe mode
9553:
9554: * src/include/Makefile.am: pa_xml_exception.h
9555:
9556: * src/targets/isapi/parser3isapi.C: more warnings --
9557:
9558: 2003-11-20 paf
9559:
9560: * src/: classes/math.C, classes/op.C, classes/string.C,
9561: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
9562: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
9563: --
9564:
9565: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
9566: more warnings --
9567:
9568: * src/classes/xdoc.C: more warnings --
9569:
9570: * src/classes/: date.C, image.C, xdoc.C: more warnings --
9571:
9572: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
9573: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
9574:
9575: * src/: classes/date.C, classes/file.C, classes/hash.C,
9576: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
9577: classes/table.C, include/pa_cache_managers.h,
9578: include/pa_stylesheet_connection.h, main/pa_request.C,
9579: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
9580: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
9581: --
9582:
9583: * src/main/: execute.C, pa_request.C: old forgotten todo: when
9584: can't report problem (undefined @unhandled_exception) problem
9585: source string were not reported
9586:
9587: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9588: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9589: classes/hashfile.C, classes/image.C, classes/int.C,
9590: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9591: classes/response.C, classes/string.C, classes/table.C,
9592: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9593: include/pa_array.h, include/pa_cache_managers.h,
9594: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9595: include/pa_config_fixed.h, include/pa_dictionary.h,
9596: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
9597: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
9598: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
9599: include/pa_request.h, include/pa_request_charsets.h,
9600: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
9601: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9602: include/pa_stack.h, include/pa_string.h,
9603: include/pa_stylesheet_connection.h,
9604: include/pa_stylesheet_manager.h, include/pa_table.h,
9605: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9606: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
9607: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
9608: main/compile_tools.C, main/compile_tools.h, main/execute.C,
9609: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
9610: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
9611: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
9612: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
9613: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
9614: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
9615: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
9616: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
9617: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
9618: targets/isapi/parser3isapi.C, types/pa_junction.h,
9619: types/pa_method.h, types/pa_value.C, types/pa_value.h,
9620: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
9621: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9622: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
9623: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9624: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9625: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9626: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
9627: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
9628: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
9629: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9630: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9631: types/pa_vresponse.h, types/pa_vstateless_class.C,
9632: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
9633: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
9634: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
9635: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9636: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9637: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
9638: const IDENT
9639:
9640: * src/: include/pa_array.h, include/pa_pool.h,
9641: include/pa_request.h, include/pa_string.h, include/pa_table.h,
9642: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
9643: types/pa_wcontext.h: more warnings --
9644:
9645: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
9646: classes/file.C, classes/hash.C, classes/hashfile.C,
9647: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
9648: classes/memory.C, classes/op.C, classes/string.C,
9649: classes/table.C, classes/xdoc.C, classes/xnode.C,
9650: include/pa_config_includes.h, include/pa_operation.h,
9651: include/pa_sql_connection.h, include/pa_table.h,
9652: include/pa_types.h, lib/ltdl/config_fixed.h,
9653: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
9654: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
9655: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
9656: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
9657: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
9658: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
9659: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
9660: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
9661: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
9662: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
9663: types/pa_vmail.C, types/pa_vobject.C,
9664: types/pa_vstateless_class.h, types/pa_vtable.C,
9665: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
9666: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
9667: on all projects (except libltdl=off & libsdbm=level3) found
9668: several unitialized vars
9669:
9670: 2003-11-19 paf
9671:
9672: * src/classes/op.C: more ansi C++ comp
9673:
9674: * operators.txt, src/classes/op.C, src/include/pa_request.h,
9675: src/main/pa_request.C: ^cache[...]{body}{catch block with
9676: $exception.handled[cache] meaning "get expired cache, if any.
9677: else error"}
9678:
9679: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
9680: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
9681: ^cache[...]{body}{catch code with $exception.cache field}
9682:
9683: 2003-11-12 paf
9684:
9685: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
9686: [copy/paste bug]
9687:
9688: 2003-11-11 paf
9689:
9690: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
9691: failed]
9692:
9693: * bin/auto.p.dist.in: colno
9694:
9695: 2003-11-10 paf
9696:
9697: * src/types/pa_vconsole.h: flush
9698:
9699: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
9700: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
9701: read/write [for nntp]
9702:
9703: * operators.txt: mysql: transaction support: ?autocommit=0
9704:
9705: * operators.txt: comment: updated
9706:
9707: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
9708: serialize version and exipire now removes entries
9709:
9710: * operators.txt: ^hashfile.delete[] removes files altogether [and
9711: dir, if could]
9712:
9713: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
9714: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
9715: removes files altogether [and dir, if could]
9716:
9717: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
9718: nonexistent pair. .c coded that that was error. fixed
9719:
9720: * src/types/pa_vhashfile.C: sdbm: exception type change to
9721: file.access [regretfull can't split it to different exceptions
9722: without modifying sdbm source wich would prefer not to]
9723:
9724: 2003-11-07 paf
9725:
9726: * src/: classes/date.C, classes/file.C, classes/hash.C,
9727: classes/hashfile.C, classes/image.C, classes/table.C,
9728: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
9729: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
9730: main/execute.C, main/main.vcproj, main/pa_pool.C,
9731: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
9732: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
9733: types/pa_vstateless_class.h: resurrected: pool idea. now only for
9734: destructing objects at request processing end
9735:
9736: 2003-11-06 paf
9737:
9738: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
9739: updates
9740:
9741: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
9742: to include sdbm
9743:
1.97 ! moko 9744: * src/include/: Makefile.in, pa_config_includes.h, pa_version.h:
! 9745: our replacements of max& co only for cpp
1.95 moko 9746:
9747: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
9748: upper dir, .am updated
9749:
9750: * tests/todo.txt: hashfile: done
9751:
9752: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
9753: expiration [time in value. todo: move time to key]
9754:
9755: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
9756:
9757: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
9758: to do that in foreach, no errors, but surely wrong]
9759:
9760: * operators.txt, src/types/pa_vhashfile.C,
9761: src/types/pa_vhashfile.h: hashfile: clear and proper locking
9762:
9763: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
9764: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
9765: foreach
9766:
9767: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
9768: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
9769:
9770: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
9771: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
9772:
9773: * src/: include/pa_memory.h, targets/cgi/parser3.C,
9774: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
9775: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
9776: get/put [raw]
9777:
9778: * src/: classes/op.C, main/pa_os.C: just linked
9779:
9780: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
9781: XmlException changes
9782:
9783: * src/: include/pa_charset.h, include/pa_globals.h,
9784: include/pa_stylesheet_connection.h, main/pa_exception.C:
9785: XmlException changes
9786:
9787: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
9788:
9789: * src/: include/pa_common.h, include/pa_exception.h,
9790: main/main.vcproj, main/pa_common.C, include/pa_os.h,
9791: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
9792: main/pa_xml_exception.C: locking move to pa_os [along with
9793: pa_sleep] apr-impl locking done
9794:
9795: * configure, configure.in, operators.txt, parser3.sln,
9796: src/classes/classes.vcproj, src/classes/hashfile.C,
9797: src/classes/xdoc.C, src/include/pa_config_fixed.h,
9798: src/include/pa_exception.h, src/include/pa_globals.h,
9799: src/include/pa_memory.h, src/include/pa_version.h,
9800: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
9801: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
9802: src/main/compile.tab.C, src/main/main.vcproj,
9803: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
9804: src/types/Makefile.am, src/types/pa_vhash.C,
9805: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9806: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
9807: again with sdbm from apache
9808:
9809: 2003-11-05 paf
9810:
9811: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
9812: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
9813: \parser3project dir anymore
9814:
9815: * src/main/pa_charset.C: bugfix: had broken binary search [copied
9816: thoughtlessly from xalan]
9817:
9818: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
9819: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
9820: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
9821:
9822: * src/main/helpers/CaseFolding.txt:
9823: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
9824:
9825: 2003-11-04 paf
9826:
9827: * operators.txt: comment: ^mail:send[$.options[
9828:
9829: * src/classes/table.C: compiled on unix
9830:
1.97 ! moko 9831: * src/classes/: Makefile.am, Makefile.in: classes.C to rebuild last
1.95 moko 9832:
9833: * src/classes/mail.C: compiled on unix
9834:
9835: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
9836: src/types/pa_vmail.h: !^mail:send[
9837: $.options[unix: string to append to sendmail command
9838: line]
9839:
9840: * operators.txt, src/classes/table.C, src/main/pa_string.C,
9841: tests/todo.txt: ^table.save[... $.separator[^#09]
9842: $.encloser["] <nothing> by default
9843:
9844: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
9845: !$.separator[^#09] !$.encloser["] <nothing> by
9846: default
9847:
9848: 2003-11-03 paf
9849:
9850: * operators.txt, src/classes/table.C, src/main/pa_common.C:
9851: ^table::load[; options: !$.column-separator[^#09]
9852: !$.column-encloser["]
9853:
9854: * operators.txt, src/include/pa_config_fixed.h,
9855: src/types/pa_vrequest.C: $request:document-root
9856:
9857: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
9858: [already included into uri=xxx]
9859:
9860: * operators.txt, src/classes/image.C, tests/todo.txt:
9861: ^image.gif[filename] for $response:download
9862:
9863: * src/classes/date.C: minor precaution
9864:
9865: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
9866: !^date.unix-timestamp[]
9867:
9868: 2003-10-30 paf
9869:
9870: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
9871: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
9872:
9873: * src/classes/: date.C, image.C: improvement diagnostics:
9874: $now[^date::create[$undefined]] now is error
9875:
9876: * src/main/pa_common.C: read errors would now be reported 'actually
9877: read -1 bytes'
9878:
9879: 2003-10-24 paf
9880:
9881: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
9882: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
9883: src/main/Makefile.am, src/targets/cgi/Makefile.am,
9884: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
9885:
9886: 2003-10-22 paf
9887:
9888: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
9889:
9890: 2003-10-21 paf
9891:
9892: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
9893: fixed: string.match[g] without <'> option produced columns with
9894: NULL's, which gpf'ed at table.save time
9895:
9896: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
9897: recoursion' message with intensive throw-catches fixed: incorrect
9898: name and line (one name upper then needed) in error message about
9899: problems inside try block
9900:
9901: 2003-10-10 paf
9902:
9903: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
9904: check offset argument for validity did that in String::Body::pos
9905: myself http://i2/tasks/edit/?id=4577425257580789777
9906:
9907: 2003-10-07 paf
9908:
9909: * src/main/: compile.tab.C, compile.y: ^if ( better error:
9910: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
9911:
9912: 2003-10-03 paf
9913:
9914: * parser3.sln, src/include/pa_dictionary.h,
9915: src/main/pa_dictionary.C, src/main/pa_string.C,
9916: src/targets/cgi/parser3.vcproj: dictionary optimized by
9917: precalculating cstr&length
9918:
9919: 2003-10-02 paf
9920:
9921: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
9922: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
9923: main/pa_stylesheet_manager.C: bugfix: ^throw context were
9924: saved/restored incompletely http://www.parser.ru/forum/?id=21484
9925:
9926: 2003-09-30 paf
9927:
9928: * src/main/pa_string.C: string::replace bug fix [were ignoring
9929: occurrances after lang-mismatched
9930:
9931: 2003-09-29 paf
9932:
9933: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
9934: helper
9935:
9936: * src/main/pa_string.C: string::serialize bug fix with
9937: zero-terminator
9938:
9939: * src/classes/table.C: ^nameless_table.save column row now has no
9940: \t at the end
9941:
9942: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
9943: @postprocess now takes $response:body/download
9944:
9945: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
9946: error message
9947:
9948: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
9949:
9950: * src/classes/table.C: bugfix: flip: must produce nameless
9951: http://i2/tasks/edit/?id=4573405524674081244
9952:
9953: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
9954: main/helpers/simple_folding.pl: utf-8 upper/lower
9955:
9956: * src/main/pa_common.C: bugfix: utf signature were not ignored due
9957: to typo error http://i2/tasks/edit/?id=4573354650786434584
9958:
9959: 2003-09-26 paf
9960:
9961: * src/main/untaint.C: removed needless field
9962:
9963: * src/main/untaint.C: removed needless const
9964:
9965: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
9966: String.for_each bug fixed [omited one-char cases]
9967:
9968: * src/include/pa_stack.h: bugfix: before collecting garbage,
9969: runtime-executor stack were cleared... BADLY
9970:
9971: * src/main/pa_string.C: ^stirng.replace code used old
9972: param-convention on langs.append, fixed that search fo the like,
9973: found none
9974:
9975: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
9976: string::serialize/deserialize implemented Language enum assigned
9977: meaningful letters [more convinient for debugging. read warning
9978: before adding/changing anything]
9979:
9980: 2003-09-25 paf
9981:
9982: * src/: include/pa_string.h, include/pa_version.h,
9983: main/pa_string.C, main/untaint.C: templates and anonymous unions
9984: differences on unix
9985:
9986: * parser3.sln, src/classes/file.C, src/classes/image.C,
9987: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
9988: src/classes/xdoc.C, src/classes/xnode.C,
9989: src/include/pa_cache_managers.h, src/include/pa_charset.h,
9990: src/include/pa_charsets.h, src/include/pa_common.h,
9991: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
9992: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
9993: src/include/pa_table.h, src/lib/cord/cordbscs.c,
9994: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
9995: src/lib/cord/include/cord.h, src/main/compile.tab.C,
9996: src/main/compile_tools.h, src/main/pa_charset.C,
9997: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
9998: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
9999: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
10000: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
10001: src/types/pa_vmail.C, src/types/pa_vmath.C,
10002: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
10003: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
10004:
10005: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
10006: functions aligned to that of eeparser3 look
10007:
10008: * src/lib/cord/cordprnt.c: removed warnings
10009:
10010: 2003-09-24 paf
10011:
10012: * src/: classes/file.C, classes/image.C, classes/mail.C,
10013: classes/op.C, classes/xdoc.C, classes/xnode.C,
10014: include/pa_cache_managers.h, include/pa_charset.h,
10015: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
10016: include/pa_sql_driver_manager.h, include/pa_string.h,
10017: include/pa_stylesheet_manager.h, include/pa_table.h,
10018: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
10019: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
10020: main/pa_sql_driver_manager.C, main/pa_string.C,
10021: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
10022: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
10023: types/pa_vstateless_class.h, types/pa_vstatus.C,
10024: types/pa_vxnode.C: v() functions of String::Body,
10025: String::Languages and String itself StringBody->String::Body
10026:
10027: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10028: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
10029: never optimized anything. todo: somehow speed up harder cases:
10030: concatenationA+concatenationB when last block of A and first of B
10031: contain same letters
10032:
10033: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10034: lib/cord/include/cord.h: langs: speed up by joining adjucent
10035: blocks of same char [CORD_append_block]
10036:
10037: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10038: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
10039: save space by extending blocks when appending block with c ==
10040: lastblock.c
10041:
10042: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
10043: working yet :( but more working &understood :)
10044:
10045: * src/: classes/table.C, include/pa_string.h,
10046: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
10047:
10048: 2003-09-23 paf
10049:
10050: * src/main/untaint.C: $a[ok!] $a works!
10051:
10052: * src/main/untaint.C: something even more works :)
10053:
10054: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
10055: something more works :)
10056:
10057: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10058: lib/cord/cordxtra.c: something already works :)
10059:
10060: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
10061: serialize&deserialize
10062:
10063: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
10064: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
10065: main/untaint.C: main idea implemented, details left
10066:
10067: 2003-09-22 paf
10068:
10069: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
10070:
10071: * src/classes/xnode.C: copy/paste comment bugfix
10072:
10073: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
10074: allocator returns 0, just die.
10075: http://i2/tasks/edit/?id=4570798492410259445
10076:
10077: * src/classes/xdoc.C: copy/paste comment bugfix
10078:
10079: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
10080: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
10081: xnode: getAttributeNS setAttributeNS removeAttributeNS
10082: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
10083:
10084: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
10085: chars due to bitwise operation signed-char error]
10086:
10087: 2003-09-19 paf
10088:
10089: * src/types/pa_wcontext.C: output message: more practical
10090: suggestion
10091:
10092: * src/main/pa_common.C, operators.txt: merged
10093: $f[^file::load[binary;http://...]] $f.tables
10094:
10095: 2003-09-02 paf
10096:
10097: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
10098: flush stdout without referencing 'stdout' symbol. to hell with
10099: non-ansi libraries without 'stdout' symbol
10100:
10101: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
10102: unix (users reported problems with some old libc)
10103:
10104: * src/types/pa_vdate.h: forgot initializer
10105:
10106: 2003-09-01 paf
10107:
10108: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
10109: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
10110: zone]
10111:
10112: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
10113:
10114: 2003-08-19 paf
10115:
10116: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
10117: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
10118: simplified a little
10119:
10120: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
10121: [lost fix from 3.0.8]
10122:
10123: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
10124: visible here }
10125:
10126: bug fix
10127:
10128: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
10129:
10130: * src/main/compile.tab.C: initialized couple of variables about
10131: which user reported runtime problems when parser were compiled
10132: with VC7, warning level4. study shows that later in bison
10133: they've fixed that. would migrate to latest bison someday
10134:
10135: * src/types/pa_vmail.C: turned off recoding in gmime (were still
10136: recoding headers)
10137:
10138: * src/types/pa_vmail.C: works as before, same charset problems:
10139: gmime recodes to UTF-8 only headers, not body. so not recoding
10140: anything for now
10141:
10142: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
10143: problems with body
10144:
10145: * src/types/pa_vmail.C: mail_receive just compiled
10146:
10147: 2003-08-18 paf
10148:
10149: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
10150: main/main.vcproj, types/types.vcproj: win32: continued process
10151: detaching from \parser3project directory
10152:
10153: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
10154: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
10155: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
10156: src/lib/pcre/pcre_dftables.dsp,
10157: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
10158: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
10159: src/types/types.dsp: moved to MSVC 7
10160:
10161: * gnu.vcproj.vspscc, parser3.vssscc,
10162: src/classes/classes.vcproj.vspscc,
10163: src/lib/cord/cord.vcproj.vspscc,
10164: src/lib/ltdl/libltdl.vcproj.vspscc,
10165: src/lib/md5/md5.vcproj.vspscc,
10166: src/lib/pcre/pcre_dftables.vcproj.vspscc,
10167: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
10168: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
10169: src/targets/isapi/parser3isapi.vcproj.vspscc,
10170: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
10171: moved to MSVC 7
10172:
10173: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
10174: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
10175: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10176: src/lib/pcre/pcre_dftables.vcproj,
10177: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
10178: src/targets/cgi/parser3.vcproj,
10179: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
10180: new VS project files
10181:
10182: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
10183: .NET to detect Jalindi Igloo capabilities.
10184:
10185: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.97 ! moko 10186: src/classes/Makefile.in, src/classes/classes.awk,
! 10187: src/doc/footer.htm, src/include/pa_config_fixed.h,
! 10188: src/include/pa_version.h, src/lib/Makefile.am,
! 10189: src/lib/Makefile.in, src/main/compile.tab.C,
1.95 moko 10190: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
10191: src/types/pa_vmail.C: merged 3.1.0 latest changes
10192:
10193: 2003-08-15 paf
10194:
10195: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
10196: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
10197:
10198: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
10199: non-ascii <yyy> now encoded correctly
10200:
10201: 2003-07-29 paf
10202:
1.97 ! moko 10203: * src/classes/: Makefile.am, Makefile.in, classes.awk: classes.awk
! 10204: added to make dist
1.95 moko 10205:
10206: * src/types/pa_vmail.C: just started --with-mail-receive
10207:
10208: 2003-07-28 paf
10209:
1.97 ! moko 10210: * src/: classes/Makefile.am, classes/Makefile.in, lib/Makefile.am,
! 10211: lib/Makefile.in: removed circular dependence in src/classes,
! 10212: src/lib/gc now in dist
1.95 moko 10213:
10214: * src/main/pa_string.C: ^cache bug fix [were not working at all]
10215:
10216: 2003-07-25 paf
10217:
10218: * src/doc/footer.htm: year
10219:
10220: 2003-07-24 paf
10221:
10222: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
10223: fix
10224:
10225: * src/include/pa_version.h: release
10226:
1.97 ! moko 10227: * src/lib/gc/include/: Makefile.am, Makefile.in, gc.h: moved
! 10228: tempate_gc to HEAD
1.95 moko 10229:
10230: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
10231: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
10232: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
10233: getting rid of win32xml pseudo project
10234:
10235: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
10236:
1.97 ! moko 10237: * ChangeLog, INSTALL, Makefile.am, Makefile.in, acsite.m4,
! 10238: configure, configure.in, operators.txt, parser3.dsw,
! 10239: bin/Makefile.in, etc/Makefile.in,
! 10240: etc/parser3.charsets/Makefile.in,
1.95 moko 10241: etc/parser3.charsets/koi8-r.cfg,
1.97 ! moko 10242: etc/parser3.charsets/windows-1251.cfg, src/Makefile.in,
! 10243: src/classes/Makefile.am, src/classes/Makefile.in,
1.95 moko 10244: src/classes/classes.C, src/classes/classes.awk,
10245: src/classes/classes.dsp, src/classes/classes.h,
10246: src/classes/date.C, src/classes/double.C, src/classes/file.C,
10247: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
10248: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
10249: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
10250: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10251: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
10252: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
10253: src/doc/string.dox, src/include/Makefile.am,
1.97 ! moko 10254: src/include/Makefile.in, src/include/pa_array.h,
! 10255: src/include/pa_cache_managers.h, src/include/pa_charset.h,
! 10256: src/include/pa_charsets.h, src/include/pa_common.h,
! 10257: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
! 10258: src/include/pa_config_includes.h, src/include/pa_dictionary.h,
! 10259: src/include/pa_dir.h, src/include/pa_exception.h,
! 10260: src/include/pa_exec.h, src/include/pa_globals.h,
! 10261: src/include/pa_hash.h, src/include/pa_memory.h,
! 10262: src/include/pa_opcode.h, src/include/pa_operation.h,
! 10263: src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
1.95 moko 10264: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
10265: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
10266: src/include/pa_sapi.h, src/include/pa_socks.h,
10267: src/include/pa_sql_connection.h,
10268: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
10269: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
10270: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
10271: src/include/pa_threads.h, src/include/pa_types.h,
1.97 ! moko 10272: src/include/pa_uue.h, src/lib/Makefile.am, src/lib/Makefile.in,
! 10273: src/lib/cord/Makefile.am, src/lib/cord/Makefile.in,
! 10274: src/lib/cord/cord.dsp, src/lib/cord/cordbscs.c,
! 10275: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
! 10276: src/lib/cord/source.url, src/lib/cord/include/Makefile.am,
! 10277: src/lib/cord/include/Makefile.in, src/lib/cord/include/cord.h,
1.95 moko 10278: src/lib/cord/include/ec.h,
10279: src/lib/cord/include/private/Makefile.am,
1.97 ! moko 10280: src/lib/cord/include/private/Makefile.in,
1.95 moko 10281: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.97 ! moko 10282: src/lib/gc/Makefile.in, src/lib/ltdl/Makefile.in,
! 10283: src/lib/ltdl/libltdl.dsp, src/lib/md5/Makefile.in,
! 10284: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c,
! 10285: src/lib/pcre/Makefile.in, src/lib/pcre/pcre.h,
1.95 moko 10286: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.97 ! moko 10287: src/main/Makefile.in, src/main/compile.C, src/main/compile.tab.C,
! 10288: src/main/compile.y, src/main/compile_tools.C,
! 10289: src/main/compile_tools.h, src/main/execute.C, src/main/main.dsp,
! 10290: src/main/pa_array.C, src/main/pa_cache_managers.C,
! 10291: src/main/pa_charset.C, src/main/pa_charsets.C,
! 10292: src/main/pa_common.C, src/main/pa_dictionary.C,
! 10293: src/main/pa_dir.C, src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 10294: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
10295: src/main/pa_request.C, src/main/pa_socks.C,
10296: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10297: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.97 ! moko 10298: src/main/pa_uue.C, src/main/untaint.C, src/sql/Makefile.in,
! 10299: src/sql/pa_sql_driver.h, src/targets/Makefile.am,
! 10300: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 10301: src/targets/cgi/Makefile.in, src/targets/cgi/getopt.c,
! 10302: src/targets/cgi/getopt.h, src/targets/cgi/pa_pool.C,
! 10303: src/targets/cgi/pa_threads.C, src/targets/cgi/parser3.C,
! 10304: src/targets/cgi/parser3.dsp, src/targets/cgi/pool_storage.h,
! 10305: src/targets/cgi/pp3.cmd, src/targets/isapi/Makefile.am,
! 10306: src/targets/isapi/Makefile.in, src/targets/isapi/pa_pool.C,
1.95 moko 10307: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10308: src/targets/isapi/parser3isapi.dsp,
10309: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.97 ! moko 10310: src/types/Makefile.in, src/types/pa_junction.h,
! 10311: src/types/pa_method.h, src/types/pa_value.C,
! 10312: src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 10313: src/types/pa_vclass.C, src/types/pa_vclass.h,
10314: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
10315: src/types/pa_vcookie.h, src/types/pa_vdate.h,
10316: src/types/pa_vdouble.h, src/types/pa_venv.h,
10317: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
10318: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
10319: src/types/pa_vimage.C, src/types/pa_vimage.h,
10320: src/types/pa_vint.h, src/types/pa_vjunction.h,
10321: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
10322: src/types/pa_vmath.h, src/types/pa_vmemory.h,
10323: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
10324: src/types/pa_vobject.C, src/types/pa_vobject.h,
10325: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
10326: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
10327: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
10328: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
10329: src/types/pa_vstatus.h, src/types/pa_vstring.C,
10330: src/types/pa_vstring.h, src/types/pa_vtable.C,
10331: src/types/pa_vtable.h, src/types/pa_vvoid.h,
10332: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10333: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10334: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
10335: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
10336: HEAD
10337:
10338: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
10339: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
10340: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
10341: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
10342: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
10343: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
10344: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
10345: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
10346: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
10347: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
10348: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
10349: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
10350: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
10351: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
10352: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
10353: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
10354: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
10355: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
10356: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
10357: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
10358: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
10359: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
10360: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
10361: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
10362: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
10363: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
10364: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
10365: outputs/create-dir, results/001.processed, results/002.processed,
10366: results/003.processed, results/004.processed,
10367: results/005.processed, results/006.processed,
10368: results/007.processed, results/008.processed,
10369: results/009.processed, results/010.processed,
10370: results/011.processed, results/012.processed,
10371: results/013.processed, results/014.processed,
10372: results/015.processed, results/016.processed,
10373: results/017.processed, results/018.processed,
10374: results/019.processed, results/020.processed,
10375: results/021.processed, results/022.processed,
10376: results/023.processed, results/024.processed,
10377: results/025.processed, results/026.processed,
10378: results/027.processed, results/028.processed,
10379: results/029.processed, results/030.processed,
10380: results/031.processed, results/032.processed,
10381: results/033.processed, results/034.processed,
10382: results/035.processed, results/036.processed,
10383: results/037.processed, results/038.processed,
10384: results/039.processed, results/040.processed,
10385: results/041.processed, results/042.processed,
10386: results/043.processed, results/044.processed,
10387: results/045.processed, results/046.processed,
10388: results/047.processed, results/048.processed,
10389: results/049.processed, results/050.processed,
10390: results/051.processed, results/052.processed,
10391: results/053.processed, results/054.processed,
10392: results/055.processed, results/056.processed,
10393: results/057.processed, results/058.processed,
10394: results/059.processed, results/060.processed,
10395: results/061.processed, results/062.processed,
10396: results/063.processed, results/064.processed,
10397: results/065.processed, results/066.processed,
10398: results/067.processed, results/068.processed,
10399: results/069.processed, results/070.processed,
10400: results/071.processed, results/072.processed,
10401: results/073.processed, results/074.processed,
10402: results/075.processed, results/076.processed,
10403: results/077.processed, results/078.processed,
10404: results/079.processed, results/080.processed,
10405: results/081.processed, results/082.processed,
10406: results/083.processed, results/084.processed,
10407: results/085.processed, results/086.processed,
10408: results/087.processed, results/088.processed,
10409: results/089.processed, results/090.processed,
10410: results/091.processed, results/092.processed,
10411: results/093.processed, results/094.processed,
10412: results/095.processed, results/096.processed,
10413: results/097.processed, results/098.processed,
10414: results/099.processed, results/100.processed,
10415: results/101.processed, results/102.processed,
10416: results/103.processed, results/104.processed,
10417: results/105.processed, results/106.processed,
10418: results/107.processed, results/108.processed,
10419: results/109.processed, results/110.processed,
10420: results/111.processed, results/112.processed,
10421: results/113.processed, results/114.processed,
10422: results/115.processed, results/116.processed,
10423: results/117.processed, results/118.processed,
10424: results/119.processed, results/120.processed,
10425: results/121.processed, results/122.processed,
10426: results/123.processed, results/124.processed,
10427: results/125.processed, results/126.processed,
10428: results/127.processed, results/128.processed,
10429: results/129.processed, results/130.processed,
10430: results/131.processed, results/132.processed,
10431: results/133.processed, results/134.processed,
10432: results/135.processed, results/136.processed,
10433: results/137.processed, results/138.processed,
10434: results/139.processed, results/140.processed,
10435: results/141.processed: merged(copied) to HEAD from template_gc
10436:
10437: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
10438: towards \parser3project not having to be in root
10439:
10440: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
10441: module compiled [were minor unnecessary changes in lib/md5
10442: interface]
10443:
10444: * src/include/pa_version.h: release
10445:
10446: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
10447:
10448: * src/classes/math.C: merged uuid bugfix
10449:
10450: * tests/: 141.html, results/141.processed: fixed bug with
10451: too-small-a-buffer
10452:
10453: * src/classes/math.C: uuid bugfix
10454:
10455: * tests/: 141.html, Makefile, results/005.processed,
10456: results/030.processed, results/075.processed,
10457: results/078.processed: to reflect date format change (were -
10458: become ' ')
10459:
10460: * src/classes/math.C: uuid bugfix
10461:
10462: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
10463: debug/release changes
10464:
10465: * src/lib/md5/pa_md5c.c: PA_ -> pa_
10466:
10467: 2003-07-23 paf
10468:
10469: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
10470: renamed a little [to move to comman naming conv]
10471:
1.97 ! moko 10472: * src/targets/: Makefile.am, Makefile.in: apache13 splitted to
! 10473: simplify apache build
1.95 moko 10474:
10475: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
10476: main/pa_request.C, main/pa_sql_driver_manager.C,
10477: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
10478: stack top_index() fixed
10479:
10480: * src/main/pa_globals.C: minor style changes
10481:
10482: * src/: classes/op.C, include/pa_sql_connection.h: connection
10483: closing/caching fixed [connections were not closed/put to cache]
10484:
10485: 2003-07-22 paf
10486:
10487: * INSTALL: gc part updated stightly
10488:
10489: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
10490: new sapi interface
10491:
10492: * src/classes/file.C: comment on OS
10493:
10494: * src/main/pa_string.C: removed reduntant invariant check [there is
10495: one deeper in cord lib]
10496:
10497: * src/main/pa_exec.C: on win32 bugfix in handling shbang
10498:
10499: * src/main/pa_memory.C: out of memory is no longer coredump
10500:
10501: * INSTALL: disable-threads adviced
10502:
10503: 2003-07-21 paf
10504:
1.97 ! moko 10505: * src/classes/: Makefile.am, Makefile.in: removed circular
! 10506: dependency on classes.C
1.95 moko 10507:
10508: * src/classes/file.C: file::exec/cgi environment variables now must
10509: be UPPERCASE and A-Z 0-9 _-
10510:
10511: * src/classes/file.C: env passing fixed
10512:
10513: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
10514:
10515: * src/main/pa_common.C: http:// CRLF now
10516:
10517: 2003-07-02 paf
10518:
10519: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
10520: fields to reflect their real meaning
10521:
10522: 2003-06-27 paf
10523:
10524: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
10525: include/pa_hash.h, main/pa_charset.C: merged from HEAD
10526: file::exec/cgi .charset
10527:
10528: 2003-06-26 paf
10529:
10530: * ChangeLog, src/classes/file.C, src/classes/hash.C,
10531: src/classes/image.C, src/classes/op.C, src/classes/string.C,
10532: src/classes/table.C: fixed several uninitialized local
10533: structures. notably ^hash.foreach now inserts delimiters
10534: properly [were inserting it before first body]
10535:
10536: 2003-06-24 paf
10537:
10538: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
10539:
10540: 2003-06-20 paf
10541:
10542: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
10543: src/main/pa_globals.C: introducing
10544: $f[^file::load[binary;http://...]] $f.tables
10545:
10546: 2003-06-06 paf
10547:
10548: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
10549: table. [were method lookup: inconsistent]
10550:
10551: 2003-06-02 paf
10552:
10553: * src/include/pa_memory.h: empty string clone fixed to return
10554: writable memory
10555:
10556: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
10557: were not appended] which violated string invariant
10558:
10559: 2003-05-30 paf
10560:
10561: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
10562: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
10563:
10564: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
10565: GMT ; RFC 822, updated by RFC 1123
10566:
10567: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
10568: targets/isapi/parser3isapi.C: initialized request_info properly
10569:
10570: * src/classes/xnode.C: found minor bug, commended for future
10571:
10572: 2003-05-28 paf
10573:
10574: * src/classes/form.C: request_info.content_length can't be <0,
10575: size_t for some time
10576:
10577: 2003-05-26 paf
10578:
10579: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
10580: forgotten <0 changed to !=STRING_NOT_FOUND
10581:
10582: * src/classes/math.C: merged ffffu from HEAD
10583:
10584: 2003-05-11 paf
10585:
10586: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
10587:
10588: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
10589: premature doc free. transformed document had xmlDoc reference
10590: stored to non-gc-memory (libgdome) added holding-reference
10591:
10592: 2003-04-29 paf
10593:
10594: * src/main/pa_globals.C: started digging on double free. on win32
10595: found that that's perfectly normal.
10596:
10597: 2003-04-25 paf
10598:
10599: * src/classes/table.C: table.join bug fix [bad limit check]
10600:
10601: * src/classes/math.C: merged from HEAD: simpiler hash_string
10602:
10603: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
10604: print anything. changed to quicker and simplier code
10605:
10606: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
10607: strict a check]
10608:
10609: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
10610:
10611: 2003-04-24 paf
10612:
10613: * src/include/pa_table.h: too strict assert loosened
10614:
10615: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
10616: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
10617: report
10618:
10619: 2003-04-21 paf
10620:
1.97 ! moko 10621: * src/targets/cgi/: Makefile.am, Makefile.in: pp3 added to .am
1.95 moko 10622:
10623: * src/main/pa_globals.C: pcre memory management changed to use GC
10624: memory
10625:
10626: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
10627: xmlMallocAtomic [author agreed to my suggestion], used that
10628:
10629: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
10630:
10631: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
10632: types/pa_vmail.C: attributed_meaning_to_string added
10633: L_UNSPECIFIED piece which was sortof OK, but violated string
10634: invariant [assertion barked on that] changed to L_PASS_APPEND,
10635: made that param obligatory
10636:
10637: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
10638: fixed [assert helped]
10639:
10640: * src/include/pa_string.h: assert added [looking for bug]
10641:
10642: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
10643: names on Win32 considered disk-global
10644:
10645: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
10646: considered disk-global
10647:
10648: 2003-04-18 paf
10649:
10650: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
10651: filenames
10652:
10653: * src/main/untaint.C: enabled '~' letter in filenames
10654:
10655: 2003-04-16 paf
10656:
10657: * src/classes/file.C: small bug introduced in autoptr times fixed
10658:
10659: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
10660: HEAD
10661:
1.97 ! moko 10662: * src/: classes/table.C, lib/Makefile.in: fix: gcc reported tiny
! 10663: error
1.95 moko 10664:
10665: 2003-04-15 paf
10666:
10667: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
10668: src/lib/md5/pa_md5c.c, tests/141.html,
10669: tests/results/141.processed: merged from head ^math:uuid[]
10670: ^math:uid64[] ^math:md5[string]
10671:
10672: test added: 141.html
10673:
10674: * operators.txt, src/classes/math.C: ^math:uid64[]
10675:
10676: * src/classes/math.C: ^math:uuid[]
10677:
10678: * operators.txt, src/classes/math.C: ^math:uuid[]
10679:
10680: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
10681: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
10682:
10683: * operators.txt, src/classes/file.C, src/include/pa_common.h,
10684: src/include/pa_config_fixed.h, src/main/pa_common.C:
10685: ^file::load[mode;name; $.offset $.limit
10686:
10687: 2003-04-14 paf
10688:
10689: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
10690: started ^math:md5
10691:
10692: * src/classes/table.C, src/include/pa_array.h,
10693: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
10694: tests/results/140.processed: table $.reverse option works in
10695: create&co table $.distinct[tables] bug fix merged
10696:
10697: * src/: classes/table.C, include/pa_table.h: table
10698: $.distinct[tables] bug fixed
10699:
10700: * src/classes/table.C: more warnings
10701:
10702: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
10703: removed checks in table::set_current, moved them back to
10704: table::locate implemented table::create/join ñ $.reverse
10705:
10706: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
10707: removed checks in table::set_current, moved them back to
10708: table::locate
10709:
10710: 2003-04-11 paf
10711:
10712: * operators.txt, src/classes/date.C, src/classes/table.C,
10713: src/include/pa_array.h, src/include/pa_common.h,
10714: src/include/pa_config_includes.h, src/include/pa_string.h,
10715: src/include/pa_table.h, src/main/pa_request.C,
10716: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10717: src/main/pa_table.C: merged from HEAD from
10718: before_append_array_limit_sense_change to
10719: after_append_array_limit_sense_change
10720:
10721: * src/classes/table.C: typo
10722:
10723: * operators.txt, src/classes/date.C, src/classes/table.C,
10724: src/include/pa_array.h, src/include/pa_common.h,
10725: src/include/pa_config_includes.h, src/include/pa_globals.h,
10726: src/include/pa_table.h, src/main/pa_array.C,
10727: src/main/pa_globals.C, src/main/pa_request.C,
10728: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10729: src/main/pa_table.C: append_array_limit_sense_change locate
10730: accepts options same as create new option: $.reverse(1) [do not
10731: work in table::create]
10732:
10733: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
10734: (stat xxx,
10735:
10736: * src/classes/: table.C: typo
10737:
10738: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
10739: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
10740: results/130.processed, results/131.processed,
10741: results/132.processed, results/133.processed,
10742: results/134.processed, results/135.processed,
10743: results/136.processed, results/137.processed,
10744: results/138.processed, results/139.processed: added few mustfail
10745: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
10746: date/time 132.html mustfail: access to junction outside of
10747: context 133.html mustfail: access to junction outside of context,
10748: case version 134.html mustfail: hash: adding a key inside of
10749: foreach 135.html mustfail: modifying system class 136.html
10750: mustfail: $.name outside of $hash[here] 137.html mustfail:
10751: appendChild without import 138.html mustfail: invalid encoding
10752: inside of xml 139.html mustfail: bad XPath
10753:
10754: * operators.txt, src/classes/table.C, tests/084.html,
10755: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
10756: tests/129.html, tests/results/125.processed,
10757: tests/results/126.processed, tests/results/127.processed,
10758: tests/results/128.processed, tests/results/129.processed: merged
10759: from HEAD ^table.hash[key][$.distinct[tables]]
10760:
10761: maked appropriate tests [changed one old nonconforming]
10762:
10763: * operators.txt, src/classes/table.C:
10764: ^table.hash[key][$.distinct[tables]]
10765:
10766: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
10767: merged fix for found very old xml (dom) bug: were passing
10768: domString objects and later ERROREOUSLY freed them
10769:
10770: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
10771: src/main/pa_charset.C: re-added libgdome patch. regretfully
10772: libgdome bug can not be worked around
10773:
10774: 2003-04-10 paf
10775:
10776: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
10777: found very old xml (dom) bug: were passing domString objects and
10778: later ERROREOUSLY freed them
10779:
10780: * src/doc/string.dox, src/include/pa_memory.h,
10781: src/include/pa_string.h, src/lib/cord/cordbscs.c,
10782: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
10783: tests/123.html, tests/124.html, tests/results/001.processed,
10784: tests/results/002.processed, tests/results/003.processed,
10785: tests/results/004.processed, tests/results/005.processed,
10786: tests/results/006.processed, tests/results/008.processed,
10787: tests/results/009.processed, tests/results/010.processed,
10788: tests/results/011.processed, tests/results/012.processed,
10789: tests/results/013.processed, tests/results/014.processed,
10790: tests/results/015.processed, tests/results/016.processed,
10791: tests/results/017.processed, tests/results/018.processed,
10792: tests/results/020.processed, tests/results/021.processed,
10793: tests/results/022.processed, tests/results/023.processed,
10794: tests/results/024.processed, tests/results/025.processed,
10795: tests/results/026.processed, tests/results/027.processed,
10796: tests/results/028.processed, tests/results/029.processed,
10797: tests/results/030.processed, tests/results/031.processed,
10798: tests/results/032.processed, tests/results/033.processed,
10799: tests/results/034.processed, tests/results/035.processed,
10800: tests/results/036.processed, tests/results/037.processed,
10801: tests/results/038.processed, tests/results/039.processed,
10802: tests/results/040.processed, tests/results/041.processed,
10803: tests/results/042.processed, tests/results/043.processed,
10804: tests/results/044.processed, tests/results/045.processed,
10805: tests/results/046.processed, tests/results/047.processed,
10806: tests/results/048.processed, tests/results/049.processed,
10807: tests/results/050.processed, tests/results/051.processed,
10808: tests/results/052.processed, tests/results/053.processed,
10809: tests/results/054.processed, tests/results/055.processed,
10810: tests/results/056.processed, tests/results/057.processed,
10811: tests/results/058.processed, tests/results/059.processed,
10812: tests/results/060.processed, tests/results/061.processed,
10813: tests/results/062.processed, tests/results/063.processed,
10814: tests/results/064.processed, tests/results/065.processed,
10815: tests/results/066.processed, tests/results/067.processed,
10816: tests/results/068.processed, tests/results/069.processed,
10817: tests/results/070.processed, tests/results/071.processed,
10818: tests/results/072.processed, tests/results/073.processed,
10819: tests/results/074.processed, tests/results/075.processed,
10820: tests/results/076.processed, tests/results/077.processed,
10821: tests/results/078.processed, tests/results/079.processed,
10822: tests/results/080.processed, tests/results/081.processed,
10823: tests/results/082.processed, tests/results/083.processed,
10824: tests/results/084.processed, tests/results/085.processed,
10825: tests/results/086.processed, tests/results/087.processed,
10826: tests/results/088.processed, tests/results/089.processed,
10827: tests/results/090.processed, tests/results/091.processed,
10828: tests/results/092.processed, tests/results/093.processed,
10829: tests/results/094.processed, tests/results/095.processed,
10830: tests/results/096.processed, tests/results/097.processed,
10831: tests/results/101.processed, tests/results/102.processed,
10832: tests/results/104.processed, tests/results/105.processed,
10833: tests/results/106.processed, tests/results/107.processed,
10834: tests/results/108.processed, tests/results/109.processed,
10835: tests/results/110.processed, tests/results/111.processed,
10836: tests/results/112.processed, tests/results/113.processed,
10837: tests/results/114.processed, tests/results/115.processed,
10838: tests/results/116.processed, tests/results/117.processed,
10839: tests/results/118.processed, tests/results/119.processed,
10840: tests/results/120.processed, tests/results/121.processed,
10841: tests/results/122.processed, tests/results/123.processed,
10842: tests/results/124.processed: new convention: char* never 0.
10843: assert in cord on that
10844:
10845: * src/main/pa_charset.C: couple more asserts
10846:
10847: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
10848: speedup
10849:
10850: * src/main/pa_charset.C: couple assertions on fantastic situations
10851: added [may be those is the case now?]
10852:
10853: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
10854: that's memory from gc_malloc, not from g_malloc :(, but would
10855: hope]
10856:
10857: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
10858: that's memory from gc_malloc, not from g_malloc :(, but would
10859: hope]
10860:
10861: * src/main/pa_charset.C: checked custom malloc for returning 0
10862:
10863: 2003-04-09 paf
10864:
10865: * src/classes/date.C: merged ^date.roll changes
10866:
10867: * src/classes/date.C: ^date.roll bug fix
10868:
10869: * src/classes/date.C: ^date.roll now throws less errors: month
10870: shifts handles end of month situation by reducing day number
10871: hour-hole shift reduces hour to recover
10872:
10873: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
10874: Sort by function time
10875:
10876: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
10877: http:// $.charset[] param done
10878:
10879: * tests/: 122.html, results/122.processed: 122 date test <= and ==
10880: added [after volatile fix. passes on win&intel-solaris]
10881:
10882: 2003-04-08 paf
10883:
10884: * src/: classes/file.C, classes/op.C, classes/table.C,
10885: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
10886: include/pa_common.h, include/pa_request_charsets.h,
10887: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10888: main/pa_exec.C, main/pa_request.C, main/untaint.C,
10889: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
10890: types/pa_vresponse.C: started http:// $.charset[] param and
10891: http response charset detection just compiled. todo:test
10892:
10893: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
10894:
10895: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
10896: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
10897: types/pa_vmail.C: changed transcode param converntion along with
10898: string creating convention -- all strings are zero-terminated,
10899: this allowed to fix one remaining String("123", 2) case
10900:
10901: * src/: classes/date.C, classes/file.C, classes/hash.C,
10902: classes/op.C, classes/string.C, classes/table.C,
10903: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
10904: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
10905: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
10906: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
10907: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
10908: violated String::invariant. started fixing [not compiled now]
10909:
10910: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
10911: main/compile.tab.C, main/compile.y, main/pa_string.C,
10912: main/untaint.C, targets/cgi/parser3.C: number of string style
10913: improvements & optimizations
10914:
10915: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
10916: :(]
10917:
10918: * src/main/untaint.C: removed redundant & in CORD_pos param passing
10919: [for it's a pointer really]
10920:
10921: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
10922: 'n' param. worked that around
10923:
10924: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
10925: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
10926: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
10927: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
10928: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
10929:
10930: Thanks for the bug report and patch.
10931:
10932: I hadn't looked at this code in a while. Reading it now, it
10933: seems to me that the tests should also be ">= MAX_DEPTH" to
10934: comply with the invariant, though that may not matter a lot. I
10935: changed that, too.
10936:
10937: Hans
10938:
10939: 2003-04-07 paf
10940:
10941: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
10942: merged from head:safe mode error message now includes numbers
10943:
10944: * src/main/execute.C: n-th attempt to make a=a work with double.
10945: problem: as_double returns it's result in fp-register compiler
10946: optimizes access to that register after b->as_double, and just
10947: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
10948: from memory. _SAME_ double values do not match here. when
10949: forced to REload fp-register, values do match.
10950:
10951: tried to make them volatile.
10952:
10953: * src/main/execute.C: n-th attempt to make a=a work with double.
10954: problem: as_double returns it's result in fp-register compiler
10955: optimizes access to that register after b->as_double, and just
10956: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
10957: from memory. _SAME_ double values do not match here. when
10958: forced to REload fp-register, values do match.
10959:
10960: tried to make them volatile.
10961:
10962: * src/types/pa_vobject.h: small style change
10963:
10964: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
10965:
10966: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
10967: mode error message now includes numbers
10968:
10969: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
10970: now causes death
10971:
10972: 2003-04-04 paf
10973:
10974: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
10975: incorportated pa_exec patch by From: "Victor Fedoseev"
10976: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
10977: Sent: Thursday, January 23, 2003 9:14 AM
10978:
10979: huge speedup on ^file::cgi with big result
10980:
10981: * src/classes/table.C: sort table with 0 rows bug fixed
10982:
10983: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
10984: fix http://i2/tasks/edit/?id=4493701604654042676
10985:
10986: @main[] $with_default[ $.a[1] $._default[default from
10987: with_default] ] ^show[$with_default]
10988:
10989: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
10990: =$to_add_to.xxx=<br>
10991:
10992: ^show[$to_add_to]
10993:
10994: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
10995: ^show[$cloned]
10996:
10997: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
10998:
10999: } <hr>
11000:
11001: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
11002: http://i2/tasks/edit/?id=4493701604654042676
11003:
11004: @main[] $with_default[ $.a[1] $._default[default from
11005: with_default] ] ^show[$with_default]
11006:
11007: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
11008: =$to_add_to.xxx=<br>
11009:
11010: ^show[$to_add_to]
11011:
11012: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
11013: ^show[$cloned]
11014:
11015: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
11016:
11017: } <hr>
11018:
11019: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
11020: http://i2/tasks/edit/?id=4507350336410850921
11021:
11022: * src/classes/xdoc.C: memory allocation func bugfix
11023: http://i2/tasks/edit/?id=4499303470368629745
11024:
11025: * src/classes/math.C: allowed random 1...
11026:
11027: * src/classes/math.C: allowed random 0..
11028:
11029: * src/main/pa_globals.C: exif mem leak
11030: http://i2/tasks/edit/?id=4480590323629807263
11031:
11032: * src/: classes/classes.dsp, main/main.dsp,
11033: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
11034: fix http://i2/tasks/edit/?id=4493946731322521294
11035: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
11036:
11037: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11038: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
11039: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
11040: links to xml libs made relative, no need to unpack parser3project
11041: to /parser3project.
11042:
11043: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
11044: column more precise - tab handling bug fixed
11045:
11046: * src/main/: compile.tab.C, compile.y: more understandable error
11047: message in case @CLASS with more then one line inside
11048:
11049: * src/targets/cgi/parser3.C: more understandable error message in
11050: case of errors in @unhandled_exception
11051:
11052: 2003-04-03 paf
11053:
1.97 ! moko 11054: * src/lib/Makefile.in: removed 'patches'
! 11055:
1.95 moko 11056: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
11057: src/main/compile.tab.C, src/main/compile.y,
11058: src/main/compile_tools.C, src/main/compile_tools.h,
11059: src/main/execute.C, src/main/pa_request.C: debug info format
11060: simplified, now it's: OP_VALUE Operation::Origin << here value*
11061:
11062: higher limits: file number (max: 255) line number (max:
11063: 64535) column number (max: 255)
11064:
11065: * src/classes/math.C: top limit
11066:
11067: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
11068: precise parse error position in case of
11069:
11070: ^bug ]
11071:
11072: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
11073: changed to realities, and passed [bug fixed]
11074:
11075: * src/: classes/op.C, include/pa_request.h, main/compile.C,
11076: main/compile.tab.C, main/compile.y, main/compile_tools.C,
11077: main/compile_tools.h, main/pa_request.C: introducing
11078: ^process...[main-method-alias]
11079:
11080: * src/: classes/date.C, classes/image.C, classes/op.C,
11081: classes/string.C, classes/table.C, classes/xdoc.C,
11082: types/pa_vmethod_frame.h: MethodParams& now [methods without
11083: params receive zero reference, but they are expected not to look
11084: there]
11085:
11086: * operators.txt, src/classes/date.C, src/classes/double.C,
11087: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
11088: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
11089: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
11090: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11091: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
11092: src/main/execute.C, src/types/pa_method.h: MethodParams& now
11093: [methods without params receive zero reference, but they are
11094: expected not to look there]
11095:
11096: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11097: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
11098: ^process...[filename] useful for better error reporting
11099: [file/line/col]
11100:
11101: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
11102: types/pa_vstring.h: slightly improved error messages text: 1. is
11103: '%s', it 2. method undefined in case of ^void[]
11104:
11105: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11106: include/pa_types.h, main/execute.C, main/pa_request.C: exception
11107: handling done. now we have error columns todo: test it
11108:
11109: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
11110: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
11111:
11112: this makes life easier: were: bad stack order -- were in
11113: exception catch unwind order, which didn't match execution order
11114:
11115: @main[] ^try{ ^first[] }{ ^throw[c;3] }
11116:
11117: @first[] ^throw[a;1]
11118:
11119: showed throw a first throw b try
11120:
11121: which is no good
11122:
11123: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11124: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
11125: trace reset after handled exception [old bug fixed]
11126:
11127: * src/main/: compile.tab.C, compile.y: parse position old bug
11128: fixed. position reporting made precise [both, in parse erros and
11129: runtime errors]
11130:
11131: 2003-04-02 paf
11132:
11133: * src/: include/pa_operation.h, include/pa_request.h,
11134: main/compile.C, main/compile.tab.C, main/compile.y,
11135: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11136: main/pa_exception.C, main/pa_request.C: debug info: started
11137: using. todo:complete
11138:
11139: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
11140: main/compile.C, main/compile.tab.C, main/compile.y,
11141: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11142: main/pa_request.C: prepared debug info todo:use it
11143:
11144: * src/include/pa_operation.h: strange mistake fixed: forgot to
11145: return Operation class->union after switching from autoptrs.
11146:
11147: * tests/: Makefile, results/108.processed, results/117.processed:
11148: meta considered OK [it's up to coder now to remove it not needed]
11149:
11150: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
11151: Dictionary constructor when moved to gc]
11152:
11153: * src/main/pa_common.C: uncommented http:// file loading
11154:
11155: * src/include/pa_array.h, src/main/execute.C,
11156: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
11157: fix [gdGrowingBuf]
11158:
11159: * configure.in, src/lib/Makefile.am: removed patches
11160:
11161: * configure, src/include/pa_config_auto.h.in,
11162: src/main/pa_charset.C: --enable-assertions autoconf-ed
11163:
11164: * src/main/pa_common.C: uncommented http:// file loading
11165:
11166: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
11167: xdoc::create/load
11168:
11169: * src/: classes/form.C, classes/hash.C, classes/image.C,
11170: classes/string.C, classes/table.C, classes/void.C,
11171: include/pa_common.h, main/pa_common.C, main/pa_request.C,
11172: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
11173: String::String(str,helper_length) are checked. found/fixed one
11174: place: $request:body now zero-terminated,
11175:
11176: * src/: classes/op.C, classes/table.C, include/pa_request.h,
11177: main/compile_tools.C, main/execute.C, types/pa_value.h,
11178: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
11179: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
11180: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11181: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
11182: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
11183: types/pa_vxnode.h: more locally scoped vars in execute (more
11184: easily optimizable)
11185:
11186: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
11187: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
11188:
11189: * src/: include/pa_array.h, include/pa_stack.h,
11190: include/pa_string.h, main/compile_tools.C, main/main.dsp,
11191: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
11192: become assertion iterator in methodframe filler
11193:
11194: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
11195: targets/cgi/parser3.C: array::get/put inlined
11196:
11197: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
11198: gc_substitute_memory_management_functions +installed CORD_oom
11199: function
11200:
11201: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
11202: src/include/pa_config_includes.h, src/include/pa_string.h,
11203: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
11204: src/targets/cgi/parser3.C: converted debug hacks to ANSI
11205: assertions started configure.in --enable-assertions
11206:
11207: 2003-04-01 paf
11208:
11209: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
11210: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
11211: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
11212: gdome uses glib memory, and stores last pointer to xmlDoc there,
11213: gc misses that and collects valid memory fixed by remembering
11214: xmlDoc from dom object in xdoc. todo: do something with
11215: premature free of xdoc with xnodes/node values referring into it
11216:
11217: * src/classes/: mail.C: typo fix
11218:
11219: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
11220: changes
11221:
11222: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
11223: main/pa_memory.C: moved memory debugging to global level: to
11224: pa_gc_malloc
11225:
11226: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
11227: debugging showed no errors. todo: debug parser memory
11228:
11229: * src/targets/cgi/: parser3.C, parser3.dsp: more build
11230: configurations
11231:
11232: * src/: classes/classes.dsp, include/pa_config_fixed.h,
11233: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
11234: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
11235: types/types.dsp: prepared xml-static configuration
11236:
11237: 2003-03-31 paf
11238:
11239: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
11240: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
11241: xml lib memory debugging, simple checks failed: it seems that
11242: library does realloc(bad ptr), and recording those ptrs in heap
11243: [for debugging] was bad: heap situation changes = everything
11244: works fine
11245:
11246: * src/: main/pa_charset.C, include/pa_charset.h: worked around
11247: xmlRegisterCharEncodingHandler limitation [currently imposed
11248: limit of 10 user-defined charsets]
11249:
11250: 2003-03-28 paf
11251:
11252: * src/main/execute.C: execution stack copied to local register
11253: variable, removed lots [~2e7) of memory accesses
11254:
11255: 2003-03-27 paf
11256:
11257: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
11258: works in debug, but fails in release todo: fix that
11259:
11260: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
11261: targets/cgi/parser3.C: forgot to merge XML memory funcs
11262: replacement from gc branch
11263:
11264: * src/main/pa_exec.C: introducing append_help_length [radical
11265: improvement here]
11266:
11267: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
11268: 'not recommened' in gc.h, on win32 noticed no difference]
11269:
11270: * src/include/pa_array.h: returned checked array get [were disabled
11271: for debugging] result:not slower [don't understand that, it were
11272: INLINED] todo: find out a way of inlining it!
11273:
11274: * src/: include/pa_string.h, lib/gc/include/gc.h,
11275: lib/gc/include/gc_fake.h, main/compile.tab.C,
11276: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
11277: convention changed: all resulting strings are zero-terminated
11278:
11279: * src/: classes/date.C, classes/file.C, classes/hash.C,
11280: classes/string.C, classes/table.C, classes/void.C,
11281: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
11282: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
11283: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
11284: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
11285: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
11286: types/pa_vfile.C, types/pa_vmail.C: introducing
11287: append_help_length [radical improvement here]
11288:
11289: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
11290: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
11291: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
11292: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
11293: even slower
11294:
11295: * src/: classes/string.C, classes/table.C, include/pa_array.h,
11296: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
11297: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
11298: clients of &get(): most to use non-ref version, some[in tight
11299: places] to get_unchecked_ref
11300:
11301: * src/doc/memory.dox: forgot to add
11302:
11303: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
11304: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
11305: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
11306: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
11307: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11308: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
11309: targets/cgi/parser3.dsp, types/pa_vmail.C,
11310: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
11311: T>>&<< removed after Stack::pop wiping removed [moved to separate
11312: func] other Array & removed
11313:
11314: 2003-03-26 paf
11315:
11316: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
11317: classes/table.C, include/pa_array.h, include/pa_charset.h,
11318: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
11319: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11320: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
11321: main/main.dsp, main/pa_charset.C, main/pa_common.C,
11322: main/pa_exec.C, main/pa_sql_driver_manager.C,
11323: main/pa_stylesheet_manager.C, main/pa_table.C,
11324: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
11325: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11326: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
11327: pre-evaluated .count() in some places
11328:
11329: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11330: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
11331: types/types.dsp: .dsp profiling updated
11332:
11333: * src/: classes/classes.dsp, lib/cord/cord.dsp,
11334: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
11335: targets/cgi/parser3.dsp, types/types.dsp: started profiling
11336:
11337: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
11338: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
11339: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
11340: use lib/gc,lib/cord
11341:
1.97 ! moko 11342: * acsite.m4, bin/Makefile.in, etc/Makefile.in,
! 11343: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 11344: src/classes/Makefile.am, src/classes/Makefile.in,
! 11345: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
! 11346: src/include/Makefile.in, src/include/pa_common.h,
1.95 moko 11347: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
11348: src/include/pa_config_includes.h, src/include/pa_request.h,
11349: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
11350: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.97 ! moko 11351: src/lib/Makefile.am, src/lib/Makefile.in,
! 11352: src/lib/cord/Makefile.am, src/lib/cord/Makefile.in,
1.95 moko 11353: src/lib/cord/include/Makefile.am,
1.97 ! moko 11354: src/lib/cord/include/Makefile.in,
! 11355: src/lib/cord/include/private/Makefile.am,
! 11356: src/lib/cord/include/private/Makefile.in,
! 11357: src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
! 11358: src/lib/pcre/Makefile.in, src/main/Makefile.am,
! 11359: src/main/Makefile.in, src/main/pa_exec.C, src/main/pa_string.C,
! 11360: src/main/untaint.C, src/sql/Makefile.in, src/targets/Makefile.in,
! 11361: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
! 11362: src/targets/isapi/Makefile.in, src/types/Makefile.am,
! 11363: src/types/Makefile.in, src/types/pa_vclass.h,
! 11364: src/types/pa_vcookie.h, src/types/pa_vform.h,
! 11365: src/types/pa_vhash.h, src/types/pa_vimage.h, src/types/pa_vint.h,
! 11366: src/types/pa_vmail.h, src/types/pa_vresponse.h,
! 11367: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
! 11368: src/types/pa_vstatus.h, src/types/pa_vtable.h,
! 11369: src/types/pa_vxdoc.h: configured math funcs ported pa_exec
1.95 moko 11370:
11371: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
11372:
11373: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
11374: bundled gc includes
11375:
11376: * src/: classes/op.C, include/pa_array.h,
11377: include/pa_sql_connection.h, include/pa_string.h,
11378: include/pa_version.h, main/compile.tab.C, main/compile.y,
11379: main/execute.C, main/pa_common.C, main/pa_exception.C,
11380: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
11381: targets/cgi/parser3.dsp: a number of bugfixes [while testing
11382: first real site (aval)]
11383:
11384: 2003-03-25 paf
11385:
11386: * operators.txt, src/main/pa_sql_driver_manager.C,
11387: src/types/pa_vstatus.C: $status.memory used free since_compact
11388: process
11389:
11390: * src/: include/pa_sql_connection.h, main/pa_globals.C,
11391: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
11392:
11393: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
11394:
11395: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
11396: src/types/pa_value.h, src/types/pa_vfile.h,
11397: src/types/pa_vobject.C, src/types/pa_vobject.h,
11398: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
11399: tests/results/121.processed: untaint.C L_URI
11400:
11401: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
11402: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
11403: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
11404: src/types/pa_vmemory.h: ^memory:compact[]
11405:
11406: * tests/results/109.processed: it was a bug in parser. updated 109
11407: test result
11408:
11409: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
11410:
11411: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
11412: tests/results/107.processed: fixed dom language [values are now
11413: considered tainted. it was a bug in parser. updated 107 test
11414: result
11415:
11416: * src/classes/xdoc.C: fixed transform params
11417:
11418: * src/: include/pa_stylesheet_manager.h,
11419: main/pa_stylesheet_manager.C: fixed stylesheet caching
11420:
11421: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
11422: overloads for structure handling
11423:
11424: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
11425: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
11426: StringBody(0) ambiguilty, introducting static
11427: StringBody::Format(int)
11428:
11429: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
11430: linked
11431:
11432: * src/types/pa_vxdoc.C: vxdoc compiled
11433:
11434: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
11435: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
11436: finalizers isntalled
11437:
11438: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
11439: doc/exception.dox, doc/index.dox, include/pa_charset.h,
11440: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
11441: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
11442: compiled todo: xnode.C / finalizers
11443:
11444: * src/doc/string.dox: updated: new string internals
11445:
11446: 2003-03-24 paf
11447:
11448: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11449: include/pa_charset.h, include/pa_config_fixed.h,
11450: include/pa_request.h, include/pa_stylesheet_connection.h,
11451: include/pa_stylesheet_manager.h, main/pa_charset.C,
11452: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
11453: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
11454: types/pa_vxnode.h: started XML
11455:
11456: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
11457:
11458: * src/: classes/file.C, classes/image.C, classes/mail.C,
11459: include/pa_string.h, main/pa_common.C,
11460: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
11461:
11462: * src/: classes/file.C, classes/image.C, classes/mail.C,
11463: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
11464: main/pa_request.C, main/pa_sql_driver_manager.C,
11465: types/pa_vimage.h: size_t pos everywhere checks changed to check
11466: for eq STRING_NOT_FOUND
11467:
11468: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
11469: optimize bit implemented
11470:
11471: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
11472: String::ArrayFragment::append_positions fixed
11473:
11474: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
11475: String::this_starts fixed
11476:
11477: * src/main/pa_string.C, tests/Makefile: string::pos fixed
11478:
11479: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
11480: hashcode implemented fully, including per-char callback [it can
11481: be - substr CORD node]
11482:
11483: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
11484: rewritten to rewalloc with 100byte buf ahead
11485:
11486: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
11487: src/include/pa_string.h, src/main/compile.tab.C,
11488: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
11489: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
11490: CORD_ec [bad] would rewrite as realloc now
11491:
11492: * src/: classes/date.C, classes/file.C, classes/form.C,
11493: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
11494: include/pa_cache_managers.h, include/pa_charsets.h,
11495: include/pa_common.h, include/pa_request.h,
11496: include/pa_sql_driver_manager.h, include/pa_table.h,
11497: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
11498: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
11499: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
11500: types/pa_vmail.C, types/pa_vmethod_frame.C,
11501: types/pa_vstateless_class.h: 2*2 worked :)
11502:
11503: * parser3.dsw, src/classes/date.C, src/classes/file.C,
11504: src/include/pa_exec.h, src/include/pa_string.h,
11505: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
11506: passed OK
11507:
11508: * src/: classes/hash.C, classes/string.C, classes/table.C,
11509: types/pa_value.C: all linked todo: debug
11510:
11511: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
11512: types/pa_vstateless_class.C: all compiled. todo:link
11513:
11514: * src/types/pa_wcontext.C: pa_wcontext.C compiled
11515:
11516: * src/types/pa_vtable.C: pa_vtable.C compiled
11517:
11518: * src/types/pa_vstring.C: pa_vstring.C compiled
11519:
11520: * src/types/pa_vstatus.C: pa_vstatus.C compiled
11521:
11522: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
11523: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
11524: pa_vstateless_class.C, pa_vstateless_class.h:
11525: pa_vstateless_class.C compiled
11526:
11527: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
11528: types/pa_vmath.C: pa_vmail.C compiled
11529:
11530: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
11531:
11532: * src/types/pa_vform.C: pa_vform.C compiled
11533:
11534: * src/types/pa_vfile.C: pa_vfile.C compiled
11535:
11536: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
11537: pa_vstateless_class.C: pa_vcookie.C compiled
11538:
11539: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
11540: types/pa_vhash.h: pa_value.C compiled
11541:
11542: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
11543: classes.lib main.lib compiled
11544:
11545: * src/classes/void.C: void.C compiled
11546:
11547: * src/: classes/string.C, classes/table.C, include/pa_string.h,
11548: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
11549: compiled
11550:
11551: * src/: classes/string.C, include/pa_request.h,
11552: include/pa_string.h, main/pa_string.C: string.C compiled
11553:
11554: * src/: classes/op.C, classes/string.C, classes/table.C,
11555: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
11556: main/pa_request.C, main/pa_string.C: op.C compiled
11557:
11558: * src/classes/: math.C, op.C: math.C compiled
11559:
11560: * src/: classes/mail.C, classes/string.C, classes/table.C,
11561: types/pa_vmail.h: mail.C compiled
11562:
11563: * src/classes/: int.C, table.C: int.C compiled
11564:
11565: * src/: classes/hash.C, classes/image.C, classes/string.C,
11566: classes/table.C, include/pa_memory.h, include/pa_string.h,
11567: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
11568: compiled
11569:
11570: * src/: classes/hash.C, classes/string.C, classes/table.C,
11571: classes/void.C, classes/xdoc.C, include/pa_request.h,
11572: include/pa_sql_connection.h: hash.C compiled
11573:
11574: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
11575: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
11576: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
11577: classes/math.C, classes/op.C, classes/response.C,
11578: classes/string.C, classes/table.C, classes/void.C,
11579: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
11580: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
11581: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
11582: file.C table.C compiled
11583:
11584: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
11585: main/untaint.C: main.lib compiled
11586:
11587: 2003-03-21 paf
11588:
11589: * src/: classes/op.C, include/pa_cache_managers.h,
11590: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11591: include/pa_stylesheet_manager.h, main/pa_exception.C,
11592: main/pa_globals.C, main/pa_sql_driver_manager.C,
11593: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
11594: compiled
11595:
11596: * src/: classes/hash.C, classes/image.C, classes/op.C,
11597: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
11598: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
11599: main/compile.C, main/pa_common.C, main/pa_request.C,
11600: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
11601: pa_request.C compiled
11602:
11603: * src/: classes/hash.C, classes/mail.C, classes/op.C,
11604: include/pa_request.h, main/execute.C, main/pa_request.C,
11605: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
11606: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
11607: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11608: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
11609: compiled
11610:
11611: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
11612: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
11613: on unix
11614:
11615: * src/: include/pa_charset.h, include/pa_charsets.h,
11616: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
11617: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
11618: pa_charsets.C compiled
11619:
11620: * src/: classes/image.C, classes/mail.C, classes/op.C,
11621: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
11622: main/compile.y, main/execute.C, main/pa_common.C,
11623: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
11624: types/pa_vcode_frame.h, types/pa_vimage.h,
11625: types/pa_vmethod_frame.h: execute.C compiled
11626:
11627: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11628: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11629: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11630: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
11631: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11632: include/pa_cache_managers.h, include/pa_charsets.h,
11633: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
11634: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
11635: include/pa_sql_driver_manager.h, include/pa_string.h,
11636: include/pa_stylesheet_connection.h,
11637: include/pa_stylesheet_manager.h, include/pa_table.h,
11638: main/compile.C, main/compile.tab.C, main/compile.y,
11639: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11640: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11641: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
11642: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
11643: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
11644: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11645: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11646: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
11647: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
11648: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
11649: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
11650: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11651: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11652: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
11653: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11654: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11655: types/pa_vresponse.h, types/pa_vstateless_class.C,
11656: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11657: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11658: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11659: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11660: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11661: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
11662: [C++ CORD wrapper]
11663:
11664: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
11665:
11666: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
11667: $file::exec/cgi[script; $.charset[this is script's charset]
11668:
11669: command line, env values, input got transcoded before call
11670: stdout, stderr got transcoded after call
11671:
11672: * src/classes/file.C: ^file::exec/cgi now does not pass post data
11673: by default. use: ^file::exec[...;$.stdin[$request.body]
11674:
11675: * src/main/pa_common.C: } typo bug fix
11676:
11677: * src/main/pa_common.C: } typo bug fix
11678:
11679: 2003-03-20 paf
11680:
11681: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
11682: main/untaint.C: cord bug fix, but still errors todo: clear out
11683:
11684: * src/include/pa_string.h: more tests
11685:
11686: * src/main/pa_string.C: string.pos fixed
11687:
1.97 ! moko 11688: * src/lib/: ltdl/Makefile.in, ltdl/config_fixed.h, ltdl/configure,
! 11689: ltdl/configure.in, ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h,
! 11690: pcre/dftables.c, pcre/get.c, pcre/internal.h, pcre/maketables.c,
! 11691: pcre/pcre.c, pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c:
! 11692: undone bad replaces
1.95 moko 11693:
11694: * src/: classes/image.C, include/pa_dictionary.h,
11695: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
11696: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
11697: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
11698: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
11699:
11700: * src/include/pa_string.h: warning
11701:
11702: * src/include/pa_string.h: this_starts fixed
11703:
11704: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
11705: new String ctor & append params convention
11706:
11707: * src/: classes/file.C, classes/hash.C, classes/image.C,
11708: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
11709: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
11710: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
11711: main/pa_exception.C, main/pa_exec.C,
11712: main/pa_sql_driver_manager.C, main/pa_string.C,
11713: main/pa_stylesheet_manager.C, main/untaint.C,
11714: targets/isapi/parser3isapi.C, types/pa_vimage.C,
11715: types/pa_vmail.C: more tests OK
11716:
11717: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
11718: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
11719: gc/exit runned OK
11720:
11721: * src/types/pa_vmail.C: another naming problem: should not name
11722: vars like that: unpredictable close caused problems with later
11723: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
11724: descriptors missing on startup: stdin; Bad file number
11725:
11726: todo: find out why so many filters(stream) here. probably wrong?
11727:
11728: * src/: include/pa_dictionary.h, include/pa_string.h,
11729: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
11730: main/untaint.C: test compiled
11731:
11732: * src/: classes/image.C, classes/mail.C, classes/math.C,
11733: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
11734: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
11735: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
11736: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
11737: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
11738: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
11739: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
11740: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
11741: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
11742:
11743: * parser3.dsw, src/classes/file.C, src/classes/image.C,
11744: src/classes/op.C, src/classes/string.C, src/classes/table.C,
11745: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
11746: src/include/pa_memory.h, src/include/pa_request.h,
11747: src/include/pa_request_charsets.h,
11748: src/include/pa_sql_connection.h, src/include/pa_string.h,
11749: src/main/compile.tab.C, src/main/execute.C,
11750: src/main/pa_charset.C, src/main/pa_common.C,
11751: src/main/pa_exception.C, src/main/pa_exec.C,
11752: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
11753: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
11754: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
11755: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
11756: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
11757: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
11758: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
11759: src/types/pa_vobject.C, src/types/pa_vresponse.C,
11760: src/types/pa_vstatus.C, src/types/pa_vstring.C,
11761: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11762: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
11763: pa_common.C [done, without http for now]
11764:
11765: 2003-03-19 paf
11766:
11767: * src/: classes/date.C, classes/form.C, classes/hash.C,
11768: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
11769: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
11770: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
11771: include/pa_string.h, include/pa_table.h, main/compile.C,
11772: main/compile_tools.C, main/execute.C, main/pa_charset.C,
11773: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
11774: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
11775: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
11776: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
11777: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
11778: types/pa_vstateless_class.h, types/pa_vtable.C,
11779: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
11780: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
11781: types/pa_wwrapper.h: started test
11782:
1.97 ! moko 11783: * src/lib/pcre/: Makefile.in, dftables.c, get.c, maketables.c,
! 11784: pcre.c, pcre.dsp, pcre.h, pcre_parser_ctype.c, study.c: restored
! 11785: bad replaces
1.95 moko 11786:
11787: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
11788: include/pa_string.h, main/pa_string.C: string compiled todo: test
11789: it
11790:
11791: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
11792: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
11793: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
11794: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
11795: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
11796: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
11797: types/pa_vmethod_frame.h, types/types.dsp: string
11798: reimplementation with cord+array<fragment>: 70%
11799:
11800: 2003-03-18 paf
11801:
11802: * src/: classes/date.C, classes/file.C, classes/form.C,
11803: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
11804: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
11805: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
11806: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
11807: can ignore lang in cmp and pos really, but would
11808: split properly!
11809:
11810: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
11811: cord part made parser/src/lib: it's not compiled into libgc by
11812: default
11813:
11814: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
11815: src/classes/date.C, src/classes/double.C, src/classes/file.C,
11816: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
11817: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
11818: src/classes/op.C, src/classes/response.C, src/classes/string.C,
11819: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
11820: src/classes/xnode.C, src/classes/xnode.h,
11821: src/include/Makefile.am, src/include/pa_cache_managers.h,
11822: src/include/pa_charset.h, src/include/pa_charsets.h,
11823: src/include/pa_common.h, src/include/pa_dictionary.h,
11824: src/include/pa_exception.h, src/include/pa_exec.h,
11825: src/include/pa_globals.h, src/include/pa_hash.h,
11826: src/include/pa_memory.h, src/include/pa_pool.h,
11827: src/include/pa_request.h, src/include/pa_request_charsets.h,
11828: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
11829: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
11830: src/include/pa_stylesheet_connection.h,
11831: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
11832: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
11833: src/main/compile.C, src/main/compile.tab.C,
11834: src/main/compile_tools.C, src/main/compile_tools.h,
11835: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
11836: src/main/pa_charsets.C, src/main/pa_common.C,
11837: src/main/pa_dictionary.C, src/main/pa_exception.C,
11838: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
11839: src/main/pa_pool.C, src/main/pa_request.C,
11840: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
11841: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
11842: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
11843: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
11844: src/types/pa_junction.h, src/types/pa_method.h,
11845: src/types/pa_value.C, src/types/pa_value.h,
11846: src/types/pa_vclass.C, src/types/pa_vclass.h,
11847: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
11848: src/types/pa_vcookie.h, src/types/pa_vdate.h,
11849: src/types/pa_vdouble.h, src/types/pa_venv.h,
11850: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
11851: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
11852: src/types/pa_vimage.C, src/types/pa_vimage.h,
11853: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
11854: src/types/pa_vmath.C, src/types/pa_vmath.h,
11855: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
11856: src/types/pa_vobject.C, src/types/pa_vobject.h,
11857: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
11858: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
11859: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
11860: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
11861: src/types/pa_vstatus.h, src/types/pa_vstring.C,
11862: src/types/pa_vstring.h, src/types/pa_vtable.C,
11863: src/types/pa_vtable.h, src/types/pa_vvoid.h,
11864: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11865: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11866: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
11867: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
11868: gc: PA_Object done lots of replacements also
11869:
11870: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
11871: gc logging
11872:
11873: 2003-03-17 paf
11874:
11875: * src/: classes/date.C, classes/file.C, classes/form.C,
11876: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
11877: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
11878: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
11879: include/pa_string.h, include/pa_types.h, main/compile.C,
11880: main/compile.tab.C, main/execute.C, main/pa_charset.C,
11881: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
11882: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
11883: main/pa_sql_driver_manager.C, main/pa_string.C,
11884: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
11885: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
11886: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
11887: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
11888: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
11889: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
11890: types/pa_vxnode.h: libgc attempt
11891:
11892: 2003-03-13 paf
11893:
11894: * src/: include/pa_sql_driver_manager.h,
11895: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
11896: called
11897:
11898: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
11899: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
11900: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
11901: types/pa_value.h, types/pa_vobject.h,
11902: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
11903: set_base, set_derived simplified [counter leaks fixed]
11904:
11905: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
11906: src/types/types.dsp: incorporated status class patch From:
11907: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
11908: 2003 8:14 AM
11909:
11910: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
11911: Win32 specific: QuotaPeakNonPagedPoolUsage
11912: QuotaPeakPagedPoolUsage PeakPagefileUsage]
11913:
11914: 2003-03-12 paf
11915:
1.97 ! moko 11916: * configure, configure.in, src/lib/ltdl/Makefile.in,
! 11917: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
! 11918: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in:
1.95 moko 11919: lib/ltdl/Makefile now created by /configure.in only [were by
11920: lib/ltdl/configure.in OVERWRITE]
11921:
1.97 ! moko 11922: * Makefile.in, configure, configure.in, bin/Makefile.in,
! 11923: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 11924: src/Makefile.in, src/classes/Makefile.in,
! 11925: src/include/Makefile.in, src/lib/Makefile.in,
! 11926: src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
! 11927: src/main/Makefile.in, src/sql/Makefile.in,
! 11928: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 11929: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 11930: src/types/Makefile.in: libstdc++ linkage fixed for g++ 3.2.2
1.95 moko 11931:
11932: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
11933: on using privately declared class [fixed]
11934:
11935: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
11936: 3.2 rightliy complained on using privately declared class [fixed]
11937:
11938: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
11939: sigpipe before request constructor now causes death
11940:
11941: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
11942: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
11943: not cause exception in exception handler
11944:
1.97 ! moko 11945: * Makefile.in, configure, configure.in, bin/Makefile.in,
! 11946: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 11947: src/Makefile.in, src/classes/Makefile.in,
! 11948: src/include/Makefile.in, src/lib/Makefile.in,
! 11949: src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
! 11950: src/main/Makefile.in, src/sql/Makefile.in,
! 11951: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 11952: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 11953: src/types/Makefile.in: configure now default links libstdc++
! 11954: statically. that can be overriden by --with-dynamic-stdcpp
1.95 moko 11955:
11956: 2003-03-11 paf
11957:
11958: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
11959: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
11960: necessity of libstdc++
11961:
11962: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
11963:
11964: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
11965:
11966: 2003-03-08 paf
11967:
11968: * tests/Makefile: make install & co
11969:
11970: * src/: include/pa_request.h, classes/op.C: removing
11971: vclass,object.h -> pa_request.h dependency
11972:
11973: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
11974: main/pa_request.C: removing vform,response,cookie.h ->
11975: pa_request.h dependency
11976:
11977: * src/include/pa_request.h: removing vmail.h -> pa_request.h
11978: dependency [testing...]
11979:
11980: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
11981: return 0; fixed
11982:
11983: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
11984: types/pa_vmail.h: vmail.C received just compiled [not tested]
11985:
11986: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
11987:
11988: * src/main/pa_request.C: forgotten: ifdef XML
11989:
11990: * src/main/pa_request.C: forgotten: ifdef XML
11991:
11992: * src/targets/cgi/parser3.C: todo: move to latest xml version on
11993: win32 and run memleak tests again
11994:
11995: * src/targets/cgi/parser3.C: charsets: see some strange things with
11996: old xml lib-- it's internal memory handling has faults
11997:
11998: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
11999: problems when transcode from charset A to A.
12000:
12001: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
12002: todo: still problems when transcode from charset A to A.
12003:
12004: * src/: classes/hash.C, classes/mail.C, classes/string.C,
12005: classes/table.C, include/pa_array.h,
12006: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
12007: started full-scale-site-test [~ http://parser.ru sources]
12008:
12009: some fixes
12010:
12011: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
12012: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12013: 117.html, 118.html, 119.html, 120.html, results/109.processed,
12014: results/110.processed, results/111.processed,
12015: results/112.processed, results/113.processed,
12016: results/114.processed, results/115.processed,
12017: results/116.processed, results/117.processed,
12018: results/118.processed, results/119.processed,
12019: results/120.processed: xml: tests 109 dom create/show 110 xpath
12020: selectSingle 111 xdoc.create from tainted & 112
12021: xdoc.create/output with russian attr value 113 xpath
12022: selectString/Number 114 dom attributes.count 115 xpath selectBool
12023: 116 output media-type change 117 transform by dom stylesheet 118
12024: empty transform result 119 dom setAttribute 120 nbsp letter
12025: output
12026:
12027: =END OF PREPARED XML TESTS=
12028:
12029: 2003-03-07 paf
12030:
12031: * src/classes/xdoc.C, src/include/pa_charset.h,
12032: src/include/pa_stylesheet_connection.h, tests/108.html,
12033: tests/108.xsl, tests/results/108.processed: xml: test 108
12034: transform with params [bugs fixed]
12035:
12036: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
12037: from copy/paste bug
12038:
12039: * src/classes/xdoc.C, src/include/pa_charset.h,
12040: src/include/pa_request.h, src/main/execute.C,
12041: src/main/pa_charset.C, src/main/pa_exception.C,
12042: src/main/pa_globals.C, src/main/pa_request.C,
12043: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12044: src/types/pa_vxnode.C, tests/107.html,
12045: tests/results/107.processed: xml: test: 107 bug fixes
12046:
12047: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12048: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12049: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
12050:
12051: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
12052: string
12053:
12054: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
12055: mem alloc functions used for different cases [libxml, libxsl]
12056:
12057: * src/classes/classes.C: fixed: prevent system classes from
12058: modification to lock ALL the classes, not only directly used
12059:
12060: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
12061: linked
12062:
12063: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
12064:
12065: 2003-03-06 paf
12066:
12067: * src/classes/xdoc.C: xdoc.C 50%
12068:
12069: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
12070: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
12071: main/pa_globals.C, main/pa_request.C,
12072: main/pa_stylesheet_manager.C: xnode.C compiled
12073:
12074: * src/: include/pa_stylesheet_connection.h,
12075: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
12076: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
12077:
12078: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
12079: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12080: xml: stylesheet&manager STARTED
12081:
12082: * src/: include/pa_globals.h, main/pa_charset.C,
12083: main/pa_exception.C, main/pa_globals.C: xml: exceptions
12084:
12085: * src/: include/pa_charset.h, include/pa_config_fixed.h,
12086: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
12087: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
12088: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
12089: charsets
12090:
12091: * tests/023.html: in some cases it rounded up badly. postponing
12092: solution of that problem, making more simple test
12093:
12094: * tests/: 058_paf2000.png, results/058.processed: .png added with
12095: -kb now
12096:
12097: * src/: include/pa_charset.h, include/pa_charsets.h,
12098: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
12099: moved to charsets.C
12100:
12101: 2003-03-05 paf
12102:
12103: * src/classes/string.C, src/include/pa_string.h,
12104: src/main/pa_string.C, tests/105.html,
12105: tests/results/105.processed: String::match bug fixed
12106:
12107: * src/classes/op.C, src/main/main.dsp, tests/104.html,
12108: tests/results/104.processed: ^bpt operator added [does int3 in
12109: debug build on win32]
12110:
12111: * tests/: 057.html, results/057.processed: test bug fixed
12112:
1.97 ! moko 12113: * src/targets/cgi/: Makefile.am, Makefile.in: linker needed more
! 12114: tricks to link OK
1.95 moko 12115:
12116: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
12117: missing
12118:
1.97 ! moko 12119: * src/: include/Makefile.am, include/Makefile.in, main/Makefile.am,
! 12120: main/Makefile.in, types/Makefile.am, types/Makefile.in: forgotten
! 12121: files added to Makes
1.95 moko 12122:
12123: * ltmain.sh: ltmain.sh added
12124:
12125: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
12126: change undone ;(
12127:
12128: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
12129: made static
12130:
12131: * src/: classes/math.C, classes/op.C, classes/string.C,
1.97 ! moko 12132: lib/Makefile.in, lib/md5/Makefile.in, lib/pcre/Makefile.in,
! 12133: main/pa_exec.C, targets/Makefile.in, targets/cgi/Makefile.am,
! 12134: targets/cgi/Makefile.in: gcc more happy. todo:make linker happy
1.95 moko 12135:
12136: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
12137: env param made optional
12138:
12139: 2003-03-04 paf
12140:
12141: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
12142: types/pa_vimage.h: number of gcc compiler bugs fixed
12143:
12144: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
12145: results/103.processed: tests: 103 image.copy transparence test
12146:
12147: * src/main/execute.C, tests/101.html, tests/102.html,
12148: tests/results/101.processed, tests/results/102.processed: tests:
12149: 101 method/variable name conflict test 102 form fields change
12150: should not not change anything [bug fix]
12151:
12152: * tests/: 057.html, 099.html, 100.html, results/057.processed,
12153: results/099.processed, results/100.processed: tests: 57 date
12154: create 2002: added 99,100 response:body/download
12155:
12156: * src/classes/image.C, tests/098.html, tests/098font.gif,
12157: tests/results/098.processed: test: 98 image font text [bug fixed]
12158:
12159: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
12160: tests/results/097.processed: test: 97 file::load http:// [bugs
12161: fixed]
12162:
12163: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
12164: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
12165: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
12166: image EXIF [bug fixed]
12167:
12168: * src/classes/table.C, src/main/execute.C, tests/061.dat,
12169: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
12170: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
12171: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
12172: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
12173: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
12174: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
12175: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
12176: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
12177: tests/094.html, tests/095.html, tests/results/061.processed,
12178: tests/results/062.processed, tests/results/063.processed,
12179: tests/results/064.processed, tests/results/065.processed,
12180: tests/results/066.processed, tests/results/067.processed,
12181: tests/results/068.processed, tests/results/069.processed,
12182: tests/results/070.processed, tests/results/071.processed,
12183: tests/results/072.processed, tests/results/073.processed,
12184: tests/results/074.processed, tests/results/075.processed,
12185: tests/results/076.processed, tests/results/077.processed,
12186: tests/results/078.processed, tests/results/080.processed,
12187: tests/results/081.processed, tests/results/082.processed,
12188: tests/results/083.processed, tests/results/084.processed,
12189: tests/results/085.processed, tests/results/086.processed,
12190: tests/results/087.processed, tests/results/088.processed,
12191: tests/results/089.processed, tests/results/090.processed,
12192: tests/results/091.processed, tests/results/092.processed,
12193: tests/results/093.processed, tests/results/094.processed,
12194: tests/results/095.processed, tests/079.html,
12195: tests/results/079.processed: tests: 61 file::stat size 62
12196: string->int autoconvert 63 double .int,dec,div,mul 64 date
12197: compare 65 file: basename,justname,justext 66 math:crypt 67
12198: string.match simple on long 68 string.match normalized simple on
12199: long 69 string.int 70 file::stat content-type 71 table.join 72
12200: hash parameter conditional pass 73 date daylightsaving,yearday 74
12201: date arithmetics 75 response date values/attributes 76 string.pos
12202: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
12203: with local 80 scientific numeric literal in string autoconvert 81
12204: xor: logical and numerical 82 for delims 83 menu delims 84
12205: table.hash distinct 85 long string replace 86 throw+catch
12206: current language preserve 87 bit shifts 88 junction tests +
12207: $caller test 89 hash.foreach selfmodification 90 int/void to int
12208: 91 $caller test 92 junction is + def junction tests 93 $caller
12209: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
12210:
12211: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
12212: fixed] 60 string eq string [bug fixed]
12213:
12214: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
12215: 058.html, 058_paf2000.png, 059.html, 060.html,
12216: results/053.processed, results/054.processed,
12217: results/055.processed, results/056.processed,
12218: results/057.processed, results/058.processed,
12219: results/059.processed, results/060.processed: test: 53
12220: string.replace 54 junctions 55 table.hash 56 call indirect 57
12221: date.create[string] 58 image.measure[png]
12222:
12223: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
12224: outputs/051.processed, results/052.processed: test: 52
12225: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
12226: task: fix that
12227:
12228: 2003-03-03 paf
12229:
12230: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
12231: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
12232: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
12233: outputs/049.processed, outputs/050.processed,
12234: outputs/051.processed, results/001.processed,
12235: results/002.processed, results/003.processed,
12236: results/005.processed, results/006.processed,
12237: results/008.processed, results/009.processed,
12238: results/011.processed, results/012.processed,
12239: results/013.processed, results/014.processed,
12240: results/015.processed, results/016.processed,
12241: results/017.processed, results/020.processed,
12242: results/021.processed, results/022.processed,
12243: results/024.processed, results/025.processed,
12244: results/026.processed, results/027.processed,
12245: results/028.processed, results/029.processed,
12246: results/030.processed, results/031.processed,
12247: results/049.processed, results/050.processed,
12248: results/051.processed, results/043.processed,
12249: results/044.processed, results/045.processed,
12250: results/046.processed, results/047.processed,
12251: results/048.processed: tests: 43,44,45 date rolls 46
12252: autoevaluating junction 47 table.select 48 name with subvar 49
12253: hash-creating switch 50 process 51 started parent/child, works as
12254: it were but it were NOT GOOD, created separate task to fix that
12255:
12256: * tests/: 042.html, results/042.processed: test: 42
12257: exception.handled
12258:
12259: * tests/: 041.html, results/041.processed: test: 41 table.locate by
12260: expression
12261:
12262: * tests/: 040.html, results/040.processed: test: 39 method result
12263: of type table 40 method param junction auto evaluate
12264:
12265: * tests/: 039.html, results/039.processed: test: 37 method result
12266: of type table
12267:
12268: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
12269: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
12270: tests/038.html, tests/results/033.processed,
12271: tests/results/034.processed, tests/results/035.processed,
12272: tests/results/036.processed, tests/results/037.processed,
12273: tests/results/038.processed: tests: 33 string.replace 34
12274: string.upper 35 table created 36 local/global vars with juntions
12275: 37 table clone 38 math PI & number formatting
12276:
12277: math class registring typo fixed
12278:
12279: * src/classes/op.C, src/include/pa_request.h,
12280: src/include/pa_string.h, src/main/execute.C,
12281: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
12282: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
12283: tests/032.html, tests/results/032.processed: uchar changed to
12284: String_UL in all places [was not everywhere] untaint test: 032
12285:
12286: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
12287: tests/results/004.processed, tests/parser-cygwin.sh,
12288: tests/parser-unix.sh: removed -H command line key, now testing
12289: using .sh file with SERVER_SOFTWARE=xxx
12290:
12291: 2003-02-26 paf
12292:
12293: * src/main/execute.C, src/types/pa_vstateless_class.h,
12294: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
12295: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
12296: tests/results/024.processed, tests/results/025.processed,
12297: tests/results/026.processed, tests/results/027.processed,
12298: tests/results/028.processed, tests/results/029.processed,
12299: tests/results/030.processed, tests/results/031.processed: fixed
12300: bug with name_cstr mutable CharPtr more tests
12301:
12302: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
12303: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
12304: << abort. die now just exits
12305:
12306: * src/classes/classes.awk, src/classes/classes.h,
12307: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12308: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12309: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12310: src/classes/op.C, src/classes/response.C, src/classes/string.C,
12311: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
12312: src/classes/xnode.C, src/include/pa_memory.h,
12313: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
12314: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
12315: src/types/pa_vform.C, tests/015.html, tests/016.html,
12316: tests/017.html, tests/018.html, tests/019.html,
12317: tests/019paf2001.gif, tests/020.html, tests/021.html,
12318: tests/022.html, tests/023.html, tests/022_dir/a.html,
12319: tests/022_dir/b.txt, tests/022_dir/c.htm,
12320: tests/results/015.processed, tests/results/016.processed,
12321: tests/results/017.processed, tests/results/018.processed,
12322: tests/results/019.processed, tests/results/020.processed,
12323: tests/results/021.processed, tests/results/022.processed,
12324: tests/results/023.processed: methoded_array now contains all Mxxx
12325: classes SAPI::get_env now returns info on pool more tests
12326:
12327: * src/include/pa_array.h, src/include/pa_hash.h,
12328: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
12329: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
12330: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
12331: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
12332: tests/014.html, tests/Makefile, tests/outputs/create-dir,
12333: tests/results/001.processed, tests/results/002.processed,
12334: tests/results/003.processed, tests/results/004.processed,
12335: tests/results/005.processed, tests/results/006.processed,
12336: tests/results/007.processed, tests/results/008.processed,
12337: tests/results/009.processed, tests/results/010.processed,
12338: tests/results/011.processed, tests/results/012.processed,
12339: tests/results/013.processed, tests/results/014.processed: hash
12340: cloning fixed
12341:
12342: 2003-02-25 paf
12343:
12344: * src/main/pa_common.C: typo fixed
12345:
12346: 2003-02-24 paf
12347:
12348: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
12349: [one remained]
12350:
12351: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
12352: [should have been get_string(&pool)] todo: check other such calls
12353:
12354: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
12355: test10, bad lookups
12356:
12357: xxx* xxx=smartptr.get(); << is bad style, after ";" original
12358: object got destructed, and xxx points to sky
12359:
12360: * ChangeLog, src/classes/string.C: match bug fixed
12361:
12362: * src/types/pa_vmail.C: body [text/html] transcoded to
12363: $.charset[specified] now
12364:
12365: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
12366: which failed to handle sigsetjmp+throw: crashed inside of
12367: pre-throw code. rewritten simplier [though duplicating
12368: closesocket code]
12369:
12370: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
12371: which failed to handle sigsetjmp+throw: crashed inside of
12372: pre-throw code. rewritten simplier [though duplicating
12373: closesocket code]
12374:
12375: 2003-02-21 paf
12376:
12377: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
12378: $cookie:name[$.expires[date << can be now]]
12379:
12380: written makefile with regression tests [raw]
12381:
12382: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
12383: tests' only [it's not forcing CGI mode now] now use -H to output
12384: CGI header when parser used in command line [useful for tests
12385: also]
12386:
12387: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
12388: switches on CGI mode, and is used in regression tests
12389:
12390: * src/: include/pa_request.h, main/pa_request.C,
12391: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
12392: fixed
12393:
12394: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
12395: handling pa_*
12396:
12397: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
12398: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
12399: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
12400: memory handling files
12401:
12402: * src/main/pa_array.C: pool::format_integer terminator fixed
12403:
12404: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
12405: compiles OK test to show benefits of free
12406:
12407: * src/: classes/file.C, classes/image.C, classes/mail.C,
12408: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
12409: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
12410: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
12411: use pool [as the one in ^process]
12412:
12413: * src/classes/op.C: fixed process. sould now check for all cstr's
12414: -- some must use pool [as the one in ^process]
12415:
12416: 2003-02-20 paf
12417:
12418: * src/: classes/date.C, classes/double.C, classes/file.C,
12419: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
12420: classes/math.C, classes/op.C, classes/response.C,
12421: classes/string.C, classes/table.C, classes/void.C,
12422: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
12423: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
12424: string cmp fixed
12425:
12426: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
12427: values passed OK now
12428:
12429: 2003-02-19 paf
12430:
12431: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
12432: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
12433: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
12434: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
12435: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
12436: all remaning leaks resulted from pooled::malloc calls [excluding
12437: in gd -- planning complete rewrite extremely ugly code]
12438:
12439: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
12440: files
12441:
12442: 2003-02-17 paf
12443:
12444: * src/: classes/date.C, classes/double.C, classes/file.C,
12445: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12446: classes/response.C, classes/string.C, classes/table.C,
12447: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
12448: include/pa_stylesheet_connection.h,
12449: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
12450: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
12451: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
12452: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
12453: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
12454: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
12455: of unitialized simple-typed field
12456:
12457: * src/: classes/classes.C, classes/classes.h, main/execute.C,
12458: main/pa_charset.C, main/pa_request.C: another bug of unitialized
12459: simple-typed field fixed. todo: find&kill all like that one
12460:
12461: * src/: main/execute.C, targets/cgi/pa_pool.C,
12462: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
12463: debug output fixed
12464:
12465: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
12466: main/pa_request.C: stack-stored items need extra .ref to prevent
12467: object_ptr from delete[them]
12468:
12469: * src/: classes/date.C, classes/op.C, classes/table.C,
12470: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
12471: include/pa_charset.h, main/Makefile.am, main/main.dsp,
12472: main/pa_charset.C, main/pa_common.C,
12473: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
12474: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
12475: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
12476: calls
12477:
12478: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
12479: couple mem leaks rusulted from old pooled::malloc usage.
12480: todo:find more like those
12481:
12482: * src/main/: compile.C, compile_tools.C: 2*2!
12483:
12484: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
12485: stackItem fixed [there were no string on stack before]
12486:
12487: * src/: main/execute.C, main/pa_request.C,
12488: types/pa_vmethod_frame.C: first letters out OK
12489:
12490: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
12491: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
12492: main/pa_string.C, main/untaint.C, types/pa_value.h,
12493: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
12494: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
12495: type not initialized with zeros :( while class fields of class
12496: types initialized with default constructors. learn C++
12497:
12498: * src/: classes/classes.awk, classes/double.C, classes/file.C,
12499: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
12500: classes/math.C, classes/xdoc.C, classes/xnode.C,
12501: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
12502: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
12503:
12504: 2003-02-14 paf
12505:
12506: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
12507: 13 link errors
12508:
12509: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
12510: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
12511: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12512: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
12513: errors :)
12514:
12515: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
12516: classes/hash.C, classes/mail.C, classes/op.C,
12517: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
12518: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
12519: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
12520: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
12521:
12522: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
12523: classes/table.C, include/pa_common.h, include/pa_globals.h,
12524: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
12525: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
12526: types/pa_vint.h, types/types.dsp: op compiled
12527:
12528: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
12529: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
12530: main/untaint.C, types/pa_vtable.h: string, response compiled
12531:
12532: 2003-02-07 paf
12533:
12534: * src/: classes/table.C, types/pa_vtable.h: table compiled
12535:
12536: 2003-02-06 paf
12537:
12538: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
12539: mail compiled
12540:
12541: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
12542: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
12543: types/pa_vfile.h, types/pa_vimage.h: image compiled
12544:
12545: * src/classes/: file.C, form.C: form compiled
12546:
12547: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
12548: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
12549: types/pa_vfile.C, types/pa_vfile.h: file compiled
12550:
12551: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
12552: types/pa_vmath.h: math compiled [win32]
12553:
12554: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
12555: types/pa_vstring.h: hash compiled
12556:
12557: 2003-02-04 paf
12558:
12559: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
12560: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
12561: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
12562: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
12563: types/pa_vhash.h: hash 50% compiled
12564:
12565: * src/: classes/date.C, classes/file.C, classes/hash.C,
12566: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
12567: classes/string.C, classes/table.C, classes/xdoc.C,
12568: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
12569: main/pa_string.C: date compiled
12570:
12571: * src/classes/: classes.dsp, double.C: double compiled
12572:
12573: * src/: classes/date.C, classes/double.C, classes/file.C,
12574: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
12575: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
12576: classes/string.C, classes/table.C, classes/void.C,
12577: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
12578: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
12579: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
12580: compiled
12581:
12582: * src/: classes/date.C, classes/double.C, classes/file.C,
12583: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
12584: classes/math.C, classes/op.C, classes/response.C,
12585: classes/string.C, classes/table.C, classes/void.C,
12586: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12587: types/pa_vvoid.h: void compiled :)
12588:
12589: * src/: include/pa_globals.h, main/pa_cache_managers.C,
12590: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12591: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
12592: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
12593: main/pa_string.C, main/pa_uue.C, main/untaint.C,
12594: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
12595: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
12596: types/pa_vresponse.C, types/pa_vstateless_class.C,
12597: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
12598: types/pa_wcontext.C, types/types.dsp: removed stupid
12599: value_includes.h
12600:
12601: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
12602: trying to remove stupid value_includes.h
12603:
12604: * src/main/pa_exec.C: pa_exec compiled on win32
12605:
12606: * src/main/pa_exec.C: libmain.a compiled on six [unix]
12607:
12608: * src/: include/pa_globals.h, include/pa_request.h,
12609: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
12610: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
12611: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
12612: types/pa_vrequest.C, types/pa_vstateless_class.C,
12613: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
12614:
12615: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
12616: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
12617: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
12618:
12619: * src/: include/pa_array.h, include/pa_config_includes.h,
12620: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
12621: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
12622: compiled
12623:
12624: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
12625: name conflicts)
12626:
12627: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
12628: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
12629: yelds "virtual memory exhausted" while trying to compile
12630: execute.C [eating up to 127MB]
12631:
12632: 2003-02-03 paf
12633:
12634: * src/: include/pa_config_includes.h, include/pa_hash.h,
12635: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
12636: main/pa_common.C, types/pa_value.C, types/pa_value.h,
12637: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
12638: types/pa_vint.h, types/pa_vjunction.h,
12639: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
12640: started gcc compiling pa_common compiled
12641:
12642: * src/: include/pa_exception.h, include/pa_pool.h,
12643: main/pa_exception.C: exception gcc change #1
12644:
1.97 ! moko 12645: * src/include/: Makefile.am, Makefile.in, pa_hash.h, pa_pool.h: gcc
! 12646: refused to compile _P identifier. it replaced it to some strange
! 12647: 0x0000040
1.95 moko 12648:
12649: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
12650:
12651: * src/types/pa_vtable.C: vtable compiled
12652:
12653: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
12654:
12655: * src/: include/pa_cache_managers.h, main/pa_request.C,
12656: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
12657:
12658: * src/types/pa_vstateless_class.C: vstateless_class compiled
12659:
12660: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
12661:
12662: * src/types/pa_vrequest.C: vrequest compiled
12663:
12664: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
12665: pa_vobject.C, pa_vobject.h: vobject compiled
12666:
12667: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
12668: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
12669: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
12670: compiled
12671:
12672: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
12673:
12674: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
12675: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
12676: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
12677: compiled
12678:
12679: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12680: main.lib - 0 error(s), 0 warning(s)
12681:
12682: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
12683: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
12684:
12685: 2003-01-31 paf
12686:
12687: * src/: include/pa_array.h, include/pa_operation.h,
12688: include/pa_request.h, main/execute.C, main/main.dsp,
12689: types/pa_vjunction.h: started last file from main library:
12690: execute
12691:
12692: * src/: include/pa_request.h, include/pa_sapi.h,
12693: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12694: main/pa_request.C, targets/cgi/parser3.C,
12695: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
12696: types/pa_vhash.h: pa_request compiled
12697:
12698: * src/: classes/op.C, classes/string.C, include/pa_common.h,
12699: include/pa_globals.h, include/pa_request.h,
12700: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
12701: main/execute.C, main/main.dsp, main/pa_common.C,
12702: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
12703: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
12704: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
12705: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
12706: types/types.dsp: most pa_request compiled
12707:
12708: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12709: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12710: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12711: classes/op.C, classes/response.C, classes/string.C,
12712: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
12713: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
12714: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12715: include/pa_config_fixed.h, include/pa_config_includes.h,
12716: include/pa_dictionary.h, include/pa_dir.h,
12717: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12718: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
12719: include/pa_pool.h, include/pa_request.h,
12720: include/pa_request_charsets.h, include/pa_request_info.h,
12721: include/pa_sapi.h, include/pa_socks.h,
12722: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12723: include/pa_stack.h, include/pa_string.h,
12724: include/pa_stylesheet_connection.h,
12725: include/pa_stylesheet_manager.h, include/pa_table.h,
12726: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12727: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
12728: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
12729: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
12730: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
12731: main/compile.C, main/compile.tab.C, main/compile.y,
12732: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12733: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
12734: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
12735: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
12736: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
12737: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12738: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12739: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
12740: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
12741: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12742: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
12743: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12744: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
12745: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
12746: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
12747: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12748: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12749: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12750: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
12751: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
12752: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
12753: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12754: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12755: types/pa_vresponse.h, types/pa_vstateless_class.C,
12756: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12757: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12758: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12759: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12760: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12761: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
12762:
12763: * ChangeLog, src/classes/classes.h, src/classes/op.C,
12764: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12765: src/include/pa_charsets.h, src/include/pa_common.h,
12766: src/include/pa_dictionary.h, src/include/pa_exception.h,
12767: src/include/pa_exec.h, src/include/pa_pool.h,
12768: src/include/pa_request.h, src/include/pa_sapi.h,
12769: src/include/pa_sql_connection.h,
12770: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
12771: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
12772: src/main/compile.tab.C, src/main/compile_tools.C,
12773: src/main/compile_tools.h, src/main/main.dsp,
12774: src/main/pa_charset.C, src/main/pa_charsets.C,
12775: src/main/pa_common.C, src/main/pa_dictionary.C,
12776: src/main/pa_exception.C, src/main/pa_exec.C,
12777: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12778: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
12779: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
12780: src/types/pa_vclass.h, src/types/pa_vcookie.C,
12781: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12782: src/types/pa_vdouble.h, src/types/pa_venv.h,
12783: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
12784: src/types/pa_vhash.h, src/types/pa_vimage.C,
12785: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
12786: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
12787: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12788: src/types/pa_vobject.C, src/types/pa_vobject.h,
12789: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12790: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12791: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12792: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
12793: src/types/pa_vstring.h, src/types/pa_vtable.h,
12794: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
12795: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
12796: died, long live StringPtr
12797:
12798: 2003-01-30 paf
12799:
12800: * src/: include/pa_charset.h, include/pa_request.h,
12801: include/pa_sql_driver_manager.h, main/compile.tab.C,
12802: main/compile.y, main/compile_tools.h, main/pa_request.C,
12803: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
12804:
12805: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
12806: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
12807: types/pa_vhash.h, types/pa_vmethod_frame.h,
12808: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12809: types/types.dsp: vstateless_class compiled
12810:
12811: * src/main/compile.C: compile compiled
12812:
12813: * src/: include/pa_array.h, include/pa_operation.h,
12814: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
12815: main/pa_table.C: compile_tools compiled
12816:
12817: * src/: include/pa_operation.h, main/compile.y,
12818: main/compile_tools.C, main/compile_tools.h: started
12819: compile_tools. vagues ideas of how to free compiled code
12820:
12821: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
12822: main/main.dsp, types/pa_value.C, types/pa_value.h,
12823: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
12824: compiled
12825:
12826: 2003-01-29 paf
12827:
12828: * src/: include/pa_globals.h, include/pa_request.h,
12829: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
12830: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
12831: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
12832: compiled
12833:
12834: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
12835: now
12836:
12837: * src/: include/pa_array.h, include/pa_exception.h,
12838: include/pa_pool.h, main/pa_exception.C: gd compiled
12839:
12840: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
12841: compiled
12842:
12843: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
12844: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
12845: types/pa_vfile.h: vfile compiled
12846:
12847: * src/: include/pa_common.h, include/pa_globals.h,
12848: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
12849: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
12850: types/pa_vform.C, types/pa_vform.h: vcookie compiled
12851:
12852: * src/: include/pa_exception.h, main/pa_cache_managers.C,
12853: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
12854: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
12855: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12856: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
12857:
12858: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
12859: main/main.dsp, main/untaint.C: more compiled
12860:
12861: * src/: include/pa_charsets.h, include/pa_request.h,
12862: include/pa_request_info.h, include/pa_string.h,
12863: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
12864: types/pa_vresponse.h: vrequest compiled
12865:
12866: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
12867: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
12868: pa_vresponse.h, pa_wcontext.h: vrequest compiled
12869:
12870: * src/: classes/classes.h, include/pa_charset.h,
12871: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
12872: include/pa_request.h, include/pa_string.h, main/main.dsp,
12873: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
12874: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
12875: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
12876: types/pa_vrequest.C, types/pa_vrequest.h,
12877: types/pa_vstateless_class.h, types/pa_vstring.h,
12878: types/pa_vvoid.h: vrequest,vdouble,vint compiled
12879:
12880: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
12881: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
12882: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
12883: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
12884: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12885: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
12886: types/pa_vobject.h, types/pa_vstateless_class.h,
12887: types/pa_vstateless_object.h, types/pa_vstatus.h,
12888: types/pa_vstring.h, types/types.dsp: vmath compiled
12889:
12890: 2003-01-28 paf
12891:
12892: * src/: classes/classes.h, classes/date.C, classes/file.C,
12893: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
12894: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
12895: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
12896: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
12897: compile_tools
12898:
12899: * src/: include/pa_charset.h, include/pa_exception.h,
12900: include/pa_request.h, include/pa_string.h, main/untaint.C:
12901: untaint compiled
12902:
12903: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
12904: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
12905: more compiled. struck with string::store_to needing to know
12906: source/client charsets
12907:
12908: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
12909: types/pa_vfile.h: uue compiled
12910:
12911: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
12912: table compiled
12913:
12914: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12915: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
12916:
12917: * src/: include/pa_charset.h, main/pa_charset.C,
12918: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
12919: introduced]
12920:
12921: * src/: classes/date.C, include/pa_charset.h,
12922: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
12923: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
12924: pa_charsets compiled
12925:
12926: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
12927: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
12928:
12929: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
12930: common compiled
12931:
12932: * src/: include/pa_charsets.h, main/pa_charsets.C,
12933: main/pa_sql_driver_manager.C: pa_charsets compiled
12934:
12935: * src/: include/pa_array.h, include/pa_charset.h,
12936: include/pa_charsets.h, include/pa_pool.h,
12937: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12938: include/pa_stack.h, include/pa_string.h,
12939: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
12940: sql_driver_manager compiled
12941:
12942: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
12943: letter i with two dots added to koi, all ukranian letters added
12944: to win1251.
12945:
12946: typographic simbol 0xb9 deleted from win1251 [strange one & were
12947: abscent from koi]
12948:
12949: 2003-01-27 paf
12950:
12951: * src/: include/pa_exception.h, include/pa_sql_connection.h,
12952: include/pa_sql_driver_manager.h, include/pa_string.h,
12953: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
12954: sql/pa_sql_driver.h: paused on sql_manager
12955:
12956: * src/: include/pa_cache_managers.h, include/pa_pool.h,
12957: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12958: include/pa_stack.h, main/pa_sql_driver_manager.C,
12959: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
12960:
12961: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
12962: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12963: include/pa_table.h, main/pa_sql_driver_manager.C,
12964: main/pa_table.C: table compiled
12965:
12966: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
12967: cache_managers compiled
12968:
12969: * src/: include/pa_array.h, include/pa_charset.h,
12970: include/pa_pool.h, main/pa_charset.C: charset compiled
12971:
12972: * src/: include/pa_pool.h, main/pa_common.C: common compiled
12973:
12974: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
12975: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
12976: main/pa_string.C, types/pa_value.C, types/pa_value.h,
12977: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
12978: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
12979:
12980: 2003-01-24 paf
12981:
12982: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
12983: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
12984: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
12985: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
12986: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
12987: types/pa_vint.h, types/pa_vjunction.h,
12988: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12989: types/pa_vstatus.h, types/pa_vstring.h: more patched
12990:
12991: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
12992: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
12993: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
12994: main/pa_string.C, main/pa_table.C: string compiled
12995:
12996: * src/: include/pa_array.h, include/pa_common.h,
12997: include/pa_dictionary.h, include/pa_exception.h,
12998: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
12999: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
13000: main/pa_string.C: dictionary compiled
13001:
13002: 2003-01-23 paf
13003:
13004: * src/: include/pa_array.h, include/pa_common.h,
13005: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
13006: include/pa_request.h, include/pa_string.h, main/pa_common.C,
13007: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
13008: types/pa_value.h: resurrected pool in new sense: now it's
13009: factory, producing&accounting memory chunks for read[autofree]
13010: buffers
13011:
13012: * src/: include/pa_array.h, include/pa_exception.h,
13013: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
13014: main/pa_exception.C, main/pa_table.C: table compiled
13015:
13016: * src/: classes/image.C, classes/op.C, include/pa_array.h,
13017: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
13018: include/pa_pool.h, include/pa_pragma_pack_begin.h,
13019: include/pa_pragma_pack_end.h, include/pa_sapi.h,
13020: include/pa_string.h, include/pa_table.h, include/pa_types.h,
13021: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
13022: main/pa_table.C: aint that easy
13023:
13024: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
13025: main/main.dsp: continued with Hash
13026:
13027: * src/main/pa_common.C: connect_string allocated on heap[wes on
13028: stack] now. and exception can be reported OK now [can be reported
13029: outside of pro c with that stack]
13030:
13031: 2003-01-22 paf
13032:
13033: * src/: include/pa_array.h, include/pa_charset.h,
13034: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
13035: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
13036: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
13037: base: contains references_count. auto_ptr template calls
13038: add_ref/release
13039:
13040: 2003-01-21 paf
13041:
13042: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13043: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13044: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13045: classes/op.C, classes/response.C, classes/string.C,
13046: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
13047: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
13048: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13049: include/pa_config_fixed.h, include/pa_config_includes.h,
13050: include/pa_dictionary.h, include/pa_dir.h,
13051: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13052: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
13053: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
13054: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
13055: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13056: include/pa_stack.h, include/pa_string.h,
13057: include/pa_stylesheet_connection.h,
13058: include/pa_stylesheet_manager.h, include/pa_table.h,
13059: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13060: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13061: lib/pcre/pcre_parser_ctype.c, main/compile.C,
13062: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13063: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
13064: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
13065: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
13066: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
13067: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13068: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13069: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
13070: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
13071: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
13072: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
13073: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
13074: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13075: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13076: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13077: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13078: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13079: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
13080: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13081: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
13082: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13083: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13084: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13085: types/pa_vstateless_object.h, types/pa_vstatus.C,
13086: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13087: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
13088: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13089: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
13090: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
13091: 2002->2003
13092:
13093: 2003-01-16 paf
13094:
13095: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13096: src/main/pa_globals.C: http:// introducing $.any-status(1)
13097:
13098: * operators.txt, src/include/pa_config_fixed.h,
13099: src/main/pa_common.C: http request now return status. and not
13100: fail on status!=200
13101:
1.97 ! moko 13102: * bin/Makefile.in, etc/Makefile.in,
! 13103: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 13104: src/classes/Makefile.in, src/include/Makefile.in,
! 13105: src/lib/Makefile.in, src/lib/md5/Makefile.in,
! 13106: src/lib/pcre/Makefile.in, src/main/Makefile.in,
! 13107: src/sql/Makefile.in, src/targets/Makefile.in,
! 13108: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 13109: src/types/Makefile.in: proper AC_LANG_ switching to fix qsort
! 13110: detection bug
! 13111:
1.95 moko 13112: 2003-01-15 paf
13113:
13114: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
13115:
13116: 2003-01-14 paf
13117:
13118: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
13119: mkinstalldirs: removed some ancient files [they in / really]
13120:
13121: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
13122: regretfully needed patch in two places. in config_fixed.h made
13123: stubs for lib to compile in MSVC
13124:
13125: 2003-01-13 paf
13126:
13127: * config.guess, config.sub, ltmain.sh: removed last piece of
13128: configure.in(libtool) hacks
13129:
1.97 ! moko 13130: * src/lib/ltdl/: COPYING.LIB, Makefile.in, acinclude.m4, config.h,
1.95 moko 13131: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
13132: ltdl.h: moved to latest libtool (1.4.3)
13133:
13134: 2003-01-10 paf
13135:
13136: * src/lib/ltdl/: configure, configure.in: PROG_NM
13137:
13138: * src/main/pa_globals.C: moved to latest xml lib versions, changed
13139: patches. libxml2 >= 2.5.1
13140: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
13141: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
13142: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
13143:
13144: * INSTALL: moved to latest versions of xml libs libxml2 >=
13145: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
13146: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
13147: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
13148:
13149: 2003-01-09 paf
13150:
13151: * INSTALL: xml,xslt,gdome lib urls updated
13152:
13153: * config.guess, config.sub, missing, mkinstalldirs,
1.97 ! moko 13154: bin/Makefile.in, etc/Makefile.in,
! 13155: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 13156: src/classes/Makefile.in, src/include/Makefile.in,
! 13157: src/include/pa_config_auto.h.in, src/lib/Makefile.in,
! 13158: src/lib/ltdl/Makefile.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 13159: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.97 ! moko 13160: src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
! 13161: src/main/Makefile.in, src/sql/Makefile.in,
! 13162: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 13163: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 13164: src/types/Makefile.in: moved to autoconf 2.57 & automake 1.7.2
1.95 moko 13165:
13166: * depcomp: moving to automake 1.7.2
13167:
13168: 2002-12-27 paf
13169:
13170: * src/include/pa_version.h: 0007
13171:
13172: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
13173: outdated parts, made links to language docs
13174:
13175: * src/include/pa_config_auto.h.in: comment
13176:
13177: 2002-12-26 paf
13178:
13179: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
13180: not contain trailing / fixed.
13181:
13182: * INSTALL: changing SAFE_MODE politics
13183:
13184: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
13185:
13186: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
13187:
13188: 2002-12-25 paf
13189:
13190: * src/main/pa_globals.C: optimized-xml
13191:
13192: * src/main/pa_globals.C: optimized-as-is
13193:
13194: 2002-12-24 paf
13195:
13196: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
13197: fixed [were really called with zero size when .html?a=&b=]
13198:
13199: * src/classes/mail.C: $MAIL in @conf now invalid when configured
13200: with --with-sendmail
13201:
13202: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
13203: fixed]
13204:
13205: 2002-12-23 paf
13206:
13207: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
13208: ignoring parameters & were storing only string with default
13209: expires
13210:
13211: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
13212: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
13213: December 23, 2002 4:22 AM Subject: bug â
13214: Charset::transcode_buf2xchar
13215:
13216: 2002-12-20 paf
13217:
13218: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
13219: non-cgi [script] runs
13220:
13221: 2002-12-19 paf
13222:
13223: * INSTALL: --without-iconv recommended [it crashes on some systems
13224: [tested on elik]] moreover, it's not needed there [parser
13225: registers charsets itself]
13226:
13227: * INSTALL: --without-iconv recommended [it crashes on some systems
13228: [tested on elik]]
13229:
13230: * operators.txt, src/include/pa_globals.h,
13231: src/include/pa_request.h, src/main/pa_globals.C,
13232: src/main/pa_request.C: $response:download
13233:
13234: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
13235: compiler [win32]].
13236:
13237: 2002-12-18 paf
13238:
13239: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
13240:
13241: 2002-12-17 paf
13242:
13243: * src/targets/cgi/parser3.C: merged die&iis changes
13244:
13245: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
13246: to exit(1) 2. more flexible iilegal call check
13247:
13248: 2002-12-16 paf
13249:
1.97 ! moko 13250: * Makefile.in: ltmain.sh silly required for stupid automake added
! 13251:
1.95 moko 13252: * ltmain.sh: some automakes silly insist on having this handy
13253:
13254: * src/main/untaint.C: filespec russian small 'r' changed to latin
13255: 'p' bug fix
13256:
13257: 2002-12-15 paf
13258:
13259: * src/main/untaint.C: filespec russian small 'r' changed to latin
13260: 'p'
13261:
13262: * configure.in, src/include/pa_config_auto.h.in,
13263: src/main/compile.C, src/main/pa_common.C: merged small changes
13264: from branch 6 to HEAD
13265:
13266: * src/main/compile.C: removed warning
13267:
13268: * src/main/pa_common.C: ftruncate having checked
13269:
13270: * configure.in, src/include/pa_version.h: new version
13271:
13272: 2002-12-14 paf
13273:
13274: * src/classes/table.C: removed unnecessary code
13275:
13276: * src/sql/pa_sql_driver.h: exception type fixed
13277:
13278: 2002-12-09 paf
13279:
13280: * src/types/pa_vvoid.h: $void.store[now] error
13281:
13282: * src/targets/cgi/parser3.C: ::die now tries to write core dump
13283:
13284: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
13285: tries to write core dump
13286:
13287: * src/targets/cgi/parser3.C: ::die now tries to write core dump
13288:
13289: * src/: classes/hash.C, classes/string.C, classes/table.C,
13290: classes/void.C, main/pa_sql_driver_manager.C,
13291: sql/pa_sql_driver.h: changed exception handling mech in sql
13292: handlers #2
13293:
13294: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
13295: exception handling mech in sql handlers
13296:
13297: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
13298: handlers
13299:
13300: * src/: classes/hash.C, classes/string.C, classes/table.C,
13301: classes/void.C, main/pa_sql_driver_manager.C,
13302: sql/pa_sql_driver.h: changed exception handling mech in sql
13303: handlers
13304:
1.97 ! moko 13305: * configure.in, bin/Makefile.in, etc/Makefile.in,
! 13306: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 13307: src/classes/Makefile.in, src/include/Makefile.in,
! 13308: src/lib/Makefile.in, src/lib/ltdl/Makefile.in,
! 13309: src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
! 13310: src/main/Makefile.in, src/sql/Makefile.in,
! 13311: src/targets/Makefile.in, src/targets/cgi/Makefile.in,
! 13312: src/targets/isapi/Makefile.in, src/types/Makefile.in: removed
! 13313: configure.in:AC_LIBTOOL, it caused automake to write makefile
! 13314: which used libtool to install things, which is not needed
1.95 moko 13315:
13316: 2002-12-06 paf
13317:
13318: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
13319: $hash.fields -- pseudo field to make 'hash' more like 'table'
13320:
13321: 2002-12-05 paf
13322:
13323: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
13324: cc/bcc OK now
13325:
13326: * src/main/untaint.C: mail header closed properly
13327:
13328: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
13329: header ',' allowed. still bugs in smtp [only one receiptient
13330: works, cc, bcc ignored now, and MAILED ;)]
13331:
13332: [strncpy killed, memnchr used]
13333:
13334: * src/main/pa_table.C: table-copy now current=0
13335:
13336: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
13337: lowlevel proc
13338:
13339: * src/targets/cgi/parser3.C: more checks on
13340: http://domain/parser.cgi start [maybe some getenv returns "",
13341: checked that now
13342:
13343: * src/targets/cgi/parser3.C: more checks on
13344: http://domain/parser.cgi start [maybe some getenv returns "",
13345: checked that now
13346:
13347: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
13348: out-of-mem errors reached log]
13349:
13350: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
13351: mail:send MIME-Version default
13352:
13353: * src/main/main.dsp: pa_version included into main.dsp
13354:
13355: 2002-12-04 paf
13356:
13357: * src/types/pa_vform.C: $form:field string value cut by premature 0
13358:
13359: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
13360: lib/libltdl -> lib/ltdl Win32 changes. s
13361:
13362: * src/classes/classes.awk: more strict *.C$
13363:
13364: * gnu.dsp: restored
13365:
1.97 ! moko 13366: * configure.in, gnu.dsp, bin/Makefile.in, etc/Makefile.in,
! 13367: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 13368: src/classes/Makefile.in, src/include/Makefile.in,
! 13369: src/lib/Makefile.am, src/lib/Makefile.in,
! 13370: src/lib/ltdl/Makefile.am, src/lib/ltdl/Makefile.in,
! 13371: src/lib/ltdl/README, src/lib/ltdl/acinclude.m4,
! 13372: src/lib/ltdl/config.guess, src/lib/ltdl/config.h,
! 13373: src/lib/ltdl/config.sub, src/lib/ltdl/config_auto.h.in,
! 13374: src/lib/ltdl/config_fixed.h, src/lib/ltdl/configure,
! 13375: src/lib/ltdl/configure.in, src/lib/ltdl/install-sh,
! 13376: src/lib/ltdl/libltdl.dsp, src/lib/ltdl/ltdl.c,
! 13377: src/lib/ltdl/ltdl.h, src/lib/md5/Makefile.in,
! 13378: src/lib/pcre/Makefile.in, src/main/Makefile.in,
! 13379: src/sql/Makefile.in, src/targets/Makefile.in,
! 13380: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 13381: src/types/Makefile.in: src/lib/ltdl/Makefile now created with
! 13382: /configure, not ltdl/configure, so it does have no problems with
! 13383: automake. ltdl/configure AC_OUTPUT(Makefile<<removed)
1.95 moko 13384:
13385: 2002-12-02 paf
13386:
13387: * operators.txt: removed outdated status:db
13388:
13389: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
13390: src/main/pa_common.C, src/main/pa_request.C,
13391: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
13392: tainted parts becomes http-header
13393:
13394: 2002-11-29 paf
13395:
13396: * src/classes/date.C, src/classes/image.C, operators.txt: exif
13397: dates now objects of type date
13398:
13399: * src/classes/image.C: file.seek removed [it were used in image.C
13400: only, and for parser user this means that jpeg image has bad
13401: size in fragment's header] now used image.format
13402:
13403: * src/: include/pa_common.h, main/pa_common.C,
13404: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
13405: now handled exactly like $response:header values. e.g. can be
13406: hash [can have subattributes] & contain date values.
13407:
13408: * src/main/pa_common.C: http:// param values lang forced URI
13409:
13410: * src/main/pa_common.C: http:// tainted partes now %xx
13411:
13412: 2002-11-28 paf
13413:
13414: * operators.txt: http.timeout
13415:
13416: * src/classes/image.C: ^image.length now counts interchar space.
13417: plus space after last char
13418:
13419: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
13420:
13421: * src/classes/image.C: ^image.font width measurer now scans full
13422: height [were -1]
13423:
13424: * configure.in: stopped double libltdl/Makefile generation
13425:
13426: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
13427: chars [one top horizontal line of 1pixel height were missing]
13428:
13429: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
13430: 'false' to go into (Hash *) parameter
13431:
13432: 2002-11-27 paf
13433:
13434: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
13435: types/pa_vmail.C: response:body[file] if file nows it's name now
13436: returns content-disposition: >>attachment<<
13437:
13438: * src/classes/image.C: ^image.font << bad font file-size now
13439: properly reported
13440:
13441: 2002-11-26 paf
13442:
13443: * src/main/pa_request.C: fixed lang in reponse header
13444:
13445: * src/main/pa_common.C: utf8 prefix ignored @read text
13446:
13447: * operators.txt, src/main/pa_common.C: http:// response status!=200
13448: made exception: http.status with source=bad status#
13449:
13450: 2002-11-25 paf
13451:
13452: * configure.in, src/classes/image.C,
13453: src/include/pa_config_auto.h.in,
13454: src/include/pa_config_includes.h, src/main/Makefile.am,
1.97 ! moko 13455: src/main/Makefile.in, src/main/pa_common.C,
! 13456: src/main/pa_globals.C: http:// and image const void related probs
! 13457: fixed
1.95 moko 13458:
13459: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
13460:
13461: $file[^file::load[http://there]] $file.SERVER
13462:
13463: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
13464: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
13465: http options [invalid onces now reported] made default
13466: user-agent: paf
13467:
13468: * operators.txt, src/classes/file.C, src/classes/table.C,
13469: src/classes/xdoc.C, src/include/pa_common.h,
13470: src/include/pa_globals.h, src/main/pa_common.C,
13471: src/main/pa_globals.C, src/main/pa_request.C,
13472: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
13473: now understand http:// prefix and additional params, sample:
13474: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
13475: $.USER-AGENT[parser3] ]]
13476:
13477: 2002-11-22 paf
13478:
13479: * src/classes/image.C, src/include/pa_globals.h,
13480: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
13481: src/types/pa_vimage.h, operators.txt: $image.exif support
13482: $image.exif.DateTime & co
13483:
13484: 2002-11-21 paf
13485:
13486: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
13487: _PASS_APPENDED)
13488:
13489: * src/classes/image.C: jpeg size measure fixed: were badly skipping
13490: EXIF information [were big block and it's size were considered
13491: negative :(]
13492:
13493: * operators.txt, src/classes/image.C, src/include/pa_common.h,
13494: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
13495: internals rewritten. no there's reader.seek, and all's ready for
13496: EXIF extraction [now we fail to measure files with EXIF info]
13497:
13498: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
13499: O_TRUNC truncates even exclusevely write-locked file [thanks to
13500: Igor Milyakov <virtan@rotabanner.com> for discovering]
13501:
13502: 2002-11-20 paf
13503:
13504: * src/targets/cgi/parser3.C: logging @signal += query_string
13505:
13506: * configure.in, src/include/pa_config_auto.h.in,
13507: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
13508: comment
13509:
13510: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
13511:
13512: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
13513: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
13514: currently processed document SIGPIPE >> interrupts request
13515: processing [exception = DB rollback]
13516:
13517: * src/main/pa_exec.C: comment
13518:
13519: * src/main/pa_exec.C: pa_exec: data written only if size>0
13520:
13521: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
13522: << disable HTTP-POST repassing
13523:
13524: * src/: include/pa_config_fixed.h, main/pa_common.C,
13525: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
13526: pipe read errors now checked
13527:
13528: 2002-11-19 paf
13529:
13530: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
13531: CGI: Illegal call
13532:
13533: 2002-11-01 paf
13534:
13535: * src/main/execute.C: comment
13536:
13537: 2002-10-31 paf
13538:
13539: * src/main/execute.C: found out why, checked that for now. todo:
13540: find out a way for that user could do that
13541:
13542: * src/types/pa_vstateless_object.h: object put replaces static
13543: parent if any
13544:
13545: * src/types/pa_vobject.C: object put replaces static parent if any
13546:
13547: * src/: classes/form.C, classes/mail.C, classes/op.C,
13548: classes/xnode.h, main/compile.tab.C, main/execute.C,
13549: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
13550: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13551: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
13552: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13553: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
13554: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
13555: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13556: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13557: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13558: types/pa_vstateless_object.h, types/pa_vstatus.C,
13559: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
13560: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
13561: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
13562: types/pa_wwrapper.h: static fix merged
13563:
13564: * src/: main/compile.tab.C, types/pa_vobject.C: killed
13565: $virtual_fields in dynamic, but one can reach derived
13566: static[class] variable from base
13567:
13568: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
13569: types/pa_vobject.C, types/pa_vobject.h,
13570: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
13571: statics, left $virtual_fields in dynamic
13572:
13573: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
13574: one can't remember derivates in base class: there's so many of
13575: them. also there can be no virtual method calls in static
13576: classes
13577:
13578: * src/: classes/form.C, classes/mail.C, classes/op.C,
13579: classes/xnode.h, main/execute.C, main/pa_request.C,
13580: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13581: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
13582: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
13583: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13584: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
13585: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13586: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13587: types/pa_vresponse.C, types/pa_vresponse.h,
13588: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13589: types/pa_vstateless_object.h, types/pa_vstatus.C,
13590: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
13591: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
13592: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
13593: types/pa_wwrapper.h: static call $self fixed
13594:
13595: * src/main/execute.C: comment
13596:
13597: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
13598: ^process[$caller.self]{...} now compiles to last derived object
13599: part of that 'self'
13600:
13601: 2002-10-29 paf
13602:
13603: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
13604: re-passing [iis to blame]
13605:
13606: * src/classes/string.C: changed string.save to pass current sql
13607: connection to cstr thus one can ^connect[some server]{
13608: $s[insert into table x (x) values (^taint[sql]{value})]
13609: ^s.save[some.sql] } and he'd get in some.sql file code with
13610: properly escaped. [tried in mssql->mysql export->import of
13611: binary data]
13612:
13613: 2002-10-25 paf
13614:
13615: * src/types/pa_vresponse.C: case insensitive response user fields
13616: get/put
13617:
13618: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
13619: types/pa_vresponse.C: saving for maybe-future
13620:
13621: 2002-10-23 paf
13622:
13623: * operators.txt, src/classes/table.C: ^table.hash{code}...
13624: ^table.hash(expr)...
13625:
13626: * src/types/pa_vmail.C: email whitespace trimBoth-ed
13627:
13628: 2002-10-22 paf
13629:
13630: * src/types/: pa_vform.C, pa_vform.h: removed needless
13631: VForm::Append...(...Value)
13632:
13633: * src/main/execute.C: $.name outside of $name[...] checked
13634:
13635: * src/main/: compile.tab.C, compile.y: lexer changed to fix
13636: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
13637:
13638: 2002-10-21 paf
13639:
13640: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
13641: $form:qtail $form:imap.x/y
13642:
13643: * operators.txt, src/types/pa_vform.C: $form:nameless =
13644: "?value&...", "...&value&...", "...&value"
13645:
13646: * operators.txt, src/types/pa_vform.C: $form:image-map
13647:
13648: * operators.txt, src/classes/file.C: /some/page.html:
13649: ^file:fullpath[a.gif] => /some/a.gif
13650:
13651: 2002-10-17 paf
13652:
13653: * src/main/: compile.tab.C, compile.y: operators precedence changed
13654: a little: logical not and bitwise negation precedence made
13655: highest, << and >> bitshits precedence made equal [were << higher
13656: than >>]
13657:
13658: * src/classes/op.C: exception handling fixed [were bad with
13659: contexts]
13660:
13661: 2002-10-16 paf
13662:
13663: * src/: classes/op.C, include/pa_request.h, main/execute.C,
13664: main/pa_request.C: Request::self considered equal to
13665: VMethodFrame::self, and removed, Request::get_self() mapped to
13666: VMethodFrame.self()
13667:
13668: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
13669: $hash in open field now gives old good error meesage
13670:
13671: 2002-10-15 paf
13672:
13673: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
13674: use ^if($junction is junction){was and now true}
13675:
13676: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
13677: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
13678: types/pa_vxnode.C: xml->parser strings now have origin, which
13679: points to place where value left xml library and came to parser:
13680: place of dom field extraction/call
13681:
13682: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
13683: main/compile.tab.C, main/compile.y, main/execute.C,
13684: types/pa_vmethod_frame.h: removed last pieces of old code
13685: allowing $junction.xxx at compile time
13686:
13687: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
13688: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
13689: objects also considered [were only classes]
13690:
13691: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
13692: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
13693: with CLASS self. [ (request&method_frame).self temporarily
13694: changed ]
13695:
13696: * src/classes/: hash.C, op.C: method_frame now always changed, with
13697: no exception to native calls. for&foreach changed to use
13698: method_frame.caller for their var's name context
13699:
13700: * src/: main/execute.C, targets/cgi/parser3.C,
13701: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
13702: compiling to system classes disabled
13703:
13704: * operators.txt, src/classes/op.C:
13705: ^process[$caller.CLASS]{code-string} added
13706:
13707: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
13708: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
13709: src/types/Makefile.am, src/types/pa_vjunction.C,
13710: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
13711: src/types/types.dsp: removed $junction.get $junction.set[]
13712: introducing $caller
13713:
13714: * src/types/pa_value.h: removed outdated comments. doxygen would
13715: find them lower by inheritance tree
13716:
13717: * src/types/pa_vjunction.C: ident
13718:
13719: 2002-10-14 paf
13720:
13721: * src/classes/op.C: process compiles to code's class class
13722:
13723: * src/: classes/form.C, classes/mail.C, classes/op.C,
13724: include/pa_request.h, main/compile.C, main/compile.tab.C,
13725: main/compile.y, main/execute.C, main/pa_request.C,
13726: types/pa_vstateless_class.h: operators now main-class-methods
13727:
13728: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
13729: better stack trace [has "call" & co there]
13730:
13731: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13732: operators @auto now executed in MAIN context
13733:
13734: * src/main/execute.C: operator execution context now = MAIN, not
13735: closest stack frame
13736:
13737: @touchit[] $i[after]
13738:
13739: ----t.html $i[before] << local ^touchit[] $i << now 'before',
13740: were 'after'
13741:
13742: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
13743: 'after'
13744:
13745: * src/main/execute.C: comment
13746:
13747: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
13748: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
13749: action]
13750:
13751: * src/types/pa_vxnode.C: misreplace fixed
13752:
13753: * configure, configure.in, src/include/pa_config_auto.h.in,
13754: src/types/pa_vstatus.C, operators.txt:
13755: $status:rusage.tv_secs/usecs introduced
13756:
13757: 2002-10-09 paf
13758:
13759: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
13760: on empty string [or uses (default)]
13761:
13762: 2002-10-08 paf
13763:
13764: * src/main/untaint.C: mail header quoted printable changed after
13765: RFC reread
13766:
13767: * operators.txt: plan on ^if(method
13768:
13769: * src/types/pa_vxnode.C: misreplace
13770:
13771: 2002-09-24 paf
13772:
1.97 ! moko 13773: * src/targets/cgi/: Makefile.am, Makefile.in: LIBS were bad name in
! 13774: .am
1.95 moko 13775:
13776: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
13777: mailreceive would compile on freebsd now
13778:
13779: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
13780: configure, configure.in, src/include/pa_config_auto.h.in,
1.97 ! moko 13781: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in:
! 13782: HAVE_TIMEZONE & co now checked and mailreceive would compile on
! 13783: freebsd now
1.95 moko 13784:
13785: * src/: classes/file.C, main/untaint.C: 1. file spec language
13786: changed: now there are only few chars are untainted: * ? ' " < >
13787: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
13788: one should use ^untaint[uri]{...} now]
13789:
13790: 2. $list[^file:list[dir]] now returns simply tainted names in
13791: $list.name, not tainted as filespec
13792:
13793: @russianindex[] #dir with files with russian-lang names
13794: $where[dir]
13795:
13796: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
13797: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
13798:
13799: 2002-09-23 paf
13800:
13801: * src/types/pa_vdouble.h: double->int round added
13802:
13803: * src/classes/date.C: date bug fix, now
13804: round(floatDays*secondsPerDay)
13805:
13806: * src/classes/date.C: date bug fix, now
13807: round(floatDays*secondsPerDay)
13808:
13809: 2002-09-20 paf
13810:
13811: * src/main/execute.C: code junction calls disabled [before: code
13812: was compiled in such a way, that there were no code-junctions in
13813: OP_CALL]
13814:
13815: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
13816:
13817: @badjunctioncallinside[code] ^code[]
13818:
13819: * src/main/: compile.tab.C, compile.y: changed grammer on junction
13820: expanding to include ^junction.method
13821:
13822: * src/main/pa_common.C: -d "DIR/" now true
13823:
13824: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
13825: as internal xdoc encoding, and after decoding attributes set by
13826: dom functions now encoded OK, not as digital entities
13827:
13828: * src/classes/xdoc.C: empty transform result, being taken as file
13829: now returns empty file, not raises stupid error about "stat-ed
13830: file"
13831:
13832: * src/types/pa_vhash.h: hash.foreach modification of existing keys
13833: allowed
13834:
13835: * src/types/types.dsp: introducing $junction.get/put(1) one can
13836: write iterators now:
13837:
13838: ^user-foreach[key;value]{$key=$value<br>}
13839:
13840: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
13841: $code.value($i*2) $code }
13842:
13843: * src/main/compile_tools.h: mistype
13844:
1.97 ! moko 13845: * src/targets/cgi/: Makefile.am, Makefile.in: binaries now depend
! 13846: on makefiles, thus taking linking options configure changes into
! 13847: account [were: ignoring]
1.95 moko 13848:
13849: * src/types/: pa_vjunction.C, Makefile.am: introducing
13850: $junction.get/put(1) one can write iterators now:
13851:
13852: ^user-foreach[key;value]{$key=$value<br>}
13853:
13854: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
13855: $code.value($i*2) $code }
13856:
13857: * src/: include/pa_opcode.h, include/pa_request.h,
13858: main/compile.tab.C, main/compile.y, main/execute.C,
13859: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
13860: introducing $junction.get/put(1) one can write iterators now:
13861:
13862: ^user-foreach[key;value]{$key=$value<br>}
13863:
13864: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
13865: $code.value($i*2) $code }
13866:
13867: 2002-09-19 paf
13868:
1.97 ! moko 13869: * Makefile.am, Makefile.in: new: make commit
1.95 moko 13870:
13871: * aclocal.m4: forced to be older
13872:
13873: 2002-09-18 paf
13874:
13875: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
13876: src/main/compile.y, src/main/execute.C: << >> int shifts
13877:
13878: * src/: include/pa_common.h, include/pa_request.h,
13879: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
13880: - now this - fatal error
13881:
13882: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
13883: that one can pass binary data there
13884:
13885: * src/: classes/date.C, classes/double.C, classes/file.C,
13886: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
13887: classes/op.C, classes/response.C, classes/string.C,
13888: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
13889: include/pa_request.h: pa_request contexts made privated, plus
13890: get_{self/method_frame} to read. Request_context_saver used in
13891: ^try to save flang too. [were not saved]
13892:
13893: * src/types/pa_vresponse.C: header value chains joined before
13894: output, this should help $.subject[$var $var] from being
13895: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
13896:
13897: 2002-09-17 paf
13898:
13899: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
13900: removed changes, operators executed with calling self. lots of
13901: code with ^include code relies on defined/defining self variables
13902:
13903: $a[1] ^include[print_a.p] print_a.p: $a
13904:
13905: ^include[set_a.p] a=$a set_a.p: $a[1]
13906:
13907: * src/: classes/op.C, main/execute.C, main/pa_request.C,
13908: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
13909: types/pa_vstateless_class.h: operators now executed with MAIN
13910: self. it's for ^include sake, too strong a change
13911:
13912: * src/classes/op.C: made place for ^process to compile it's code to
13913: in case of no self
13914:
13915: * src/main/execute.C: found ancient param to Junction, removed.
13916: allowed passing self to native_code_operators [for ^process to
13917: work, she needs self]
13918:
13919: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13920: types/pa_vstateless_class.h: found ancient param to Junction,
13921: removed. allowed passing self to native_code_operators [for
13922: ^process to work, she needs self]
13923:
13924: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
13925: types/pa_value.h, types/pa_vmethod_frame.h,
13926: types/pa_vstateless_class.h: allowed Request.self to be 0,
13927: checked that in VMethodFrame get/put and $self.
13928:
13929: * src/classes/: table.C, xdoc.C: table::sql options table::create
13930: copy options options checked, wrong option now fatal error
13931:
13932: * src/main/pa_string.C: string.replace fixed [were missing words on
13933: pieces boundaries]
13934:
13935: * bin/auto.p.dist.in: strange \n
13936:
13937: * configure, configure.in: .so now detected [can be .sl on hpux,
13938: .dll on cygwin, .so in other cases)
13939:
1.97 ! moko 13940: * Makefile.in, configure, configure.in, bin/auto.p.dist.in,
! 13941: bin/Makefile.in, etc/Makefile.in,
! 13942: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 13943: src/classes/Makefile.in, src/include/Makefile.in,
! 13944: src/lib/Makefile.in, src/lib/md5/Makefile.in,
! 13945: src/lib/pcre/Makefile.in, src/main/Makefile.in,
! 13946: src/sql/Makefile.in, src/targets/Makefile.in,
! 13947: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 13948: src/types/Makefile.in: .so now detected [can be .sl on hpux, .dll
! 13949: on cygwin, .so in other cases)
1.95 moko 13950:
13951: * operators.txt, src/classes/hash.C, src/classes/table.C,
13952: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
13953: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
13954: record taken [were last]
13955:
13956: * src/: classes/hash.C, classes/table.C,
13957: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
13958: now errors
13959:
13960: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
13961:
13962: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
13963: ,2,3]
13964:
13965: 2002-09-16 paf
13966:
13967: * src/classes/file.C: file::cgi line ends can be both unix & dos.
13968: and they can be unix [\n\n] on win when 'use CGI' used, it causes
13969: stdout to be binary. now detected closest header break.
13970:
13971: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
13972: closed right
13973:
13974: 2002-09-13 paf
13975:
13976: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
13977: src/main/compile_tools.h: (expression #comment)
13978:
13979: (multiline expression #comment line2 #comment )
13980:
13981: (expression #comment with (brackets) comment) << OK
13982:
13983: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
13984: bitwise !|| numerical xor now [preparing for expression
13985: #comments]
13986:
13987: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
13988: error
13989:
13990: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
13991: cheched in pa_socks.C
13992:
1.97 ! moko 13993: * Makefile.in, configure, configure.in,
! 13994: src/include/pa_config_auto.h.in: HAVE_WINSOCK_H created in
! 13995: configure.in
1.95 moko 13996:
13997: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
13998: cookie date now clean [were mistakenly tainted & that worked bad
13999: with opera -- 'happily' that worked OK with msie]
14000:
14001: 2002-09-12 paf
14002:
14003: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
14004: VClass get_element now first looks to fields, next to methods &
14005: co todo: the rest reason: more speed
14006:
14007: * src/main/untaint.C: quoted printable encoding stops before
14008: \s*<...>$
14009:
14010: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
14011: stops before <...>$
14012:
14013: 2002-09-11 paf
14014:
14015: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
14016: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
14017: forgot to check users of those funcs. not all were using that
14018: return value convention
14019:
14020: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
14021: windows-1254 added
14022:
14023: 2002-09-10 paf
14024:
14025: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
14026: VCodeFrame parent param were specified badly
14027:
14028: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
14029: WWrapper which used in constructing objects(second param to sql
14030: method) ^...sql{}[$.default{code}] now has parent, wich helps
14031: code in hash to survivi
14032:
14033: * src/: include/pa_request.h, main/execute.C: removed redundant
14034: param to execute [stack said 'thanks']
14035:
14036: * src/: classes/op.C, main/execute.C, types/pa_value.C,
14037: types/pa_value.h, types/pa_vcode_frame.h,
14038: types/pa_vmethod_frame.h, types/pa_wcontext.C,
14039: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
14040: responsibility to wcontext
14041:
14042: * src/classes/file.C: decided not to log exec's with stderr, that
14043: could be warnings, and it's up to scritper to log/show them
14044:
14045: * src/: classes/double.C, main/execute.C: double:sql badly called
14046: write_assign_lang, not write_no_lang, thus doing unnecessary
14047: double/string converstion, which were loosing time&precesion
14048:
14049: * src/: main/pa_charset.C, types/pa_vmail.C:
14050: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
14051: case of unfinished in buffer processing, causing accidental
14052: transcode stop [in case that source enc != utf-8 & there is
14053: incomplete utf-8 sequence at the end of 16000block iside of
14054: libxml lib] tfm readed & code updated
14055:
14056: 2002-09-04 paf
14057:
14058: * configure: makes with sjlj
14059:
14060: * INSTALL, src/include/pa_config_fixed.h,
14061: src/include/pa_sql_connection.h,
14062: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
14063: checked. on win32 it made default
14064:
14065: * src/include/pa_config_auto.h.in: sjlj define
14066:
14067: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
14068: can not work with longjump/throw pair, and one must switch that
14069: on there. todo: detect that automatically]
14070:
14071: * src/types/pa_vxnode.C: removed too strong checks of
14072: xnode.elements. now, for instance, if element does not have any
14073: attributes, $xnode.attributes is void, not error
14074:
14075: 2002-09-02 paf
14076:
14077: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
14078: removed double_result, didn't help
14079:
14080: * src/main/execute.C: double_result made to move that var away from
14081: hungry g++ optimizer (-O2), before: it were optimized and
14082: comparison operators worked badly
14083:
14084: * src/types/pa_vdate.h: removed debug
14085:
1.97 ! moko 14086: * Makefile.am, Makefile.in, src/types/pa_vdate.h: happy now only
! 14087: install-exec
1.95 moko 14088:
14089: * src/main/execute.C: fixed numeric < & co so that thay now use
14090: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
14091: unknown reason.
14092:
14093: 2002-08-29 paf
14094:
14095: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
14096: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
14097: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
14098: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
14099: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
14100: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
14101: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
14102: [called less frequent, allowed to remove ugly
14103: Junction.change_context-s from many places, switch,
14104: mail:send..html{}, ..] request.root renamed to method_frame [more
14105: easyreading] ancient {...PUSH/POPs...} changed to stack vars
14106: [speed up]
14107:
14108: 2002-08-28 paf
14109:
14110: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
14111: tainted
14112:
14113: * src/types/pa_vcookie.C: fixed cookie delete when
14114: $cookie:name[$.value[]]
14115:
14116: * operators.txt, src/classes/string.C:
14117: ^string.split[delim[;options]]
14118:
14119: 2002-08-27 paf
14120:
1.97 ! moko 14121: * etc/parser3.charsets/: Makefile.am, Makefile.in: merged from
! 14122: 3.0.0005
1.95 moko 14123:
14124: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
14125: delimiter
14126:
14127: * INSTALL: recommended latest gmime 1.0.5
14128:
14129: 2002-08-26 paf
14130:
14131: * configure, configure.in: apache13/hook added to make dist.
14132:
14133: 2002-08-23 paf
14134:
14135: * src/: include/pa_common.h, main/pa_common.C,
14136: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
14137: beside binary [cgi, isapi] not accessible [due to bad rights or
14138: whatever] it's error now
14139:
14140: 2002-08-21 paf
14141:
1.97 ! moko 14142: * Makefile.am, Makefile.in: can use: make happy equals to make
! 14143: update install
1.95 moko 14144:
14145: * src/main/: compile.tab.C, compile.y, compile_tools.C,
14146: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
14147: class". compiled as if here they named base class
14148:
14149: * src/main/pa_string.C: fixed bad language bug, [were wrong string
14150: cloning constructor]
14151:
14152: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
14153:
14154: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
14155: src/types/pa_vfile.C, src/types/pa_vmail.C:
14156: $mail.received.file.value.content-type fixed
14157:
14158: 2002-08-20 paf
14159:
14160: * src/classes/file.C: fixed language of file:file result
14161:
14162: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
14163: from 3.0.0005
14164:
14165: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
14166:
14167: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
14168: 3.0.0005
14169:
14170: * src/classes/void.C, operators.txt: ^void.length[] = 0
14171:
14172: 2002-08-19 paf
14173:
14174: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
14175: work now
14176:
14177: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
14178: error in xnode, which were not catched in xdoc]
14179:
14180: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
14181: prepared: // validate each document after load/create (?)
14182: //xmlDoValidityCheckingDefaultValue = 1;
14183:
14184: 2002-08-15 paf
14185:
14186: * src/classes/classes.h: write to static var caused useless
14187: Exception, introduced Methoded::put_element wich consumes those
14188:
14189: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
14190: src/types/pa_vcookie.C, src/types/pa_vdate.h,
14191: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
14192: $response:field[date] $response:field[$.xxx[date]]
14193:
14194: * src/: classes/hash.C, classes/string.C, classes/table.C,
14195: classes/void.C, include/pa_sql_connection.h: fixed source of
14196: ^hash::sql{bad}
14197:
14198: * operators.txt: $request:body unprecessed POST request body
14199:
14200: * src/types/pa_vrequest.C: $request:body unprecessed POST request
14201:
14202: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
14203: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
14204:
14205: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
14206: src/include/pa_request.h, src/main/pa_pool.C,
14207: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
14208: $request:body r.post_data now const
14209:
14210: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
14211: classes/xnode.C, main/execute.C, types/pa_value.h,
14212: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
14213: types/pa_vtable.h: instead of type() checking everywhere used
14214: Value.as now user descendants can be used in params.
14215:
14216: VObject::as_*, is_defined now taken from bases. xtable(table)
14217: ^if($xtable) now OK
14218:
14219: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
14220: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
14221: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
14222:
14223: 2002-08-14 paf
14224:
14225: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
14226: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
14227: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14228: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
14229: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14230: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
14231: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
14232: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14233: types/pa_vresponse.C, types/pa_vresponse.h,
14234: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14235: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14236: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14237: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14238: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
14239: & VClass
14240:
14241: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
14242:
14243: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
14244: removed fixopt stupidity. on stupid linux use cd /document/root
14245: ../cgi/parser3 script
14246:
14247: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
14248: params, splitting them by space, excluding argv[0], argv[argc-1]
14249:
14250: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
14251: fixopt.h: fixopt now preprocesses command line params, splitting
14252: them by space, excluding argv[0], argv[argc-1]
14253:
14254: * src/targets/cgi/parser3.C: -f config file
14255:
14256: * src/targets/cgi/parser3.C: fixed .log file dir
14257:
14258: 2002-08-13 paf
14259:
14260: * src/types/pa_vobject.C: allow override parent variables, useful
14261: for form descendants [in vobject too, were in vclass]
14262:
14263: * src/types/pa_vclass.C: allow override parent variables, useful
14264: for form descendants
14265:
1.97 ! moko 14266: * src/types/Makefile.in: added vobject.c & vclass
! 14267:
1.95 moko 14268: * src/types/pa_vclass.C: checked: form[vclass]fields can be
14269: overwritten in derived(table)
14270:
14271: * src/: classes/form.C, classes/mail.C, classes/op.C,
14272: classes/xnode.h, include/pa_request.h, main/execute.C,
14273: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
14274: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14275: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
14276: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14277: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
14278: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14279: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14280: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
14281: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14282: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14283: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14284: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14285: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
14286: Value::get_element(..., bool looking_down) [needed to exclude
14287: endless recoursion]
14288:
14289: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
14290: fix bug with put endless recoursion todo: check 'as'
14291:
14292: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
14293: reorganized modules todo: fix bug with put endless recoursion
14294: todo: check 'as'
14295:
1.97 ! moko 14296: * src/types/Makefile.in: VAliased removed
! 14297:
1.95 moko 14298: * src/types/pa_vobject.h: checked: table fields can be overwritten
14299: in derived(table)
14300:
14301: * src/types/pa_vobject.h: derived classes can have fields of their
14302: own now
14303:
14304: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
14305: fixed error message on using non-created table
14306:
14307: * src/: classes/form.C, classes/hash.C, classes/mail.C,
14308: classes/op.C, classes/xnode.h, include/pa_request.h,
14309: main/compile.C, main/compile.tab.C, main/execute.C,
14310: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
14311: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14312: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
14313: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14314: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
14315: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14316: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14317: types/pa_vresponse.C, types/pa_vresponse.h,
14318: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14319: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14320: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14321: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14322: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
14323: looking down/up tree todo: fix error message on non-constructed
14324: parents
14325:
14326: 2002-08-12 paf
14327:
14328: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
14329: derived OK
14330:
14331: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
14332: thorough testing
14333:
14334: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
14335: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
14336: types/pa_vobject.h, types/pa_vstateless_class.h,
14337: types/pa_vstateless_object.h, types/pa_wcontext.h,
14338: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
14339: ^base:create[] dynamic call rewritten todo: thorough testing
14340:
14341: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
14342: now instantates base class, remembers it and saves child in
14343: parent VObject.get_class now returns last child = downward
14344: virtual calls OK
14345:
14346: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
14347: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14348: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
14349: types/pa_vobject.h, types/pa_vresponse.h,
14350: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14351: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
14352: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
14353: VAliased [redundant], moved $CLASS to VObject only [parser class
14354: instance]
14355:
14356: * bin/auto.p.dist.in: more like in dist on parser.ru
14357:
14358: * bin/auto.p.dist.in: fixed sendmail default comment
14359:
14360: * src/main/pa_request.C: $response:body[file] content-type check
14361: fixed [were bad when content-type is hash]
14362:
14363: 2002-08-09 paf
14364:
14365: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
14366: types/pa_vobject.h, types/pa_vxdoc.h: started as()
14367:
14368: 2002-08-08 paf
14369:
14370: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
14371: src/main/pa_globals.C: year column in month calendar [week year]
14372:
14373: * src/main/execute.C: error reporting on object writes to MAIN
14374: improved [were ruind with fixing $obj[^if(1){$obj}] ]
14375:
14376: * operators.txt, src/types/pa_vdate.h: $date.yearday
14377: $date.daylightsaving
14378:
14379: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
14380: use tainted data now. only she must specify the language.
14381:
14382: ^mail:send[ $.from[paf@mail.design.ru]
14383: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
14384: $.text[^taint[uri][ìîñêâà]=] ]
14385:
14386: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
14387: now prints more precise origin
14388:
14389: * src/include/pa_string.h: String::first_char now not fails on
14390: empty strings ^if(-f '') now ok and in 3 other places.
14391:
14392: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
14393: String::first_char now not fails on empty strings ^if(-f '') now
14394: ok and in 3 other places.
14395:
14396: 2002-08-07 paf
14397:
14398: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
14399: fixed
14400:
14401: * src/main/pa_string.C: ^string.mid(0;bad) fixed
14402:
14403: * src/: main/execute.C, types/pa_vcode_frame.h,
14404: types/pa_vmethod_frame.h, types/pa_wcontext.C,
14405: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
14406: mistakenly not completely transparent to object writes.
14407: $hash[^if(1){$hash}] now works
14408:
14409: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
14410: now erasing cache file [there were bad check on that]
14411:
14412: * src/: classes/classes.dsp, classes/table.C,
14413: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
14414: all Debug dirs in .dsp now named 'Debug'
14415:
1.97 ! moko 14416: * etc/parser3.charsets/: Makefile.am, Makefile.in: all included
! 14417: into dist
1.95 moko 14418:
14419: * operators.txt, src/classes/mail.C: exception_type email.send
14420:
14421: * operators.txt, src/types/pa_vmail.C: exception_type email.format
14422:
14423: * src/types/pa_vmail.C: mail:send empty email checked
14424:
14425: 2002-08-06 paf
14426:
14427: * operators.txt, src/classes/table.C, src/include/pa_array.h,
14428: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
14429: ^table::create[$source;$.options] ^table::join[$source;$.options]
14430:
14431: * operators.txt, src/classes/hash.C, src/classes/string.C,
14432: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
14433: # $.default() }
14434:
14435: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
14436:
14437: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
14438: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
14439: $file.content-type [instead of .mime-type] now works for
14440: file::stat also
14441:
14442: * src/main/pa_request.C: case insensitive mime_type_of
14443:
14444: * bin/auto.p.dist.in: jpeg
14445:
14446: 2002-08-05 paf
14447:
14448: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
14449:
14450: * src/types/pa_vmail.C: file buffer relocated to parser heap
14451:
14452: * operators.txt: comment on date:calendar week column
14453:
14454: * src/main/pa_common.C: write checked
14455:
14456: * src/main/: pa_common.C: write checked
14457:
14458: * src/classes/date.C: +1 buf size for stupid snprintfs
14459:
14460: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
14461: month calendar week column [ISO 8601 Week Numbers]
14462:
14463: 2002-08-02 paf
14464:
14465: * src/: include/pa_config_fixed.h, main/pa_string.C,
14466: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
14467: DEBUG*
14468:
14469: * configure, configure.in, src/include/pa_version.h: release
14470: 3_0_0005
14471:
14472: * bin/auto.p.dist.in: unhandled_exception comments
14473:
14474: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
14475: multipart post fixed
14476:
14477: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
14478: response transcoded source->client only when text/* or simple
14479: onoverridden $response:body
14480:
14481: 2002-08-01 paf
14482:
14483: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14484: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14485: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14486: classes/op.C, classes/response.C, classes/string.C,
14487: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14488: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14489: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14490: include/pa_config_fixed.h, include/pa_dictionary.h,
14491: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14492: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
14493: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
14494: include/pa_socks.h, include/pa_sql_connection.h,
14495: include/pa_sql_driver_manager.h, include/pa_stack.h,
14496: include/pa_string.h, include/pa_stylesheet_connection.h,
14497: include/pa_stylesheet_manager.h, include/pa_table.h,
14498: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14499: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14500: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
14501: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14502: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
14503: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14504: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14505: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
14506: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14507: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14508: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
14509: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
14510: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
14511: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
14512: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
14513: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
14514: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
14515: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14516: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
14517: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14518: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
14519: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14520: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
14521: types/pa_vmethod_frame.h, types/pa_vobject.h,
14522: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14523: types/pa_vresponse.h, types/pa_vstateless_class.C,
14524: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14525: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14526: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14527: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14528: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14529: types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
14530:
14531: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
14532: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14533: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14534: classes/math.C, classes/op.C, classes/response.C,
14535: classes/string.C, classes/table.C, classes/void.C,
14536: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14537: include/pa_array.h, include/pa_cache_managers.h,
14538: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14539: include/pa_config_fixed.h, include/pa_config_includes.h,
14540: include/pa_dictionary.h, include/pa_dir.h,
14541: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14542: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
14543: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14544: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
14545: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14546: include/pa_stack.h, include/pa_string.h,
14547: include/pa_stylesheet_connection.h,
14548: include/pa_stylesheet_manager.h, include/pa_table.h,
14549: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14550: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
14551: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14552: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
14553: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14554: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14555: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
14556: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
14557: main/pa_sql_driver_manager.C, main/pa_string.C,
14558: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14559: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
14560: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
14561: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14562: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
14563: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
14564: targets/isapi/pool_storage.h, types/pa_valiased.C,
14565: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
14566: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
14567: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14568: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14569: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14570: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
14571: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
14572: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14573: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14574: types/pa_vresponse.C, types/pa_vresponse.h,
14575: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14576: types/pa_vstateless_object.h, types/pa_vstatus.C,
14577: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
14578: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14579: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14580: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14581: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
14582: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
14583: types/Makefile.am: ident.C* removed
14584:
14585: * operators.txt, src/classes/file.C, src/main/pa_request.C:
14586: file:find[/can/do/this/now.txt]
14587:
14588: * src/targets/cgi/parser3.C: usage to stdout now
14589:
14590: 2002-07-31 paf
14591:
14592: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
14593:
14594: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
14595: default "postmaster"
14596:
14597: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
14598: -f postmaster now default sendmail key word "postmaster"
14599: replaced to $.from
14600:
14601: 2002-07-30 paf
14602:
1.97 ! moko 14603: * Makefile.in, configure, configure.in,
! 14604: src/targets/cgi/Makefile.in,
! 14605: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C:
! 14606: removed pa_config_paths.h
1.95 moko 14607:
14608: * src/main/pa_charset.C: comment
14609:
14610: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
14611: table, &#decimal;
14612:
14613: * src/main/pa_request.C: comment
14614:
14615: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
14616: paragraf]
14617:
14618: 2002-07-11 paf
14619:
14620: * src/main/pa_exec.C: build command line badly added params twice
14621: [and first time without ' ']. double wrong. fixed.
14622:
14623: * src/main/pa_exec.C: invalid .exe caused error message with params
14624: wich parser did not provide = reported badly. fixed that.
14625:
14626: * src/classes/mail.C: $MAIL[ # xxx ]
14627:
14628: now ok
14629:
14630: * operators.txt: plan: sql detailed exception
14631:
14632: 2002-07-01 paf
14633:
14634: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
14635: [MForm.configure_admin were called when request.main_class ==0
14636:
14637: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
14638:
14639: * src/classes/form.C: content_length type fix
14640:
14641: 2002-06-30 paf
14642:
14643: * src/classes/mail.C: merged from 4
14644:
14645: * src/classes/mail.C: restored $MAIL
14646:
14647: 2002-06-28 paf
14648:
14649: * configure, configure.in: removed paths.h
14650:
1.97 ! moko 14651: * Makefile.in, configure, src/include/pa_version.h,
1.95 moko 14652: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
14653: merged, makes updated
14654:
14655: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
14656: src/include/pa_charset.h, src/include/pa_config_fixed.h,
14657: src/include/pa_pool.h, src/include/pa_version.h,
14658: src/main/pa_charset.C, src/main/pa_pool.C,
14659: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14660: src/types/pa_vmail.C: merged latest updates to head
14661:
14662: 2002-06-27 paf
14663:
14664: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
14665: not error now
14666:
14667: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
14668: src/include/pa_config_fixed.h, src/include/pa_pool.h,
14669: src/main/pa_charset.C, src/main/pa_pool.C:
14670: ^xdoc::create[[uri]]... base uri for document being created,
14671: imports and other relative file names would be relative to this
14672: uri default uri=path_translated
14673:
14674: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
14675:
14676: 2002-06-26 paf
14677:
14678: * configure, configure.in, src/include/pa_version.h:
14679: release_3_0_0004
14680:
14681: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
14682: 0 now
14683:
14684: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
14685:
14686: 2002-06-25 paf
14687:
14688: * src/main/pa_string.C: emtpy string, or string of whitespaces
14689: considered bad number now
14690:
14691: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
14692: now
14693:
14694: * operators.txt, src/classes/string.C: ^string.normalize [old
14695: name: optimize
14696:
14697: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
14698: library configured
14699:
14700: * src/main/pa_request.C: configure_admin forced if no @conf
14701:
14702: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
14703: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
14704: when needed and to call system crypt() if not $apr1$ prefix
14705:
14706: 2002-06-24 paf
14707:
14708: * INSTALL: --with-static/shared-mailreceive described
14709:
14710: * src/include/pa_config_fixed.h: ssize_t fixed
14711:
1.97 ! moko 14712: * Makefile.in, configure, configure.in, bin/Makefile.in,
! 14713: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 14714: src/Makefile.in, src/classes/Makefile.in,
! 14715: src/include/Makefile.in, src/include/pa_config_auto.h.in,
! 14716: src/lib/Makefile.in, src/lib/pcre/Makefile.in,
! 14717: src/main/Makefile.in, src/sql/Makefile.in,
! 14718: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 14719: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 14720: src/types/Makefile.am, src/types/Makefile.in,
1.95 moko 14721: src/types/pa_vmail.C: $mail:received makes update
14722:
14723: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
14724: WITH_MAILRECEIVE
14725:
14726: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
14727:
14728: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
14729: option, for $mail:receive
14730:
14731: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
14732: introducting $message:received ^mail:send rewritten with backward
14733: comp
14734:
14735: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
14736: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14737: types/types.dsp: win32xml win32mailreceive pseudomodules paths
14738: now
14739:
14740: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
14741: src/include/pa_charset.h, src/include/pa_config_fixed.h,
14742: src/include/pa_request.h, src/include/pa_string.h,
14743: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
14744: src/main/pa_globals.C, src/main/pa_request.C,
14745: src/main/pa_string.C, src/main/pa_uue.C,
14746: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
14747: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14748: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
14749: uue to separate file introducting $message:received ^mail:send
14750: rewritten with backward comp
14751:
14752: 2002-06-21 paf
14753:
1.97 ! moko 14754: * src/lib/: Makefile.am, Makefile.in, md5/pa_md5.h: lib restructure
! 14755: apache .am & co changes
1.95 moko 14756:
1.97 ! moko 14757: * Makefile.in, configure, configure.in, src/Makefile.in,
! 14758: src/classes/Makefile.in, src/lib/Makefile.in,
! 14759: src/lib/md5/Makefile.am, src/lib/md5/pa_md5c.c,
! 14760: src/lib/pcre/Makefile.in, src/main/Makefile.in,
! 14761: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
! 14762: src/types/Makefile.in: lib restructure .in and .am files
! 14763: appropriate changes
1.95 moko 14764:
14765: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
14766: pcre to libs/ added libs/md5 which is linked to non-apache
14767: targets ^math:crypt[password;$apr1$salt]
14768:
14769: * INSTALL, configure.in, operators.txt, parser3.dsw,
14770: src/Makefile.am, src/classes/Makefile.am,
14771: src/classes/classes.dsp, src/classes/math.C,
14772: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.97 ! moko 14773: src/lib/pcre/Makefile.am, src/lib/pcre/Makefile.in,
! 14774: src/lib/pcre/README, src/lib/pcre/Tech.Notes,
! 14775: src/lib/pcre/dftables.c, src/lib/pcre/get.c,
! 14776: src/lib/pcre/ibm-1250.ucm, src/lib/pcre/ibm-1251.ucm,
! 14777: src/lib/pcre/ibm-1257.ucm, src/lib/pcre/internal.h,
! 14778: src/lib/pcre/maketables.c, src/lib/pcre/pcre-2_08.tar.gz,
! 14779: src/lib/pcre/pcre.3, src/lib/pcre/pcre.3.html,
! 14780: src/lib/pcre/pcre.3.txt, src/lib/pcre/pcre.c,
! 14781: src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 14782: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
14783: src/lib/pcre/pcre_parser_ctype.dsp,
14784: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
14785: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
14786: src/main/compile.tab.C, src/main/main.dsp,
14787: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
14788: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
14789: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
14790: to libs/ added libs/md5 which is linked to non-apache targets
14791: ^math:crypt[password;$apr1$salt]
14792:
14793: 2002-06-20 paf
14794:
14795: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.97 ! moko 14796: bin/Makefile.in, bin/auto.p.dist.in, src/classes/file.C,
! 14797: src/classes/op.C, src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 14798: src/include/pa_request.h, src/main/execute.C,
14799: src/main/pa_request.C, src/targets/cgi/parser3.C,
14800: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
14801: marged latest HEAD updates, mainly file:justname&co &
14802: @auto/conf[filespec
14803:
14804: * operators.txt, src/classes/file.C:
14805: !^file:dirname[/a/some.tar.gz]=/a
14806: !^file:dirname[/a/b/]=/a
14807: !^file:basename[/a/some.tar.gz]=some.tar.gz
14808: !^file:justname[/a/some.tar.gz]=some.tar
14809: !^file:justext[/a/some.tar.gz]=gz
14810:
14811: * src/: classes/op.C, include/pa_request.h, main/execute.C,
14812: main/pa_request.C, types/pa_vmethod_frame.h: introducing
14813: @conf/auto[filespec]
14814:
14815: * bin/auto.p.dist.in: <noindex>
14816:
1.97 ! moko 14817: * configure, bin/Makefile.in: parser3.conf renamed to auto.p
! 14818: autoconf changes
1.95 moko 14819:
14820: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
14821: bin/auto.p.dist.in, src/doc/doxygen.cfg,
14822: src/include/pa_globals.h, src/targets/cgi/parser3.C,
14823: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
14824:
14825: 2002-06-18 paf
14826:
14827: * configure, configure.in, src/include/pa_version.h: version to
14828: configure.in
14829:
14830: * INSTALL: reflected .conf.dist dir change
14831:
1.97 ! moko 14832: * Makefile.am, Makefile.in, configure, configure.in,
! 14833: bin/Makefile.am, bin/Makefile.in, etc/Makefile.in,
! 14834: etc/parser3.charsets/Makefile.am,
! 14835: etc/parser3.charsets/Makefile.in: parser3.conf.dist moved to bin,
1.95 moko 14836: .in & *.am updated
14837:
14838: * src/classes/file.C: strncasecmp
14839:
14840: * src/classes/file.C: strcasecmp
14841:
1.97 ! moko 14842: * bin/Makefile.am, bin/Makefile.in, etc/Makefile.am:
! 14843: bin/parser3.conf.dist [moved from etc
1.95 moko 14844:
14845: * src/classes/file.C: ^file::exec[script;$.bad error case
14846: insensitive check now
14847:
14848: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
14849:
14850: * configure, configure.in, src/include/pa_pool.h,
14851: src/include/pa_types.h: pack configure.in detection simplified.
14852: figured out that gcc on sparc not that stupid as thought
14853: previously: on sparc: when it sees packed class it modifies it's
14854: field-access-code to byte operations [stb, ldub] instead of 4byte
14855: operations [st, lduh] so packed must be all parts of packed
14856: class, i.e. it's parents&fields(classes). for now it's only
14857: String that packed and what was wrong is that it's parent -
14858: Pooled, were not packed. fixed that.
14859:
14860: 2002-06-14 paf
14861:
14862: * operators.txt: more precise xml-to-text options
14863:
14864: * operators.txt, src/types/pa_vxnode.C: xnode
14865: attribute_node.name/value xnode pi.node.data
14866:
14867: 2002-06-12 paf
14868:
1.97 ! moko 14869: * Makefile.in, configure, configure.in, etc/Makefile.in,
! 14870: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 14871: src/classes/Makefile.in, src/include/Makefile.in,
! 14872: src/main/Makefile.in, src/sql/Makefile.in,
! 14873: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 14874: src/targets/cgi/Makefile.in, src/targets/cgi/parser3.C,
! 14875: src/targets/isapi/Makefile.in, src/types/Makefile.in: removed
! 14876: root conf define creation
1.95 moko 14877:
14878: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
14879: src/include/pa_globals.h, src/include/pa_request.h,
14880: src/main/compile.tab.C, src/main/pa_globals.C,
14881: src/main/pa_request.C, src/targets/cgi/parser3.C,
14882: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
14883:
14884: * src/classes/mail.C: sendmail -ti [default now]
14885:
14886: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
14887: to be strings. for convinient #ing
14888:
14889: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
14890: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
14891:
14892: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
14893: main/pa_globals.C, main/pa_request.C: @conf
14894:
14895: 2002-06-11 paf
14896:
14897: * src/classes/file.C: check simplified
14898:
14899: * src/: classes/file.C, targets/cgi/parser3.dsp,
14900: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
14901: valid prefix
14902:
14903: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
14904: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
14905: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
14906:
14907: 2002-06-10 paf
14908:
14909: * operators.txt, src/classes/op.C, src/include/pa_common.h,
14910: src/main/pa_common.C: lock failures reported now
14911:
14912: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
14913: string->double @ compile time were not-enough-checking...
14914:
14915: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
14916: autoconvert now ignored
14917:
14918: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
14919: check
14920:
14921: * src/classes/mail.C: mail netscape attachment name fixed. todo:
14922: $response:body content-type:name
14923:
14924: * configure, configure.in: hpux check, nsl link, no socket
14925:
14926: * operators.txt: old merge conflict removed
14927:
14928: * configure, configure.in: pack even address access on sparc&co
14929: arch checked in configure
14930:
14931: * configure, src/include/pa_version.h: makes
14932:
14933: * configure, configure.in, src/include/pa_version.h: makes
14934:
14935: * src/main/untaint.C: (bug#2) mail subject got always prepended
14936: with charset even when all letters were 7bit one
14937:
14938: * src/main/pa_common.C: merged fixed -d (bug)
14939:
14940: * src/main/pa_common.C: fixed -d (bug)
14941:
14942: 2002-06-03 paf
14943:
14944: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
14945: src/classes/classes.dsp, src/main/compile.tab.C,
14946: src/main/main.dsp, src/main/pa_globals.C,
14947: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
14948: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
14949: .dsp-s along with reorganized cvs modules dirs structure
14950:
14951: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
14952: main/pa_globals.C, targets/cgi/parser3.dsp,
14953: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
14954: modules
14955:
14956: 2002-05-28 paf
14957:
14958: * src/targets/cgi/parser3.C: info.uri now ""
14959:
14960: 2002-05-17 paf
14961:
14962: * src/classes/: table.C: ^table.save << checked empty
14963: pre/match/post columns
14964:
14965: 2002-05-16 paf
14966:
14967: * src/classes/image.C: image::measure can png now
14968:
14969: 2002-05-15 paf
14970:
14971: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
14972: added
14973:
14974: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
14975:
14976: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
14977: %H[:%M[:%S]]]]]] [-%m now
14978:
14979: 2002-05-14 paf
14980:
14981: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
14982:
14983: 2002-05-07 paf
14984:
14985: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
14986: src/include/pa_globals.h, src/include/pa_request.h,
14987: src/include/pa_table.h, src/main/compile.tab.C,
14988: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
14989: src/main/pa_request.C, src/main/pa_table.C,
14990: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
14991: src/targets/isapi/parser3isapi.dsp,
14992: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
14993: name2number field now &. main_method_name now on Request pool
14994: rather on global_pool [Junction+VJunction created on same pool as
14995: name = were created on global pool, causing mem leaks]
14996:
14997: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
14998: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
14999: main/compile.y, main/main.dsp, main/pa_globals.C,
15000: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
15001: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
15002: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
15003: field now &. main_method_name now on Request pool rather on
15004: global_pool [Junction+VJunction created on same pool as name =
15005: were created on global pool, causing mem leaks]
15006:
15007: 2002-05-06 paf
15008:
15009: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15010: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
15011: 100*40 bytes per request memory leak [nonpool malloc in globals]
15012:
15013: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15014: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
15015: 100*40 bytes per request memory leak [nonpool malloc in globals]
15016:
15017: 2002-04-30 paf
15018:
15019: * configure, src/include/pa_version.h: version now not b
15020:
15021: * src/targets/cgi/parser3.C: request.uri now never 0
15022:
15023: 2002-04-29 paf
15024:
15025: * configure.in: removed b
15026:
15027: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
15028: Exception::comment/type checked in (), no there's no empty
15029: type/comment by default
15030:
15031: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
15032: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
15033: src/doc/value.dox, src/include/pa_exception.h,
15034: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
15035: 0001
15036:
15037: 2002-04-26 paf
15038:
15039: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
15040: size reduced
15041:
15042: 2002-04-25 paf
15043:
15044: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
15045: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
15046: now that took into account
15047:
15048: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
15049: 01:03:04]
15050:
15051: * ChangeLog, operators.txt, src/classes/date.C:
15052: ^date::create[2002-12-33 01:03:04]
15053:
15054: * ChangeLog: updated changelog
15055:
15056: * src/classes/table.C: removed restriction on column count to
15057: ^table.hash to work, now must be >0 [were >1]
15058:
15059: 2002-04-24 paf
15060:
15061: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15062: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15063: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
15064: targets
15065:
15066: 2002-04-23 paf
15067:
15068: * operators.txt, src/classes/string.C:
15069: int/double/string:sql{}[$.default{code}] fixed [were barking:
15070: "junction used outside of context"]
15071:
15072: 2002-04-22 paf
15073:
15074: * types.txt, src/classes/string.C, src/include/pa_string.h,
15075: src/main/pa_string.C, src/types/pa_vstring.C,
15076: src/types/pa_vstring.h: ^string.optimize[]
15077:
15078: * src/: include/pa_globals.h, include/pa_table.h,
15079: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
15080: table template
15081:
15082: * src/classes/: string.C: optimize removed from string
15083: .left/right/pos
15084:
15085: * src/main/execute.C: rolled back to
15086: before_killing_userjunction_contexts
15087:
15088: * src/main/execute.C: user junctions context killed
15089:
15090: * src/main/execute.C: junctions to local contexts got
15091: cleanized&checked later
15092:
15093: 2002-04-19 paf
15094:
15095: * src/: classes/string.C, include/pa_request.h,
15096: include/pa_string.h, main/pa_request.C, main/pa_string.C,
15097: types/pa_vstring.C, types/pa_vstring.h: string now optimized
15098: prior to .left .right .mid .pos .match when that is profitable,
15099: and always before .replace when $ORIGINS(1) optimization disabled
15100: economy from not wasting mem on lots of strings which occur by
15101: lots of String:mid calls to get parts of source string between
15102: found_occurances
15103:
15104: * src/classes/file.C: ovector now local economy: 16 bytes per
15105: ^file:list
15106:
15107: * src/: include/pa_globals.h, include/pa_table.h,
15108: main/pa_globals.C, main/pa_string.C: String::match table columns
15109: globalized, not created @ each ^match anymore economy:
15110: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
15111:
15112: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
15113: removed from each String::match replace iteration, and made
15114: stacked sizeof(VTable)=12bytes economy on each replace code
15115:
15116: * src/doc/footer.htm: 2001,
15117:
15118: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
15119: string.match[]['] option enables generation of $match.prematch
15120: .match .postmatch columns
15121:
15122: * src/main/pa_string.C: String::match options analized without
15123: cstr-ing them now
15124:
15125: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
15126: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
15127: config updated to doxygen 1.2.15, created helper which fixes
15128: minor bugs in chm project files & htm tree. changed extension to
15129: .htm
15130:
15131: 2002-04-18 paf
15132:
15133: * src/doc/doxygen.cfg: .chi generation disabled
15134:
15135: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
15136: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
15137: fields&methods
15138:
15139: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
15140: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
15141: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
15142: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
15143: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
15144: types/pa_vresponse.h, types/pa_vstateless_class.h,
15145: types/pa_vstateless_object.h, types/pa_vstatus.h,
15146: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
15147: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
15148: VStateless_class to VObject
15149:
15150: * src/: main/pa_request.C, types/pa_valiased.h,
15151: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15152: types/pa_vstring.h: VStateless_string_object speicalized light
15153: version of VStateless_object
15154:
15155: * src/classes/op.C: ^throw comment param made optional
15156:
15157: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
15158: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
15159: and implemented down in VClass, fclass_alias removed,
15160:
15161: * src/types/pa_value.C: forced to cut that from .h because of
15162: VStateless_class usage [undefined in .h]
15163:
15164: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15165: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15166: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
15167: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
15168: on each CALL]
15169:
15170: * src/: classes/classes.h, classes/date.C, classes/double.C,
15171: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
15172: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
15173: classes/response.C, classes/string.C, classes/table.C,
15174: classes/void.C, classes/xnode.C, include/pa_globals.h,
15175: include/pa_request.h, main/execute.C, main/pa_globals.C,
15176: main/pa_request.C, types/Makefile.am, types/pa_value.h,
15177: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
15178: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15179: types/pa_vstateless_class.h, types/pa_wcontext.C,
15180: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
15181: removed Value::fname
15182:
15183: 2002-04-17 paf
15184:
15185: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
15186: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
15187: doc/pooled.dox, doc/string.dox, doc/targets.dox,
15188: include/pa_pool.h, include/pa_types.h: dox updated to current
15189: state, PTHROW freshen to throw & co
15190:
15191: * src/types/pa_vhash.h: vstring wrong parent fixed
15192:
15193: * src/classes/op.C: taint local result var bug fixed
15194:
15195: 2002-04-16 paf
15196:
15197: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
15198: Attic asm.txt as most interesting
15199:
15200: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
15201: check, preventing content-length: 0 from appearing
15202:
15203: * src/main/execute.C: $result in @main now taken into account as in
15204: usual functions
15205:
15206: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
15207: & @unhandled_exception now taken into account as in usual
15208: functions
15209:
15210: * src/doc/postbuild.txt: instructions on post .html build
15211:
15212: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
15213:
15214: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
15215: tainted
15216:
15217: * src/main/pa_request.C: uri in error log
15218:
15219: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
15220: cheched date:create(days) param for validity [later were assumed
15221: valid and crashed on invalid onces]
15222:
15223: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15224: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
15225: and used that for removing VString wrapper
15226:
15227: * src/classes/op.C: exception2vhash file now tainted
15228:
15229: * src/classes/op.C: _process pseudo origin copied from local var to
15230: heap
15231:
15232: * src/classes/op.C: extra check on empty file in origin in _execute
15233:
15234: 2002-04-15 paf
15235:
15236: * src/: main/execute.C, types/pa_value.h: fixed name update
15237:
15238: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
15239: functions
15240:
15241: * src/: classes/file.C, classes/hash.C, classes/op.C,
15242: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
15243: started dual write_xxx_lang functions, if checked & works
15244:
15245: * src/: classes/date.C, classes/file.C, classes/mail.C,
15246: classes/string.C, classes/xnode.C, include/pa_request.h,
15247: types/pa_value.h, types/pa_wcontext.h: removed absolutely
15248: unnecessary VString shells
15249:
15250: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
15251: prev changes]
15252:
15253: * src/: classes/image.C, classes/op.C, classes/string.C,
15254: classes/table.C, include/pa_request.h, main/execute.C,
15255: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
15256: StringOrValue wcontext result, now ready for dual writes
15257:
15258: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
15259: checked that
15260:
15261: * src/main/: compile.tab.C, compile.y, compile_tools.C,
15262: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
15263: changed to OP_WRITE_VALUE in var get cases
15264:
15265: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
15266: include/pa_request.h, main/compile.tab.C, main/compile.y,
15267: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15268: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
15269: switch in hash constructor fixed [were problems with using of
15270: stacked wwrapper after it's death]
15271:
15272: 2002-04-12 paf
15273:
15274: * operators.txt, src/classes/table.C: table.select(expression) 0
15275:
15276: 2002-04-11 paf
15277:
15278: * src/: classes/string.C, include/pa_request.h, main/execute.C:
15279: Request::process_internal codeFrame & wwrapper stacked [not
15280: wasting heap anymore]
15281:
15282: 2002-04-10 paf
15283:
15284: * src/: classes/double.C, classes/file.C, classes/hash.C,
15285: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
15286: classes/string.C, classes/table.C, classes/void.C,
15287: classes/xdoc.C, include/pa_request.h, main/execute.C,
15288: main/pa_string.C: killed Request::process() wrapping
15289: VString(String) in case we need only String
15290:
15291: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15292: killed 8 bytes from String.head
15293:
15294: 2002-04-09 paf
15295:
15296: * src/: main/compile.tab.C, targets/cgi/parser3.C,
15297: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
15298: local*/char b[...]; a=b; situations
15299:
15300: * operators.txt, src/classes/xdoc.C: xslt params made literal
15301:
15302: * src/classes/xdoc.C: xslt params fixed
15303:
15304: * src/: main/pa_common.C, targets/cgi/parser3.C,
15305: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
15306: not pool.malloc(MAX_NUMBER) but really neaded
15307:
1.97 ! moko 15308: * etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 15309: src/classes/Makefile.in, src/sql/Makefile.in,
! 15310: src/targets/Makefile.in, src/targets/cgi/Makefile.in,
! 15311: src/targets/isapi/Makefile.in, src/types/Makefile.in: makse
! 15312:
1.95 moko 15313: * operators.txt, src/classes/double.C, src/classes/int.C:
15314: int/double.int/double(default)
15315:
15316: 2002-04-04 paf
15317:
15318: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
15319: [when reconstructing pieces were split by
15320: max_integral(piece.size), thus some strings to replace happen to
15321: be split into two = not replaced)
15322:
15323: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
15324: standalone version = current dir
15325:
15326: * src/targets/cgi/parser3.C: document root in standalone version =
15327: current dir
15328:
15329: 2002-04-03 paf
15330:
15331: * configure, configure.in: more checks on nonexistent charset
15332:
1.97 ! moko 15333: * INSTALL, Makefile.in, configure, configure.in, etc/Makefile.in,
! 15334: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 15335: src/include/Makefile.in, src/main/Makefile.in: root config
! 15336: configure options
1.95 moko 15337:
15338: 2002-04-02 paf
15339:
15340: * src/main/compile.C: parser.compile [exception name more like in
15341: doc]
15342:
15343: 2002-04-01 paf
15344:
15345: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
15346: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
15347: .content-type.charset, not .charset
15348:
15349: 2002-03-29 paf
15350:
15351: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
15352:
15353: * operators.txt, src/classes/date.C: ^date::create now may not
15354: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
15355: days' year. | 31.05->31.04 roll
15356:
15357: 2002-03-28 paf
15358:
15359: * operators.txt, src/classes/date.C, src/classes/op.C,
15360: src/include/pa_globals.h, src/include/pa_hash.h,
15361: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
15362: ^cache(seconds) ^cache[date] }
15363:
15364: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
15365: param
15366:
15367: 2002-03-27 paf
15368:
15369: * operators.txt, src/classes/date.C, src/classes/double.C,
15370: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
15371: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
15372: src/classes/math.C, src/classes/op.C, src/classes/string.C,
15373: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15374: src/classes/xnode.C, src/include/pa_exception.h,
15375: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
15376: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
15377: src/main/pa_array.C, src/main/pa_charset.C,
15378: src/main/pa_charsets.C, src/main/pa_common.C,
15379: src/main/pa_dictionary.C, src/main/pa_exception.C,
15380: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
15381: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
15382: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
15383: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
15384: src/types/pa_value.h, src/types/pa_vcookie.C,
15385: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
15386: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
15387: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
15388: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
15389: src/types/pa_wwrapper.h: assigned exception types
15390:
15391: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
15392: src/include/pa_request.h, src/main/execute.C,
15393: src/main/pa_request.C: decided agains resetting exception_trace,
15394: just changed name
15395:
15396: 2002-03-26 paf
15397:
15398: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
15399: fixed
15400:
15401: * src/classes/op.C: forced language of $source field of exception
15402: to 'tainted', so that sql-langed-frags could be outputed outside
15403: of connect
15404:
15405: * operators.txt: removed date.roll limit of +-1 offset
15406:
15407: * src/classes/date.C: removed date.roll limit of +-1 offset
15408:
15409: * operators.txt, src/classes/date.C: fixed date roll on
15410: daylightsaving days mktime took into account tm_isdst flag, which
15411: remained from BEFORE roll, but should have been reset
15412:
15413: 2002-03-25 paf
15414:
15415: * operators.txt, src/targets/cgi/parser3.C:
15416: http_site_config_filespec
15417:
15418: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
15419: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
15420: with any/both --disable-foreign-group-files --disable-execs
15421:
15422: * INSTALL: "--with=sendmail=COMMAND" comment
15423:
15424: * INSTALL, configure, configure.in, src/classes/mail.C,
15425: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.97 ! moko 15426: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in:
! 15427: --disable-foreign-group-files now disables execs also.
! 15428: introducing --sendmail
1.95 moko 15429:
15430: * operators.txt: pgsql options comment
15431:
15432: * INSTALL: comment on --disable-link-stdcpp
15433:
1.97 ! moko 15434: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am,
! 15435: src/targets/cgi/Makefile.in: libstdc++ link skipping configure
! 15436: option
1.95 moko 15437:
15438: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
15439: with error were put to cache with 'marked_to_rollback' flag, all
15440: consequent even OK requests rolled back
15441:
15442: 2002-03-22 paf
15443:
15444: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
15445: false return
15446:
15447: * operators.txt: few comments on sets
15448:
15449: 2002-03-18 paf
15450:
15451: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
15452: src/include/pa_globals.h, src/include/pa_request.h,
15453: src/include/pa_stack.h, src/main/pa_globals.C,
15454: src/main/pa_request.C: introducing ^try
15455:
15456: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
15457: types/pa_vdouble.h: removed some tested @tests
15458:
15459: 2002-03-15 paf
15460:
15461: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
15462:
15463: 2002-03-13 paf
15464:
15465: * src/main/pa_exception.C: checked not-pooled malloc
15466:
15467: 2002-03-11 paf
15468:
15469: * INSTALL, configure, configure.in,
15470: src/include/pa_config_auto.h.in: --disable-foreign-group-files
15471:
15472: * src/main/pa_common.C: --disable-foreign-group-files
15473:
15474: * INSTALL: --disable-execs
15475:
15476: * src/main/pa_exec.C: --disable-execs
15477:
15478: * configure, configure.in, src/include/pa_config_auto.h.in:
15479: --disable-execs
15480:
15481: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
15482:
15483: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
15484: file::exec/cgi linebreaks "0D0A" changed to 0A onces
15485:
15486: 2002-03-05 paf
15487:
15488: * operators.txt, src/classes/date.C: date week calendar columns
15489: named
15490:
15491: * operators.txt, src/classes/date.C: date week calendar columns
15492: named
15493:
15494: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
15495: requires headers to be terminated with \r\n manually [refuses to
15496: separate header/body itself]
15497:
15498: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15499: targets/isapi/parser3isapi.C: isapi site config beside .dll
15500:
15501: 2002-03-04 paf
15502:
15503: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
15504: in PASS language
15505:
15506: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
15507: deserialize checks on broken file
15508:
15509: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
15510: parser3isapi.dsp: isapi updated
15511:
15512: 2002-03-01 paf
15513:
15514: * src/main/pa_exec.C: execle -> execve, now argc OK
15515:
15516: 2002-02-28 paf
15517:
15518: * src/main/untaint.C: removed some debug comments
15519:
15520: * src/main/pa_charsets.C: when placing charset to cache using
15521: global name now [were request]
15522:
15523: * configure, configure.in: apache module updated
15524:
15525: * src/main/pa_string.C: origin by first piece preferred before last
15526: piece
15527:
15528: 2002-02-27 paf
15529:
15530: * src/main/pa_charset.C: size_t
15531:
15532: * INSTALL: shared/static-xml with-pathlink
15533:
15534: * operators.txt: SMTP comment
15535:
15536: 2002-02-26 paf
15537:
15538: * src/main/pa_exec.C: more precise names for vars, cosmetic
15539:
15540: * src/classes/xnode.C: in some situation, xpath query returned
15541: result with type NODESET, but empty nodeset member field, checked
15542: that
15543:
15544: 2002-02-22 paf
15545:
15546: * INSTALL: without-zlib comment
15547:
15548: * etc/parser3.charsets/windows-1251.cfg: °
15549:
15550: * configure, configure.in: glib###.a detection fixed
15551:
15552: * INSTALL: hashfile removed from INSTALL
15553:
1.97 ! moko 15554: * Makefile.am, Makefile.in: make update
1.95 moko 15555:
15556: * src/main/pa_string.C: string iterators fixed again, so were
15557: String::join_chain
15558:
15559: * src/main/pa_string.C: string iterators fixed again, so were
15560: String::join_chain
15561:
15562: * src/: include/pa_string.h, main/pa_string.C: string iterators
15563: fixed again, so were String::join_chain
15564:
15565: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
15566:
15567: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
15568: "session"
15569:
1.97 ! moko 15570: * Makefile.in, configure, configure.in,
! 15571: src/include/pa_config_auto.h.in: --with-shared-xml
! 15572: --with-static-xml
1.95 moko 15573:
15574: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15575: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15576: types/types.dsp: *.dsp: removed refereces to win32db & ancient
15577: xalan&xml
15578:
15579: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
15580:
15581: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
15582: src/types/types.dsp: removed hashfile support from sources for
15583: now
15584:
1.97 ! moko 15585: * Makefile.in, configure, configure.in, etc/Makefile.in,
! 15586: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 15587: src/classes/Makefile.am, src/classes/Makefile.in,
1.95 moko 15588: src/classes/hashfile.C, src/include/Makefile.am,
1.97 ! moko 15589: src/include/Makefile.in, src/include/pa_config_auto.h.in,
! 15590: src/include/pa_db_connection.h, src/include/pa_db_manager.h,
! 15591: src/include/pa_db_table.h, src/main/Makefile.am,
! 15592: src/main/Makefile.in, src/main/pa_db_connection.C,
1.95 moko 15593: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.97 ! moko 15594: src/main/pa_globals.C, src/sql/Makefile.in,
! 15595: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 15596: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
! 15597: src/types/Makefile.am, src/types/Makefile.in,
! 15598: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: removed
! 15599: hashfile support for now
1.95 moko 15600:
15601: 2002-02-21 paf
15602:
15603: * src/main/untaint.C: removed debug code, activated commented-for
15604: debug parts
15605:
1.97 ! moko 15606: * Makefile.am, Makefile.in: make cvsupdate
1.95 moko 15607:
15608: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
15609: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
15610: append_row, not at link zero now string to string appending works
15611:
15612: 2002-02-20 paf
15613:
15614: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
15615: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
15616: DEBUG_STRING_APPENDS_VS_EXPANDS
15617:
15618: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15619: economy: 22%
15620:
15621: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15622: space uptimized: string::link_row removed
15623:
15624: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
15625: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
15626: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
15627: types/pa_vstring.h: speed uptimized: string::is_empty
15628:
15629: * operators.txt, src/include/pa_common.h,
15630: src/include/pa_config_fixed.h, src/include/pa_string.h,
15631: src/include/pa_types.h, src/main/compile.tab.C,
15632: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
15633: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
15634: string append optimiziation idea and estimates
15635:
15636: 2002-02-19 paf
15637:
15638: * src/classes/math.C: not used directly [but erroreously reported
15639: that 'is', thus registering twice&other probs]
15640:
15641: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
15642: to node [element]
15643:
15644: * src/main/compile.C: without string_origins parse error
15645: file+line+col possible
15646:
15647: * src/main/: compile.C: without string_origins not worked
15648:
15649: 2002-02-18 paf
15650:
15651: * src/types/pa_vdouble.h: since we have in_expression removed that
15652: trick i've installed into double::as_string
15653:
15654: * src/main/pa_globals.C: extern "C" was removed too fast
15655:
15656: * src/: include/pa_opcode.h, include/pa_request.h,
15657: main/compile.tab.C, main/compile.y, main/execute.C,
15658: types/pa_wcontext.h: in_expression aimed to solve old problem
15659: with string/nonstring values, now in expressions double/int
15660: values are passed as-is, without stupid tostring/fromstring
15661: conversions
15662:
15663: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
15664: __cplusplus } #endif
15665:
15666: * src/main/compile.tab.C: bison env set so one could compile
15667: without cygwin installed
15668:
15669: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
15670: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
15671: gnome xml libs parser .dsp-s changed accordingly
15672:
15673: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
15674:
15675: * operators.txt, src/classes/date.C: date::create [were date::set,
15676: with backward comp
15677:
15678: * src/classes/math.C: math:random range check fixed
15679:
15680: * src/main/: compile.tab.C, compile.y: integer division stops name
15681:
15682: * INSTALL: local install comment
15683:
1.97 ! moko 15684: * Makefile.in, ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 15685:
1.97 ! moko 15686: * Makefile.in, acinclude.m4, aclocal.m4, configure, configure.in,
! 15687: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
! 15688: src/Makefile.in, src/classes/Makefile.in,
! 15689: src/include/Makefile.in, src/include/pa_config_auto.h.in,
! 15690: src/include/pa_config_includes.h, src/main/Makefile.in,
! 15691: src/sql/Makefile.in, src/targets/Makefile.in,
! 15692: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
! 15693: src/targets/cgi/parser3.C, src/targets/isapi/Makefile.in,
! 15694: src/types/Makefile.in: removed libtool usage from build mech
1.95 moko 15695:
15696: * operators.txt: \ comment
15697:
15698: 2002-02-13 paf
15699:
15700: * src/include/pa_config_includes.h: sys/time time both included
15701: now. vaguely remember confilicts on this on some system [not on
15702: six|ablv] so when would see them again would think up proper
15703: check
15704:
1.97 ! moko 15705: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am,
! 15706: src/targets/cgi/Makefile.in: --with-glib-config CXXLINK=$(CC) for
! 15707: targets/cgi/parser3
1.95 moko 15708:
15709: * src/main/pa_common.C: truncation never occured when writing files
15710: on unix [since i've changed cache mech] fix
15711:
15712: * src/main/pa_common.C: strnchr: sanity check added
15713:
15714: * etc/parser3.charsets/windows-1257.cfg: id added
15715:
15716: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
15717: baltic charset file generated, in generation script ispunct check
15718: added
15719:
15720: 2002-02-08 paf
15721:
1.97 ! moko 15722: * src/: include/Makefile.am, include/Makefile.in, sql/Makefile.am,
! 15723: sql/Makefile.in, targets/isapi/Makefile.am,
! 15724: targets/isapi/Makefile.in: forgotten makes
1.95 moko 15725:
15726: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
15727: forgotten
15728:
15729: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
15730:
15731: * INSTALL, README: install&others updated
15732:
15733: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
15734:
1.97 ! moko 15735: * Makefile.am, Makefile.in, configure, configure.in,
! 15736: etc/parser3.charsets/Makefile.am,
! 15737: etc/parser3.charsets/Makefile.in, src/Makefile.am,
! 15738: src/Makefile.in, src/classes/Makefile.am,
! 15739: src/classes/Makefile.in, src/main/Makefile.am,
! 15740: src/main/Makefile.in, src/main/pa_status_provider.C,
! 15741: src/targets/Makefile.am, src/targets/Makefile.in,
! 15742: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
! 15743: src/types/Makefile.am, src/types/Makefile.in: 'make dist' works
1.95 moko 15744:
15745: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15746: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15747: classes/hashfile.C, classes/int.C, classes/mail.C,
15748: classes/math.C, classes/op.C, classes/response.C,
15749: classes/string.C, classes/table.C, classes/void.C,
15750: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15751: include/pa_array.h, include/pa_cache_managers.h,
15752: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15753: include/pa_config_fixed.h, include/pa_config_includes.h,
15754: include/pa_db_connection.h, include/pa_db_manager.h,
15755: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
15756: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15757: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15758: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15759: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15760: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15761: include/pa_stack.h, include/pa_string.h,
15762: include/pa_stylesheet_connection.h,
15763: include/pa_stylesheet_manager.h, include/pa_table.h,
15764: include/pa_threads.h, include/pa_types.h, main/compile.C,
15765: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15766: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
15767: main/pa_db_connection.C, main/pa_db_manager.C,
15768: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
15769: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
15770: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
15771: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
15772: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15773: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
15774: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
15775: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15776: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15777: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
15778: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
15779: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15780: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
15781: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
15782: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
15783: types/pa_vmethod_frame.h, types/pa_vobject.h,
15784: types/pa_vrequest.h, types/pa_vresponse.h,
15785: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15786: types/pa_vstateless_object.h, types/pa_vstatus.C,
15787: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15788: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15789: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
15790: classes/image.C, main/pa_common.C, main/pa_exec.C,
15791: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
15792: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
15793: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
15794: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
15795: types/pa_vxnode.C, main/pa_charset.C: name spelling
15796:
15797: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15798: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15799: classes/hashfile.C, classes/image.C, classes/int.C,
15800: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15801: classes/string.C, classes/table.C, classes/void.C,
15802: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15803: include/pa_array.h, include/pa_cache_managers.h,
15804: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15805: include/pa_config_fixed.h, include/pa_config_includes.h,
15806: include/pa_db_connection.h, include/pa_db_manager.h,
15807: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
15808: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15809: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15810: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15811: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15812: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15813: include/pa_stack.h, include/pa_string.h,
15814: include/pa_stylesheet_connection.h,
15815: include/pa_stylesheet_manager.h, include/pa_table.h,
15816: include/pa_threads.h, include/pa_types.h, main/compile.C,
15817: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
15818: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
15819: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15820: main/pa_db_connection.C, main/pa_db_manager.C,
15821: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
15822: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
15823: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
15824: main/pa_socks.C, main/pa_sql_driver_manager.C,
15825: main/pa_status_provider.C, main/pa_string.C,
15826: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
15827: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
15828: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15829: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15830: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15831: targets/isapi/pool_storage.h, types/pa_valiased.C,
15832: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
15833: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15834: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15835: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15836: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15837: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
15838: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15839: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
15840: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15841: types/pa_vresponse.h, types/pa_vstateless_class.C,
15842: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15843: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15844: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15845: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15846: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15847: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
15848:
15849: 2002-02-07 paf
15850:
15851: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
15852:
1.97 ! moko 15853: * src/: classes/Makefile.in, main/Makefile.in, targets/Makefile.in,
! 15854: targets/cgi/Makefile.in, types/Makefile.in: makes
! 15855:
! 15856: * configure, configure.in, src/classes/Makefile.in,
! 15857: src/include/pa_config_auto.h.in, src/main/Makefile.in,
! 15858: src/main/pa_common.C, src/main/pa_socks.C,
! 15859: src/targets/Makefile.in, src/targets/cgi/Makefile.in,
! 15860: src/types/Makefile.in: compiled under cygwin added yet another
! 15861: locking function: fcntl
1.95 moko 15862:
15863: * config.sub: on cygwin configure passes it with strange i1586
15864: const, hacked it to mean i586
15865:
15866: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
15867: disabled $if reference due to conflicts with local variables
15868:
15869: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
15870: xdoc::set obsolete now, now xdoc::create, with both sences
15871:
15872: * operators.txt, src/classes/table.C, src/include/pa_array.h,
15873: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
15874: table::create now // 'set' name obsolete now table clone.
15875:
15876: * operators.txt, src/classes/string.C,
15877: src/include/pa_config_fixed.h, src/main/compile.tab.C:
15878: ^int/double/string.format now can be called with normal []
15879: brackets, not stupid {} as it were implemented for some strange
15880: reason. retaining backward compatibility due to some
15881: already-implemented servers
15882:
15883: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
15884: main/compile.y, main/compile_tools.C, main/compile_tools.h:
15885: operators now detected by check at name_without_curly_rdive_read
15886: rule whether diving code constists only of
15887: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
15888: with OP_GET_ELEMENT_OR_OPERATOR to form
15889: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
15890:
15891: 2002-02-06 paf
15892:
15893: * configure, configure.in: prefix expanded, grr
15894:
15895: * operators.txt, src/classes/mail.C: mail:send config changed
15896:
15897: 2002-02-05 paf
15898:
15899: * operators.txt: regex options commented
15900:
15901: * src/main/: pa_exec.C: argv0 now correct
15902:
15903: * src/types/pa_vstatus.C: status:rusage 3
15904:
15905: * src/types/pa_vstatus.C: status:rusage 2
15906:
15907: * operators.txt: status:rusage described int operators
15908:
15909: * src/types/pa_vstatus.C: status:rusage 1
15910:
15911: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
15912: src/types/types.dsp: status:rusage
15913:
15914: * configure.in, operators.txt, src/classes/file.C,
15915: src/classes/op.C, src/include/pa_common.h,
15916: src/include/pa_config_includes.h, src/main/compile.tab.C,
15917: src/main/pa_common.C: rewritten ^cache to use
15918: non-blocking-exclusive-caches
15919:
15920: * src/main/pa_common.C: text file read mode on win32 adjusted
15921: [speed impact. was off for debugging purpose, but forgotten
15922: afterwards]
15923:
15924: 2002-02-01 paf
15925:
15926: * src/classes/op.C: file_write does EX lock after create, while
15927: file_read does SH after open, so there's a moment after create
15928: but before EX lock when read can sneak into, and read
15929: just-created-for-writing-and-not-yet-locked file, added a check
15930: for that in ^cache...read
15931:
15932: 2002-01-31 paf
15933:
15934: * src/main/: compile.y, compile.tab.C: disabled operator call after
15935: ^xxx:
15936:
15937: * src/main/: compile.tab.C, execute.C: made operators lookup first
15938: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
15939:
15940: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
15941: main/compile.tab.C, main/compile.y, main/compile_tools.C,
15942: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
15943: operators check 6.1 rewritten. now check is done at compile time
15944:
15945: * src/main/execute.C: operators check 5 floated up old error of
15946: staying in 'entered class/object' state after $a($a..) it
15947: prevented operators from being called thereafter
15948:
15949: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15950: main/execute.C: operators check 4 floated up old error of staying
15951: in 'entered object' state after ^a.a(a) it prevented operators
15952: from being called thereafter
15953:
15954: * src/main/execute.C: operators check 3 floated up old error of
15955: staying in 'entered class' state after $a:a(a) it prevented
15956: operators from being called thereafter
15957:
15958: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
15959: floated up old error of staying in 'entered class' state after
15960: $a:a[a] it prevented operators from being called thereafter
15961:
15962: * src/main/execute.C: operators check, thay mistakenly seen in
15963: $class:operator $object.operators contexts
15964:
15965: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
15966: win32
15967:
1.97 ! moko 15968: * INSTALL, Makefile.in, configure, configure.in, ident.awk,
! 15969: etc/Makefile.am, etc/Makefile.in,
! 15970: etc/parser3.charsets/Makefile.in, src/Makefile.in,
! 15971: src/classes/Makefile.am, src/classes/Makefile.in,
! 15972: src/main/Makefile.am, src/main/Makefile.in,
! 15973: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 15974: src/targets/cgi/Makefile.in,
1.95 moko 15975: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.97 ! moko 15976: src/types/Makefile.am, src/types/Makefile.in: lowered indent.awk
! 15977: back to src/
1.95 moko 15978:
1.97 ! moko 15979: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, Makefile.in,
! 15980: NEWS, README, acinclude.m4, aclocal.m4, asm.txt, config.guess,
! 15981: config.sub, configure, configure.in, form.txt, ident.awk,
! 15982: install-sh, lang.txt, ltconfig, ltmain.sh, missing,
! 15983: mkinstalldirs, operators.txt, parser3.dsw, sql.txt, types.txt,
! 15984: etc/Makefile.am, etc/Makefile.in,
1.95 moko 15985: etc/parser3.charsets/Makefile.am,
1.97 ! moko 15986: etc/parser3.charsets/Makefile.in,
1.95 moko 15987: etc/parser3.charsets/koi8-r.cfg,
15988: etc/parser3.charsets/windows-1250.cfg,
15989: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.97 ! moko 15990: src/Makefile.in, src/classes/Makefile.am,
! 15991: src/classes/Makefile.in, src/include/pa_config_auto.h.in,
! 15992: src/main/Makefile.am, src/main/Makefile.in,
! 15993: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
! 15994: src/targets/cgi/Makefile.in, src/targets/cgi/parser3.C,
! 15995: src/types/Makefile.am, src/types/Makefile.in: moved etc&www out
! 15996: of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 15997: straightened installation scripts procedure made
15998: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
15999: change
16000:
16001: 2002-01-30 paf
16002:
16003: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
16004: removed] those comments were a mistake, and prevented libltdl
16005: from function properly
16006:
16007: 2002-01-29 paf
16008:
1.97 ! moko 16009: * src/: Makefile.am, Makefile.in, classes/Makefile.am,
! 16010: classes/Makefile.in, main/Makefile.in, targets/Makefile.in,
! 16011: targets/cgi/Makefile.in, types/Makefile.in: removed
! 16012: libltdl/libtool creation [modified acinclude.m4 which were
! 16013: creating int into just assignment LIBTOOL=../libtool] added
! 16014: default system config&charsetts prepared 'make install', now it
! 16015: installs targets/cgi/parser3 into bin directory etc/parser3.conf
! 16016: & etc/parser3.charsets/* into $sysconfdir and
1.95 moko 16017: $sysconfdir/parser3.charsets respectively
16018:
16019: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
16020: main/pa_globals.C: few forgotten ifdef XML added
16021:
16022: 2002-01-28 paf
16023:
1.97 ! moko 16024: * src/: classes/Makefile.am, classes/Makefile.in,
! 16025: targets/cgi/Makefile.am, targets/cgi/Makefile.in: xalan-patch
1.95 moko 16026: removed
16027:
16028: * src/main/pa_exception.C: dom|generic error output fix
16029:
16030: * src/classes/xnode.C: xdoc.importNode 3 [check err]
16031:
16032: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
16033:
16034: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
16035: [fixed as_node helper func to accept docs]
16036:
16037: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
16038: xdoc.importNode 0
16039:
16040: * src/classes/xdoc.C: xdoc::set now untaints OK
16041:
1.97 ! moko 16042: * src/Makefile.in: stupid make runs automake on ths
! 16043:
1.95 moko 16044: 2002-01-25 paf
16045:
16046: * src/main/: compile.tab.C, compile.y: #comment before @ after
16047: @SPECIAL now works OK
16048:
16049: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
16050:
16051: * src/main/pa_exec.C: max arg count now 10, and proper message on
16052: violation that added
16053:
16054: * src/classes/hash.C: unified hash::sql, now
16055: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
16056:
16057: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
16058: ^file:lock[filename]{code}
16059:
16060: * src/: classes/file.C, classes/op.C, classes/string.C,
16061: classes/table.C, classes/xdoc.C, include/pa_common.h,
16062: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
16063: to some pa_common funcs
16064:
16065: * src/: include/pa_charset.h, main/pa_globals.C:
16066: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
16067:
16068: * src/: include/pa_charset.h, main/pa_charset.C,
16069: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
16070: not stupid illegal define
16071:
16072: 2002-01-24 paf
16073:
16074: * src/include/pa_version.h: changed version number
16075:
16076: * src/: classes/hashfile.C, include/pa_db_table.h,
16077: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16078: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16079: main/pa_db_connection.C, main/pa_db_table.C,
16080: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
16081: hashfile without logfiles
16082:
16083: * src/: classes/hashfile.C, include/pa_db_table.h,
16084: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
16085: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
16086: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
16087: DB_INIT_TXN init bits, thus got rid of huge log files, which
16088: cluttered disk without huge need]
16089:
16090: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
16091: handy macro, which is strangly abscent in dome lib
16092:
16093: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
16094:
16095: * src/classes/xdoc.C: checked empty response
16096:
16097: * src/classes/xnode.C: xdoc.select fixed context node [were always
16098: /, not self node]
16099:
16100: * src/classes/xnode.C: xnode.select returns array always now, in
16101: case 'nothing found' returns empty array
16102:
16103: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
16104: be more tender with ctrl/c/v
16105:
16106: 2002-01-23 paf
16107:
16108: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
16109: substituted. // 2. when dom tree with entites goes under
16110: transform text nodes // got [erroreosly] cut on first
16111: entity occurance
16112:
16113: * src/types/pa_vdouble.h: double prec. todo: get rid of
16114: twice-converting
16115:
16116: * src/types/pa_vdouble.h: %.20E now float format when %g produced
16117: 'e' in output this is for regretful twice-converting here:
16118: $a(double value) when they write double falue they convert it to
16119: string first, thus %g were losing precesion.
16120:
16121: todo: think up some way to remove double->string string->double
16122: twice-converting
16123:
16124: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
16125: %.20E now default float format this is for regretful
16126: twice-converting here: $a(double value) when they write double
16127: falue they convert it to string first, thus %g were losing
16128: precesion.
16129:
16130: todo: think up some way to remove double->string string->double
16131: twice-converting
16132:
16133: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
16134: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
16135: reasons in comment inside
16136:
16137: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
16138: statically linked]
16139:
16140: * src/: include/pa_exception.h, main/compile.tab.C,
16141: main/pa_exception.C: removed exception va_list constructor. 1.
16142: not needed anymore 2. there were a conflict[causing errors]
16143: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
16144: never detected an ambiguilty here, compiling ctor(, "hello") into
16145: ctor(, va_list) which, of course, caused gpf
16146:
16147: * src/main/pa_globals.C: removed debug xslt messages
16148:
16149: 2002-01-22 paf
16150:
16151: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
16152: main/pa_globals.C: xsl stylesheet load: parsed entities, this
16153: helps compiling stylesheet properly. example: this refused to
16154: work, <b>«<xsl:value-of select="@title"
16155: />»</b> stranly worked only this way:
16156: <b>«<xsl:value-of select="@title" />»</b>
16157:
16158: docs says "set it to 1", never going into details, so I decided
16159: to try NOT to do that
16160:
16161: * src/classes/table.C: join behaived badly in case named tables
16162: structure mismatched: 0 strings sneaked into dest failing
16163: afterwards. replaced them with empty strings
16164:
16165: 2002-01-21 paf
16166:
16167: * src/main/pa_charset.C: checked empty transcoders in
16168: transcode_cstr|buf
16169:
16170: * src/classes/xdoc.C: xdoc::load error source = filespec
16171:
16172: * src/classes/xdoc.C: transform error source now
16173: stylesheet_filespec
16174:
1.97 ! moko 16175: * src/: classes/Makefile.in, classes/xdoc.C, classes/xnode.C,
1.95 moko 16176: include/pa_stylesheet_connection.h, main/pa_charset.C,
16177: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.97 ! moko 16178: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am,
! 16179: targets/cgi/Makefile.in: autoconf gnome
1.95 moko 16180:
16181: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
16182: include/pa_globals.h, include/pa_stylesheet_connection.h,
16183: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
16184: xslt generic error 1
16185:
16186: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
16187: xml generic message 1
16188:
16189: * src/classes/table.C: ^table::load empty lines or #comments before
16190: headline
16191:
16192: * src/: include/pa_array.h, include/pa_globals.h,
16193: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
16194: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16195: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
16196: errors 0
16197:
16198: 2002-01-16 paf
16199:
16200: * src/: classes/hash.C, classes/op.C, classes/string.C,
16201: classes/table.C, classes/void.C, classes/xdoc.C,
16202: include/pa_db_connection.h, include/pa_request.h,
16203: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16204: include/pa_stylesheet_connection.h,
16205: include/pa_stylesheet_manager.h, main/pa_request.C,
16206: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16207: targets/cgi/pool_storage.h: auto closers to sql_connection,
16208: stylesheet_connection auto destroyers to remaining gnome objects
16209:
16210: * src/classes/xdoc.C: few comments
16211:
16212: 2002-01-15 paf
16213:
16214: * src/classes/xdoc.C: xdoc file save string
16215:
16216: ready. todo: error handling
16217:
16218: * src/classes/xdoc.C: xdoc save rewritten using
16219: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
16220: result
16221:
16222: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
16223: started output options parsing
16224:
16225: 2002-01-14 paf
16226:
16227: * src/classes/xdoc.C: method
16228:
16229: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16230: include/pa_pool.h, include/pa_stylesheet_connection.h,
16231: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
16232: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
16233: xslt transform0. TODO: use output options handle errors
16234:
16235: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
16236:
16237: 2002-01-11 paf
16238:
16239: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16240: main/compile_tools.C, main/compile_tools.h, main/execute.C:
16241: partial logical && || evaluation
16242:
16243: * src/classes/xnode.C: xpath selectNodes
16244:
16245: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
16246: string/number/bool
16247:
16248: * src/classes/xnode.C: xpath selectNode 2
16249:
16250: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
16251: xpath selectNode 1
16252:
16253: 2002-01-10 paf
16254:
16255: * src/classes/xnode.C: xpath selectNode -100 [just written]
16256:
16257: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16258: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
16259: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
16260: refcounter]
16261:
16262: 2001-12-29 paf
16263:
16264: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
16265: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
16266: glib works 0
16267:
16268: 2001-12-28 paf
16269:
16270: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
16271: main/pa_exception.C: started glib transcoders
16272:
16273: * src/main/pa_globals.C: renamed gdome to libgdome.dll
16274:
16275: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
16276: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
16277: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
16278: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
16279: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
16280: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
16281: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
16282: libs just compiled in. no refcounting no xpath no xslt yet
16283:
16284: 2001-12-27 paf
16285:
16286: * src/: include/pa_charset.h, include/pa_common.h,
16287: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16288: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
16289: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
16290: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
16291: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
16292: from xalan&xerces, started the process. globals [initialization
16293: pool [charset update charset [transcodings vxnode vxdoc [DOM
16294: calls
16295:
16296: * src/classes/Makefile.am: going away from xalan&xerces, not needed
16297: anymore
16298:
16299: 2001-12-26 paf
16300:
16301: * src/: include/pa_charset.h, include/pa_charsets.h,
16302: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
16303: key globalized [bug]
16304:
16305: 2001-12-25 paf
16306:
16307: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
16308: main/pa_string.C: table set & append changed splitting languages,
16309: separators now can be clean AND as-is same to mail command line
16310: $MAIN:MAIL.progX arguments
16311:
16312: 2001-12-24 paf
16313:
16314: * src/classes/mail.C: one parted text messages - no multipart
16315: mime-type anymore. for convinient if $.attach-ments
16316:
16317: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
16318: main/pa_string.C: read from cache size check updated
16319:
16320: * src/main/: pa_string.C: String::join_chain another ugly bug :(
16321:
16322: 2001-12-21 paf
16323:
16324: * src/classes/date.C: date:sql-string now returns localtime
16325:
16326: * src/main/pa_request.C: $result in @main actually not working, to
16327: hell with it for now
16328:
16329: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16330: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
16331: @postprocess @exception
16332:
16333: * src/main/execute.C: junction evaluation canceled - endless
16334: recursion detected
16335:
16336: 2001-12-19 paf
16337:
16338: * src/main/pa_charset.C: charset->charset transcoding via unicode
16339: intermediate
16340:
16341: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
16342:
16343: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
16344:
16345: * src/classes/op.C: ^cache keypath now relative
16346:
16347: * src/classes/mail.C: changed weighting prior to sort
16348:
16349: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
16350: were missing
16351:
16352: 2001-12-17 paf
16353:
16354: * src/main/pa_charset.C: ifndef XML were bad type
16355:
16356: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
16357: outdated unset services_pool
16358:
16359: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
16360: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
16361: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
16362:
16363: * src/main/untaint.C: allowed space in filespec
16364:
16365: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
16366:
16367: * src/classes/image.C: no govno
16368:
16369: * src/classes/image.C: govno
16370:
16371: 2001-12-16 paf
16372:
1.97 ! moko 16373: * src/: main/Makefile.in, targets/cgi/Makefile.in,
! 16374: types/Makefile.in: makes
! 16375:
1.95 moko 16376: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
16377:
16378: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
16379: charset_connection&manager replaced by charset&charsets
16380:
16381: * src/main/pa_charset.C: name_cstr 0
16382:
16383: * src/main/untaint.C: uri lang now knows about client/source
16384: charsets
16385:
16386: * src/: classes/file.C, classes/math.C, classes/op.C,
16387: classes/string.C, classes/table.C, classes/xdoc.C,
16388: include/pa_array.h, include/pa_cache_managers.h,
16389: include/pa_charset_connection.h, include/pa_charset_manager.h,
16390: include/pa_common.h, include/pa_db_connection.h,
16391: include/pa_db_manager.h, include/pa_db_table.h,
16392: include/pa_dictionary.h, include/pa_exception.h,
16393: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
16394: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
16395: include/pa_sapi.h, include/pa_socks.h,
16396: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16397: include/pa_string.h, include/pa_stylesheet_connection.h,
16398: include/pa_stylesheet_manager.h, include/pa_table.h,
16399: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
16400: main/pa_charset.C, main/pa_charset_connection.C,
16401: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
16402: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
16403: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
16404: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
16405: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16406: types/types.dsp: introducing Charset
16407:
16408: 2001-12-14 paf
16409:
16410: * src/: include/pa_request.h, include/pa_transcoder.h,
16411: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
16412: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
16413: uri lang
16414:
16415: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
16416:
16417: * src/targets/cgi/Makefile.am: -I../../pcre to .am
16418:
16419: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
16420: defalts_name global
16421:
16422: * src/: include/pa_charset_connection.h, include/pa_pool.h,
16423: include/pa_request.h, main/main.dsp,
16424: main/pa_charset_connection.C, main/pa_charset_manager.C,
16425: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
16426: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
16427: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
16428: changed charset model. now important: $request:charset
16429: $response:charset while $response:content-type.charset become
16430: unimportant [informational]
16431:
16432: 2001-12-13 paf
16433:
16434: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
16435:
16436: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
16437: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
16438: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
16439: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
16440: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
16441: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
16442:
16443: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
16444: auto_ptr part other way, because of stupid gcc 2.96
16445: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
16446: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
16447: FormatterListener] /usr/include/g++-3/memory:48:
16448: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
16449: _Tp1 = FormatterListener, _Tp = FormatterListener]
16450:
16451: * src/classes/xdoc.C: removed extra inc
16452:
16453: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
16454:
16455: * src/include/pa_types.h: msvc head debugging flag
16456:
16457: * src/classes/xdoc.C: freed up listener
16458:
16459: * src/classes/string.C: change msg '... code is not code'
16460:
16461: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
16462: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16463: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
16464: [past/future prob]
16465:
16466: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16467: include/pa_config_fixed.h, include/pa_db_manager.h,
16468: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
16469: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
16470:
16471: * src/: include/pa_config_fixed.h, main/pa_common.C,
16472: main/pa_string.C: removed signed mismatch warnings
16473:
16474: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
16475: 'expires' from header outputs
16476:
16477: * src/main/pa_string.C: string::recustruct erroreusly used outdated
16478: row ptr
16479:
16480: * src/classes/file.C: file::cgi bug, request_method were passed to
16481: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
16482:
16483: * src/classes/xdoc.C: lang list updated
16484:
16485: 2001-12-10 paf
16486:
16487: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
16488:
16489: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
16490: erase files like that, knowing their full name introducing //
16491: theoretical problem with, for instance, "_2B" and "." fragments,
16492: // they would yield the same // because
16493: need_file_encode('_')=false // but we need to delete such files
16494: somehow, getting names from ^index
16495:
16496: * src/main/pa_string.C: ^string.replace bug fixed [bad
16497: string::join_chank break]
16498:
16499: 2001-12-07 paf
16500:
16501: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
16502: include/pa_common.h, include/pa_config_auto.h.in,
16503: include/pa_config_fixed.h, include/pa_config_includes.h,
16504: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
16505: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
16506: types/pa_vhashfile.C: merged from r14_simple_cache
16507:
16508: * src/main/pa_string.C: stupid sparc architecture failed to access
16509: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
16510: lduh [ %i2 + 1 ], %l0
16511:
16512: bus error, fixed that
16513:
16514: * src/main/pa_string.C: strange string deserialize bug on
16515: client[pmts], a bit shortened,
16516:
16517: * src/include/pa_config_auto.h.in: makes
16518:
16519: * src/: include/pa_common.h, include/pa_config_fixed.h,
16520: include/pa_config_includes.h, main/pa_common.C: exclusive lock
16521: file write shared lock file read
16522:
16523: * src/: classes/op.C, include/pa_common.h,
16524: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
16525:
16526: 2001-12-06 paf
16527:
16528: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16529: main/pa_request.C: #ifdef RESOURCES_DEBUG
16530:
16531: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
16532: info
16533:
16534: * src/classes/hashfile.C: removed transaction from ^cache
16535:
16536: 2001-12-05 paf
16537:
16538: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
16539: IIS5 there were a prob with illegal call check
16540:
16541: 2001-12-04 paf
16542:
16543: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16544: main/pa_request.C: measures to log
16545:
16546: 2001-11-23 paf
16547:
16548: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
16549: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
16550: types/pa_vhashfile.C: merged from _0014, 1
16551:
16552: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
16553: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
16554: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
16555: ^cache(33) would change
16556:
16557: 0660 bits in file_write & hashfile create
16558:
16559: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
16560: after pa_string optimization]
16561:
16562: 2001-11-22 paf
16563:
16564: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
16565: table.offset[whence]
16566:
16567: * src/classes/op.C: process cstr(,connection)
16568:
16569: * src/classes/op.C: process now gets its body on current language,
16570: not as-is
16571:
16572: * src/main/untaint.C: ORIGINS mode removed UHTML
16573:
16574: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
16575: bit
16576:
1.97 ! moko 16577: * src/: Makefile.in, classes/xdoc.C, targets/Makefile.in,
! 16578: targets/cgi/Makefile.in: cached xslt [removed nocache forcing]
1.95 moko 16579:
16580: 2001-11-21 paf
16581:
16582: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
16583: <xsl:output output options made identical to xsl:output
16584: attributes exclusion: cdata-section-elements what xalan can do
16585: but that not used now: it can escape and remove CDATA sections
16586:
16587: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
16588: produced by xslt
16589:
16590: * src/targets/cgi/parser3.C: removed debug cgi||1
16591:
16592: * src/main/: pa_string.C, untaint.C: cached some string::size() es
16593:
16594: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
16595: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
16596: default language for {code}, it happen to change it's language
16597: from CLEAN, so later refused to split by CLEAN \t
16598:
16599: 2001-11-20 paf
16600:
1.97 ! moko 16601: * src/: classes/Makefile.am, classes/Makefile.in, classes/table.C,
! 16602: main/Makefile.am, main/Makefile.in, main/pa_exception.C,
! 16603: types/Makefile.am, types/Makefile.in: moved ident.C & co to
1.95 moko 16604: bottom of dependeces, so that errors would popup quicklier, fixed
16605: line numbering in table::sql
16606:
16607: 2001-11-19 paf
16608:
16609: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
16610: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
16611: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
16612: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
16613: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
16614: at wcontext.write
16615:
1.97 ! moko 16616: * src/: classes/Makefile.in, main/Makefile.in, targets/Makefile.am,
! 16617: targets/Makefile.in, targets/cgi/Makefile.in,
! 16618: targets/cgi/parser3.C, types/Makefile.in: #if _MSC_VER
1.95 moko 16619: _set_new_handler
16620:
1.97 ! moko 16621: * src/: Makefile.in, targets/cgi/parser3.C,
! 16622: targets/isapi/parser3isapi.C: set_new_handler in apache&isapi
1.95 moko 16623:
16624: 2001-11-16 paf
16625:
16626: * src/targets/cgi/parser3.C: pool debug @ die
16627:
16628: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
16629: removed 8 bytes from String, 2 bytes from
16630: string::chunk::row::item
16631:
16632: * src/main/pa_string.C: removed 1+4 bytes from String
16633:
16634: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
16635: types/pa_vstring.C: removed 1+4 bytes from String
16636:
16637: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
16638: 0
16639:
16640: * src/: include/pa_globals.h, include/pa_string.h,
16641: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
16642: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
16643: targets/cgi/parser3.C: introducing estimating
16644: String::cstr_bufsize, 0
16645:
16646: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
16647:
16648: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
16649:
16650: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
16651: include/pa_pool.h: die in pool::fail
16652:
16653: 2001-11-15 paf
16654:
16655: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
16656: main/pa_exception.C, targets/cgi/parser3.C: exception with
16657: dynamic buffer re-back now with counter
16658:
16659: * src/: include/pa_exception.h, main/pa_exception.C: exception with
16660: static buffer back
16661:
16662: * src/targets/cgi/parser3.C: std::
16663:
16664: * src/: classes/classes.awk, include/pa_config_auto.h.in,
16665: include/pa_config_includes.h: setnewhandler check
16666:
1.97 ! moko 16667: * src/: include/pa_config_auto.h.in, main/Makefile.in: makes
! 16668:
! 16669: * src/Makefile.in: configure set_new_handler check added
1.95 moko 16670:
16671: * src/targets/cgi/parser3.C: set_new_handler started
16672:
16673: 2001-11-14 paf
16674:
16675: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
16676: was wrong
16677:
16678: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
16679: was wrong
16680:
16681: * src/main/pa_request.C: z
16682:
16683: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
16684: full returns win32 -1 solaris >buffer_size
16685:
16686: checked all that
16687:
16688: * src/classes/op.C: ^untaint{body} as-is default now
16689:
16690: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
16691: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
16692: with no_bad_constructors_try
16693:
16694: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
16695: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
16696: this: $bred[^string::length[]] $bred[^response::clear[]]
16697: $bred[^int::int[]]
16698:
16699: now VObject creation moved into overriden
16700: VClass::create_new_value, thus 0 from create_new_value means that
16701: class has no ctors
16702:
16703: 2001-11-13 paf
16704:
16705: * src/classes/classes.C: returned accedently removed if in foreach
16706: callbacks [when hash no-0-restructure]
16707:
16708: 2001-11-12 paf
16709:
16710: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
16711: passed as-is to method, xalan makes & into & itself
16712:
16713: * src/classes/date.C: date.roll parser2 alg used
16714:
16715: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
16716: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
16717: main/pa_dictionary.C, main/pa_hash.C,
16718: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
16719: now does not containt 0 values. put 0 actullay removes. no check
16720: on 0 value in foreach now required
16721:
16722: 2001-11-11 paf
16723:
16724: * src/sql/pa_sql_driver.h: removed extra constructor, doc
16725:
16726: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
16727:
16728: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
16729: driver initialize not const
16730:
16731: 2001-11-10 paf
16732:
16733: * src/main/pa_exec.C: doc
16734:
16735: 2001-11-09 paf
16736:
16737: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
16738: param properly
16739:
16740: * src/classes/string.C: string.save now does untainting before
16741: saving
16742:
16743: * src/main/pa_common.C: line endings fixing fixed last piece[was
16744: still cstr oriented]
16745:
16746: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
16747: line endings fixing got rid of cstr, now must work ok with post
16748: multipart
16749:
16750: * src/types/pa_vform.C: line endings fixed at post / multipart /
16751: not file also now
16752:
16753: 2001-11-08 paf
16754:
16755: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16756: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
16757: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
16758: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
16759: main/pa_stylesheet_manager.C: restructured Cache manager to be
16760: simple parent, not second parent [gcc 2.96 strangly refused to
16761: call virtual from second parent]
16762:
1.97 ! moko 16763: * src/: Makefile.in, include/pa_common.h, main/Makefile.am,
! 16764: main/Makefile.in, targets/cgi/pa_pool.C: makes
1.95 moko 16765:
16766: * src/: include/pa_request.h, main/pa_request.C,
16767: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
16768: 'status' class enabler
16769:
16770: <Location /parser-status.html> ParserStatusAllowed </Location>
16771:
16772: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16773: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
16774: include/pa_stylesheet_manager.h, main/main.dsp,
16775: main/pa_cache_managers.C, main/pa_charset_manager.C,
16776: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
16777: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16778: types/pa_vstatus.h: cache_managers, maybe-expiring every request
16779: todo: apache 'status' class enabler
16780:
16781: 2001-11-05 paf
16782:
16783: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
16784: debug to normal
16785:
16786: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
16787: hence i removed skipping 0 values in hash::for_each-es we need to
16788: check cleaned cache items manually. few more checks.
16789:
16790: expiring to 0 time was wrong, changed to 'now' time
16791:
16792: * src/targets/cgi/parser3.C: read can return 0, that means sort of
16793: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
16794: on apache already done :)
16795:
16796: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
16797: skipping 0 values in hash::for_each-es we need to check cleaned
16798: cache items manually
16799:
16800: * src/main/: pa_db_connection.C, pa_db_table.C:
16801: parser_multithreaded check was wrong
16802:
16803: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16804: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16805: classes/hashfile.C, classes/image.C, classes/int.C,
16806: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16807: classes/string.C, classes/table.C, classes/void.C,
16808: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16809: include/pa_array.h, include/pa_charset_connection.h,
16810: include/pa_charset_manager.h, include/pa_common.h,
16811: include/pa_config_fixed.h, include/pa_config_includes.h,
16812: include/pa_db_connection.h, include/pa_db_manager.h,
16813: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
16814: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16815: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16816: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16817: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16818: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16819: include/pa_stack.h, include/pa_string.h,
16820: include/pa_stylesheet_connection.h,
16821: include/pa_stylesheet_manager.h, include/pa_table.h,
16822: include/pa_threads.h, include/pa_types.h, main/compile.C,
16823: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
16824: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
16825: main/pa_charset_manager.C, main/pa_common.C,
16826: main/pa_db_connection.C, main/pa_db_manager.C,
16827: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
16828: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
16829: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
16830: main/pa_socks.C, main/pa_sql_driver_manager.C,
16831: main/pa_status_provider.C, main/pa_string.C,
16832: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
16833: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16834: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16835: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16836: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16837: targets/isapi/pool_storage.h, types/pa_valiased.C,
16838: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
16839: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16840: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16841: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16842: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16843: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
16844: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16845: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
16846: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
16847: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16848: types/pa_vstateless_object.h, types/pa_vstatus.h,
16849: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
16850: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16851: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16852: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
16853: $status:db fixed used not initialized in db_connection & db_table
16854:
16855: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
16856: $status:charset
16857:
16858: * src/: classes/xdoc.C, include/pa_db_connection.h,
16859: include/pa_stylesheet_connection.h,
16860: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
16861: types/pa_vstatus.h: $status:stylesheet
16862:
16863: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
16864: include/pa_request.h, include/pa_sql_connection.h,
16865: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
16866: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
16867: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
16868: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
16869: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
16870: types/pa_vxnode.C, types/types.dsp: started status parser class
16871:
16872: 2001-11-01 paf
16873:
16874: * src/include/pa_config_auto.h.in: makes
16875:
16876: * src/main/pa_hash.C: removed old extra include
16877:
16878: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
16879: checks [for hp, there are such in math.h]
16880:
16881: * src/classes/op.C: ^for endless loop check strightened
16882:
16883: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
16884: behavior in native calls. it left unchanged, so ^for ^foreach &
16885: co can use r.root to write their i & key,value there
16886:
1.97 ! moko 16887: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 16888: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 16889: makes
! 16890:
1.95 moko 16891: * src/classes/op.C: detected for var storage bug, fixed.
16892: todo:foreach
16893:
16894: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
16895: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16896: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
16897: changing of hash inside of foreach
16898:
16899: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
16900: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
16901: were hash.foreach
16902:
16903: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
16904: types/pa_vstring.C, types/pa_vstring.h:
16905: ^foreach[key|value]{body}[[separator]|{separator}]
16906:
16907: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
16908: types/pa_vcookie.C: ^hash.delete[key]
16909:
16910: 2001-10-31 paf
16911:
16912: * src/main/: compile.C, pa_common.C: completely empty file now
16913: considered "read", not ignored [not perfect trick used]
16914:
16915: * src/main/pa_common.C: simplier common ifdefs
16916:
16917: * src/main/pa_common.C: typing bug in common - bad ifdeff
16918:
16919: * src/main/pa_db_connection.C: z
16920:
16921: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
16922: lockdetector flags
16923: dbenv.lk_detect=DB_LOCK_RANDOM;
16924:
16925: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
16926: from accidental show [imagine user forgot @exception]
16927:
16928: * src/classes/table.C: ^table.save[[nameless|+append;]path]
16929:
16930: * src/: classes/file.C, classes/image.C, classes/mail.C,
16931: classes/string.C, classes/xnode.C, include/pa_common.h,
16932: main/pa_common.C: ^string.save[[append;]path]
16933:
16934: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16935: main/execute.C: \ in expression: int divide 10/3=3
16936:
16937: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
16938: inside of ^cache
16939:
16940: * src/: include/pa_threads.h, main/pa_db_connection.C,
16941: main/pa_db_table.C, targets/cgi/pa_threads.C,
16942: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
16943: needed
16944:
16945: 2001-10-30 paf
16946:
16947: * src/: classes/classes.dsp, main/main.dsp,
16948: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16949: types/types.dsp: enabled debug incremental compile
16950:
16951: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
16952: form post data line endings not reformatted now.
16953:
16954: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
16955: now required [had bug when file= has no value]
16956:
16957: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
16958: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
16959: cstr(asis) default param removed
16960:
16961: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
16962:
16963: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
16964:
16965: * src/include/pa_dir.h: LOAD_DIR fixed
16966:
16967: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
16968: was broken} fix_line_breaks
16969:
16970: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
16971: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
16972: packed with #pragma pack
16973:
1.97 ! moko 16974: * src/: Makefile.in, include/pa_config_auto.h.in: pragma detection
1.95 moko 16975:
16976: 2001-10-29 paf
16977:
16978: * src/types/pa_wcontext.h: bitfield syntax stricter
16979:
16980: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
16981: string hash.puts
16982:
16983: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
16984:
16985: * src/include/pa_sql_connection.h: there were one wrong
16986: SQL_CONNECTION_FUNC_GUARDED [failed]
16987:
16988: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
16989: param.someday either ifdef or remove it
16990:
16991: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
16992:
16993: * src/main/untaint.C: optimizing returned after debugging
16994:
16995: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
16996: main/untaint.C: memory hunging #pragma pack(1)
16997:
16998: 16 419 844 13 169 394
16999:
17000: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
17001: targets/cgi/pa_pool.C: String size_t replace to uint in proper
17002: places [todo:Array]
17003:
17004: * src/: main/execute.C, targets/cgi/pa_pool.C,
17005: targets/cgi/parser3.dsp, types/pa_wcontext.h,
17006: types/pa_wwrapper.h: debugging memory WContext flags to bits
17007:
17008: total 5 652 652/158731 total 5 469 332/158731
17009:
17010: * src/: include/pa_array.h, main/pa_array.C: debugging memory
17011: Array:: without cache in get/put now
17012:
17013: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
17014: 18:25:27 2001] total 5 652 652/158731
17015:
17016: * src/: include/pa_string.h, main/pa_string.C,
17017: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
17018: now
17019:
17020: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
17021: 18:11:53 2001] total 5796092/158731
17022:
17023: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
17024: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
17025: key ref now
17026:
17027: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
17028: 17:11:17 2001] total 16867948/202658
17029:
17030: * src/: classes/file.C, classes/image.C, classes/string.C,
17031: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
17032: main/execute.C, main/pa_array.C, main/pa_common.C,
17033: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17034: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17035: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
17036: string::as_int/double now usually uses stack, not heap [200K out
17037: of 17M :)] VString(String&) not copies reference [29M -> 17M]
17038:
17039: * src/main/pa_sql_driver_manager.C: ping to have services [old
17040: hiding bug]
17041:
17042: * src/Makefile.am: .am order
17043:
17044: * src/: include/pa_array.h, include/pa_charset_manager.h,
17045: include/pa_db_connection.h, include/pa_db_manager.h,
17046: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
17047: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17048: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
17049: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
17050: required "friend class"
17051:
17052: ../include/pa_request.h:51: friend declaration requires
17053: class-key, i.e. `friend class Temp_lang'
17054:
17055: * src/: include/pa_exception.h, include/pa_sql_connection.h,
17056: main/pa_exception.C, main/pa_sql_driver_manager.C,
17057: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
17058:
17059: the idea is to #1 jump to C++ some function to main body, where
17060: every function stack frame has exception unwind information and
17061: from there... #2 propagate_exception()
17062:
17063: 2001-10-28 paf
17064:
17065: * src/main/pa_db_connection.C: removed old consts
17066:
17067: * src/main/pa_db_connection.C: expire table [was accidently pasted
17068: with wrong type/cast]
17069:
17070: * src/main/: pa_db_connection.C, pa_db_table.C: exception
17071: translation
17072:
1.97 ! moko 17073: * src/: classes/Makefile.am, classes/Makefile.in,
! 17074: targets/cgi/Makefile.am, targets/cgi/Makefile.in: db makes.
1.95 moko 17075: remember to build DB2 with -fexceptions!!!
17076:
17077: * src/main/pa_db_table.C: DB_RMW defed
17078:
17079: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
17080: include/pa_db_connection.h, include/pa_db_manager.h,
17081: include/pa_db_table.h, main/pa_db_connection.C,
17082: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
17083:
17084: 2001-10-27 paf
17085:
17086: * src/: classes/hashfile.C, include/pa_db_connection.h,
17087: include/pa_db_table.h, main/pa_db_connection.C,
17088: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
17089: types/pa_vhashfile.C: DB2 ifdefs
17090:
1.97 ! moko 17091: * src/: Makefile.in, classes/Makefile.am, classes/Makefile.in,
! 17092: include/pa_config_fixed.h, main/Makefile.am, main/Makefile.in,
! 17093: targets/Makefile.in, targets/cgi/Makefile.am,
! 17094: targets/cgi/Makefile.in, types/Makefile.am, types/Makefile.in:
1.95 moko 17095: makes with DB2
17096:
1.97 ! moko 17097: * src/: Makefile.in, classes/Makefile.in,
! 17098: include/pa_config_auto.h.in, main/Makefile.am, main/Makefile.in,
! 17099: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.am,
! 17100: types/Makefile.in: makes db
1.95 moko 17101:
17102: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
17103: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
17104: globals.C
17105:
17106: * src/: classes/hashfile.C, include/pa_db_connection.h,
17107: include/pa_db_table.h, main/pa_db_connection.C,
17108: main/pa_db_table.C: ^hashfile.clear[]
17109:
17110: * src/classes/classes.awk: no $ in var names
17111:
17112: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
17113: connection&table [forgotten calls]
17114:
17115: 2001-10-26 paf
17116:
17117: * src/main/pa_db_connection.C: db checkpoints
17118:
17119: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
17120: checkpoints
17121:
17122: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
17123: default. but entities still reparsed. todo: tothink
17124:
17125: * src/main/pa_db_connection.C: db recover mech 2
17126:
17127: * src/: classes/hashfile.C, include/pa_db_connection.h,
17128: include/pa_db_manager.h, include/pa_db_table.h,
17129: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
17130: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
17131: types/pa_vhashfile.h: db connections & tables now cached at
17132: create time & multithreaded
17133:
17134: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
17135: parsed_source
17136:
17137: * src/main/pa_db_connection.C: about to remove connection from
17138: vhashfile
17139:
17140: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
17141: transaction commit/rollback responsibility left to parent [as it
17142: sould - else there were a bug with double free]
17143:
17144: * src/include/pa_db_table.h: db: child transaction commit/rollback
17145: responsibility left to parent [as it sould - else there were a
17146: bug with double free]
17147:
17148: 2001-10-25 paf
17149:
17150: * src/: classes/hashfile.C, include/pa_common.h,
17151: include/pa_db_connection.h, include/pa_db_manager.h,
17152: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
17153: types/pa_vhashfile.C, types/pa_vhashfile.h,
17154: include/pa_db_table.h, main/pa_db_table.C: started db_home
17155: [multiple, cached] todo: autorecover [tried, but not succeded,
17156: yet]
17157:
17158: * src/include/pa_dir.h: ancient gpf on dir not found fixed
17159:
17160: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
17161: transaction parent passed
17162:
17163: 2001-10-24 parser
17164:
1.97 ! moko 17165: * src/classes/: Makefile.am, Makefile.in: makes
1.95 moko 17166:
17167: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
17168: isapi/pool_storage.h: pool_storage fixed
17169:
17170: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
17171: types/pa_vform.h: form fix_line_breaks
17172:
1.97 ! moko 17173: * src/: classes/Makefile.in, main/Makefile.in,
! 17174: targets/cgi/Makefile.in, targets/cgi/pool_storage.h: makes
1.95 moko 17175:
17176: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
17177: targets/cgi/pool_storage.h: makes
17178:
17179: * src/sql/pa_sql_driver.h: version
17180:
17181: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
17182: types/pa_vform.C, types/pa_vform.h: .am
17183:
17184: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
17185: this: DB_RMW Acquire write locks instead of read locks when doing
17186: the retrieval. Setting this flag may decrease the likelihood of
17187: deadlock during a read-modify-write cycle by immediately
17188: acquiring the write lock during the read part of the cycle so
17189: that another thread of control acquiring a read lock for the same
17190: item, in its own read-modify-write cycle, will not result in
17191: deadlock
17192:
17193: * src/targets/isapi/parser3isapi.dsp: doc
17194:
17195: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
17196:
17197: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
17198:
17199: * src/: classes/hashfile.C, include/pa_db_connection.h,
17200: main/pa_db_connection.C: hashfile expired deleted from db when
17201: get & iterate
17202:
17203: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
17204: expiring 1
17205:
17206: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
17207:
17208: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
17209: db_connection not bothers with key when not returning expired
17210: data
17211:
17212: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
17213: types/pa_vhashfile.C: db_cursor constructor public now
17214:
17215: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
17216: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
17217: stamped, todo: put_element analize
17218:
17219: * src/: include/pa_db_connection.h, include/pa_string.h,
17220: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
17221: serialize. todo stamp
17222:
17223: 2001-10-23 parser
17224:
17225: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
17226: classes/image.C, classes/mail.C, classes/response.C,
17227: classes/string.C, classes/table.C, classes/xdoc.C,
17228: include/pa_config_fixed.h, include/pa_db_connection.h,
17229: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
17230: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
17231: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
17232: types/pa_vtable.C: ^hashfile.hash[]
17233:
17234: * src/: classes/hashfile.C, classes/xdoc.C,
17235: include/pa_config_fixed.h, main/pa_db_manager.C,
17236: main/pa_globals.C: ifdefs so it compiled without db
17237:
17238: * src/: classes/hashfile.C, include/pa_db_connection.h,
17239: include/pa_db_manager.h, main/pa_db_connection.C,
17240: main/pa_db_manager.C, types/pa_vhashfile.h:
17241: ^hashfile.transaction{code} ^hashfile:clear[filename]
17242: ^hashfile.delete[key]
17243:
17244: 2001-10-22 parser
17245:
17246: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
17247: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
17248:
17249: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
17250: classes/xnode.C, include/pa_charset_connection.h,
17251: include/pa_db_connection.h, include/pa_db_manager.h,
17252: include/pa_exception.h, include/pa_sapi.h,
17253: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17254: include/pa_stylesheet_connection.h,
17255: include/pa_stylesheet_manager.h,
17256: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17257: main/pa_db_connection.C, main/pa_db_manager.C,
17258: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
17259: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17260: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
17261: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
17262: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
17263: types/types.dsp: hashfile 0
17264:
17265: * src/types/pa_vhashfile.C: z
17266:
17267: * src/: classes/classes.dsp, classes/hashfile.C,
17268: include/pa_config_fixed.h, main/execute.C,
17269: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
17270: types/pa_vhashfile.h, types/types.dsp: hashfile -100
17271:
17272: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
17273:
17274: * src/: include/pa_exception.h, include/pa_request.h,
17275: main/execute.C, main/pa_exception.C, main/pa_request.C,
17276: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17277: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
17278:
17279: 2001-10-19 parser
17280:
17281: * src/include/pa_pool.h: header
17282:
17283: * src/main/pa_pool.C: auto compiled on gcc
17284:
17285: * src/classes/image.C: comment
17286:
1.97 ! moko 17287: * src/: Makefile.in, classes/Makefile.in, include/pa_pool.h,
! 17288: main/Makefile.in, main/pa_common.C, targets/Makefile.in,
! 17289: targets/cgi/Makefile.in, types/Makefile.in: makes
1.95 moko 17290:
17291: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17292: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17293: types/pa_vxnode.h: xnode clone got freed
17294:
17295: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17296: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
17297: can free up xalandomstring resulting from pool::transcode
17298:
17299: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
17300: include/pa_config_fixed.h, include/pa_exception.h,
17301: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
17302: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
17303: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
17304: to c++ exceptions 1xml configure fixed to exclude xalan-patch
17305: from non-xml compile
17306:
17307: * src/main/pa_request.C: pool:: context - get_context
17308:
17309: * src/: classes/classes.h, classes/date.C, classes/double.C,
17310: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17311: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17312: classes/string.C, classes/table.C, classes/void.C,
17313: include/pa_config_fixed.h, include/pa_exception.h,
17314: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
17315: main/compile.C, main/compile_tools.C, main/execute.C,
17316: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
17317: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
17318: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17319: main/pa_string.C, main/pa_table.C, main/untaint.C,
17320: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17321: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
17322: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
17323: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
17324: types/pa_vstateless_class.h, types/pa_vtable.C,
17325: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
17326: exceptions 0
17327:
17328: * src/classes/classes.awk: $ removed
17329:
17330: 2001-10-18 parser
17331:
17332: * src/types/pa_vcookie.C: cookie:CLASS
17333:
17334: * src/main/main.dsp: project
17335:
17336: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
17337: set_document & ctor question "who owns document" solved
17338:
17339: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
17340:
17341: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17342: main/pa_pool.C: encoding in dom creating funcs
17343:
17344: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
17345: be transformed now
17346:
17347: * src/classes/xdoc.C: dom created by create can be transformed now
17348:
17349: * src/classes/xdoc.C: z
17350:
17351: * src/classes/xdoc.C: comment
17352:
17353: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
17354: create now uses XercesDocumentBridge, appendChild&co now works
17355:
17356: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
17357: @ recompile
17358:
17359: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
17360: $origin @exception[
17361:
17362: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
17363: tag names forced to XML lang
17364:
17365: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
17366: leechy-found bugs in code&doc fixed
17367:
17368: 2001-10-17 parser
17369:
17370: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
17371: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
17372: n functionality preserved
17373:
17374: * src/types/pa_vimage.h: removed unused vimage::save
17375:
17376: 2001-10-16 parser
17377:
17378: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
17379:
17380: * src/classes/: xnode.C: removed few dom returns & changed op.txt
17381:
17382: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
17383:
17384: * src/classes/image.C: image.copy tolerance
17385:
17386: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
17387: ineffective, but works for small paleted image
17388:
17389: * src/types/pa_vimage.C: comment
17390:
17391: * src/classes/image.C: gd size/resize bugfix
17392:
17393: * src/: classes/classes.dsp, main/main.dsp,
17394: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17395: types/types.dsp: ident >nul 2>&1
17396:
17397: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
17398: systems
17399:
17400: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
17401: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
17402:
17403: 2001-10-15 parser
17404:
17405: * src/main/execute.C: z
17406:
17407: * src/classes/: xdoc.C: !::create{qualifiedName}
17408:
17409: * src/types/pa_vxnode.C: document_type_node.
17410: !readonly attribute DOMString name
17411: !notation_node.
17412: !readonly attribute DOMString publicId
17413: !readonly attribute DOMString systemId
17414:
1.97 ! moko 17415: * src/: Makefile.in, types/pa_vcode_frame.h, types/pa_wcontext.C:
! 17416: code_frame fixed - ::write badly passed string too transparently
! 17417: [failed to intercept it]
1.95 moko 17418:
17419: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
17420: include/pa_request.h, main/pa_sql_driver_manager.C,
17421: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17422: types/pa_vxnode.h: DOM1 major addtion, only few
17423: attributes/methods left
17424:
17425: 2001-10-13 parser
17426:
17427: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17428: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
17429: in main handler
17430:
17431: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
17432: cleanups & frees order
17433:
17434: * src/types/pa_vcode_frame.h: couple comments
17435:
17436: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
17437: transparent enough to handle hash if creation&passing
17438:
17439: * src/: include/pa_config_fixed.h, main/execute.C,
17440: main/pa_exception.C: noticed that vcodeframe not transparent
17441: enough, would change now
17442:
17443: 2001-10-12 parser
17444:
17445: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
17446: fixed. initialization&free on each thread!
17447:
17448: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
17449: handling changed: now type of default param analized always, not
17450: only at problem time, thus helping early problem spotting
17451:
17452: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
17453: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
17454: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
17455: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
17456: multithread bug fixed. initialization&free on each thread!
17457:
17458: 2001-10-11 parser
17459:
17460: * src/classes/xnode.C: xnode.selectSingle now
17461:
17462: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
17463: include/pa_pool.h, include/pa_stylesheet_connection.h,
17464: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
17465: convertors out of Pool into Exception
17466:
17467: * src/main/pa_string.C: const
17468:
17469: * src/: include/pa_string.h, main/pa_string.C: restructured string:
17470: linked pieces of same language together prior to String::replace
17471:
17472: * src/classes/hash.C: !^hash.add[addme]
17473: !^hash.sub[subme]
17474: !^a.union[b] = new
17475: !^a.intersection[b] = new
17476: !^a.intersects[b] = bool
17477:
17478: * src/classes/hash.C: !^hash::append[append_from]
17479:
17480: * src/: classes/hash.C, types/pa_vhash.h:
17481: !^hash::create[[copy_from]]
17482:
17483: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
17484: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
17485: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
17486: fixed. got rid of empty_string, which caused errors - it hasnt
17487: exception but somebody[value.bark] tried to throw it on it's pool
17488:
1.97 ! moko 17489: * src/Makefile.in: makes
! 17490:
! 17491: * src/: Makefile.in, classes/Makefile.in: makes. stdc++ lib added
! 17492: to apache libraries
! 17493:
! 17494: * src/: Makefile.in, classes/Makefile.in,
! 17495: include/pa_config_auto.h.in, main/Makefile.in,
! 17496: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 17497: makes
! 17498:
! 17499: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 17500: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 17501: makes
1.95 moko 17502:
17503: 2001-10-10 parser
17504:
17505: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
17506:
17507: * src/main/: compile.tab.C, compile.y: ^a[
17508:
17509: @next_method << now unclosed ] would be reported here
17510:
17511: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
17512: compile error
17513:
17514: 2001-10-09 parser
17515:
1.97 ! moko 17516: * src/: Makefile.in, classes/Makefile.am, classes/Makefile.in,
! 17517: main/Makefile.am, main/Makefile.in, targets/Makefile.in,
! 17518: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
! 17519: types/Makefile.am, types/Makefile.in: makes
! 17520:
! 17521: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 17522: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 17523: makes
1.95 moko 17524:
17525: * src/classes/Makefile.am: makes
17526:
17527: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
17528: win32 errors intercepted [xalan transformer patched and
17529: incorporated]
17530:
17531: * src/: classes/classes.dsp, classes/xdoc.C,
17532: include/pa_stylesheet_connection.h, main/main.dsp,
17533: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17534: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
17535: patches starting
17536:
17537: * src/classes/: string.C, table.C: ^string.save[file]
17538:
17539: * src/classes/: date.C, table.C: calendar moved to date
17540:
17541: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
17542: string/table] now
17543:
17544: * src/classes/: op.C, table.C: z
17545:
17546: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
17547: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
17548: types/pa_vxnode.h: table:menu & op for delims made allowed not to
17549: be code [be string..]
17550:
17551: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
17552: table.C: lots of
17553: params->as_int/double/as_string/as_junction/as_no_junction
17554: messages added
17555:
17556: 2001-10-08 parser
17557:
17558: * src/: classes/date.C, classes/image.C, classes/string.C,
17559: classes/table.C, classes/void.C, include/pa_request.h:
17560: params->as_int/double message added
17561:
17562: * src/classes/image.C: image:circle [and round arc] uses Bresenham
17563:
17564: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
17565: image:sector removed image:html internal "line-*" attribs
17566:
17567: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
17568: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
17569:
17570: * src/types/pa_vcookie.C: removing cookie made more netscape-like
17571: way
17572:
17573: * src/: classes/file.C, classes/form.C, main/pa_common.C,
17574: main/untaint.C: header untainting to UL_HTTP_HEADER,
17575: UL_MAIL_HEADER made nonforced [only tainted pieces]
17576:
17577: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
17578: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
17579: @ SAPI::log
17580:
17581: * src/main/untaint.C: \r to ' ' in origins mode
17582:
17583: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
17584: set]
17585:
17586: * src/: classes/xdoc.C, include/pa_config_fixed.h,
17587: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
17588: nonstandard liaison freed up
17589:
17590: 2001-10-07 parser
17591:
17592: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
17593: project
17594:
17595: 2001-10-05 parser
17596:
17597: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
17598: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
17599: from outputing to cerr. lots of "todos"
17600:
17601: * src/main/untaint.C: http_header tainting more gentle with
17602: enquoting now
17603:
17604: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
17605: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
17606: xml errorhandler. fixed string.replace a little, read @test
17607:
17608: * src/main/pa_string.C: found replace bug - first_that_starts(char
17609: *) does not have limit, and looks further eos, fixing....
17610:
17611: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
17612:
17613: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
17614:
17615: * src/main/: pa_charset_connection.C: ctype another mem clear
17616: bugfix
17617:
1.97 ! moko 17618: * src/: Makefile.in, main/compile.tab.C, main/compile.y: disabled
! 17619: ^literals in names $result[^[$p^]z] now works fine
1.95 moko 17620:
17621: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
17622: wrong. fixed it
17623:
17624: * src/main/pa_charset_connection.C: unicode zero pair at the beging
17625: of totable appered to be vital
17626:
17627: 2001-10-04 parser
17628:
17629: * src/classes/image.C: ^image.length[text]
17630:
17631: 2001-10-03 parser
17632:
17633: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
17634:
17635: * src/main/pa_request.C: restored pcre defaulting in request
17636: [mindlessly "optimized" yesterday] comment left
17637:
17638: 2001-10-02 parser
17639:
17640: * src/: main/pa_charset_manager.C,
17641: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
17642: needed
17643:
17644: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
17645: forgot non-xml pool.*charset needed
17646:
17647: * src/classes/table.C: # config comments fixed
17648:
17649: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
17650: charset_connection #comment now
17651:
17652: * src/: classes/classes.dsp, types/types.dsp: release projects
17653: options fixed to use release msvcrt lib
17654:
1.97 ! moko 17655: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 17656: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 17657: makes
! 17658:
1.95 moko 17659: * src/main/pa_charset_connection.C: pcre tables now const inside
17660: removed default - pcre handles that internally fixed bug on
17661: not-cleaning tables [previously was calloced, now member]
17662:
17663: * src/: include/pa_request.h, main/pa_charset_connection.C,
17664: main/pa_request.C, types/pa_vstring.h: pcre tables now const
17665: inside removed default - pcre handles that internally fixed bug
17666: on not-cleaning tables [previously was calloced, now member]
17667:
17668: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
17669: tested charset reload on file change @ apache version = OK tested
17670: freeing up prev encoding on adding new = OK
17671:
17672: 2001-10-01 parser
17673:
17674: * src/main/pa_charset_connection.C: removed entitify external hack
17675: [internal installed]
17676:
1.97 ! moko 17677: * src/main/: Makefile.am, Makefile.in: makes+removed dtd
1.95 moko 17678:
17679: * src/: include/pa_charset_connection.h,
17680: include/pa_charset_manager.h,
17681: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17682: main/pa_charset_connection.C, main/pa_charset_manager.C,
17683: main/pa_request.C: charset loading & caching mech 0
17684:
17685: * src/: include/pa_stylesheet_connection.h,
17686: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17687: main/pa_globals.C, main/pa_request.C: would make charset loading
17688: & caching mech now
17689:
17690: 2001-09-30 parser
17691:
17692: * src/main/pa_request.C: forgot to fill toTable
17693:
17694: * src/: include/pa_config_fixed.h, main/pa_request.C: started
17695: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
17696: failed on win32 for now..
17697:
17698: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
17699: now charsets table configuration variable is: CHARSETS
17700:
17701: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
17702: ctype with unicode 1. todo: no П entities on output somehow
17703:
17704: * src/: classes/file.C, classes/op.C, classes/string.C,
17705: include/pa_request.h, main/pa_request.C: started ctype with
17706: unicode values
17707:
17708: 2001-09-28 parser
17709:
17710: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
17711: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
17712: string passed AS-IS now
17713:
17714: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
17715: way of user-configuring... todo: implement
17716:
17717: 2001-09-27 parser
17718:
17719: * src/classes/table.C: table.sort changed to sort table itself
17720:
17721: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
17722: X^.getElementsByTagName[tagname] = array of xnode
17723: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
17724: nodes removed - regretfully not supported @ xalan. maybe someday
17725: would reimplement, if needed.
17726:
17727: win32build system: solved long waiting anti-non-started-apache
17728: problem
17729:
17730: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
17731: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17732: types/types.dsp: win32 ident make system so not to rebuild
17733: library [ident.C.new]
17734:
17735: 2001-09-26 parser
17736:
17737: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
17738: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
17739: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17740: types/pa_vxnode.C, types/types.dsp: z
17741:
17742: * src/classes/classes.C: forgot one non-xml check
17743:
1.97 ! moko 17744: * src/: Makefile.am, classes/Makefile.am, classes/Makefile.in,
! 17745: main/Makefile.am, main/Makefile.in, targets/Makefile.in,
! 17746: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
! 17747: types/Makefile.am, types/Makefile.in: makes with clases.awk
1.95 moko 17748:
17749: * src/targets/cgi/parser3.C: z
17750:
17751: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
17752: targets/isapi/parser3isapi.C: #ifdef SMTP
17753:
17754: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
17755: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17756: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
17757: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
17758: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17759: types/types.dsp: xdoc&xnode now
17760:
17761: * src/: classes/classes.C, classes/classes.awk,
17762: classes/classes.dsp, classes/classes.h, classes/date.C,
17763: classes/dnode.C, classes/dnode.h, classes/dom.C,
17764: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17765: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17766: classes/op.C, classes/response.C, classes/string.C,
17767: classes/table.C, classes/void.C, include/pa_array.h,
17768: include/pa_common.h, include/pa_config_fixed.h,
17769: include/pa_config_includes.h, include/pa_dictionary.h,
17770: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17771: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
17772: include/pa_socks.h, include/pa_sql_connection.h,
17773: include/pa_sql_driver_manager.h, include/pa_stack.h,
17774: include/pa_string.h, include/pa_stylesheet_connection.h,
17775: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
17776: include/pa_xslt_stylesheet_manager.h, main/compile.C,
17777: main/compile.y, main/compile_tools.C, main/compile_tools.h,
17778: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
17779: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17780: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17781: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17782: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
17783: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
17784: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17785: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17786: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
17787: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17788: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
17789: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17790: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17791: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17792: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
17793: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
17794: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17795: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
17796: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17797: types/pa_vmethod_frame.h, types/pa_vobject.h,
17798: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
17799: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17800: types/pa_vstateless_object.h, types/pa_vstring.C,
17801: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17802: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
17803: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
17804: main.dsp splitted to main+classes+types along to .am
17805:
17806: * src/classes/Makefile.am: removed useless var
17807:
17808: * src/: classes/classes.cmd, main/main.dsp,
17809: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
17810: main.dsp
17811:
17812: 2001-09-25 parser
17813:
17814: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
17815: 1251 though, todo ICU
17816:
1.97 ! moko 17817: * src/: Makefile.am, Makefile.in, classes/Makefile.am,
! 17818: classes/Makefile.in, classes/dom.C,
1.95 moko 17819: include/pa_stylesheet_connection.h, main/Makefile.am,
1.97 ! moko 17820: main/Makefile.in, main/pa_pool.C, targets/Makefile.in,
! 17821: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
! 17822: types/Makefile.am, types/Makefile.in, types/pa_vdom.h: xml
! 17823: configure makes
1.95 moko 17824:
17825: 2001-09-24 parser
17826:
1.97 ! moko 17827: * src/: Makefile.in, classes/Makefile.am, classes/Makefile.in,
! 17828: include/pa_config_auto.h.in, main/Makefile.in,
! 17829: targets/Makefile.in, types/Makefile.am, types/Makefile.in: makes
1.95 moko 17830:
1.97 ! moko 17831: * src/targets/cgi/: Makefile.am, Makefile.in: makefiles
1.95 moko 17832:
17833: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
17834: started unix makes update
17835:
17836: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
17837: started unix makes update
17838:
17839: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
17840:
17841: * src/types/pa_value.h: z
17842:
17843: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
17844: bugs with usinge hash/table in expressions
17845:
17846: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
17847: resolved conflicts fixed [const]
17848:
17849: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
17850: classes/table.C, include/pa_request.h, include/pa_sapi.h,
17851: main/compile.C, main/compile.tab.C, main/compile.y,
17852: main/compile_tools.h, main/main.dsp, main/pa_common.C,
17853: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17854: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
17855: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
17856: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17857: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
17858: with before_xml [merge2 actually didn't happen - i've created
17859: tags on wrong branch. so this merge is in fact re-merge]
17860:
17861: 2001-09-21 parser
17862:
17863: * src/: main/main.dsp, targets/cgi/parser3.dsp,
17864: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
17865: produced "" in make file and sadly wrong interpreted on load]
17866:
1.97 ! moko 17867: * src/: Makefile.in, classes/classes.h, classes/hash.C,
! 17868: classes/op.C, classes/table.C, doc/doxygen.cfg,
! 17869: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
! 17870: include/pa_sapi.h, include/pa_sql_driver_manager.h,
! 17871: include/pa_string.h, main/compile.tab.C, main/main.dsp,
! 17872: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
! 17873: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp: merged
! 17874: with before_xml
1.95 moko 17875:
17876: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
17877: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
17878: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
17879: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
17880: main/pa_pool.C, main/pa_request.C,
17881: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
17882: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
17883: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17884: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
17885: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
17886: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
17887: types/pa_vrequest.C, types/pa_vresponse.h,
17888: types/pa_vstateless_class.C, types/pa_vstring.C,
17889: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
17890: created new projects for sql drivers [planning to remove sql
17891: drivers from main cvs project] first, will join latest changes
17892:
17893: * src/classes/: dom.C: defaulted dom writing methods encoding to
17894: pool.get_charset
17895:
17896: * src/classes/dom.C: defaulted dom writing methods encoding to
17897: pool.get_charset
17898:
17899: * src/include/pa_pool.h: defaulted dom writing methods encoding to
17900: pool.get_charset
17901:
17902: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
17903: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
17904: methods encoding to pool.get_charset
17905:
17906: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
17907: transcoder were created right "unsupported encoding" message.
17908: not @ set time, but @ use time, so until xml output functions
17909: .string, .file, .save used - no encoding name check occur
17910:
17911: reduced transcode buffer size to 60 fixed pool cleanup - no
17912: registration needed, pools are officially destructured
17913:
17914: 2001-09-20 parser
17915:
17916: * src/classes/image.C: 20K preload on jpg measure [image::measure]
17917:
17918: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
17919: $MAIN:DEFAULTS.content-type[$.charset[here]]
17920:
17921: * src/: classes/dnode.C, classes/dom.C,
17922: include/pa_config_includes.h, include/pa_globals.h,
17923: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
17924: main/pa_pool.C, targets/cgi/parser3.dsp,
17925: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17926: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
17927: Pool::transcode 0
17928:
17929: * src/classes/dom.C: dom. string save file moved output xml options
17930: to last param and made it optional
17931:
17932: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
17933: dnodes
17934: !$attributenode.specified = boolean
17935: true if the attribute received its value explicitly
17936: in the XML document,
17937: or if a value was assigned programatically with the
17938: setValue function.
17939: false if the attribute value came from the default value
17940: declared in the document's DTD.
17941: !$pinode.target = target of this processing instruction
17942: XML defines this as being the first token following the
17943: markup
17944: that begins the processing instruction.
17945: XPath:
17946: !^node.select[xpath/query/expression] = hash of 0->node0
17947: 1->node1
17948: !^node.select-single[xpath/query/expression] = first node if
17949: any
17950:
17951: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
17952: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
17953: some 'const's added
17954:
17955: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
17956: expression context now, there value = size and boolean value
17957: size!=0
17958:
17959: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
17960: can be used in expression context now, there value = size and
17961: boolean value size!=0
17962:
17963: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
17964: types/pa_vstring.h: dnode .file .string .save moved back to dom
17965: due to strange xalan bug
17966:
17967: 2001-09-18 parser
17968:
17969: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
17970: classes/image.C, classes/op.C, classes/table.C,
17971: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
17972: include/pa_sql_driver_manager.h, main/compile.C,
17973: main/compile.tab.C, main/compile.y, main/compile_tools.h,
17974: main/execute.C, main/pa_common.C, main/pa_request.C,
17975: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
17976: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17977: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
17978: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17979: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
17980: before_xml branch ^if(def $hash) now true only when
17981: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
17982:
17983: * src/: classes/op.C, main/execute.C: operators self changed to
17984: root ^for variable context changed to self
17985:
17986: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
17987: dnode 1
17988:
17989: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
17990: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
17991:
17992: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
17993: poly* fixed
17994:
17995: 2001-09-17 parser
17996:
17997: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
17998: types/pa_vdom.h: started dnode+dom
17999:
18000: dnode DOM methods: $node.name $node.value
18001: ...others...
18002:
18003: ^node.xpath[/rates/USD] = hash
18004: $hash[
18005: $.0[node0]
18006: $.1[node1]
18007: ]
18008:
18009: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
18010: applies to all linear primitives
18011:
18012: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
18013: include/pa_stylesheet_connection.h, main/main.dsp,
18014: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
18015: types/pa_vimage.h: started dnode DOM: $node.name
18016: $node.value ...others... ^node.xpath[/rates/USD] = hash
18017: dom(dnode)
18018:
18019: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
18020: main/compile.y, main/compile_tools.h, main/execute.C,
18021: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
18022: in expression compound($aa.zz.xx) names now can have minus '-' in
18023: name after '.'
18024:
18025: 2001-09-15 parser
18026:
18027: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
18028: image: $line-width ^line(...)[**** style]
18029:
18030: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
18031: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
18032: pool_storage - cleanups first, allocations second. apache wisely
18033: does just like that
18034:
18035: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
18036: rewritten using template, no bugs now
18037:
18038: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
18039: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
18040: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
18041: poorly started isapi pool_storage, would rewrite using template
18042: now
18043:
18044: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
18045: include/pa_stylesheet_connection.h, main/main.dsp,
18046: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
18047: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
18048: xalan objects freed up [introducing Pool::register_cleanup]
18049:
18050: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
18051: comments
18052:
18053: 2001-09-14 parser
18054:
18055: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
18056: z
18057:
18058: * src/: classes/dom.C, classes/file.C, classes/image.C,
18059: classes/mail.C, include/pa_common.h,
18060: include/pa_sql_driver_manager.h, include/pa_string.h,
18061: include/pa_stylesheet_connection.h,
18062: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18063: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
18064: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
18065: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
18066: compiled&cached
18067:
18068: 2001-09-13 parser
18069:
18070: * src/: classes/dom.C, classes/file.C, classes/image.C,
18071: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
18072:
18073: * src/classes/dom.C: dom:file content-type(.method)
18074:
18075: * src/: include/pa_common.h, include/pa_globals.h,
18076: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
18077: string now more informative error messages
18078:
18079: * src/: include/pa_globals.h, include/pa_request.h,
18080: main/pa_request.C, targets/cgi/parser3.C,
18081: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
18082: ParserSiteConfig .../parser3.conf
18083:
18084: cgi&isapi looks for {configure|c:\windows}/parser3.conf
18085:
18086: 2001-09-12 parser
18087:
18088: * src/: classes/op.C, include/pa_sql_driver_manager.h,
18089: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
18090: precise error reporting: "connection string must start with
18091: protocol://" now
18092:
18093: * src/main/compile.tab.C: fixed - subname code parts actually []
18094: braced
18095:
18096: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
18097: lexer on LS_USER level did [] matching without setting nestage,
18098: introduced special LS_NAME_SQUARE_PART state
18099:
18100: 2001-09-11 parser
18101:
18102: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
18103: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
18104: languages+=xml
18105:
18106: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
18107:
18108: * src/classes/dom.C: ^dom:save/string/file[output options] output
18109: options: $.method[xml|html|text] detection fixed
18110:
18111: * src/types/pa_vdom.h: messages
18112:
18113: * src/classes/dom.C: ^dom:save/string/file[output options] output
18114: options: $.method[xml|html|text] detection fixed
18115:
18116: 2001-09-10 parser
18117:
18118: * src/classes/dom.C: ^dom:save/string/file[output options] output
18119: options: $.method[xml|html|text] $.encoding[windows-1251|...]
18120:
18121: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
18122: added]
18123:
18124: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
18125: ^dom.xslt[stylesheet filename] 0
18126:
18127: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
18128: ^dom.xslt[stylesheet filename] -1 doc is lying
18129:
18130: * src/classes/dom.C: ^dom.file[encoding] = file
18131:
18132: * src/classes/: dom.C: ^dom.string[encoding] 1
18133: ^dom.save[encoding;filename]
18134:
18135: * src/classes/dom.C: ^dom.string[] 0
18136:
18137: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
18138:
18139: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
18140: types/pa_vform.h: ^dom.save[b.xml] 0
18141:
18142: 2001-09-08 parser
18143:
18144: * src/types/pa_vform.C: $form:tables.name.field
18145:
18146: 2001-09-07 parser
18147:
18148: * src/classes/table.C: table:empty removed, superceded by ^if(def
18149: $table)...
18150:
18151: * src/targets/cgi/parser3.C: z
18152:
18153: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
18154: from '' to int/double is 0]
18155:
18156: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
18157: $table) is false when table is empty
18158:
18159: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
18160: !$form:tables $atable[$form:tables.a]
18161: ^atable.menu{a=$atable.element}[,]
18162:
18163: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
18164: types/pa_vform.h, types/pa_vhash.h: !$form:fields
18165:
1.97 ! moko 18166: * src/: Makefile.in, classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 18167: types/pa_vdom.h, types/pa_vform.C: merged with successful start
18168: of dom
18169:
18170: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
18171: types/pa_vform.C, types/pa_vform.h: z
18172:
18173: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
18174: element [not last]
18175:
1.97 ! moko 18176: * src/: Makefile.in, classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 18177: types/pa_vdom.h: introducing dom. dom:load[a.xml]
18178:
18179: 2001-09-06 parser
18180:
18181: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
18182: table with one column 'element' and two rows: 1 and 2
18183:
18184: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
18185: table with one column 'element' and two rows: 1 and 2
18186:
18187: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
18188: bad int/double conversions, and now $form:nonexistent.int(88)
18189: would return 88
18190:
18191: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
18192: types/pa_vhash.h: now there's special hash key '_default'
18193: [instead of ^_default method] $hash[ $.a[1] $.b[2]
18194: $._default[xx] ] $hash.c
18195:
18196: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
18197: fixed [thanks, fif], ^; were treated there non-literally
18198:
18199: * src/doc/doxygen.cfg: merged new default options from 1.2.10
18200: doxygen
18201:
18202: * src/: classes/image.C, classes/op.C, classes/string.C,
18203: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
18204: types/pa_vtable.C: few #ifndef DOXYGEN
18205:
18206: 2001-09-05 parser
18207:
18208: * src/classes/: string.C, table.C: sql options can be void [same as
18209: image:html the other day]
18210:
1.97 ! moko 18211: * src/targets/cgi/Makefile.in: makes
! 18212:
1.95 moko 18213: * src/targets/cgi/Makefile.am: .am undo
18214:
18215: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
18216: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
18217: macro expantion on param, simply qoutes whatever passed, undone
18218:
18219: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
18220: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
18221: STRINGIZE(name) #name invented
18222:
18223: * src/: classes/op.C, include/pa_sql_driver_manager.h,
18224: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
18225: MAIN_SQL_DRIVERS_NAME "drivers"
18226:
18227: moved to be availible to all users
18228:
18229: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
18230: SQL_DRIVER_CREATE_FUNC_NAME
18231:
1.97 ! moko 18232: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 18233: types/Makefile.in: makes
! 18234:
1.95 moko 18235: * src/classes/mail.C: MAIN:MAIL check fixed
18236:
18237: 2001-09-04 parser
18238:
18239: * src/classes/image.C: image.html now can accept void params
18240:
18241: * src/targets/isapi/parser3isapi.C: z
18242:
18243: * src/targets/cgi/parser3.C: full_file_spec bug
18244:
18245: * src/targets/cgi/parser3.C: getenvcheck
18246:
18247: * src/targets/cgi/parser3.C: zz
18248:
18249: * src/targets/cgi/parser3.C: zzz
18250:
18251: * src/classes/date.C: date
18252:
18253: * src/classes/date.C: date:sql-string is now without ''
18254:
1.97 ! moko 18255: * src/: include/pa_config_auto.h.in, targets/Makefile.in,
! 18256: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
1.95 moko 18257: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
18258: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
18259:
1.97 ! moko 18260: * src/: Makefile.in, include/pa_config_auto.h.in,
! 18261: targets/cgi/Makefile.in: makes
1.95 moko 18262:
18263: 2001-09-03 parser
18264:
18265: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
18266:
18267: 2001-09-01 parser
18268:
18269: * src/classes/image.C: letter_spacing
18270:
18271: * src/classes/image.C: image: font params changed
18272:
18273: * src/classes/image.C: image: as_int as_string used
18274:
18275: * src/types/pa_vmethod_frame.h: $result[] now gets properly
18276: analized
18277:
18278: 2001-08-31 parser
18279:
18280: * src/targets/cgi/parser3.C: z
18281:
1.97 ! moko 18282: * src/: Makefile.in, include/pa_dir.h, targets/Makefile.in,
! 18283: targets/cgi/parser3.C: compiled under cygwin
1.95 moko 18284:
18285: * src/classes/void.C: void:int/double += (default)
18286:
18287: * src/classes/image.C: image:font added space param image:font
18288: changed charwidth alg, added kerning const[for now]
18289:
18290: * src/classes/: string.C, table.C: string:int/double (defaults)
18291:
18292: 2001-08-29 parser
18293:
18294: * src/main/pa_exception.C: exception redundant debug info
18295:
18296: 2001-08-28 parser
18297:
18298: * src/classes/image.C: image error msgs
18299:
18300: * src/classes/image.C: image: gifsize little endian
18301:
1.97 ! moko 18302: * src/Makefile.in: makes
! 18303:
1.95 moko 18304: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
18305: doxygeneration
18306:
1.97 ! moko 18307: * src/: classes/Makefile.in, main/Makefile.in,
! 18308: targets/cgi/Makefile.in, types/Makefile.in: make.ins
! 18309:
1.95 moko 18310: * src/: classes/Makefile.am, main/Makefile.am,
18311: targets/cgi/Makefile.am, types/Makefile.am: .am-s
18312:
18313: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
18314: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
18315:
18316: * src/main/compile.C: NO_STRING_ORIGIN check2
18317:
1.97 ! moko 18318: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 18319: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 18320: makefiles
! 18321:
1.95 moko 18322: * src/classes/table.C: NO_STRING_ORIGIN check
18323:
18324: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
18325: storage class specifiers invalid in friend function declarations
18326:
18327: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
18328: main/untaint.C, targets/cgi/parser3.C,
18329: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
18330: case of limit
18331:
18332: * src/: classes/file.C, main/pa_common.C: file:move
18333: autocreate/remove dest/src dir
18334:
18335: * src/: classes/string.C, include/pa_dictionary.h,
18336: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
18337: main/untaint.C: pa_directory speeded up. moved zero 'from' check
18338: to directory constructor. string:replace
18339:
18340: 2001-08-27 parser
18341:
18342: * src/classes/image.C: fixed jpgsize alg
18343:
18344: * src/classes/image.C: fixed jpgsize alg
18345:
18346: * src/main/pa_exception.C: z
18347:
18348: * src/main/pa_common.C: removed debug info from pa_common
18349:
18350: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
18351: [auto.p from current dir loading]
18352:
1.97 ! moko 18353: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 18354: main/pa_common.C, main/pa_exception.C,
! 18355: main/pa_sql_driver_manager.C, targets/Makefile.in,
! 18356: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
! 18357: types/Makefile.in: configure for solaris -lsocket
1.95 moko 18358:
18359: 2001-08-24 parser
18360:
18361: * src/targets/cgi/parser3.C: not cgi extra \n 3
18362:
18363: * src/targets/cgi/parser3.C: not cgi extra \n 2
18364:
18365: * src/targets/cgi/parser3.C: not cgi extra \n
18366:
18367: * src/main/pa_sql_driver_manager.C: z
18368:
18369: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
18370: sql* removed services from disconnect - cross-request ideological
18371: probs.
18372:
18373: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
18374: cross-request ideological probs. oracle - fixed bug: cs
18375: allocated on request.pool and got freed before disconnect
18376:
18377: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
18378: mallocs fixed
18379:
18380: 2001-08-23 parser
18381:
18382: * src/classes/file.C: minor bug in file:save fixed
18383:
18384: * src/main/pa_sql_driver_manager.C: oracle: dlink
18385:
18386: 2001-08-22 parser
18387:
18388: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
18389: types/pa_vfile.h: file:load|save[text|binary;
18390:
18391: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
18392:
18393: 2001-08-21 parser
18394:
18395: * src/classes/: file.C, table.C: ^file:list
18396:
18397: 2001-08-20 parser
18398:
18399: * src/: main/compile.tab.C, main/compile.y,
18400: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
18401: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
18402: recousively caused problems: inc incremeted 123 literal!! fixed
18403:
18404: 2001-08-10 parser
18405:
18406: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
18407:
18408: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
18409: added
18410:
18411: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
18412: added
18413:
18414: * src/classes/table.C: table:sort restored [it was bad test :(]
18415:
18416: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
18417: ''
18418:
18419: * src/main/: pa_request.C: wanted to make const int
18420: MAX_EXECUTE_SECONDS=1;
18421:
18422: but couldnt, set_callback_and_alarm appeared to be not exported
18423: :(
18424:
18425: * src/main/pa_string.C: string.match hanged on. there were a hang
18426: check but it weren't wise enough
18427:
18428: @parse[dateString][tmp]
18429: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
18430: #end
18431:
18432: @main[] ^parse[2001-02-03]
18433:
18434: * src/classes/: table.C: table:sort now default desc
18435:
18436: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18437: table.sort now creates new sorted table
18438:
18439: 2001-08-09 parser
18440:
18441: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
18442:
18443: * src/classes/hash.C: hash:_default now [was hash:default]
18444:
18445: * src/classes/op.C: case without switch check added
18446:
18447: * src/types/pa_vcookie.C: cookie name&value origins added, more
18448: precise $ORIGINS(1)
18449:
1.97 ! moko 18450: * src/main/Makefile.in: make.in
! 18451:
1.95 moko 18452: * src/main/Makefile.am: .am
18453:
18454: * src/classes/void.C: void: int double copy/paste from int: bug
18455: fixed
18456:
18457: * src/classes/void.C: void: int double copy/paste from int: bug
18458: fixed
18459:
18460: 2001-08-07 parser
18461:
18462: * src/: classes/double.C, classes/int.C, classes/string.C,
18463: classes/table.C, include/pa_globals.h, main/pa_globals.C:
18464: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
18465: string, table
18466:
18467: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
18468: srand made working
18469:
18470: 2001-08-06 parser
18471:
18472: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
18473: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
18474: main/compile.tab.C, main/compile.y, main/pa_array.C,
18475: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
18476: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
18477:
18478: * src/main/pa_exec.C: exec win32 real filename
18479:
18480: * src/classes/file.C: exec stderr out
18481:
18482: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
18483:
18484: 2001-08-03 parser
18485:
18486: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
18487:
18488: 2001-08-02 parser
18489:
18490: * src/: classes/string.C, classes/table.C, include/pa_array.h,
18491: main/execute.C, main/pa_exec.C: introducing Array_iter
18492:
18493: * src/main/execute.C: detected quick_get recursion bug. changed to
18494: get@execute, but needs array iterator, separate from array to
18495: avoid it & use caching
18496:
18497: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
18498: bug fixed
18499:
18500: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
18501: main/execute.C, main/pa_globals.C: found another multithread bug
18502: in op.C (last, last global var killed) :)
18503:
18504: 2001-08-01 parser
18505:
18506: * src/: include/pa_dictionary.h, include/pa_globals.h,
18507: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
18508: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
18509: main/untaint.C: speeded up typo-html replacements. introducing
18510: Dictionary with first-char caching
18511:
18512: 2001-07-31 parser
18513:
18514: * src/types/Makefile.am: pa_vtable.C added to .am
18515:
18516: * src/main/compile.tab.C: added, so that could be compiled even on
18517: non-bison-enabled platforms
18518:
18519: 2001-07-28 parser
18520:
18521: * src/classes/table.C: table:hash always produces hash, when can't
18522: - empty
18523:
18524: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
18525: skipped \n
18526:
18527: 2001-07-27 parser
18528:
18529: * src/classes/: double.C, int.C, string.C: provided meaningful msg
18530: on int/double/string :sql without result and default
18531:
18532: 2001-07-26 parser
18533:
18534: * src/classes/op.C: fixed bad multithread bug with strangly global
18535: OP
18536:
18537: * src/main/compile.y: $man[$.age[zzz]] 0
18538:
18539: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
18540: creation syntax problem persists. restored $: for a while.
18541: thinking of $man[$.age[zzz]] syntax now
18542:
18543: * src/: classes/double.C, classes/int.C, classes/string.C,
18544: include/pa_opcode.h, main/compile.C, main/compile.y,
18545: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
18546: types/pa_vmethod_frame.h, types/pa_wcontext.h,
18547: types/pa_wwrapper.h: fixing :: realization #1
18548:
18549: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
18550: main/compile_tools.h, main/execute.C, main/pa_request.C,
18551: types/pa_vmethod_frame.h: introducing :: this is constructor call
18552: prefix. ordinary : remains for static accesses
18553:
18554: 2001-07-25 parser
18555:
18556: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
18557: fields 2. methods 3. columns
18558:
18559: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
18560: quote. optimized double&int tostring-s
18561:
18562: * src/main/: compile.C, compile.y, compile_tools.h: allowed
18563: whitespace before first method decl
18564:
18565: * src/classes/table.C: allowed nontable result in table:sql,
18566: results in empty table
18567:
18568: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
18569: lines before first method decl
18570:
18571: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
18572: types/pa_vtable.h: ^table.record[] now $table.fields
18573:
18574: * src/main/compile.y: $var[] is now empty string, not void
18575:
18576: * src/main/: compile.y, execute.C: $var[] is now empty string, not
18577: void
18578:
18579: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
18580: main/pa_globals.C: match replace code context moved to implicit
18581: $match context
18582:
18583: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
18584: main/compile_tools.h, main/execute.C: with killed, code storage
18585: introduced with former 'with' syntax
18586:
18587: 2001-07-24 parser
18588:
18589: * src/: main/compile.C, main/execute.C, main/pa_string.C,
18590: types/pa_value.h: first get_element, next get operator
18591:
18592: * src/main/compile.y: removed @end handling
18593:
18594: * src/main/: compile.C, compile.y: @end handling method2
18595:
18596: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18597: file:move
18598:
18599: * src/main/pa_common.C: file_read close @ eof when imgsize bug
18600: fixed
18601:
18602: 2001-07-23 parser
18603:
18604: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
18605: driver
18606:
18607: * src/classes/hash.C: changed sql driver query interface
18608:
18609: * src/: classes/hash.C, classes/string.C, classes/table.C,
18610: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
18611: changed sql driver query interface
18612:
18613: 2001-07-20 parser
18614:
18615: * src/types/pa_vrequest.C: X!$browser:type
18616:
18617: * src/: classes/file.C, classes/string.C, include/pa_string.h,
18618: main/execute.C, main/pa_string.C, types/pa_valiased.C,
18619: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
18620: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
18621: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
18622: types/pa_vobject.h, types/pa_vrequest.C,
18623: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
18624: ^class:method dynamic calls allowed. ^BASE.method call disabled.
18625: BASE element globally removed
18626:
18627: 2001-07-18 parser
18628:
18629: * src/classes/file.C: file:exec/cgi msg
18630:
18631: * src/classes/file.C: $file:exit-code renamed to 'status'
18632:
18633: * src/: classes/file.C, main/pa_exec.C: file:exec
18634:
1.97 ! moko 18635: * src/: classes/Makefile.in, main/Makefile.in, targets/Makefile.in,
! 18636: targets/cgi/Makefile.in, types/Makefile.in: $id in .in's from
! 18637: .am's removed
! 18638:
! 18639: * src/: Makefile.am, Makefile.in, classes/Makefile.am,
! 18640: main/Makefile.am, targets/Makefile.am, targets/cgi/Makefile.am,
! 18641: types/Makefile.am: removed $id from *.in *.am
1.95 moko 18642:
18643: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
18644: abbrevations
18645:
18646: * src/: classes/date.C, classes/mail.C, classes/math.C,
18647: classes/string.C, classes/table.C, include/pa_globals.h,
18648: include/pa_string.h, main/execute.C, main/pa_globals.C,
18649: main/pa_request.C, main/pa_string.C, main/untaint.C,
18650: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
18651: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
18652: $ORIGINS(1) output tracing mode
18653:
1.97 ! moko 18654: 2001-07-17 parser
! 18655:
! 18656: * src/: Makefile.in, classes/Makefile.in: == wrong
! 18657:
1.95 moko 18658: 2001-07-13 parser
18659:
18660: * src/: classes/double.C, classes/int.C, classes/string.C,
18661: include/pa_request.h, main/execute.C, main/pa_request.C:
18662: auto.p[@auto], /news/auto.p[no @auto], so that initializing
18663: second would not call first @auto
18664:
18665: * src/main/: execute.C, pa_request.C: order of MAIN parents was
18666: wrong, fixed
18667:
18668: 2001-07-12 parser
18669:
18670: * src/types/pa_value.h: pa_value.putelement modification of system
18671: classes prevented
18672:
18673: 2001-07-11 parser
18674:
18675: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
18676: table $piece
18677:
18678: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
18679: types/pa_vstateless_class.h: $file created by file:state +=
18680: .atime .mtime .ctime +found&fixed bug with exceptions on
18681: get_junction-created objects [they were on wrong pool]
18682:
18683: 2001-07-09 parser
18684:
18685: * src/main/untaint.C: qp wrong name
18686:
18687: * src/: classes/date.C, classes/string.C, classes/table.C,
18688: main/compile.y: date format 0
18689:
18690: 2001-07-07 parser
18691:
18692: * src/: classes/date.C, classes/table.C, include/pa_common.h,
18693: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
18694: roll table calendar
18695:
18696: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
18697: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
18698: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
18699: include/pa_request.h, main/main.dsp, types/pa_value.h,
18700: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
18701: string. todo: sql, calendar
18702:
18703: 2001-07-06 parser
18704:
18705: * src/: classes/math.C, include/pa_request.h, main/execute.C,
18706: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
18707:
18708: 2001-07-03 parser
18709:
18710: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
18711: classes/random.C, main/main.dsp: class random renamed to math,
18712: operators became methods
18713:
18714: * src/classes/op.C: pow sqrt
18715:
18716: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
18717:
18718: 2001-07-02 parser
18719:
18720: * src/classes/table.C: ^table.columns column renamed from 'name' to
18721: 'column'
18722:
18723: * src/classes/hash.C: ^hash.keys[]
18724:
18725: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
18726:
18727: * src/main/: compile.y, compile_tools.h: in expressions now allowed
18728: 'strings'
18729:
18730: 2001-06-29 parser
18731:
18732: * src/main/: execute.C: /0 %0 checkes ver 2
18733:
18734: * src/main/execute.C: /0 %0 checke
18735:
1.97 ! moko 18736: * src/: Makefile.in, classes/Makefile.in: makes
! 18737:
1.95 moko 18738: * src/classes/Makefile.am: nothing - void
18739:
18740: * src/classes/table.C: empty strings @ sql
18741:
18742: 2001-06-28 parser
18743:
18744: * src/: classes/double.C, classes/file.C, classes/form.C,
18745: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18746: classes/op.C, classes/random.C, classes/response.C,
18747: classes/string.C, classes/table.C, classes/void.C,
18748: main/compile.C, main/compile_tools.C, main/execute.C,
18749: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
18750: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18751: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18752: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18753: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
18754: targets/isapi/parser3isapi.C, main/compile.y: */ static const
18755: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
18756: $";
18757:
18758: * src/: classes/double.C, classes/file.C, classes/form.C,
18759: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18760: classes/op.C, classes/random.C, classes/response.C,
18761: classes/string.C, classes/table.C, classes/void.C,
18762: main/compile.C, main/compile.y, main/compile_tools.C,
18763: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
18764: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18765: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18766: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18767: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
18768: targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
18769:
18770: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
18771: $class:name: == ${class:name}:
18772:
18773: * src/classes/string.C: exactly one
18774:
18775: 2001-06-27 parser
18776:
18777: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
18778: types/pa_vvoid.h: nothing renamed to void
18779:
18780: * src/classes/op.C: ^switch ^case
18781:
18782: * src/main/compile.y: nothing renamed to void
18783:
18784: * src/: classes/hash.C, classes/table.C, main/compile.y,
18785: main/execute.C, main/main.dsp, main/pa_request.C,
18786: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
18787: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
18788: void
18789:
18790: * src/main/compile.y: lexer: $zzzz^zzzz were name part
18791:
18792: 2001-05-28 parser
18793:
18794: * src/doc/html2chm.cmd: removed >a
18795:
18796: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
18797: project options [some bugs]
18798:
18799: * src/doc/sources2html.cmd: z
18800:
18801: * src/: classes/classes.C, main/compile.C, main/compile.y,
18802: main/execute.C: operators are not in root class again
18803:
18804: 2001-05-24 parser
18805:
18806: * src/targets/cgi/parser3.dsp: project file
18807:
1.97 ! moko 18808: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 18809: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 18810: makes
! 18811:
1.95 moko 18812: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
18813: ^log ^exp
18814:
18815: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
18816: conversions in @exception[params]
18817:
18818: * src/main/pa_request.C: // no _ conversions in @exception[params]
18819:
18820: 2001-05-23 parser
18821:
18822: * src/main/pa_string.C: string cmp bug
18823:
18824: * src/classes/: mail.C, op.C: rem max 1000
18825:
18826: * src/: classes/op.C, main/compile.y: allow one empty line before
18827: LS_DEF_NAME
18828:
18829: 2001-05-22 parser
18830:
18831: * src/classes/op.C: if params code-required
18832:
18833: 2001-05-21 parser
18834:
1.97 ! moko 18835: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 18836: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 18837: makes
! 18838:
1.95 moko 18839: * src/types/pa_vstring.C: eoleof
18840:
18841: * src/classes/Makefile.am: .AM
18842:
18843: * src/classes/nothing.C: resultless ^sql moved to nothing:
18844:
18845: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
18846:
18847: * src/: classes/double.C, classes/nothing.C, classes/string.C,
18848: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
18849: types/pa_vunknown.h, classes/hash.C, main/compile.y,
18850: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
18851: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
18852: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
18853: 'nothing'
18854:
18855: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
18856: vstring::set_string
18857:
18858: * src/classes/: double.C, int.C, string.C: int,double;sql
18859:
18860: * src/: classes/hash.C, classes/int.C, classes/string.C,
18861: classes/table.C, include/pa_string.h, main/pa_string.C,
18862: types/pa_vstring.C, types/pa_vstring.h: started int:sql
18863:
18864: * src/: classes/classes.C, classes/hash.C, classes/op.C,
18865: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
18866: hash:sql moved to main trunc. operators.txt updated
18867:
18868: * src/classes/: hash.C, op.C, table.C: hash:sql
18869:
18870: * src/classes/op.C: z
18871:
18872: * src/: main/compile.C, classes/classes.C: 1
18873:
18874: * src/: classes/classes.C, main/compile.C, main/compile.y,
18875: main/execute.C: 0
18876:
18877: * src/main/execute.C: z
18878:
1.97 ! moko 18879: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
! 18880: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 18881: make system timestamps
! 18882:
! 18883: * src/Makefile.in: file stamps to remove autoreconf
! 18884:
1.95 moko 18885: * src/targets/cgi/parser3.C: z
18886:
18887: * src/targets/cgi/parser3.C: argv can be just "parser3". made
18888: site_auto_path "." in that case
18889:
1.97 ! moko 18890: * src/targets/cgi/Makefile.in: z
! 18891:
1.95 moko 18892: * src/targets/cgi/: parser3.C: z
18893:
18894: * src/main/pa_request.C: .am
18895:
18896: * src/: main/pa_request.C, targets/cgi/parser3.C:
18897: pcre_tables=pcre_default_tables;
18898:
18899: 2001-05-19 parser
18900:
18901: * src/main/pa_string.C: z
18902:
18903: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
18904: introducing String::cstr_bufsize, returns just size+1 for as_is
18905: target.
18906:
18907: * src/: main/untaint.C, targets/cgi/pa_pool.C,
18908: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
18909: used, 4* mem wasted
18910:
18911: * src/classes/string.C: root context in match replace body now
18912: unchanged
18913:
18914: * src/types/pa_value.h: parameter # 1 based
18915:
18916: * src/main/pa_common.C: common: actual filename '%s'
18917:
18918: * src/classes/string.C: z
18919:
1.97 ! moko 18920: * src/classes/Makefile.in: clean
! 18921:
1.95 moko 18922: * src/classes/Makefile.am: classes/.am
18923:
18924: * src/classes/: Makefile.am: classes/.am
18925:
18926: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
18927: targets/cgi/pa_pool.C: classes/.am
18928:
18929: 2001-05-18 parser
18930:
1.97 ! moko 18931: * src/: Makefile.in, classes/Makefile.in,
! 18932: include/pa_config_auto.h.in, main/Makefile.in,
! 18933: targets/Makefile.in, targets/cgi/Makefile.in,
! 18934: targets/cgi/pa_pool.C, types/Makefile.in: .am pa_threads.C ins
1.95 moko 18935:
18936: * src/targets/cgi/Makefile.am: .am pa_threads.C added
18937:
18938: 2001-05-17 parser
18939:
18940: * src/: classes/string.C, include/pa_config_fixed.h,
18941: include/pa_config_includes.h, main/compile.y,
18942: main/compile_tools.h, main/execute.C, main/pa_array.C,
18943: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
18944: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
18945: types/pa_vform.C: #include "pa_config_includes.h" removed from
18946: most .C
18947:
18948: * src/doc/html2chm.cmd: z
18949:
18950: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
18951: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
18952:
18953: * src/main/pa_sql_driver_manager.C: moved expiration to
18954: get_connection_from_cache
18955:
18956: * src/main/pa_sql_driver_manager.C: cache expiration bf
18957:
18958: * src/: classes/classes.h, include/pa_sql_connection.h,
18959: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
18960: cache expiration[use SQL_Driver::disconnect]
18961:
18962: * src/main/pa_table.C: table.locate current restored on "not found"
18963:
18964: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
18965: line no
18966:
18967: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18968: ANTI_ENDLESS_EXECUTE_RECOURSION
18969:
18970: * src/: classes/op.C, include/pa_sql_connection.h,
18971: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
18972: sql/pa_sql_driver.h: fixed problem at last: 2connections own
18973: 1driver and set_services fight for driver::fservices. before fix
18974:
18975: * src/: classes/op.C, include/pa_config_fixed.h,
18976: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18977: main/pa_sql_driver_manager.C: found problem at last: 2connections
18978: own 1driver and set_services fight for driver::fservices. before
18979: fix
18980:
18981: * src/: include/pa_config_fixed.h, include/pa_threads.h,
18982: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
18983: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
18984: pa_threads.C
18985:
18986: * src/include/pa_threads.h: removed targets/parser
18987:
18988: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
18989: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
18990: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
18991: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
18992: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
18993: headers
18994:
18995: * src/: classes/image.C, include/pa_sql_driver_manager.h,
18996: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
18997: order prevented sqlmanager to see MULTYTHREAD define
18998:
18999: * src/: include/pa_config_fixed.h, include/pa_threads.h,
19000: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
19001: put/gets
19002:
19003: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
19004: from hash.h
19005:
19006: * src/: classes/op.C, include/pa_sql_connection.h,
19007: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
19008: from cache ->set_services(&services);
19009:
19010: 2001-05-16 parser
19011:
19012: * src/targets/cgi/parser3.C: z
19013:
19014: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
19015: debug, #ifdefed some. would debug later, on more precise sample
19016: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
19017: $name.$tail[$tail!] $name.$tail } ok3
19018:
19019: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
19020: removed array debug. before vstring rebasing
19021:
19022: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
19023: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
19024: array debugged; adjusted
19025:
19026: * src/main/: pa_sql_driver_manager.C, pa_string.C:
19027: SQL_Driver_manager line no for connect/charset errors
19028:
19029: 2001-05-15 parser
19030:
19031: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
19032: main/pa_string.C: string+array made linear grows
19033:
19034: * src/: include/pa_string.h, main/pa_string.C,
19035: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
19036: grow lineary, not exponentialy
19037:
19038: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
19039: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
19040: with fullchunk cmps
19041:
19042: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
19043: 70041= 81
19044:
19045: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
19046: targets/cgi/parser3.C: detected huge mem allocation: size/times
19047: malloc 27809390/368771, calloc 3232/83. would test now
19048:
19049: * src/: classes/random.C, main/compile.y, main/execute.C,
19050: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
19051: numbered params had wrong name - for instance: bad error message
19052: in ^for[] bad body type. fixed
19053:
19054: 2001-05-14 parser
19055:
19056: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
19057: main/untaint.C: ^string.upper|lower[]
19058:
19059: 2001-05-11 parser
19060:
19061: * src/: classes/double.C, classes/image.C, classes/op.C,
19062: classes/string.C, classes/table.C, classes/unknown.C,
19063: main/execute.C, types/pa_value.h, types/pa_vbool.h,
19064: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
19065: types/pa_vunknown.h: op: MAX_LOOPS as_int
19066:
19067: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
19068: .dsp for win32tools
19069:
19070: 2001-05-11 paf
19071:
19072: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
19073: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
19074: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
19075: targets/isapi/kill.pl: moved win32 helpers to /win32tools
19076:
19077: 2001-05-10 paf
19078:
19079: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
19080: for C++, that's all
19081:
1.97 ! moko 19082: * src/: Makefile.in, classes/Makefile.in,
! 19083: include/pa_config_auto.h.in, include/pa_config_fixed.h,
! 19084: include/pa_config_includes.h, main/Makefile.in,
! 19085: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
! 19086: inline wonders
1.95 moko 19087:
19088: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
19089: doc/doxygen.cmd: hash.C added
19090:
19091: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
19092:
19093: * src/main/compile.y: @end grammar: allowed zero strings in control
19094: menthod
19095:
19096: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
19097: pa_vstateless_object.h: changed priority: field before method
19098: lookup in vclass & vobject
19099:
19100: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
19101: grammar: priorities changes [lowerd && prior] vobject: now first
19102: fields, next methods
19103:
19104: 2001-05-08 paf
19105:
19106: * src/main/pa_table.C: table columnname2item on nameless ignored
19107: bark=false. fixed
19108:
19109: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
19110: types/pa_vmethod_frame.h: hash:default works at last!
19111:
19112: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
19113: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
19114: hash:default
19115:
19116: * src/classes/table.C: z
19117:
19118: * src/classes/table.C: table:hash always hash of hash now
19119:
19120: * src/classes/table.C: table:empty return bool now
19121:
19122: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
19123: include/pa_table.h, main/pa_table.C, types/pa_value.h,
19124: types/pa_vtable.h: table:hash
19125:
19126: * src/classes/table.C: table:record have name
19127:
19128: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
19129: returns vunknown
19130:
19131: * src/classes/: double.C, int.C, op.C, string.C:
19132: int,double,string:int[] double[] string:length[] results now have
19133: hames
19134:
19135: * src/: classes/op.C, classes/table.C, main/main.dsp,
19136: types/pa_vtable.h: removed table:find. table:locate and op:eval
19137: now return bool
19138:
19139: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
19140: in method checkparams again. fixed
19141:
19142: 2001-05-07 paf
19143:
19144: * src/doc/chm.cmd: cmd
19145:
19146: * src/: classes/image.C, classes/mail.C, classes/string.C,
19147: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
19148: types/pa_value.h: method reported errors on wrong pool
19149:
19150: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
19151: now
19152:
19153: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
19154: include/code.h, include/pa_opcode.h, main/compile.C,
19155: main/compile_tools.h, main/execute.C, types/pa_value.h,
19156: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19157: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
19158: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
19159: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19160: types/pa_vmethod_frame.h, types/pa_vobject.h,
19161: types/pa_vrequest.h, types/pa_vresponse.h,
19162: types/pa_vstateless_class.h, types/pa_vstring.h,
19163: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
19164: types/pa_wwrapper.h: pa_code.h
19165:
19166: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
19167:
19168: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
19169: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
19170: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
19171: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
19172: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
19173: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
19174: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
19175: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
19176: types/pa_vtable.h: dox, split by not clean parts also
19177:
19178: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
19179: types/pa_vtable.h: table: fields, then methods. so to enable
19180: 'dir' fields & co. more
19181:
19182: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
19183: so to enable 'dir' fields & co.
19184:
19185: * src/main/compile.y: grammar: @end
19186:
19187: 2001-05-04 paf
19188:
19189: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
19190: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
19191:
19192: * src/: classes/classes.h, classes/double.C, classes/file.C,
19193: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
19194: classes/op.C, classes/random.C, classes/response.C,
19195: classes/string.C, classes/table.C, classes/unknown.C,
19196: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
19197: method dox
19198:
19199: 2001-05-03 paf
19200:
19201: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
19202: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
19203: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
19204: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
19205: doc/string.dox, doc/targets.dox, doc/value.dox,
19206: main/pa_request.C: dox splitted .dox files and added some
19207:
19208: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
19209:
19210: 2001-05-02 paf
19211:
19212: * src/classes/: image.C, table.C: table:dir result are not tainted
19213: by file_name language now
19214:
19215: 2001-04-28 paf
19216:
19217: * src/classes/classes.inc: removed classes.inc
19218:
19219: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
19220: from .am
19221:
19222: * src/classes/classes.awk: skipped classes in .awk
19223:
19224: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
19225: classes/classes.inc, classes/double.C, classes/file.C,
19226: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
19227: classes/string.C, classes/table.C, classes/unknown.C,
19228: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
19229: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
19230: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
19231: pa_methoded back to classes/classes.h
19232:
19233: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
19234:
19235: * src/: classes/Makefile.am, classes/classes.awk,
19236: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
19237: classes/ls.exe, main/bison.exe: classes.inc autogenerator
19238:
19239: * src/: classes/classes.C, classes/classes.h, classes/double.C,
19240: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
19241: classes/response.C, classes/string.C, classes/table.C,
19242: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
19243: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
19244: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
19245: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
19246: include|main/pa_methoded
19247:
19248: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
19249: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
19250:
19251: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
19252: moved some configured data to request::classes_conf moved some
19253: string crations from globals to M... [works]
19254:
19255: * src/: classes/form.C, classes/mail.C, classes/op.C,
19256: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
19257: main/pa_request.C: moved some configured data to
19258: request::classes_conf moved some string crations from globals to
19259: M...
19260:
19261: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
19262: about to move configured data to special request hash
19263:
19264: * src/: classes/classes.C, classes/classes.h, classes/file.C,
19265: classes/form.C, classes/mail.C, include/pa_request.h,
19266: main/pa_request.C: configure started
19267:
19268: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
19269: 2. todo: methoded-configure
19270:
19271: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
19272: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19273: classes/_random.h, classes/_response.h, classes/_string.h,
19274: classes/_table.h, classes/_unknown.h, classes/classes.inc,
19275: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
19276: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19277: classes/random.C, classes/response.C, classes/string.C,
19278: classes/table.C, classes/unknown.C, include/pa_globals.h,
19279: include/pa_request.h, main/compile.y, main/execute.C,
19280: main/main.dsp, main/pa_globals.C, main/pa_request.C,
19281: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19282: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
19283: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
19284: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
19285: types/pa_vrequest.h, types/pa_vresponse.h,
19286: types/pa_vstateless_class.h, types/pa_vstring.h,
19287: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
19288: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
19289: methoded-configure
19290:
19291: * src/: classes/file.C, classes/table.C, main/compile.y,
19292: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
19293: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
19294: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
19295:
19296: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
19297: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
19298: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19299: classes/random.C, classes/response.C, classes/string.C,
19300: classes/table.C, classes/unknown.C, include/pa_request.h,
19301: main/compile.y, main/execute.C, main/pa_globals.C,
19302: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
19303: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19304: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
19305: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
19306: beautifying just compiled. todo: debug, configure
19307:
19308: 2001-04-27 paf
19309:
19310: * src/: classes/file.C, classes/image.C, classes/table.C,
19311: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
19312: beautifying -99
19313:
19314: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
19315: classes/_response.h, classes/_unknown.h, classes/classes.C,
19316: classes/classes.h, classes/double.C, classes/file.C,
19317: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
19318: classes/op.C, classes/random.C, classes/response.C,
19319: classes/string.C, include/pa_globals.h, main/main.dsp,
19320: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
19321: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
19322: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
19323: types/pa_vunknown.h: beautifying -100
19324:
19325: * src/main/compile.y: serge@ found @CLASS bug. fixed
19326:
19327: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
19328: classes/_op.h, classes/_random.h, classes/_table.h,
19329: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
19330: classes/op.C, classes/random.C, classes/response.C,
19331: classes/string.C, classes/table.C, classes/unknown.C,
19332: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
19333: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
19334: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
19335: beautifying
19336:
19337: 2001-04-26 paf
19338:
19339: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
19340:
19341: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
19342: documentation ++
19343:
19344: * src/: classes/_exec.h, doc/doxygen.cfg,
19345: include/pa_config_fixed.h, include/pa_config_includes.h,
19346: targets/cgi/pa_pool.C: code documentation ++
19347:
19348: * src/: classes/_image.h, classes/op.C, classes/random.C,
19349: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19350: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
19351: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
19352: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19353: types/pa_vmethod_frame.h, types/pa_vobject.h,
19354: types/pa_vrequest.C, types/pa_vrequest.h,
19355: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
19356: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
19357: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
19358: code documentation ++
19359:
19360: * src/: classes/image.C, classes/mail.C, classes/string.C,
19361: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
19362: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
19363: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
19364: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19365: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19366: types/pa_vobject.h, types/pa_vstateless_class.h,
19367: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
19368:
19369: * src/main/: pa_request.C, pa_string.C: z
19370:
19371: * src/: include/pa_common.h, include/pa_types.h,
19372: main/pa_sql_driver_manager.C: module [and, guess, isapi]
19373: connection caching fixed. request-pooled-url were stored into
19374: global connectioncache
19375:
19376: 2001-04-25 paf
19377:
19378: * src/: doc/doxygen.cfg, doc/doxygen.txt,
19379: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
19380:
19381: * src/: include/code.h, include/pa_common.h, main/compile.y,
19382: main/execute.C, main/pa_common.C: -d
19383:
19384: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
19385: illegal call check a bit improved, but still under iis no mapping
19386: of dir with parser allowed!
19387:
19388: 2001-04-24 paf
19389:
1.97 ! moko 19390: * src/targets/Makefile.in: apache makefile.in s
! 19391:
1.95 moko 19392: * src/targets/Makefile.am: apache module lib .am
19393:
19394: * src/main/pa_exec.C: windows32 buildCommand
19395:
19396: 2001-04-23 paf
19397:
19398: * src/targets/cgi/Makefile.am: win32 conditional
19399:
19400: * src/targets/cgi/Makefile.am: win32 conditional
19401:
19402: * src/targets/cgi/Makefile.am: liblink
19403:
19404: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
19405: vfile fields return type
19406:
19407: * src/types/pa_vfile.h: vfile fields return type
19408:
19409: * src/include/pa_config_auto.h.in: .h.in
19410:
1.97 ! moko 19411: * src/targets/Makefile.in: makefiles&co
! 19412:
1.95 moko 19413: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
19414: types/Makefile: makefiles removed
19415:
1.97 ! moko 19416: * src/: classes/Makefile.in, main/Makefile.in,
! 19417: targets/cgi/Makefile.in, types/Makefile.in, Makefile.in: makefile
! 19418: ins
! 19419:
1.95 moko 19420: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
19421: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
19422:
19423: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
19424: [tested: i & g ]
19425:
19426: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
19427: @test noticed series in isapi, check how initialize_random_class
19428: is called! [must be called only once]
19429:
19430: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
19431: would not be 'unknown column'
19432:
19433: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
19434: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
19435:
19436: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
19437: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
19438: [now doesnt]
19439:
19440: * src/targets/cgi/parser3.C: cgi cmdline ver
19441:
19442: * src/targets/cgi/parser3.C: cgi /// @test disable
19443: /cgi-bin/parser3/auto.p
19444:
19445: * src/main/untaint.C: untaint without charset
19446:
19447: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
19448: main/pa_common.C: common: file_write /// @test mkdirs
19449: file_delete rmdirs
19450:
19451: * src/main/untaint.C: mail header only once to =?
19452:
19453: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
19454: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
19455: main/untaint.C: untaint - @test optimize whitespaces for
19456: all but 'html'
19457:
19458: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
19459: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
19460: main/untaint.C: untaint - @test mail-header
19461:
19462: 2001-04-20 paf
19463:
19464: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19465: include/pa_request.h, include/pa_string.h, main/compile.y,
19466: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
19467: targets/cgi/parser3.C: $MAIN:LOCALE
19468:
19469: * src/main/untaint.C: z
19470:
19471: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
19472:
19473: 2001-04-19 paf
19474:
19475: * src/main/compile_tools.h: $a$b bugfix
19476:
19477: * src/targets/cgi/parser3.C: z
19478:
19479: * src/classes/file.C: z
19480:
19481: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
19482: done: header to $fields. waits for header '\' tricks
19483:
19484: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
19485: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
19486: changed urlencode here and in untaint.C to HTTP standard's " and
19487: \" mech
19488:
19489: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
19490: http://alx/~paf/ doesnt load /auto.p
19491:
19492: 2001-04-18 paf
19493:
19494: * src/main/pa_request.C: 1
19495:
19496: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
19497: linux @alx
19498:
19499: 2001-04-17 paf
19500:
19501: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
19502: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
19503: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
19504: enabled
19505:
19506: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
19507: classes/_exec.h, classes/_file.h, classes/_form.h,
19508: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19509: classes/_random.h, classes/_response.h, classes/_string.h,
19510: classes/_table.h, classes/_unknown.h, classes/file.C,
19511: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
19512: include/pa_config_fixed.h, include/pa_config_includes.h,
19513: include/pa_hash.h, include/pa_sql_driver_manager.h,
19514: include/pa_version.h, main/Makefile.am, main/compile.y,
19515: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
19516: main/pa_sql_driver_manager.C, sql/Makefile.am,
19517: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
19518: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
19519: types/pa_vform.C, types/pa_vimage.h: exec @jav
19520:
19521: * src/: include/pa_sql_driver_manager.h,
19522: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
19523: types/pa_vimage.h: sql driver interface now has initialize(client
19524: .so)
19525:
19526: 2001-04-16 paf
19527:
19528: * src/Makefile.am: compile2 cygwin
19529:
19530: * src/: include/pa_config_includes.h, main/pa_exec.C,
19531: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
19532:
19533: * src/targets/cgi/Makefile.am: compile0 jav
19534:
19535: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
19536: classes/_exec.h, classes/_file.h, classes/_form.h,
19537: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19538: classes/_random.h, classes/_response.h, classes/_string.h,
19539: classes/_table.h, classes/_unknown.h, classes/image.C,
19540: classes/mail.C, classes/op.C, classes/random.C,
19541: include/pa_config_fixed.h, include/pa_config_includes.h,
19542: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
19543: main/compile.y, main/pa_common.C, main/pa_exec.C,
19544: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
19545: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
19546: compile-1
19547:
19548: 2001-04-15 paf
19549:
19550: * src/classes/op.C: z
19551:
19552: * src/classes/table.C: table:empty +=process
19553:
19554: * src/types/pa_value.h: MethodParams !junction
19555:
19556: * src/: classes/_string.h, classes/double.C, classes/file.C,
19557: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19558: classes/random.C, classes/response.C, classes/string.C,
19559: classes/table.C, classes/unknown.C, main/pa_request.C:
19560: MethodParams everywhere
19561:
19562: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
19563: types/pa_vmethod_frame.h: MethodParams in op.C
19564:
19565: 2001-04-12 paf
19566:
19567: * src/: classes/image.C, types/pa_vimage.h: image:font :text
19568:
19569: * src/: classes/_unknown.h, classes/unknown.C,
19570: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
19571: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
19572:
19573: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
19574:
19575: * src/classes/image.C: image:gif now does not have params
19576:
19577: * src/classes/image.C:
19578: image:line/fill/rectangle/bar/replace/polygon/polybar
19579:
19580: * src/: classes/image.C, classes/op.C, main/execute.C,
19581: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19582: for var now written not to r.wcontext, but to r.root cleared
19583: "entered_object" state
19584:
19585: 2001-04-11 paf
19586:
19587: * src/classes/image.C: image:create image:load
19588:
19589: * src/: classes/image.C, main/main.dsp: gd with mem write + image
19590: just compiled
19591:
19592: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
19593: todo: gif without file
19594:
19595: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
19596: started porting to Pooled descendant
19597:
19598: * src/: classes/image.C, main/execute.C, main/main.dsp,
19599: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
19600: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
19601: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
19602:
19603: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
19604: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
19605: end. switching to python imaging lib
19606:
19607: * src/main/main.dsp: gd+smtp made separate libs
19608:
19609: * src/: include/pa_globals.h, include/pa_string.h,
19610: main/pa_common.C, main/pa_request.C, main/untaint.C,
19611: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
19612: length
19613:
19614: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
19615: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
19616: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
19617: UL_FILE_NAME of posted file name
19618:
19619: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
19620: post [broke when moved post read to core]
19621:
19622: 2001-04-10 paf
19623:
19624: * src/classes/image.C: image:html done
19625:
19626: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
19627:
19628: * src/classes/image.C: z
19629:
19630: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
19631: forgotten!
19632:
19633: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
19634: main/pa_request.C, main/pa_string.C, main/untaint.C,
19635: types/pa_vimage.h: image:measure -90
19636:
19637: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
19638: classes/_int.h, classes/_mail.h, classes/_op.h,
19639: classes/_random.h, classes/_response.h, classes/_string.h,
19640: classes/_table.h, classes/file.C, classes/mail.C,
19641: include/pa_common.h, include/pa_globals.h, main/execute.C,
19642: main/main.dsp, main/pa_common.C, main/pa_globals.C,
19643: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
19644: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
19645: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
19646: compiled
19647:
19648: * src/classes/mail.C: minor bug with unclear from/to
19649:
19650: * src/classes/mail.C: sendmail unix skipping defaults
19651:
19652: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
19653: sendmail unix added defaults
19654:
19655: * src/classes/mail.C: unix sendmail compiled. todo:testing
19656:
19657: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
19658:
19659: 2001-04-09 paf
19660:
19661: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
19662: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
19663: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19664: targets/isapi/parser3isapi.dsp: all targets exec
19665:
19666: * src/: include/pa_sapi.h, include/pa_string.h,
19667: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19668: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
19669: args in apache:util.script
19670:
19671: * src/include/pa_string.h: written but not tested exec with env for
19672: unix
19673:
19674: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
19675: targets/cgi/parser3.C: exec win32 env
19676:
19677: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
19678: 0
19679:
19680: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
19681: main/execute.C, main/main.dsp, main/pa_globals.C,
19682: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
19683: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
19684:
19685: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
19686: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
19687:
19688: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
19689: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
19690:
19691: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
19692: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
19693: main/pa_common.C, main/pa_request.C, main/pa_string.C,
19694: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19695: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
19696: exec class just compiled. moved post read to request core
19697:
19698: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
19699: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
19700: main/pa_globals.C, targets/cgi/parser3.C,
19701: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
19702: are already read by vform
19703:
19704: 2001-04-08 paf
19705:
19706: * src/: classes/file.C, classes/mail.C, classes/string.C,
19707: include/pa_request.h, include/pa_string.h, main/pa_request.C:
19708: uuencode. string<<
19709:
19710: 2001-04-07 paf
19711:
19712: * src/classes/mail.C: z
19713:
19714: * src/classes/mail.C: z
19715:
19716: * src/classes/mail.C: ^mail[$attach
19717:
19718: * src/classes/mail.C: ^attach dead end
19719:
19720: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
19721: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19722: targets/isapi/parser3isapi.C: mail:send 1
19723:
19724: * src/: classes/mail.C, main/pa_request.C: z
19725:
19726: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
19727: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
19728: compiled
19729:
19730: * src/classes/mail.C: +=
19731:
19732: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
19733: prepared
19734:
19735: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
19736: include/pa_globals.h, include/pa_string.h, main/main.dsp,
19737: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
19738: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
19739:
19740: 2001-04-06 paf
19741:
19742: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
19743: main/pa_string.C: table:dir 1
19744:
19745: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
19746: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
19747:
19748: * src/: classes/_op.h, classes/_root.h, classes/op.C,
19749: classes/root.C, include/pa_globals.h, include/pa_request.h,
19750: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
19751: main/pa_request.C: renamed 'root' to 'op'
19752:
19753: * src/classes/: _op.h, op.C: renamed from 'root'
19754:
19755: * src/types/pa_valiased.C: another root inherititance skipped
19756:
19757: * src/main/: compile.C, compile.y, execute.C: operators are now not
19758: root methods of parent class. just 'ROOT' class
19759:
19760: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
19761: @office
19762:
19763: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
19764:
19765: 2001-04-05 paf
19766:
19767: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
19768: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
19769: constructor flag dropped at get_method_frame and remembered into
19770: method_frame
19771:
19772: * src/: classes/file.C, classes/root.C, classes/string.C,
19773: classes/table.C, main/pa_request.C: junction to code&expression
19774: in errors
19775:
19776: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
19777: main/pa_string.C, targets/isapi/parser3isapi.dsp:
19778: $LOCALE:ctype[Russian_Russia.1251]
19779:
19780: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
19781: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
19782: main/pa_table.C: hash now not thread-safe.
19783:
19784: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
19785: main/untaint.C: z
19786:
19787: * src/: classes/random.C, classes/root.C, classes/table.C,
19788: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
19789: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
19790: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
19791: types/pa_wcontext.h: sql quote. string untaint UL_SQL
19792:
19793: * src/: classes/table.C, include/pa_sql_connection.h,
19794: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
19795:
19796: * src/classes/table.C: select * from hren error contains statement
19797:
19798: * src/: classes/table.C, include/pa_sql_connection.h,
19799: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
19800: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
19801:
19802: * src/: classes/root.C, include/pa_sql_connection.h,
19803: include/pa_sql_driver.h, main/main.dsp,
19804: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
19805: services for conv memory & error reporting
19806:
19807: 2001-04-04 paf
19808:
19809: * src/doc/doxygen.cfg: z
19810:
19811: * src/include/pa_sql_driver.h: mysql connect
19812:
19813: * src/include/pa_sql_driver.h: mysql info
19814:
19815: * src/: classes/root.C, include/pa_sql_driver.h,
19816: include/pa_sql_driver_manager.h, main/main.dsp,
19817: main/pa_sql_driver_manager.C: more manager&connection&driver
19818:
19819: * src/sql/Makefile.am: forgot to add mysql client
19820:
19821: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
19822: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
19823: [forgot to add libltdl, added]
19824:
19825: * src/: Makefile.am, classes/root.C, classes/string.C,
19826: classes/table.C, include/pa_globals.h, include/pa_hash.h,
19827: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19828: include/pa_string.h, include/pa_table.h, main/main.dsp,
19829: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
19830: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
19831: -1000 just compiled
19832:
19833: * src/: classes/random.C, classes/root.C, classes/table.C,
19834: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
19835: main/pa_request.C, types/pa_vclass.h: sql frame -10
19836:
19837: 2001-04-03 paf
19838:
19839: * src/types/pa_vform.C: z
19840:
19841: * src/: classes/string.C, types/pa_vform.C: string:match replace
19842: assigned lang
19843:
19844: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
19845: {}[]< empty []
19846:
19847: * src/: classes/file.C, classes/string.C, classes/table.C,
19848: include/pa_string.h, main/pa_common.C, main/pa_string.C,
19849: main/untaint.C: string:match replace 2. string.cstr(forced lang)
19850:
19851: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19852: string:match replace strange matches
19853:
19854: * src/classes/string.C: string:match replace 0
19855:
19856: * src/: classes/string.C, main/pa_string.C: string:match replace
19857: prepared 2
19858:
19859: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19860: string:match replace prepared
19861:
19862: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19863: string:match replace -11
19864:
19865: * src/: classes/string.C, include/pa_globals.h,
19866: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
19867: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
19868:
19869: * src/: classes/string.C, include/pa_globals.h,
19870: include/pa_string.h, main/main.dsp, main/pa_globals.C,
19871: main/pa_string.C: string:match [search] -1 just compiled
19872:
19873: * src/types/pa_vstring.C: z
19874:
19875: * src/: classes/double.C, classes/file.C, classes/form.C,
19876: classes/int.C, classes/response.C, classes/root.C,
19877: classes/string.C, classes/table.C, include/pa_string.h,
19878: main/pa_string.C: string:match -10 [frame]
19879:
19880: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
19881: main/pa_request.C: z
19882:
19883: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
19884: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
19885: todo/tests
19886:
19887: * src/include/pa_common.h: z
19888:
19889: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
19890: main/pa_request.C, targets/cgi/parser3.C,
19891: targets/isapi/parser3isapi.C, types/pa_vfile.C:
19892: content-disposition
19893:
19894: * src/: include/pa_common.h, include/pa_globals.h,
19895: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
19896: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
19897:
19898: * src/: include/pa_common.h, include/pa_request.h,
19899: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
19900: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
19901: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
19902: response:body
19903:
19904: * src/classes/table.C: table:append now uses string::split
19905:
19906: * src/classes/table.C: z
19907:
19908: * src/: classes/file.C, classes/root.C, classes/string.C,
19909: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
19910: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
19911: include/pa_string.h, main/execute.C, main/pa_string.C,
19912: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
19913: string::pos & cmp & piece bugs fixed. string::split new
19914: table:load separated from set table:set implemented with clean \n
19915: \t searches
19916:
19917: 2001-04-02 paf
19918:
19919: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
19920: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
19921: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
19922: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
19923: it in table:set/load
19924:
19925: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
19926: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
19927:
19928: * src/classes/random.C: random:generate 1
19929:
19930: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
19931: main/main.dsp, main/pa_globals.C, main/pa_request.C,
19932: types/pa_value.h: random:generate
19933:
19934: 2001-03-30 paf
19935:
19936: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
19937: todo: table flip and append. string::pos
19938:
19939: * src/: classes/double.C, classes/file.C, classes/int.C,
19940: classes/response.C, classes/root.C, classes/string.C,
19941: classes/table.C, main/compile.y, main/execute.C,
19942: types/pa_value.h, types/pa_vstateless_class.C,
19943: types/pa_vstateless_class.h: static|dynamic|any method
19944: registration
19945:
19946: * src/: classes/file.C, classes/table.C, include/pa_table.h,
19947: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
19948: table:flip
19949:
19950: 2001-03-29 paf
19951:
19952: * src/classes/string.C: string:xsplit forgot that they must result
19953: in 1 row N column [not vice versa]
19954:
19955: * src/classes/string.C: z
19956:
19957: * src/classes/string.C: string: rsplit
19958:
19959: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19960: string: lsplit
19961:
19962: * src/: classes/string.C, include/pa_string.h, main/execute.C,
19963: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
19964: lsplit -1
19965:
19966: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
19967: string: pos
19968:
19969: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
19970: string: pos -1
19971:
19972: * src/: classes/string.C, classes/table.C, include/pa_string.h,
19973: main/compile.y, main/pa_request.C, main/pa_string.C,
19974: main/untaint.C: string: left right mid
19975:
19976: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
19977: main/compile_tools.h, main/main.dsp, types/pa_value.h,
19978: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
19979: and [;] are different now.
19980:
19981: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
19982: main/untaint.C: pool.request undone
19983:
19984: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
19985: main/untaint.C: pool.request
19986:
19987: 2001-03-28 paf
19988:
19989: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
19990: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19991: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
19992: $request:browser [.type .version]; unknown.get_double now = 0.
19993:
19994: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
19995: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
19996: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
19997: types/pa_vform.C: file:load autodetection of mime-type by
19998: user-file-name
19999:
20000: * src/: classes/file.C, main/execute.C, main/pa_common.C,
20001: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
20002: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
20003:
20004: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20005: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
20006: write. must be self.set
20007:
20008: * src/: classes/file.C, classes/root.C, classes/table.C,
20009: include/pa_table.h, main/pa_table.C: table:locate1, file:test
20010:
20011: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
20012: include/pa_table.h, main/pa_array.C, main/pa_table.C,
20013: types/pa_vtable.h: table:locate just compiled
20014:
20015: 2001-03-27 paf
20016:
20017: * src/main/: execute.C, pa_common.C: fixed r/w context of
20018: code-params2, fixed ntfs hardlink slow dir update
20019:
20020: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
20021: types/pa_wcontext.h: fixed r/w context of code-params
20022:
20023: * src/: classes/table.C, main/execute.C: about to change junction
20024: rcontext!!
20025:
20026: * src/: classes/double.C, classes/int.C, classes/root.C,
20027: classes/string.C, classes/table.C, main/compile_tools.C,
20028: main/execute.C, main/pa_request.C, main/untaint.C,
20029: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
20030: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
20031: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
20032: types/pa_vunknown.h: sort 0
20033:
20034: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
20035: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
20036: renamed to are_static_calls_disabled
20037:
20038: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
20039: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
20040: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
20041: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
20042:
20043: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
20044:
20045: * src/: classes/table.C, include/pa_common.h, main/compile.y:
20046: started table:sort fixed minor bug in #...^{
20047:
20048: * src/: classes/table.C, include/pa_common.h, main/compile.y,
20049: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
20050: decided to have as it were. stepped back. grammar: added 'in'
20051: 'is' 'lt'&co follow-space check
20052:
20053: 2001-03-26 paf
20054:
20055: * src/: classes/file.C, classes/root.C, classes/table.C,
20056: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
20057: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20058: main/pa_table.C: moved ::save to pa_table. disabled @auto
20059: invocation in ^process
20060:
20061: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
20062:
20063: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
20064: main/pa_array.C: table:record
20065:
20066: * src/: main/untaint.C, targets/cgi/parser3.C,
20067: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20068: targets/isapi/pool_storage.h, types/pa_valiased.h,
20069: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
20070: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
20071: types/pa_vtable.h: z
20072:
20073: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
20074: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
20075: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
20076: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
20077: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
20078: method realisations on 'self' validity - they now can simply
20079: assume that 'self' is V{Proper} .
20080:
20081: 2001-03-25 paf
20082:
20083: * src/main/untaint.C: z
20084:
20085: * src/main/: pa_request.C, untaint.C: moved default typo-table to
20086: lowlevel - it initialization could be skipped if failed in @auto.
20087: so that exception report would use some table
20088:
20089: * src/main/pa_request.C: table empty lines ignored. system-default
20090: content type assigned in output:result [can fail in main:auto and
20091: skipped normal defaults extraction]
20092:
20093: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
20094: bug
20095:
20096: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
20097: processing to table [except preliminary \r\n \r \n replacements
20098: to "\n"]
20099:
20100: * src/: classes/table.C, main/untaint.C: html-typo - decided to
20101: move all the processing to table
20102:
20103: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
20104: main/pa_table.C, main/untaint.C: returned table originating.
20105: useful for reporting typo table problems origin. think would be
20106: useful somewhere else
20107:
20108: * src/main/untaint.C: typo \r \r\n \n properly handled
20109:
20110: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
20111: include/pa_table.h, main/compile.y, main/compile_tools.C,
20112: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
20113: main/pa_string.C, main/pa_table.C, main/untaint.C,
20114: types/pa_vcookie.h: typo & typo-default
20115:
20116: 2001-03-24 paf
20117:
20118: * src/main/pa_common.C: z
20119:
20120: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20121: targets/cgi/parser3.C: html-typo 2
20122:
20123: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
20124: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
20125: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
20126: main/execute.C, main/pa_array.C, main/pa_globals.C,
20127: main/pa_request.C, main/pa_string.C, main/untaint.C,
20128: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20129: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
20130: noticed double default content-type prob. run cgi.cmd tomorrow
20131: first html-typo sample. detected << problem: they become ltlt too
20132: fast
20133:
20134: * src/main/compile.y: z
20135:
20136: * src/main/: compile.y, compile_tools.h: #comment
20137:
20138: * src/: classes/file.C, classes/root.C, classes/table.C,
20139: include/pa_common.h, include/pa_request.h, main/compile.y,
20140: main/pa_common.C, main/pa_request.C, main/pa_string.C,
20141: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
20142: stringified
20143:
20144: * src/types/pa_valiased.C: decided to String-ify file_read
20145:
20146: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
20147: isapi/parser3isapi.dsp: cgi: sapi::log
20148:
20149: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
20150: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
20151: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
20152: error log experiments failed - cgi under iis got no access to
20153: log. registereventsource simply failed with 5(illegal call) code,
20154: while worked OK as standalone executable. isapi: used
20155: HSE_APPEND_LOG_PARAMETER feature
20156:
20157: * src/: include/pa_common.h, include/pa_globals.h,
20158: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20159: targets/isapi/parser3isapi.C: fixed default content-type
20160: allocation storage
20161:
20162: * src/: include/pa_globals.h, include/pa_request.h,
20163: main/pa_globals.C, main/pa_request.C: z
20164:
20165: * src/: include/pa_array.h, include/pa_hash.h,
20166: include/pa_request.h, main/compile.y, main/pa_array.C,
20167: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
20168: types/pa_vcookie.C: cyclic uses ignored. defaulted default
20169: content-type
20170:
20171: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
20172: sanity
20173:
20174: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
20175: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
20176: away freeze mech. no danger now for you can't do
20177: ^request:process[@new-method[] body] trick anymore. still
20178: remains $some_instance.process[@new-method[] possibility] but
20179: would leave it as a feature. see index for sample
20180:
20181: * src/: include/pa_common.h, main/pa_common.C,
20182: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
20183: monkey every target
20184:
20185: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
20186: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
20187: types/pa_vform.C, types/pa_vform.h: auto.p monkey
20188:
20189: 2001-03-23 paf
20190:
20191: * src/: include/pa_pool.h, main/pa_request.C,
20192: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20193: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20194: targets/isapi/pool_storage.h: isapi: dumb pool storage
20195:
20196: * src/targets/isapi/pa_pool.C: decided to continue with extension
20197:
20198: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
20199: it would be better to rewrite as filter then to deal with pool
20200:
20201: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
20202: now like in cgi, not from APPL_PHYSICAL_PATH
20203:
20204: * src/: classes/root.C, classes/table.C, include/pa_common.h,
20205: include/pa_config_fixed.h, include/pa_config_includes.h,
20206: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
20207: include/pa_version.h, main/compile.y, main/execute.C,
20208: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
20209: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20210: main/untaint.C, targets/cgi/parser3.C,
20211: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
20212: cgi: reinvent document_root and request_uri under iis. autoconf
20213: updated. introducing ap_config_includes
20214:
20215: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
20216:
20217: * src/targets/cgi/parser3.C: cgi: only one pool now
20218:
20219: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
20220: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20221: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
20222: types/pa_venv.h, types/pa_vform.C: sapi made object
20223:
20224: * src/: include/pa_globals.h, main/pa_request.C,
20225: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20226: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
20227: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
20228:
20229: * src/: main/pa_request.C, targets/cgi/parser3.C,
20230: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
20231: isapi minor env beauty
20232:
20233: * src/: main/pa_request.C, targets/cgi/parser3.C,
20234: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
20235: isapi document_root 0
20236:
20237: 2001-03-22 paf
20238:
20239: * src/targets/isapi/parser3isapi.C: isapi keep-alive
20240:
20241: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
20242: isapi/parser3isapi.C: z
20243:
20244: * src/: include/pa_pool.h, main/pa_request.C,
20245: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
20246:
20247: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
20248: kill.pl: isapi added utils
20249:
20250: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
20251: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20252: types/pa_vform.C: isapi 0
20253:
20254: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
20255: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20256: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20257: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
20258: started isapi
20259:
20260: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
20261: some comments
20262:
20263: * src/: include/pa_globals.h, include/pa_request.h,
20264: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20265: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
20266: parser_root_auto_path parser_site_auto_path
20267:
20268: * src/types/pa_vcookie.C: cookie attr decoded
20269:
20270: 2001-03-21 paf
20271:
20272: * src/targets/cgi/parser3.C: z
20273:
20274: * src/include/pa_globals.h: post. todo: config of auto.p path
20275:
20276: * src/: include/pa_globals.h, targets/cgi/parser3.C,
20277: types/pa_venv.h: in cookie & env. todo:post
20278:
20279: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
20280: classes/root.C, classes/table.C, include/pa_array.h,
20281: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
20282: include/pa_request.h, include/pa_string.h, main/Makefile.am,
20283: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
20284: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20285: main/pa_table.C, main/untaint.C, targets/Makefile.am,
20286: targets/cgi/Makefile.am, targets/cgi/parser3.C,
20287: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
20288: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
20289: shifted apache branch on main trunc
20290:
20291: * src/: include/pa_common.h, include/pa_globals.h,
20292: include/pa_pool.h, include/pa_request.h, main/main.dsp,
20293: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
20294: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
20295: starting mod_parser3
20296:
20297: * src/targets/cgi/parser3.C: starting mod_parser3
20298:
20299: 2001-03-20 paf
20300:
20301: * src/: main/pa_common.C, targets/cgi/Makefile.am,
20302: targets/cgi/parser3.C: automake compiled and works. todo:make
20303: win32 ifdefs work and add ifdef unistd
20304:
20305: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
20306: main/Makefile.am, main/pa_common.C, main/pa_request.C,
20307: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
20308: z
20309:
20310: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
20311: main/execute.C, main/pa_common.C, types/Makefile.am: removing
20312: locking
20313:
20314: * src/: classes/Makefile.am, types/Makefile.am: z
20315:
20316: * src/: Makefile.am, classes/file.C, classes/root.C,
20317: classes/table.C, include/pa_array.h, include/pa_request.h,
20318: include/pa_string.h, main/Makefile.am, main/execute.C,
20319: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20320: main/pa_string.C, main/untaint.C, targets/Makefile.am,
20321: targets/cgi/Makefile.am, targets/cgi/parser3.C,
20322: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
20323:
20324: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
20325: main/pa_request.C, types/pa_vfile.h: ^table:save
20326:
20327: * src/: classes/file.C, classes/table.C, include/pa_array.h,
20328: include/pa_common.h, include/pa_request.h, include/pa_string.h,
20329: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
20330: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
20331: types/pa_vform.h: z
20332:
20333: * src/include/pa_string.h: z
20334:
20335: * src/: classes/_request.h, classes/request.C, main/main.dsp,
20336: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
20337: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
20338: :Value
20339:
20340: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
20341: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
20342: :VStateless_object
20343:
20344: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
20345: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
20346: :VStateless_object
20347:
20348: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20349: types/pa_valiased.C, types/pa_vform.h: commented VForm
20350:
20351: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
20352: types/pa_valiased.h, types/pa_value.h,
20353: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20354: types/pa_vstateless_object.h: moved common get_element part from
20355: stateless object&class into VAliased
20356:
20357: * src/: classes/_env.h, classes/_table.h, classes/env.C,
20358: classes/table.C, main/execute.C, main/main.dsp,
20359: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
20360: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
20361: now :Value
20362:
20363: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
20364: main/execute.C, main/main.dsp, main/pa_globals.C,
20365: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
20366:
20367: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
20368: doxx
20369:
20370: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
20371: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20372: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
20373: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
20374: and ^file:save
20375:
20376: 2001-03-19 paf
20377:
20378: * src/types/pa_vfile.C: z
20379:
20380: * src/: classes/file.C, classes/request.C, classes/table.C,
20381: include/pa_string.h, main/main.dsp, main/pa_pool.C,
20382: main/pa_request.C, main/untaint.C, types/pa_value.h,
20383: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
20384:
20385: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
20386: include/pa_string.h, include/pa_table.h, main/main.dsp,
20387: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
20388: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
20389: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
20390: classes/_file.h, classes/file.C, types/pa_vfile.C,
20391: types/pa_vfile.h: file class just compiled
20392:
20393: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
20394: include/pa_table.h, include/pa_types.h, main/execute.C,
20395: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
20396: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
20397: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
20398:
20399: * src/include/pa_pool.h: z
20400:
20401: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
20402: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
20403: Hash::Value to Val so to doxygen would finlly stop confusing
20404: those Value-s
20405:
20406: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
20407: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
20408: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20409: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20410: include/pa_types.h, main/compile.C, main/compile.y,
20411: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20412: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
20413: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
20414: main/pa_request.C, main/pa_string.C, main/pa_table.C,
20415: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
20416:
20417: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
20418: derivates somehow unlinked. don't know why yet
20419:
20420: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
20421: include/pa_string.h, include/pa_threads.h, main/compile.C,
20422: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20423: main/execute.C, main/pa_array.C, main/pa_common.C,
20424: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20425: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20426: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
20427:
20428: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
20429: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
20430: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
20431: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
20432: types/pa_vrequest.h: doc: detected Value derivates prob
20433:
20434: * src/include/pa_globals.h: z
20435:
20436: * src/: classes/_request.h, classes/request.C, include/code.h,
20437: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
20438: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
20439: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
20440: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20441: main/execute.C, main/pa_pool.C, main/pa_request.C,
20442: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20443: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
20444:
20445: 2001-03-18 paf
20446:
20447: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
20448: cookie: allowed access to hash-assigned
20449:
20450: * src/targets/cgi/parser3.C: z
20451:
20452: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
20453: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
20454: include/pa_types.h, main/main.dsp, main/pa_common.C,
20455: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
20456: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20457: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
20458: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20459: types/pa_vunknown.h: cookie class
20460:
20461: * src/main/pa_request.C: zero length output allowed
20462:
20463: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
20464: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
20465:
20466: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
20467: lang switch
20468:
20469: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
20470: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20471: types/pa_value.h, types/pa_vhash.h:
20472: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
20473:
20474: * src/main/execute.C: z
20475:
20476: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
20477: targets/cgi/parser3.C: taint[uri
20478:
20479: * src/: classes/request.C, classes/response.C, classes/root.C,
20480: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20481: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
20482: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
20483:
20484: * src/: classes/root.C, classes/string.C, include/pa_string.h,
20485: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20486: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
20487: types/pa_vstateless_class.C: convinient string(pool, char *src,
20488: bool tainted) ctor
20489:
20490: * src/: include/pa_hash.h, include/pa_request.h,
20491: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
20492: main/pa_request.C, main/pa_string.C, main/untaint.C,
20493: targets/cgi/parser3.C: proper @exceptions params tainting
20494:
20495: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
20496: response fields to header
20497:
20498: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20499: z
20500:
20501: * src/: classes/_response.h, classes/response.C,
20502: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20503: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
20504: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
20505: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
20506: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
20507: $response: 0 request::core exception rethrow
20508:
20509: 2001-03-16 paf
20510:
20511: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
20512: types/pa_vrequest.h: native method' class call with less params
20513: then needed error reporting
20514:
20515: * src/: classes/_request.h, classes/request.C,
20516: include/pa_globals.h, include/pa_request.h, main/execute.C,
20517: main/main.dsp, main/pa_globals.C, main/pa_request.C,
20518: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
20519: types/pa_vrequest.h: $request : query :uri
20520:
20521: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
20522: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
20523: types/pa_wcontext.h: $result
20524:
20525: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
20526:
20527: * src/: classes/double.C, include/code.h, main/compile.y,
20528: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
20529: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
20530:
20531: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
20532: main/compile.y, main/execute.C, types/pa_value.h,
20533: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
20534: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
20535: wcontext conflict
20536:
20537: * src/: main/execute.C, types/pa_value.h,
20538: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
20539: $string.field
20540:
20541: 2001-03-15 paf
20542:
20543: * src/main/pa_request.C: news sample
20544:
20545: * src/: main/compile.y, main/execute.C, main/pa_request.C,
20546: targets/cgi/parser3.C, types/pa_vstring.h: @exception
20547:
20548: * src/main/: compile.y, execute.C: z
20549:
20550: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
20551: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
20552: pre pre works
20553:
20554: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20555: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
20556: fillfields just compiled
20557:
20558: 2001-03-14 paf
20559:
20560: * src/: include/pa_request.h, main/pa_request.C,
20561: targets/cgi/parser3.C: z
20562:
20563: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20564: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
20565: types/pa_vstring.h: limits -1
20566:
20567: * src/: include/pa_globals.h, include/pa_request.h,
20568: include/pa_types.h, main/main.dsp, main/pa_globals.C,
20569: main/pa_request.C, targets/cgi/parser3.C,
20570: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
20571: request_info -1
20572:
20573: * src/: include/pa_globals.h, main/pa_globals.C,
20574: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20575: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
20576: vform_fields_fill
20577:
20578: * src/targets/cgi/parser3.C: # if MSVC
20579:
20580: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
20581: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
20582:
20583: * src/targets/cgi/parser3.C: z
20584:
20585: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
20586: include/pa_string.h, include/pa_types.h, main/compile.y,
20587: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
20588: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
20589: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
20590: types/pa_vunknown.h: global handler, exceptions in parser3
20591:
20592: 2001-03-13 paf
20593:
20594: * src/: classes/form.C, main/compile.y, main/core.C,
20595: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
20596: types/pa_vform.h, types/pa_vstateless_class.C,
20597: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
20598: instead
20599:
20600: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
20601: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
20602: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
20603: started cgi target
20604:
20605: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
20606: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
20607: before error show with parser
20608:
20609: * src/: classes/_form.h, classes/form.C, include/core.h,
20610: include/pa_request.h, main/core.C, main/pa_request.C,
20611: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
20612:
20613: * src/targets/cgi/: parser.dsp, parser3.dsp: z
20614:
20615: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
20616: parser3.C: renamed targets/ parser to cgi
20617:
20618: * src/: classes/double.C, classes/env.C, classes/int.C,
20619: classes/root.C, classes/string.C, classes/table.C,
20620: include/pa_request.h, types/pa_vhash.h: z
20621:
20622: * src/: classes/_env.h, classes/env.C, classes/root.C,
20623: include/core.h, include/pa_pool.h, include/pa_request.h,
20624: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
20625: main/pa_common.C, main/pa_request.C, types/pa_value.h,
20626: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
20627: [historical moment :)]
20628:
20629: * src/: include/code.h, include/pa_string.h, main/compile.y,
20630: main/execute.C, main/pa_string.C: 'value is type' expr operator
20631:
20632: * src/types/pa_venv.h: $ENV 1
20633:
20634: * src/main/execute.C: z
20635:
20636: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
20637: future methods of ENV constructor if
20638:
20639: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
20640: class
20641:
20642: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20643: classes/_root.h, classes/_string.h, classes/_table.h,
20644: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
20645: classes/string.C, classes/table.C, include/pa_request.h,
20646: main/compile.C, main/compile_tools.h, main/core.C,
20647: main/execute.C, main/main.dsp, main/pa_request.C,
20648: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
20649: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
20650: types/pa_vobject.h, types/pa_vstateless_class.C,
20651: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20652: types/pa_wcontext.h: $ENV: re 0, stateless classes
20653:
20654: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20655: classes/_root.h, classes/_string.h, classes/_table.h,
20656: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
20657: classes/string.C, classes/table.C, include/pa_request.h,
20658: main/compile.C, main/compile_tools.h, main/core.C,
20659: main/execute.C, main/main.dsp, main/pa_request.C,
20660: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
20661: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
20662: types/pa_vobject.h, types/pa_vstateless_class.C,
20663: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20664: types/pa_wcontext.h: $ENV: re 0, stateless classes
20665:
20666: * src/: include/pa_request.h, main/compile.C, main/execute.C,
20667: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
20668: yesterdays bad decision on execute_static_method
20669:
20670: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
20671:
20672: * src/: classes/double.C, classes/int.C, classes/root.C,
20673: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
20674:
20675: * src/main/pa_request.C: z
20676:
20677: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
20678: include/pa_pool.h: skipped_restructure_exceptions_dead_end
20679:
20680: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
20681: include/pa_pool.h, main/pa_request.C:
20682: restructure_exceptions_dead_end
20683:
20684: * src/: classes/root.C, main/compile.y: ^if required junctions.
20685: allowed ; inside {} to break params
20686:
20687: * src/classes/root.C: ^eval
20688:
20689: * src/: classes/_string.h, classes/double.C, classes/int.C,
20690: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
20691: string ^format
20692:
20693: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
20694: 'bad' but not 'enough'
20695:
20696: * src/: classes/double.C, classes/root.C, classes/table.C,
20697: include/pa_common.h, include/pa_types.h, main/compile.y,
20698: main/pa_common.C, main/pa_request.C, main/untaint.C,
20699: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
20700: types/pa_wwrapper.h: think constructing flag as is is bad
20701:
20702: * src/: classes/double.C, classes/int.C, classes/root.C,
20703: classes/string.C, classes/table.C, main/core.C, main/execute.C,
20704: types/pa_vint.h: ^for
20705:
20706: 2001-03-12 paf
20707:
20708: * src/classes/table.C: table ^empty
20709:
20710: * src/: classes/table.C, include/pa_table.h: table ^menu
20711:
20712: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
20713: ^offset ^line ^count
20714:
20715: * src/classes/root.C: ^round() ^floor() ^ceiling()
20716: ^abs() ^sign()
20717:
20718: * src/classes/: root.C, table.C: ^use
20719:
20720: * src/: classes/root.C, classes/table.C, include/pa_request.h,
20721: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
20722: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20723: ^while. switched off wcontext.constructing after write(value) or
20724: auto-vhash-constructing
20725:
20726: * src/: classes/root.C, classes/table.C, include/pa_request.h,
20727: main/pa_request.C: fail_if_junction_ helper func
20728:
20729: * src/: classes/root.C, classes/table.C, include/pa_common.h,
20730: include/pa_request.h, main/execute.C, main/main.dsp,
20731: main/pa_common.C, main/pa_request.C: ^process error point by
20732: actual method_name, not source. ^load
20733:
20734: * src/types/pa_vtable.h: table: no, better with string in cells...
20735:
20736: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
20737: classes/_table.h, classes/table.C, main/untaint.C: z
20738:
20739: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
20740: include/pa_table.h, main/core.C, main/execute.C,
20741: main/pa_common.C, main/pa_request.C, main/pa_table.C,
20742: types/pa_value.h: table:set 0
20743:
20744: * src/: classes/root.C, include/core.h, include/pa_array.h,
20745: include/pa_request.h, include/pa_table.h, main/core.C,
20746: main/main.dsp, main/pa_request.C, main/pa_table.C,
20747: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
20748: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
20749: types/pa_vstring.h: freeze, ^table:create[] -1
20750:
20751: * src/: classes/root.C, types/pa_value.h: z
20752:
20753: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
20754: get_method in couple places optimizing them
20755:
20756: * src/classes/root.C: z
20757:
20758: * src/: classes/root.C, types/pa_vclass.h: process temp main
20759: zeroing
20760:
20761: * src/: classes/double.C, classes/int.C, classes/root.C,
20762: classes/string.C, include/pa_common.h, include/pa_request.h,
20763: include/pa_string.h, include/pa_types.h, main/compile.C,
20764: main/compile.y, main/compile_tools.h, main/execute.C,
20765: main/pa_common.C, main/pa_request.C, types/pa_value.h,
20766: types/pa_vmframe.h: ^process. actual names to store param and
20767: check_actual_numbered_params for better place diagnostics
20768:
20769: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
20770: method-junctions bug fixed
20771:
20772: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
20773: pa_vstateless_object.h, pa_vstring.h: stateless_object
20774:
20775: 2001-03-11 paf
20776:
20777: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
20778: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
20779: VDouble VInt base now VObject_base - without fields
20780:
20781: * src/: classes/root.C, include/core.h, main/core.C: z
20782:
20783: * src/: classes/double.C, classes/int.C, classes/root.C,
20784: classes/string.C, include/core.h, include/pa_hash.h,
20785: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
20786: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
20787:
20788: * src/: classes/double.C, classes/int.C, classes/root.C,
20789: include/pa_request.h, main/execute.C: intercept_string
20790:
20791: * src/: classes/double.C, classes/int.C, classes/root.C,
20792: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
20793:
20794: * src/: classes/double.C, classes/int.C, include/pa_request.h:
20795: ^inc-s(expr)
20796:
20797: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20798: classes/_root.h, classes/_string.h, classes/double.C,
20799: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
20800: include/code.h, include/core.h, include/pa_array.h,
20801: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
20802: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20803: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20804: include/pa_types.h, main/compile.C, main/compile.y,
20805: main/compile_tools.C, main/compile_tools.h, main/core.C,
20806: main/execute.C, main/pa_array.C, main/pa_common.C,
20807: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
20808: main/pa_request.C, main/pa_string.C, main/pa_table.C,
20809: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20810: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
20811: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
20812: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
20813: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
20814: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
20815:
20816: * src/: main/pa_request.C, types/pa_vhash.h: z
20817:
20818: * src/: include/core.h, include/pa_request.h, main/core.C,
20819: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
20820:
20821: * src/: include/pa_valiased.h, include/pa_value.h,
20822: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
20823: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
20824: include/pa_vjunction.h, include/pa_vmframe.h,
20825: include/pa_vobject.h, include/pa_vstring.h,
20826: include/pa_vunknown.h, include/pa_wcontext.h,
20827: include/pa_wwrapper.h, main/compile.y, main/core.C,
20828: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
20829: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
20830: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20831: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
20832: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
20833: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
20834: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
20835: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
20836: include/
20837:
20838: 2001-03-10 paf
20839:
20840: * src/: include/core.h, include/pa_request.h, main/core.C,
20841: main/pa_request.C: run+auto=run
20842:
20843: * src/: classes/root.C, include/pa_request.h: minor if junction bug
20844:
20845: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20846: classes/_root.h, classes/_string.h, classes/double.C,
20847: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
20848: include/code.h, include/core.h, include/pa_array.h,
20849: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
20850: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20851: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20852: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
20853: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
20854: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
20855: include/pa_vjunction.h, include/pa_vmframe.h,
20856: include/pa_vobject.h, include/pa_vstring.h,
20857: include/pa_vunknown.h, include/pa_wcontext.h,
20858: include/pa_wwrapper.h, main/compile.C, main/compile.y,
20859: main/compile_tools.C, main/compile_tools.h, main/core.C,
20860: main/execute.C, main/pa_array.C, main/pa_cframe.C,
20861: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
20862: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20863: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
20864: main/pa_wcontext.C: sources header
20865:
20866: * src/main/pa_request.C: auto..
20867:
20868: * src/: include/pa_request.h, main/compile.C, main/compile.y,
20869: main/pa_request.C: auto tree0
20870:
20871: * src/: include/core.h, include/pa_request.h, main/compile.y,
20872: main/core.C, main/pa_request.C: names to core.C
20873:
20874: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
20875: include/pa_request.h, main/core.C, main/execute.C,
20876: main/pa_common.C, main/pa_request.C: root auto.p loaded
20877:
20878: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
20879: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
20880: main/compile_tools.C, main/compile_tools.h, main/execute.C:
20881: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
20882:
20883: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
20884: @auto[] realised. auto.p scan togo
20885:
20886: * src/: include/pa_request.h, main/execute.C: autocalc
20887: code-junctions result now have names
20888:
20889: * src/: classes/double.C, classes/int.C, classes/root.C,
20890: classes/string.C, include/pa_request.h, include/pa_string.h,
20891: include/pa_wcontext.h, main/compile.y, main/execute.C,
20892: main/pa_string.C, main/pa_wcontext.C: tainting 0
20893:
20894: * src/classes/env.C: env:file/line
20895:
20896: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
20897: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
20898: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
20899: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
20900: main/compile_tools.C, main/compile_tools.h, main/core.C,
20901: main/execute.C, main/main.dsp, main/pa_cframe.C,
20902: main/pa_request.C, main/pa_wcontext.C: const fight finished
20903:
20904: * src/include/pa_vclass.h: const fight to go
20905:
20906: * src/: classes/_env.h, classes/env.C, classes/root.C,
20907: include/pa_request.h, include/pa_vclass.h, main/core.C,
20908: main/main.dsp: env0
20909:
20910: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
20911: classes/_string.h, classes/double.C, classes/int.C,
20912: classes/root.C, classes/string.C, include/pa_request.h,
20913: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
20914: include/pa_wcontext.h, main/core.C, main/main.dsp,
20915: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
20916: main/pa_wcontext.C: ^lang prepare0
20917:
20918: 2001-03-09 paf
20919:
20920: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
20921: construct proper naming
20922:
20923: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
20924: classes/double.C, classes/int.C, classes/root.C,
20925: classes/string.C, include/code.h, include/pa_value.h,
20926: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
20927: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
20928: main/compile.y, main/compile_tools.C, main/core.C,
20929: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
20930: and ^double[]. fixed expr type
20931:
20932: * src/: classes/root.C, include/pa_request.h, main/execute.C:
20933: ^string.length[]
20934:
20935: 2001-03-08 paf
20936:
20937: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
20938:
20939: * src/: include/pa_vclass.h, include/pa_vstring.h,
20940: include/pa_wcontext.h, main/compile.y, main/core.C,
20941: main/execute.C, main/main.dsp: dead end: vstring can't be
20942: derivated from vobject
20943:
20944: * src/: include/pa_vclass.h, include/pa_vhash.h,
20945: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
20946:
20947: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
20948: remained clone conseqs
20949:
20950: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
20951:
20952: * src/main/pa_vclass.C: wow! vclass were out of vcs
20953:
20954: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
20955: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
20956: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
20957: include/pa_vobject.h, include/pa_vstring.h,
20958: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
20959: main/execute.C: withoud cloning. didn't need it actually, params
20960: got passed from out unnamed ewpool
20961:
20962: * src/: include/pa_vdouble.h, include/pa_vhash.h,
20963: include/pa_vjunction.h, include/pa_vobject.h,
20964: include/pa_vunknown.h, main/compile.y: cloning dead end
20965:
20966: * src/: include/pa_bool.h, include/pa_double.h,
20967: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
20968: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
20969: include/pa_vjunction.h, include/pa_vmframe.h,
20970: include/pa_vobject.h, include/pa_vstring.h,
20971: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
20972: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
20973: to give params proper names
20974:
20975: * src/main/pa_wcontext.C: z
20976:
20977: * src/: include/pa_vmframe.h, main/execute.C: added names to
20978: unknown values in get_element and unfilled params. removed wrong
20979: name change in get_element
20980:
20981: * src/main/execute.C: z
20982:
20983: * src/main/execute.C: fixed problems calling operators in
20984: constructors
20985:
20986: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
20987: detected problems calling operators in constructors
20988:
20989: * src/: classes/root.C, include/pa_request.h, main/execute.C:
20990: autocalc def to string
20991:
20992: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
20993: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
20994:
20995: * src/classes/root.C: added root.c
20996:
20997: * src/: include/pa_request.h, include/pa_value.h,
20998: include/pa_vcframe.h, include/pa_vmframe.h,
20999: include/pa_wcontext.h, main/compile.C, main/compile.y,
21000: main/core.C, main/execute.C, main/pa_cframe.C,
21001: main/pa_wcontext.C: 'if' just compiled
21002:
21003: * src/: include/pa_vbool.h, include/pa_vdouble.h,
21004: include/pa_vjunction.h, include/pa_vmframe.h,
21005: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
21006: main/pa_wcontext.C: z
21007:
21008: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
21009: main/core.C, main/execute.C, main/main.dsp: z. detected probs
21010: with parameter names in operator methods
21011:
21012: * src/main/compile.y: minor renamings in .y
21013:
21014: * src/: include/pa_request.h, main/compile.C, main/compile.y,
21015: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
21016: @BASE. changed 'RUN' assignment mech
21017:
21018: * src/main/execute.C: z
21019:
21020: * src/: include/code.h, main/compile.y, main/compile_tools.C,
21021: main/compile_tools.h, main/execute.C: made class: dynamic, not
21022: static. so to enable runtime ^use
21023:
21024: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
21025:
21026: * src/: include/code.h, main/compile.y, main/compile_tools.C,
21027: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
21028:
21029: * src/main/execute.C: root root in code-junction
21030:
21031: 2001-03-07 paf
21032:
21033: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
21034: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
21035:
21036: * src/: include/pa_stack.h, include/pa_value.h,
21037: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
21038: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
21039: fixed rwcontext of {} params up
21040:
21041: * src/main/: compile.y, compile_tools.h: ^func(params)
21042:
21043: * src/main/compile.y: .y priorities syntax shaped up a bit
21044:
21045: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
21046: include/pa_vunknown.h, main/compile.y, main/execute.C,
21047: main/pa_hash.C: expr def in -f
21048:
21049: * src/main/: compile.y, execute.C: expr calls
21050:
21051: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
21052: fixed
21053:
21054: * src/main/compile.y: expr quoted code
21055:
21056: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
21057: support0
21058:
21059: * src/main/compile.y: expr string comparisons 0
21060:
21061: * src/: include/pa_string.h, main/compile.y, main/execute.C,
21062: main/pa_string.C: just compiled lt&co
21063:
21064: * src/main/execute.C: ^var.menu{$field} problem detected. that
21065: $field not a $var.field
21066:
21067: 2001-03-06 paf
21068:
21069: * src/main/compile.y: .y expr visible-shorter
21070:
21071: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
21072: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
21073: logical
21074:
21075: * src/: include/pa_vstring.h, main/compile.y: problems with
21076: skipping whitespace in yylex
21077:
21078: * src/include/pa_vbool.h: forgot this
21079:
21080: * src/: include/code.h, main/compile.y, main/execute.C: without
21081: string ops in expressions 0
21082:
21083: * src/: include/pa_value.h, include/pa_vdouble.h,
21084: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
21085: main/execute.C, main/main.dsp: !~
21086:
21087: * src/: include/pa_vcframe.h, include/pa_vclass.h,
21088: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
21089: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21090: include/pa_vunknown.h, include/pa_wcontext.h,
21091: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
21092: main/compile_tools.h, main/execute.C: +-*/
21093:
21094: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
21095: main/compile_tools.h: grammar-1.1 $a(z) $a=0
21096:
21097: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
21098: main/execute.C: expr grammar-1 2*2=4.000000 :)
21099:
21100: * src/main/compile.y: expr grammar-1
21101:
21102: * src/main/compile.y: expr lexx1
21103:
21104: * src/main/: compile.y, execute.C, main.dsp: z
21105:
21106: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
21107: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
21108: main/execute.C: expr lex0 exec-1
21109:
21110: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
21111:
21112: 2001-02-26 paf
21113:
21114: * src/main/compile.y: max_string in yyerror bug fix
21115:
21116: 2001-02-25 paf
21117:
21118: * src/: include/pa_value.h, include/pa_vmframe.h,
21119: include/pa_wcontext.h, main/execute.C: VAliased3
21120:
21121: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
21122:
21123: * src/main/execute.C: VAliased1
21124:
21125: * src/: include/pa_request.h, include/pa_value.h,
21126: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
21127: VAliased0
21128:
21129: * src/: include/pa_pool.h, include/pa_request.h,
21130: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
21131: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
21132: VAliased just compiled
21133:
21134: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
21135: include/pa_vobject.h, main/execute.C: alias dead end
21136:
21137: * src/: include/pa_value.h, include/pa_vclass.h,
21138: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
21139: main/main.dsp: no not get fields into interm VFielded class.
21140: fields & staticfields 1
21141:
21142: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
21143: include/pa_vobject.h, include/pa_wcontext.h,
21144: include/pa_wwrapper.h, main/core.C, main/execute.C,
21145: main/main.dsp: would now get fields into interm VFielded class
21146:
21147: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
21148: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21149: include/pa_wcontext.h, main/compile.y, main/core.C,
21150: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
21151: main/pa_wcontext.C: virtuals2
21152:
21153: * src/main/compile.y: : 1
21154:
21155: * src/main/compile.y: rethought to $class:static.field.subfield
21156:
21157: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
21158: $class:element
21159:
21160: * src/: include/pa_value.h, include/pa_vmframe.h,
21161: include/pa_wwrapper.h, main/compile.y, main/execute.C,
21162: main/pa_wcontext.C: before execute class calls rewrite
21163:
21164: * src/: include/pa_request.h, main/compile.C, main/core.C: default
21165: name RUN, also alias
21166:
21167: * src/main/compile.y: escaping bug
21168:
21169: * src/: include/pa_request.h, include/pa_value.h,
21170: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
21171: main/core.C, main/execute.C, main/pa_common.C: vobject1
21172:
21173: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
21174: include/pa_vmframe.h, include/pa_vobject.h,
21175: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
21176: main/compile_tools.h, main/execute.C: ^class:method() just
21177: compiled
21178:
21179: 2001-02-24 paf
21180:
21181: * src/main/main.dsp: no bison -d
21182:
21183: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
21184: class' err msg wrong
21185:
21186: * src/main/compile.y: z
21187:
21188: * src/main/: compile.y, core.C: yylex need some @special lines adj
21189:
21190: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
21191: main/compile.y, main/compile_tools.h, main/core.C: modules0
21192:
21193: * src/: include/pa_vclass.h, main/core.C: z
21194:
21195: * src/: include/pa_value.h, include/pa_vclass.h,
21196: include/pa_vobject.h, main/main.dsp: vobject00
21197:
21198: * src/main/pa_array.C: minor bug in expanding very small arrays.
21199: 60% from 1 were 0
21200:
21201: * src/: include/pa_value.h, include/pa_wcontext.h,
21202: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
21203: as bad as you've named it: wcontext.value() was not a perfect
21204: idea
21205:
21206: * src/main/execute.C: codeframe1
21207:
21208: * src/: include/pa_value.h, include/pa_vcframe.h,
21209: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
21210: include/pa_vjunction.h, include/pa_vmframe.h,
21211: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
21212: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
21213: just compiled
21214:
21215: * src/: include/pa_vframe.h, main/compile.y: found junction
21216: ideology @: ^x{$a()) must construct current wcontext element, so
21217: smart wcontext handling needed
21218:
21219: * src/main/compile.y: fixed grammar bugs in constructor/params
21220: klinch
21221:
21222: * src/main/: compile.y, execute.C: fixed empty constructor
21223: optimized empty case. failed on calls - produced empty string
21224: param
21225:
21226: * src/main/compile.y: fixed last \n macrotemplate strip bug
21227:
21228: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
21229: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
21230: main/compile_tools.C, main/compile_tools.h, main/core.C,
21231: main/execute.C: code junctions0. something wrong with last \n
21232: macrotemplate strip
21233:
21234: * src/: include/pa_value.h, main/compile.C, main/core.C,
21235: main/pa_value.C: minor error reporting format beautifyings
21236:
21237: * src/: include/pa_value.h, include/pa_vclass.h,
21238: include/pa_vframe.h, main/core.C, main/execute.C,
21239: main/pa_value.C: get_method RIP. junctions everywhere. call with
21240: junctions0
21241:
21242: 2001-02-23 paf
21243:
21244: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
21245: pa_wwrapper.h: lara came, can't work, sorry :(
21246:
21247: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
21248: junction
21249:
21250: * src/: include/pa_vframe.h, include/pa_vunknown.h,
21251: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
21252: main/execute.C, main/main.dsp, main/pa_value.C: call0
21253:
21254: * src/: include/pa_hash.h, include/pa_value.h,
21255: include/pa_wcontext.h, main/core.C, main/execute.C,
21256: main/main.dsp, main/pa_hash.C: started call. store param, vframe
21257: done
21258:
21259: * src/include/pa_wcontext.h: z
21260:
21261: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
21262: wrong grammar in complex constructor case
21263:
21264: * src/main/: compile.y, execute.C: empty constructor bug fixed
21265:
21266: * src/main/execute.C: with result rwpool
21267:
21268: * src/: include/pa_value.h, main/core.C, main/execute.C,
21269: main/main.dsp: value named
21270:
21271: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
21272: strign 2 value in 2 places in execute
21273:
21274: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
21275: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
21276: wcontext.put_element when wcontext fvalue==0
21277:
21278: 2001-02-22 paf
21279:
21280: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
21281: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
21282: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
21283:
21284: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
21285: erroreos checkout
21286:
21287: * src/: include/pa_request.h, main/compile.y: $self.put(val)
21288:
21289: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
21290: main/compile_tools.h, main/pa_array.C: $self.get
21291:
21292: * src/main/: compile.C, compile.y, compile_tools.C: z
21293:
21294: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
21295: bit. finished now.
21296:
21297: * src/main/compile.y: $: finished
21298:
21299: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
21300:
21301: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
21302: main/execute.C: OP_STRING better then some xxx _VALUE
21303:
21304: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
21305: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21306: string to vstring it .y all
21307:
21308: * src/: include/pa_request.h, include/pa_stack.h,
21309: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
21310: all
21311:
21312: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
21313: precise parse error line:col
21314:
21315: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
21316: main/pa_hash.C, main/pa_pool.C: TRY...
21317:
21318: * src/: include/pa_exception.h, include/pa_pool.h,
21319: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
21320: main/compile.C, main/compile.y, main/compile_tools.C,
21321: main/core.C, main/pa_array.C, main/pa_exception.C,
21322: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
21323: main/pa_table.C: removed exception from request
21324:
21325: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
21326: some forgotten
21327:
21328: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
21329: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
21330: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
21331: get/put simple vars to VClass works0
21332:
21333: * src/: include/pa_array.h, include/pa_wcontext.h,
21334: main/pa_string.C: in process, but found that exceptions are too
21335: global
21336:
21337: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
21338: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
21339: main/execute.C, main/pa_string.C: write_value write_string 0 it
21340: seems wcontext must write strings regardles of fvalue!=0
21341:
21342: 2001-02-21 paf
21343:
21344: * src/main/execute.C: tired :)
21345:
21346: * src/main/: compile.C, compile.y, execute.C: store0
21347:
21348: * src/: include/compile.h, include/execute.h, include/pa_array.h,
21349: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
21350: include/pa_wcontext.h, main/compile.C, main/compile.y,
21351: main/execute.C, main/main.dsp, main/pa_array.C,
21352: main/pa_request.C: get put -1 [just compiled]
21353:
21354: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
21355: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
21356: main/main.dsp, main/pa_request.C: request core methods0
21357:
21358: * src/: include/compile.h, include/pa_array.h, main/compile.C,
21359: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
21360: execute
21361:
21362: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
21363: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
21364: methods and one_big_piece. now compile returns array<method*>
21365:
21366: * src/main/compile.y: more straightforward yylex[end]
21367:
21368: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21369: string.operator==(char*)
21370:
21371: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
21372: main/execute.C, main/pa_array.C: after array.const get wonders
21373:
21374: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
21375: pa_string.h, pa_value.h: struck with const array.gets
21376:
21377: * src/main/: execute.C: z
21378:
21379: * src/main/: compile.y, execute.C: z
21380:
21381: * src/main/: compile.C, compile.y, compile_tools.h: error
21382: processing in eval & yyerror so it wouldn't cause memleaks.
21383:
21384: * src/main/: compile.C, compile.y: failed to add absolute precies
21385: parse error positions. leaving RIGHTMOST position as
21386: @file[line:col]
21387:
21388: * src/: include/compile.h, main/compile.C, main/compile.y,
21389: main/compile_tools.h: line numbers needed. would add them to .y
21390: now internally. externally it's not as precise as needed
21391:
21392: * src/: include/code.h, include/pa_types.h, main/compile.C,
21393: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21394: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
21395: compiler works ok
21396:
21397: 2001-02-20 paf
21398:
21399: * src/main/: compile.C, compile.y, compile_tools.C,
21400: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
21401: not perfect
21402:
21403: * src/: include/code.h, include/compile.h, include/execute.h,
21404: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
21405: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21406: main/compile.C, main/compile.y, main/compile_tools.C,
21407: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
21408: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
21409: main/pa_string.C, main/pa_table.C: bison[yacc] first time
21410: compiled. execute=dump for now
21411:
21412: * src/main/core.C: core rewrite using yacc investigations now will
21413: be compile[yacc]/execute[opcodes]
21414:
21415: 2001-02-15 paf
21416:
21417: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
21418: rewrite as turing machine? for it seems it would be it's too many
21419: ifs with this syntax now
21420:
21421: 2001-02-14 paf
21422:
21423: * src/main/core.C: get_params 1
21424:
21425: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
21426: :( ]
21427:
21428: * src/main/core.C: varios breaks
21429:
21430: * src/main/core.C: get names 3
21431:
21432: * src/main/core.C: get names 2
21433:
21434: * src/main/core.C: get names 1
21435:
21436: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
21437: names 0
21438:
21439: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
21440: text repassing2 operator static vars
21441:
21442: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
21443: main/pa_string.C: process text repassing
21444:
21445: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
21446: module:calls changes
21447:
21448: 2001-02-13 paf
21449:
21450: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
21451: ^class:calls[] started
21452:
21453: * src/: include/pa_value.h, main/core.C: z
21454:
21455: * src/main/core.C: operators : and self. prefixes
21456:
21457: * src/main/core.C: z
21458:
21459: * src/: include/pa_string.h, main/pa_string.C: String_iterator
21460: tested
21461:
21462: * src/: include/pa_string.h, main/pa_string.C: String_iterator
21463: optimized
21464:
21465: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
21466: would change privates to better support optimization
21467:
21468: * src/: include/pa_string.h, main/pa_string.C:
21469: String_iterator::skip_to todo:optimize
21470:
21471: 2001-02-12 paf
21472:
21473: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
21474: String_iterator
21475:
21476: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
21477: comments
21478:
21479: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
21480: self/methodref joined
21481:
21482: 2001-02-11 paf
21483:
21484: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
21485: main/main.dsp: core started. core.C, context&value .h
21486:
21487: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21488: include/pa_string.h, main/main.dsp, main/pa_array.C,
21489: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
21490:
21491: 2001-01-30 paf
21492:
21493: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
21494: comments
21495:
21496: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
21497: main/pa_pool.C: moved pa_pool.C to be target specific
21498:
21499: * src/: include/pa_exception.h, include/pa_pool.h,
21500: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
21501: to & changes
21502:
21503: * src/: include/pa_exception.h, include/pa_pool.h,
21504: include/pa_request.h, include/pa_table.h, main/pa_array.C,
21505: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
21506: re-associated. that's much better even removed 'die' necessety
21507:
21508: * src/: include/pa_error.h, include/pa_exception.h,
21509: include/pa_pool.h, include/pa_request.h, main/main.dsp,
21510: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
21511: targets/Makefile.am: lowered targets/parser into subdir, added
21512: parser_Pool(Pool) failed to add. would think..
21513:
21514: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
21515: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
21516: main/pa_string.C, main/pa_table.C: Table more like C++ style
21517: hence lots of 'const'
21518:
21519: * src/: include/pa_error.h, include/pa_request.h,
21520: include/pa_string.h, include/pa_table.h, main/pa_error.C,
21521: main/pa_table.C: Error fixed
21522:
21523: 2001-01-29 paf
21524:
21525: * src/: include/pa_array.h, include/pa_common.h,
21526: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
21527: include/pa_request.h, include/pa_string.h, include/pa_table.h,
21528: main/Makefile.am, main/pa_array.C, main/pa_common.C,
21529: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
21530:
21531: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21532: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21533: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
21534: main/pa_string.C, main/pa_table.C: Request Error Table
21535:
21536: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
21537: templates"
21538:
21539: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
21540: main/main.dsp, main/pa_array.C: templates failed no template
21541: specializations [VC6], no library auto instantation [VC6, GNU c++
21542: 2.95.2-6 from latest cygwin]
21543:
21544: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21545: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21546: main/main.dsp, main/pa_array.C, main/pa_string.C,
21547: main/pa_table.C: Table started would test template Array now
21548:
21549: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
21550: String originating
21551:
21552: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
21553: main/pa_hash.C: made local Hash-es not thread safe=quicker by
21554: SYNCHRONIZED(thread_safe)
21555:
21556: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
21557: parts to top
21558:
21559: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
21560: main/pa_threads.C: decided on one global_mutex, like PHP as I can
21561: see: needed only in global Hash now, made Hash:: put/get
21562: SYNCHRONIZED
21563:
21564: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
21565: main/pa_threads.C: added pa_threads
21566:
21567: Mutex
21568:
21569: * src/include/pa_hash.h: some comments
21570:
21571: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
21572: Array& operator += (Array& src)
21573:
21574: * src/main/pa_array.C: expand not convinient, would rewrite
21575:
21576: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
21577: (Array& src)
21578:
21579: rethought, would change now
21580:
21581: 2001-01-27 paf
21582:
21583: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
21584: caching
21585:
21586: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21587: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
21588: cache rethought to chunk caching
21589:
21590: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21591: include/pa_string.h, main/main.dsp, main/pa_array.C,
21592: main/pa_hash.C, main/pa_string.C: Array 0
21593:
21594: * src/main/pa_string.C: String::operator ==
21595:
21596: * src/main/pa_hash.C: String(&String)
21597:
21598: * src/main/pa_hash.C: added pa_hash.C [forgotten]
21599:
21600: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
21601: main/main.dsp, main/pa_string.C: uint, and added pa_types &
21602: pa_hash[forgotten]
21603:
21604: 2001-01-26 paf
21605:
21606: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
21607: removed templates [vc++ suxx]
21608:
21609: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
21610: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
21611:
21612: * src/include/: pa_pool.h, pa_string.h: pa_pool split
21613:
21614: * src/main/: main.dsp, pa_string.C: $Id$ check
21615:
21616: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
21617: check
21618:
21619: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
21620: dynamic row_count
21621:
21622: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
21623: main/main.dsp, main/pa_pool.C, main/pa_string.C,
21624: targets/Makefile.am: Initial revision
21625:
21626: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
21627: main/main.dsp, main/pa_pool.C, main/pa_string.C,
21628: targets/Makefile.am: creating parser3 module
21629:
E-mail: