Annotation of parser3/ChangeLog, revision 1.100
1.100 ! moko 1: 2015-10-27 moko
! 2:
! 3: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
! 4:
1.99 moko 5: 2015-10-26 moko
6:
1.100 ! moko 7: * tests/322.html, src/classes/reflection.C: arguments reorder
! 8: (related to issue #1041)
! 9:
! 10: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
! 11: Copyright year updated
! 12:
1.99 moko 13: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
14: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
15: classes/form.C, classes/hash.C, classes/hashfile.C,
16: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
17: classes/mail.C, classes/math.C, classes/memcached.C,
18: classes/memory.C, classes/op.C, classes/reflection.C,
19: classes/regex.C, classes/response.C, classes/string.C,
20: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
21: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
22: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
23: include/pa_config_fixed.h, include/pa_config_includes.h,
24: include/pa_dictionary.h, include/pa_dir.h,
25: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
26: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
27: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
28: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
29: include/pa_request_charsets.h, include/pa_request_info.h,
30: include/pa_sapi.h, include/pa_socks.h,
31: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
32: include/pa_stack.h, include/pa_string.h,
33: include/pa_stylesheet_connection.h,
34: include/pa_stylesheet_manager.h, include/pa_table.h,
35: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
36: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
37: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
38: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
39: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
40: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
41: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
42: main/compile.y, main/compile_tools.C, main/compile_tools.h,
43: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
44: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
45: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
46: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
47: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
48: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
49: main/pa_string.C, main/pa_stylesheet_connection.C,
50: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
51: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
52: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
53: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
54: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
55: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
56: targets/isapi/parser3isapi.C, types/pa_junction.h,
57: types/pa_method.h, types/pa_property.h, types/pa_value.C,
58: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
59: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
60: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
61: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
62: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
63: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
64: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
65: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
66: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
67: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
68: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
69: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
70: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
71: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
72: types/pa_vresponse.C, types/pa_vresponse.h,
73: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
74: types/pa_vstateless_object.h, types/pa_vstatus.C,
75: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
76: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
77: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
78: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
79: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
80:
81: * src/targets/cgi/parser3.C: year updated
82:
83: * src/classes/reflection.C: VS2003 compatibility fixed (related to
84: issue #1041)
85:
86: * tests/: 323.html, results/323.processed: test for base classes
87: added
88:
89: * tests/: 261.html, results/261.processed: updated after better
90: error reporting done for $string.key exception
91:
92: * src/types/pa_vstring.h: better error report for $string.key
93: exception
94:
95: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
96: copied as VObject::get_element4call to remove extra virtual call
97:
98: * tests/: 322.html, results/322.processed: test for
99: ^reflection:is[] added (related to feature #1041)
100:
101: * src/classes/reflection.C: ^reflection:is empty value is void
102: (related to feature #1041)
103:
104: * src/classes/reflection.C:
105: ^reflection:is[class_name|code|method;[context;]element_name]
106: added (implements feature #1041)
107:
108: 2015-10-24 moko
109:
110: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
111:
1.98 moko 112: 2015-10-22 moko
113:
114: * tests/: 321.html, results/321.processed: test for
115: ^reflection:method_info[] file detection added
116:
117: * tests/: 320.html, results/320.processed: test for
118: ^reflection:class_by_name[class_name] added (related to feature
119: #993)
120:
121: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
122: added (implements feature #993)
123:
124: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
125: (related to feature #1017)
126:
127: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
128: added (related to issue #1039)
129:
130: * src/main/pa_request.C: ^throw origin fixed (related to feature
131: #1039)
132:
133: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
134: for VDate
135:
136: * tests/results/182.processed: updated after feature #1038
137: implemented
138:
139: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
140: compile-time exception origin added (test for feature #1039)
141:
142: * src/: include/pa_request.h, main/compile.C, main/compile.y,
143: main/pa_request.C: exception unification: compile-time exceptions
144: now have origin, @USE origins also tracked (implements feature
145: #1039)
146:
147: 2015-10-20 moko
148:
149: * src/main/pa_request.C: cleanup
150:
151: 2015-10-15 moko
152:
153: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
154:
155: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
156: types/pa_vtable.C: new feature: no more $table.method and
157: $hash.method, aliases for _at, _count, _key (related to feature
158: #1017)
159:
1.97 moko 160: 2015-10-14 moko
161:
1.98 moko 162: * tests/: 317.html, results/317.processed: test for
163: ^string.unescape[] added (related to feature #120)
164:
1.97 moko 165: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
166: defined" bug (described in issue #1036)
167:
168: * tests/: 247.html, results/247.processed: test for checkBOM added
169: (test for bug #1037)
170:
171: * src/: include/pa_charsets.h, main/pa_charsets.C,
172: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
173: it's not enforced, skips BOM signature if it complies charset
174: (fixes bug #1037)
175:
176: 2015-10-13 moko
177:
178: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
179: linking
180:
181: * src/classes/inet.C: vs2003 compilation fix
182:
183: * src/classes/math.C: warning war
184:
185: * src/lib/punycode/pa_punycode.c: warning war
186:
187: 2015-10-12 moko
188:
189: * src/lib/punycode/pa_punycode.c: warning war
190:
191: * parser3.sln: moved parser3 first, to make it default startup
192: project
193:
194: * buildall: parser "mirror" now used for external libs sources
195: (implements feature #1036)
196:
197: * buildall: most external libs are updated to their current
198: versions (related to feature #1036)
199:
200: * src/classes/image.C: more tags added
201:
202: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
203:
204: 2015-10-11 moko
205:
206: * src/classes/curl.C: minor optimization (related to feature #1035)
207:
208: 2015-10-09 moko
209:
210: * src/classes/curl.C: pa_strdup added for strings from curl
211: (related to feature #1035)
212:
213: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
214: ULLONG_MAX definition
215:
216: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
217: (implements feature #1035)
218:
219: * src/main/pa_charset.C: String::Body(String::C) used
220:
221: * src/main/pa_charset.C: exceptions unified
222:
223: * src/: include/pa_charset.h, main/pa_charset.C: declarations
224: unified
225:
226: * src/: classes/file.C, classes/image.C, classes/mail.C,
227: classes/op.C, classes/xdoc.C, classes/xnode.C,
228: include/pa_string.h, main/pa_request.C, main/pa_string.C,
229: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
230: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
231: String::Body(String::C) constructor added (related to bug #957)
232:
233: * src/classes/file.C: minor optimization
234:
235: * src/include/pa_hash.h: hash.get(char*) added, to minimize
236: Cord(char*) autocreation (related to bug #957)
237:
238: * src/: classes/string.C, main/untaint.C: minor optimizations
239:
240: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
241: String(char*, Lang, length) removed, String(C(), Lang) used
242: instead (related to bug #957)
243:
244: 2015-10-08 moko
245:
246: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
247: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
248: main/untaint.C: Now char * is converted to CORD only using
249: AS_CORD() to check for empty cord bug (fixes bug #957)
250:
251: * src/include/pa_hash.h: fixed compilation without
252: HASH_CODE_CACHING
253:
254: * src/classes/string.C:
255: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
256: feature #120)
257:
258: * src/main/pa_common.C: reduce js flags checks count (related to
259: feature #120)
260:
1.96 moko 261: 2015-10-07 moko
262:
263: * tests/: 275.html, results/275.processed: test modified after
264: unsigned long long int support implemented (feature #1034)
265:
266: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
267: pa_atoul added for unsigned long long int support
268:
269: 2015-10-06 moko
270:
271: * src/types/pa_vdate.C: INT_MAX used
272:
273: 2015-10-03 moko
274:
275: * tests/: 302.html, results/302.processed: test for bug #1023
276: (\u2028, \u2029 escaping) added
277:
278: * src/main/untaint.C: \u2028, \u2029 are now escaped in
279: json:string[] (fixes bug #1023)
280:
281: 2015-09-29 moko
282:
283: * tests/305.html: try-catch added for OS without ipv6 support
284:
285: * src/lib/json/pa_json.C: more unique prefixes for Solaris
286: compilation
287:
288: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
289: main/execute.C, types/pa_value.h, types/pa_vhash.h,
290: types/pa_vtable.C, types/pa_vtable.h: get_element4call
291: implemented to distinguish ^hash.method from $hash.field
292: (implements feature #1017)
293:
294: * src/lib/punycode/pa_punycode.c: warning war
295:
296: * src/include/pa_config_includes.h: warning war
297:
298: * src/include/pa_config_includes.h: pragma warning actualized a bit
299:
300: * src/include/pa_config_includes.h: warning war
301:
302: * src/include/pa_hash.h: clang compilation fix
303:
304: 2015-09-27 moko
305:
306: * src/main/compile.tab.C: Bison 3 is now default
307:
308: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
309:
310: 2015-09-25 moko
311:
312: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
313: works with undefined HASH_ORDER (related to feature #196)
314:
315: 2015-09-24 moko
316:
317: * tests/: 027.html, results/027.processed: test modified to test
318: ^hash.sort (feature #196)
319:
320: * src/: classes/hash.C, include/pa_hash.h:
321: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
322: added (implements feature #196)
323:
324: * tests/: 316.html, results/316.processed: Added test for bug #1025
325: (exception handling in non-cached ^cache), plus for "it does not
326: have logical value" and "$exception.handled value must be either
327: boolean or string 'cache'" exceptions.
328:
329: * src/classes/op.C: ^cache: exceptions now handled in non-cached
330: code (fixes bug #1025)
331:
1.95 moko 332: 2015-09-23 moko
333:
334: * src/classes/table.C: warning war
335:
336: * src/: classes/math.C, types/pa_vcookie.C: warning war
337:
338: * src/classes/file.C: warning war
339:
340: * src/: include/pa_table.h, main/pa_table.C: warning war
341:
342: * src/: main/pa_request.C, classes/date.C: warning war
343:
344: * src/: types/pa_vdate.C, classes/op.C: warning war
345:
346: * tests/: 122.html, results/122.processed: win sync: to remove
347: differences with OS that doesn't keep timezone change history
348:
349: * src/types/pa_vdate.C: tzset() should be called in Windows after
350: TZ change (related to feature #36)
351:
352: * tests/: 075.html, results/075.processed: win sync: to remove
353: differences with OS that doesn't keep timezone change history
354:
355: * tests/: 315.html, results/315.processed: win sync: to remove
356: differences with OS that doesn't keep timezone change history
357:
358: * tests/: 256.html, results/256.processed: win sync: to remove
359: differences with OS that doesn't keep timezone change history
360:
361: * tests/: 124.html, results/124.processed: win results sync: to
362: avoid hitting time change hole.
363:
364: * src/types/pa_vdate.C: static returned. :)
365:
366: 2015-09-22 moko
367:
368: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
369:
370: * tests/results/131.processed: more tests for feature #1032
371:
372: * src/classes/date.C: minor fix related to feature #1032
373:
374: * operators.txt: ISO date creation documented (related to feature
375: #1032)
376:
377: * operators.txt: iso-string documented (related to feature #1032)
378:
379: * tests/: 315.html, results/315.processed: more tests added
380: (related to feature #1032)
381:
382: * tests/: 131.html, results/131.processed: date range checks
383: updated (related to feature #36)
384:
385: * tests/: 315.html, results/057.processed, results/315.processed:
386: test added for ISO date support (related to issue #315)
387:
388: * src/classes/date.C: more readable exceptions in date creation
389: (related to ticket #1032)
390:
391: 2015-09-18 moko
392:
393: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
394: added (related to issue #1032)
395:
396: * tests/results/256.processed, src/classes/json.C: iso-string
397: documented (related to issue #1032)
398:
399: * tests/: 256.html, results/256.processed: ISO date check added
400: (related to issue #1032)
401:
402: * tests/: 057.html, results/057.processed, results/224.processed:
403: tests results updated after ISO date support implemented (related
404: to feature #1032)
405:
406: * src/: classes/date.C, classes/image.C, types/pa_value.h,
407: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
408: ^date::create[string] constructor formalized, ^date.iso-string[]
409: added (implements feature #1032)
410:
411: 2015-09-05 moko
412:
413: * operators.txt: actualized
414:
415: * operators.txt: date changes documented (related to ticket #36)
416:
417: 2015-09-04 moko
418:
419: * src/types/pa_vdate.C: warning war
420:
421: * src/: classes/op.C, types/pa_vhashfile.C: warning war
422:
423: 2015-09-03 moko
424:
425: * tests/results/096.processed: test result updated for 0..9999 year
426: date range support (related to feature #36)
427:
428: * tests/: 314.html, results/314.processed: test for
429: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
430: bug #1031)
431:
432: * src/classes/string.C: Static calls fixed for ^string:base64[],
433: ^string:idna[], ^string:js-escape[] (closes bug #1031)
434:
1.97 moko 435: * Makefile.am, Makefile.in, acsite.m4, configure.ac, configure.in:
436: Warning war: configure.in -> configure.ac
1.95 moko 437:
1.97 moko 438: * Makefile.in, configure, configure.in, bin/Makefile.in,
439: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
440: src/Makefile.in, src/classes/Makefile.in,
441: src/include/Makefile.in, src/include/pa_config_auto.h.in,
442: src/lib/Makefile.in, src/lib/cord/Makefile.in,
443: src/lib/cord/include/Makefile.in,
444: src/lib/cord/include/private/Makefile.in,
445: src/lib/curl/Makefile.in, src/lib/gc/Makefile.in,
446: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
447: src/lib/json/Makefile.in, src/lib/md5/Makefile.in,
448: src/lib/memcached/Makefile.in, src/lib/pcre/Makefile.in,
449: src/lib/punycode/Makefile.in, src/lib/sdbm/Makefile.in,
450: src/lib/sdbm/pa-include/Makefile.in, src/lib/smtp/Makefile.in,
451: src/main/Makefile.in, src/sql/Makefile.in,
452: src/targets/Makefile.in, src/targets/apache/Makefile.in,
453: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
454: src/types/Makefile.in: more correct timezone check for FreeBSD
455: Warning war: configure.in -> configure.ac
1.95 moko 456:
457: * configure, configure.in, src/classes/Makefile.am,
1.97 moko 458: src/classes/Makefile.in, src/include/pa_config_auto.h.in,
459: src/lib/cord/Makefile.am, src/lib/cord/Makefile.in,
460: src/lib/gd/Makefile.am, src/lib/gd/Makefile.in,
461: src/lib/json/Makefile.am, src/lib/json/Makefile.in,
462: src/lib/memcached/Makefile.am, src/lib/memcached/Makefile.in,
463: src/lib/pcre/Makefile.am, src/lib/pcre/Makefile.in,
464: src/lib/sdbm/Makefile.am, src/lib/sdbm/Makefile.in,
465: src/lib/smtp/Makefile.am, src/lib/smtp/Makefile.in,
466: src/main/Makefile.am, src/main/Makefile.in,
467: src/targets/apache/Makefile.am, src/targets/apache/Makefile.in,
468: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
469: src/types/Makefile.am, src/types/Makefile.in: INCLUDES ->
1.95 moko 470: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
471: check added
472:
473: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
474:
475: * tests/results/: 124.processed, 224.processed: test resuls updated
476: for new date implementation (related to feature #36)
477:
478: * src/: classes/date.C, classes/image.C, include/pa_common.h,
479: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
480: types/pa_vdate.h: new double date implementation with internal
481: support for extended 0..9999 year range, default timezone support
482: (related to feature #36)
483:
484: 2015-08-28 moko
485:
486: * src/types/pa_vmail.C: fixed $mail:received.date calculations
487: (fixes bug #1030)
488:
489: 2015-08-21 moko
490:
491: * src/classes/inet.C: snprintf size "bug" commented
492:
493: * src/main/pa_common.C: snprintf comments updated
494:
495: 2015-08-16 moko
496:
497: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
498:
499: 2015-08-11 moko
500:
501: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
502: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
503: can be null (fixes bug #1029)
504:
505: 2015-08-06 moko
506:
1.97 moko 507: * src/types/: Makefile.am, Makefile.in, pa_vdate.C, pa_vdate.h,
508: types.vcproj: pa_vdate.C added
1.95 moko 509:
510: 2015-08-05 moko
511:
512: * tests/: 313.html, results/313.processed: test for
513: ^table.count[columns] and ^table.flip[] with nameless tables
514: (feature #1003)
515:
516: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
517: max_cell added, now ^table.count[columns] and ^table.flip[] works
518: correctly for nameless tables (implements feature #1003)
519:
520: 2015-08-03 moko
521:
522: * tests/312.html: test for ^table.append[$hash] and
523: ^table.insert[$hash] added (related to feature #1028)
524:
525: * src/classes/table.C: ^table.append[$hash] and
526: ^table.insert[$hash] now supported (implements feature #1028)
527:
528: * tests/: 312.html, results/312.processed: test row copy in
529: ^table.hash[; $.type[table] ] added (related to feature #1016)
530:
531: * src/classes/table.C: row copy now created in ^table.hash[;
532: $.type[table] ] (related to feature #1016)
533:
534: 2015-07-29 moko
535:
536: * tests/: 312.html, results/312.processed: test for ^table.delete[]
537: added (related to feature #1016)
538:
539: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
540: ^table.delete[] added to delete current row (related to feature
541: 1016)
542:
543: 2015-07-28 moko
544:
545: * tests/: 312.html, results/312.processed: test for
546: $table.column[value] and ^table.insert{row} (related to feature
547: #1016)
548:
549: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
550: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
551: ^table.insert{row} are now implemented (feature #1016)
552:
553: * src/include/pa_array.h: Optimization: bool reverse removed from
554: append(), insert() added, memmove arguments order in remove()
555: fixed (related to feature #1016)
556:
557: 2015-07-23 moko
558:
559: * src/classes/json.C: tainted json and empty json exception added
560: (implements feature #1015)
561:
562: * tests/: 311.html, results/311.processed: empty json and tainted
563: json exception test added (related to issue #1015)
564:
565: 2015-07-22 moko
566:
567: * tests/: 311.html, results/311.processed: test for UTF-8
568: processing added
569:
570: * tests/: 311.html, results/311.processed: test for
571: json_exception_with_source added (related to issue #394)
572:
573: * src/classes/json.C: json_exception_with_source added (implements
574: feature #394)
575:
576: 2015-06-29 moko
577:
578: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
579: directories are now correctly determined if _d_type == DT_UNKNOWN
580: (closes bug #1027)
581:
582: 2015-06-10 moko
583:
584: * src/types/pa_vxnode.h: extern "C" not requred and causes build
585: error if libxml has LIBXML_ICU_ENABLED.
586:
587: 2015-06-04 moko
588:
589: * tests/099.html: ups, reverting
590:
591: * tests/: 099.html, 309.html, 310.html, results/309.processed,
592: results/310.processed: tests for $response:body[ $.file[] ] and
593: $response:last-modified added
594:
595: * src/main/pa_request.C: last-modified check fixed
596:
597: 2015-06-03 moko
598:
599: * tests/: 204.html, 205.html, 293.html, results/204.processed,
600: results/205.processed, results/293.processed: $response:headers
601: logging added (tests for feature #1007)
602:
603: * src/: include/pa_common.h, include/pa_request.h,
604: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
605: $response:headers are now in uppercase (closes feature #1007)
606:
607: 2015-06-02 moko
608:
609: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
610: build errors reverted for clang compatibility
611:
612: 2015-06-01 moko
613:
614: * src/include/pa_memory.h: -pedantic build errors fixed
615:
616: * src/classes/math.C: -pedantic build error fixed
617:
618: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
619:
620: 2015-05-31 moko
621:
622: * src/classes/table.C: USE_STRINGSTREAM optimized
623:
624: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
625: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
626: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
627: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
628: types/pa_vxnode.h: warning war (-pedantic flag)
629:
630: 2015-05-28 moko
631:
632: * tests/: 308.html, results/308.processed: test for
633: ^table::create[$t;], etc work added (related to bug #975)
634:
635: * src/classes/table.C: check_option_param removed,
636: ^table::create[$t;], etc now works (fixes bug #975)
637:
638: 2015-05-27 moko
639:
640: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
641: (Debian jessie) fixed (closes issue #1024)
642:
643: * tests/Makefile: sort added as in Debian jessie list become
644: unsorted
645:
646: 2015-05-18 moko
647:
648: * tests/: 201.html, results/201.processed: test for
649: ^string.trim[what] feature #1022
650:
651: * src/classes/string.C: ^string.trim[what] now supported,
652: implements feature #1022
653:
654: 2015-05-17 moko
655:
656: * tests/results/185.processed: test result updated as feature #1021
657: implemented (left/right accept negative parameter)
658:
659: * src/classes/string.C: left/right now accept negative parameter
660: (implements feature #1021)
661:
662: 2015-05-08 moko
663:
664: * src/classes/math.C: isalnum -> pa_isalnum
665:
666: * src/main/execute.C: optimization in getter-junction processing
667: (related to issue #997)
668:
669: 2015-05-07 moko
670:
671: * tests/: 307.html, results/307.processed: test for issue #997
672: added
673:
674: * src/main/execute.C: process_getter result now checked if junction
675: returned (closes issue #997)
676:
677: * tests/: 305.html, results/305.processed: sort added to ignore
678: different order
679:
680: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
681: assignment (closes issue #994)
682:
683: * tests/: 306.html, results/306.processed: test for issue #994
684: added
685:
686: * tests/: 303.html, results/303.processed: two more errors tested
687:
688: 2015-05-06 moko
689:
690: * tests/: 305.html, results/305.processed: test for name2ip &
691: ip2name added (related to feature #992)
692:
693: * tests/: 303.html, 304.html, results/303.processed,
694: results/304.processed: tests for idna conversion added (related
695: to issue #849)
696:
697: 2015-05-02 moko
698:
699: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
700: implemented
701:
702: 2015-04-30 moko
703:
704: * src/main/pa_http.C: idna_host added, related to issue #849
705:
706: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
707: (related to issue #849)
708:
709: 2015-04-24 moko
710:
711: * src/types/pa_vjunction.C: warning war
712:
713: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
714: unification
715:
716: * src/lib/punycode/pa_idna.c: warning war
717:
718: 2015-04-22 moko
719:
720: * src/main/main.vcproj: punycode include path added
721:
722: * src/lib/punycode/pa_idna.c: windows compile error fixed
723:
724: * src/lib/punycode/pa_idna.c: warning war
725:
726: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
727: project file added
728:
729: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
730:
731: * src/include/pa_memory.h: warning war
732:
733: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
734: ^string:idna[xn--...], ^string.idna[] - idna conversion support
735: implemented (related to feature #849)
736:
737: * configure.in, src/main/Makefile.am,
738: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
739: libpunycode added in Unix
740:
741: 2015-04-21 moko
742:
743: * configure.in: large files support
744:
745: 2015-04-15 moko
746:
747: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
748: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
749: pa_punycode.h: initial version for punycode/idna support library
750: (ticket #849)
751:
752: 2015-04-08 moko
753:
754: * src/: classes/curl.C, classes/date.C, classes/file.C,
755: classes/image.C, classes/mail.C, classes/reflection.C,
756: classes/string.C, classes/xnode.C, include/pa_request.h,
757: include/pa_string.h, include/pa_stylesheet_connection.h,
758: main/compile.y, main/compile_tools.h, main/execute.C,
759: main/pa_common.C, main/pa_request.C, main/pa_string.C,
760: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
761: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
762: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
763: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
764: clang compiler warnings (closes issue #1018)
765:
766: * src/include/pa_string.h: String::Body comparation operators with
767: char * added (related to issue #958)
768:
769: 2015-04-07 moko
770:
771: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
772: pa_malloc/pa_free to remove system malloc/free usage (related to
773: issue #1018)
774:
775: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
776: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
777: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
778: main/pa_http.C, main/pa_request.C, main/pa_string.C,
779: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
780: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
781: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
782: malloc/strdup/free replaced with pa_ version and checks for
783: accidental use of non-pa_ version added (related to issue #1018)
784:
785: 2015-04-03 moko
786:
787: * buildall: pcre-8.33 -> pcre-8.36
788:
789: * src/: main/compile.y, classes/form.C, classes/mail.C,
790: classes/op.C, classes/string.C, main/compile.tab.C,
791: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
792: main/pa_sql_driver_manager.C, types/pa_vfile.C,
793: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
794: ticket #958)
795:
796: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
797: main/pa_common.C, main/pa_http.C, main/pa_request.C,
798: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
799: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
800: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
801: $request:headers, $request:method added (implements feature
802: #1007)
803:
804: 2015-03-17 misha
805:
806: * tests/302.html: - test for
807: ^json:string[...;$._default[method-name]]
808:
809: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
810: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
811: option $._default[method-name] is specified in ^json:string[], a
812: method with specified name will be called for classes/objects
813: serialization ( new feature: #982 )
814:
815: 2015-03-16 misha
816:
817: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
818: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
819: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
820: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
821: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
822: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
823: types/pa_vmemory.h, types/pa_vmethod_frame.C,
824: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
825: types/pa_vrequest.h, types/pa_vstateless_class.C,
826: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
827: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
828: $var.CLASS_NAME now have special opcodes. This can be switched
829: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
830: on pa_opcode.h ( new feature: #844 )
831:
832: 2015-03-15 misha
833:
834: * tests/075.html: - test for $response:header[]
835:
836: * src/types/pa_vresponse.C: - $response:header[] deletes header
837: that was set earlie ( new feature: #1001 )
838:
839: 2015-03-12 misha
840:
841: * tests/246.html: - more tests for ^hash._at[]
842:
843: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
844: accepts second param [key|value|hash] ( new feature: #1012 )
845:
846: 2015-03-09 moko
847:
848: * src/types/pa_vmail.C: exception for everything but
849: $mail:received, closes issue #1011
850:
851: 2015-02-20 moko
852:
853: * tests/: 275.html, results/275.processed: hex detection in
854: pa_atoui fix test (closes issue #1010)
855:
856: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
857: issue #1010)
858:
859: 2015-02-17 moko
860:
861: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
862: tainted.
863:
864: 2015-02-03 misha
865:
866: * tests/301.html: - test for ^json:string($double) causes
867: exception. bugfix: #1008
868:
869: * src/classes/json.C: - ^json:string($double) causes exception.
870: bugfix: #1008
871:
872: * tests/014.html: - updated for work with ^hash.delete[]
873:
874: 2015-01-12 misha
875:
876: * src/: classes/form.C, include/pa_common.h,
877: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
878: types/pa_vform.h: - supports body with PUT method as well ( new
879: feature: #1006 )
880:
881: * src/classes/file.C: - warnings war
882:
883: 2015-01-11 misha
884:
885: * tests/300.html: - test for ^hash.delete[] is added
886:
887: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
888: feature: #989 ) - tiny optimization in intersects
889:
890: 2015-01-06 moko
891:
892: * src/types/pa_vmail.C: file names transcode added, to and cc added
893: with transcode, attachments detection fixed
894:
895: * src/main/pa_request.C: filling mail received after cgi/auto.p
896: load to allow charset switch (related to issue #996)
897:
898: 2014-12-31 moko
899:
900: * src/types/pa_vmail.C: from and subject now transcoded if not
901: UTF-8 source charset (fixes issue 996)
902:
903: * src/main/pa_exception.C: fixed string from stack bug (closes
904: issue #1000)
905:
906: 2014-12-11 misha
907:
908: * src/types/pa_vhashfile.C: - check if key is not empty before
909: access ( bug fix: #1005 )
910:
911: 2014-11-13 misha
912:
913: * src/main/compile.y: - PC.append does not reset to false while
914: creating a new class. bugfix: #990
915:
916: * tests/299.html: - test for creation class after working with
917: partial class (create+append)
918:
919: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
920: #995
921:
922: * tests/232.html: - test for @get[def] added
923:
924: 2014-10-12 moko
925:
926: * src/lib/pcre/pcre_internal.vcproj: correct path
927:
928: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
929: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
930: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
931: targets/apache/ApacheModuleParser3.vcproj,
932: targets/apache/ApacheModuleParser3Core.vcproj,
933: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
934: types/types.vcproj: project GUID inserted in *.vcproj for correct
935: conversion in newer VS versions
936:
937: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
938: pcre_internal.vcproj added
939:
940: 2014-08-28 moko
941:
942: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
943: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
944: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
945:
946: 2014-06-30 misha
947:
948: * tests/298.html: - tests for ^reflection:def[class;className]
949: added
950:
951: * src/classes/reflection.C: - ^reflection:def[class;className]
952: added ( new feature: #918 )
953:
954: 2014-06-29 misha
955:
956: * src/classes/table.C: - ^table::create[unsupported data] -
957: exception comment changed to "body must be table or code" ( bug
958: fix: #951 )
959:
960: * tests/: 261.html, results/261.processed: - tests for
961: ^json:string[...;$.void[null|string]] added
962:
963: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
964: option $.void[string|null] added to ^json:string[...] ( new
965: feature: #952 )
966:
967: 2014-06-28 moko
968:
969: * src/classes/curl.C: $.charset now processed before other curl
970: options (closes issue #980)
971:
972: 2014-05-23 misha
973:
974: * src/classes/json.C: - bug fix: #987
975:
976: 2014-05-04 misha
977:
978: * tests/: 253.html, 253_json.txt: - test for
979: ^json:parse[$.int(false)] is added
980:
981: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
982: default true). The option is similar to $.double(bool) but for
983: integers.
984:
985: 2014-05-01 moko
986:
987: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
988: #12 )
989:
990: 2014-04-16 moko
991:
992: * src/main/pa_http.C: response-charset option should finally work
993: now (fix for issue #867)
994:
995: * src/main/pa_http.C: response-charset option should work now (fix
996: for issue #867)
997:
998: 2014-03-07 moko
999:
1000: * buildall: libgc moved
1001:
1002: * buildall: libgc moved
1003:
1004: 2013-12-29 moko
1005:
1006: * src/classes/string.C: ^string:js-unescape result now tainted,
1007: closes issue #966
1008:
1009: * tests/: 186.html, results/186.processed: ^string:js-unescape
1010: result now tainted, issue #966
1011:
1012: 2013-12-03 moko
1013:
1014: * src/: classes/memcached.C, types/pa_vmemcached.C,
1015: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
1016: option was added for http://www.parser.ru/forum/?id=79343
1017:
1018: * src/classes/file.C: bugfix for
1019: http://www.parser.ru/forum/?id=79337
1020:
1021: 2013-11-05 moko
1022:
1023: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
1024:
1025: * src/main/pa_globals.C: spelling fixed
1026:
1027: 2013-10-29 moko
1028:
1029: * src/lib/json/json.vcproj: json.c -> pa_json.C
1030:
1031: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
1032: #892
1033:
1034: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
1035: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
1036: exceptions to be thrown thougth json library), related to issue
1037: #892
1038:
1039: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
1040: related to issue #896
1041:
1042: 2013-10-24 moko
1043:
1044: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
1045:
1046: 2013-10-23 moko
1047:
1048: * README: actualization
1049:
1050: 2013-10-22 moko
1051:
1052: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
1053: compatibility patch from Sergey Kirpichev
1054:
1055: * tests/: 297.html, results/297.processed: non-working getter fix
1056: test for issue #948
1057:
1058: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
1059: called when saving value of $match variable in ^string.match[] to
1060: increase compatibility (related to issue #948).
1061:
1062: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
1063: usage optimization
1064:
1065: 2013-10-21 moko
1066:
1067: * tests/: 182.html, results/182.processed: local path removed for
1068: compatibility
1069:
1070: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
1071: results/244.processed, results/253.processed,
1072: results/254.processed, results/275.processed,
1073: results/281.processed: try_catch -> try-catch
1074:
1075: * tests/: 288.html, 294.html, 296.html, results/288.processed,
1076: results/294.processed, results/296.processed: try_catch ->
1077: try-catch
1078:
1079: 2013-10-20 moko
1080:
1081: * tests/: 296.html, results/296.processed: test for xsl exception
1082: for issue #938 added.
1083:
1084: * src/: include/pa_xml_exception.h,
1085: main/pa_stylesheet_connection.C: forgotten to be replaced
1086: XmlException is now replaced (once again closes issue #938)
1087:
1088: 2013-10-19 misha
1089:
1090: * bin/auto.p.dist.in: - more mime-types are added
1091:
1092: 2013-10-18 moko
1093:
1094: * buildall: disable clock_gettime detection to avoid librt linking
1095: (which in turn depends on libpthread), related to issue #943
1096:
1097: 2013-10-18 misha
1098:
1099: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
1100: lib/smtp/smtp.vcproj, main/main.vcproj,
1101: targets/apache/ApacheModuleParser3Core.vcproj,
1102: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1103: types/types.vcproj: - new locations for libxml2 includes where
1104: added to vcproj files
1105:
1106: 2013-10-18 moko
1107:
1108: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
1109: fix
1110:
1111: * tests/: 295.html, results/295.processed: test for issue #948
1112: updated
1113:
1114: * src/classes/table.C: hopefully last lost part for issue #948 fix.
1115: :)
1116:
1117: * tests/: 295.html, results/295.processed: test for issue #948
1118: added
1119:
1120: * src/: classes/hash.C, classes/string.C, classes/table.C,
1121: include/pa_request.h, types/pa_method.h: for getters and setters
1122: to be executed request.put_element should be called, not
1123: context.put_element (fixes issue #948)
1124:
1125: 2013-10-17 moko
1126:
1127: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
1128: LIBXML2_NEW_BUFFER check (closes issue #943)
1129:
1130: * buildall: libxml 2.9.1 build is broken --without-reader.
1131:
1132: 2013-10-16 moko
1133:
1134: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
1135:
1136: * tests/: 294.html, results/294.processed: test for issue #938
1137:
1138: * src/: classes/xdoc.C, classes/xnode.C,
1139: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
1140: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
1141:
1142: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
1143: libxslt-1.1.26 -> libxslt-1.1.28
1144:
1145: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
1146: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
1147: to '?', related to issue #938
1148:
1149: 2013-10-15 moko
1150:
1151: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
1152: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
1153: minor optimizations (closes issue #896)
1154:
1155: * tests/results/: 292.processed, 293.processed: results updated to
1156: comply with issue #896
1157:
1158: * tests/: 292.html, 293.html, results/292.processed,
1159: results/293.processed: tests for json escaping
1160:
1161: 2013-10-14 moko
1162:
1163: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
1164: and cleanup, code moved from .h to .C, no changes in code
1165:
1166: 2013-10-12 moko
1167:
1168: * tests/results/119.processed: updated test result commited
1169:
1170: * tests/: 291.html, results/291.processed: test for issue #894
1171: added
1172:
1173: * src/types/pa_wcontext.h: base methods call support function
1174: get_somebody_entered_some_class should not be true forever, as
1175: wcontext can have many get_elements calls (fixes issue #894)
1176:
1177: 2013-10-11 moko
1178:
1179: * tests/: 290.html, results/290.processed: test for junction GPF
1180: issue #942 added
1181:
1182: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
1183: to native method fixed (closes issue #942)
1184:
1185: * tests/: 158.html, results/158.processed: test for csv-string[]
1186: added
1187:
1188: * src/classes/table.C: minor fixes for table.csv-string[] (closes
1189: feature #907)
1190:
1191: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
1192: feature #907)
1193:
1194: 2013-10-09 moko
1195:
1196: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
1197: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
1198: types/pa_vstateless_class.C: GET_default, SET_default now works
1199: properly not only in objects, but in classes as well (closes
1200: issue #903)
1201:
1202: * tests/: 289.html, results/289.processed: GET/SET_default now
1203: works in classes, not only objects, test case added, related to
1204: issue #903
1205:
1206: * tests/: 288.html, results/288.processed: test for endless
1207: recursion bug added (related to issue #903)
1208:
1209: 2013-10-05 moko
1210:
1211: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1212: classes/table.C, main/execute.C, types/pa_method.h,
1213: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
1214: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1215: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
1216: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
1217: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
1218: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
1219: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1220: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
1221: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
1222: optimization: put_element no longer has "bool areplace" argument,
1223: related to issue #903
1224:
1225: 2013-10-03 moko
1226:
1227: * tests/results/182.processed: result for $.replace(false) test
1228: commited
1229:
1230: * src/classes/date.C: ^date::create(number) processed correctly
1231: (fixes issue #901)
1232:
1233: * src/classes/image.C: as_no_junction removed, as param can be
1234: expression (closes issue #931)
1235:
1236: * tests/233.html: test for issue #931 added
1237:
1238: 2013-10-02 moko
1239:
1240: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
1241: modified, test for $.replace(false) added
1242:
1243: * src/main/compile_tools.h: forgotten class replace returned. :)
1244:
1245: 2013-09-30 moko
1246:
1247: * tests/: 141.html, results/141.processed: md5 tainting test added
1248:
1249: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1250: main/compile_tools.h, main/pa_request.C: allow_class_replace
1251: implemented; $.replace option added to ^process and ^use
1252:
1253: 2013-08-27 moko
1254:
1255: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
1256: cstr_to_string_body_untaint should be called with charsets for
1257: possible uri language and connection for possible sql language.
1258: related to issue #857
1259:
1260: * buildall: and -> or fixed
1261:
1262: 2013-08-26 moko
1263:
1264: * buildall: prepare_ functions logic changed to support
1265: gc-7.2d.tar.gz extracting to gc-7.2 directory
1266:
1267: 2013-08-23 moko
1268:
1269: * src/include/pa_config_fixed.h: gc and xml libs are now linked
1270: statically
1271:
1272: 2013-08-22 moko
1273:
1274: * src/classes/string.C: String::Empty used (related to issue #912)
1275: append_know_length removed (related to old GPF bug)
1276:
1277: 2013-08-21 moko
1278:
1279: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
1280:
1281: * src/classes/math.C: ^math:digest[...;$file] support added
1282: (related to ticket #857
1283:
1284: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
1285: implemented
1286:
1287: * src/types/pa_vhashfile.h: warning war
1288:
1289: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
1290: include/pa_request.h, main/pa_request.C, types/pa_value.h:
1291: anti_endless_json_string_recoursion removed from request;
1292: json_string_recoursion added to json_options; $.indent[indent
1293: value] now supported and passed within recoursion closes feature
1294: #937
1295:
1296: * tests/: 287.html, results/287.processed: test for feature #937
1297:
1298: 2013-07-31 moko
1299:
1300: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
1301: compilation having #define _S
1302:
1303: * src/main/pa_globals.C: cleanup
1304:
1305: 2013-07-30 moko
1306:
1307: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
1308: main/pa_common.C: vs2003 warning war
1309:
1310: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
1311:
1312: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
1313:
1314: * src/lib/md5/pa_sha2.c: warning war
1315:
1316: 2013-07-29 moko
1317:
1318: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
1319: patches from github
1320:
1321: * src/: classes/bool.C, classes/double.C, classes/int.C,
1322: classes/memcached.C, include/pa_config_includes.h,
1323: types/pa_vfile.C, types/pa_vfile.h: warning war
1324:
1325: * src/lib/json/json.vcproj: C++ -> C
1326:
1327: * src/lib/json/: json.c, pa_json.C: C++ warning revert
1328:
1329: * src/lib/json/: json.c, pa_json.C: windows compatibility
1330:
1331: * src/lib/json/: json.c, pa_json.C: windows compatibility
1332:
1333: * src/lib/json/: json.c, pa_json.C: warning war
1334:
1335: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
1336:
1337: * src/include/pa_config_fixed.h: uint16_t added
1338:
1339: * configure.in: uint16_t check added
1340:
1341: * src/: classes/json.C, lib/json/JSON_parser.C,
1.97 moko 1342: lib/json/JSON_parser.h, lib/json/Makefile.am,
1343: lib/json/Makefile.in, lib/json/json.c, lib/json/json.h,
1344: lib/json/json.vcproj, lib/json/pa_json.C, lib/json/pa_json.h:
1345: JSON_parser with non-free licence is replaced with similar GPL
1346: licenced libjson (fixes issue #892)
1.95 moko 1347:
1348: 2013-07-25 moko
1349:
1350: * parser3.sln: dependencies added
1351:
1352: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
1353: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
1354: module support
1355:
1356: * src/targets/apache/mod_parser3_core.C: win32 cleanup
1357:
1358: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
1359:
1360: 2013-07-23 moko
1361:
1362: * src/: include/pa_memory.h, main/pa_memory.C: non-working
1363: PA_DEBUG_GC_MEMORY removed
1364:
1365: * src/: main/pa_globals.C, targets/cgi/parser3.C:
1366: PA_DEBUG_DISABLE_GC compilation fix
1367:
1368: * src/: classes/op.C, classes/table.C, include/pa_request.h,
1369: main/pa_request.C: outdated RESOURCES_DEBUG removed
1370:
1371: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
1372: garbage cleanup
1373:
1374: * src/main/pa_common.C: warning war
1375:
1376: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
1377:
1378: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
1379: minor cleanup
1380:
1381: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
1382: uses cygwin, not WIN32 implementation
1383:
1384: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
1385: able to exec shell scripts
1386:
1387: * src/classes/math.C: ifdef WIN32 cleanup
1388:
1389: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
1390:
1391: * bin/auto.p.dist.in: libpq.so -> libpq.
1392:
1393: * src/classes/curl.C: LT_MODULE_EXT used
1394:
1395: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
1396:
1397: 2013-07-22 moko
1398:
1399: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
1400: includes fix
1401:
1402: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
1403:
1404: * configure.in, src/include/pa_config_includes.h,
1405: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1406: src/main/pa_exec.C: includes cleanup
1407:
1408: * src/targets/cgi/parser3.C: 2012->2013
1409:
1410: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
1411:
1412: * configure.in, src/include/pa_config_includes.h,
1413: src/include/pa_http.h, src/lib/json/JSON_parser.h,
1414: src/main/pa_random.C, src/main/pa_socks.C,
1415: src/types/pa_vstatus.C: cygwin support cleanup
1416:
1417: * configure.in: dirent.h check added
1418:
1419: * src/: include/pa_config_includes.h, include/pa_dir.h,
1420: main/pa_dir.C: includes cleanup, dirent.h check added filePath
1421: not copied
1422:
1423: 2013-07-21 moko
1424:
1425: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
1426:
1427: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
1428: parser3.vcproj: unused getopt.h / getopt.c removed
1429:
1430: * operators.txt, src/classes/file.C, tests/022.html,
1431: tests/results/022.processed: ^file:list[path][$.filter[regexp]
1432: $.stat(true)] usage commented
1433:
1434: * configure.in, src/classes/file.C, src/include/pa_dir.h,
1435: src/main/pa_dir.C: ^file:list[] now has dir column and when
1436: $.stat(true) it has size/*date columns modified patch from misha@
1437: that closes issue #914.
1438:
1439: * src/: include/pa_config_includes.h, main/pa_globals.C:
1440: PA_RELEASE_ASSERTS removed
1441:
1442: * src/lib/md5/pa_md5c.c: minor cleanup
1443:
1444: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
1445: localeconv()->decimal_point usage remoed (related to issue #934)
1446:
1447: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
1448: cordprnt.c removed
1449:
1450: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
1451: pa-include/pa_errno.h, pa-include/pa_file_io.h,
1452: pa-include/pa_strings.h: includes cleanup
1453:
1454: * src/lib/md5/pa_md5c.c: headers cleanup
1455:
1456: 2013-07-20 moko
1457:
1458: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
1459: cleanup
1460:
1461: 2013-07-19 moko
1462:
1463: * src/classes/math.C: extern "C" added for crypt
1464:
1465: 2013-07-18 moko
1466:
1467: * src/classes/math.C: fix redhat7.2 build
1468:
1469: 2013-07-17 moko
1470:
1471: * configure.in, src/include/pa_config_includes.h,
1472: src/include/pa_config_fixed.h: headers actualized (inttypes.h
1473: added for uint8/32/64_t)
1474:
1475: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
1476: pa_config_includes.h used for uint32/64_t
1477:
1478: 2013-07-16 moko
1479:
1480: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
1481: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
1482: war
1483:
1484: * src/main/compile.tab.C: compile.y was updated
1485:
1486: * src/main/compile.y: warning war
1487:
1488: * src/: include/pa_exception.h, main/pa_exception.C,
1489: main/pa_xml_exception.C: warning war
1490:
1491: * src/: include/pa_common.h, main/pa_common.C: warning war
1492:
1493: * configure.in: beauty :)
1494:
1495: * tests/: 141.html, results/141.processed: sha256/512 added
1496:
1497: 2013-07-13 moko
1498:
1499: * src/lib/md5/md5.vcproj: sha2 added
1500:
1.97 moko 1501: * src/lib/md5/Makefile.in: sha2 support
1502:
1.95 moko 1503: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
1504: classes/math.C: sha2 support (sha256/sha512 digest)
1505:
1506: 2013-07-08 moko
1507:
1508: * src/classes/image.C: directory read or other read problem message
1509: fixed (related to issue #933)
1510:
1511: 2013-07-07 moko
1512:
1513: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
1514: dependense from $charsetsdir directory existance and content (and
1515: UTF-8 is default allready)
1516:
1517: * AUTHORS: + misha + moko. :)
1518:
1519: 2013-07-06 moko
1520:
1521: * src/: classes/curl.C, include/pa_globals.h,
1522: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
1523: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
1524: for lt_dlinit to be called once and lt_dlexit called at right
1525: place (related to issue #925)
1526:
1527: 2013-07-04 moko
1528:
1529: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
1530: VString::as_vfile now uses vfile.set_binary_string to avoid
1531: content-type to be set, as it brokes badly designed logic in
1532: response output. This hopefully finishes issue #928.
1533:
1534: * tests/results/: 256.processed, 286.processed: file now displayed
1535: as name, size, mode, content-type
1536:
1537: * src/main/pa_common.C: read error now reported cottectly (fixes
1538: issue #933
1539:
1540: 2013-06-28 moko
1541:
1542: * tests/: 286.html, results/286.processed: test extended
1543:
1544: * tests/: 286.html, results/286.processed: Test for issue #928
1545: added. it tests default content-type change.
1546:
1547: * src/types/pa_vfile.C: closes issue #928 - default content-type
1548: now updated
1549:
1550: 2013-06-25 moko
1551:
1552: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
1553: content-type for text/binary files without name added;
1554: ^file::create[$f;...] options now works properly and $f
1555: properties are default (fixes issue #928)
1556:
1557: 2013-05-16 misha
1558:
1559: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
1560: added
1561:
1562: * src/main/pa_table.C: - a tiny memory optimisation while creating
1563: table if specified limit is bigger than source rows count
1564:
1565: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
1566: added ( new feature: #858 )
1567:
1568: 2013-04-29 moko
1569:
1570: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
1571: $.ipresolve(0|1|2) added (closes issue #891)
1572:
1573: * src/lib/curl/curl.h: CURL_IPRESOLVE added
1574:
1575: 2013-04-24 moko
1576:
1577: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
1578: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
1579: types/pa_vmemcached.h: ^memcache.release[] added, calls
1580: memcached_quit (refs #893)
1581:
1582: 2013-04-22 moko
1583:
1584: * src/: include/pa_string.h, main/pa_common.C: no more double
1585: slashes in file path (fixes bug #872)
1586:
1587: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
1588: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
1589: #739)
1590:
1591: * tests/results/266.processed: $.max_params added (feature #915)
1592:
1593: * src/: include/pa_common.h, main/pa_http.C: response-charset
1594: option added to file::load (closes issue #867)
1595:
1596: 2013-04-20 misha
1597:
1598: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
1599: commited
1600:
1601: 2013-03-15 misha
1602:
1603: * src/classes/: hash.C, table.C: - Optimisation: do not create
1604: multiple empty strings while ::sql. uae String::Empty instead
1605:
1606: 2013-03-14 misha
1607:
1608: * src/classes/reflection.C: - for user classes
1609: ^reflection:method_info[] returns $.max_params and $.extra_param
1610: with $.call_type if they available ( new feature: #915 )
1611:
1612: * src/classes/file.C: - ^file:delete[] now supports an option
1613: $.exception(false) that suppress any exception while deleting
1614: file ( new feature: #916 )
1615:
1616: * src/classes/curl.C: - parsing cookies after curl:load now should
1617: work :)
1618:
1619: 2013-03-12 misha
1620:
1621: * src/types/pa_vfile.C: - if specified file_name is empty string
1622: set default name for the file
1623:
1624: 2013-03-11 misha
1625:
1626: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
1627: also available in $f.cookies
1628:
1629: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
1630: moved to a separate method
1631:
1632: 2013-03-10 moko
1633:
1634: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
1635: added
1636:
1637: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
1638: removed (declared by autoconf)
1639:
1640: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
1641: uint32_t define
1642:
1643: 2013-03-10 misha
1644:
1645: * src/classes/file.C: ^file:delete and ^file:move now support
1646: option $.keep-empty-dirs(true) ( new feature: #884 )
1647:
1648: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
1649: empty dirs is added
1650:
1651: 2013-03-10 moko
1652:
1653: * src/classes/: bool.C, double.C, int.C: default can be present,
1654: but default check removed from ^int/double/bool.int/double/bool
1655: for string.int/double/bool compatibility (related to issue #913)
1656:
1657: * src/classes/string.C: ^string.int/dobule/bool no longer
1658: internally throws exception if default is present (closes issue
1659: #913)
1660:
1661: 2013-03-09 misha
1662:
1663: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
1664: optimisations ( #845 )
1665:
1666: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
1667:
1668: 2013-03-08 moko
1669:
1670: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
1671: creates correct table (fixes issue #910)
1672:
1673: * src/classes/op.C: r.connection() -> r.connection(false) to allow
1674: use outside of 'connect' operator (fixes issue #911)
1675:
1676: * tests/results/: 096.processed, 122.processed: test results
1677: updated as doubles now printed with 15 significant digits, not 5
1678: (fixes issue #882)
1679:
1680: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
1681: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
1682:
1683: 2013-02-21 moko
1684:
1685: * src/classes/table.C: _locate_name_value does not check arguments
1686: count, so we check it in advance (fixes issue #905)
1687:
1688: 2012-10-23 moko
1689:
1690: * buildall: old shell for and echo compatibility (for six)
1691:
1692: 2012-10-19 moko
1693:
1694: * buildall: --strip added --disable-safe-mode listed in usage
1695:
1696: 2012-10-17 misha
1697:
1698: * src/classes/op.C: - apply-taint should not throw "outside
1699: connect" exception with sql lang now
1700:
1701: 2012-10-17 moko
1702:
1703: * src/main/pa_request.C: bugfix: safe mode should be inited for
1704: each request (for apache module)
1705:
1706: 2012-09-26 moko
1707:
1708: * src/doc/doxygen.cfg: png -> svg
1709:
1710: 2012-09-25 moko
1711:
1712: * tests/: 141.html, results/141.processed: md5 hmac added, long key
1713: test added
1714:
1715: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
1716: double use when key is long
1717:
1718: 2012-09-16 moko
1719:
1720: * src/classes/math.C: Format -> Method Encode -> Format
1721:
1722: * tests/: 141.html, results/141.processed: math:digest hmac test
1723: added
1724:
1725: 2012-09-14 moko
1726:
1727: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
1728: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
1729: implementation added
1730:
1731: 2012-09-12 moko
1732:
1733: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
1734: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
1735: targets.dox and string.dox slightly actualized
1736:
1737: 2012-08-31 moko
1738:
1739: * ChangeLog: now generated with patched cvs2cl.pl
1740:
1741: 2012-07-29 moko
1742:
1743: * tests/285.html, src/main/execute.C, tests/results/285.processed:
1744: result should be pushed after VMethodFrame destructor is called,
1745: as it deletes junctions from stack params (fixes issue #868)
1746:
1747: 2012-07-23 moko
1748:
1749: * INSTALL, README: buildall script usage documented, other outdated
1750: info updated.
1751:
1752: * buildall-with-xml, buildall-without-xml: replaced by buildall
1753:
1754: 2012-07-21 moko
1755:
1756: * buildall: glib does not compile when threads are disabled...
1757:
1758: * src/types/pa_vmail.C: g_assertion fixes for empty input
1759:
1760: * src/types/pa_vmail.C: yet another fix (strange GPF on object
1761: unref, can't unref nested objects)
1762:
1763: * src/types/pa_vmail.C: another check added
1764:
1765: 2012-07-19 moko
1766:
1767: * buildall: usage added
1768:
1769: * buildall: new buildall script that unites buildall-with-xml,
1770: buildall-without-xml, --with-apache and --with-mailreceive
1771:
1772: * configure.in: support for static gmime and dynamic glib linking.
1773: fixes for FreeBSD
1774:
1775: 2012-07-17 moko
1776:
1777: * configure.in: --with-mailreceive replaced
1778: --with-static-mailreceive and --with-shared-mailreceive pathlink
1779: removed
1780:
1781: 2012-07-16 moko
1782:
1783: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
1784: capitalized, content now decoded and text content converted to
1785: $request:charset. all properties are accessed by functions, this
1786: ready for dynamic load.
1787:
1788: 2012-06-28 moko
1789:
1.97 moko 1790: * src/targets/apache/: Makefile.am, Makefile.in: fix for apache
1791: cflags for Linux 32 bit
1.95 moko 1792:
1793: 2012-06-27 moko
1794:
1795: * buildall-with-xml, buildall-without-xml: fetch requires -p for
1796: passive ftp
1797:
1798: * src/lib/ltdl/ltdl.vcproj: release build fixed
1799:
1800: * configure.in: 3.4.2 RC -> 3.4.2
1801:
1802: 2012-06-22 moko
1803:
1804: * src/types/pa_vfile.C: returned empty mode to stated files (issue
1805: #815)
1806:
1807: * tests/: 284.html, results/284.processed: output options test
1808: (feature #265)
1809:
1810: 2012-06-22 misha
1811:
1812: * tests/215.html: - little changes
1813:
1814: 2012-06-21 moko
1815:
1816: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
1817: types/pa_vxdoc.h: output_options returned and used (bugfix for
1818: feature #265)
1819:
1820: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
1821: breaks long .*, default 10M restored. (issue #216)
1822:
1823: * tests/: 283.html, results/283.processed: test for issue #815
1824: added
1825:
1826: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
1827: again, cstrm not required.
1828:
1829: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
1830: Win32 and broken FreeBSD (issue #45)
1831:
1832: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
1833:
1834: * src/main/pa_string.C: warnings war
1835:
1836: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
1837: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
1838: main/pa_socks.C, targets/apache/pa_threads.C,
1839: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1840: types/pa_vstatus.C: compilation under cygwin fixed
1841:
1842: 2012-06-19 moko
1843:
1844: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
1845: Windows fixed
1846:
1847: * parser3.sln: removed antique pcre_ctype
1848:
1849: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
1850:
1851: * src/include/pa_config_fixed.h: undefined reference to
1852: __imp__pcre_* fix for Windows
1853:
1854: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.97 moko 1855: lib/pcre/Makefile.in, lib/pcre/pa_pcre_internal.h,
1856: lib/pcre/pcre_internal.h: pcre_internal.h -> pa_pcre_internal.h
1857: for Windows compatibility (win32/pcre has own copy of
1858: pcre_internal.h _pcre_default_tables define fixed
1.95 moko 1859:
1860: 2012-06-18 moko
1861:
1862: * src/classes/memcached.C: flush -> clear
1863:
1864: * src/classes/memcached.C: memcached does not support quotes even
1865: in server name
1866:
1867: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
1868: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
1869: called on open to check servers existance. $.key(true) syntax
1870: now supported
1871:
1872: 2012-06-17 moko
1873:
1874: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
1875: cleanup
1876:
1877: * src/classes/table.C, tests/282.cfg, tests/282.html,
1878: tests/results/282.processed: encloser at the EOF bug fixed,
1879: incorrectly enclosed data now processed more logicaly (fixes
1880: #339)
1881:
1882: 2012-06-15 moko
1883:
1884: * buildall-without-xml: sync with buildall-with-xml
1885:
1886: * buildall-with-xml: download auto-detected between fetch and curl
1887:
1888: * configure.in: --with-gc and --with-pcre now also processed
1889: correctly
1890:
1.97 moko 1891: * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
1892: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
1893: src/Makefile.in, src/classes/Makefile.in,
1894: src/include/Makefile.in, src/include/pa_config_auto.h.in,
1895: src/lib/Makefile.in, src/lib/cord/Makefile.in,
1896: src/lib/cord/include/Makefile.in,
1897: src/lib/cord/include/private/Makefile.in,
1898: src/lib/curl/Makefile.in, src/lib/gc/Makefile.in,
1899: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
1900: src/lib/json/Makefile.in, src/lib/md5/Makefile.in,
1901: src/lib/memcached/Makefile.in, src/lib/pcre/Makefile.in,
1902: src/lib/sdbm/Makefile.in, src/lib/sdbm/pa-include/Makefile.in,
1903: src/lib/smtp/Makefile.in, src/main/Makefile.in,
1904: src/sql/Makefile.in, src/targets/Makefile.in,
1905: src/targets/apache/Makefile.in, src/targets/cgi/Makefile.in,
1906: src/targets/isapi/Makefile.in, src/types/Makefile.in: now aclocal
1907: -I src/lib/ltdl/m4/ && autoheader && automake && autoconf should
1908: be run on rol1 using automake / aclocal (GNU automake) 1.11.1
1909: autoconf (GNU Autoconf) 2.68
1.95 moko 1910:
1911: * configure.in: new PARSER_VERSION logic
1912:
1913: * src/include/pa_version.h: new pa_version.h logic
1914:
1915: * src/: classes/curl.C, classes/file.C, classes/image.C,
1916: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
1917: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
1918: feols_normalized -> fis_text_content set_binary added
1919:
1920: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
1921:
1922: 2012-06-15 misha
1923:
1924: * src/: classes/curl.C, classes/file.C, classes/image.C,
1925: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
1926: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
1927: ^file::create[text;content] EOLs in content now is normalized. (
1928: new feature: #815 )
1929:
1930: 2012-06-15 moko
1931:
1932: * configure.in: --disable-version-update added to disable version
1933: update with host information (for debian package) whitespace
1934: optimized
1935:
1936: * configure.in: version changed to 3.4.2 RC no-pic added for
1937: libtool
1938:
1939: * src/include/pa_version.h: Nice pa_version.h default. Please keep
1940: it.
1941:
1942: 2012-06-14 moko
1943:
1944: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
1945: tests/results/281.processed: "hash flocked" error removed for
1946: safe operations like ^h._count[] ( new feature: #335 )
1947:
1.97 moko 1948: * src/targets/apache/: Makefile.am, Makefile.in: libmod_parser3 ->
1949: mod_parser3
1.95 moko 1950:
1951: * buildall-with-xml, buildall-without-xml: --with-static -> --with
1952:
1953: * configure.in: --with-static/shared xml replaced with --with-xml,
1954: xml compilation check added
1955:
1956: * configure.in: --with-static/shared-gc, --with-static-pcre are
1957: replaced with --with-gc and --with-pcre test for pcre linking
1958: added
1959:
1960: 2012-06-13 moko
1961:
1962: * configure.in: apxs2 check optimized
1963:
1964: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
1965: .la, includes optimized
1966:
1967: * buildall-with-xml: --with-pic looks better for -fPIC
1968:
1969: * configure.in: switched to convenience library in static linking
1970:
1971: * src/targets/apache/Makefile.am: switched to convenience library
1972: usage to avoid libtool warnings
1973:
1974: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
1975: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
1976: smtp/Makefile.am: switched to convenience library usage
1977:
1978: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
1979:
1980: * src/targets/apache/Makefile.am: updated for libtool usage
1981:
1982: * bin/auto.p.dist.in: .cfg removed from charset names.
1983:
1984: * buildall-without-xml: --with-included-ltdl added
1985:
1986: * buildall-without-xml: sync with buildall-with-xml
1987:
1988: * buildall-with-xml: --with-included-ltdl added $cflags added for
1989: -fPIC for x64 $download added for wget success check added
1990:
1991: * buildall-without-xml: --with-dynamic-stdcpp removed
1992:
1993: * configure.in: disable-static returned
1994:
1995: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
1996: LIBTOOLFLAGS
1997:
1998: 2012-06-12 moko
1999:
2000: * configure.in, src/targets/cgi/Makefile.am: disable-static not
2001: compatible with LIBTOOLFLAGS for unknown reasons
2002:
2003: * buildall-with-xml: --with-dynamic-stdcpp removed
2004:
2005: * configure.in: static/dynamic -lstdc++ linking option removed
2006: apxs2 check added
2007:
2008: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
2009: option removed
2010:
2011: 2012-06-10 moko
2012:
2013: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
2014: added
2015:
2016: * src/targets/cgi/pp3.cmd: old PAF stuff
2017:
1.97 moko 2018: * Makefile.am, Makefile.in: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4
2019: added and some beauty
1.95 moko 2020:
2021: * depcomp: from libtool 2.4.2
2022:
2023: * configure.in: ltdl directory removed, it has correct Makefile.in
2024:
1.97 moko 2025: * src/lib/ltdl/Makefile.in: correct Makefile.in from libtoolize
2026:
1.95 moko 2027: 2012-06-09 moko
2028:
1.97 moko 2029: * Makefile.am, Makefile.in, aclocal.m4, config.guess, config.sub,
2030: configure, install-sh, ltmain.sh, missing, bin/Makefile.in,
2031: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
2032: src/Makefile.in, src/classes/Makefile.in,
2033: src/include/Makefile.in, src/include/pa_config_auto.h.in,
2034: src/lib/Makefile.in, src/lib/cord/Makefile.in,
2035: src/lib/cord/include/Makefile.in,
2036: src/lib/cord/include/private/Makefile.in,
2037: src/lib/curl/Makefile.in, src/lib/gc/Makefile.in,
2038: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
2039: src/lib/json/Makefile.in, src/lib/md5/Makefile.in,
2040: src/lib/memcached/Makefile.in, src/lib/pcre/Makefile.in,
2041: src/lib/sdbm/Makefile.in, src/lib/sdbm/pa-include/Makefile.in,
2042: src/lib/smtp/Makefile.in, src/main/Makefile.in,
2043: src/sql/Makefile.in, src/targets/Makefile.in,
2044: src/targets/apache/Makefile.in, src/targets/cgi/Makefile.in,
2045: src/targets/isapi/Makefile.in, src/types/Makefile.in:
1.95 moko 2046: autogenerated files updated after libtool update
2047:
1.97 moko 2048: * src/lib/ltdl/: COPYING.LIB, Makefile.am, Makefile.in, README,
2049: acinclude.m4, aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 2050: config_auto.h.in, config_fixed.h, configure, configure.ac,
2051: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
2052: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
2053: config/compile, config/config.guess, config/config.sub,
2054: config/depcomp, config/install-sh, config/ltmain.sh,
2055: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
2056: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
2057: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
2058: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
2059: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
2060: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
2061: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
2062: m4/lt~obsolete.m4: libtool updated to version 2.4.2
2063:
2064: * configure.in: preparation for new libtool
2065:
2066: * configure.in: Some beauty added :)
2067:
2068: * src/targets/apache/Makefile.am: := -> =
2069:
2070: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
2071: again. :)
2072:
2073: * src/include/pa_config_includes.h, configure.in: limits.h added,
2074: previously was taken from pcre_internal.h. :)
2075:
2076: * src/lib/pcre/Makefile.am: config.h returned
2077:
2078: * src/lib/pcre/config.h: still need this. :)
2079:
2080: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
2081:
2082: * configure.in: --with-charsets removed; --with-mysql-client & co
2083: removed
2084:
2085: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
2086: now in parser tree, no need to copy
2087:
2088: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
2089: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
2090: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
2091: debian/patches/101_pcre.patch - local copy of pcre_internal.h
2092: extracts now used old trash removed
2093:
2094: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
2095: rare charsets/drivers are commented, sql driver quessing removed
2096: (debian/patches/103_auto_p.patch)
2097:
2098: * etc/parser3.charsets/Makefile.am: charsets now in share
2099: (debian/patches/104_automake.patch) + all charsets are copied
2100:
2101: * buildall-with-xml, buildall-without-xml: curl option removed +
2102: extra arguments now supported
2103:
2104: 2012-06-08 misha
2105:
2106: * src/classes/table.C: - one params.as_hash usage was rolled back:
2107: the 2nd option in ^table.hash[] could be hash or table so
2108: .as_hash will throw an exception when table option is specified
2109:
2110: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2111: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
2112: classes/table.C, classes/void.C, classes/xdoc.C,
2113: include/pa_exception.h, types/pa_vmethod_frame.C,
2114: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
2115: and improved (whitespaces are allowed as empty options) -
2116: MethodParams::as_table is added - above methods are used for
2117: parsing methods' options ( new feature: #9 )
2118:
2119: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
2120: to vclass. now class fields can be accessible as a hash:
2121: $h[^hash::create[$asd:CLASS]]
2122:
2123: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
2124: have get_fields method so their fields can be accessed with
2125: ^reflection:fields[...] & ^reflection:field[...]
2126:
2127: 2012-06-06 misha
2128:
2129: * tests/280.html: - tests for
2130: ^reflection:method[obj-or-class;method],
2131: ^reflection:field[obj-or-class;field] and
2132: ^reflection:fields[obj-or-class] are added
2133:
2134: 2012-06-05 misha
2135:
2136: * src/classes/reflection.C: - ^reflection:method[class or
2137: object;method name] and ^reflection:field[class or object;field
2138: name] are added
2139:
2140: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
2141: is used
2142:
2143: * src/types/pa_method.h: - Method::as_vjunction method is added
2144:
2145: 2012-06-05 moko
2146:
1.97 moko 2147: * src/targets/: Makefile.am, Makefile.in: cgi now build with apache
2148: module
1.95 moko 2149:
2150: * src/classes/memcached.C: flish ttl fixed
2151:
2152: 2012-06-04 moko
2153:
2154: * src/classes/json.C, src/classes/op.C, tests/279.html,
2155: tests/results/279.processed: ^json:parse[] now supports $.taint
2156: option (new feature #833)
2157:
2158: 2012-06-04 misha
2159:
2160: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
2161: - search_stop method was moved from pa_vcookie.C to pa_common.C
2162:
2163: 2012-06-03 misha
2164:
2165: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
2166: cookies are parced and stored into $.cookies ( new feature: #31 )
2167:
2168: 2012-05-30 misha
2169:
2170: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
2171: incomplete class into a scope while @USE is found
2172:
2173: * src/main/compile.y: - add incomplete class into a scope while
2174: @USE and @CLASS instructions are found ( bugfix: #838 )
2175:
2176: 2012-05-30 moko
2177:
2178: * src/types/pa_vclass.C, tests/278.html,
2179: tests/results/278.processed: removed "property has no getter
2180: method" exception when GET_DEFAULT present (fixes #269)
2181:
2182: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
2183: $._default
2184:
2185: 2012-05-29 moko
2186:
2187: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
2188: uninitialized values usage (new feature: #154)
2189:
2190: 2012-05-28 moko
2191:
2192: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
2193: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
2194: src/types/pa_vdate.h, src/types/pa_vdouble.h,
2195: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
2196: src/types/pa_vobject.C, src/types/pa_vobject.h,
2197: src/types/pa_vstring.h, src/types/pa_vtable.C,
2198: tests/results/277.processed, src/types/pa_vtable.h,
2199: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
2200: ^json:string[$o; $.default[$method]] implemented for VObject (new
2201: feature #803)
2202:
2203: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
2204: tests/results/277.processed: json numbers are now treated as
2205: double ( new feature: #834 )
2206:
2207: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
2208: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
2209: added for out of range checks, zero division in vint/vdouble
2210: check added ( fixes #832 )
2211:
2212: * tests/: 275.html, results/275.processed: tests for pa_atoui added
2213: ( fixes #832 )
2214:
2215: 2012-05-28 misha
2216:
2217: * buildall-with-xml: - --without-lzma option is added to libxml2
2218: configure
2219:
2220: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
2221: added - tests for unsupported values for options $.file, $.table
2222: and $.date are added
2223:
2224: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
2225: accepts "stat" $.file[] option's value in addition to existed
2226: "text" and "base64" ( new feature: #835 )
2227:
2228: * tests/276.html: - test for
2229: ^reflection:delete[$object-or-class;field-name]
2230:
2231: * src/classes/reflection.C: -
2232: ^reflection:delete[$object-or-class;field-name] is added ( new
2233: feature: #268 )
2234:
2235: 2012-05-27 misha
2236:
2237: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
2238:
2239: 2012-05-24 misha
2240:
2241: * src/include/pa_common.h: - method lastposafter was removed
2242:
2243: * src/classes/file.C: - use strrpbrk & rskipchars instead of
2244: lastposafter - ^file:dirname[] & Co proper handle windows file
2245: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
2246: work as *nix commands
2247:
2248: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
2249:
2250: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
2251: rskipchars were added
2252:
2253: * tests/270.html: - more tests for ^file:find[]
2254:
2255: * tests/065.html: - more tests for ^file:dirname[] & Co
2256:
2257: * src/include/pa_version.h: - must be "win32" here. it is
2258: auto-generated on *nix
2259:
2260: 2012-05-24 moko
2261:
2262: * src/classes/math.C: ^math:convert[] now supports uint32 and
2263: throws overflow exception ( new feature: #830 )
2264:
2265: * tests/: 275.html, results/275.processed: test for ^math:convert[]
2266: uint32 support and overflow added ( new feature: #830 )
2267:
2268: 2012-05-23 moko
2269:
2270: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
2271: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
2272: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
2273: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2274: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2275: types/pa_vregex.h, types/pa_vstateless_class.C,
2276: types/pa_vstateless_class.h, types/pa_vstring.h,
2277: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
2278: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
2279: "return string as-is" removed from as_expr_result. ( new feature:
2280: #831 )
2281:
2282: * tests/results/244.processed: test changed after bug #782 fix
2283: commited
2284:
2285: * tests/results/229.processed: test results for bug #782 commited
2286:
2287: * tests/: 254.html, results/254.processed: uid now just compared,
2288: not printed. :)
2289:
2290: 2012-05-20 moko
2291:
2292: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
2293: feature: #341 )
2294:
2295: * tests/: 254.html, results/254.processed: test for
2296: ^reflection:uid[] added
2297:
2298: * tests/: 254.html, results/254.processed: test for
2299: ^reflection:uid[$obj] added
2300:
2301: 2012-05-17 misha
2302:
2303: * src/main/untaint.C: - do not replace ' char by _26 while
2304: exploding filespec-tainting ( new feature: #829 )
2305:
2306: 2012-05-12 moko
2307:
2308: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
2309: not.
2310:
2311: 2012-05-08 moko
2312:
2313: * src/types/pa_vmethod_frame.h: bug #782 fixed
2314:
2315: * tests/229.html: test for bug #782
2316:
2317: * tests/results/259.processed, src/main/pa_request.C,
2318: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
2319: src/types/pa_vstring.h, src/types/pa_vvoid.C,
2320: src/types/pa_vvoid.h: feature #154 - first empty param now
2321: string; defined locals are empty strings; $STRICT-VARS(true)
2322: added
2323:
2324: 2012-04-27 moko
2325:
1.97 moko 2326: * src/targets/apache/: Makefile.am, Makefile.in:
1.95 moko 2327: ../../lib/memcached/libmemcached.a added
2328:
2329: 2012-04-27 misha
2330:
2331: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
2332: ( #827 )
2333:
2334: 2012-04-25 moko
2335:
2336: * src/: classes/json.C, classes/memcached.C,
2337: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2338: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
2339: implemented.
2340:
2341: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
2342:
2343: 2012-04-23 moko
2344:
2345: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2346: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2347: types/pa_vmemcached.h: open allows options hash for new
2348: memcached(options) function
2349:
2350: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
2351: not appended
2352:
2353: 2012-04-21 moko
2354:
2355: * src/classes/curl.C: '' added. :)
2356:
2357: * src/classes/classes.vcproj: new curl.h location
2358:
2359: * src/classes/curl.C: verbose output redirection from stderr to
2360: file curl option added
2361:
2362: 2012-04-20 moko
2363:
2364: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
2365: contains what we need from curl, #ifdef HAVE_CURL removed
2366:
1.97 moko 2367: * Makefile.in, configure, configure.in, bin/Makefile.in,
2368: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
2369: src/Makefile.in, src/classes/Makefile.am,
2370: src/classes/Makefile.in, src/include/Makefile.in,
1.95 moko 2371: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.97 moko 2372: src/lib/Makefile.am, src/lib/Makefile.in,
2373: src/lib/cord/Makefile.in, src/lib/cord/include/Makefile.in,
2374: src/lib/cord/include/private/Makefile.in,
2375: src/lib/curl/Makefile.am, src/lib/curl/Makefile.in,
2376: src/lib/curl/curl.h, src/lib/gc/Makefile.in,
2377: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
2378: src/lib/json/Makefile.in, src/lib/ltdl/Makefile.in,
2379: src/lib/md5/Makefile.in, src/lib/memcached/Makefile.in,
2380: src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
2381: src/lib/sdbm/pa-include/Makefile.in, src/lib/smtp/Makefile.in,
2382: src/main/Makefile.in, src/sql/Makefile.in,
2383: src/targets/Makefile.in, src/targets/apache/Makefile.in,
2384: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
2385: src/types/Makefile.in: curl.h header now in src/lib/curl, not
1.95 moko 2386: configure option
2387:
2388: 2012-04-19 moko
2389:
2390: * src/: classes/double.C, classes/inet.C, classes/int.C,
2391: classes/string.C, lib/gc/include/gc_allocator.h,
2392: types/pa_vform.C: PVS-Studio detected errors fixes, unused
2393: options from sql_result_string removed. (closes issue #468)
2394:
2395: * src/types/pa_vmemcached.C: empty string fix
2396:
2397: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
2398: pa_vstring.C, pa_vstring.h: serialization helpers moved to
2399: pa_vmemcached.C
2400:
2401: 2012-04-18 moko
2402:
2403: * src/targets/apache/mod_parser3.c: "Parser3 module requires
2404: apache2-mpm-prefork" error displayed in threaded mpm.
2405:
2406: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
2407: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
2408: installed (issue #354)
2409:
2410: 2012-04-16 moko
2411:
2412: * src/types/pa_vmemcached.C: call to memcached_result_create and
2413: memcached_result_free removed
2414:
2415: 2012-04-14 moko
2416:
2417: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
2418:
2419: * src/types/pa_vmemcached.C: check_key added and used
2420:
2421: 2012-04-13 moko
2422:
2423: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
2424: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
2425: Serialization_data now added and used, VString now serialized
2426: with languages into memcached.
2427:
2428: 2012-03-28 moko
2429:
2430: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
2431: lib/memcached/pa_memcached.h: result lengths added
2432:
2433: 2012-03-27 moko
2434:
2435: * src/types/pa_vmemcached.C: strdup added
2436:
2437: 2012-03-24 moko
2438:
2439: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2440: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2441: types/pa_vmemcached.h: memcached: mget, flush, fttl added
2442:
2443: 2012-03-20 moko
2444:
1.97 moko 2445: * configure, configure.in, src/classes/Makefile.in,
2446: src/lib/Makefile.in, src/lib/memcached/Makefile.in,
2447: src/targets/cgi/Makefile.in, src/types/Makefile.in: Makefiles.in
2448: updated for memcached
1.95 moko 2449:
2450: * src/targets/cgi/Makefile.am: cleanup
2451:
2452: * src/: types/Makefile.am, types/pa_vmemcached.C,
2453: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
2454:
2455: * src/: classes/Makefile.am, classes/memcached.C,
2456: lib/memcached/Makefile.am, lib/memcached/constants.h,
2457: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2458: lib/memcached/types.h, lib/Makefile.am: memcached initial
2459:
2460: 2012-03-16 moko
2461:
2462: * src/main/execute.C: ident now works under Linux + ident displays
2463: filenames (closes issue #818)
2464:
1.97 moko 2465: * src/types/: Makefile.am, Makefile.in, pa_vmethod_frame_global.h,
1.95 moko 2466: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
2467: pa_vmethod_frame_local.h removed
2468:
2469: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2470: classes/classes.h, classes/curl.C, classes/date.C,
2471: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2472: classes/hashfile.C, classes/image.C, classes/inet.C,
2473: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2474: classes/memory.C, classes/op.C, classes/reflection.C,
2475: classes/regex.C, classes/response.C, classes/string.C,
2476: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2477: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2478: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2479: include/pa_config_fixed.h, include/pa_config_includes.h,
2480: include/pa_dictionary.h, include/pa_dir.h,
2481: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2482: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2483: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2484: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2485: include/pa_request_charsets.h, include/pa_request_info.h,
2486: include/pa_sapi.h, include/pa_socks.h,
2487: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2488: include/pa_stack.h, include/pa_string.h,
2489: include/pa_stylesheet_connection.h,
2490: include/pa_stylesheet_manager.h, include/pa_table.h,
2491: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2492: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2493: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2494: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
2495: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2496: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2497: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2498: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2499: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2500: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2501: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2502: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2503: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2504: main/pa_string.C, main/pa_stylesheet_connection.C,
2505: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2506: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2507: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
2508: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2509: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2510: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2511: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2512: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2513: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2514: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2515: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2516: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2517: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2518: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2519: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2520: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2521: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2522: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2523: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2524: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
2525: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
2526: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
2527: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
2528: types/pa_vresponse.h, types/pa_vstateless_class.C,
2529: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
2530: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
2531: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
2532: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
2533: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
2534: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
2535: ident now works under Linux + ident displays filenames (closes
2536: issue #818) Copyright updated
2537:
2538: 2012-03-13 moko
2539:
2540: * src/main/pa_string.C: compilation fix for feature #741
2541:
2542: 2012-03-09 misha
2543:
2544: * tests/193.html: - tests for ^string:base64[encoded] are updated
2545:
2546: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
2547: now detects invalid base64 chars in the middle of encoded stricg
2548: ( new feature: #55 )
2549:
2550: * src/include/pa_exception.h: - new exception type for base64
2551: decoding is added
2552:
2553: 2012-03-06 misha
2554:
2555: * tests/274.html: - tests for ^date::today[] and
2556: ^date.sql-string[datetime|date|time] are added
2557:
2558: * src/classes/date.C: - constructor ^date::today[] is added ( new
2559: feature: #811 ) - ^date.sql-string[] now can accept one param --
2560: strings "datetime", "date" or "time" - comments tidying up
2561:
2562: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
2563: date and time
2564:
2565: 2012-03-03 misha
2566:
2567: * tests/193.html: - tests for
2568: ^string:base64[encoded;$.strict(true)] are added
2569:
2570: * tests/results/auto.p: - try-catch operator is added
2571:
2572: * src/: classes/file.C, classes/string.C, include/pa_common.h,
2573: main/pa_common.C: - $.strict(true|false) option is added to
2574: base64 decode methods ( new feature: #55 )
2575:
2576: * src/main/pa_common.C: - base64 decode memory usage was decreased
2577: ( new feature: #819 )
2578:
2579: 2012-02-28 moko
2580:
2581: * src/classes/hash.C: ident test
2582:
2583: 2012-02-27 misha
2584:
2585: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
2586:
2587: 2012-01-08 misha
2588:
2589: * tests/273.html: - tests for ^string.replace[from;to] are added
2590:
2591: * src/: classes/string.C, include/pa_dictionary.h,
2592: main/pa_dictionary.C, main/pa_string.C: -
2593: ^string.replace[from;to] is added ( new feature: #741 ) -
2594: ^string.replace[one subst here] is slightly optimized
2595:
2596: 2011-12-07 misha
2597:
2598: * src/classes/table.C: - $t[^table::create{$empty}] now creates
2599: named table with one empty column ( bugfix: #63 )
2600:
2601: 2011-11-30 misha
2602:
2603: * src/classes/json.C: - it's possible to set user's method for
2604: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
2605: #763 )
2606:
2607: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
2608:
2609: 2011-11-23 misha
2610:
2611: * src/: classes/curl.C, classes/file.C, classes/image.C,
2612: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
2613: types/pa_vfile.h, types/pa_vform.C: - constructor
2614: ^file::create[mode;filename;content[;options]] now accepts binary
2615: mode and file-content - new constructor's format:
2616: ^file::create[string-or-file-content[;$.name[filename]
2617: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
2618: feature: #65 )
2619:
2620: * src/: include/pa_request.h, main/pa_request.C: - new method
2621: mime_type_of(const String*) is added
2622:
2623: * src/include/pa_exception.h: - new exception constant
2624: FILE_NAME_MUST_BE_SPECIFIED is added
2625:
2626: * src/classes/table.C: - bug with negative offset transformed into
2627: a feature. it means pointing to a row from the end of the table (
2628: new feature: #810 )
2629:
2630: 2011-11-19 misha
2631:
2632: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
2633: â ìåòîäå _select ( new feature: #810 )
2634:
2635: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
2636: options were specified together is simplified
2637:
2638: 2011-11-12 misha
2639:
2640: * src/main/pa_request.C: - forgotten fix for escaping filename in
2641: HTTP content-disposition header (a part of bug #361 )
2642:
2643: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
2644: checks for ancestors' classes as well ( new feature: #456 )
2645:
2646: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
2647: "without cycle" now have types "parser.break" and
2648: "parser.continue" instead of "parser.runtime" ( new feature: #799
2649: )
2650:
2651: 2011-11-11 misha
2652:
2653: * tests/results/: 099.processed, 100.processed, 205.processed,
2654: 237.processed: - since bug #361 was fixed the content of filename
2655: in HTTP headers is quoted
2656:
2657: * tests/results/270.processed: - result for test 270
2658:
2659: * tests/: 065.html, results/065.processed: - more tests for
2660: ^file:basename[] & Co were added
2661:
2662: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
2663:
2664: * tests/270.html: - tests for ^file:find[] are added
2665:
2666: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
2667: using option $.charset. option $.engoding is still supported but
2668: these options can not be specified together
2669:
2670: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
2671: comparation charset name with string "UTF-8" ( bugfix: #759 )
2672:
2673: 2011-10-11 misha
2674:
2675: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
2676: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
2677: #622)
2678:
2679: 2011-09-30 misha
2680:
2681: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
2682: exception "saving stat-ed file" ( bugfix: #395 )
2683:
2684: 2011-05-30 misha
2685:
2686: * src/classes/string.C: - fixed bug which was added with
2687: params.as_hash into string:sql
2688:
2689: 2011-05-29 misha
2690:
2691: * src/types/pa_value.C: - filename in content-disposition header
2692: must be quoted ( bugfix: #361 )
2693:
2694: 2011-05-27 misha
2695:
2696: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
2697: created file
2698:
2699: * src/classes/: hash.C, mail.C: - little tunning with get_hash
2700: usage
2701:
2702: * src/include/pa_exception.h: - one more string for exception was
2703: added
2704:
2705: 2011-05-25 misha
2706:
2707: * tests/269.html: - tests for checking input params in some dom
2708: methods
2709:
2710: * src/classes/: xdoc.C, xnode.C: - validation of some input params
2711: was added. it isn't possible not wo create xdoc with invalid
2712: tagName. ( bugfix: #160 )
2713:
2714: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
2715: string "data must be string" was mover from pa_exception.h to
2716: pa_xml_exception.h
2717:
2718: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
2719: as_xmlncname, as_xmlname and as_xmlnsuri were added
2720:
2721: * src/main/pa_xml_exception.C: - XmlException accepts more options
2722:
2723: * src/include/pa_xml_exception.h: - XmlException accepts more
2724: options - XML-related exception's strings were added
2725:
2726: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
2727: output_options were removed)
2728:
2729: 2011-05-19 misha
2730:
2731: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
2732: params.as_hash is used more while parsing methods hash-options
2733:
2734: 2011-05-18 misha
2735:
2736: * operators.txt: - info about json-serialization of xdoc was added
2737:
2738: * tests/256.html: - tests for json-serialization xdoc were added
2739:
2740: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
2741:
2742: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2743: classes/json.C, classes/xdoc.C: - now json:string can serialize
2744: xdoc-objects. options (the same as ^xdoc.string[]) could be
2745: specified in $.xdoc[] ( new feature: #265 )
2746:
2747: 2011-05-15 misha
2748:
2749: * tests/268.html: - tests for ^table.count[with options] were added
2750:
2751: * src/classes/table.C: - method ^table.count[] now can accept
2752: options ( new feature: #93 ): ^table.count[column] returns number
2753: of columns for named table; ^table.count[cells] returns number of
2754: cells in the current row; ^table.count[] & ^table.count[rows]
2755: return number of rows in a table.
2756:
2757: * tests/267.html: - test for checking switch/case in boolean mode
2758: was added
2759:
2760: * src/classes/op.C: - if switch's or case's value is bool, they are
2761: compared as bool values, not as double values: new feature: #351
2762:
2763: 2011-05-06 misha
2764:
2765: * tests/242.html: - EOL before EOF was added
2766:
2767: * tests/169.html: - tests for splitting empty string and void were
2768: added
2769:
2770: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
2771: returned table with one empty cell)
2772:
2773: 2011-04-03 misha
2774:
2775: * src/include/pa_version.h, configure.in: - version in head was
2776: changed to 3.4.2b
2777:
2778: 2011-03-30 misha
2779:
2780: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
2781: as well ( new feature #294 )
2782:
2783: 2011-03-29 misha
2784:
2785: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
2786: limited to approx. 6 MB. previous limits were too big for real
2787: life. bugfix: #216
2788:
2789: 2011-03-04 moko
2790:
2791: * etc/parser3.charsets/cp866.cfg: Conforms to
2792: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
2793:
2794: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
2795: vlalek@
2796:
2797: 2011-02-22 misha
2798:
2799: * src/include/pa_charset.h, operators.txt: - some methods mustn't
2800: be under #ifdef XML or parser can't be compiled without xml
2801: support
2802:
2803: 2011-02-21 misha
2804:
1.97 moko 2805: * src/targets/apache/: Makefile.am, Makefile.in: - mention
1.95 moko 2806: ApacheModuleParser3.vcproj was removed
2807:
2808: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
2809: removed)
2810:
2811: 2011-02-20 misha
2812:
2813: * tests/: 266.html, 266.p: - tests for checking $.inherited and
2814: $.overridden in ^reflection:method_info[...] were added
2815:
2816: * src/classes/reflection.C: - beautifying result of
2817: ^reflection:method_info[] ($.overridden/inherited)
2818:
2819: 2011-02-18 misha
2820:
2821: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
2822: and pa_isalnum instead of isalpha and isalnum - bug with
2823: redundand quoting lowercased latin chars while building email
2824: body was fixed
2825:
2826: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
2827: added (they check for latin chars only)
2828:
2829: 2011-02-16 misha
2830:
2831: * src/main/pa_charset.C: - bugfix: in some cases the calculating
2832: string size for transcoding gave too small value (should ever
2833: look for availability char in dest charset inspite of the char
2834: size)
2835:
2836: 2011-02-04 moko
2837:
2838: * tests/223.html: header values now not url-encoded (issue #195)
2839:
2840: 2011-02-01 misha
2841:
2842: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
2843:
2844: 2011-01-31 misha
2845:
2846: * src/main/pa_request.C: - throw exception if param file_name in
2847: use_file is empty
2848:
2849: 2011-01-08 moko
2850:
2851: * src/classes/curl.C: compilations errors fixed
2852:
2853: 2010-12-29 moko
2854:
2855: * tests/: 265.html, results/265.processed: test for issue #200
2856: added
2857:
2858: * src/main/pa_string.C: empty regex result check added (fixes issue
2859: #200)
2860:
2861: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
2862:
2863: * tests/results/223.processed: header values now not url-encoded
2864: (issue #195)
2865:
2866: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2867: main/untaint.C: L_HTTP_HEADER now used in http headers values,
2868: pa_http_safe_header_name added for headers names (fixes bug #195)
2869:
2870: 2010-12-18 misha
2871:
2872: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
2873: => pa-include
2874:
2875: 2010-11-28 moko
2876:
2877: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
2878:
2879: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
2880: -> pa
2881:
1.97 moko 2882: * src/: classes/Makefile.in, lib/sdbm/Makefile.in,
2883: lib/sdbm/pa-include/Makefile.in, types/Makefile.in: apr -> pa
2884:
1.95 moko 2885: * configure.in: apr -> pa
2886:
2887: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
2888:
2889: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
2890: classes/Makefile.am, types/Makefile.am: apr -> pa
2891:
2892: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
2893: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
2894: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
2895: pa-include/pa_apr.h, pa-include/pa_errno.h,
2896: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
2897: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
2898: module apr name conflict resolved)
2899:
2900: 2010-11-27 misha
2901:
2902: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
2903: libbz2
2904:
2905: 2010-11-26 misha
2906:
2907: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
2908: warnings removed
2909:
2910: 2010-11-25 moko
2911:
2912: * operators.txt: $.indent(true)
2913:
2914: * operators.txt: another bugfix. :)
2915:
2916: * operators.txt: bugfix. :)
2917:
2918: * buildall-with-xml: libxml2-2.7.8 + with-apache
2919:
2920: 2010-11-24 moko
2921:
1.97 moko 2922: * bin/Makefile.in, etc/Makefile.in,
2923: etc/parser3.charsets/Makefile.in: APACHE13->APACHE
2924:
2925: * src/: Makefile.in, classes/Makefile.in, include/Makefile.in,
2926: lib/Makefile.in, lib/cord/Makefile.in,
2927: lib/cord/include/Makefile.in,
2928: lib/cord/include/private/Makefile.in, lib/gc/Makefile.in,
2929: lib/gc/include/Makefile.in, lib/gd/Makefile.in,
2930: lib/json/Makefile.in, lib/ltdl/Makefile.in, lib/md5/Makefile.in,
2931: lib/pcre/Makefile.in, lib/sdbm/Makefile.in, lib/smtp/Makefile.in,
2932: main/Makefile.in, sql/Makefile.in, targets/Makefile.in,
2933: targets/cgi/Makefile.in, targets/isapi/Makefile.in,
2934: types/Makefile.in: APACHE13 -> APACHE
2935:
2936: * Makefile.in, src/targets/apache/Makefile.in, configure: apxs
2937: support
1.95 moko 2938:
2939: * configure.in: apxs support -Bstatic gc removed for OS X
2940:
2941: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
2942:
2943: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
2944: THREAD_LOCAL usage
2945:
2946: * src/: classes/curl.C, include/pa_config_includes.h,
2947: main/pa_globals.C: THREAD_LOCAL defined and used
2948:
2949: 2010-11-23 moko
2950:
2951: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
2952: should be passed to pa_sleep, and only fractional part (bugfix:
2953: #188)
2954:
2955: * src/targets/apache/mod_parser3.c: 1.3 compatibility
2956:
2957: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
2958: GC_dont_gc=1, as in cgi version
2959:
2960: * src/targets/apache/mod_parser3.c: warning war
2961:
2962: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
2963: pa_httpd.h: version removed, some trash removed
2964:
2965: * src/targets/apache/mod_parser3.c: version removed (we don't want
2966: to show it), warning war
2967:
2968: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
2969: pa_httpd.h: parser_status_allowed removed + merge config
2970: functions removed (override is the default) + beauty
2971:
2972: * src/: include/pa_request.h, main/pa_request.C,
2973: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
2974: hide $status used in apache module removed
2975:
2976: 2010-11-18 moko
2977:
2978: * operators.txt: $.table[compact] added for ^json:string[]
2979:
2980: 2010-11-16 moko
2981:
2982: * src/targets/apache/mod_parser3.c: some cleanup done
2983:
2984: * src/main/untaint.C: bugfix: first, second String::Body argument
2985: is hashcode; second, info.fragment_begin is original, not
2986: resulting length
2987:
2988: * src/classes/file.C: new feature: $.stdin now untainted
2989:
2990: * tests/results/264.processed: new feature: $.stdin[] now untainted
2991:
2992: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
2993:
2994: * src/classes/op.C: ^apply-taint[] method added
2995:
2996: * tests/: 264.html, results/264.processed: ^apply-taint[] test
2997: added; $.stdin untaint test added
2998:
2999: 2010-11-15 moko
3000:
3001: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
3002: removed
3003:
3004: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
3005: pa_httpd.h: 2x2 calculated under apache2. :)
3006:
3007: 2010-11-13 moko
3008:
3009: * src/targets/apache/mod_parser3.c: initial changes to build module
3010: with apache 2.x includes
3011:
3012: * src/targets/apache/: Makefile.am, mod_parser3.c,
3013: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
3014: united apache 1.3 / apache 2.x DSO module
3015:
3016: 2010-11-09 moko
3017:
3018: * src/types/pa_method.h: check added to dissallow @method[name;*]
3019: syntax
3020:
3021: * tests/: 263.html, results/263.processed: test from method[*args]
3022: added
3023:
3024: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
3025: number of params can now be passed to a method declared with *arg
3026:
3027: 2010-11-06 moko
3028:
3029: * src/classes/table.C: formating fixed. :)
3030:
3031: * src/classes/table.C: closes #4: ^table.select now supports
3032: $.limit(), $.offset, $.reverse() options
3033:
3034: * tests/: 262.html, results/262.processed: test for ^table:select
3035: with options added (feature #4)
3036:
3037: * src/include/pa_array.h: remove function added
3038:
3039: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
3040: object in get_element/put_element, using static one.
3041:
3042: 2010-11-04 moko
3043:
3044: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
3045: options is passed
3046:
3047: * tests/: 256.html, results/256.processed: $.table[compact] feature
3048: now tested; k and p in handler now tested.
3049:
3050: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
3051: $.table[compact] feature added
3052:
3053: * src/classes/json.C: key is now passed to handler in
3054: value_json_string; ^json:string result now process tainting
3055: inside and returns clean string, related to issue #153
3056:
3057: * src/main/untaint.C: bugfix: charset can be null (in
3058: ^string:save[] as example), thus check is added
3059:
3060: 2010-10-31 moko
3061:
3062: * src/classes/string.C: error message changed (fixes issue #149)
3063:
3064: 2010-10-29 moko
3065:
3066: * src/main/pa_http.C: ":port" is now added to "Host:" header if
3067: port is not default (fixes issue #155); exception on invalid port
3068: added.
3069:
3070: * src/main/untaint.C: '*' is now not urlencoded to allow header
3071: "Accept: */*" to be passed
3072:
3073: 2010-10-28 moko
3074:
3075: * src/classes/curl.C: bugfix: detect_charset() was throwing
3076: exception on unknown charset even if response_charset was
3077: specified
3078:
3079: 2010-10-27 moko
3080:
3081: * src/classes/string.C: ^string.append removed for void
3082: compatibility
3083:
3084: 2010-10-26 moko
3085:
3086: * src/classes/json.C: libjson supports array at top level, we too
3087: (GPF fixed)
3088:
3089: 2010-10-25 moko
3090:
3091: * tests/: 253.html, results/253.processed: libjson supports array
3092: at top level, parser now supports it as well.
3093:
3094: * tests/261.html, tests/results/261.processed,
3095: src/types/pa_vstring.h: empty string is now void compatible
3096: (allows $empty.key)
3097:
3098: 2010-10-22 misha
3099:
3100: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
3101: while adding additional expires checkout)
3102:
3103: * tests/030.html: - test for session cookie was added
3104:
3105: 2010-10-21 moko
3106:
3107: * src/: classes/string.C, classes/void.C, main/execute.C,
3108: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
3109: string (feature #111)
3110:
3111: * tests/: 261.html, results/261.processed: checks void from string
3112: inheritance (feature #111)
3113:
3114: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
3115: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
3116: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
3117: now true by default
3118:
3119: 2010-10-17 moko
3120:
3121: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
3122: upload now uses binary blocks instead of L_FILE_POST tainting.
3123: (bugfix: #128)
3124:
3125: * tests/: 223.html, results/223.processed: binary file upload test
3126: added, GPF (issue #128) also checked in this test
3127:
3128: 2010-10-13 misha
3129:
3130: * tests/260.html: - test for math:convert
3131:
3132: * src/classes/math.C: - error in math:convert was fixed
3133:
3134: * operators.txt: - info about
3135: ^math:convert[number](from-base;to-base) was added
3136:
3137: * src/classes/math.C: - method
3138: ^math:convert[number](from-base;to-base) for converting number
3139: represention from one base to another was added ( new feature:
3140: #23 )
3141:
3142: 2010-10-13 moko
3143:
3144: * src/main/compile.tab.C: [] now is empty string, not void
3145:
3146: * src/main/compile.y: [] now is empty string, not void
3147:
3148: * src/types/pa_vvoid.h: void now passed as parameter
3149:
3150: * tests/: 259.html, results/259.processed: to test difference
3151: between void and empty string (see ticket #111)
3152:
3153: * tests/results/152.processed: $sEmpty[] is now empty string, not
3154: void
3155:
3156: * tests/256.html: $s[$void] is no longer empty string
3157:
3158: * tests/254.html: empty string is no longer void
3159:
3160: 2010-10-12 misha
3161:
3162: * src/types/pa_vcookie.C: - check if $.expires value can be
3163: converted to date during cookies set up ( bugfix: #104 )
3164:
3165: * tests/041.html: - more tests for ^table.locate were added
3166:
3167: * src/classes/table.C: - ^table.locate[field;value;options] didn't
3168: work ( bugfix: #129 ) - exception comment for incorrect options
3169: ^table.locate[field;value;options] was fixed
3170:
3171: 2010-10-10 moko
3172:
3173: * src/: classes/reflection.C, main/execute.C: constructor returning
3174: another object feature returned
3175:
3176: * tests/results/258.processed: test result updated as constructor
3177: returning another object feature returned
3178:
3179: * tests/: 258.html, results/258.processed: test for constructor
3180: returning another object
3181:
3182: 2010-10-08 misha
3183:
3184: * tests/257.html: - whitespaces after @METACOMMANDS and their
3185: options shouldn't cause exceptions any longer
3186:
3187: 2010-10-06 moko
3188:
3189: * src/classes/: hash.C, table.C: length from sql server is now
3190: ignored, as sql string can contain 0x00 inside (bugfix: #119)
3191:
3192: 2010-10-02 misha
3193:
3194: * operators.txt: - the X mark was removed from ^cache[file]. it is
3195: usable to delete cache file.
3196:
3197: 2010-10-02 moko
3198:
3199: * tests/: 253.html, results/253.processed: hook_key added for key
3200: checking
3201:
3202: * src/classes/json.C: null key bug fixed
3203:
3204: 2010-09-29 misha
3205:
3206: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
3207:
3208: 2010-09-25 moko
3209:
3210: * src/classes/json.C: small fixed
3211:
3212: * tests/results/: 253.processed, 255.processed: just updated
3213:
3214: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
3215: results/255.processed: charset transcode test added for
3216: json:parse
3217:
3218: 2010-09-24 moko
3219:
3220: * src/types/pa_value.h: warning war :)
3221:
3222: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
3223: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
3224: ^json:string
3225:
3226: 2010-09-22 moko
3227:
3228: * src/main/pa_charset.C: parser charset tables declare only
3229: white-space before 0x20, thus adding the missing chars
3230:
3231: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
3232: to http://unicode.org/Public/MAPPINGS/VENDORS/
3233:
3234: 2010-09-21 misha
3235:
3236: * src/main/compile.y: - some semicolons were added (VS2010 don't
3237: want to compile grammar if they are absent)
3238:
3239: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
3240:
3241: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
3242:
3243: * src/main/main.vcproj: - path to bison is changed
3244:
3245: 2010-09-21 moko
3246:
1.97 moko 3247: * etc/parser3.charsets/: Makefile.in, windows-1250.cfg,
3248: windows-1251.cfg, windows-1254.cfg, windows-1257.cfg,
3249: x-mac-cyrillic.cfg: updated to conform to
3250: http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 3251:
3252: 2010-09-20 misha
3253:
3254: * src/types/pa_vtable.C: - add EOLs while json-serializing table
3255:
3256: * src/classes/json.C: - add EOL while json-serializing hash
3257:
3258: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
3259: compilers don't like 'ES'.
3260:
3261: 2010-09-17 misha
3262:
3263: * operators.txt: - info about json class was added
3264:
3265: * src/classes/json.C: - ^json:string[object]
3266:
3267: * src/: include/pa_request.h, main/pa_request.C: - stuff for
3268: preventing infinite recursion while executing json:string was
3269: added
3270:
3271: * src/include/pa_string.h: - method append_quoted was added
3272:
3273: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
3274: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
3275: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
3276: was added to Value & Co
3277:
3278: * src/classes/date.C: - methods get_gmt_string and get_sql_string
3279: were used
3280:
3281: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
3282: were added
3283:
3284: 2010-09-10 moko
3285:
3286: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
3287: die_or_abort (backport from 3.4.1)
3288:
3289: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
3290: die_or_abort (bugfix: #106)
3291:
3292: 2010-09-09 moko
3293:
3294: * src/classes/json.C: warning war. :)
3295:
3296: 2010-09-08 misha
3297:
3298: * src/lib/json/Makefile.am: - additional include directories were
3299: added (for pa_memory.h and gc.h)
3300:
3301: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
3302: compile as C++ instead default - additional include directory was
3303: added (for gc.h)
3304:
3305: * src/types/pa_vform.C: - little code reformating
3306:
3307: * src/classes/file.C: - $.content-type option now can be specified
3308: in ^file::create ( new feature: #102 )
3309:
3310: 2010-09-08 moko
3311:
3312: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
3313: pa_malloc/pa_free
3314:
3315: 2010-09-07 moko
3316:
3317: * tests/results/254.processed: VStateless_class:put_element
3318: exception was fixed
3319:
3320: * src/types/: pa_value.h, pa_vstateless_class.h: now
3321: VStateless_class:put_element barks self.type, not this.type
3322: (bugfix: #105)
3323:
3324: 2010-09-06 moko
3325:
3326: * src/classes/reflection.C: bugfix: new String() is required for
3327: exception handling
3328:
3329: * tests/: 254.html, results/254.processed: test modified
3330:
3331: 2010-09-05 moko
3332:
3333: * tests/: 254.html, results/254.processed: ^reflection:copy test
3334: added
3335:
3336: * src/: classes/reflection.C, include/pa_request.h:
3337: ^reflection:copy implemented (new feature: #100)
3338:
3339: 2010-09-03 moko
3340:
3341: * src/lib/json/JSON_parser.C: c++ compatiblity
3342:
3343: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
3344: option testing added
3345:
3346: 2010-09-02 moko
3347:
3348: * src/classes/json.C: $.distinct[first|last|all] added
3349:
3350: 2010-09-01 moko
3351:
3352: * tests/results/253.processed: json test result
3353:
3354: * tests/: 253.html, 253_json.txt: json test added
3355:
3356: * src/classes/json.C: json.C update to actual version + hash key
3357: creation bugfix
3358:
3359: 2010-08-31 misha
3360:
3361: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
3362: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
3363: src/lib/Makefile.am, src/classes/Makefile.am,
3364: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
3365: json library was added
3366:
3367: 2010-08-30 moko
3368:
3369: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
3370: types/pa_vobject.C: cosmetic optimization in
3371: request:execute_method usage
3372:
3373: * src/: include/pa_charset.h, main/pa_charset.C: small
3374: optimization, just to decrease number of lines. :)
3375:
3376: 2010-08-27 misha
3377:
3378: * src/classes/op.C: - taint[json] was added
3379:
3380: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
3381: were added
3382:
3383: * src/main/pa_exec.C: - warning fix was rolled back.
3384:
3385: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
3386: include/pa_string.h: - taint[json] was added - escaping was
3387: slightly modified
3388:
3389: 2010-08-25 misha
3390:
3391: * src/classes/file.C: - typo in file:sql exception was fixed
3392:
3393: * src/main/pa_exec.C: - warning about declared and not used
3394: variable forced_allow was removed
3395:
3396: 2010-08-14 misha
3397:
3398: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
3399: were removed
3400:
3401: 2010-08-11 moko
3402:
3403: * tests/: 249.html, results/249.processed: default setter and
3404: anti-recursive default getter test added
3405:
3406: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
3407: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
3408: types/pa_vobject.h, types/pa_vstateless_class.C,
3409: types/pa_vstateless_class.h: default setter support +
3410: anti-recursive default getter support ( new feature: #13 )
3411:
3412: * src/include/pa_hash.h: optimization: threshold member removed
3413: from hash, reducing sizeof(hash)
3414:
3415: 2010-08-10 misha
3416:
3417: * tests/196.html: - junction-method was added to the test
3418:
3419: * tests/248.html: - ups. typo :)
3420:
3421: * tests/248.html: - test for checking .match with 4 params
3422:
3423: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
3424: 247_windows1251.txt: - test for "transcode file from utf-8 to
3425: $request:charset during loading if the BOM code is detected"
3426:
3427: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
3428: $request:charset during loading if the BOM code is detected ( new
3429: feature: #98 )
3430:
3431: 2010-08-05 misha
3432:
3433: * src/classes/image.C: - ^image.replace now can accept only 2
3434: params. in this case the whole image is affected ( new feature:
3435: #95 )
3436:
3437: 2010-08-04 misha
3438:
3439: * tests/246.html: - test tor ^hash._at[] was added
3440:
3441: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
3442: #53 )
3443:
3444: * src/include/pa_hash.h: - methods for accessing the first and the
3445: last values of ordered hash were added (first_value and
3446: last_value)
3447:
3448: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
3449: (similar to others file's methods):
3450: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
3451: #68 )
3452:
3453: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
3454:
3455: 2010-08-01 moko
3456:
3457: * src/classes/op.C: to correctly process $result[] in code, called
3458: from ^process
3459:
3460: * tests/245.html: $result in ^process[] test added
3461:
3462: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
3463: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
3464: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
3465: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
3466: caller, self) op_call(VMethodFrame &frame, bool constructing)
3467: removed, construct(class,method) added
3468:
3469: * tests/results/: 192.processed, 244.processed: request::construct
3470: added
3471:
3472: * tests/: 244.html, 245.html, results/244.processed,
3473: results/245.processed: object creation exceptions and ^process
3474: tests added
3475:
3476: 2010-07-28 misha
3477:
3478: * tests/make_tests.cmd: - win32 EOLs
3479:
3480: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
3481: tests on Win32 were added (The system timezone should be GMT+3)
3482:
3483: 2010-07-26 misha
3484:
3485: * tests/: 212.html, results/212.processed: - sizes were removed
3486: mecause they could be different on different OSs
3487:
3488: * tests/065.html: - make it "win32 friendly"
3489:
3490: 2010-07-25 misha
3491:
3492: * src/main/compile.y: - all EOLs between methods are removed during
3493: compilation ( new feature: #47 )
3494:
3495: * tests/results/149.processed: - prepare tests to trim trailing
3496: methods' EOLs
3497:
3498: * tests/149.html: - prepare tests to trim trailing methods' EOLs
3499:
3500: * tests/: results/006.processed, results/014.processed, 006.html,
3501: 014.html, 022.html: - prepare tests to trim trailing methods'
3502: EOLs
3503:
3504: * tests/: 059.html, 071.html, 149.html, results/059.processed,
3505: results/071.processed, results/022.processed: - prepare tests to
3506: trim trailing methods' EOLs
3507:
3508: * tests/: results/073.processed, results/109.processed,
3509: results/142.processed, results/144.processed,
3510: results/149.processed, 073.html, 096.html, 109.html, 142.html,
3511: 144.html: - prepare tests to trim trailing methods' EOLs
3512:
3513: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
3514: 149.html, 152.html, results/096.processed, results/107.processed,
3515: results/109.processed, results/142.processed,
3516: results/144.processed: - prepare tests to trim trailing methods'
3517: EOLs
3518:
3519: 2010-07-24 moko
3520:
3521: * tests/results/: 156.processed, 224.processed: fix for #54 changed
3522: the hash order in this test
3523:
3524: * tests/014.html: to check hash order, hash no is longer sorted
3525: before print
3526:
3527: * src/include/pa_hash.h: hash copy constructor now keeps order
3528: (bugfix: #54)
3529:
3530: 2010-07-23 moko
3531:
3532: * tests/results/224.processed: @auto[] is no longer inherited
3533:
3534: * src/types/pa_vstateless_class.C, tests/227.html,
3535: tests/results/227.processed: @auto[] is no longer inherited
3536: (bugfix: #57)
3537:
3538: 2010-07-22 misha
3539:
3540: * src/classes/table.C: - don't skip comment lines during
3541: table::load if encloser or separator is set as '#' ( new feature:
3542: #30 )
3543:
3544: * src/targets/cgi/parser3.C: - don't run as cgi if
3545: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
3546: #12 )
3547:
3548: * src/classes/file.C: - set PARSER_VARSION env before external
3549: script executing
3550:
3551: 2010-07-13 misha
3552:
3553: * tests/058.html: - test for suppressing @border was added - test
3554: for user attribute was added
3555:
3556: * tests/results/186.processed: unescaping from \uXXXX
3557:
3558: * tests/186.html: unescaping from \uXXXX
3559:
3560: * tests/: 239.html, results/239.processed: method call type
3561:
3562: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
3563: $junction_method.CLASS_NAME (+CLASS)
3564:
3565: 2010-07-07 misha
3566:
3567: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
3568: *nix
3569:
3570: 2010-07-05 misha
3571:
3572: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3573: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
3574: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
3575: comment strings "options must be hash", "options must be hash,
3576: not code" and "called with invalid option" were replaced by
3577: constatns - exception comment string "invalid option passed" was
3578: replaced by "called with invalid option" (now in different
3579: methods are the same exception comment string)
3580:
3581: * src/include/pa_exception.h: - more exception strings were defined
3582:
3583: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3584: types/pa_vstateless_class.h: - now we can define possible
3585: method's call type ( new feature: #5 ) 1.
3586: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
3587: methods 2. @static:method[params] (only static keyword could be
3588: used here) -- for specified methods
3589:
3590: * src/main/pa_common.C: - junction points should not be deleted on
3591: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
3592: cleanup
3593:
3594: 2010-07-03 misha
3595:
3596: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
3597: results/158.processed, results/160.processed,
3598: results/161.processed, results/162.processed,
3599: results/163.processed: - prepare tests to trim trailing methods'
3600: EOLs
3601:
3602: * tests/results/169.processed: - prepare tests to trim trailing
3603: methods' EOLs
3604:
3605: * tests/results/: 168.processed, 169.processed: - prepare tests to
3606: trim trailing methods' EOLs
3607:
3608: * tests/: results/170.processed, results/167.processed,
3609: results/168.processed, results/169.processed, 167.html, 168.html,
3610: 169.html: - prepare tests to trim trailing methods' EOLs
3611:
3612: * tests/: results/170.processed, results/171.processed,
3613: results/172.processed, results/173.processed,
3614: results/174.processed, results/175.processed, 170.html, 171.html,
3615: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
3616: trailing methods' EOLs
3617:
3618: * tests/: results/176.processed, results/180.processed,
3619: results/184.processed, results/185.processed,
3620: results/191.processed, results/192.processed,
3621: results/196.processed, results/197.processed,
3622: results/198.processed, 176.html, 180.html, 184.html, 185.html,
3623: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
3624: to trim trailing methods' EOLs
3625:
3626: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
3627: results/199.processed, results/208.processed,
3628: results/209.processed, results/213.processed,
3629: results/214.processed: - prepare tests to trim trailing methods'
3630: EOLs
3631:
3632: 2010-06-29 misha
3633:
3634: * tests/: 220.html, 218.html, results/218.processed,
3635: results/215.processed, results/217.processed, 215.html, 217.html:
3636: - prepare tests to trim trailing methods' EOLs
3637:
3638: * tests/: results/224.processed, 224.html, 223.html,
3639: results/223.processed, results/220.processed: - prepare tests to
3640: trim trailing methods' EOLs
3641:
3642: * tests/results/: 226.processed, 230.processed: - prepare tests to
3643: trim trailing methods' EOLs
3644:
3645: * tests/: 229.html, results/229.processed: - prepare tests to trim
3646: trailing methods' EOLs
3647:
3648: * tests/: 232.html, 235.html, results/232.processed,
3649: results/235.processed, 226.html, 227.html, 228.html, 230.html,
3650: results/226.processed, results/227.processed,
3651: results/228.processed, results/230.processed: - prepare tests to
3652: trim trailing methods' EOLs
3653:
3654: 2010-06-16 moko
3655:
3656: * tests/: 229.html, results/229.processed: elseif now supported in
3657: ^if
3658:
3659: * src/classes/op.C: new feature: #56 elseif now supported in ^if
3660:
3661: 2010-06-03 misha
3662:
3663: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
3664: instead of memcopy for overlaped regions
3665:
3666: 2010-05-25 misha
3667:
3668: * src/main/pa_common.C: - wanring about unused vars was removed
3669:
3670: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
3671: get_method_filename was moved to execute.C
3672:
3673: 2010-05-23 misha
3674:
3675: * src/main/pa_request.C: - more accurate detection of method's file
3676:
3677: 2010-05-22 misha
3678:
3679: * src/classes/reflection.C: - bugfix: core during detection of
3680: .file if filespec isn't detected successfully
3681:
3682: 2010-05-20 misha
3683:
3684: * src/main/pa_request.C: - fix in get_method_filename
3685:
3686: * src/include/pa_request.h: - new feature: #24 -- searching
3687: included file in @USE/^use is changed. if its filespec doesn't
3688: start from '/' it will be searched in caller file directory
3689:
3690: * src/classes/reflection.C: - ^reflection:method_info returns file
3691: where the method is defined
3692:
3693: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
3694: classes/op.C: - new feature: #24 -- searching included file in
3695: @USE/^use is changed. if its filespec doesn't start from '/' it
3696: will be searched in caller file directory
3697:
3698: * src/: classes/file.C, include/pa_common.h: - method lastposafter
3699: is moved to pa_common.h
3700:
3701: 2010-05-18 misha
3702:
3703: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
3704: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
3705: cookie parser decode \uXXXX as well as %uXXXX
3706:
3707: 2010-05-17 misha
3708:
3709: * src/classes/curl.C: beauty: - unused param is removed in method
3710: _curl_version_action - some spaces were removed or replaced by
3711: tabs
3712:
3713: * src/classes/table.C: - bugfix: #72 core with empty value during
3714: ^table.hash[...;name_of_the_last_column][$.type[string]]
3715:
3716: 2010-05-16 misha
3717:
3718: * src/classes/curl.C: new: #61 more curl options were added
3719: (contributed by Sumo)
3720:
3721: 2010-04-29 pretender
3722:
3723: * src/main/pa_string.C: fixes #63 Split result from empty string
3724: now empty string.
3725:
3726: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
3727: string type.
3728:
3729: 2010-04-28 pretender
3730:
3731: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
3732: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
3733: macrodefinition removed
3734:
3735: 2010-04-19 pretender
3736:
3737: * src/main/execute.C: fixes #60 Stacktrace now contains info for
3738: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
3739:
3740: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
3741: fixes #64 Now file.missing exception generates in unsafe mode to.
3742:
3743: * src/classes/file.C: fixes #48 Now not throw "not save environment
3744: variable" exception in grpunlim version.
3745:
3746: 2010-04-05 misha
3747:
3748: * src/classes/string.C: - new feature: 4th param was added to
3749: match. if specified its value is returned in case of nothing was
3750: found
3751:
3752: 2010-04-01 misha
3753:
3754: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
3755: multiple execution of /a/b/auto.p
3756:
3757: 2010-03-19 misha
3758:
3759: * src/main/execute.C: - core in $table1.$table2 was fixed
3760:
3761: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
3762:
3763: 2010-01-27 misha
3764:
3765: * src/main/pa_common.C: - bugfix: there are no excaption.type if
3766: trying to open file by path /existing-file/non-exixting-file
3767:
3768: 2010-01-26 misha
3769:
3770: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
3771: was added (returns file)
3772:
3773: 2009-12-22 misha
3774:
3775: * src/classes/curl.C: - method 'option' was renamed to 'options' -
3776: now parser doesn't have class curl if it was built without it
3777:
3778: 2009-12-15 misha
3779:
3780: * configure.in: - little cheat with curl include dir was added
3781:
3782: 2009-12-05 misha
3783:
3784: * src/classes/curl.C: - some fixes
3785:
3786: 2009-12-04 misha
3787:
3788: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
3789: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
3790: buildall-with-xml, buildall-without-xml, configure.in: - curl
3791: class was added
3792:
3793: * src/include/pa_hash.h: - hash-iterator was added
3794:
3795: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
3796: was added to pcre
3797:
3798: 2009-11-27 misha
3799:
3800: * src/classes/image.C: - don't add @border attribute to output of
3801: ^image.html[] if it was specified by user with empty value
3802:
3803: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
3804: root element and we are trying to access .documentElement
3805:
3806: 2009-11-11 misha
3807:
3808: * src/classes/table.C: - in ^table.flip[] look at number of columns
3809: instead of number of items in first row for named tables
3810:
3811: 2009-11-10 misha
3812:
3813: * operators.txt: - info about hash-options in ^file::create was
3814: added
3815:
3816: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
3817: added
3818:
3819: 2009-11-09 misha
3820:
3821: * buildall-with-xml: - moving to libxml 2.7.6
3822:
3823: * tests/236.html: - tests for comparations cords with functions
3824: were added
3825:
3826: * src/include/pa_string.h: - optimisation: cacheing of cstr was
3827: added
3828:
3829: * src/main/pa_http.C: - little optimisation
3830:
3831: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
3832: GPF mallocs + stringstream (table.save)
3833:
3834: * src/classes/file.C: - file::create now accepts 4th param: options
3835: with $.charset
3836:
3837: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
3838: bug in cord (comparation cords with functions was buggy)
3839:
3840: 2009-11-06 misha
3841:
3842: * src/main/pa_string.C: - bugfix: calculation string.length
3843: sometimes was buggy
3844:
3845: * src/classes/string.C: - bugfix: Temp_value_element wasn't
3846: destroyed if exception occured during match/replace
3847:
3848: * src/: main/pa_charset.C, include/pa_charset.h: - method
3849: lengthUTF8Char was added
3850:
3851: * src/classes/op.C: - clean tainting lang was added for user's
3852: usage
3853:
3854: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
3855: fixed: checkouts are required after GC_MALLOC
3856:
3857: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
3858:
3859: * operators.txt: - actually, there is no ^untaint[xml] in
3860: file::create
3861:
3862: 2009-10-15 misha
3863:
3864: * tests/: 235.html, 235_attach.txt: - tests for preparing email
3865: were added
3866:
3867: * tests/234.html: - more tests for checking ^taint[uri] escaping
3868: were added
3869:
3870: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
3871: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
3872: hacking: for dealing with transcoding+^taint[uri]
3873: transcode_and_untaint was replaced by untaint_and_transcode
3874:
3875: 2009-10-13 misha
3876:
3877: * tests/: 121.html, results/121.processed: - test transcoding +
3878: url-escaping now
3879:
3880: * tests/results/auto.p: - more helpers' methods were added
3881:
3882: * src/main/pa_globals.C: - die instead of abort
3883:
3884: 2009-10-06 misha
3885:
3886: * src/main/pa_common.C: - don't allocate memory during
3887: capitalization if input string is already capitalized
3888:
3889: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
3890:
3891: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
3892: use format function because it calls malloc
3893:
3894: * src/include/pa_common.h: - more capitalized headers were added
3895:
3896: * src/main/pa_common.C: - in safe mode clear executable bits during
3897: file writing
3898:
3899: 2009-10-05 misha
3900:
3901: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
3902:
3903: 2009-10-03 misha
3904:
3905: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
3906: ^img.text[] & ^img.length[] can work in utf-8 now
3907:
3908: * src/: include/pa_charset.h, main/pa_charset.C: - class
3909: UTF8_string_iterator was added
3910:
3911: * src/classes/image.C: - respect utf-8 when calculate alphabet
3912: length
3913:
3914: * src/classes/mail.C: - check from before get message.cstr
3915:
3916: 2009-10-02 misha
3917:
3918: * tests/233.html: - test for image.font, image.length, image.text
3919: with text in utf-8 were added
3920:
3921: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
3922:
3923: * buildall-with-xml, buildall-without-xml: - comment about gc
3924: version for freebsd 4 was added
3925:
3926: 2009-10-01 misha
3927:
3928: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
3929: terminator) - read_pipe were slightly optimized
3930:
3931: 2009-09-28 misha
3932:
3933: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
3934: removed
3935:
3936: * src/types/pa_vmail.C: - forgot about space after ':'
3937:
3938: * src/types/pa_vmail.C: - escape filenames while preparing mail
3939: body - small simplifications
3940:
3941: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
3942: inout params like pa_base64
3943:
3944: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
3945: option $.debug-print(1) was added to mail:send - changes for
3946: using uue_encode which uses less memory
3947:
3948: * src/main/pa_common.C: - pa_base64_encode uses less memory now
3949:
3950: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
3951: memory now
3952:
3953: 2009-09-26 misha
3954:
3955: * src/types/pa_vmail.C: - default encoding now is base64
3956:
3957: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
3958:
3959: 2009-09-25 misha
3960:
3961: * src/types/pa_vmail.C: - capitalization of headers was added to
3962: sending mail as well
3963:
3964: * buildall-with-xml: - catalog package was removed from libxml
3965:
3966: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
3967: win32 absolute path
3968:
3969: * src/include/pa_common.h: - one more capitalized header was added
3970:
3971: 2009-09-22 misha
3972:
3973: * INSTALL: - comment about building just httpd binary while
3974: building apache module was added
3975:
3976: 2009-09-21 misha
3977:
3978: * buildall-with-xml: - moving to the latest versions of xml libs:
3979: libxml 2.7.4 and libxslt 1.1.25
3980:
3981: 2009-09-19 misha
3982:
3983: * tests/231.html: - test for encoding cookie in win-1251
3984:
3985: 2009-09-18 misha
3986:
3987: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
3988: object] were added
3989:
3990: * operators.txt: - info about method ^reflection:fields[class or
3991: object] was added
3992:
3993: * src/classes/reflection.C: - method ^reflection:fields[class or
3994: object] was added
3995:
3996: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
3997: methods get_fields were added
3998:
3999: * tests/232.html: - tests for @GET[name]
4000:
4001: * src/classes/table.C: - some changes in handling hash-options for
4002: creare, join and locate
4003:
4004: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
4005: defined with option: the type of requested value
4006:
4007: 2009-09-17 misha
4008:
4009: * tests/212.html: - tests for .pattern and .options were added
4010:
4011: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
4012: $regex.options were added
4013:
4014: 2009-09-11 misha
4015:
4016: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
4017: rewrited. it checks not just one case of sending cookies during
4018: file::load[http], but also sending headers and fields (including
4019: files)
4020:
4021: 2009-09-10 misha
4022:
4023: * src/main/untaint.C: - workaround in file-spec lang for old Macs
4024: was removed => now parser can open files with Russian 'r' in
4025: filename
4026:
4027: * src/main/untaint.C: - bugfix: client charset whould be analized
4028: while escaping cookies but now source charset
4029:
4030: * src/main/pa_http.C: - bugfix: the values of http headers didn't
4031: ^tainted[uri] so it was possible to make request with incorrect
4032: http header
4033:
4034: * src/main/pa_http.C: - capitalization of http headers during
4035: file::load[http was slightly changes - bugfix: all headers which
4036: parser sends during file::load[http should be transcoded and only
4037: then escaped
4038:
4039: * src/main/untaint.C: - a bit more comments were added
4040:
4041: * src/classes/: file.C, string.C: - types where changes (minus 2
4042: warnings)
4043:
4044: * src/include/pa_common.h: - 2 capitalized strings for making http
4045: headers during file::load[http were added
4046:
4047: 2009-09-08 misha
4048:
4049: * operators.txt: - changes in file.save and string.save were added
4050:
4051: * tests/: 230.html, 230.txt: - tests for checking options in
4052: file.save and string.save were added
4053:
4054: * src/main/pa_request.C: - http headers names, which are passed to
4055: SAPI::add_header_attribute are lowercased now (it'll be
4056: capitalized in that method)
4057:
4058: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
4059: classes/string.C: - file_write accepts Request_charsets and asked
4060: charset and cound transcode content before writing - string.save
4061: and file.save have option $.charset now
4062:
4063: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
4064: classes/xdoc.C: - file_write accepts Request_charsets and asked
4065: charset and cound transcode content before writing
4066:
4067: * src/include/pa_exception.h: - new exception comment string was
4068: defined
4069:
4070: 2009-09-07 misha
4071:
4072: * src/main/compile.y: - grammar $name\ name stops now for regex
4073: sub-pattern\s
4074:
4075: 2009-09-04 misha
4076:
4077: * src/main/pa_http.C: - capitalization of http headers during
4078: file::load[http was implemented
4079:
4080: 2009-09-03 misha
4081:
4082: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4083: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
4084: types/pa_vmail.C, targets/cgi/parser3.C,
4085: targets/isapi/parser3isapi.C: - back to storing response http
4086: headers in lowercase - capitalize them during output
4087:
4088: 2009-08-31 misha
4089:
4090: * src/classes/table.C: - allow call with any brackets (it could be
4091: useful in methods with explict result declaration)
4092:
4093: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
4094: correctly if $request:charset==koi8-r
4095:
4096: 2009-08-30 misha
4097:
4098: * src/: include/pa_common.h, main/pa_request.C: - http headers were
4099: changed: content-type => Content-type and so on
4100:
4101: * src/classes/file.C, src/include/pa_common.h,
4102: src/include/pa_request.h, src/main/pa_http.C,
4103: src/main/pa_request.C, src/types/pa_vcookie.C,
4104: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
4105: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
4106: tests/results/002.processed, tests/results/003.processed,
4107: tests/results/004.processed, tests/results/005.processed,
4108: tests/results/006.processed, tests/results/007.processed,
4109: tests/results/008.processed, tests/results/009.processed,
4110: tests/results/010.processed, tests/results/011.processed,
4111: tests/results/012.processed, tests/results/013.processed,
4112: tests/results/014.processed, tests/results/015.processed,
4113: tests/results/016.processed, tests/results/017.processed,
4114: tests/results/018.processed, tests/results/019.processed,
4115: tests/results/020.processed, tests/results/021.processed,
4116: tests/results/022.processed, tests/results/023.processed,
4117: tests/results/024.processed, tests/results/025.processed,
4118: tests/results/026.processed, tests/results/027.processed,
4119: tests/results/028.processed, tests/results/029.processed,
4120: tests/results/030.processed, tests/results/031.processed,
4121: tests/results/032.processed, tests/results/033.processed,
4122: tests/results/034.processed, tests/results/035.processed,
4123: tests/results/036.processed, tests/results/037.processed,
4124: tests/results/038.processed, tests/results/039.processed,
4125: tests/results/040.processed, tests/results/041.processed,
4126: tests/results/042.processed, tests/results/043.processed,
4127: tests/results/044.processed, tests/results/045.processed,
4128: tests/results/046.processed, tests/results/047.processed,
4129: tests/results/048.processed, tests/results/049.processed,
4130: tests/results/050.processed, tests/results/051.processed,
4131: tests/results/052.processed, tests/results/053.processed,
4132: tests/results/054.processed, tests/results/055.processed,
4133: tests/results/056.processed, tests/results/057.processed,
4134: tests/results/058.processed, tests/results/059.processed,
4135: tests/results/060.processed, tests/results/061.processed,
4136: tests/results/062.processed, tests/results/063.processed,
4137: tests/results/064.processed, tests/results/065.processed,
4138: tests/results/066.processed, tests/results/067.processed,
4139: tests/results/068.processed, tests/results/069.processed,
4140: tests/results/070.processed, tests/results/071.processed,
4141: tests/results/072.processed, tests/results/073.processed,
4142: tests/results/074.processed, tests/results/075.processed,
4143: tests/results/076.processed, tests/results/077.processed,
4144: tests/results/078.processed, tests/results/079.processed,
4145: tests/results/080.processed, tests/results/081.processed,
4146: tests/results/082.processed, tests/results/083.processed,
4147: tests/results/084.processed, tests/results/085.processed,
4148: tests/results/086.processed, tests/results/087.processed,
4149: tests/results/088.processed, tests/results/089.processed,
4150: tests/results/090.processed, tests/results/091.processed,
4151: tests/results/092.processed, tests/results/093.processed,
4152: tests/results/094.processed, tests/results/095.processed,
4153: tests/results/096.processed, tests/results/097.processed,
4154: tests/results/098.processed, tests/results/099.processed,
4155: tests/results/100.processed, tests/results/101.processed,
4156: tests/results/102.processed, tests/results/103.processed,
4157: tests/results/104.processed, tests/results/105.processed,
4158: tests/results/106.processed, tests/results/107.processed,
4159: tests/results/108.processed, tests/results/109.processed,
4160: tests/results/110.processed, tests/results/111.processed,
4161: tests/results/112.processed, tests/results/113.processed,
4162: tests/results/114.processed, tests/results/115.processed,
4163: tests/results/116.processed, tests/results/117.processed,
4164: tests/results/118.processed, tests/results/119.processed,
4165: tests/results/120.processed, tests/results/121.processed,
4166: tests/results/122.processed, tests/results/123.processed,
4167: tests/results/124.processed, tests/results/125.processed,
4168: tests/results/126.processed, tests/results/127.processed,
4169: tests/results/128.processed, tests/results/129.processed,
4170: tests/results/130.processed, tests/results/131.processed,
4171: tests/results/132.processed, tests/results/133.processed,
4172: tests/results/134.processed, tests/results/135.processed,
4173: tests/results/136.processed, tests/results/138.processed,
4174: tests/results/139.processed, tests/results/140.processed,
4175: tests/results/141.processed, tests/results/142.processed,
4176: tests/results/143.processed, tests/results/144.processed,
4177: tests/results/145.processed, tests/results/146.processed,
4178: tests/results/147.processed, tests/results/148.processed,
4179: tests/results/149.processed, tests/results/150.processed,
4180: tests/results/151.processed, tests/results/152.processed,
4181: tests/results/153.processed, tests/results/154.processed,
4182: tests/results/155.processed, tests/results/156.processed,
4183: tests/results/157.processed, tests/results/158.processed,
4184: tests/results/159.processed, tests/results/160.processed,
4185: tests/results/161.processed, tests/results/162.processed,
4186: tests/results/163.processed, tests/results/164.processed,
4187: tests/results/165.processed, tests/results/166.processed,
4188: tests/results/167.processed, tests/results/168.processed,
4189: tests/results/169.processed, tests/results/170.processed,
4190: tests/results/171.processed, tests/results/172.processed,
4191: tests/results/173.processed, tests/results/174.processed,
4192: tests/results/175.processed, tests/results/176.processed,
4193: tests/results/177.processed, tests/results/178.processed,
4194: tests/results/179.processed, tests/results/180.processed,
4195: tests/results/181.processed, tests/results/182.processed,
4196: tests/results/183.processed, tests/results/184.processed,
4197: tests/results/185.processed, tests/results/186.processed,
4198: tests/results/187.processed, tests/results/188.processed,
4199: tests/results/189.processed, tests/results/190.processed,
4200: tests/results/191.processed, tests/results/192.processed,
4201: tests/results/193.processed, tests/results/194.processed,
4202: tests/results/195.processed, tests/results/196.processed,
4203: tests/results/197.processed, tests/results/198.processed,
4204: tests/results/199.processed, tests/results/200.processed,
4205: tests/results/201.processed, tests/results/202.processed,
4206: tests/results/203.processed, tests/results/204.processed,
4207: tests/results/205.processed, tests/results/206.processed,
4208: tests/results/207.processed, tests/results/208.processed,
4209: tests/results/209.processed, tests/results/210.processed,
4210: tests/results/211.processed, tests/results/212.processed,
4211: tests/results/213.processed, tests/results/214.processed,
4212: tests/results/215.processed, tests/results/216.processed,
4213: tests/results/217.processed, tests/results/218.processed,
4214: tests/results/219.processed, tests/results/220.processed,
4215: tests/results/221.processed, tests/results/222.processed,
4216: tests/results/223.processed, tests/results/224.processed,
4217: tests/results/225.processed, tests/results/226.processed,
4218: tests/results/227.processed, tests/results/228.processed,
4219: tests/results/229.processed: - http headers were changed:
4220: content-type => Content-type and so on
4221:
4222: 2009-08-27 misha
4223:
4224: * src/: main/pa_random.C, include/pa_random.h,
4225: targets/cgi/parser3.C: - year was updated :)
4226:
4227: 2009-08-26 misha
4228:
4229: * tests/: 224.html, 224.p: - test for creating of parser object
4230: using constructor without params - little bugfix in test
4231:
4232: * src/main/compile_tools.h: - bugfix: should't call autouse while
4233: checking existed class while processing partial option
4234:
4235: * src/classes/reflection.C: - bugfix: core when creating object
4236: with reflection and constructor doesn't have params
4237:
4238: 2009-08-24 misha
4239:
4240: * tests/229.html: - tests for checking the number of parameters
4241: were added
4242:
4243: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
4244: number of method's parameters wasn't checked correctly (the bug
4245: was introduced in 3.4.0)
4246:
4247: 2009-08-22 misha
4248:
4249: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
4250: transcoded, but tainted pieces are escaped only when
4251: content-type==url-encoding
4252:
4253: * tests/228.html: - test for checking
4254: ^file::load[http://...;$.body[]]
4255:
4256: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
4257: post charset was too early (charsets is empty at this moment)
4258:
4259: 2009-08-21 misha
4260:
4261: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
4262: main/untaint.C: - some fixes with transcode+untaint
4263:
4264: 2009-08-15 misha
4265:
4266: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
4267: was increaced to 100 (was 50)
4268:
4269: * tests/227.html: - test for checking overriding properties in
4270: static classes was added
4271:
4272: * tests/: 226.html, 226.p: - test for @autoload[] was added
4273:
4274: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
4275: main/execute.C, main/pa_request.C, classes/reflection.C: -
4276: autouse was implemented
4277:
4278: 2009-08-14 misha
4279:
4280: * src/classes/reflection.C: - outdated checkout was removed
4281:
4282: * src/classes/reflection.C: - optimization - method ^dynamical was
4283: added.
4284:
4285: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
4286: types/pa_vstateless_class.h, main/execute.C: - optimization
4287:
4288: * src/types/pa_vclass.C: - exception if base on sytem class
4289:
4290: 2009-08-12 misha
4291:
4292: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
4293: pa_vstateless_class.h: - little optimisation
4294:
4295: 2009-08-11 misha
4296:
4297: * tests/224.html: - method_params => method_info - checking for
4298: $.inherited
4299:
4300: * src/classes/reflection.C, operators.txt: - method method_params
4301: was renamed to method_info and now it returns class name, if
4302: method was defined in ancestor
4303:
4304: * tests/225.html: - tests for cheching properties in hierarhical
4305: classes were added
4306:
4307: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
4308: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4309: main/compile.y, main/execute.C, classes/classes.C: - problems
4310: with properties in new classes implementation were fixed
4311:
4312: 2009-08-10 misha
4313:
4314: * src/main/execute.C: - now constructor shouldn't be defined in
4315: class. it could be defined in parent.
4316:
4317: 2009-08-09 misha
4318:
4319: * src/classes/reflection.C: - ^reflection:methods doesn't return
4320: base's methods
4321:
4322: 2009-08-08 misha
4323:
4324: * src/: classes/classes.h, classes/date.C, classes/file.C,
4325: classes/form.C, classes/hash.C, classes/hashfile.C,
4326: classes/image.C, classes/mail.C, classes/op.C,
4327: classes/reflection.C, classes/regex.C, classes/string.C,
4328: classes/table.C, classes/xdoc.C, classes/xnode.C,
4329: classes/xnode.h, include/pa_hash.h, main/execute.C,
4330: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
4331: types/pa_method.h, types/pa_property.h, types/pa_value.C,
4332: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4333: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4334: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
4335: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4336: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
4337: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
4338: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
4339: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
4340: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
4341: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
4342: types/pa_vresponse.C, types/pa_vresponse.h,
4343: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4344: types/pa_vstateless_object.h, types/pa_vstatus.C,
4345: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
4346: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4347: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4348: types/pa_wwrapper.h, types/types.vcproj: - new classes
4349: implementation
4350:
4351: * buildall-with-xml, buildall-without-xml: - gc has a bug if
4352: USE_MUNMAP is used. so it is disabled as a workaround.
4353:
4354: 2009-08-05 misha
4355:
4356: * src/: main/pa_common.C, include/pa_common.h: - not needed
4357: parameter was removed
4358:
4359: * src/main/pa_http.C: - bugfix: error was during detecting
4360: content-type of file which was loaded by http
4361:
4362: 2009-08-01 misha
4363:
4364: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
4365: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
4366: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
4367: can't be disabled with defines any longer
4368:
4369: 2009-07-29 misha
4370:
4371: * src/classes/reflection.C, tests/results/224.processed: - for
4372: native methods with any call type now returned empty call_type
4373: value
4374:
4375: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4376: classes/table.C, include/pa_hash.h, include/pa_request.h,
4377: main/pa_request.C: - break in cycles was optimized
4378:
4379: * INSTALL: - more defines were described
4380:
4381: 2009-07-28 misha
4382:
4383: * operators.txt: - some changes in information about reflection
4384: class
4385:
4386: * tests/: 224.html, 224.p: - tests for reflection class
4387:
4388: * src/classes/reflection.C: - some bugs were fixed, method classes
4389: was added, refactoring
4390:
4391: 2009-07-26 misha
4392:
4393: * src/classes/classes.vcproj: - reflection class wass added to
4394: project
4395:
4396: * operators.txt: - information about reflection class was added
4397:
4398: * src/classes/reflection.C: - class was redesigned
4399:
4400: 2009-07-24 misha
4401:
4402: * src/classes/: Makefile.am, reflection.C: - class reflection was
4403: added
4404:
4405: * src/types/pa_vstateless_class.h: - method for reflection method's
4406: in classes was added
4407:
4408: 2009-07-22 misha
4409:
4410: * src/main/compile_tools.h: - bugfix: $object.$var was
4411: over-optimized. it failed if $object1.$object2.field
4412:
4413: 2009-07-16 misha
4414:
4415: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
4416: lib/cord/cordxtra.c, lib/cord/include/cord.h,
4417: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
4418: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
4419: one more arg: length of cord
4420:
4421: 2009-07-15 misha
4422:
4423: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
4424: tainted in ^file::load[http://...;$.cookies[]]
4425:
4426: * src/classes/: op.C, regex.C, string.C: - new string with
4427: exception was used
4428:
4429: * src/include/pa_exception.h: - new string with exception was added
4430:
4431: * tests/223.html: - test for checking cookie-encoding during
4432: ^file::load[http was added
4433:
4434: * tests/: 221.html, 222.html: - tests for checking type of
4435: $table.fields.field were added
4436:
4437: * src/types/pa_vtable.C: - not used var decl was removed
4438:
4439: * src/include/pa_string.h: - use cached string length in Body::mid.
4440: it improves speed of match with brackets in pattern
4441:
4442: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
4443: outside
4444:
4445: 2009-07-14 misha
4446:
4447: * src/types/pa_vtable.C: - $table.fields.a return string even if
4448: column is empty (sometime returned void) - $table.fields was
4449: added for nameless tables
4450:
4451: * src/targets/cgi/getopt.c: - one warning resolved
4452:
4453: * src/main/pa_string.C: - potentian bug fixed
4454:
4455: * src/classes/op.C: - small optimization in taint/untaint
4456:
4457: 2009-07-13 misha
4458:
4459: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
4460: added
4461:
4462: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
4463: souldn't add the attribut to output
4464:
4465: 2009-07-11 misha
4466:
4467: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
4468: stack size was increaced to 2MB (default=1MB)
4469:
4470: 2009-07-08 misha
4471:
4472: * src/main/pa_string.C: - link to UTF-8 description was added
4473:
4474: * src/include/pa_hash.h: - hash keeps element's order in more
4475: places (ex: ._keys[])
4476:
4477: * tests/220.html: - test for checking order of elements in hash in
4478: foreach was added
4479:
4480: * tests/172.html: - small changes in printing hash
4481:
4482: * tests/129.html: - small changes in printing hash
4483:
4484: * src/: include/pa_common.h, include/pa_hash.h,
4485: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
4486: types/pa_vmethod_frame.h: - hash now keeps order of elements
4487:
4488: * tests/014.html: - small changes in printing hash
4489:
4490: 2009-07-07 misha
4491:
4492: * src/classes/op.C: - new taint language "parser-code" was added
4493:
4494: * tests/219.html: - test for auto untaint parser code in process
4495: was added
4496:
4497: * src/classes/op.C: - tainted pieces in body of process are
4498: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
4499:
4500: * src/: include/pa_string.h, main/untaint.C: - new language
4501: L_PARSER_CODE for auto-untaint in process was added
4502:
4503: * src/: classes/file.C, classes/hash.C, classes/image.C,
4504: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
4505: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
4506: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
4507: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
4508: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
4509: code cleanup
4510:
4511: 2009-07-06 misha
4512:
4513: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
4514: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
4515: deleted. taint_cstr[m] and untaint_cstr[m] should be used
4516:
4517: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
4518: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
4519: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
4520: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
4521: should be used
4522:
4523: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
4524: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
4525: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
4526: untaint_cstr[m] should be used
4527:
4528: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
4529: deleted. taint_cstr[m] and untaint_cstr[m] should be used
4530:
4531: * tests/218.html: - test for checking automatic file-spec-taint was
4532: added
4533:
4534: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
4535: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
4536: classes/file.C, classes/hash.C, classes/image.C,
4537: classes/string.C, classes/table.C, classes/void.C,
4538: classes/xdoc.C: - optimizations and simplification of
4539: string.cstr(...)
4540:
4541: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
4542: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
4543: - optimizations and simplification of string.cstr(...)
4544:
4545: 2009-07-04 misha
4546:
4547: * tests/217.html: - test for recursion detection was added
4548:
4549: * src/: types/types.vcproj, main/main.vcproj,
4550: classes/classes.vcproj, targets/cgi/parser3.vcproj,
4551: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
4552: from .vcproj
4553:
4554: * src/types/pa_wwrapper.h: - dynamic_cast was removed
4555:
4556: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
4557: uploading files and case-insensitive http-method were added
4558:
4559: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
4560: tainted pattern in ^file:list[] was added
4561:
4562: 2009-07-03 misha
4563:
4564: * src/: classes/classes.vcproj, main/main.vcproj,
4565: types/types.vcproj, targets/cgi/parser3.vcproj,
4566: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
4567: for dynamic_cast) - little options changes
4568:
4569: * src/main/pa_http.C: - file::load[http works now with uploading
4570: files _and_ changing $.charset
4571:
4572: 2009-06-29 misha
4573:
4574: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
4575: while creating pattern
4576:
4577: 2009-06-25 misha
4578:
4579: * src/classes/image.C, operators.txt: - options' names for
4580: ^image.font were changed to $.space, $.width and $spacing -
4581: default space width now == gif's width
4582:
4583: 2009-06-24 misha
4584:
4585: * tests/215.html: - tests for $file.mode were added
4586:
4587: * operators.txt: - added info about $file.mode and changes in
4588: ^image.font[
4589:
4590: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
4591: param now could be omited - third param now could be hash (with
4592: all widths options: $.space-width, $.letter-width) - it's
4593: possible to specify tracking ($.letter-space)
4594:
4595: * src/classes/file.C: - file objects now could have mode field
4596: (text|binary)
4597:
4598: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
4599:
4600: 2009-06-23 misha
4601:
4602: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
4603: trim can work with utf-8 chars now
4604:
4605: 2009-06-20 misha
4606:
4607: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
4608: was implemented
4609:
4610: * src/classes/table.C: - string length cacheing was implemented
4611:
4612: * src/include/pa_string.h: - string length cacheing was implemented
4613:
4614: 2009-06-17 misha
4615:
4616: * src/main/execute.C: - value param was removed from
4617: WContext::WContext
4618:
4619: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
4620: pa_wwrapper.h: - value param was removed from WContext::WContext
4621: - field wcontext was removed from VCodeFrame (using fparent
4622: instead)
4623:
4624: * tests/214.html: - test with hash copying
4625:
4626: 2009-06-16 misha
4627:
4628: * tests/: 062.html, results/062.processed: - evaluation hardcoded
4629: strings doesn't work in expression anymore
4630:
4631: * src/main/execute.C: - less calls for get_constructing() - little
4632: refactoring
4633:
4634: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
4635: include/pa_request.h: - less calls for get_constructing()
4636:
4637: * src/classes/: hash.C, hashfile.C: - fixed bug which was
4638: introduced with OPTIMIZE_SINGLE_STRING optimization
4639:
4640: 2009-06-14 misha
4641:
4642: * src/: classes/date.C, classes/file.C, classes/hash.C,
4643: classes/hashfile.C, classes/image.C, classes/regex.C,
4644: classes/table.C, classes/xdoc.C, classes/xnode.h,
4645: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
4646: types/pa_vstateless_class.h, main/execute.C: - create object for
4647: storing object's fields only for parser objects
4648:
4649: 2009-06-13 misha
4650:
4651: * buildall-with-xml, buildall-without-xml: - new option was added
4652: for building GC (it slightly reduces memory usage)
4653:
4654: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
4655: single string write
4656:
4657: * src/main/execute.C: - bytecode optimization of ^class:constructor
4658: - optimization of single string write
4659:
4660: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
4661: - bytecode optimization of ^class:constructor
4662:
4663: 2009-06-09 misha
4664:
4665: * src/targets/cgi/parser3.C: - type size_t was changed to int in
4666: main (better compatibility)
4667:
4668: 2009-06-08 misha
4669:
4670: * src/main/compile.y: - I've forgot to commit it :(
4671:
4672: 2009-06-07 misha
4673:
4674: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
4675: WITH_READ and WITH_ROOT
4676:
4677: * src/main/: compile.y, compile_tools.C, compile_tools.h,
4678: execute.C: - more optimizations for WITH_SELF, WITH_READ and
4679: WITH_ROOT - little refactoring
4680:
4681: 2009-06-06 misha
4682:
4683: * tests/213.html: - tests for 3rd match string-param were added
4684:
4685: * src/classes/string.C: - 3rd match param could be string now
4686:
4687: * src/main/: compile.y, compile_tools.h: - much more bytecode's
4688: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
4689: GET_OBJECT_ELEMENT
4690:
4691: 2009-06-05 misha
4692:
4693: * src/main/pa_http.C: - bugfix: content-length was not calculated
4694: if $.body was specified
4695:
4696: 2009-06-04 misha
4697:
4698: * src/classes/op.C: - optimizing write_assign_lang in connect
4699:
4700: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
4701:
4702: * src/main/execute.C: - little refactoring - optimizing
4703: write_assign_lang in taint/untaint
4704:
4705: * src/include/pa_opcode.h: - little refactoring
4706:
4707: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4708: main/compile_tools.h, main/execute.C: - optimizations for
4709: $self.field, ^self.method, $self.field[...] and $self.field(...)
4710: were added
4711:
4712: 2009-06-03 misha
4713:
4714: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
4715:
4716: 2009-06-02 misha
4717:
4718: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
4719: include/pa_opcode.h: - refactoring in last optimizations
4720: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
4721: now but code is much easy and it is ready for further
4722: improvements.
4723:
4724: 2009-05-27 misha
4725:
4726: * src/: types/pa_junction.h, types/pa_vjunction.C,
4727: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
4728: changed in destructing junctions
4729:
4730: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
4731: String:Body
4732:
4733: 2009-05-26 misha
4734:
4735: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
4736: one method detect_charset was deleted - bug was fixed in this
4737: method (error while detecting charset in content_type withot last
4738: ';')
4739:
4740: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
4741: once
4742:
4743: 2009-05-25 misha
4744:
4745: * src/classes/file.C: - bugfix: file::exec didn't work after
4746: optimizing of helper_length
4747:
4748: 2009-05-24 misha
4749:
4750: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
4751: were added - little refactoring
4752:
4753: * src/main/execute.C: - core while printing in debug log
4754: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
4755: optimisations were added
4756:
4757: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
4758: were added
4759:
4760: 2009-05-23 misha
4761:
4762: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
4763: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
4764: CORD_cat optimization
4765:
4766: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
4767: - call constr optimisation under separate define now
4768:
4769: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
4770: in $b should be string, not void
4771:
4772: * src/main/compile.y: - little fix for rem-cut optimisation
4773:
4774: * src/: include/pa_opcode.h, main/compile_tools.C,
4775: main/compile_tools.h, main/execute.C: - optimisations for
4776: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
4777:
4778: * INSTALL: - description of some #defined were added
4779:
4780: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
4781: before 1st access (memory usage is reduced if don't access to
4782: .text field)
4783:
4784: * src/include/pa_array.h: - array grows step now not static (it
4785: reduces numbers of reallocs)
4786:
4787: 2009-05-20 misha
4788:
4789: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
4790: $.b(2), $c[d] and $.e[f] was added
4791:
4792: * src/main/: compile.y, compile_tools.C, compile_tools.h,
4793: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
4794: $.e[f] was added
4795:
4796: * src/main/execute.C: - debug printing moved in defines
4797:
4798: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
4799: and little refactoring for OP_GET_OBJECT_ELEMENT +
4800: OP_GET_OBJECT_VAR_ELEMENT optimisation
4801:
4802: 2009-05-19 misha
4803:
4804: * src/main/: compile.y, compile_tools.C, compile_tools.h,
4805: execute.C: - $a.$b & ^a.$b bytecode optimisation
4806:
4807: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
4808: ^a.$b optimisation)
4809:
4810: * src/main/compile.y: - compiler now generate new opcodes:
4811: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
4812: ^a.b - compiler now cut off ^rem{ with all content ; any number
4813: of params }
4814:
4815: * src/main/execute.C: - code for handle new opcodes
4816: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
4817:
4818: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
4819: added for LA2V and LA2S
4820:
4821: * src/include/pa_opcode.h: - new defines which can be used for
4822: disable some bytecode optimisation and new opcodes were added
4823:
4824: 2009-05-17 misha
4825:
4826: * src/lib/cord/cordxtra.c: - bugfix.
4827:
4828: * tests/212.html: - .size[] and .study_size[] were added to tests
4829:
4830: * operators.txt: - info about regex class was added
4831:
4832: * tests/212.html: - tests for regex class were added
4833:
4834: 2009-05-16 misha
4835:
4836: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
4837: gc7.1
4838:
4839: * tests/022.html: - test for ^file:list[path;] (empty second param)
4840: was added
4841:
4842: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
4843: param) should work
4844:
4845: 2009-05-15 misha
4846:
4847: * src/classes/table.C: - automatically disable stringstream usage
4848: on freebsd4
4849:
4850: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
4851: scope
4852:
4853: * tests/211.html: - test with different types of access to hash was
4854: added
4855:
4856: * tests/210.html: - test which checks for loosing tainting in
4857: hash's keys was added
4858:
4859: * tests/208.html: - some parser work added. or stime == 0 %-)
4860:
4861: * src/lib/cord/cordbscs.c: - little hack was added to cord
4862:
4863: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
4864:
4865: * src/include/pa_version.h, configure.in: - moko have made a lot of
4866: optimisations for increacing version number more dramatically :)
4867:
4868: * src/classes/date.C: - little refactoring: use constructor which
4869: accepts formated string
4870:
4871: * src/: include/pa_string.h, main/pa_string.C: - String constructor
4872: which can print formatted string was added
4873:
4874: 2009-05-14 misha
4875:
4876: * src/include/pa_string.h: - type was fixed
4877:
4878: * src/: classes/hashfile.C, classes/op.C,
4879: include/pa_cache_managers.h, include/pa_charset.h,
4880: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
4881: include/pa_request.h, include/pa_sql_driver_manager.h,
4882: include/pa_string.h, include/pa_stylesheet_manager.h,
4883: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
4884: main/pa_charsets.C, main/pa_string.C,
4885: main/pa_stylesheet_connection.C, types/pa_value.h,
4886: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4887: types/pa_vobject.C, types/pa_vstateless_class.C,
4888: types/pa_vstateless_class.h: - hash_code caching was implemented
4889: (seaches should be faster now)
4890:
4891: * src/: classes/file.C, classes/hash.C, classes/image.C,
4892: classes/string.C, classes/table.C, include/pa_string.h,
4893: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
4894: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
4895: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
4896: types/pa_vrequest.C: - String constructors don't have that stupid
4897: true/false param which means 'tainted'. they accept lang instead.
4898:
4899: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
4900: with OPTIMIZE_RESULT
4901:
4902: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
4903: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
4904:
4905: 2009-05-13 misha
4906:
4907: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
4908: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
4909: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4910: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
4911: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
4912: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4913: include/pa_string.h, classes/date.C, classes/file.C,
4914: classes/hash.C, classes/image.C, classes/string.C,
4915: classes/table.C, classes/xdoc.C: - result optimisation -
4916: helper_length parameter removed from string constructors
4917:
4918: 2009-05-11 misha
4919:
4920: * tests/209.html: - tests for ^hash::create[hash] were added
4921:
4922: * tests/208.html: - tests for $status:rusage, $status:memory,
4923: ^memory:compact[] were added
4924:
4925: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
4926: log10 were added
4927:
4928: * tests/206.html: - test for try with finally was added
4929:
4930: 2009-05-10 misha
4931:
4932: * tests/205.html: - test for ^file::create[...] was added
4933:
4934: * tests/204.html: - test for ^response:clear[] was added
4935:
4936: * tests/038.html: - tests for trigonometric functions were added
4937:
4938: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
4939: added - more tests for .add, .sub, .union, .intersects and
4940: .intersections
4941:
4942: * tests/065.html: - test for ^file:dirname was added
4943:
4944: * tests/030.html: - test for $cookie:fields was added
4945:
4946: * tests/203.html: - test for ^h._keys[column name] was added
4947:
4948: * tests/201.html: - tests for .trim were added
4949:
4950: * tests/202.html: - tests for last-day,
4951: date:calendar[type](YYYY;MM;DD) were added
4952:
4953: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
4954: .offset[type](N) were added
4955:
4956: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
4957: and .pos[c](N) were added
4958:
4959: * tests/141.html: - test for math:sha1 was added
4960:
4961: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
4962:
4963: 2009-05-09 misha
4964:
4965: * src/main/compile.y: - rollback
4966:
4967: 2009-05-05 misha
4968:
4969: * src/main/pa_exec.C: - little optimisation: somewhere length() was
4970: replaced by is_empty()
4971:
4972: * src/: include/pa_string.h, main/pa_charset.C: - little
4973: optimisation: somewhere length() was replaced by is_empty()
4974:
4975: * src/classes/table.C: - little optimisation: somewhere length()
4976: was replaced by is_empty()
4977:
4978: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
4979: classes/op.C, classes/table.C, main/pa_exception.C: - little
4980: optimisation: somewhere length() was replaced by is_empty()
4981:
4982: 2009-05-04 misha
4983:
4984: * src/: types/pa_method.h, types/pa_vstateless_class.C,
4985: types/pa_vstateless_class.h, main/execute.C,
4986: include/pa_request.h, classes/hash.C, classes/op.C,
4987: classes/table.C: - more optimisations were added: some operators
4988: don't switch write context anylonger
4989:
4990: 2009-05-01 misha
4991:
4992: * src/main/compile.y: - slightly more opcode optimisations for
4993: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
4994:
4995: * src/main/execute.C: - simplifying process for getters
4996:
4997: 2009-04-30 misha
4998:
4999: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
5000:
5001: * tests/results/199.processed: - test for checking $result into
5002: ^rem was added
5003:
5004: * tests/199.html: - test for checking $result into ^rem was added
5005:
5006: * tests/: 022.html, 096.html: - þsort after :list was asses (on
5007: some OS it returns list in different order)
5008:
5009: * src/: include/pa_array.h, include/pa_request.h,
5010: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
5011: changes in stack impl - get_element() optimisation: 3rd param
5012: removed - bugfix: problems with reading empty input param -
5013: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
5014:
5015: * tests/results/198.processed: - test for reading empty local var
5016: was added
5017:
5018: * tests/198.html: - test for reading empty local var was added
5019:
5020: 2009-04-29 misha
5021:
5022: * src/main/compile.y: - bugfix: couldn't compile because
5023: OP_VALUE__GET_ELEMENT should be unde #ifdef
5024:
5025: * src/: include/pa_array.h, include/pa_opcode.h,
5026: include/pa_request.h, main/compile.y, main/execute.C,
5027: main/pa_request.C, types/pa_vmethod_frame.C,
5028: types/pa_vmethod_frame.h: - we can work without opcode
5029: OP_STORE_PARAM, so it was removed
5030:
5031: 2009-04-28 misha
5032:
5033: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
5034: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
5035: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
5036: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
5037: 4.
5038: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
5039:
5040: * src/main/compile_tools.h: - new stuff for op-codes optimisation
5041:
5042: * src/: main/pa_string.C, classes/string.C: - !length() =>
5043: is_empty()
5044:
5045: 2009-04-27 misha
5046:
5047: * src/types/pa_vregex.h: - back explicit vars initialisation
5048:
5049: 2009-04-24 misha
5050:
5051: * src/classes/string.C: - ups. typo fixed
5052:
5053: * src/main/execute.C: - more replacements '*new VBool' to
5054: 'VBool::get' - checks for ^break[], ^continue[] and
5055: parser.interrupted were optimised
5056:
5057: * src/classes/string.C: - number of params.count() calls was
5058: slightly reduced
5059:
5060: 2009-04-23 misha
5061:
5062: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
5063: make it x64 friendly
5064:
5065: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
5066: parser is x64 friendly now
5067:
5068: 2009-04-22 misha
5069:
5070: * src/types/pa_vhashfile.C: - coder friendly exception about
5071: exceeding record size was added
5072:
5073: * src/classes/file.C: - use vregex object instead of direct calls
5074: methods from pcre lib
5075:
5076: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
5077: classes/string.C: - use vregex object instead of direct calls
5078: methods from pcre lib
5079:
5080: * src/: include/pa_common.h, main/pa_common.C: - method
5081: print_pcre_exec_error_text was moved to class vregex
5082:
5083: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
5084: was added
5085:
5086: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
5087: - class vregex was added
5088:
5089: 2009-04-21 misha
5090:
5091: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
5092:
5093: * src/: types/pa_junction.h, types/pa_value.C,
5094: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
5095: types/pa_wcontext.h, main/execute.C, classes/op.C: -
5096: junction-optimisation (destructors)
5097:
5098: * src/include/pa_array.h: - free under if now
5099:
5100: 2009-04-19 misha
5101:
5102: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
5103:
5104: 2009-04-18 misha
5105:
5106: * src/include/pa_version.h:
5107: :q :
5108:
5109: CV:
5110: ----------------------------------------------------------------------
5111:
5112: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
5113: refactoring
5114:
5115: * src/: include/pa_array.h, include/pa_hash.h,
5116: types/pa_vmethod_frame.h: - destructors under #ifdef now
5117:
5118: * src/include/pa_memory.h: - define for using destructors was added
5119:
5120: * src/: types/pa_method.h, types/pa_vstateless_class.C,
5121: main/execute.C: - some junctions will be cached now
5122:
5123: * src/include/pa_hash.h: - hash destructor frees pairs now
5124:
5125: * src/include/pa_array.h: - inline was added to destructor
5126:
5127: * src/types/pa_method.h: - comment was changed
5128:
5129: 2009-04-17 misha
5130:
5131: * src/: include/pa_array.h, include/pa_hash.h,
5132: types/pa_vmethod_frame.h: - destructors were added
5133:
5134: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
5135: renamed to always_use_result
5136:
5137: * src/main/: compile.y, compile_tools.h: - rollback changes in
5138: compiler: full backward compatibility is better
5139:
5140: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
5141: result in var's hash
5142:
5143: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
5144: optimisation in method_frame
5145:
5146: * src/include/pa_array.h: - optimisation in array (allocate
5147: elements only when needed)
5148:
5149: * src/types/pa_vresponse.C: - check for $response:headers field
5150: before looking at custom fields
5151:
5152: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
5153: not needed to check existance var with name 'result' in var's
5154: hash
5155:
5156: * src/main/compile.y: - compiler was changed: now it detects
5157: writings to $result and set flag writo_to_result in method
5158:
5159: * src/classes/string.C: - little optimisation: no needed to write
5160: number with lang
5161:
5162: * src/main/pa_charset.C: - methods readChar and skipChar which is
5163: used for read utf8-strings were renamed - is_escaped was renamed
5164: to isEscaped (to the same name convention)
5165:
5166: * src/: types/pa_method.h, main/compile_tools.h: - flag
5167: write_to_result added. compiler get this info from code.
5168:
5169: 2009-04-16 misha
5170:
5171: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
5172: String only before 1st write
5173:
5174: * src/include/pa_string.h: - not needed template removed
5175:
5176: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
5177: types/pa_vjunction.C, types/pa_vproperty.C,
5178: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
5179: main/pa_request.C, classes/bool.C, classes/double.C,
5180: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
5181: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
5182: bool objects)
5183:
5184: 2009-04-15 misha
5185:
5186: * src/lib/cord/cordxtra.c: - more optimisation
5187:
5188: * src/: include/pa_string.h, main/untaint.C: - String::append
5189: optimisation
5190:
5191: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
5192: then get and can sometime be used)
5193:
5194: * src/main/pa_string.C: - String::length optimisation
5195:
5196: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
5197: these methods read different strings
5198:
5199: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
5200: fresult_initial_void removed + some optimisation - if $result
5201: defined we don't write to context anymore
5202:
5203: * src/main/pa_charset.C: - readChar => skipChar (in this place we
5204: need just skip char)
5205:
5206: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5207: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
5208: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
5209:
5210: * src/types/pa_vvoid.h: - added get() method for retreave one
5211: instance
5212:
5213: 2009-04-11 misha
5214:
5215: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
5216:
5217: * tests/197.html: - test for parser://test in xml was added
5218:
5219: * src/classes/string.C: - small optimisation
5220:
5221: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
5222: optimisation
5223:
5224: 2009-04-10 misha
5225:
5226: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
5227: to pcre-7.8
5228:
5229: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
5230:
5231: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
5232: added
5233:
5234: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
5235: $request:CLASS_NAME were added
5236:
5237: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
5238: were added
5239:
5240: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
5241: $env:CLASS_NAME were added
5242:
5243: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
5244: '@todo' now
5245:
5246: * src/targets/cgi/parser3.C: - size_t -> int for calming down
5247: compirer
5248:
5249: * src/main/pa_string.C: - little code cleanup
5250:
5251: * src/main/pa_common.C: - describe one more UTF-8 related error
5252: during PCRE compile/execute
5253:
5254: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
5255: normalizing todo-comments: '@todo' now
5256:
5257: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
5258:
5259: * src/main/pa_charset.C: - type changed for making compiler happy
5260:
5261: 2009-03-10 misha
5262:
5263: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
5264: in main()
5265:
5266: 2009-02-01 misha
5267:
5268: * src/main/pa_http.C: - bugfix: double CRLF before the end of
5269: boundary
5270:
5271: 2009-01-25 misha
5272:
5273: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
5274:
5275: * src/classes/file.C: - more changes for parsing different number
5276: of params for file::load
5277:
5278: * tests/193.html: - tests for exception while base64-decode binary
5279: to string was added
5280:
5281: * tests/192.html: - tests for file::load with different number of
5282: options
5283:
5284: * src/classes/math.C: - ups. forgot '+1'
5285:
5286: * src/: classes/table.C, classes/file.C, include/pa_common.h,
5287: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
5288: main/pa_http.C: - ^file::load[...;http://...;] now can post files
5289: (new option $.encode[multipart-form/data] should be specified) -
5290: $.method[] option for file::load now is not case-sensitive
5291:
5292: * src/: include/pa_string.h, main/untaint.C: - for file post the
5293: new taint language L_FILE_POST was added
5294:
5295: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
5296: main/main.vcproj, classes/math.C, include/Makefile.am: - some
5297: stuff was moved to separate files
5298:
5299: 2009-01-23 misha
5300:
5301: * src/classes/math.C: - little optimisation in ^math:sha1[] -
5302: spaces to tabs were converted
5303:
5304: 2009-01-12 misha
5305:
5306: * src/main/pa_http.C: - value of $.method[] option force uppercased
5307: now
5308:
5309: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
5310: types/pa_vform.C, types/pa_vmail.C: - some constants changed
5311: their names
5312:
5313: * src/main/pa_common.C: - changes in formating
5314:
5315: * src/: classes/file.C, main/pa_http.C: - some constants changed
5316: their names
5317:
5318: * src/include/pa_http.h: - some spaces were converted to tabs
5319:
5320: * src/include/pa_common.h: - some constants changed their names
5321:
5322: * src/classes/file.C: - fixed 4-th paramether for file::load -
5323: little code rewriting
5324:
5325: * src/types/pa_vfile.C: - little code rewriting
5326:
5327: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
5328: types/pa_value.h: - some formating changes
5329:
5330: * src/include/pa_common.h: - some formating spaces transformed to
5331: tabs
5332:
5333: * src/classes/string.C: - exception while base64-decode binary to a
5334: string
5335:
5336: 2009-01-11 misha
5337:
5338: * configure.in: - version changed to 3.3.1b
5339:
5340: 2008-09-05 misha
5341:
1.97 moko 5342: * src/lib/pcre/Makefile.in: file Makefile.in was added on branch
5343: release_3_3_0 on 2008-09-05 10:59:35 +0000
5344:
1.95 moko 5345: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
5346: release_3_3_0 on 2008-09-05 10:59:35 +0000
5347:
5348: 2008-09-04 misha
5349:
5350: * tests/: 130.html, 131.html: - these exceptions not typeless
5351: anymore
5352:
5353: * src/classes/op.C: - exception with 'invalid taint language' not
5354: typeless anylonger
5355:
5356: * src/classes/image.C: - some exceptions while operations with
5357: image not typeless anymore
5358:
5359: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
5360: main/pa_exec.C, main/pa_http.C: - some exceptions while
5361: operations with files not typeless anymore
5362:
5363: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
5364: types/pa_vdate.h: - exceptions while checking date range not
5365: typeless anymore
5366:
5367: * src/include/pa_exception.h: - exception type string for invalid
5368: date range was added
5369:
5370: 2008-09-03 misha
5371:
5372: * src/: classes/file.C, main/pa_string.C: - exception while pce
5373: operations not typeless anymore
5374:
5375: * src/include/pa_exception.h: - exception type for pce operations
5376: was added
5377:
5378: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
5379: and .CLASS_NAME insite classes
5380:
5381: * src/classes/table.C: - don't save table header whiile
5382: ^table.save[append;filename] if file exists
5383:
5384: 2008-09-02 misha
5385:
5386: * src/main/compile.y, src/main/compile_tools.h,
5387: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
5388: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
5389: renamed to partial and it login changed: we must mark class as
5390: partial for allow their modifications in future.
5391:
5392: 2008-08-29 misha
5393:
5394: * tests/results/022.processed: - testing taint[regex] in mask for
5395: file:list
5396:
5397: * tests/022.html: - testing taint[regex] in mask for file:list
5398:
5399: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
5400: for file:list was added
5401:
5402: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
5403: file:list
5404:
5405: 2008-08-26 misha
5406:
5407: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
5408: last derived object
5409:
5410: * src/classes/image.C: - many strings "image.format" replaced by
5411: IMAGE_FORMAT constant string - handle GPS info while parse exif -
5412: understand some more exif tags
5413:
5414: * src/include/pa_exception.h: - string "image.format" was added
5415:
5416: 2008-08-21 misha
5417:
5418: * src/: main/pa_string.C, classes/file.C: - use method for print
5419: pcre_exec text error
5420:
5421: * src/main/pa_common.C: - method for print pcre_exec text error was
5422: added
5423:
5424: * src/include/pa_common.h: - method declaration for print pcre_exec
5425: text error was added
5426:
5427: 2008-08-19 misha
5428:
5429: * src/main/execute.C: - bugfix: opcodes must be in separate
5430: namespace while debug execution as well
5431:
5432: * tests/: 015.html, results/015.processed: - test for escaping some
5433: parser chars was added
5434:
5435: 2008-08-18 misha
5436:
5437: * tests/: 190.html, 190.p, results/190.processed: - test for
5438: $caller.self.field + default getter in one class was added
5439:
5440: * tests/: 189.html, results/189.processed: - test for
5441: ^date::create[date object]
5442:
5443: * tests/: 188.html, results/188.processed: - tests for match with
5444: UTF-8 strings
5445:
5446: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
5447: ^string.match[]
5448:
5449: * ChangeLog: - parser 3.3.0 beta13
5450:
5451: 2008-08-15 misha
5452:
1.97 moko 5453: * src/lib/pcre/: LICENCE, Makefile.am, Makefile.in, README,
5454: Tech.Notes, get.c, internal.h, pcre.3, pcre.3.html, pcre.3.txt,
5455: pcre.c, pcre.h, pcre.vcproj, study.c, maketables.c,
5456: pcre_dftables.vcproj, dftables.c: - old PCRE files removed
1.95 moko 5457:
5458: * src/lib/pcre/config.h: - configuration for PCRE library
5459:
5460: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
5461: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
5462:
5463: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
5464: library and set flag UTF8 if $request:charset is UTF-8
5465:
5466: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
5467: include/pa_config_fixed.h: - moved to new PCRE library
5468:
5469: * src/: main/main.vcproj, types/types.vcproj,
5470: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
5471: win32\pcre instead of parser3\src\lib\pcre
5472:
5473: * src/: include/pa_opcode.h, include/pa_operation.h,
5474: main/compile.C, main/compile.y, main/compile_tools.C,
5475: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
5476: opcodes were moved to separate namespace
5477:
5478: 2008-08-14 misha
5479:
5480: * src/types/pa_vstateless_class.C: - newline at the end missed
5481:
5482: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
5483: tainting
5484:
5485: 2008-08-11 misha
5486:
5487: * tests/: 187.html, 187.p, results/187.processed: - tests for
5488: $caller.self, $caller.self.field and $caller.self.field[value]
5489: were added
5490:
5491: * src/types/pa_vmethod_frame.h: - still need to check 'self'
5492: runtime as well (for $caller.self)
5493:
5494: 2008-07-25 misha
5495:
5496: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
5497: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
5498: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
5499: tests with international characters
5500:
5501: 2008-07-23 misha
5502:
5503: * src/main/pa_http.C: - escape $cookies as %uXXXX while
5504: file::load[...;http://
5505:
5506: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
5507: now everywhere in separate namespace
5508:
5509: * src/types/pa_vmethod_frame.h: - looking for caller before looking
5510: for vars
5511:
5512: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
5513: can be escaped by '^'
5514:
5515: 2008-07-22 misha
5516:
5517: * src/classes/string.C, tests/186.html: - names changes:
5518: escape=>js-escape, unescape=>js-unescape
5519:
5520: 2008-07-21 misha
5521:
5522: * tests/results/186.processed: - test for string escape/unescape
5523:
5524: * tests/186.html: - test for string escape/unescape
5525:
5526: * src/classes/string.C: - string has escape and unescape methods
5527: now
5528:
5529: * src/: include/pa_string.h, main/pa_string.C: - escape method was
5530: added
5531:
5532: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
5533: method-layers added (with different params)
5534:
5535: 2008-07-18 misha
5536:
5537: * tests/results/185.processed: - test for ^str.pos[substr](offset)
5538: was added
5539:
5540: * tests/185.html: - test for ^str.pos[sub](offset) added
5541:
5542: * src/classes/string.C, src/classes/void.C, operators.txt: -
5543: ^string.pos[substr](offset) -- 2nd param accepted now
5544:
5545: * src/main/pa_string.C: - .pos works fine with offset for utf-8
5546: strings
5547:
5548: 2008-07-17 misha
5549:
5550: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
5551: helper length added for mid for small optimisation
5552:
5553: 2008-07-16 misha
5554:
5555: * tests/: 185.html, results/185.processed: - tests for
5556: length/left/right/mid/pos with utf-8 strings
5557:
5558: * src/classes/string.C: - left/right/mid/length/pos works fine for
5559: utf-8 strings
5560:
5561: * src/main/untaint.C: - comments removed
5562:
5563: * src/: include/pa_string.h, main/pa_string.C,
5564: include/pa_charset.h, main/pa_charset.C: - methods for working
5565: with pos/mid for strings in utf-8 were added
5566:
5567: 2008-07-15 misha
5568:
5569: * tests/: 184.html, results/184.processed: - test for case body as
5570: expression: $var(^switch(1){^case(1)(true)..})
5571:
5572: * src/classes/op.C: - case body can be expression now:
5573: $var(^switch(1){^case(1)(true)..})
5574:
5575: * tests/: results/183.processed, 183.html: - added test for testing
5576: new cookie encoding (%uXXXX)
5577:
5578: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
5579: decoding for backward compatibility they decoded from %XX in
5580: request:charset too
5581:
5582: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
5583: - cookie class now decode cookies before first access after last
5584: request:charset changing (as form class).
5585:
5586: * src/main/pa_charset.C: - added method escape for escaping cookies
5587: as %uXXXX - before transcode calculate required space for dest
5588: string. it reduce mem usage for transcode
5589:
5590: * src/include/pa_charset.h: - added method escape for escaping
5591: cookies as %uXXXX
5592:
5593: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
5594: was added. will used for escaping cookies as %uXXXX
5595:
5596: * src/include/pa_common.h: - escape method has new option for skip
5597: converting '+' to a space char
5598:
5599: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
5600: transcode - escape method has new option for skip converting '+'
5601: to a space char
5602:
5603: 2008-07-08 misha
5604:
5605: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
5606: (no UE if more then 1 case matches anylonger) - optimization:
5607: doing searching.as_string() || searching.as_double() only once
5608:
5609: 2008-07-04 misha
5610:
5611: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
5612: now ^date::create[date object] works
5613:
5614: * src/classes/string.C: - left and right added as aliases for start
5615: and end in ^string.trim[]
5616:
5617: 2008-07-03 misha
5618:
5619: * src/classes/file.C: - allow $.limit for file::sql as well
5620:
5621: * src/classes/file.C: - allow $.offset option for file::sql - force
5622: send limit=1 to query for use sql specifics authomatically
5623:
5624: * src/classes/: hash.C, string.C, table.C: - don't throw exception
5625: if $.limit value if empty. autoconvert it as everywere
5626:
5627: 2008-07-02 misha
5628:
5629: * configure.in: - time to change version number to 3.3.0 %-)
5630:
5631: * src/include/pa_version.h: - time to change version number to
5632: 3.3.0 %-)
5633:
5634: 2008-06-26 misha
5635:
5636: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5637: $.limit(0) fixes
5638:
5639: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
5640: - $.limit(0) fixes
5641:
5642: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
5643: new API)
5644:
5645: * src/: include/pa_sql_driver_manager.h,
5646: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
5647: classes/op.C: - document_root added
5648:
5649: * src/main/compile.tab.C: - error message was changed
5650:
5651: 2008-06-25 misha
5652:
5653: * src/main/compile.y: - error message was changed
5654:
5655: 2008-06-24 misha
5656:
5657: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
5658:
5659: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
5660: tests for @OPTIONS\nappend
5661:
5662: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
5663:
5664: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
5665:
5666: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
5667:
5668: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
5669: compile.y
5670:
5671: 2008-06-17 misha
5672:
5673: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
5674: compilation: ^if(default){true. it's incorrect. must be
5675: exception}
5676:
5677: 2008-06-16 misha
5678:
5679: * tests/: 181.ent, 181.html, results/181.processed: - test for
5680: checking external reference loading with 'http://localhost'
5681: prefix while creating xdoc
5682:
5683: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
5684: ^math:long2ip[] and ^math:ip2long[]
5685:
5686: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
5687: added which use scalar stateless class method when user object
5688: used in scalar context - use get_scalar_value when user object
5689: requested in scalar context
5690:
5691: * src/main/pa_common.C: - size must be int but not size_t or we
5692: can't compare with 0 sprintf result
5693:
5694: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5695: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
5696: with internal switch between local/global vars
5697:
5698: * src/types/pa_vclass.C: - register scalar if method @GET[] was
5699: specified
5700:
5701: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
5702: pa_vstateless_object.h: - stateless class and object now has
5703: private scalar field and getter/setter for working with it
5704:
5705: * src/classes/math.C: - methods math:long2ip & math:ip2long were
5706: moved to inet static class
5707:
5708: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
5709: class added (^inet:aton[IP], ^inet:ntoa(number))
5710:
5711: * tests/: 180.html, results/180.processed: - tests for
5712: ^math:long2ip(long) and ^math:ip2long[IP]
5713:
5714: * src/classes/math.C: - ^math:ip2long[IP] added
5715:
5716: 2008-06-11 misha
5717:
5718: * src/main/pa_xml_io.C: - use file_read_text again because of we
5719: need cut BOM code and remove DOS newline chars. but don't
5720: transcode it anyway.
5721:
5722: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
5723: main/pa_http.C: - option for disable transcoding while file_read
5724: and file_read_text added
5725:
5726: 2008-06-10 misha
5727:
5728: * tests/: 179.html, 179.p, results/179.processed: - test for many
5729: classes in 1 file
5730:
5731: * src/main/: compile.C, compile_tools.h: - compile return list of
5732: classes now.
5733:
5734: * src/main/: compile.y, compile.tab.C: - compile return list of
5735: classes now. internals.
5736:
5737: * src/main/pa_request.C: - compile return list of classes now. try
5738: call @conf and @auto for each returned class
5739:
5740: * src/include/pa_request.h: - compile return list of classes now
5741:
5742: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
5743: return list of classes when compile buf)
5744:
5745: 2008-06-07 misha
5746:
5747: * src/main/pa_request.C: - constructing VRequest object with 3rd
5748: param -- form
5749:
5750: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
5751: 3rd param: form. needed for get post_charset
5752:
5753: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
5754: added
5755:
5756: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
5757: types/pa_vform.C, types/pa_vform.h: - some polish
5758:
5759: 2008-06-06 misha
5760:
5761: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
5762: charset and decode chars from it but not from response:charset
5763:
5764: * src/main/pa_http.C: - detect_charset moved out of here
5765:
5766: * src/: include/pa_common.h, main/pa_common.C: - more helpers
5767: methods moved here - unescape_chars accepn one charset now
5768:
5769: * src/main/pa_http.C: - new constants used - don't allow
5770: $.content-type in ^file::load[;http://;$.method[POST]] - add
5771: charset info while ^file::load[;http://;$.method[POST]] - option
5772: $.omit-post-charset(true) added to ^file::load[;http://] for
5773: disabling charset during post
5774:
5775: * src/types/pa_vform.C: - new constants used
5776:
5777: * src/include/pa_common.h: - some constants were added
5778:
5779: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
5780: instead of StrEqNc
5781:
5782: * src/main/pa_common.C: - new method for caseless search
5783: c-substring in c-string - use isxdigit instead of is_hex_digit
5784:
5785: * src/include/pa_common.h: - new method for caseless search
5786: c-substring in c-string
5787:
5788: 2008-06-05 misha
5789:
5790: * tests/results/178.processed: - test for testing default getter
5791:
5792: * tests/178.html: - test for testing default getter
5793:
5794: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
5795: for test for testing default getter
5796:
5797: * src/main/execute.C: - default getter soul
5798:
5799: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
5800: requested objects' field not found
5801:
5802: * src/types/pa_vclass.C: - register default getter if defined - get
5803: default getter if requested field not found
5804:
5805: * src/types/pa_vstateless_object.h: - method get_default_getter was
5806: added
5807:
5808: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
5809: pointer to default getter and methods for get/set it were added
5810:
5811: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
5812: auto_name field (for default getter)
5813:
5814: 2008-06-04 misha
5815:
5816: * src/main/pa_xml_io.C: - load external xml in binary mode (no
5817: transcoding, no cutting BOM code, no fixing line breaks) and get
5818: it to libxml "as is"
5819:
5820: 2008-06-03 misha
5821:
5822: * src/main/pa_common.C: - use store_Char instead of
5823: transcodeCharFromUTF8
5824:
5825: * src/: include/pa_charset.h, main/pa_charset.C: - method
5826: store_Char added, transcodeCharFromUTF8 -- removed
5827:
5828: 2008-06-02 misha
5829:
5830: * tests/: results/177.processed, 177.html: - test for checking
5831: .[acm]date after local ^file::load[] was added
5832:
5833: * tests/: results/176.processed, 176.html: - test for checking
5834: @OPTION\locals + @method[vars][locals] added
5835:
5836: * tests/results/auto.p: - CLASS_PATH specified for checking use
5837:
5838: 2008-05-30 misha
5839:
5840: * src/main/: compile.y, compile.tab.C: - changes in compiler:
5841: @OPTION\nlocals + @method[vars][;locals;] were added
5842:
5843: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
5844: moved to separate method op_code - switch from VMethodFrame to
5845: VMethodFrameGlobal + VMethodFrameLocal
5846:
5847: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
5848: was moved to separate method op_code
5849:
5850: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
5851: VMethodFrame now
5852:
5853: * src/types/pa_vstateless_class.h: - stateless class have bool flag
5854: all_vars_local as well
5855:
5856: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
5857: pa_vmethod_frame_local.h, Makefile.am: - who children for
5858: VMethodFrame were added: one (global) works as VMethodFrame
5859: before and second (local) write all vars in self vars scope
5860:
5861: * src/types/pa_method.h: - method has bool flag all_vars_local now
5862:
5863: 2008-05-29 misha
5864:
5865: * tests/: 129.html, results/129.processed: - more tests for
5866: ^table.hash[]
5867:
5868: * src/classes/hash.C: - ^hash::sql has a new option:
5869: $.type[hash|string|table] as ^table.hash[] one.
5870:
5871: * src/classes/op.C: - ^try has 3rd param now: finally code which
5872: executed anyway after try or catch section
5873:
5874: 2008-05-27 misha
5875:
5876: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
5877: must not fail if $.distinct(1) wasn't specified
5878:
5879: 2008-05-26 misha
5880:
5881: * src/classes/op.C: - allow ^throw[my type]
5882:
5883: 2008-05-22 misha
5884:
5885: * configure.in, configure: - version number updated to 3.2.4b
5886:
5887: * src/classes/: op.C, string.C: - trim format string before
5888: eval/format
5889:
5890: * tests/: results/175.processed, 175.html: - more tests for
5891: different format strings in .format[]
5892:
5893: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
5894: as well (not only %XX)
5895:
5896: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
5897: charset specified - checks for format before print number
5898: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
5899: (instead of tabs) removed
5900:
5901: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
5902: charset specified
5903:
5904: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
5905: char in requested charset from utf code was added
5906:
5907: 2008-05-19 misha
5908:
5909: * tests/: 174.html, results/174.processed: - test for
5910: ^hashfile.cleanup[] added
5911:
5912: * src/classes/hashfile.C: - optimization: don't create any key or
5913: value variable if it's name weren't specified
5914: (^hf.foreach[;v]{...})
5915:
5916: 2008-05-16 misha
5917:
5918: * src/classes/hash.C: - optimization: don't create any key variable
5919: if variable name wasn't specified (^h.foreach[;v]{...})
5920:
5921: 2008-05-15 misha
5922:
5923: * src/classes/op.C: - small changes
5924:
5925: * src/classes/hashfile.C: - code reformating (as hash.foreach)
5926:
5927: * src/classes/hash.C: - calculate var_context once before foreach
5928:
5929: 2008-05-14 misha
5930:
5931: * src/classes/hashfile.C: - incorrect vars context calculation for
5932: ^hashfile.foreach[;]{} fixed
5933:
5934: * src/classes/: hash.C, table.C: - little optimisation
5935:
5936: * src/classes/file.C: - bugfix: double absolute path while loading
5937: file
5938:
5939: * tests/: 174.html, results/174.processed: - tests for hashfile
5940: were added
5941:
5942: * buildall-with-xml: - moving to libxslt 1.1.24
5943:
5944: 2008-04-30 misha
5945:
5946: * src/classes/file.C: - stat file while loading (local only) so
5947: .adate, .mdate and .cdate available without additional ::stat
5948:
5949: 2008-04-28 misha
5950:
5951: * src/classes/file.C: - $.name and $.content-type available for
5952: stated file
5953:
5954: 2008-04-14 misha
5955:
5956: * src/targets/cgi/parser3.C: - new year in copyright %-)
5957:
5958: * src/include/pa_version.h: - new version number in head
5959:
5960: 2008-04-10 misha
5961:
5962: * tests/: 080.html, results/080.processed: - cut '0' from
5963: exponential part because of on diff OS it differ (20 or 020 for
5964: ex)
5965:
5966: * tests/: 119.html, results/119.processed: - check for encoding
5967: while creating xdoc
5968:
5969: 2008-04-09 misha
5970:
5971: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
5972:
5973: * src/main/pa_common.C: - comment added
5974:
5975: * src/classes/date.C: - little refactoring
5976:
5977: 2008-04-07 misha
5978:
5979: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
5980: style of ^table.save[]: prepare one big string and sabe it at
5981: once. it's safe on freebsd 4.x but use much more memory.
5982:
5983: * buildall-with-xml, buildall-without-xml: - option
5984: --disable-stringstream added (under comment. use it on freebsd
5985: 4.x)
5986:
5987: 2008-02-22 misha
5988:
5989: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
5990: specified together in file::load[;http] - get back transcoding
5991: $.body[] in file::load[;http]
5992:
5993: 2008-02-21 misha
5994:
5995: * src/classes/date.C: - ^date.gmt-string[] was added
5996:
5997: * src/types/pa_value.C: - method for output date in RFC 822 format
5998: moved to pa_common.h
5999:
6000: * src/include/pa_common.h: - method for output date in RFC 822
6001: format moved here from pa_value.C
6002:
6003: * src/types/pa_vmail.C: - fixed core in sending mail with
6004: attachment in simple mode ($.file[file here]) introduced in 3.2.2
6005:
6006: 2008-02-20 misha
6007:
6008: * src/main/pa_http.C: - transcode $.headers before escaping into
6009: specified charset while ^file::load[...;http://...] (L_URI
6010: instead of L_HTTP_HEADER) - $.cookies param available in
6011: ^file::load[;http://...] now (but we don't parse set-cookies from
6012: response yet) (cookies not transcoded as common $cookies)
6013:
6014: 2008-02-19 misha
6015:
6016: * src/main/pa_request.C: - rollback: we mustn't force taint
6017: $response:field values because in this case
6018: $response:locateion[http://...] don't works.
6019:
6020: 2008-02-15 misha
6021:
6022: * src/classes/op.C: - little refactoring
6023:
6024: * src/main/pa_http.C: - taint names of $.headers for load[;http
6025:
6026: * src/main/pa_request.C: - force taint values of $response:field
6027:
6028: 2008-02-14 misha
6029:
6030: * src/main/pa_request.C: - $response:field transcoded to
6031: $response:charset before escaping now
6032:
6033: * src/main/pa_http.C: - some outdated comments removed
6034:
6035: * src/classes/date.C: - lastdat -> last-day
6036:
6037: * src/classes/date.C: - ^date:lastday(year;month) and
6038: ^date.lastday[] were added - little code refactoring - comments
6039: changes
6040:
6041: * tests/: 159.html, results/159.processed: - test for number of
6042: days in February
6043:
6044: * src/types/pa_value.C: - fixes in code formatting
6045:
6046: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
6047: and comments
6048:
6049: 2008-02-13 misha
6050:
6051: * src/main/pa_common.C: - bugfix for february at leap year
6052:
6053: 2008-01-28 misha
6054:
6055: * tests/: 160.html, results/160.processed: - more test for cache
6056: added
6057:
6058: * src/classes/op.C: - bugfix: cache body executed twice if contains
6059: unhandled exception
6060:
6061: 2008-01-25 misha
6062:
6063: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
6064: bug when hashfile became inavailable after memory:compact)
6065:
6066: * src/lib/sdbm/apr_strings.C: - +arp_malloc
6067:
6068: 2008-01-22 misha
6069:
6070: * src/classes/table.C: - little refactiring and exception texts
6071: changes in method ^table.hash[]
6072:
6073: * src/types/pa_vcookie.C: - link to cookie specification changed
6074:
6075: 2008-01-21 misha
6076:
6077: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
6078: file::exec/cgi
6079:
6080: * src/classes/file.C: - bugfix: core while processing headers if
6081: executed cgi script don't return content
6082:
6083: 2008-01-18 misha
6084:
6085: * buildall-with-xml: - move to libxml2 version 2.6.31
6086:
6087: * src/include/pa_version.h, configure.in: - version number updated
6088: to '3.2.3b'
6089:
6090: 2007-12-28 misha
6091:
6092: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
6093: hash.contains
6094:
6095: 2007-12-27 misha
6096:
6097: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
6098: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
6099: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
6100: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
6101: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
6102: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
6103: src/targets/cgi/parser3.vcproj,
6104: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
6105: back to VS2003 because of Apache 1.3 module can't work if it was
6106: built in VS 2005. with cgi all file so VS2003 project files can
6107: be easy converted to the new format.
6108:
6109: 2007-12-04 misha
6110:
6111: * src/types/pa_vcode_frame.h: - changes in comment
6112:
6113: 2007-11-29 misha
6114:
6115: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
6116: intercept strings any longer
6117:
6118: * tests/: 173.html, results/173.processed: - tests for
6119: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
6120: but not in main code frame
6121:
6122: * tests/: 172.html, results/172.processed: - more tests for pass
6123: objects from code frames
6124:
6125: 2007-11-27 misha
6126:
6127: * tests/: 152.html, results/152.processed: - tests for converting
6128: strings 'true'/'false' to bool were added
6129:
6130: * tests/152.html: - added checks for converting strings
6131: 'true'/'false' to bool
6132:
6133: * src/classes/string.C: - ^srting.bool[] now can convert to bool
6134: not only strings with numbers but with values 'true'/'false' as
6135: well
6136:
6137: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
6138: for parser3.log increased
6139:
6140: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
6141:
6142: * src/include/pa_common.h: - remove_crlf return cstring size now
6143:
6144: * src/include/pa_types.h: - constant with buffer size for
6145: parser3.log added
6146:
6147: 2007-11-16 misha
6148:
6149: * tests/cat.sh: - script for tests for file::exec/cgi
6150:
6151: * tests/171.html: - tests for file::exec/cgi
6152:
6153: * tests/results/171.processed: - tests results for file::exec/cgi
6154:
6155: 2007-11-15 misha
6156:
6157: * src/main/pa_exec.C: - fixed incorrect exec code for unix
6158:
6159: * src/classes/file.C: - .body must be set before analyzing cgi
6160: headers
6161:
6162: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
6163: only if exec/cgi return anything.
6164:
6165: 2007-11-14 misha
6166:
6167: * operators.txt: - info about new text|binary option for
6168: file::exec/cgi was added
6169:
6170: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
6171: ^file:exec[[text|binary];script;...]
6172:
6173: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
6174: classes/string.C, classes/table.C: - more text strings moved to
6175: the one place
6176:
6177: 2007-11-09 misha
6178:
6179: * src/types/pa_vrequest.C: - $request:argv must be taint
6180:
6181: * ChangeLog: - $request:argv [patch from Sumo]
6182:
6183: * operators.txt: - $request:argv
6184:
6185: * src/: include/pa_request_info.h, types/pa_vrequest.C,
6186: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
6187:
6188: 2007-10-25 misha
6189:
6190: * buildall-with-xml, buildall-without-xml: - options preparations
6191: for ./configure rewrited
6192:
6193: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
6194: error occure in unhandled_exception finally fixed
6195:
6196: 2007-10-23 misha
6197:
6198: * tests/: 170.html, results/170.processed: - test for
6199: @method[][result]
6200:
6201: * operators.txt: - added info about node.prefix and
6202: node.namespaceURI
6203:
6204: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
6205:
6206: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
6207: added for node and attribute
6208:
6209: 2007-10-22 misha
6210:
6211: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
6212:
6213: * src/main/pa_request.C: - added const content-transfer-encoding
6214:
6215: * src/include/pa_request.h: - added const content-transfer-encoding
6216: - ups. constants must be in lowercase (for search)
6217:
6218: * src/types/pa_vmail.C: - more constants used -
6219: content-transfer-encoding: 8bit added
6220:
6221: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
6222:
6223: * src/include/pa_request.h: - more constants
6224:
6225: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
6226: ommit anymore if $.content-disposition was specified - little
6227: refactoring
6228:
6229: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
6230:
6231: 2007-10-17 misha
6232:
6233: * operators.txt: - info about
6234: table::create[nameless]{data}[>options<] was added
6235:
6236: * src/main/: compile.tab.C, compile.y: - if error occure while
6237: compile method don't put this method in methods table anymore.
6238: in other case the parser coredumped if @unhandled_exception
6239: method can't be compiled because of parser.compile error.
6240:
6241: * src/main/execute.C: - little code reformating
6242:
6243: * src/main/pa_request.C: - little code reformating - comment
6244: changed
6245:
6246: 2007-10-16 misha
6247:
6248: * tests/: 035.html, results/035.processed: - tests
6249: table::create[]{}[options] added
6250:
6251: * src/classes/table.C: - table::create[]{} now accept 3rd param:
6252: options (only $.seperator[] yet)
6253:
6254: 2007-10-10 misha
6255:
6256: * src/classes/table.C: - some contstants moved to pa_common.h -
6257: some code changes
6258:
6259: 2007-10-02 misha
6260:
6261: * src/main/pa_uue.C: - memory usage during uuencode reduced more
6262: then three time as much. but base64 encoding method still use
6263: less memory anyway.
6264:
6265: 2007-09-17 misha
6266:
6267: * operators.txt: - added info about $cookie:fields
6268:
6269: * src/types/pa_vcookie.C: - $cookie:fields available now
6270:
6271: * src/classes/hash.C: - some stuff for use with .for_each moved to
6272: common
6273:
6274: * src/include/pa_common.h: - some stuff for use with .for_each
6275: moved here
6276:
6277: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
6278:
6279: 2007-09-14 misha
6280:
6281: * buildall-with-xml: - new xml libs again =)
6282:
6283: 2007-08-28 misha
6284:
6285: * operators.txt: - texts about ^table.columns[[column name]] and
6286: ^string.split[...][v][column name] were added
6287:
6288: * tests/: 168.html, 169.html, results/168.processed,
6289: results/169.processed: - tests for ^table.columns[[column name]]
6290: and ^string.split[...][v][column name] were added
6291:
6292: * src/classes/table.C: - new option ^table.columns[[column name]]
6293: was added
6294:
6295: * src/classes/string.C: - new option ^string.split[...;v;[column
6296: name]]
6297:
6298: * src/include/pa_exception.h: - error text message for
6299: ^hash._keys[], ^table.columns[] and ^string.split[]
6300:
6301: 2007-08-27 misha
6302:
6303: * src/main/untaint.C: - try to fix coredump on unix if print to
6304: body ^taint[sql][something] outside of connect
6305:
6306: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
6307: outside of connect
6308:
6309: * buildall-with-xml, buildall-without-xml: - strip parser3 was
6310: added (commented by default)
6311:
6312: 2007-08-20 misha
6313:
6314: * operators.txt: - comment about new method ^node.hasAttributes[]
6315: was added
6316:
6317: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
6318: duplicated exception text strings were removed
6319:
6320: * src/include/pa_exception.h: - more exception text strings moved
6321: here
6322:
6323: * src/classes/table.C: - some duplicate exceptions' text strings
6324: removed
6325:
6326: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
6327: xdoc.C, xnode.C: - some duplicate exceptions' text strings
6328: removed
6329:
6330: * src/include/pa_exception.h: - some exception text strings movet
6331: to pa_exception
6332:
6333: * tests/: 149.html, results/149.processed: - test for
6334: ^xnode.hasAttributes[] was added - some code changes
6335:
6336: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
6337: added
6338:
6339: 2007-08-17 misha
6340:
6341: * tests/: results/006.processed, results/059.processed, 006.html,
6342: 059.html: - more tests for match
6343:
6344: * tests/: 129.html, results/129.processed: - tests for
6345: ^table.hash[...][$.type[string|hash|table]] added
6346:
6347: * src/targets/cgi/parser3.C: - little syntax changes
6348:
6349: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
6350: syntax changes
6351:
6352: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
6353: messages in parser3.log switched off by default. If someone
6354: really still need it: use $SIGPIPE(1)
6355:
6356: 2007-08-08 misha
6357:
6358: * buildall-with-xml, buildall-without-xml: - remove libs source
6359: files by default since now
6360:
6361: 2007-08-07 misha
6362:
6363: * buildall-without-xml: - some option syntax changes
6364:
6365: * buildall-with-xml: - compile libxml2 without http support - some
6366: option syntax changes
6367:
6368: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
6369:
6370: 2007-08-06 misha
6371:
6372: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
6373:
6374: * tests/: 160.html, results/160.processed: - cache test was
6375: rewrited
6376:
6377: 2007-07-06 misha
6378:
6379: * tests/: 153.html, results/153.processed: - added test for
6380: ^math:sha1[string]
6381:
6382: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
6383: transcoded
6384:
6385: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
6386: were added
6387:
6388: 2007-06-28 misha
6389:
6390: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
6391: some incorrect chars
6392:
6393: 2007-06-19 misha
6394:
6395: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
6396: were moved on top because of gcc 4 had a problems during
6397: building.
6398:
6399: 2007-06-18 misha
6400:
6401: * tests/results/019.processed: - new image commited
6402:
6403: 2007-06-09 misha
6404:
6405: * src/classes/: op.C, table.C: - in while and table.select method
6406: as_expression used now
6407:
6408: * src/types/pa_vmethod_frame.h: - method as_expression was added
6409:
6410: 2007-06-08 misha
6411:
6412: * tests/: 166.html, results/166.processed: - test for
6413: ^match[...][n]
6414:
6415: * tests/: 165.html, results/165.processed: - tests for loops
6416:
6417: * src/lib/cord/include/private/cord_pos.h: - back to origin value
6418: because of no speed/memory optimisation but some proglems with
6419: long cycles occure
6420:
6421: 2007-06-06 misha
6422:
6423: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
6424: ^table.select(true) and ^table.select(1) didn't works because of
6425: awaiting junction-param only. fixed.
6426:
6427: 2007-05-24 misha
6428:
6429: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
6430: with 0.5 secs interval
6431:
6432: * src/classes/op.C: - cache was rewrited. I hope it works with
6433: locking system now on unix
6434:
6435: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
6436: system locks which wait till other threads release it but try get
6437: lock, if fail wait 1 sec and make 10 attempts.
6438:
6439: * src/include/pa_os.h: - consts for blocking locks + some comments
6440: were added
6441:
6442: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
6443: opening files
6444:
6445: * src/classes/table.C: - changes in includes. if unclude <sstream>
6446: after our classes on unix it can't be build
6447:
6448: * src/types/pa_vhashfile.C: - not needed code removed
6449:
6450: 2007-05-23 misha
6451:
6452: * src/: classes/file.C, classes/op.C, main/pa_common.C,
6453: include/pa_common.h: - cosmetic changes
6454:
6455: 2007-05-18 misha
6456:
6457: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
6458: often. it's give some speed increasing
6459:
6460: * tests/results/160.processed: - returned time corrected
6461:
6462: * tests/160.html: - time increased because on unix 1 mean nothing
6463: :(
6464:
6465: * operators.txt: - added info about ^hash.contain[key]
6466:
6467: * src/classes/hash.C: - added ^hash.contain[key]
6468:
6469: * src/include/pa_hash.h: - added method for checking key exists in
6470: hash
6471:
6472: 2007-05-07 misha
6473:
6474: * src/include/pa_string.h: - was compilation error during build on
6475: freebsd4
6476:
6477: 2007-05-03 misha
6478:
6479: * src/classes/table.C: - option $.type[hash|string|table] was added
6480: for ^table.hash[]
6481:
6482: * src/classes/file.C: - comment removed
6483:
6484: 2007-04-26 misha
6485:
6486: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
6487: real files doesn't opened in place anymore
6488:
6489: 2007-04-24 misha
6490:
6491: * src/classes/math.C: - I thought one more time and remove lg(N) :)
6492:
6493: * src/include/pa_exception.h: "static" removed
6494:
6495: 2007-04-23 misha
6496:
6497: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
6498:
6499: * src/classes/math.C: added: - ^math:ln(N) (the same as
6500: ^math:log(N)) - ^math:lg(N)
6501:
6502: * tests/: 097.html, results/097.processed: - charsets converstion
6503: during ^file::load[text;http://...] added
6504:
6505: * tests/: 164.html, results/164.processed: - check for set expires
6506: as a date
6507:
6508: * tests/: 164.html, results/164.processed: - test for hashfile
6509:
6510: * src/classes/hashfile.C: - little comment changes
6511:
6512: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
6513: access
6514:
6515: * src/: classes/date.C, classes/double.C, classes/file.C,
6516: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
6517: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
6518: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6519: classes/xnode.h, include/pa_request.h, main/execute.C,
6520: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6521: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
6522: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
6523: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
6524: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
6525: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
6526: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6527: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
6528: "parser.runtime" strings were removed
6529:
6530: * src/classes/hashfile.C: - with .clear[] called files_delete()
6531: now.
6532:
6533: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
6534:
6535: * src/include/pa_exception.h: - string constant with
6536: "parser.runtime" text was added
6537:
6538: 2007-04-20 misha
6539:
6540: * operators.txt: - some comments changing
6541:
6542: * operators.txt: - added info about .^hashfile.release[],
6543: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
6544:
6545: * configure: =cheching for unsetenv
6546:
6547: * src/classes/hashfile.C: - ^hashfile.cleanup[],
6548: ^hashfile.release[] were added
6549:
6550: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
6551: ^string.match[][] understand new option now: return number of
6552: matches but not table wit results
6553:
6554: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
6555: reopen now
6556:
6557: * src/classes/op.C: - bug. must be false
6558:
6559: * configure.in: - checking for unsetenv was added
6560:
6561: * src/types/pa_vform.C: - some comments
6562:
6563: 2007-04-18 misha
6564:
6565: * buildall-with-xml: moving to libxml2-2.6.28
6566:
6567: * buildall-with-xml, buildall-without-xml: added commented lines
6568: with --disable-safe-mode option
6569:
6570: * operators.txt: - info about $form:files
6571:
6572: 2007-04-17 misha
6573:
6574: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
6575: $form:files was added
6576:
6577: * tests/: 163.html, results/163.processed: removing auto format
6578:
6579: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
6580:
6581: 2007-04-16 misha
6582:
6583: * tests/: 163.html, results/163.processed: - test for .int[],
6584: floor, round, ceiling and .format[]
6585:
6586: * src/classes/file.C: - little optimization for getting args in
6587: exec/cgi
6588:
6589: 2007-04-13 misha
6590:
6591: * src/classes/file.C: - arguments for file::exec/cgi can be
6592: specified now as s table with one column
6593:
6594: 2007-03-27 misha
6595:
6596: * tests/: 162.html, results/162.processed: - test for
6597: ^table.select(^condition[$t])
6598:
6599: * tests/results/auto.p: - load windows-1251 charset for some tests
6600:
6601: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
6602:
6603: * tests/: results/161.processed, 161.html, 161_utf8.txt,
6604: 161_windows1251.txt: - added test for
6605: ^file::load[text;/local/file.txt;$.charset[...]]
6606:
6607: * tests/: results/013.processed, 013.html: - added test for
6608: checking $._default value while hash modifications
6609:
6610: * tests/: 160.html, results/160.processed: - add test for
6611: ^cache[key](secs){code}, ^cache[] and ^cache(0)
6612:
6613: 2007-03-22 misha
6614:
6615: * src/include/pa_common.h: - "charset" string defined for
6616: ^file::load[text;/local.txt] and ^table::load[/table.txt]
6617:
6618: * src/main/: pa_common.C, pa_http.C: - $.charset option for
6619: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
6620: added - not needed transcodes were removed from
6621: ^file::load[...;http://...]
6622:
6623: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
6624: added
6625:
6626: * src/classes/date.C: - date.week was fixed
6627:
6628: * operators.txt: - added info about date.weekyear
6629:
6630: * tests/: 159.html, results/159.processed: - tests for date.week
6631: and date.weekyear added
6632:
6633: 2007-03-15 misha
6634:
6635: * src/classes/table.C: - enclose column numbers for nameless tables
6636: as well
6637:
6638: 2007-03-14 misha
6639:
6640: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
6641:
6642: * src/classes/table.C: - table.save optimization: now required much
6643: less memory
6644:
6645: 2007-03-13 misha
6646:
6647: * tests/results/: 158.processed, 158.processes: - tests for
6648: table.save/table.load
6649:
6650: * tests/: 158.html, results/158.processes: - tests for
6651: table.save/table.load
6652:
6653: * buildall-with-xml: libxml2: --without-ftp --without-docbook
6654:
6655: * buildall-with-xml: - pattern needed now for building
6656:
6657: * tests/results/097.processed: - added test results for xdoc::load
6658: & xdoc::load[http://...]
6659:
6660: * tests/097.html: - added test for xdoc::load
6661:
6662: 2007-03-12 misha
6663:
6664: * tests/: 107.html, results/107.processed: - added test for xpath
6665: '//man'
6666:
6667: 2007-03-01 misha
6668:
6669: * tests/: 097.html, results/097.processed: - added test for
6670: creating xdoc from file
6671:
6672: * tests/: results/157.processed, 157.html: - added test for
6673: file:move
6674:
6675: 2007-02-28 misha
6676:
6677: * src/classes/xdoc.C: - another attempt
6678:
6679: * src/classes/xdoc.C: - roll back last changes for a while
6680:
6681: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
6682:
6683: * src/classes/file.C: - under lock we create non-exist dir anyway
6684:
6685: * tests/results/099.processed: - ever send content-disposition to
6686: client with file
6687:
6688: * tests/157.html: + test for file:copy
6689:
6690: 2007-02-26 misha
6691:
6692: * src/classes/file.C: - some similar strings moved to #define
6693: instead of to be copy/pasted many times
6694:
6695: * src/types/pa_vfile.h: - class name string ("file") moved to
6696: #define
6697:
6698: 2007-02-20 misha
6699:
6700: * bin/auto.p.dist.in: - added lines for sqlite
6701:
6702: * configure.in: - added some strings for sqlite detection
6703:
6704: 2007-02-19 misha
6705:
6706: * operators.txt: - some comments changes
6707:
6708: * buildall-with-xml, buildall-without-xml: - some modifications
6709:
6710: 2007-02-17 misha
6711:
6712: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
6713:
6714: * src/main/pa_request.C: - damn, i forgot to commit it while I
6715: change console behaviour
6716:
6717: 2007-02-12 misha
6718:
6719: * src/targets/cgi/parser3.C: - don't print headers if
6720: $console:line[data] was used during cgi execution.
6721:
6722: * src/types/pa_vconsole.h: - console class have bool flag now which
6723: marked as 'true' if class was used.
6724:
6725: * tests/: 152.html, results/152.processed: - more types was added
6726: to test 152
6727:
6728: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
6729: adding 'bool' (^if($image){} caused exception)
6730:
6731: 2007-02-09 misha
6732:
6733: * tests/: 152.html, results/152.processed: - test alightly updated
6734:
6735: * tests/: 152.html, results/152.processed: - test rewrited
6736:
6737: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
6738: bugfix. I broke xdoc & xnode in expression
6739:
6740: 2007-02-08 misha
6741:
6742: * tests/: 152.html, results/152.processed: - add test for checking
6743: 'def' for void, string, bool, int & double
6744:
6745: 2007-02-07 misha
6746:
6747: * operators.txt: - ^file:base64[filespec] was added
6748:
6749: * tests/results/153.processed: - result test for
6750: ^file:base64[filespec] was updated
6751:
6752: * tests/153.html: - test for ^file:base64[filespec] was added
6753:
6754: * src/types/pa_vconsole.h: - little optimization
6755:
6756: * src/classes/file.C: - ^file:base64[filespec]
6757:
6758: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
6759:
6760: * src/include/pa_common.h: - declarations for
6761: ^file:base64[filespec]
6762:
6763: * src/types/pa_vcookie.C: - little optimization
6764:
6765: 2007-02-06 misha
6766:
6767: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
6768: were temporary commented
6769:
6770: * src/types/pa_vbool.h: - bugfix
6771:
6772: * tests/156.html: - added test for bool cookie
6773:
6774: * src/types/pa_vcookie.h: - not needed string "cookie" removed
6775:
6776: * tests/: 155.html, results/155.processed: - added test for check
6777: $.encloser[] option for table save/load
6778:
6779: * tests/: 153.html, 154.html, todo.txt: - two more tests added
6780:
6781: 2007-02-05 misha
6782:
6783: * tests/results/152.processed: - newline at the end was missed
6784:
6785: * tests/results/141.processed: - math:md5 must be lowercased
6786:
6787: * src/targets/cgi/parser3.C: - 2007 in help ;)
6788:
6789: 2007-02-03 misha
6790:
6791: * tests/results/: 150.processed, 151.processed, 152.processed: -
6792: test for bool added and some content length fixes
6793:
6794: * tests/152.html: - test for bool added
6795:
6796: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
6797:
6798: * operators.txt: - info bool class was added
6799:
1.97 moko 6800: * src/: classes/Makefile.am, classes/Makefile.in, classes/bool.C,
1.95 moko 6801: classes/classes.vcproj, classes/double.C, classes/int.C,
6802: classes/string.C, classes/void.C, classes/xnode.C,
6803: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
6804: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
6805: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
6806: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6807: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
6808: types/types.vcproj: - bool class was added
6809:
6810: * src/main/pa_request.C: - fix
6811:
6812: 2007-01-18 misha
6813:
6814: * src/: main/pa_string.C, classes/string.C: - return table during
6815: ^string.match[][] even if no matched found.
6816:
6817: 2006-12-20 misha
6818:
6819: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
6820: http://www.parser.ru/forum/?id=55598 ]
6821:
6822: 2006-12-19 misha
6823:
6824: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
6825: details: http://www.parser.ru/forum/?id=52359
6826:
6827: * src/main/pa_request.C: - always set content-disposition for
6828: $response:body[hash here]. more details:
6829: http://www.parser.ru/forum/?id=52130
6830:
6831: 2006-12-07 misha
6832:
6833: * operators.txt: - added info about bool params in cookie set
6834:
6835: * src/types/pa_vcookie.C: - bool param in cookies available now
6836: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
6837: ]
6838:
6839: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
6840: was added
6841:
6842: 2006-12-02 misha
6843:
6844: * src/classes/file.C: - file_block_read used instead of native read
6845:
6846: * src/main/pa_common.C: - added file_block_read with read error
6847: detection - file_block_read used instead of native read
6848:
6849: * src/include/pa_common.h: - added file_block_read declaration
6850:
6851: 2006-12-01 misha
6852:
6853: * operators.txt: - info about $var.CLASS_NAME was added
6854:
6855: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
6856: $var.CLASS_NAME added
6857:
6858: * operators.txt: - added info about ^file:copy[]
6859:
6860: * src/classes/file.C: - ^file:copy[from;fo] was added
6861:
6862: 2006-11-20 misha
6863:
6864: * src/classes/date.C: - bug fix :)
6865:
6866: 2006-11-17 misha
6867:
6868: * src/include/pa_common.h: - array in crc32 calculation was changed
6869: to static
6870:
6871: * src/main/pa_common.C: - little optimization in getMonthDays -
6872: small changes in crc32 calculation
6873:
6874: * src/classes/date.C: - not needed code was removed
6875:
6876: 2006-11-16 misha
6877:
6878: * src/types/pa_vmail.C: - fix missed brakes
6879:
6880: * src/types/pa_vmail.C: - mail:send now set content-type:
6881: multipart/related instead of multipart/mixed if file have
6882: $.content-id[]
6883:
6884: 2006-11-15 misha
6885:
6886: * src/types/pa_vdouble.h: abs -> fabs
6887:
6888: 2006-11-14 misha
6889:
6890: * operators.txt: - added info about ^file.md5[] and
6891: ^file:md5[file-name]
6892:
6893: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
6894: added
6895:
6896: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
6897: FILE_BUFFER_SIZE
6898:
6899: * src/classes/math.C: - hex_string was moved to pa_common.h
6900:
6901: * src/include/pa_common.h: - hex_string was moved from math.C -
6902: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
6903:
6904: * src/types/pa_vdouble.h: - incorrect frac detection with negative
6905: values was fixed
6906:
6907: 2006-11-13 misha
6908:
6909: * operators.txt: - added info about ^math:crc32[string],
6910: ^file:crc32[file-name] & ^file.crc32[]
6911:
6912: * src/classes/math.C: - added ^math:crc32[string]
6913:
6914: * src/classes/file.C: - some comments were changed - added
6915: ^file:crc32[file-name] and ^file.crc32[]
6916:
6917: * src/: include/pa_common.h, main/pa_common.C: - some functions for
6918: crc32 calculation added
6919:
6920: 2006-11-03 misha
6921:
6922: * src/include/pa_array.h: - not needed variable removed
6923:
6924: * tests/: 150.html, 151.html, results/150.processed,
6925: results/151.processed: - 2 tests were added
6926:
6927: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
6928: with $.reverse(1) were fixed
6929:
6930: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
6931: query converted to $.charset during ^file::load[http://...]
6932:
6933: 2006-11-02 misha
6934:
6935: * src/include/pa_table.h: ups. forget '=' char
6936:
6937: * src/include/pa_table.h: - one more fix in
6938: .locate[...][$.reverse(1)]
6939:
6940: 2006-11-01 misha
6941:
6942: * src/classes/math.C: - bug fix, details:
6943: http://www.parser.ru/forum/?id=53360
6944:
6945: * src/include/pa_table.h: - bug fix during ^table.locate( condition
6946: false for all records )[$.reverse(1)]
6947:
6948: * src/main/pa_http.C: - second param for this mid method is length
6949: but not end_index so this method has error and can't detect
6950: charsets in next content-types: Content-type: text/html;
6951: charset="windows-1251" Content-type: text/html;
6952: charset="windows-1251"; Content-type: text/html;
6953: charset=windows-1251;
6954:
6955: only Content-type: text/html; charset=windows-1251 was fine
6956:
6957: 2006-10-31 misha
6958:
6959: * src/classes/file.C: - empty args in file::exec removed now
6960:
6961: 2006-09-11 misha
6962:
6963: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
6964: replaced to table::create - some changes in text/code formatting
6965:
6966: 2006-09-03 paf
6967:
6968: * src/classes/file.C: proper tainting of
6969: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
6970:
6971: 2006-06-09 paf
6972:
6973: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
6974:
6975: * src/classes/table.C: formatting
6976:
6977: * src/classes/table.C: incorporated patch from misha: Sent:
6978: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
6979: ignoring string options for ^table.save[]
6980:
6981: * src/classes/hash.C: incorporated patch from misha Sent:
6982: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
6983: $hash._default disappear while
6984:
6985: * operators.txt: ^mail:send[ $.file1[ $.value[file]
6986: $.format[!uue|!base64] << new base64 option. default uue ] ]
6987:
6988: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
6989: PM Subject: patch for base64 in ^mail:send[] %-)
6990:
6991: 2006-04-09 paf
6992:
6993: * src/main/compile.tab.C: ` change compiled
6994:
6995: * gnu.vcproj, operators.txt, parser3.sln,
6996: src/classes/classes.vcproj, src/classes/file.C,
6997: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
6998: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
6999: src/classes/xnode.C, src/include/pa_array.h,
7000: src/include/pa_config_fixed.h, src/include/pa_dir.h,
7001: src/include/pa_memory.h, src/include/pa_request.h,
7002: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
7003: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
7004: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
7005: src/lib/pcre/pcre_dftables.vcproj,
7006: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7007: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
7008: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
7009: src/main/pa_cache_managers.C, src/main/pa_charset.C,
7010: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
7011: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
7012: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
7013: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
7014: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
7015: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
7016: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
7017: src/types/pa_value.h, src/types/pa_vcookie.C,
7018: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
7019: src/types/pa_vmail.C, src/types/pa_vresponse.C,
7020: src/types/pa_vstatus.C, src/types/types.vcproj,
7021: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
7022: ^menu, ^hash/hashfile.foreach
7023:
7024: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
7025: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
7026: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
7027: src/classes/xnode.C, src/include/pa_array.h,
7028: src/include/pa_config_fixed.h, src/include/pa_dir.h,
7029: src/include/pa_memory.h, src/include/pa_request.h,
7030: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
7031: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
7032: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
7033: src/lib/pcre/pcre_dftables.vcproj,
7034: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7035: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
7036: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
7037: src/main/pa_cache_managers.C, src/main/pa_charset.C,
7038: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
7039: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
7040: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
7041: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
7042: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
7043: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
7044: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
7045: src/types/pa_value.h, src/types/pa_vcookie.C,
7046: src/types/pa_vmail.C, src/types/pa_vresponse.C,
7047: src/types/pa_vstatus.C, src/types/types.vcproj,
7048: tests/descript.ion: ! switched to VS2005 (projects and
7049: object<info explicitly typed>.for_each(, info)) +
7050: $response:field[] setting void means removing + grammar $name`
7051: name stops now, for mysql `$field` + started ^break[]
7052: ^continue[], in ^for. TODO: to other iterators (while, menu,
7053: foreach) + all log messages += [uri=, method=, cl=]
7054:
7055: * buildall-with-xml: merged . ftp paths update
7056:
7057: * buildall-with-xml: . ftp paths update
7058:
7059: 2006-03-04 paf
7060:
7061: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
7062: checks++ [thanks to Igor Zinkovsky for detailed report]
7063:
7064: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
7065: Igor Zinkovsky for detailed report]
7066:
7067: 2006-03-01 paf
7068:
7069: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
7070: \n to ' ' in
7071:
7072: 2006-02-18 paf
7073:
7074: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
7075: \n to ' ' in
7076:
7077: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
7078:
7079: 2006-02-03 paf
7080:
7081: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
7082: base64
7083:
7084: * src/main/pa_common.C: ! bugfix: decoding from base64
7085:
7086: 2006-01-20 paf
7087:
7088: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
7089: economy fix
7090:
7091: * src/classes/: table.C: merged from HEAD ! bugfix
7092: ^table.save[$.encloser-s now handled properly
7093:
7094: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
7095: handled properly
7096:
7097: 2006-01-19 paf
7098:
7099: * buildall-with-xml, buildall-without-xml: merged from HEAD !
7100: libgc:USE_MUNMAP activates merging of free memory blocks which
7101: helps a lot in our case: after transform we want
7102: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
7103:
7104: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
7105: economy fix
7106:
7107: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
7108: activates merging of free memory blocks which helps a lot in our
7109: case: after transform we want CORD(main.result)->cstr[big
7110: malloc]->transcode[big malloc]
7111:
7112: 2006-01-17 paf
7113:
7114: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
7115: before reading them. got rid of reallocs = became quicker and
7116: less fragmentated
7117:
7118: 2005-12-29 paf
7119:
1.97 moko 7120: * INSTALL, Makefile.am, Makefile.in, buildall-with-xml,
7121: buildall-without-xml, configure, configure.in,
7122: src/include/pa_version.h, src/lib/ltdl/Makefile.am,
7123: src/lib/ltdl/Makefile.in, src/lib/ltdl/acconfig.h,
1.95 moko 7124: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
7125: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
7126: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
7127: src/lib/ltdl/missing: . merged from 3.2.1
7128:
1.97 moko 7129: * Makefile.am, Makefile.in, src/lib/ltdl/Makefile.am,
7130: src/lib/ltdl/Makefile.in: . now site.m4 also packaged when 'make
7131: dist', so do configure companion files in src/lib/ltdl
7132:
7133: * src/lib/ltdl/: Makefile.am, Makefile.in, acconfig.h,
7134: acinclude.m4, config.guess, config.sub, configure.in, install-sh,
7135: ltmain.sh, missing: . now config_auto.h is created with configure
7136: [were constant]
1.95 moko 7137:
7138: * INSTALL: . references to documentation and some clarification
7139:
7140: * buildall-with-xml, buildall-without-xml: . farawell doc
7141: indication
7142:
1.97 moko 7143: * Makefile.am, Makefile.in: . dist+=buildall*
1.95 moko 7144:
7145: 2005-12-28 paf
7146:
7147: * configure: . 3.2.1
7148:
7149: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
7150: simplify build process, see INSTALL
7151:
7152: 2005-12-26 paf
7153:
7154: * configure: ver
7155:
7156: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
7157: version
7158:
7159: 2005-12-21 paf
7160:
7161: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
7162: compiled with bison 1.875b, it reports unexpected token names
7163:
7164: 2005-12-19 paf
7165:
7166: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
7167: holds a link to xmlNode to prevent premature gc(xmlNode)
7168:
7169: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
7170: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
7171: src/main/main.vcproj, src/main/pa_globals.C,
7172: src/targets/cgi/parser3.vcproj,
7173: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
7174: configure, configure.in, src/include/pa_version.h: . killing
7175: gdome [what a relief]
7176:
7177: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
7178: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
7179: run_parser.sh, results/001.processed, results/002.processed,
7180: results/003.processed, results/004.processed,
7181: results/005.processed, results/006.processed,
7182: results/008.processed, results/009.processed,
7183: results/010.processed, results/011.processed,
7184: results/012.processed, results/013.processed,
7185: results/014.processed, results/015.processed,
7186: results/016.processed, results/017.processed,
7187: results/018.processed, results/020.processed,
7188: results/021.processed, results/022.processed,
7189: results/023.processed, results/024.processed,
7190: results/025.processed, results/026.processed,
7191: results/027.processed, results/028.processed,
7192: results/029.processed, results/030.processed,
7193: results/031.processed, results/032.processed,
7194: results/033.processed, results/034.processed,
7195: results/035.processed, results/036.processed,
7196: results/037.processed, results/038.processed,
7197: results/039.processed, results/040.processed,
7198: results/041.processed, results/042.processed,
7199: results/043.processed, results/044.processed,
7200: results/045.processed, results/046.processed,
7201: results/047.processed, results/048.processed,
7202: results/049.processed, results/050.processed,
7203: results/051.processed, results/052.processed,
7204: results/053.processed, results/054.processed,
7205: results/055.processed, results/056.processed,
7206: results/057.processed, results/058.processed,
7207: results/059.processed, results/060.processed,
7208: results/061.processed, results/062.processed,
7209: results/063.processed, results/064.processed,
7210: results/065.processed, results/066.processed,
7211: results/067.processed, results/068.processed,
7212: results/069.processed, results/070.processed,
7213: results/071.processed, results/072.processed,
7214: results/073.processed, results/074.processed,
7215: results/075.processed, results/076.processed,
7216: results/077.processed, results/078.processed,
7217: results/079.processed, results/080.processed,
7218: results/081.processed, results/082.processed,
7219: results/083.processed, results/084.processed,
7220: results/085.processed, results/086.processed,
7221: results/087.processed, results/088.processed,
7222: results/089.processed, results/090.processed,
7223: results/091.processed, results/092.processed,
7224: results/093.processed, results/094.processed,
7225: results/095.processed, results/096.processed,
7226: results/097.processed, results/099.processed,
7227: results/100.processed, results/101.processed,
7228: results/102.processed, results/104.processed,
7229: results/105.processed, results/106.processed,
7230: results/107.processed, results/108.processed,
7231: results/109.processed, results/110.processed,
7232: results/111.processed, results/112.processed,
7233: results/113.processed, results/114.processed,
7234: results/115.processed, results/117.processed,
7235: results/119.processed, results/120.processed,
7236: results/121.processed, results/122.processed,
7237: results/123.processed, results/124.processed,
7238: results/125.processed, results/126.processed,
7239: results/127.processed, results/128.processed,
7240: results/129.processed, results/130.processed,
7241: results/131.processed, results/132.processed,
7242: results/133.processed, results/134.processed,
7243: results/135.processed, results/136.processed,
7244: results/138.processed, results/139.processed,
7245: results/140.processed, results/141.processed,
7246: results/142.processed, results/143.processed,
7247: results/144.processed, results/145.processed,
7248: results/146.processed, results/147.processed,
7249: results/148.processed, results/149.processed, results/auto.p: .
7250: now works if we turn off default auto.p
7251:
1.97 moko 7252: * configure, src/lib/Makefile.in, src/lib/cord/Makefile.in: . makes
1.95 moko 7253:
7254: * src/types/pa_vxnode.C: . less warnings
7255:
7256: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
7257: tests/145.html, tests/149.html, tests/descript.ion,
7258: tests/outputs/d.cmd, tests/results/142.processed,
7259: tests/results/143.processed, tests/results/144.processed,
7260: tests/results/145.processed, tests/results/146.processed,
7261: tests/results/147.processed, tests/results/148.processed,
7262: tests/results/149.processed: . removed .nodeValue from all node
7263: types other than 5 (grabbed piece from gdome)
7264:
7265: * tests/: 137.html, results/137.processed: . not handled this case
7266: yet. code does not hang from inserting parent into child,
7267: considering thing minor issue -- nodes are removed from source
7268: anyway, don't know why shold that be an error after all
7269:
7270: * src/targets/cgi/parser3.C: . style
7271:
7272: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
7273: xdoc too [were barking "not element"]
7274:
7275: 2005-12-16 paf
7276:
7277: * tests/: 146.html, 147.html, 148.html: . more tests
7278:
7279: * src/classes/xnode.C: . also bark on possible errors
7280:
7281: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
7282: props
7283:
7284: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
7285: main/compile.y: merged from HEAD ! fixed overoptimized
7286: ^call(false) case. (confused it with ^call[] case)
7287:
7288: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
7289: ^call(false) case. (confused it with ^call[] case)
7290:
7291: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
7292:
7293: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
7294: results/001.processed, results/002.processed,
7295: results/003.processed, results/004.processed,
7296: results/005.processed, results/006.processed,
7297: results/008.processed, results/009.processed,
7298: results/010.processed, results/011.processed,
7299: results/012.processed, results/013.processed,
7300: results/014.processed, results/015.processed,
7301: results/016.processed, results/017.processed,
7302: results/018.processed, results/019.processed,
7303: results/020.processed, results/021.processed,
7304: results/022.processed, results/023.processed,
7305: results/024.processed, results/025.processed,
7306: results/026.processed, results/027.processed,
7307: results/028.processed, results/029.processed,
7308: results/030.processed, results/031.processed,
7309: results/032.processed, results/033.processed,
7310: results/034.processed, results/035.processed,
7311: results/036.processed, results/037.processed,
7312: results/038.processed, results/039.processed,
7313: results/040.processed, results/041.processed,
7314: results/042.processed, results/043.processed,
7315: results/044.processed, results/045.processed,
7316: results/046.processed, results/047.processed,
7317: results/048.processed, results/049.processed,
7318: results/050.processed, results/051.processed,
7319: results/052.processed, results/053.processed,
7320: results/054.processed, results/055.processed,
7321: results/056.processed, results/057.processed,
7322: results/058.processed, results/059.processed,
7323: results/060.processed, results/061.processed,
7324: results/062.processed, results/063.processed,
7325: results/064.processed, results/065.processed,
7326: results/066.processed, results/067.processed,
7327: results/068.processed, results/069.processed,
7328: results/070.processed, results/071.processed,
7329: results/072.processed, results/073.processed,
7330: results/074.processed, results/075.processed,
7331: results/076.processed, results/077.processed,
7332: results/078.processed, results/079.processed,
7333: results/080.processed, results/081.processed,
7334: results/082.processed, results/083.processed,
7335: results/084.processed, results/085.processed,
7336: results/086.processed, results/087.processed,
7337: results/088.processed, results/089.processed,
7338: results/090.processed, results/091.processed,
7339: results/092.processed, results/093.processed,
7340: results/094.processed, results/095.processed,
7341: results/096.processed, results/097.processed,
7342: results/099.processed, results/101.processed,
7343: results/102.processed, results/104.processed,
7344: results/105.processed, results/106.processed,
7345: results/107.processed, results/108.processed,
7346: results/109.processed, results/110.processed,
7347: results/111.processed, results/112.processed,
7348: results/113.processed, results/114.processed,
7349: results/115.processed, results/116.processed,
7350: results/117.processed, results/118.processed,
7351: results/119.processed, results/120.processed,
7352: results/121.processed, results/122.processed,
7353: results/123.processed, results/124.processed,
7354: results/125.processed, results/126.processed,
7355: results/127.processed, results/128.processed,
7356: results/129.processed, results/130.processed,
7357: results/131.processed, results/132.processed,
7358: results/133.processed, results/134.processed,
7359: results/135.processed, results/136.processed,
7360: results/137.processed, results/138.processed,
7361: results/139.processed, results/140.processed,
7362: results/141.processed: . refreshed old tests, made them work
7363: without auto.p (in utf8) . things noted: . gif got encoded
7364: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
7365: some strange year)
7366:
7367: * INSTALL: . revived linux libgc fix
7368:
7369: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
7370: glib/gdome in INSTALL and patches]
7371:
7372: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
7373: include/pa_charset.h, include/pa_config_includes.h,
7374: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
7375: include/pa_xml_exception.h, lib/cord/Makefile.am,
7376: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7377: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
7378: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
7379: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
7380: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
7381: types/pa_vxnode.h: . started killing gdome
7382:
7383: 2005-12-13 paf
7384:
7385: * src/main/: pa_request.C: merged from HEAD ! when code in
7386: @unhandled_exception thrown another exception, print correct
7387: origin (earlier code in catch of exception inside of
7388: @unhandled_exception grabbed parent_frame(original_exception)
7389: origin and printed it, instead of true origin)
7390:
7391: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
7392: another exception, print correct origin (earlier code in catch of
7393: exception inside of @unhandled_exception grabbed
7394: parent_frame(original_exception) origin and printed it, instead
7395: of true origin)
7396:
7397: 2005-12-09 paf
7398:
7399: * INSTALL: . updated INSTALL doc to work around linux stack base
7400: detection problem, due to change in gc6.4 code
7401:
7402: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
7403: ignored in ^string.matched :(
7404:
7405: * src/main/pa_string.C: ! regex tainting were ignored in
7406: ^string.matched :(
7407:
7408: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
7409: src/include/pa_config_fixed.h, src/include/pa_version.h,
7410: src/main/compile.y, src/main/compile_tools.h,
7411: src/main/pa_charset.C, src/main/pa_common.C,
7412: src/main/pa_globals.C, src/main/pa_string.C,
7413: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
7414: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
7415:
7416: 2005-12-08 paf
7417:
7418: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
7419: 500 chars now handled OK [were wrapped on 500th char according to
7420: rfc, but sendmail failed to unwrap it properly]
7421:
7422: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
7423: handled OK [were wrapped on 500th char according to rfc, but
7424: sendmail failed to unwrap it properly]
7425:
7426: * src/targets/isapi/parser3isapi.C: . less warnings
7427:
7428: * src/targets/isapi/parser3isapi.C: . undone some strange change
7429: since 3.1.5
7430:
7431: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
7432: link fixes
7433:
7434: * src/: classes/date.C, include/pa_config_fixed.h,
7435: main/compile.tab.C, main/compile.y, main/compile_tools.h,
7436: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
7437: main/pa_string.C, targets/cgi/getopt.c: . less warnings
7438:
7439: * src/include/pa_config_fixed.h: . removed outdated string origins
7440: [in current storage scheme there's no place for them. someday we
7441: can add third CORD to store origins and special version of parser
7442: which stores origins there [separate binary]]
7443:
7444: 2005-12-07 paf
7445:
7446: * src/targets/isapi/parser3isapi.C: . now links in release mode
7447:
7448: * src/include/pa_version.h: makefiles
7449:
7450: * src/include/pa_version.h: . not beta
7451:
7452: * configure, configure.in, src/include/pa_version.h: not beta
7453:
7454: 2005-12-06 paf
7455:
7456: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
7457: [some details here http://i2/tasks/edit/?id=4869912143891354460]
7458: decided to undo the change ^call[$void] passes void. now it will
7459: pass empty string again.
7460:
7461: * src/main/: compile.tab.C, compile.y: . version readded
7462:
7463: * src/classes/op.C: . in this version there is no ^switch[$nothing]
7464: = ^switch[void] problem
7465:
7466: 2005-12-01 paf
7467:
7468: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
7469: caused ^case[string] to be coerced to double since searching
7470: value were not string (it was vvoid)
7471:
7472: * src/classes/op.C: . bugfix ^switch[$void_value] caused
7473: ^case[string] to be coerced to double since searching value were
7474: not string (it was vvoid)
7475:
7476: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
7477: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
7478:
7479: 2005-11-30 paf
7480:
7481: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
7482: win32 must putenv("TZ="), on unix works only putenv("TZ")
7483:
7484: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
7485: putenv("TZ="), on unix works only putenv("TZ")
7486:
7487: * INSTALL: . xml libs versions updated
7488:
7489: * src/main/pa_globals.C: //20051130 trying to remove this, author
7490: claims that fixed a lot there // 20040920 for now both
7491: workarounds needed. wait for new libxml/xsl versions
7492:
7493: 2005-11-28 paf
7494:
7495: * src/classes/table.C: merged from HEAD: ! nameless table has
7496: columns==0
7497:
7498: * src/classes/table.C: ! nameless table has columns==0
7499:
7500: * src/main/pa_http.C: merged from HEAD: ! status line check made
7501: earlier [was totally wrong]
7502:
7503: * src/main/pa_http.C: ! status line check made earlier [was totally
7504: wrong]
7505:
7506: 2005-11-25 paf
7507:
7508: * src/include/pa_array.h: -this reduces speed(table::load) strange.
7509: undoing for now...
7510:
7511: * src/include/pa_version.h: -this reduces speed(table::load),
7512: strange. undoing
7513:
7514: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
7515:
7516: * src/classes/op.C: + ^while(){}[SEPARATOR]
7517:
7518: * src/include/pa_array.h: + optimistics added: all arrays (table
7519: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
7520: this speeds things up and saves memory a LOT! (not noticed
7521: negative effect on syntetic tests, future will tell...)
7522:
7523: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
7524: changed gc_malloc implementation, which obscured profiling
7525:
7526: * src/classes/table.C: merged from HEAD: + optimized
7527: table::load/sql, now row ArrayString-s allocated with
7528: columns.count() elements and don't always grow from
7529: count=3[realloc,realloc]
7530:
7531: * src/classes/table.C: + optimized table::load/sql, now row
7532: ArrayString-s allocated with columns.count() elements and don't
7533: always grow from count=3[realloc,realloc]
7534:
7535: * src/classes/table.C: merged from HEAD: . ^table.save unused
7536: buffer after save
7537:
7538: * src/classes/table.C: . ^table.save unused buffer after save
7539:
7540: 2005-11-24 paf
7541:
7542: * configure.in: . merged glib2-config patch
7543:
7544: * configure.in: + trying to find glib2-config
7545:
7546: * src/: classes/file.C, include/pa_common.h, main/execute.C,
7547: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
7548: file/dir_readable to simple file/dir_exist, this would help in
7549: situations "class not found because .p file has bad rights" << in
7550: that case error would be explicit "access denied to 'this' file"
7551:
1.97 moko 7552: * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
7553: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
7554: src/Makefile.in, src/classes/Makefile.in,
7555: src/include/Makefile.in, src/include/pa_config_auto.h.in,
7556: src/lib/Makefile.in, src/lib/cord/Makefile.in,
7557: src/lib/cord/include/Makefile.in,
7558: src/lib/cord/include/private/Makefile.in, src/lib/gc/Makefile.in,
7559: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
7560: src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
7561: src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
7562: src/lib/smtp/Makefile.in, src/main/Makefile.in,
7563: src/sql/Makefile.in, src/targets/Makefile.in,
7564: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
7565: src/types/Makefile.in: makefiles
1.95 moko 7566:
7567: * src/: classes/file.C, include/pa_common.h, main/execute.C,
7568: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
7569: to simple file/dir_exist, this would help in situations "class
7570: not found because .p file has bad rights" << in that case error
7571: would be explicit "access denied to 'this' file"
7572:
1.97 moko 7573: * src/: include/Makefile.in, main/Makefile.in: makefiles
7574:
1.95 moko 7575: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
7576: include/pa_http.h, main/Makefile.am, main/main.vcproj,
7577: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
7578: ^file::exec/cgi[script;$.charset[changed]
7579: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
7580: encoded in $.charset charset
7581:
7582: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
7583: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
7584: encoded in $.charset charset
7585:
7586: * src/: include/Makefile.am, include/pa_common.h,
7587: include/pa_http.h, main/Makefile.am, main/main.vcproj,
7588: main/pa_common.C, main/pa_http.C: . extracted http:// into
7589: separate file [preparation for
7590: ^file::cgi[script;$.form[$.field1[]
7591:
7592: 2005-11-22 paf
7593:
7594: * src/: include/pa_version.h, main/compile.tab.C: makefiles
7595:
7596: * acinclude.m4, configure.in: . merged underquting fixes
7597:
1.97 moko 7598: * bin/Makefile.in, etc/Makefile.in,
7599: etc/parser3.charsets/Makefile.in, src/Makefile.in,
7600: src/classes/Makefile.in, src/include/Makefile.in,
7601: src/include/pa_config_auto.h.in, src/lib/Makefile.in,
7602: src/lib/cord/Makefile.in, src/lib/cord/include/Makefile.in,
7603: src/lib/cord/include/private/Makefile.in, src/lib/gc/Makefile.in,
7604: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
7605: src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
7606: src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
7607: src/lib/smtp/Makefile.in, src/main/Makefile.in,
7608: src/sql/Makefile.in, src/targets/Makefile.in,
7609: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
7610: src/types/Makefile.in: configure+makes
1.95 moko 7611:
7612: * src/classes/op.C: . overmerged a little
7613:
7614: * src/main/compile.tab.C: Makefile
7615:
7616: * src/main/: pa_common.C: . less gcc warnings
7617:
7618: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
7619: now reports original exception if we have no old cache
7620:
7621: * src/classes/op.C: + $exception.handled[cache] now reports
7622: original exception if we have no old cache
7623:
7624: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
7625: from HEAD: + ^taint/untaint[regex] << escapes these:
7626: \^$.[]|()?*+{}
7627:
7628: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
7629: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
7630:
7631: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
7632: getenv-ed variable, which does not work both on win32&unix.
7633: copied old TZ value now
7634:
7635: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
7636: stored pointer to getenv-ed variable, which does not work both on
7637: win32&unix. copied old TZ value now
7638:
7639: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
7640: getenv-ed variable, which does not work both on win32&unix.
7641: copied old TZ value now
7642:
7643: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
7644: access to internal hash
7645:
7646: * src/types/pa_vresponse.C: + $response:headers access to internal
7647: hash
7648:
7649: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
7650: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
7651: isapi] this reduces number of "GC Warning: Repeated allocation of
7652: very large block" messages to only important onces
7653:
7654: * src/targets/isapi/parser3isapi.C: +
7655: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
7656: isapi] this reduces number of "GC Warning: Repeated allocation of
7657: very large block" messages to only important onces
7658:
7659: * src/classes/string.C: merged from HEAD: + removed limitation on
7660: ^string/int/double:sql{}[$.default[({param style})] ]
7661:
7662: * src/classes/string.C: + removed limitation on
7663: ^string/int/double:sql{}[$.default[({param style})] ]
7664:
7665: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
7666: with ?params or $.form option" limitation
7667:
7668: * src/main/pa_common.C: + removed "use either uri with ?params or
7669: $.form option" limitation
7670:
7671: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7672: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
7673: ^file::base64[encoded] decode
7674:
7675: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7676: main/pa_common.C: + ^file.base64[] encode +
7677: ^file::base64[encoded] decode
7678:
7679: * src/classes/: file.C, string.C: + ^string.base64[] encode +
7680: ^string:base64[encoded] decode
7681:
7682: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
7683: ^string:base64[in] encode + ^string.base64[] decode
7684:
7685: 2005-11-21 paf
7686:
7687: * src/classes/file.C: + merged from HEAD:
7688: ^file::create[text;file.xml;^untaint[xml]{data}]
7689:
7690: * src/classes/file.C: +
7691: ^file::create[text;file.xml;^untaint[xml]{data}]
7692:
7693: * src/main/pa_request.C: ! merged: $response:body[file] now
7694: differes from :download, it does not return content-disposition
7695: at all now [previusely it returned valueless content-disposition]
7696:
7697: * src/main/pa_request.C: ! $response:body[file] now differes from
7698: :download, it does not return content-disposition at all now
7699: [previusely it returned valueless content-disposition]
7700:
7701: * src/main/: compile.tab.C, compile.y: ! overoptimized void
7702: literals, reverted to just vvod, recreating empty array with each
7703: void_value token. that's absolutely needed, since that array
7704: grows
7705:
7706: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
7707: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
7708: types/pa_vmethod_frame.h: + merged: expression literals:
7709: true/false. ^format[$.indent(true)]
7710:
7711: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
7712: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
7713: types/pa_vmethod_frame.h: + expression literals: true/false.
7714: ^format[$.indent(true)]
7715:
7716: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
7717: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
7718: i386-pc-win32)"
7719:
7720: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
7721: $env:PARSER_VERSION reports "3.1.5beta (compiled on
7722: i386-pc-win32)"
7723:
7724: 2005-11-18 paf
7725:
7726: * src/classes/: double.C, int.C: ! ^int/double:sql{select
7727: null}[$.default(123)] will now return default value
7728:
7729: * src/classes/op.C: + merged ^cache[] << returns current cache
7730: expiration time
7731:
7732: * src/classes/op.C: + ^cache[] << returns current cache expiration
7733: time
7734:
7735: * src/classes/table.C: ! merged ^table::create[not'nameless';
7736: failed << Exception.problem_source pointed to local var!
7737:
7738: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
7739: Exception.problem_source pointed to local var!
7740:
7741: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
7742: now loads VFile.ptr!=0, so such files can be saved now
7743:
7744: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
7745: loads VFile.ptr!=0, so such files can be saved now
7746:
7747: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
7748: only . and .. now removed from list [were removed all .*]
7749:
7750: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
7751: .. now removed from list [were removed all .*]
7752:
7753: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
7754: open error now checked, were not :( [stole that piece from apache
7755: 1.3 sources]
7756:
7757: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
7758: checked, were not :( [stole that piece from apache 1.3 sources]
7759:
7760: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
7761: untainting of @main result if returned by $result or
7762: $response:body
7763:
7764: * src/main/pa_request.C: ! ensured proper untainting of @main
7765: result if returned by $result or $response:body
7766:
7767: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
7768: issue: now tries to guess content-length and allocates one big
7769: piece if possible [regretfully gc_realloc works as malloc+free,
7770: leaving lots of holes behind]
7771:
7772: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
7773: fixed file load memory issue: now tries to guess content-length
7774: and allocates one big piece if possible [regretfully gc_realloc
7775: works as malloc+free, leaving lots of holes behind]
7776:
7777: 2005-11-16 paf
7778:
7779: * src/: include/pa_common.h, classes/file.C, classes/table.C,
7780: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
7781: table::save with enclosers now doubles them: "->"" !
7782: table::save/load do not remove elements from options hash
7783:
7784: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
7785: [were overoptimized ^if(double_literal), compiler confused
7786: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
7787:
7788: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
7789: [were overoptimized ^if(double_literal), compiler confused
7790: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
7791:
7792: * src/: classes/file.C, classes/table.C, include/pa_common.h,
7793: main/pa_common.C: ! table::save with enclosers now doubles them:
7794: "->"" ! table::save/load do not remove elements from options hash
7795:
7796: 2005-11-03 paf
7797:
1.97 moko 7798: * src/main/: Makefile.am, Makefile.in, compile.tab.C: removed $<
7799: from .y compilation, not all makefiles liked that
1.95 moko 7800:
7801: 2005-08-30 paf
7802:
7803: * src/classes/op.C: merge . speedup check of [DEFAULT]
7804:
7805: * src/classes/op.C: . speedup check of [DEFAULT]
7806:
7807: 2005-08-26 paf
7808:
7809: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
7810:
7811: * src/: classes/date.C, types/pa_vdate.h: + date.week
7812:
7813: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
7814: complains about bad!=nameless
7815:
7816: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
7817: about bad!=nameless
7818:
7819: * src/classes/: hash.C, string.C, table.C, void.C: merged !
7820: optional options were allowed to be empty. were checked
7821: if(is_string), changed to !defined||is_string to allow void
7822:
7823: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
7824: classes/string.C, classes/table.C, classes/void.C: ! optional
7825: options were allowed to be empty. were checked if(is_string),
7826: changed to !defined||is_string to allow void
7827:
7828: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
7829: as_junction where they needed as_int/double, so failed with
7830: recent "(const) now no junction" optimization
7831:
7832: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
7833: merged ! many classes/* used as_junction where they needed
7834: as_int/double, so failed with recent "(const) now no junction"
7835: optimization
7836:
7837: * src/: classes/double.C, classes/int.C, classes/math.C,
7838: classes/op.C, classes/string.C, classes/table.C,
7839: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
7840: used as_junction where they needed as_int/double, so failed with
7841: recent "(const) now no junction" optimization
7842:
7843: 2005-08-24 paf
7844:
7845: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
7846: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
7847: stripped it
7848:
7849: 2005-08-09 paf
7850:
7851: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
7852: not cleared
7853:
7854: * src/: classes/classes.C, classes/classes.h, classes/date.C,
7855: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7856: classes/hashfile.C, classes/image.C, classes/int.C,
7857: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
7858: classes/response.C, classes/string.C, classes/table.C,
7859: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
7860: include/pa_array.h, include/pa_cache_managers.h,
7861: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7862: include/pa_config_fixed.h, include/pa_config_includes.h,
7863: include/pa_dictionary.h, include/pa_dir.h,
7864: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7865: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
7866: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
7867: include/pa_request_charsets.h, include/pa_request_info.h,
7868: include/pa_sapi.h, include/pa_socks.h,
7869: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7870: include/pa_stack.h, include/pa_string.h,
7871: include/pa_stylesheet_connection.h,
7872: include/pa_stylesheet_manager.h, include/pa_table.h,
7873: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7874: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7875: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7876: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
7877: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
7878: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7879: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7880: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7881: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
7882: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
7883: main/pa_sql_driver_manager.C, main/pa_string.C,
7884: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
7885: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
7886: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
7887: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7888: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7889: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7890: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7891: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7892: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7893: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
7894: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
7895: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
7896: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
7897: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
7898: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7899: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7900: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
7901: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7902: types/pa_vresponse.C, types/pa_vresponse.h,
7903: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7904: types/pa_vstateless_object.h, types/pa_vstatus.C,
7905: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
7906: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
7907: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7908: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
7909: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
7910:
7911: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
7912: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
7913: speedup consequent checks in vmethod_frame
7914:
7915: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
7916: not cleared
7917:
7918: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
7919: params: 50 max (were 10)
7920:
7921: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
7922: params: 50 max (were 10)
7923:
7924: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
7925: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
7926: pa_wcontext.h: + ^call[$void] param inside now is void (were:
7927: empty string) ! simplified (double) speedup consequent checks in
7928: vmethod_frame
7929:
7930: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
7931: optimized constants in expressions vstring->vdouble + optimized
7932: ^call(vdouble), no junction creation, no calls later
7933:
7934: 2005-08-08 paf
7935:
7936: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
7937: integrated
7938:
7939: * bin/auto.p.dist.in: . apache bad 404 handling workaround
7940: integrated
7941:
7942: * src/main/: compile.tab.C, compile.y, compile_tools.C,
7943: compile_tools.h: merged + optimized constants in expressions
7944: vstring->vdouble + optimized ^call(vdouble), no junction
7945: creation, no calls later
7946:
7947: * src/types/pa_vdouble.h: merged . double values without fractional
7948: part now default printed as %.0f instead of %g
7949:
7950: * src/types/pa_vdouble.h: . double values without fractional part
7951: now default printed as %.0f instead of %g
7952:
7953: * src/classes/hashfile.C: . merged ! second hashfile::open would
7954: cause an exception
7955:
7956: * src/classes/hashfile.C: ! second hashfile::open would cause an
7957: exception
7958:
7959: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
7960: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7961: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7962: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
7963: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
7964: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
7965: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7966: types/pa_vresponse.h, types/pa_vstateless_class.C,
7967: types/pa_vstateless_object.h, types/pa_vvoid.h,
7968: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
7969: merged VJunction(new Junction) optimization from 3.1.4
7970:
7971: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
7972: types/pa_vstateless_class.C: + optimized new VJunction(new
7973: Junction(params)) to new VJunction(params), thousands of mallocs
7974: removed
7975:
7976: 2005-08-05 paf
7977:
7978: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
7979: types/pa_vdouble.h, types/pa_vmethod_frame.C,
7980: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
7981: creation, no calls later
7982:
7983: * src/: classes/classes.C, classes/classes.h, classes/date.C,
7984: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7985: classes/hashfile.C, classes/image.C, classes/int.C,
7986: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
7987: classes/response.C, classes/string.C, classes/table.C,
7988: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
7989: include/pa_array.h, include/pa_cache_managers.h,
7990: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7991: include/pa_config_fixed.h, include/pa_config_includes.h,
7992: include/pa_dictionary.h, include/pa_dir.h,
7993: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7994: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
7995: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
7996: include/pa_request_charsets.h, include/pa_request_info.h,
7997: include/pa_sapi.h, include/pa_socks.h,
7998: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7999: include/pa_stack.h, include/pa_string.h,
8000: include/pa_stylesheet_connection.h,
8001: include/pa_stylesheet_manager.h, include/pa_table.h,
8002: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8003: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8004: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8005: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
8006: lib/smtp/smtp.h, main/compile.C, main/compile.y,
8007: main/compile_tools.C, main/compile_tools.h, main/execute.C,
8008: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
8009: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
8010: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
8011: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
8012: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
8013: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
8014: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
8015: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
8016: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8017: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8018: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
8019: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
8020: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8021: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
8022: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
8023: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
8024: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
8025: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
8026: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
8027: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
8028: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8029: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8030: types/pa_vrequest.h, 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_vstatus.C,
8033: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
8034: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
8035: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8036: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
8037: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
8038:
8039: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
8040: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
8041: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
8042: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
8043: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8044: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
8045: optimized constants in expressions vstring->vdouble
8046:
8047: 2005-07-29 paf
8048:
8049: * src/types/pa_vclass.C: . shaped up error messages a bit
8050:
8051: * src/types/pa_vclass.C: + property getter can now be overridden
8052:
8053: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
8054: bug fix: static parent fields were not replaced in case
8055: $derived:field[put] + property setter can now be overridden
8056:
8057: 2005-07-28 paf
8058:
8059: * configure, configure.in, src/classes/classes.h,
8060: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
8061: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
8062: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
8063: src/classes/xnode.h, src/include/pa_hash.h,
8064: src/include/pa_version.h, src/main/execute.C,
1.97 moko 8065: src/types/Makefile.am, src/types/Makefile.in,
8066: src/types/pa_method.h, src/types/pa_value.h,
8067: src/types/pa_vclass.C, src/types/pa_vclass.h,
8068: src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
8069: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
8070: src/types/pa_vhash.h, src/types/pa_vhashfile.h,
8071: src/types/pa_vimage.C, src/types/pa_vimage.h,
8072: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
8073: src/types/pa_vobject.h, src/types/pa_vproperty.h,
8074: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
8075: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
8076: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
1.95 moko 8077: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
8078: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
8079: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
8080: dynamic_fields_join
8081:
8082: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8083: classes/xnode.C, include/pa_hash.h, main/execute.C,
8084: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
8085: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8086: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
8087: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
8088: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8089: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8090: types/pa_vresponse.h, types/pa_vstateless_object.h,
8091: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
8092: types/pa_wwrapper.h: ! restored put_element('replace' param), and
8093: restored its checks in vobject.put_element->static fields |
8094: dynamic properties
8095:
8096: 2005-07-27 paf
8097:
8098: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
8099: is some old code containing @set_name $name
8100:
8101: * src/types/pa_vobject.h: . fixed warning
8102:
8103: * configure, configure.in, src/include/pa_version.h,
1.97 moko 8104: src/types/Makefile.am, src/types/Makefile.in: 3.2.0beta started
1.95 moko 8105:
8106: * src/: classes/xnode.C, include/pa_hash.h,
8107: types/pa_vstateless_class.C: ! new asserts were all false.
8108: regretfully reverted them all to checks
8109:
8110: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
8111: classes/op.C, main/execute.C, types/pa_method.h,
8112: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8113: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8114: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8115: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
8116: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8117: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8118: types/pa_vstateless_object.h, types/pa_vvoid.h,
8119: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
8120: joined_dynamic_fields: removed unused param from put_method
8121: (returned to 3 params)
8122:
8123: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
8124: joined_dynamic_fields: dynamic get/set works with overriding
8125: props [alpha2]
8126:
8127: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
8128: works [alfa]
8129:
8130: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
8131: classes/op.C, include/pa_hash.h, main/execute.C,
8132: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
8133: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8134: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
8135: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
8136: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8137: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8138: types/pa_vresponse.h, types/pa_vstateless_class.C,
8139: types/pa_vstateless_object.h, types/pa_vvoid.h,
8140: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
8141: joined_dynamic_fields: just compiled
8142:
8143: * src/: classes/date.C, classes/file.C, classes/hash.C,
8144: classes/hashfile.C, classes/image.C, classes/table.C,
8145: classes/xdoc.C, classes/xnode.h, main/execute.C,
8146: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8147: types/pa_vstateless_class.h: joined_dynamic_fields: started
8148:
8149: * src/types/pa_vobject.C: . object setters [only started, does not
8150: work yet]
8151:
8152: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
8153: object setters [only started, does not work yet]
8154:
8155: 2005-07-26 paf
8156:
8157: * src/: include/pa_request.h, main/execute.C: . properties: set
8158: works [alpha2]. for classes. todo: for objects
8159:
8160: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
8161: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8162: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8163: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8164: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
8165: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8166: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8167: types/pa_vstateless_object.h, types/pa_vvoid.h,
8168: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
8169: properties: set works [alpha1]
8170:
8171: 2005-07-25 paf
8172:
8173: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
8174: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
8175: properties: started, get works [alpha1, other approach]
8176:
8177: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
8178: properties: started, get works [alpha2]
8179:
8180: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8181: pa_vstateless_class.h: . properties: started, get works [alpha]
8182:
8183: 2005-07-15 paf
8184:
8185: * src/: classes/classes.h, classes/op.C, main/execute.C,
8186: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
8187: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8188: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8189: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
8190: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
8191: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
8192: types/pa_vresponse.C, types/pa_vresponse.h,
8193: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8194: types/pa_vstateless_object.h, types/pa_vvoid.h,
8195: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
8196: types/pa_wwrapper.h, types/types.vcproj: + started property
8197: [getters work but think of changing them too to precaching]
8198:
8199: 2005-07-08 paf
8200:
8201: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
8202: gpf
8203:
8204: 2005-06-28 paf
8205:
8206: * src/: classes/file.C, main/untaint.C: ! string invariant violated
8207: in passing empty strings to file::exec/cgi environment
8208:
8209: 2005-06-06 paf
8210:
8211: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
8212: ^table:sql ^hash:sql now DO process $.bind option
8213:
8214: 2005-05-24 paf
8215:
8216: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
8217: $.limit] now work again [support was broken in 3.1.4]
8218:
8219: * src/: main/pa_string.C, classes/op.C: . steps toward removing
8220: ALL_INTERIOR_POINTERS
8221:
8222: 2005-05-12 paf
8223:
8224: * configure: 3.1.5beta
8225:
8226: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
8227:
8228: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
8229: $.limit] now work again [support was broken in 3.1.4]
8230:
8231: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
8232: line-width [was refusing to fill if line-width >1, thanks to
8233: Seras <seras@pinxit.lt> for repro case
8234:
8235: 2005-04-25 paf
8236:
8237: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
8238: correctly
8239:
8240: 2005-04-19 paf
8241:
8242: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
8243: in VString violating invariant!!
8244:
8245: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
8246: getenv("TZ")==null
8247:
8248: 2005-04-08 paf
8249:
8250: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
8251: bugfix: when there is no char in charset one byte produces 6
8252: (ÿ <<max). increased buffer size!
8253:
8254: 2005-03-23 paf
8255:
8256: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
8257: ^date.sql-string now takes TZ into account
8258:
8259: 2005-03-16 paf
8260:
8261: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
8262: gcc 3.4
8263:
8264: * src/types/pa_vhash.C: . warning about eof eol
8265:
8266: 2005-02-17 paf
8267:
8268: * operators.txt, src/classes/op.C: + operator ^sleep(double
8269: seconds)
8270:
8271: 2005-02-02 paf
8272:
8273: * src/classes/xnode.C: beauty: removed needless includes
8274:
8275: 2005-01-31 paf
8276:
8277: * src/types/pa_vmail.C: change: $.partX now always 1... change:
8278: $.partNoNumber now alias to $.part1
8279:
8280: * src/types/pa_vmail.C: change: incoming letter part contains
8281: "content-disposition" header with any value? now considering that
8282: part to be "file#" [for text/plain text/html were $.text#
8283: $.html#]
8284:
8285: * INSTALL: updatet to latest working versions available
8286:
8287: 2005-01-20 paf
8288:
8289: * configure.in, src/include/pa_version.h: version
8290:
8291: 2005-01-19 paf
8292:
1.97 moko 8293: * src/: lib/gd/Makefile.am, lib/gd/Makefile.in,
8294: lib/ltdl/Makefile.am, lib/ltdl/Makefile.in,
8295: targets/cgi/parser3.C, types/Makefile.am, types/Makefile.in:
8296: forgotten makefiles. couple warnings in parser3.C
1.95 moko 8297:
8298: 2004-12-23 paf
8299:
8300: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
8301:
8302: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
8303: dir to directory of script (when shbang used), not to directory
8304: of its interpreter
8305:
8306: * src/include/pa_version.h: compiled on win32...
8307:
8308: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
8309: we need more hspace
8310:
8311: * configure, configure.in, src/include/pa_version.h: configured
8312: host to pa_version. will be displayed everywhere
8313:
8314: * src/main/pa_request.C: new: @unhandled_exception can prevent
8315: exception from being logged by setting $exception.handled(1)
8316:
8317: * operators.txt, src/classes/file.C: change:
8318: ^file::sql{query}[[options]] options: $.name[file name]
8319: $.content-type[application/what]
8320:
8321: * src/: include/pa_common.h, main/pa_common.C,
8322: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
8323: new file
8324:
8325: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
8326: bugfix: table->hash now regards _default
8327:
8328: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
8329: created by accessing $name_of_method it acquired bad self=closest
8330: methodframe; instead of proper self (current class)
8331:
8332: * src/types/pa_vhashfile.C: bugfix: reading empty string from
8333: hashfile produced bad cord
8334:
8335: 2004-12-10 paf
8336:
8337: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
8338: subsequent failures though defined in .h
8339:
8340: * src/main/pa_common.C: comment on volatile
8341:
8342: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
8343: alarm function were not used since the beginning due to stupid
8344: error [setsigjmp were not checked in configure.in]
8345:
8346: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
8347: unix too
8348:
8349: * src/main/pa_common.C: http: exception status of send/recv errors
8350: change to most probable http.timeout
8351:
8352: * src/main/pa_common.C: win32: http connection $.timeout option now
8353: works [setsockopt on send/receive]
8354:
8355: 2004-12-08 paf
8356:
8357: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
8358: cstr-ed knowing mail charset, and untainting uri lang now knows
8359: proper charset
8360:
8361: 2004-11-24 paf
8362:
8363: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
8364:
8365: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
8366: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
8367:
8368: 2004-11-12 paf
8369:
8370: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
8371: [since 3.0.4]
8372:
8373: 2004-11-09 paf
8374:
8375: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
8376: writes basics to c:\parser3.log
8377:
8378: 2004-10-21 paf
8379:
8380: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
8381: tainted strings [were returning clean onces]
8382:
8383: 2004-10-15 paf
8384:
8385: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
8386: cycles(i=1; i=2), which was wrong, now does ONE
8387:
8388: 2004-10-12 paf
8389:
8390: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
8391:
8392: 2004-10-07 paf
8393:
8394: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
8395: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
8396: release asserts
8397:
8398: * src/: main/pa_string.C, include/pa_string.h: debugger help:
8399: String.dump() to stdout in detailed form [were String.v() in
8400: short form]
8401:
8402: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
8403: \t\r\n as @#| and truncates long char sequences less
8404:
8405: 2004-10-06 paf
8406:
8407: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
8408: win32 beauty: socket errors properly decoded
8409:
8410: 2004-10-05 paf
8411:
8412: * src/: include/pa_request.h, main/pa_request.C: bugfix:
8413: request::configure_user/admin done always, even if no
8414: file-to-process useful in @unhandled_exception [say, if they
8415: would want to mail by SMTP something]
8416:
8417: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
8418: now performed prior to file loading [and @auto executing] thus
8419: making $cookie:value available in @auto and in
8420: @unhandled_exception when IIS is configured to run interpreter
8421: even if no file exist
8422:
8423: 2004-09-20 paf
8424:
8425: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
8426: somewhere where it should have called xmlMalloc and it calls
8427: xmlFree when it should have not called it. inserted two
8428: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
8429: xmlFree just ignored. put away a testcase, maybe someday libxml
8430: author would fix all that. until that day: we have SLOW garbage
8431: collecting when many xml objects are alive hint: do
8432: ^memory:compact[] before xdoc::create
8433:
8434: 2004-09-17 paf
8435:
8436: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
8437: error from 3.0.8 version]
8438:
8439: 2004-09-14 paf
8440:
8441: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
8442: part bugfix: hashfile.foreach iterated only part if hashfile were
8443: modified inside
8444:
8445: 2004-09-13 paf
8446:
8447: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
8448: [were as octal]
8449:
8450: * src/types/pa_vhashfile.C: beauty: not reproduced
8451: $hashfile.key[$novalue] bug [reported by motorin], inserted
8452: safety-check
8453:
8454: * src/types/pa_vhashfile.C: change: empty keys now error in parser
8455: [not something obscure from sdbm lib]
8456:
8457: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
8458: = strerror now returnes something and we can properly report that
8459: to client
8460:
8461: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
8462: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
8463:
8464: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
8465: [tainted as-is] this helps //[space][newline] to remain as-is and
8466: not be unnecessary optimized away [ruining javascript]
8467:
8468: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
8469: [tainted as-is]
8470:
8471: * src/classes/mail.C: bugfix: typo error
8472:
8473: 2004-09-09 paf
8474:
8475: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
8476: separators bugfix: loads header with endings \r\n\r\n and \n\n
8477: (bloody yandex.server)
8478:
8479: 2004-09-06 paf
8480:
8481: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
8482: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
8483: encoded
8484:
8485: 2004-09-01 paf
8486:
8487: * src/types/pa_vmail.C: change: multipart/mixed changed to
8488: multipart/related outlook express have no problems showing
8489: unrelated attachments. todo: someday figure out a way of
8490: multipart/mixed multipart/related text/html
8491: image/xxx application/octet-stream << true attachments
8492:
8493: * src/types/pa_vmail.C: new:
8494: ^mail:send[$.file[$.content-disposition can be overriden new:
8495: empty mail header fields removed from letter
8496:
8497: * src/: classes/mail.C, include/pa_config_fixed.h,
8498: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
8499: ^mail:send[ $.file[ $.any[header]
8500:
8501: 2004-08-30 paf
8502:
8503: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
8504: warnings
8505:
8506: * src/main/pa_common.C: beauty: do not bother with charset
8507: detection when ^file::load[binary
8508:
8509: 2004-08-27 paf
8510:
8511: * src/main/pa_common.C: hack: for yandex.server http server
8512:
8513: 2004-08-18 paf
8514:
8515: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
8516: possibly-chunked response
8517:
8518: 2004-08-17 paf
8519:
8520: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
8521: $f.content-type now = that of http response
8522:
8523: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
8524: $f.content-type now = that of http response
8525:
8526: 2004-07-30 paf
8527:
8528: * src/: include/pa_request.h, main/pa_request.C,
8529: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
8530: win32: system&parser exceptions in release mode reported properly
8531: parser exception in exception handler WERE mistakenly reported as
8532: system exception, without details [in apache & isapi] +some
8533: beauty in exception text
8534:
8535: * src/: include/pa_exception.h, main/pa_request.C,
8536: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
8537: release mode reported properly parser exception in exception
8538: handler WERE mistakenly reported as system exception, without
8539: details
8540:
8541: * src/main/execute.C: beauty: simplified system exception handling
8542:
8543: 2004-07-29 paf
8544:
8545: * src/classes/table.C: bugfix:
8546: ^table.save[export.csv;$.separator[^;]] now works fine [separator
8547: were ignored, and \t used unconditionally]
8548:
1.97 moko 8549: * src/types/Makefile.in: added vhash.c
8550:
1.95 moko 8551: * src/types/Makefile.am: added vhash.c
8552:
8553: 2004-07-28 paf
8554:
8555: * src/: classes/date.C, classes/image.C, classes/math.C,
8556: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
8557: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
8558: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
8559: failed on russian letters
8560:
8561: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
8562: bugfix: isspace((unsigned char)c) everywhere. failed on russian
8563: letters
8564:
8565: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
8566: as 'currentDirectory' parameter to CreateProcess
8567:
8568: 2004-07-27 paf
8569:
8570: * src/targets/cgi/parser3.vcproj: beauty: win32:
8571: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
8572: from release somewhere [to help searching for unhandled system
8573: exceptions]
8574:
8575: * src/types/pa_vdate.h: check: for invalid datetime after temporary
8576: TZ shift
8577:
8578: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
8579: but also in ctor
8580:
8581: 2004-07-26 paf
8582:
8583: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
8584: src/main/pa_request.C, src/types/pa_vfile.h,
8585: src/types/pa_vhash.C, src/types/pa_vhash.h,
8586: src/types/types.vcproj: new: $response:body/download[
8587: $.file[name on disk] $.name[of file for user]
8588: $.mdate[date of last-modified. default from directory] ]
8589:
8590: * src/classes/file.C: moving file:send somewhere else..
8591:
8592: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
8593: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
8594: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
8595: $response:download[ $.filename[filename] $.option[] ,, ]
8596:
8597: * src/classes/file.C: beauty: invalid mode thoroughly reported
8598:
8599: 2004-07-21 paf
8600:
8601: * src/types/pa_vmail.C: bugfix: too long header values now splitted
8602: to several lines
8603:
8604: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
8605:
8606: note: ms outlook[!express] shows only first 255 characters of
8607: subject
8608:
8609: 2004-07-15 paf
8610:
8611: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
8612: off]
8613:
8614: 2004-07-14 paf
8615:
8616: * src/classes/table.C: bugfix: $.bind values now got untainted
8617: according to lang [were: as-is]
8618:
8619: 2004-07-07 paf
8620:
8621: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
8622: checked that
8623:
8624: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
8625: now untainted according to their languages. were: as-is.
8626: EVERYWHERE
8627:
8628: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
8629: environment string now untainted according to their languages.
8630: were: as-is. EVERYWHERE
8631:
8632: * src/main/pa_exec.C: bufix: on unix environment string now
8633: untainted according to their languages. were: as-is. on win32:
8634: ok
8635:
8636: * parser3.vssscc: ...would not go unnoticed
8637:
8638: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
8639: fails. in case on input appears nonutf, those bytes will be
8640: printed in %HH form. that can be easily decoded/recovered.
8641:
8642: this form is quite noticable, and hopefully would not go noticed
8643:
8644: 2004-07-06 paf
8645:
8646: * src/main/pa_exec.C: bufix: on unix environment string now
8647: untainted according to their languages. were: as-is. on win32:
8648: ok
8649:
8650: 2004-07-01 paf
8651:
8652: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
8653: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
8654: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
8655: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
8656: main/main.vcproj, targets/cgi/parser3.vcproj,
8657: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
8658: option: global optimization ON
8659:
8660: * src/main/untaint.C: workaround kinda bug in libxml: life requires
8661: to do xdoc::create{invalid chars} standard disables chars less
8662: then \x20, except tab, cr, lf.
8663:
8664: changed tainting so that those become '!'
8665:
8666: 2004-06-25 paf
8667:
8668: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
8669: int on odd address [prev bugfix failed due to superwize
8670: optimizer, which turned memcpy into same 'ld' asm command]
8671:
8672: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
8673: int on odd address
8674:
8675: 2004-06-22 paf
8676:
8677: * src/sql/pa_sql_driver.h: note: about possible optimization
8678:
8679: * operators.txt, src/classes/hash.C, src/classes/memory.C,
8680: src/classes/string.C, src/classes/table.C, src/classes/void.C,
8681: src/include/pa_config_includes.h: new: ^void:sql{call
8682: paf(:a)}[ $.bind[ $.a[2]
8683: ] ] output variables work. todo: check in out
8684: variables
8685:
8686: 2004-06-18 paf
8687:
8688: * src/: classes/file.C, classes/hash.C, classes/string.C,
8689: classes/table.C, classes/void.C, include/pa_globals.h,
8690: include/pa_sql_connection.h, main/compile.tab.C,
8691: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
8692: $.bind[ $.a[2] ]
8693: ] input variables work. todo:output
8694:
8695: * src/targets/cgi/parser3.C: bugfix: iis specific
8696: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
8697: /_bug.html?404;http://hpsv/test/
8698: --------------------------------------------------------------------------------
8699: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
8700: --------------------------------------------------------------------------------
8701: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
8702:
8703: 2004-06-16 paf
8704:
8705: * src/targets/cgi/parser3.C: new: iis specific
8706: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
8707: $request:query
8708: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
8709: $form:fields IIS-STATUS="404"
8710: IIS-DOCUMENT="http://server/_bug.html" f="v"
8711:
8712: todo: isapi too
8713:
8714: 2004-05-26 paf
8715:
8716: * src/include/pa_version.h: 3.1.3
8717:
8718: * operators.txt: beauty: removed outdated level 'table'
8719:
8720: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
8721:
8722: * src/main/pa_string.C: beauty: removed 3 warnings
8723:
8724: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
8725: classes/op.C: beauty: removed outdated level 'table'
8726:
8727: 2004-05-25 paf
8728:
8729: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
8730: implementation. mistery: how anything worked
8731:
8732: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
8733: changed, it is now safe to use url if pointers to it are stored
8734: to gc mem
8735:
8736: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
8737: unknown errors reported and not cause SIGSEGV now
8738:
8739: 2004-05-24 paf
8740:
8741: * src/: include/pa_string.h, lib/cord/cordbscs.c,
8742: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
8743: less memory: CORD_chars_block originally intended to ... it was
8744: good that CORD_chars_block were not used: it consumes more memory
8745: [and, might be slow too] undoing that. [and removed that func so
8746: that it would not confuse parser developer in future]
8747:
8748: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
8749: less memory: CORD_chars_block originally intended to
8750: speedup/reduce mem usage were forgotten, and were used stupid
8751: CORD_chars
8752:
8753: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
8754:
8755: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
8756: BIGENDIAN processors space-conserving mech failed, causing
8757: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
8758: (1|2|3));
8759:
8760: 2004-05-14 paf
8761:
8762: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
8763: bugfix: void now has vfile value, and $response:body[] works OK
8764:
8765: 2004-05-12 paf
8766:
8767: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
8768: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
8769: sources to use is_defined() {return as_bool();} along VBool
8770:
8771: 2004-05-11 paf
8772:
8773: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
8774: referencing to local objects
8775:
8776: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
8777: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
8778: left intact
8779:
8780: 2004-04-15 paf
8781:
8782: * src/classes/date.C: merged: beauty: unused var removed
8783:
8784: * src/classes/date.C: beauty: unused var removed
8785:
8786: * src/include/: pa_exec.h: bugfix: interface without pointer
8787: provoked bug
8788:
8789: 2004-04-09 paf
8790:
8791: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
8792:
8793: * src/types/pa_vform.C: bugfix: form:imap were incorrect
8794:
8795: 2004-04-08 paf
8796:
8797: * src/classes/date.C: new: ^date::create[y-m-d
8798: h-M-s>>.milliseconds<<] now allowed, ignored so far
8799:
8800: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
8801:
8802: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
8803: to consult default catalog [usually, that file belongs to other
8804: user/group]
8805:
8806: 2004-04-06 paf
8807:
8808: * src/main/pa_common.C: beauty: gcc warning removed
8809:
8810: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
8811: accept that trick, trying other
8812:
8813: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
8814: explicit result problem
8815:
8816: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
8817: explicit result problem
8818:
8819: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
8820: explicit result problem
8821:
8822: * operators.txt, src/classes/string.C: new: ^string.append[string]
8823:
8824: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8825: main/execute.C: attempt_check_call_in_explicit_result_mode:
8826: failed
8827:
8828: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
8829: http://i.p.a.ddress gethostbyaddr added [on some platforms
8830: gethostbyname failed with such 'domains'] now checked properly,
8831: were: needless reverse/forward dns lookup
8832:
8833: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
8834: http://i.p.a.ddress gethostbyaddr added [on some platforms
8835: gethostbyname failed with such 'domains'] now checked properly,
8836: were: needless reverse/forward dns lookup
8837:
8838: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
8839: @method[][result] means "no string output here" moved to lexical
8840: level [on grammar level it were too difficult]
8841:
8842: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
8843: src/main/compile.y, src/main/compile_tools.h,
8844: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
8845: @method[][result] means "no string output here", implemented part
8846: of that idea: compiler throws away string literal generation
8847: code. and barks nonwhitespace chars
8848:
8849: * operators.txt: truth: removed comment about $ORIGIN
8850:
8851: 2004-04-05 paf
8852:
8853: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
8854: src/include/pa_version.h, src/main/pa_common.C,
8855: src/targets/isapi/parser3isapi.C: merged with 3.1.3
8856:
8857: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
8858: Konstantin Tomashevitch [mailto:konst@design.ru]
8859:
8860: * src/doc/html2chm.cmd: beauty: no need in bg here
8861:
8862: * src/doc/sources2html.cmd: beauty: same window, in bg it
8863: interfered with FAR console
8864:
8865: * configure, configure.in: 3.1.3
8866:
8867: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
8868:
8869: * src/main/pa_common.C: removed warning
8870:
8871: * src/include/pa_version.h: 3.1.3
8872:
8873: 2004-04-02 paf
8874:
8875: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
8876:
8877: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
8878: allows to specify where to put parser log file
8879:
8880: 2004-04-01 paf
8881:
8882: * src/classes/table.C: bugfix: bugfix: table::load last line
8883: without tab and enter were ignored
8884:
8885: * src/: include/pa_cache_managers.h, include/pa_globals.h,
8886: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
8887: main/pa_socks.C, targets/cgi/parser3.C,
8888: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
8889: bugfix: sql connections now are disconnected
8890:
8891: 2004-03-30 paf
8892:
8893: * src/classes/table.C: bugfix: table::load last line without tab
8894: and enter were ignored
8895:
8896: * src/classes/table.C: bufix: if last table lines were commented,
8897: gpfed
8898:
8899: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
8900: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
8901: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
8902: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
8903: doc/methoded.dox, doc/object.dox, doc/string.dox,
8904: doc/targets.dox, doc/value.dox, include/pa_version.h,
8905: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
8906: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
8907: bugfixes from 3.1.2, changed version to 3.1.3beta
8908:
8909: 2004-03-29 paf
8910:
8911: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
8912: causes gpf
8913:
8914: * src/doc/: ClassExample1.dox, ClassExample2.dox,
8915: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
8916: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
8917: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
8918: value.dox: translated to english
8919:
8920: 2004-03-25 paf
8921:
8922: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
8923: parser3project dependency removed
8924:
8925: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
8926: bugfix: refused to compile without xml
8927:
8928: * src/types/pa_vform.C: beauty: removed warning
8929:
8930: * src/classes/classes.vcproj: merged bugfix: now all compiles in
8931: any folder [removed last ;) folder dependency]
8932:
8933: * src/classes/classes.vcproj: bugfix: now all compiles in any
8934: folder [removed last ;) folder dependency]
8935:
8936: * src/include/pa_version.h: release
8937:
8938: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
8939:
8940: * src/classes/table.C: beauty: comment& more meaningful error
8941: message
8942:
8943: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
8944: $.hash[$.column_value1(true) ... ] [were producing some strang
8945: thing]
8946:
8947: 2004-03-23 paf
8948:
8949: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
8950: and http status line parsing checked number of columns in table
8951: [user reported an assert]
8952:
8953: * operators.txt: example: on hashfile
8954:
8955: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
8956: bugfix: junction reattach now actually reattaches a junction to
8957: new wcontext [were only assigning it to junction, which caused
8958: junction tracking to loose junction, and it's context were not
8959: killed, and it tried to process in invalid context, gpf]
8960:
8961: * src/targets/cgi/parser3.C: debug helper added
8962:
8963: 2004-03-19 paf
8964:
8965: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
8966: "type(type)" in braces
8967:
8968: 2004-03-10 paf
8969:
8970: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
8971: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
8972: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
8973: solution to search-in-namespaces problem:
8974: $xdoc.search-namespaces.x[http://pif.design.ru/]
8975: $nodes[^xdoc.select[//x:second]]
8976:
8977: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
8978: expression][[NAMESPACES HASH]] allows to search for info in
8979: namespaces
8980:
8981: $nodes[^xdoc.select[//x:second][
8982: $.x[http://pif.design.ru/] ]]
8983:
8984: 2004-03-09 paf
8985:
8986: * operators.txt, src/main/pa_common.C: new:
8987: ^file::load[...][options] $.form[
8988: !$.field1[string]
8989: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
8990: ] !$.body[string]
8991:
8992: GET ?here notGET(POST, HEAD, others) in content-type:
8993: application/x-www-form-urlencoded
8994:
8995: todo: upload files ability
8996:
8997: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
8998: properly, done
8999:
9000: 2004-03-05 paf
9001:
9002: * operators.txt, src/main/pa_common.C: new: file::load[;http://
9003: GET/POST $.form[$.fields started, not tested yet
9004: todo:$.field[table] for multiple values
9005:
9006: * operators.txt: new: http:// options $.user $.password basic
9007: authorization
9008:
9009: * src/main/pa_common.C: beauty: link to rtf added
9010:
9011: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
9012: new: http:// options $.user $.password basic authorization
9013:
9014: * src/main/pa_common.C: beauty: removed needless vars
9015:
9016: * operators.txt: new: pgsql option [like that recently added to
9017: oracle driver] ClientCharset=parser-charset <<
9018: charset in which parser thinks client works
9019:
9020: * operators.txt: new: odbc option [like that recently added to
9021: oracle driver] ClientCharset=parser-charset <<
9022: charset in which parser thinks client works
9023:
9024: * src/sql/pa_sql_driver.h: beauty: important warning added
9025:
9026: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
9027: char!
9028:
9029: * etc/parser3.charsets/windows-1251.cfg: typo
9030:
9031: 2004-03-04 paf
9032:
9033: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
9034: cached, sql transcoding now goes faster
9035:
9036: * operators.txt: new: mysql option [like that recently added to
9037: oracle driver] ClientCharset=parser-charset <<
9038: charset in which parser thinks client works
9039:
9040: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
9041: typo error
9042:
9043: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
9044: chars commented
9045:
9046: 2004-03-03 paf
9047:
9048: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
9049: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
9050:
9051: 2004-03-02 paf
9052:
9053: * operators.txt: new[update typo]: !^void.left(n)
9054: nothing !^void.right(n) nothing !^void.mid(p[;n])
9055: nothing
9056:
9057: * operators.txt, src/classes/void.C: new: !^void.left(n)
9058: nothing !^void.right(n) nothing !^void.pos(p[;n])
9059: nothing
9060:
9061: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
9062: ^file::sql[[name_to_become_$.name]]{} query result must be one
9063: row with columns: first: data second: file name third:
9064: content-type
9065:
9066: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
9067: ^connect gets properly escaped string, which can be passed to
9068: request now this for mysql only. it's up to parser sql driver to
9069: fix zeros properly
9070:
9071: * INSTALL: note: added on building apache with this option:
9072: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
9073:
9074: 2004-03-01 paf
9075:
9076: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
9077: extension memory:compact befor processingrequest
9078:
9079: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
9080: call sole column of result
9081:
9082: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
9083: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
9084: pixel color
9085:
9086: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
9087: beauty: image -- less checks [were ugly impl]
9088:
9089: * src/classes/string.C: bugfix: ^string.left/right/mid with
9090: negative values now considered bad
9091:
9092: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
9093:
9094: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
9095: options now have unified defaults [after transform
9096: indent/omit-xml-declaration/standalone 'default' erroreously
9097: meant 'true']
9098:
9099: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
9100: added [on some platforms gethostbyname failed with such
9101: 'domains']
9102:
9103: * src/include/pa_config_auto.h.in: no select check, no define
9104:
9105: * src/classes/string.C: feature: ^string.trim both parameters may
9106: be empty-strings, meaning kind=both chars=whitespaces
9107:
9108: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
9109: exist
9110:
9111: * src/classes/string.C: check: trim 'chars' must not be empty,
9112: exception if it is
9113:
9114: * src/classes/string.C: changed: ^string.trim [] << both,
9115: whitespaces [start|both|end] << kind, whitespaces
9116: [start|both|end;chars] full
9117:
9118: 2004-02-27 paf
9119:
9120: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
9121: method: ^string.trim[start|both|end[;chars]] default
9122: 'chars' -- whitespace chars finished
9123:
9124: * operators.txt, src/classes/string.C, src/include/pa_string.h,
9125: src/main/pa_string.C: new method:
9126: ^string.trim[start|both|end[;chars]] default 'chars' --
9127: whitespace chars started, only start works
9128:
9129: * src/main/compile.C: bugfix: line numbers after
9130: ^process{}[$.line(-10]] can be negative, allowed to print they as
9131: signed
9132:
9133: * src/main/untaint.C: speed: there's no \n chars in output
9134: [normally], so no need to optimize them they could be retrived
9135: from databases, though. but 1. should be replaced 2. if not
9136: optimized, no harm done
9137:
9138: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
9139: ^file::exec/cgi could return invalid status & zombie child can
9140: remain for short period until process exists [very bad in
9141: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
9142:
9143: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
9144: malicious SMTP server to attack as by returning too long status
9145: responses http://i2/tasks/edit/?id=4629448401140924947
9146:
9147: 2004-02-26 paf
9148:
9149: * operators.txt: feature: ^process...{CODE}[now has options] which
9150: are $.main[to what to rename @main] $.file[file,
9151: from which (user says) goes that CODE] $.lineno(line
9152: number in that file, where CODE starts. may be negative)
9153:
9154: * operators.txt, src/classes/op.C, src/include/pa_request.h,
9155: src/main/compile.C, src/main/compile_tools.h,
9156: src/main/pa_request.C: feature: ^process...{CODE}[now has
9157: options] which are $.main[to what to rename @main]
9158: $.file[file, from which (user says) goes that CODE]
9159: $.lineno(line number in that file, where CODE starts. may be
9160: negative)
9161:
9162: 2004-02-25 paf
9163:
1.97 moko 9164: * etc/parser3.charsets/: Makefile.am, Makefile.in: bugfix:
9165: @sysconfdir@ used [were old @charsetsdir@ recently erased from
9166: configure.in]
1.95 moko 9167:
9168: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
9169: produces hash of column=>1
9170:
9171: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
9172: with incomplete errno constants set
9173:
9174: 2004-02-24 paf
9175:
9176: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
9177: "man select"
9178:
9179: * src/main/pa_os.C: beauty: <0 better then ==-1
9180:
9181: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
9182:
9183: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
9184:
1.97 moko 9185: * src/classes/: Makefile.am, Makefile.in: smtp on unix: steps to
9186: work on unix
1.95 moko 9187:
9188: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
9189: unix: steps to work on unix [extracted 'to']
9190:
9191: * src/classes/mail.C: smtp on unix: steps to work on unix
9192:
9193: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
9194:
1.97 moko 9195: * src/: lib/smtp/Makefile.am, lib/smtp/Makefile.in,
9196: lib/smtp/comms.C, lib/smtp/smtp.C, lib/smtp/smtp.h,
9197: targets/cgi/Makefile.am, targets/cgi/Makefile.in: started porting
9198: smtp to unix [testing on solaris]
1.95 moko 9199:
9200: 2004-02-20 paf
9201:
9202: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
9203: pointing that out
9204:
9205: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
9206: fixed again [same solution, mistanenly removed one line]
9207:
9208: 2004-02-19 paf
9209:
9210: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
9211: date::create from bad datetime in spring daylightsaving hole now
9212: OK for all platforms [on some platforms it failed]
9213:
9214: * src/classes/: date.C, image.C: beauty: date::create[bad date time
9215: in daylightsaving hole] now throws error
9216:
9217: * src/classes/date.C: comment: mistake fixed
9218:
9219: 2004-02-18 paf
9220:
9221: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
9222: now renderes in $request:charset, but in header puts
9223: $response:charset todo: make that default only so that coder
9224: could override that
9225:
9226: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
9227: turns off omit-xml-declaration
9228:
9229: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
9230: /.xsl for sample
9231:
9232: 2004-02-17 paf
9233:
9234: * src/classes/xdoc.C: beauty: needless helper class removed
9235:
9236: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
9237: copied extra time
9238:
9239: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
9240: part of libxml
9241:
9242: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
9243: libxml to do the work] <xsl:output method="html"
9244: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
9245: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
9246: />
9247:
9248: * src/classes/xdoc.C: beauty: no <meta ... charset generated
9249:
9250: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
9251: caused assertion
9252:
9253: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
9254: could hang. now such add does nothing, sub clears $hash
9255:
9256: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
9257: not made quoted-printable
9258:
9259: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
9260: string invariant
9261:
9262: 2004-02-16 paf
9263:
9264: * src/main/pa_globals.C: bugfix: xml errors copy from library now
9265: cleared [were not cleared properly]
9266:
9267: 2004-02-13 paf
9268:
1.97 moko 9269: * bin/Makefile.in, etc/Makefile.in,
9270: etc/parser3.charsets/Makefile.in, src/Makefile.in,
9271: src/classes/Makefile.in, src/include/Makefile.in,
9272: src/include/pa_version.h, src/lib/Makefile.in,
9273: src/lib/cord/Makefile.in, src/lib/cord/include/Makefile.in,
9274: src/lib/cord/include/private/Makefile.in, src/lib/gc/Makefile.in,
9275: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
9276: src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
9277: src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
9278: src/lib/smtp/Makefile.in, src/main/Makefile.in,
9279: src/sql/Makefile.in, src/targets/Makefile.in,
9280: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
9281: src/types/Makefile.in: prerelease
1.95 moko 9282:
9283: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
9284: used, introducing dependencies timestamp check
9285:
9286: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
9287: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
9288: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
9289: .xsl.stamp now not used, introducing dependencies timestamp check
9290:
9291: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
9292:
9293: 2004-02-12 paf
9294:
9295: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
9296: ruined empty <input type=file> submits. parser thought there were
9297: nameless empty file and $form:field got value of type 'file'
9298:
9299: * INSTALL: --without-threads
9300:
9301: * src/include/pa_sapi.h: 2004
9302:
9303: 2004-02-11 paf
9304:
9305: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9306: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9307: classes/hashfile.C, classes/image.C, classes/int.C,
9308: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9309: classes/response.C, classes/string.C, classes/table.C,
9310: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9311: include/pa_array.h, include/pa_cache_managers.h,
9312: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9313: include/pa_config_fixed.h, include/pa_config_includes.h,
9314: include/pa_dictionary.h, include/pa_dir.h,
9315: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9316: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9317: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9318: include/pa_request_charsets.h, include/pa_request_info.h,
9319: include/pa_socks.h, include/pa_sql_connection.h,
9320: include/pa_sql_driver_manager.h, include/pa_stack.h,
9321: include/pa_string.h, include/pa_stylesheet_connection.h,
9322: include/pa_stylesheet_manager.h, include/pa_table.h,
9323: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9324: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9325: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9326: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9327: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
9328: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
9329: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9330: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
9331: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
9332: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
9333: main/pa_sql_driver_manager.C, main/pa_string.C,
9334: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
9335: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
9336: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
9337: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9338: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
9339: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
9340: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9341: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
9342: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
9343: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
9344: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
9345: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
9346: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
9347: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
9348: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9349: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9350: types/pa_vresponse.h, types/pa_vstateless_class.C,
9351: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
9352: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
9353: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
9354: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9355: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9356: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
9357:
9358: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
9359: debug version of gc.dll
9360:
9361: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9362: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
9363: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
9364: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
9365: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
9366: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
9367: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
9368: processes
9369:
9370: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
9371: main/pa_globals.C, targets/cgi/parser3.vcproj,
9372: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
9373: changes to reflect libxml xsl new folders
9374:
9375: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9376: lib/smtp/smtp.vcproj, main/main.vcproj,
9377: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
9378: to reflect libxml xsl new folders
9379:
9380: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9381: lib/smtp/smtp.vcproj, main/main.vcproj,
9382: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
9383: types/types.vcproj: started changes to reflect libxml xsl new
9384: folders
9385:
9386: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
9387: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9388: src/main/compile.tab.C, src/main/main.vcproj,
9389: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
9390: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
9391: started changes to reflect libxml xsl new folders
9392:
9393: 2004-02-10 paf
9394:
9395: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
9396: compile. recommened latest libxml up to date
9397:
9398: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
9399: pattern compilation errors", on which spent 4 hours worktime. use
9400: versions higher than that. recommended now latest up to date
9401:
9402: 2004-02-06 paf
9403:
9404: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
9405: beauty: unified destructing style
9406:
9407: * src/main/untaint.C: beauty: removed old def/ifdef
9408:
9409: * src/main/untaint.C: beauty: coredump @unknown untaint language
9410: now
9411:
9412: 2004-02-03 paf
9413:
9414: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
9415: targets/isapi/parser3isapi.C, types/pa_value.C,
9416: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
9417: then %ld/%lu
9418:
9419: * src/main/pa_common.C: typo: %l -> %u
9420:
9421: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
9422: in attributes or documents-results of transform now not xx;
9423:
9424: * src/classes/xnode.C: memleaks found: not fixed yet. todo
9425:
9426: * src/main/pa_charset.C: bugfix: forgot to undo some
9427:
9428: * src/main/pa_charset.C: beauty: uncomment
9429: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
9430: libraries
9431:
9432: 2004-02-02 paf
9433:
9434: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
9435: $cookie:example[ $.value[value] $.path[/there/] ]
9436:
9437: $cookie:example[ $.value[] $.expires[session]
9438: $.path[/there/] $.domain[test.com] ]
9439:
9440: * src/types/pa_vform.C: bugfix: empty values with
9441: enctype=multipart/form-data now produce entries in $form:tables
9442: <form method=post enctype=multipart/form-data> <input type=hidden
9443: name=a> <input type=hidden name=b>
9444:
9445: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
9446: <hr> <pre>$request:body
9447:
9448: 2004-01-30 paf
9449:
9450: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
9451: or documents-results of transform now not xx;
9452:
9453: * src/classes/date.C: bugfix: ^date::create[invalid fields now
9454: produce exception.
9455:
9456: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
9457: bugfix: ^date::create[invalid fields now produce exception.
9458:
9459: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
9460: year] now produces exception. todo: check other fields
9461:
9462: 2004-01-29 paf
9463:
9464: * src/include/pa_memory.h: typo error
9465:
9466: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
9467: more byte then specified, then zeroed it << useless and
9468: potentially harmful(could gpf)
9469:
9470: 2004-01-22 paf
9471:
9472: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
9473:
9474: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
9475: optimization
9476:
9477: * src/main/untaint.C: bugfix: whitespace now optimized properly
9478: [were bug: ^taint[1 & 2]="1 &2"
9479:
9480: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
9481: errors
9482:
9483: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
9484: overflow
9485:
9486: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
9487: error-reporting code * in parser-error reporting code [when no
9488: @unhandled_exception defined]
9489:
9490: fixed in one place: my *snprintf override
9491:
9492: 2004-01-13 paf
9493:
9494: * operators.txt: typo erro
9495:
9496: 2003-12-25 paf
9497:
9498: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
9499: garbled [pieces after zero bytes were removed]
9500:
9501: 2003-12-22 paf
9502:
1.97 moko 9503: * src/include/: Makefile.am, Makefile.in: bugfix: removed from
9504: dist: src/include/pa_config_auto.h which were configured for
1.95 moko 9505: make-dist-platform and badly updated proper config file in target
9506: [when .tar used for updating existing source tree]
9507:
9508: * ChangeLog, operators.txt, src/classes/op.C,
9509: src/include/pa_sql_connection.h,
9510: src/include/pa_sql_driver_manager.h,
9511: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
9512: feature: sql introducing ability to transcode charsets
9513:
9514: 2003-12-19 paf
9515:
9516: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
9517: error message
9518:
9519: * src/main/pa_charset.C: bugfix: memory for charsethandler
9520: structure for libxml now allocated properly
9521:
9522: 2003-12-17 paf
9523:
9524: * src/types/pa_vfile.C: beauty: removed outdated cast
9525:
9526: * src/main/pa_common.C: bugfix: empty http response caused gpf
9527:
9528: * src/include/pa_string.h: bugfix: removed too strong a assert
9529:
9530: * src/main/pa_globals.C: bugfix: removed false warning [warning:
9531: unreported xmlGenericErrors]
9532:
9533: 2003-12-15 paf
9534:
9535: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
9536: works}
9537:
9538: 2003-12-11 paf
9539:
9540: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
9541: id
9542: !$status:tid thread id
9543:
9544: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
9545: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
9546: bugfix(solaris): removed dependency on object initialization
9547: order [one more place]
9548:
9549: * src/: classes/file.C, classes/mail.C, classes/op.C,
9550: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
9551: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
9552: understand that
9553:
9554: * src/: classes/file.C, classes/mail.C, classes/op.C,
9555: classes/xdoc.C, include/pa_cache_managers.h,
9556: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9557: include/pa_stylesheet_manager.h, main/pa_request.C,
9558: main/pa_stylesheet_manager.C, types/pa_vimage.C,
9559: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
9560: ctor call [relying on implicit String::Body(cstr) call]
9561:
9562: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
9563: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
9564: object initialization order [two places]
9565:
9566: 2003-12-10 paf
9567:
9568: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
9569: << time now ok
9570:
9571: * operators.txt, src/main/pa_sql_driver_manager.C,
9572: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
9573: operational
9574:
9575: * ChangeLog, operators.txt, src/classes/xdoc.C,
9576: src/include/pa_charset.h, src/include/pa_sql_connection.h,
9577: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
9578: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
9579: back operational
9580:
9581: 2003-12-02 paf
9582:
9583: * src/types/pa_vmail.C: bugfix:
9584: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
9585: as-is forced]
9586:
9587: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
9588: exceptions out of libxml callbacks: reimplemented error handling
9589: of http://localhost, parser://method and safemode check callbacks
9590:
9591: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
9592: [merged from HEAD]
9593:
9594: * src/classes/image.C: nothing: comment removed
9595:
9596: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
9597: addresses to int
9598:
9599: 2003-12-01 paf
9600:
9601: * src/main/pa_xml_io.C: bugfix: typo
9602:
9603: * src/main/pa_globals.C: bugfix: win32: compile prob
9604:
9605: * src/classes/xdoc.C: bugfix: typo
9606:
9607: * src/main/pa_xml_io.C: todo: safe mode check not to throw
9608: exception
9609:
9610: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
9611:
9612: 2003-11-28 paf
9613:
9614: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
9615: all xml documents read
9616:
9617: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
9618:
9619: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
9620: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
9621: replaced original open mech of xdoc::create & co to use libxml
9622: open, so that this would work for root document todo: safe mode
9623: checks to libxml: ideally to some 1 point
9624:
9625: * src/main/pa_xml_io.C: comment
9626:
9627: * operators.txt, src/main/pa_xml_io.C: leading / in
9628: http://parser[abscent params]
9629:
9630: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
9631: works. todo: maybe replace original open mech of xdoc::create &
9632: co to use libxml open, so that this would work for root document
9633:
9634: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
9635: "parser://method/params/here"> <test> &test^; </test> }]
9636:
9637: ^taint[^xdoc.string[]]
9638:
9639: @method[param] <!ENTITY test
9640: "test-entity-value+$form:user+$param!">
9641:
9642: 2003-11-27 paf
9643:
9644: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
9645:
9646: * src/classes/date.C: bugfix: typo error
9647:
9648: 2003-11-26 paf
9649:
9650: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
9651: src/main/Makefile.am, src/main/main.vcproj,
9652: src/main/pa_globals.C, src/main/pa_request.C,
9653: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
9654: xml errors to hash<thread_id,error> reorganization: xml io moved
9655: to pa_xml_io.C/h
9656:
9657: * src/types/pa_value.h: warnings: --
9658:
9659: 2003-11-25 paf
9660:
9661: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
9662: whatever)
9663:
9664: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
9665: a, (c?x:y, z)
9666:
9667: * src/main/untaint.C: bugfix: consequences of not reading this
9668: comment: CORD_pos_chars_left /* Number of characters in cache.
9669: <= 0 ==> none */
9670:
9671: * src/include/pa_array.h: removed needless checks
9672:
9673: 2003-11-24 paf
9674:
9675: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
9676: removed limit: now $form:xxx can be accessed anytime, even in
9677: @auto/conf [and request/response:charset still can be changed
9678: anytime]
9679:
9680: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
9681: now not transcodes response body
9682:
9683: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
9684: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
9685: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
9686: $xdoc.firstChild.firstChild.nodeValue[different]
9687: ^taint[^xdoc.string[]]
9688:
9689: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
9690: workaround: static Hash::allocates -> static Hash_allocates
9691:
9692: 2003-11-21 paf
9693:
1.97 moko 9694: * Makefile.am, Makefile.in, configure, configure.in,
9695: src/classes/Makefile.am, src/classes/Makefile.in,
9696: src/include/Makefile.in, src/include/pa_config_auto.h.in,
9697: src/lib/Makefile.in, src/lib/gd/Makefile.in,
9698: src/lib/smtp/Makefile.in, src/targets/cgi/Makefile.am,
9699: src/targets/cgi/Makefile.in, src/types/Makefile.am,
9700: src/types/Makefile.in: rearrange: gd&smtp moved to src/lib
1.95 moko 9701:
9702: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
9703:
9704: * src/classes/mail.C: bugfix: typo
9705:
9706: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.97 moko 9707: src/lib/gd/Makefile.am, src/lib/gd/Makefile.in,
9708: src/lib/gd/gd.vcproj, src/lib/gd/gif.C, src/lib/gd/gif.h,
9709: src/lib/gd/gifio.C, src/lib/gd/mtables.h,
9710: src/lib/smtp/Makefile.am, src/lib/smtp/Makefile.in,
9711: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 9712: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
9713:
9714: * src/main/pa_exec.C: bug in safe mode
9715:
9716: * src/include/Makefile.am: pa_xml_exception.h
9717:
9718: * src/targets/isapi/parser3isapi.C: more warnings --
9719:
9720: 2003-11-20 paf
9721:
9722: * src/: classes/math.C, classes/op.C, classes/string.C,
9723: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
9724: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
9725: --
9726:
9727: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
9728: more warnings --
9729:
9730: * src/classes/xdoc.C: more warnings --
9731:
9732: * src/classes/: date.C, image.C, xdoc.C: more warnings --
9733:
9734: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
9735: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
9736:
9737: * src/: classes/date.C, classes/file.C, classes/hash.C,
9738: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
9739: classes/table.C, include/pa_cache_managers.h,
9740: include/pa_stylesheet_connection.h, main/pa_request.C,
9741: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
9742: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
9743: --
9744:
9745: * src/main/: execute.C, pa_request.C: old forgotten todo: when
9746: can't report problem (undefined @unhandled_exception) problem
9747: source string were not reported
9748:
9749: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9750: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9751: classes/hashfile.C, classes/image.C, classes/int.C,
9752: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9753: classes/response.C, classes/string.C, classes/table.C,
9754: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9755: include/pa_array.h, include/pa_cache_managers.h,
9756: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9757: include/pa_config_fixed.h, include/pa_dictionary.h,
9758: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
9759: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
9760: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
9761: include/pa_request.h, include/pa_request_charsets.h,
9762: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
9763: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9764: include/pa_stack.h, include/pa_string.h,
9765: include/pa_stylesheet_connection.h,
9766: include/pa_stylesheet_manager.h, include/pa_table.h,
9767: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9768: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
9769: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
9770: main/compile_tools.C, main/compile_tools.h, main/execute.C,
9771: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
9772: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
9773: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
9774: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
9775: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
9776: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
9777: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
9778: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
9779: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
9780: targets/isapi/parser3isapi.C, types/pa_junction.h,
9781: types/pa_method.h, types/pa_value.C, types/pa_value.h,
9782: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
9783: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9784: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
9785: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9786: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9787: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9788: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
9789: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
9790: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
9791: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9792: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9793: types/pa_vresponse.h, types/pa_vstateless_class.C,
9794: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
9795: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
9796: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
9797: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9798: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9799: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
9800: const IDENT
9801:
9802: * src/: include/pa_array.h, include/pa_pool.h,
9803: include/pa_request.h, include/pa_string.h, include/pa_table.h,
9804: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
9805: types/pa_wcontext.h: more warnings --
9806:
9807: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
9808: classes/file.C, classes/hash.C, classes/hashfile.C,
9809: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
9810: classes/memory.C, classes/op.C, classes/string.C,
9811: classes/table.C, classes/xdoc.C, classes/xnode.C,
9812: include/pa_config_includes.h, include/pa_operation.h,
9813: include/pa_sql_connection.h, include/pa_table.h,
9814: include/pa_types.h, lib/ltdl/config_fixed.h,
9815: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
9816: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
9817: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
9818: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
9819: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
9820: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
9821: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
9822: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
9823: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
9824: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
9825: types/pa_vmail.C, types/pa_vobject.C,
9826: types/pa_vstateless_class.h, types/pa_vtable.C,
9827: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
9828: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
9829: on all projects (except libltdl=off & libsdbm=level3) found
9830: several unitialized vars
9831:
9832: 2003-11-19 paf
9833:
9834: * src/classes/op.C: more ansi C++ comp
9835:
9836: * operators.txt, src/classes/op.C, src/include/pa_request.h,
9837: src/main/pa_request.C: ^cache[...]{body}{catch block with
9838: $exception.handled[cache] meaning "get expired cache, if any.
9839: else error"}
9840:
9841: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
9842: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
9843: ^cache[...]{body}{catch code with $exception.cache field}
9844:
9845: 2003-11-12 paf
9846:
9847: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
9848: [copy/paste bug]
9849:
9850: 2003-11-11 paf
9851:
9852: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
9853: failed]
9854:
9855: * bin/auto.p.dist.in: colno
9856:
9857: 2003-11-10 paf
9858:
9859: * src/types/pa_vconsole.h: flush
9860:
9861: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
9862: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
9863: read/write [for nntp]
9864:
9865: * operators.txt: mysql: transaction support: ?autocommit=0
9866:
9867: * operators.txt: comment: updated
9868:
9869: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
9870: serialize version and exipire now removes entries
9871:
9872: * operators.txt: ^hashfile.delete[] removes files altogether [and
9873: dir, if could]
9874:
9875: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
9876: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
9877: removes files altogether [and dir, if could]
9878:
9879: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
9880: nonexistent pair. .c coded that that was error. fixed
9881:
9882: * src/types/pa_vhashfile.C: sdbm: exception type change to
9883: file.access [regretfull can't split it to different exceptions
9884: without modifying sdbm source wich would prefer not to]
9885:
9886: 2003-11-07 paf
9887:
9888: * src/: classes/date.C, classes/file.C, classes/hash.C,
9889: classes/hashfile.C, classes/image.C, classes/table.C,
9890: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
9891: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
9892: main/execute.C, main/main.vcproj, main/pa_pool.C,
9893: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
9894: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
9895: types/pa_vstateless_class.h: resurrected: pool idea. now only for
9896: destructing objects at request processing end
9897:
9898: 2003-11-06 paf
9899:
9900: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
9901: updates
9902:
9903: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
9904: to include sdbm
9905:
1.97 moko 9906: * src/include/: Makefile.in, pa_config_includes.h, pa_version.h:
9907: our replacements of max& co only for cpp
1.95 moko 9908:
9909: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
9910: upper dir, .am updated
9911:
9912: * tests/todo.txt: hashfile: done
9913:
9914: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
9915: expiration [time in value. todo: move time to key]
9916:
9917: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
9918:
9919: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
9920: to do that in foreach, no errors, but surely wrong]
9921:
9922: * operators.txt, src/types/pa_vhashfile.C,
9923: src/types/pa_vhashfile.h: hashfile: clear and proper locking
9924:
9925: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
9926: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
9927: foreach
9928:
9929: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
9930: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
9931:
9932: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
9933: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
9934:
9935: * src/: include/pa_memory.h, targets/cgi/parser3.C,
9936: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
9937: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
9938: get/put [raw]
9939:
9940: * src/: classes/op.C, main/pa_os.C: just linked
9941:
9942: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
9943: XmlException changes
9944:
9945: * src/: include/pa_charset.h, include/pa_globals.h,
9946: include/pa_stylesheet_connection.h, main/pa_exception.C:
9947: XmlException changes
9948:
9949: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
9950:
9951: * src/: include/pa_common.h, include/pa_exception.h,
9952: main/main.vcproj, main/pa_common.C, include/pa_os.h,
9953: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
9954: main/pa_xml_exception.C: locking move to pa_os [along with
9955: pa_sleep] apr-impl locking done
9956:
9957: * configure, configure.in, operators.txt, parser3.sln,
9958: src/classes/classes.vcproj, src/classes/hashfile.C,
9959: src/classes/xdoc.C, src/include/pa_config_fixed.h,
9960: src/include/pa_exception.h, src/include/pa_globals.h,
9961: src/include/pa_memory.h, src/include/pa_version.h,
9962: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
9963: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
9964: src/main/compile.tab.C, src/main/main.vcproj,
9965: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
9966: src/types/Makefile.am, src/types/pa_vhash.C,
9967: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9968: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
9969: again with sdbm from apache
9970:
9971: 2003-11-05 paf
9972:
9973: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
9974: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
9975: \parser3project dir anymore
9976:
9977: * src/main/pa_charset.C: bugfix: had broken binary search [copied
9978: thoughtlessly from xalan]
9979:
9980: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
9981: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
9982: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
9983:
9984: * src/main/helpers/CaseFolding.txt:
9985: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
9986:
9987: 2003-11-04 paf
9988:
9989: * operators.txt: comment: ^mail:send[$.options[
9990:
9991: * src/classes/table.C: compiled on unix
9992:
1.97 moko 9993: * src/classes/: Makefile.am, Makefile.in: classes.C to rebuild last
1.95 moko 9994:
9995: * src/classes/mail.C: compiled on unix
9996:
9997: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
9998: src/types/pa_vmail.h: !^mail:send[
9999: $.options[unix: string to append to sendmail command
10000: line]
10001:
10002: * operators.txt, src/classes/table.C, src/main/pa_string.C,
10003: tests/todo.txt: ^table.save[... $.separator[^#09]
10004: $.encloser["] <nothing> by default
10005:
10006: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
10007: !$.separator[^#09] !$.encloser["] <nothing> by
10008: default
10009:
10010: 2003-11-03 paf
10011:
10012: * operators.txt, src/classes/table.C, src/main/pa_common.C:
10013: ^table::load[; options: !$.column-separator[^#09]
10014: !$.column-encloser["]
10015:
10016: * operators.txt, src/include/pa_config_fixed.h,
10017: src/types/pa_vrequest.C: $request:document-root
10018:
10019: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
10020: [already included into uri=xxx]
10021:
10022: * operators.txt, src/classes/image.C, tests/todo.txt:
10023: ^image.gif[filename] for $response:download
10024:
10025: * src/classes/date.C: minor precaution
10026:
10027: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
10028: !^date.unix-timestamp[]
10029:
10030: 2003-10-30 paf
10031:
10032: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
10033: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
10034:
10035: * src/classes/: date.C, image.C: improvement diagnostics:
10036: $now[^date::create[$undefined]] now is error
10037:
10038: * src/main/pa_common.C: read errors would now be reported 'actually
10039: read -1 bytes'
10040:
10041: 2003-10-24 paf
10042:
10043: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
10044: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
10045: src/main/Makefile.am, src/targets/cgi/Makefile.am,
10046: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
10047:
10048: 2003-10-22 paf
10049:
10050: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
10051:
10052: 2003-10-21 paf
10053:
10054: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
10055: fixed: string.match[g] without <'> option produced columns with
10056: NULL's, which gpf'ed at table.save time
10057:
10058: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
10059: recoursion' message with intensive throw-catches fixed: incorrect
10060: name and line (one name upper then needed) in error message about
10061: problems inside try block
10062:
10063: 2003-10-10 paf
10064:
10065: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
10066: check offset argument for validity did that in String::Body::pos
10067: myself http://i2/tasks/edit/?id=4577425257580789777
10068:
10069: 2003-10-07 paf
10070:
10071: * src/main/: compile.tab.C, compile.y: ^if ( better error:
10072: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
10073:
10074: 2003-10-03 paf
10075:
10076: * parser3.sln, src/include/pa_dictionary.h,
10077: src/main/pa_dictionary.C, src/main/pa_string.C,
10078: src/targets/cgi/parser3.vcproj: dictionary optimized by
10079: precalculating cstr&length
10080:
10081: 2003-10-02 paf
10082:
10083: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
10084: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
10085: main/pa_stylesheet_manager.C: bugfix: ^throw context were
10086: saved/restored incompletely http://www.parser.ru/forum/?id=21484
10087:
10088: 2003-09-30 paf
10089:
10090: * src/main/pa_string.C: string::replace bug fix [were ignoring
10091: occurrances after lang-mismatched
10092:
10093: 2003-09-29 paf
10094:
10095: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
10096: helper
10097:
10098: * src/main/pa_string.C: string::serialize bug fix with
10099: zero-terminator
10100:
10101: * src/classes/table.C: ^nameless_table.save column row now has no
10102: \t at the end
10103:
10104: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
10105: @postprocess now takes $response:body/download
10106:
10107: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
10108: error message
10109:
10110: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
10111:
10112: * src/classes/table.C: bugfix: flip: must produce nameless
10113: http://i2/tasks/edit/?id=4573405524674081244
10114:
10115: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
10116: main/helpers/simple_folding.pl: utf-8 upper/lower
10117:
10118: * src/main/pa_common.C: bugfix: utf signature were not ignored due
10119: to typo error http://i2/tasks/edit/?id=4573354650786434584
10120:
10121: 2003-09-26 paf
10122:
10123: * src/main/untaint.C: removed needless field
10124:
10125: * src/main/untaint.C: removed needless const
10126:
10127: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
10128: String.for_each bug fixed [omited one-char cases]
10129:
10130: * src/include/pa_stack.h: bugfix: before collecting garbage,
10131: runtime-executor stack were cleared... BADLY
10132:
10133: * src/main/pa_string.C: ^stirng.replace code used old
10134: param-convention on langs.append, fixed that search fo the like,
10135: found none
10136:
10137: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
10138: string::serialize/deserialize implemented Language enum assigned
10139: meaningful letters [more convinient for debugging. read warning
10140: before adding/changing anything]
10141:
10142: 2003-09-25 paf
10143:
10144: * src/: include/pa_string.h, include/pa_version.h,
10145: main/pa_string.C, main/untaint.C: templates and anonymous unions
10146: differences on unix
10147:
10148: * parser3.sln, src/classes/file.C, src/classes/image.C,
10149: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
10150: src/classes/xdoc.C, src/classes/xnode.C,
10151: src/include/pa_cache_managers.h, src/include/pa_charset.h,
10152: src/include/pa_charsets.h, src/include/pa_common.h,
10153: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
10154: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
10155: src/include/pa_table.h, src/lib/cord/cordbscs.c,
10156: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
10157: src/lib/cord/include/cord.h, src/main/compile.tab.C,
10158: src/main/compile_tools.h, src/main/pa_charset.C,
10159: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
10160: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
10161: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
10162: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
10163: src/types/pa_vmail.C, src/types/pa_vmath.C,
10164: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
10165: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
10166:
10167: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
10168: functions aligned to that of eeparser3 look
10169:
10170: * src/lib/cord/cordprnt.c: removed warnings
10171:
10172: 2003-09-24 paf
10173:
10174: * src/: classes/file.C, classes/image.C, classes/mail.C,
10175: classes/op.C, classes/xdoc.C, classes/xnode.C,
10176: include/pa_cache_managers.h, include/pa_charset.h,
10177: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
10178: include/pa_sql_driver_manager.h, include/pa_string.h,
10179: include/pa_stylesheet_manager.h, include/pa_table.h,
10180: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
10181: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
10182: main/pa_sql_driver_manager.C, main/pa_string.C,
10183: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
10184: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
10185: types/pa_vstateless_class.h, types/pa_vstatus.C,
10186: types/pa_vxnode.C: v() functions of String::Body,
10187: String::Languages and String itself StringBody->String::Body
10188:
10189: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10190: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
10191: never optimized anything. todo: somehow speed up harder cases:
10192: concatenationA+concatenationB when last block of A and first of B
10193: contain same letters
10194:
10195: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10196: lib/cord/include/cord.h: langs: speed up by joining adjucent
10197: blocks of same char [CORD_append_block]
10198:
10199: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10200: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
10201: save space by extending blocks when appending block with c ==
10202: lastblock.c
10203:
10204: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
10205: working yet :( but more working &understood :)
10206:
10207: * src/: classes/table.C, include/pa_string.h,
10208: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
10209:
10210: 2003-09-23 paf
10211:
10212: * src/main/untaint.C: $a[ok!] $a works!
10213:
10214: * src/main/untaint.C: something even more works :)
10215:
10216: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
10217: something more works :)
10218:
10219: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10220: lib/cord/cordxtra.c: something already works :)
10221:
10222: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
10223: serialize&deserialize
10224:
10225: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
10226: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
10227: main/untaint.C: main idea implemented, details left
10228:
10229: 2003-09-22 paf
10230:
10231: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
10232:
10233: * src/classes/xnode.C: copy/paste comment bugfix
10234:
10235: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
10236: allocator returns 0, just die.
10237: http://i2/tasks/edit/?id=4570798492410259445
10238:
10239: * src/classes/xdoc.C: copy/paste comment bugfix
10240:
10241: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
10242: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
10243: xnode: getAttributeNS setAttributeNS removeAttributeNS
10244: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
10245:
10246: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
10247: chars due to bitwise operation signed-char error]
10248:
10249: 2003-09-19 paf
10250:
10251: * src/types/pa_wcontext.C: output message: more practical
10252: suggestion
10253:
10254: * src/main/pa_common.C, operators.txt: merged
10255: $f[^file::load[binary;http://...]] $f.tables
10256:
10257: 2003-09-02 paf
10258:
10259: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
10260: flush stdout without referencing 'stdout' symbol. to hell with
10261: non-ansi libraries without 'stdout' symbol
10262:
10263: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
10264: unix (users reported problems with some old libc)
10265:
10266: * src/types/pa_vdate.h: forgot initializer
10267:
10268: 2003-09-01 paf
10269:
10270: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
10271: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
10272: zone]
10273:
10274: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
10275:
10276: 2003-08-19 paf
10277:
10278: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
10279: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
10280: simplified a little
10281:
10282: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
10283: [lost fix from 3.0.8]
10284:
10285: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
10286: visible here }
10287:
10288: bug fix
10289:
10290: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
10291:
10292: * src/main/compile.tab.C: initialized couple of variables about
10293: which user reported runtime problems when parser were compiled
10294: with VC7, warning level4. study shows that later in bison
10295: they've fixed that. would migrate to latest bison someday
10296:
10297: * src/types/pa_vmail.C: turned off recoding in gmime (were still
10298: recoding headers)
10299:
10300: * src/types/pa_vmail.C: works as before, same charset problems:
10301: gmime recodes to UTF-8 only headers, not body. so not recoding
10302: anything for now
10303:
10304: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
10305: problems with body
10306:
10307: * src/types/pa_vmail.C: mail_receive just compiled
10308:
10309: 2003-08-18 paf
10310:
10311: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
10312: main/main.vcproj, types/types.vcproj: win32: continued process
10313: detaching from \parser3project directory
10314:
10315: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
10316: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
10317: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
10318: src/lib/pcre/pcre_dftables.dsp,
10319: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
10320: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
10321: src/types/types.dsp: moved to MSVC 7
10322:
10323: * gnu.vcproj.vspscc, parser3.vssscc,
10324: src/classes/classes.vcproj.vspscc,
10325: src/lib/cord/cord.vcproj.vspscc,
10326: src/lib/ltdl/libltdl.vcproj.vspscc,
10327: src/lib/md5/md5.vcproj.vspscc,
10328: src/lib/pcre/pcre_dftables.vcproj.vspscc,
10329: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
10330: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
10331: src/targets/isapi/parser3isapi.vcproj.vspscc,
10332: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
10333: moved to MSVC 7
10334:
10335: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
10336: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
10337: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10338: src/lib/pcre/pcre_dftables.vcproj,
10339: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
10340: src/targets/cgi/parser3.vcproj,
10341: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
10342: new VS project files
10343:
10344: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
10345: .NET to detect Jalindi Igloo capabilities.
10346:
10347: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.97 moko 10348: src/classes/Makefile.in, src/classes/classes.awk,
10349: src/doc/footer.htm, src/include/pa_config_fixed.h,
10350: src/include/pa_version.h, src/lib/Makefile.am,
10351: src/lib/Makefile.in, src/main/compile.tab.C,
1.95 moko 10352: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
10353: src/types/pa_vmail.C: merged 3.1.0 latest changes
10354:
10355: 2003-08-15 paf
10356:
10357: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
10358: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
10359:
10360: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
10361: non-ascii <yyy> now encoded correctly
10362:
10363: 2003-07-29 paf
10364:
1.97 moko 10365: * src/classes/: Makefile.am, Makefile.in, classes.awk: classes.awk
10366: added to make dist
1.95 moko 10367:
10368: * src/types/pa_vmail.C: just started --with-mail-receive
10369:
10370: 2003-07-28 paf
10371:
1.97 moko 10372: * src/: classes/Makefile.am, classes/Makefile.in, lib/Makefile.am,
10373: lib/Makefile.in: removed circular dependence in src/classes,
10374: src/lib/gc now in dist
1.95 moko 10375:
10376: * src/main/pa_string.C: ^cache bug fix [were not working at all]
10377:
10378: 2003-07-25 paf
10379:
10380: * src/doc/footer.htm: year
10381:
10382: 2003-07-24 paf
10383:
10384: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
10385: fix
10386:
10387: * src/include/pa_version.h: release
10388:
1.97 moko 10389: * src/lib/gc/include/: Makefile.am, Makefile.in, gc.h: moved
10390: tempate_gc to HEAD
1.95 moko 10391:
10392: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
10393: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
10394: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
10395: getting rid of win32xml pseudo project
10396:
10397: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
10398:
1.97 moko 10399: * ChangeLog, INSTALL, Makefile.am, Makefile.in, acsite.m4,
10400: configure, configure.in, operators.txt, parser3.dsw,
10401: bin/Makefile.in, etc/Makefile.in,
10402: etc/parser3.charsets/Makefile.in,
1.95 moko 10403: etc/parser3.charsets/koi8-r.cfg,
1.97 moko 10404: etc/parser3.charsets/windows-1251.cfg, src/Makefile.in,
10405: src/classes/Makefile.am, src/classes/Makefile.in,
1.95 moko 10406: src/classes/classes.C, src/classes/classes.awk,
10407: src/classes/classes.dsp, src/classes/classes.h,
10408: src/classes/date.C, src/classes/double.C, src/classes/file.C,
10409: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
10410: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
10411: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
10412: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10413: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
10414: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
10415: src/doc/string.dox, src/include/Makefile.am,
1.97 moko 10416: src/include/Makefile.in, src/include/pa_array.h,
10417: src/include/pa_cache_managers.h, src/include/pa_charset.h,
10418: src/include/pa_charsets.h, src/include/pa_common.h,
10419: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
10420: src/include/pa_config_includes.h, src/include/pa_dictionary.h,
10421: src/include/pa_dir.h, src/include/pa_exception.h,
10422: src/include/pa_exec.h, src/include/pa_globals.h,
10423: src/include/pa_hash.h, src/include/pa_memory.h,
10424: src/include/pa_opcode.h, src/include/pa_operation.h,
10425: src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
1.95 moko 10426: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
10427: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
10428: src/include/pa_sapi.h, src/include/pa_socks.h,
10429: src/include/pa_sql_connection.h,
10430: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
10431: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
10432: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
10433: src/include/pa_threads.h, src/include/pa_types.h,
1.97 moko 10434: src/include/pa_uue.h, src/lib/Makefile.am, src/lib/Makefile.in,
10435: src/lib/cord/Makefile.am, src/lib/cord/Makefile.in,
10436: src/lib/cord/cord.dsp, src/lib/cord/cordbscs.c,
10437: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
10438: src/lib/cord/source.url, src/lib/cord/include/Makefile.am,
10439: src/lib/cord/include/Makefile.in, src/lib/cord/include/cord.h,
1.95 moko 10440: src/lib/cord/include/ec.h,
10441: src/lib/cord/include/private/Makefile.am,
1.97 moko 10442: src/lib/cord/include/private/Makefile.in,
1.95 moko 10443: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.97 moko 10444: src/lib/gc/Makefile.in, src/lib/ltdl/Makefile.in,
10445: src/lib/ltdl/libltdl.dsp, src/lib/md5/Makefile.in,
10446: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c,
10447: src/lib/pcre/Makefile.in, src/lib/pcre/pcre.h,
1.95 moko 10448: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.97 moko 10449: src/main/Makefile.in, src/main/compile.C, src/main/compile.tab.C,
10450: src/main/compile.y, src/main/compile_tools.C,
10451: src/main/compile_tools.h, src/main/execute.C, src/main/main.dsp,
10452: src/main/pa_array.C, src/main/pa_cache_managers.C,
10453: src/main/pa_charset.C, src/main/pa_charsets.C,
10454: src/main/pa_common.C, src/main/pa_dictionary.C,
10455: src/main/pa_dir.C, src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 10456: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
10457: src/main/pa_request.C, src/main/pa_socks.C,
10458: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10459: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.97 moko 10460: src/main/pa_uue.C, src/main/untaint.C, src/sql/Makefile.in,
10461: src/sql/pa_sql_driver.h, src/targets/Makefile.am,
10462: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
10463: src/targets/cgi/Makefile.in, src/targets/cgi/getopt.c,
10464: src/targets/cgi/getopt.h, src/targets/cgi/pa_pool.C,
10465: src/targets/cgi/pa_threads.C, src/targets/cgi/parser3.C,
10466: src/targets/cgi/parser3.dsp, src/targets/cgi/pool_storage.h,
10467: src/targets/cgi/pp3.cmd, src/targets/isapi/Makefile.am,
10468: src/targets/isapi/Makefile.in, src/targets/isapi/pa_pool.C,
1.95 moko 10469: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10470: src/targets/isapi/parser3isapi.dsp,
10471: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.97 moko 10472: src/types/Makefile.in, src/types/pa_junction.h,
10473: src/types/pa_method.h, src/types/pa_value.C,
10474: src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 10475: src/types/pa_vclass.C, src/types/pa_vclass.h,
10476: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
10477: src/types/pa_vcookie.h, src/types/pa_vdate.h,
10478: src/types/pa_vdouble.h, src/types/pa_venv.h,
10479: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
10480: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
10481: src/types/pa_vimage.C, src/types/pa_vimage.h,
10482: src/types/pa_vint.h, src/types/pa_vjunction.h,
10483: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
10484: src/types/pa_vmath.h, src/types/pa_vmemory.h,
10485: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
10486: src/types/pa_vobject.C, src/types/pa_vobject.h,
10487: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
10488: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
10489: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
10490: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
10491: src/types/pa_vstatus.h, src/types/pa_vstring.C,
10492: src/types/pa_vstring.h, src/types/pa_vtable.C,
10493: src/types/pa_vtable.h, src/types/pa_vvoid.h,
10494: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10495: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10496: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
10497: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
10498: HEAD
10499:
10500: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
10501: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
10502: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
10503: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
10504: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
10505: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
10506: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
10507: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
10508: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
10509: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
10510: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
10511: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
10512: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
10513: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
10514: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
10515: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
10516: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
10517: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
10518: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
10519: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
10520: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
10521: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
10522: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
10523: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
10524: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
10525: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
10526: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
10527: outputs/create-dir, results/001.processed, results/002.processed,
10528: results/003.processed, results/004.processed,
10529: results/005.processed, results/006.processed,
10530: results/007.processed, results/008.processed,
10531: results/009.processed, results/010.processed,
10532: results/011.processed, results/012.processed,
10533: results/013.processed, results/014.processed,
10534: results/015.processed, results/016.processed,
10535: results/017.processed, results/018.processed,
10536: results/019.processed, results/020.processed,
10537: results/021.processed, results/022.processed,
10538: results/023.processed, results/024.processed,
10539: results/025.processed, results/026.processed,
10540: results/027.processed, results/028.processed,
10541: results/029.processed, results/030.processed,
10542: results/031.processed, results/032.processed,
10543: results/033.processed, results/034.processed,
10544: results/035.processed, results/036.processed,
10545: results/037.processed, results/038.processed,
10546: results/039.processed, results/040.processed,
10547: results/041.processed, results/042.processed,
10548: results/043.processed, results/044.processed,
10549: results/045.processed, results/046.processed,
10550: results/047.processed, results/048.processed,
10551: results/049.processed, results/050.processed,
10552: results/051.processed, results/052.processed,
10553: results/053.processed, results/054.processed,
10554: results/055.processed, results/056.processed,
10555: results/057.processed, results/058.processed,
10556: results/059.processed, results/060.processed,
10557: results/061.processed, results/062.processed,
10558: results/063.processed, results/064.processed,
10559: results/065.processed, results/066.processed,
10560: results/067.processed, results/068.processed,
10561: results/069.processed, results/070.processed,
10562: results/071.processed, results/072.processed,
10563: results/073.processed, results/074.processed,
10564: results/075.processed, results/076.processed,
10565: results/077.processed, results/078.processed,
10566: results/079.processed, results/080.processed,
10567: results/081.processed, results/082.processed,
10568: results/083.processed, results/084.processed,
10569: results/085.processed, results/086.processed,
10570: results/087.processed, results/088.processed,
10571: results/089.processed, results/090.processed,
10572: results/091.processed, results/092.processed,
10573: results/093.processed, results/094.processed,
10574: results/095.processed, results/096.processed,
10575: results/097.processed, results/098.processed,
10576: results/099.processed, results/100.processed,
10577: results/101.processed, results/102.processed,
10578: results/103.processed, results/104.processed,
10579: results/105.processed, results/106.processed,
10580: results/107.processed, results/108.processed,
10581: results/109.processed, results/110.processed,
10582: results/111.processed, results/112.processed,
10583: results/113.processed, results/114.processed,
10584: results/115.processed, results/116.processed,
10585: results/117.processed, results/118.processed,
10586: results/119.processed, results/120.processed,
10587: results/121.processed, results/122.processed,
10588: results/123.processed, results/124.processed,
10589: results/125.processed, results/126.processed,
10590: results/127.processed, results/128.processed,
10591: results/129.processed, results/130.processed,
10592: results/131.processed, results/132.processed,
10593: results/133.processed, results/134.processed,
10594: results/135.processed, results/136.processed,
10595: results/137.processed, results/138.processed,
10596: results/139.processed, results/140.processed,
10597: results/141.processed: merged(copied) to HEAD from template_gc
10598:
10599: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
10600: towards \parser3project not having to be in root
10601:
10602: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
10603: module compiled [were minor unnecessary changes in lib/md5
10604: interface]
10605:
10606: * src/include/pa_version.h: release
10607:
10608: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
10609:
10610: * src/classes/math.C: merged uuid bugfix
10611:
10612: * tests/: 141.html, results/141.processed: fixed bug with
10613: too-small-a-buffer
10614:
10615: * src/classes/math.C: uuid bugfix
10616:
10617: * tests/: 141.html, Makefile, results/005.processed,
10618: results/030.processed, results/075.processed,
10619: results/078.processed: to reflect date format change (were -
10620: become ' ')
10621:
10622: * src/classes/math.C: uuid bugfix
10623:
10624: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
10625: debug/release changes
10626:
10627: * src/lib/md5/pa_md5c.c: PA_ -> pa_
10628:
10629: 2003-07-23 paf
10630:
10631: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
10632: renamed a little [to move to comman naming conv]
10633:
1.97 moko 10634: * src/targets/: Makefile.am, Makefile.in: apache13 splitted to
10635: simplify apache build
1.95 moko 10636:
10637: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
10638: main/pa_request.C, main/pa_sql_driver_manager.C,
10639: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
10640: stack top_index() fixed
10641:
10642: * src/main/pa_globals.C: minor style changes
10643:
10644: * src/: classes/op.C, include/pa_sql_connection.h: connection
10645: closing/caching fixed [connections were not closed/put to cache]
10646:
10647: 2003-07-22 paf
10648:
10649: * INSTALL: gc part updated stightly
10650:
10651: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
10652: new sapi interface
10653:
10654: * src/classes/file.C: comment on OS
10655:
10656: * src/main/pa_string.C: removed reduntant invariant check [there is
10657: one deeper in cord lib]
10658:
10659: * src/main/pa_exec.C: on win32 bugfix in handling shbang
10660:
10661: * src/main/pa_memory.C: out of memory is no longer coredump
10662:
10663: * INSTALL: disable-threads adviced
10664:
10665: 2003-07-21 paf
10666:
1.97 moko 10667: * src/classes/: Makefile.am, Makefile.in: removed circular
10668: dependency on classes.C
1.95 moko 10669:
10670: * src/classes/file.C: file::exec/cgi environment variables now must
10671: be UPPERCASE and A-Z 0-9 _-
10672:
10673: * src/classes/file.C: env passing fixed
10674:
10675: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
10676:
10677: * src/main/pa_common.C: http:// CRLF now
10678:
10679: 2003-07-02 paf
10680:
10681: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
10682: fields to reflect their real meaning
10683:
10684: 2003-06-27 paf
10685:
10686: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
10687: include/pa_hash.h, main/pa_charset.C: merged from HEAD
10688: file::exec/cgi .charset
10689:
10690: 2003-06-26 paf
10691:
10692: * ChangeLog, src/classes/file.C, src/classes/hash.C,
10693: src/classes/image.C, src/classes/op.C, src/classes/string.C,
10694: src/classes/table.C: fixed several uninitialized local
10695: structures. notably ^hash.foreach now inserts delimiters
10696: properly [were inserting it before first body]
10697:
10698: 2003-06-24 paf
10699:
10700: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
10701:
10702: 2003-06-20 paf
10703:
10704: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
10705: src/main/pa_globals.C: introducing
10706: $f[^file::load[binary;http://...]] $f.tables
10707:
10708: 2003-06-06 paf
10709:
10710: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
10711: table. [were method lookup: inconsistent]
10712:
10713: 2003-06-02 paf
10714:
10715: * src/include/pa_memory.h: empty string clone fixed to return
10716: writable memory
10717:
10718: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
10719: were not appended] which violated string invariant
10720:
10721: 2003-05-30 paf
10722:
10723: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
10724: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
10725:
10726: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
10727: GMT ; RFC 822, updated by RFC 1123
10728:
10729: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
10730: targets/isapi/parser3isapi.C: initialized request_info properly
10731:
10732: * src/classes/xnode.C: found minor bug, commended for future
10733:
10734: 2003-05-28 paf
10735:
10736: * src/classes/form.C: request_info.content_length can't be <0,
10737: size_t for some time
10738:
10739: 2003-05-26 paf
10740:
10741: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
10742: forgotten <0 changed to !=STRING_NOT_FOUND
10743:
10744: * src/classes/math.C: merged ffffu from HEAD
10745:
10746: 2003-05-11 paf
10747:
10748: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
10749:
10750: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
10751: premature doc free. transformed document had xmlDoc reference
10752: stored to non-gc-memory (libgdome) added holding-reference
10753:
10754: 2003-04-29 paf
10755:
10756: * src/main/pa_globals.C: started digging on double free. on win32
10757: found that that's perfectly normal.
10758:
10759: 2003-04-25 paf
10760:
10761: * src/classes/table.C: table.join bug fix [bad limit check]
10762:
10763: * src/classes/math.C: merged from HEAD: simpiler hash_string
10764:
10765: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
10766: print anything. changed to quicker and simplier code
10767:
10768: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
10769: strict a check]
10770:
10771: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
10772:
10773: 2003-04-24 paf
10774:
10775: * src/include/pa_table.h: too strict assert loosened
10776:
10777: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
10778: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
10779: report
10780:
10781: 2003-04-21 paf
10782:
1.97 moko 10783: * src/targets/cgi/: Makefile.am, Makefile.in: pp3 added to .am
1.95 moko 10784:
10785: * src/main/pa_globals.C: pcre memory management changed to use GC
10786: memory
10787:
10788: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
10789: xmlMallocAtomic [author agreed to my suggestion], used that
10790:
10791: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
10792:
10793: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
10794: types/pa_vmail.C: attributed_meaning_to_string added
10795: L_UNSPECIFIED piece which was sortof OK, but violated string
10796: invariant [assertion barked on that] changed to L_PASS_APPEND,
10797: made that param obligatory
10798:
10799: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
10800: fixed [assert helped]
10801:
10802: * src/include/pa_string.h: assert added [looking for bug]
10803:
10804: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
10805: names on Win32 considered disk-global
10806:
10807: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
10808: considered disk-global
10809:
10810: 2003-04-18 paf
10811:
10812: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
10813: filenames
10814:
10815: * src/main/untaint.C: enabled '~' letter in filenames
10816:
10817: 2003-04-16 paf
10818:
10819: * src/classes/file.C: small bug introduced in autoptr times fixed
10820:
10821: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
10822: HEAD
10823:
1.97 moko 10824: * src/: classes/table.C, lib/Makefile.in: fix: gcc reported tiny
10825: error
1.95 moko 10826:
10827: 2003-04-15 paf
10828:
10829: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
10830: src/lib/md5/pa_md5c.c, tests/141.html,
10831: tests/results/141.processed: merged from head ^math:uuid[]
10832: ^math:uid64[] ^math:md5[string]
10833:
10834: test added: 141.html
10835:
10836: * operators.txt, src/classes/math.C: ^math:uid64[]
10837:
10838: * src/classes/math.C: ^math:uuid[]
10839:
10840: * operators.txt, src/classes/math.C: ^math:uuid[]
10841:
10842: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
10843: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
10844:
10845: * operators.txt, src/classes/file.C, src/include/pa_common.h,
10846: src/include/pa_config_fixed.h, src/main/pa_common.C:
10847: ^file::load[mode;name; $.offset $.limit
10848:
10849: 2003-04-14 paf
10850:
10851: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
10852: started ^math:md5
10853:
10854: * src/classes/table.C, src/include/pa_array.h,
10855: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
10856: tests/results/140.processed: table $.reverse option works in
10857: create&co table $.distinct[tables] bug fix merged
10858:
10859: * src/: classes/table.C, include/pa_table.h: table
10860: $.distinct[tables] bug fixed
10861:
10862: * src/classes/table.C: more warnings
10863:
10864: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
10865: removed checks in table::set_current, moved them back to
10866: table::locate implemented table::create/join ñ $.reverse
10867:
10868: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
10869: removed checks in table::set_current, moved them back to
10870: table::locate
10871:
10872: 2003-04-11 paf
10873:
10874: * operators.txt, src/classes/date.C, src/classes/table.C,
10875: src/include/pa_array.h, src/include/pa_common.h,
10876: src/include/pa_config_includes.h, src/include/pa_string.h,
10877: src/include/pa_table.h, src/main/pa_request.C,
10878: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10879: src/main/pa_table.C: merged from HEAD from
10880: before_append_array_limit_sense_change to
10881: after_append_array_limit_sense_change
10882:
10883: * src/classes/table.C: typo
10884:
10885: * operators.txt, src/classes/date.C, src/classes/table.C,
10886: src/include/pa_array.h, src/include/pa_common.h,
10887: src/include/pa_config_includes.h, src/include/pa_globals.h,
10888: src/include/pa_table.h, src/main/pa_array.C,
10889: src/main/pa_globals.C, src/main/pa_request.C,
10890: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10891: src/main/pa_table.C: append_array_limit_sense_change locate
10892: accepts options same as create new option: $.reverse(1) [do not
10893: work in table::create]
10894:
10895: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
10896: (stat xxx,
10897:
10898: * src/classes/: table.C: typo
10899:
10900: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
10901: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
10902: results/130.processed, results/131.processed,
10903: results/132.processed, results/133.processed,
10904: results/134.processed, results/135.processed,
10905: results/136.processed, results/137.processed,
10906: results/138.processed, results/139.processed: added few mustfail
10907: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
10908: date/time 132.html mustfail: access to junction outside of
10909: context 133.html mustfail: access to junction outside of context,
10910: case version 134.html mustfail: hash: adding a key inside of
10911: foreach 135.html mustfail: modifying system class 136.html
10912: mustfail: $.name outside of $hash[here] 137.html mustfail:
10913: appendChild without import 138.html mustfail: invalid encoding
10914: inside of xml 139.html mustfail: bad XPath
10915:
10916: * operators.txt, src/classes/table.C, tests/084.html,
10917: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
10918: tests/129.html, tests/results/125.processed,
10919: tests/results/126.processed, tests/results/127.processed,
10920: tests/results/128.processed, tests/results/129.processed: merged
10921: from HEAD ^table.hash[key][$.distinct[tables]]
10922:
10923: maked appropriate tests [changed one old nonconforming]
10924:
10925: * operators.txt, src/classes/table.C:
10926: ^table.hash[key][$.distinct[tables]]
10927:
10928: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
10929: merged fix for found very old xml (dom) bug: were passing
10930: domString objects and later ERROREOUSLY freed them
10931:
10932: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
10933: src/main/pa_charset.C: re-added libgdome patch. regretfully
10934: libgdome bug can not be worked around
10935:
10936: 2003-04-10 paf
10937:
10938: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
10939: found very old xml (dom) bug: were passing domString objects and
10940: later ERROREOUSLY freed them
10941:
10942: * src/doc/string.dox, src/include/pa_memory.h,
10943: src/include/pa_string.h, src/lib/cord/cordbscs.c,
10944: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
10945: tests/123.html, tests/124.html, tests/results/001.processed,
10946: tests/results/002.processed, tests/results/003.processed,
10947: tests/results/004.processed, tests/results/005.processed,
10948: tests/results/006.processed, tests/results/008.processed,
10949: tests/results/009.processed, tests/results/010.processed,
10950: tests/results/011.processed, tests/results/012.processed,
10951: tests/results/013.processed, tests/results/014.processed,
10952: tests/results/015.processed, tests/results/016.processed,
10953: tests/results/017.processed, tests/results/018.processed,
10954: tests/results/020.processed, tests/results/021.processed,
10955: tests/results/022.processed, tests/results/023.processed,
10956: tests/results/024.processed, tests/results/025.processed,
10957: tests/results/026.processed, tests/results/027.processed,
10958: tests/results/028.processed, tests/results/029.processed,
10959: tests/results/030.processed, tests/results/031.processed,
10960: tests/results/032.processed, tests/results/033.processed,
10961: tests/results/034.processed, tests/results/035.processed,
10962: tests/results/036.processed, tests/results/037.processed,
10963: tests/results/038.processed, tests/results/039.processed,
10964: tests/results/040.processed, tests/results/041.processed,
10965: tests/results/042.processed, tests/results/043.processed,
10966: tests/results/044.processed, tests/results/045.processed,
10967: tests/results/046.processed, tests/results/047.processed,
10968: tests/results/048.processed, tests/results/049.processed,
10969: tests/results/050.processed, tests/results/051.processed,
10970: tests/results/052.processed, tests/results/053.processed,
10971: tests/results/054.processed, tests/results/055.processed,
10972: tests/results/056.processed, tests/results/057.processed,
10973: tests/results/058.processed, tests/results/059.processed,
10974: tests/results/060.processed, tests/results/061.processed,
10975: tests/results/062.processed, tests/results/063.processed,
10976: tests/results/064.processed, tests/results/065.processed,
10977: tests/results/066.processed, tests/results/067.processed,
10978: tests/results/068.processed, tests/results/069.processed,
10979: tests/results/070.processed, tests/results/071.processed,
10980: tests/results/072.processed, tests/results/073.processed,
10981: tests/results/074.processed, tests/results/075.processed,
10982: tests/results/076.processed, tests/results/077.processed,
10983: tests/results/078.processed, tests/results/079.processed,
10984: tests/results/080.processed, tests/results/081.processed,
10985: tests/results/082.processed, tests/results/083.processed,
10986: tests/results/084.processed, tests/results/085.processed,
10987: tests/results/086.processed, tests/results/087.processed,
10988: tests/results/088.processed, tests/results/089.processed,
10989: tests/results/090.processed, tests/results/091.processed,
10990: tests/results/092.processed, tests/results/093.processed,
10991: tests/results/094.processed, tests/results/095.processed,
10992: tests/results/096.processed, tests/results/097.processed,
10993: tests/results/101.processed, tests/results/102.processed,
10994: tests/results/104.processed, tests/results/105.processed,
10995: tests/results/106.processed, tests/results/107.processed,
10996: tests/results/108.processed, tests/results/109.processed,
10997: tests/results/110.processed, tests/results/111.processed,
10998: tests/results/112.processed, tests/results/113.processed,
10999: tests/results/114.processed, tests/results/115.processed,
11000: tests/results/116.processed, tests/results/117.processed,
11001: tests/results/118.processed, tests/results/119.processed,
11002: tests/results/120.processed, tests/results/121.processed,
11003: tests/results/122.processed, tests/results/123.processed,
11004: tests/results/124.processed: new convention: char* never 0.
11005: assert in cord on that
11006:
11007: * src/main/pa_charset.C: couple more asserts
11008:
11009: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
11010: speedup
11011:
11012: * src/main/pa_charset.C: couple assertions on fantastic situations
11013: added [may be those is the case now?]
11014:
11015: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
11016: that's memory from gc_malloc, not from g_malloc :(, but would
11017: hope]
11018:
11019: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
11020: that's memory from gc_malloc, not from g_malloc :(, but would
11021: hope]
11022:
11023: * src/main/pa_charset.C: checked custom malloc for returning 0
11024:
11025: 2003-04-09 paf
11026:
11027: * src/classes/date.C: merged ^date.roll changes
11028:
11029: * src/classes/date.C: ^date.roll bug fix
11030:
11031: * src/classes/date.C: ^date.roll now throws less errors: month
11032: shifts handles end of month situation by reducing day number
11033: hour-hole shift reduces hour to recover
11034:
11035: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
11036: Sort by function time
11037:
11038: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
11039: http:// $.charset[] param done
11040:
11041: * tests/: 122.html, results/122.processed: 122 date test <= and ==
11042: added [after volatile fix. passes on win&intel-solaris]
11043:
11044: 2003-04-08 paf
11045:
11046: * src/: classes/file.C, classes/op.C, classes/table.C,
11047: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
11048: include/pa_common.h, include/pa_request_charsets.h,
11049: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11050: main/pa_exec.C, main/pa_request.C, main/untaint.C,
11051: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
11052: types/pa_vresponse.C: started http:// $.charset[] param and
11053: http response charset detection just compiled. todo:test
11054:
11055: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
11056:
11057: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
11058: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
11059: types/pa_vmail.C: changed transcode param converntion along with
11060: string creating convention -- all strings are zero-terminated,
11061: this allowed to fix one remaining String("123", 2) case
11062:
11063: * src/: classes/date.C, classes/file.C, classes/hash.C,
11064: classes/op.C, classes/string.C, classes/table.C,
11065: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
11066: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
11067: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
11068: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
11069: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
11070: violated String::invariant. started fixing [not compiled now]
11071:
11072: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
11073: main/compile.tab.C, main/compile.y, main/pa_string.C,
11074: main/untaint.C, targets/cgi/parser3.C: number of string style
11075: improvements & optimizations
11076:
11077: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
11078: :(]
11079:
11080: * src/main/untaint.C: removed redundant & in CORD_pos param passing
11081: [for it's a pointer really]
11082:
11083: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
11084: 'n' param. worked that around
11085:
11086: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
11087: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
11088: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
11089: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
11090: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
11091:
11092: Thanks for the bug report and patch.
11093:
11094: I hadn't looked at this code in a while. Reading it now, it
11095: seems to me that the tests should also be ">= MAX_DEPTH" to
11096: comply with the invariant, though that may not matter a lot. I
11097: changed that, too.
11098:
11099: Hans
11100:
11101: 2003-04-07 paf
11102:
11103: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
11104: merged from head:safe mode error message now includes numbers
11105:
11106: * src/main/execute.C: n-th attempt to make a=a work with double.
11107: problem: as_double returns it's result in fp-register compiler
11108: optimizes access to that register after b->as_double, and just
11109: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
11110: from memory. _SAME_ double values do not match here. when
11111: forced to REload fp-register, values do match.
11112:
11113: tried to make them volatile.
11114:
11115: * src/main/execute.C: n-th attempt to make a=a work with double.
11116: problem: as_double returns it's result in fp-register compiler
11117: optimizes access to that register after b->as_double, and just
11118: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
11119: from memory. _SAME_ double values do not match here. when
11120: forced to REload fp-register, values do match.
11121:
11122: tried to make them volatile.
11123:
11124: * src/types/pa_vobject.h: small style change
11125:
11126: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
11127:
11128: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
11129: mode error message now includes numbers
11130:
11131: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
11132: now causes death
11133:
11134: 2003-04-04 paf
11135:
11136: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
11137: incorportated pa_exec patch by From: "Victor Fedoseev"
11138: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
11139: Sent: Thursday, January 23, 2003 9:14 AM
11140:
11141: huge speedup on ^file::cgi with big result
11142:
11143: * src/classes/table.C: sort table with 0 rows bug fixed
11144:
11145: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
11146: fix http://i2/tasks/edit/?id=4493701604654042676
11147:
11148: @main[] $with_default[ $.a[1] $._default[default from
11149: with_default] ] ^show[$with_default]
11150:
11151: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
11152: =$to_add_to.xxx=<br>
11153:
11154: ^show[$to_add_to]
11155:
11156: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
11157: ^show[$cloned]
11158:
11159: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
11160:
11161: } <hr>
11162:
11163: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
11164: http://i2/tasks/edit/?id=4493701604654042676
11165:
11166: @main[] $with_default[ $.a[1] $._default[default from
11167: with_default] ] ^show[$with_default]
11168:
11169: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
11170: =$to_add_to.xxx=<br>
11171:
11172: ^show[$to_add_to]
11173:
11174: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
11175: ^show[$cloned]
11176:
11177: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
11178:
11179: } <hr>
11180:
11181: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
11182: http://i2/tasks/edit/?id=4507350336410850921
11183:
11184: * src/classes/xdoc.C: memory allocation func bugfix
11185: http://i2/tasks/edit/?id=4499303470368629745
11186:
11187: * src/classes/math.C: allowed random 1...
11188:
11189: * src/classes/math.C: allowed random 0..
11190:
11191: * src/main/pa_globals.C: exif mem leak
11192: http://i2/tasks/edit/?id=4480590323629807263
11193:
11194: * src/: classes/classes.dsp, main/main.dsp,
11195: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
11196: fix http://i2/tasks/edit/?id=4493946731322521294
11197: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
11198:
11199: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11200: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
11201: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
11202: links to xml libs made relative, no need to unpack parser3project
11203: to /parser3project.
11204:
11205: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
11206: column more precise - tab handling bug fixed
11207:
11208: * src/main/: compile.tab.C, compile.y: more understandable error
11209: message in case @CLASS with more then one line inside
11210:
11211: * src/targets/cgi/parser3.C: more understandable error message in
11212: case of errors in @unhandled_exception
11213:
11214: 2003-04-03 paf
11215:
1.97 moko 11216: * src/lib/Makefile.in: removed 'patches'
11217:
1.95 moko 11218: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
11219: src/main/compile.tab.C, src/main/compile.y,
11220: src/main/compile_tools.C, src/main/compile_tools.h,
11221: src/main/execute.C, src/main/pa_request.C: debug info format
11222: simplified, now it's: OP_VALUE Operation::Origin << here value*
11223:
11224: higher limits: file number (max: 255) line number (max:
11225: 64535) column number (max: 255)
11226:
11227: * src/classes/math.C: top limit
11228:
11229: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
11230: precise parse error position in case of
11231:
11232: ^bug ]
11233:
11234: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
11235: changed to realities, and passed [bug fixed]
11236:
11237: * src/: classes/op.C, include/pa_request.h, main/compile.C,
11238: main/compile.tab.C, main/compile.y, main/compile_tools.C,
11239: main/compile_tools.h, main/pa_request.C: introducing
11240: ^process...[main-method-alias]
11241:
11242: * src/: classes/date.C, classes/image.C, classes/op.C,
11243: classes/string.C, classes/table.C, classes/xdoc.C,
11244: types/pa_vmethod_frame.h: MethodParams& now [methods without
11245: params receive zero reference, but they are expected not to look
11246: there]
11247:
11248: * operators.txt, src/classes/date.C, src/classes/double.C,
11249: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
11250: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
11251: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
11252: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11253: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
11254: src/main/execute.C, src/types/pa_method.h: MethodParams& now
11255: [methods without params receive zero reference, but they are
11256: expected not to look there]
11257:
11258: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11259: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
11260: ^process...[filename] useful for better error reporting
11261: [file/line/col]
11262:
11263: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
11264: types/pa_vstring.h: slightly improved error messages text: 1. is
11265: '%s', it 2. method undefined in case of ^void[]
11266:
11267: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11268: include/pa_types.h, main/execute.C, main/pa_request.C: exception
11269: handling done. now we have error columns todo: test it
11270:
11271: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
11272: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
11273:
11274: this makes life easier: were: bad stack order -- were in
11275: exception catch unwind order, which didn't match execution order
11276:
11277: @main[] ^try{ ^first[] }{ ^throw[c;3] }
11278:
11279: @first[] ^throw[a;1]
11280:
11281: showed throw a first throw b try
11282:
11283: which is no good
11284:
11285: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11286: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
11287: trace reset after handled exception [old bug fixed]
11288:
11289: * src/main/: compile.tab.C, compile.y: parse position old bug
11290: fixed. position reporting made precise [both, in parse erros and
11291: runtime errors]
11292:
11293: 2003-04-02 paf
11294:
11295: * src/: include/pa_operation.h, include/pa_request.h,
11296: main/compile.C, main/compile.tab.C, main/compile.y,
11297: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11298: main/pa_exception.C, main/pa_request.C: debug info: started
11299: using. todo:complete
11300:
11301: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
11302: main/compile.C, main/compile.tab.C, main/compile.y,
11303: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11304: main/pa_request.C: prepared debug info todo:use it
11305:
11306: * src/include/pa_operation.h: strange mistake fixed: forgot to
11307: return Operation class->union after switching from autoptrs.
11308:
11309: * tests/: Makefile, results/108.processed, results/117.processed:
11310: meta considered OK [it's up to coder now to remove it not needed]
11311:
11312: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
11313: Dictionary constructor when moved to gc]
11314:
11315: * src/main/pa_common.C: uncommented http:// file loading
11316:
11317: * src/include/pa_array.h, src/main/execute.C,
11318: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
11319: fix [gdGrowingBuf]
11320:
11321: * configure.in, src/lib/Makefile.am: removed patches
11322:
11323: * configure, src/include/pa_config_auto.h.in,
11324: src/main/pa_charset.C: --enable-assertions autoconf-ed
11325:
11326: * src/main/pa_common.C: uncommented http:// file loading
11327:
11328: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
11329: xdoc::create/load
11330:
11331: * src/: classes/form.C, classes/hash.C, classes/image.C,
11332: classes/string.C, classes/table.C, classes/void.C,
11333: include/pa_common.h, main/pa_common.C, main/pa_request.C,
11334: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
11335: String::String(str,helper_length) are checked. found/fixed one
11336: place: $request:body now zero-terminated,
11337:
11338: * src/: classes/op.C, classes/table.C, include/pa_request.h,
11339: main/compile_tools.C, main/execute.C, types/pa_value.h,
11340: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
11341: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
11342: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11343: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
11344: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
11345: types/pa_vxnode.h: more locally scoped vars in execute (more
11346: easily optimizable)
11347:
11348: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
11349: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
11350:
11351: * src/: include/pa_array.h, include/pa_stack.h,
11352: include/pa_string.h, main/compile_tools.C, main/main.dsp,
11353: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
11354: become assertion iterator in methodframe filler
11355:
11356: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
11357: targets/cgi/parser3.C: array::get/put inlined
11358:
11359: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
11360: gc_substitute_memory_management_functions +installed CORD_oom
11361: function
11362:
11363: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
11364: src/include/pa_config_includes.h, src/include/pa_string.h,
11365: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
11366: src/targets/cgi/parser3.C: converted debug hacks to ANSI
11367: assertions started configure.in --enable-assertions
11368:
11369: 2003-04-01 paf
11370:
11371: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
11372: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
11373: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
11374: gdome uses glib memory, and stores last pointer to xmlDoc there,
11375: gc misses that and collects valid memory fixed by remembering
11376: xmlDoc from dom object in xdoc. todo: do something with
11377: premature free of xdoc with xnodes/node values referring into it
11378:
11379: * src/classes/: mail.C: typo fix
11380:
11381: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
11382: changes
11383:
11384: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
11385: main/pa_memory.C: moved memory debugging to global level: to
11386: pa_gc_malloc
11387:
11388: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
11389: debugging showed no errors. todo: debug parser memory
11390:
11391: * src/targets/cgi/: parser3.C, parser3.dsp: more build
11392: configurations
11393:
11394: * src/: classes/classes.dsp, include/pa_config_fixed.h,
11395: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
11396: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
11397: types/types.dsp: prepared xml-static configuration
11398:
11399: 2003-03-31 paf
11400:
11401: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
11402: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
11403: xml lib memory debugging, simple checks failed: it seems that
11404: library does realloc(bad ptr), and recording those ptrs in heap
11405: [for debugging] was bad: heap situation changes = everything
11406: works fine
11407:
11408: * src/: main/pa_charset.C, include/pa_charset.h: worked around
11409: xmlRegisterCharEncodingHandler limitation [currently imposed
11410: limit of 10 user-defined charsets]
11411:
11412: 2003-03-28 paf
11413:
11414: * src/main/execute.C: execution stack copied to local register
11415: variable, removed lots [~2e7) of memory accesses
11416:
11417: 2003-03-27 paf
11418:
11419: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
11420: works in debug, but fails in release todo: fix that
11421:
11422: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
11423: targets/cgi/parser3.C: forgot to merge XML memory funcs
11424: replacement from gc branch
11425:
11426: * src/main/pa_exec.C: introducing append_help_length [radical
11427: improvement here]
11428:
11429: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
11430: 'not recommened' in gc.h, on win32 noticed no difference]
11431:
11432: * src/include/pa_array.h: returned checked array get [were disabled
11433: for debugging] result:not slower [don't understand that, it were
11434: INLINED] todo: find out a way of inlining it!
11435:
11436: * src/: include/pa_string.h, lib/gc/include/gc.h,
11437: lib/gc/include/gc_fake.h, main/compile.tab.C,
11438: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
11439: convention changed: all resulting strings are zero-terminated
11440:
11441: * src/: classes/date.C, classes/file.C, classes/hash.C,
11442: classes/string.C, classes/table.C, classes/void.C,
11443: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
11444: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
11445: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
11446: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
11447: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
11448: types/pa_vfile.C, types/pa_vmail.C: introducing
11449: append_help_length [radical improvement here]
11450:
11451: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
11452: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
11453: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
11454: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
11455: even slower
11456:
11457: * src/: classes/string.C, classes/table.C, include/pa_array.h,
11458: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
11459: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
11460: clients of &get(): most to use non-ref version, some[in tight
11461: places] to get_unchecked_ref
11462:
11463: * src/doc/memory.dox: forgot to add
11464:
11465: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
11466: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
11467: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
11468: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
11469: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11470: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
11471: targets/cgi/parser3.dsp, types/pa_vmail.C,
11472: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
11473: T>>&<< removed after Stack::pop wiping removed [moved to separate
11474: func] other Array & removed
11475:
11476: 2003-03-26 paf
11477:
11478: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
11479: classes/table.C, include/pa_array.h, include/pa_charset.h,
11480: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
11481: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11482: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
11483: main/main.dsp, main/pa_charset.C, main/pa_common.C,
11484: main/pa_exec.C, main/pa_sql_driver_manager.C,
11485: main/pa_stylesheet_manager.C, main/pa_table.C,
11486: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
11487: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11488: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
11489: pre-evaluated .count() in some places
11490:
11491: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11492: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
11493: types/types.dsp: .dsp profiling updated
11494:
11495: * src/: classes/classes.dsp, lib/cord/cord.dsp,
11496: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
11497: targets/cgi/parser3.dsp, types/types.dsp: started profiling
11498:
11499: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
11500: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
11501: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
11502: use lib/gc,lib/cord
11503:
1.97 moko 11504: * acsite.m4, bin/Makefile.in, etc/Makefile.in,
11505: etc/parser3.charsets/Makefile.in, src/Makefile.in,
11506: src/classes/Makefile.am, src/classes/Makefile.in,
11507: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
11508: src/include/Makefile.in, src/include/pa_common.h,
1.95 moko 11509: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
11510: src/include/pa_config_includes.h, src/include/pa_request.h,
11511: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
11512: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.97 moko 11513: src/lib/Makefile.am, src/lib/Makefile.in,
11514: src/lib/cord/Makefile.am, src/lib/cord/Makefile.in,
1.95 moko 11515: src/lib/cord/include/Makefile.am,
1.97 moko 11516: src/lib/cord/include/Makefile.in,
11517: src/lib/cord/include/private/Makefile.am,
11518: src/lib/cord/include/private/Makefile.in,
11519: src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
11520: src/lib/pcre/Makefile.in, src/main/Makefile.am,
11521: src/main/Makefile.in, src/main/pa_exec.C, src/main/pa_string.C,
11522: src/main/untaint.C, src/sql/Makefile.in, src/targets/Makefile.in,
11523: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
11524: src/targets/isapi/Makefile.in, src/types/Makefile.am,
11525: src/types/Makefile.in, src/types/pa_vclass.h,
11526: src/types/pa_vcookie.h, src/types/pa_vform.h,
11527: src/types/pa_vhash.h, src/types/pa_vimage.h, src/types/pa_vint.h,
11528: src/types/pa_vmail.h, src/types/pa_vresponse.h,
11529: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
11530: src/types/pa_vstatus.h, src/types/pa_vtable.h,
11531: src/types/pa_vxdoc.h: configured math funcs ported pa_exec
1.95 moko 11532:
11533: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
11534:
11535: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
11536: bundled gc includes
11537:
11538: * src/: classes/op.C, include/pa_array.h,
11539: include/pa_sql_connection.h, include/pa_string.h,
11540: include/pa_version.h, main/compile.tab.C, main/compile.y,
11541: main/execute.C, main/pa_common.C, main/pa_exception.C,
11542: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
11543: targets/cgi/parser3.dsp: a number of bugfixes [while testing
11544: first real site (aval)]
11545:
11546: 2003-03-25 paf
11547:
11548: * operators.txt, src/main/pa_sql_driver_manager.C,
11549: src/types/pa_vstatus.C: $status.memory used free since_compact
11550: process
11551:
11552: * src/: include/pa_sql_connection.h, main/pa_globals.C,
11553: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
11554:
11555: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
11556:
11557: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
11558: src/types/pa_value.h, src/types/pa_vfile.h,
11559: src/types/pa_vobject.C, src/types/pa_vobject.h,
11560: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
11561: tests/results/121.processed: untaint.C L_URI
11562:
11563: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
11564: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
11565: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
11566: src/types/pa_vmemory.h: ^memory:compact[]
11567:
11568: * tests/results/109.processed: it was a bug in parser. updated 109
11569: test result
11570:
11571: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
11572:
11573: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
11574: tests/results/107.processed: fixed dom language [values are now
11575: considered tainted. it was a bug in parser. updated 107 test
11576: result
11577:
11578: * src/classes/xdoc.C: fixed transform params
11579:
11580: * src/: include/pa_stylesheet_manager.h,
11581: main/pa_stylesheet_manager.C: fixed stylesheet caching
11582:
11583: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
11584: overloads for structure handling
11585:
11586: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
11587: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
11588: StringBody(0) ambiguilty, introducting static
11589: StringBody::Format(int)
11590:
11591: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
11592: linked
11593:
11594: * src/types/pa_vxdoc.C: vxdoc compiled
11595:
11596: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
11597: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
11598: finalizers isntalled
11599:
11600: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
11601: doc/exception.dox, doc/index.dox, include/pa_charset.h,
11602: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
11603: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
11604: compiled todo: xnode.C / finalizers
11605:
11606: * src/doc/string.dox: updated: new string internals
11607:
11608: 2003-03-24 paf
11609:
11610: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11611: include/pa_charset.h, include/pa_config_fixed.h,
11612: include/pa_request.h, include/pa_stylesheet_connection.h,
11613: include/pa_stylesheet_manager.h, main/pa_charset.C,
11614: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
11615: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
11616: types/pa_vxnode.h: started XML
11617:
11618: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
11619:
11620: * src/: classes/file.C, classes/image.C, classes/mail.C,
11621: include/pa_string.h, main/pa_common.C,
11622: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
11623:
11624: * src/: classes/file.C, classes/image.C, classes/mail.C,
11625: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
11626: main/pa_request.C, main/pa_sql_driver_manager.C,
11627: types/pa_vimage.h: size_t pos everywhere checks changed to check
11628: for eq STRING_NOT_FOUND
11629:
11630: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
11631: optimize bit implemented
11632:
11633: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
11634: String::ArrayFragment::append_positions fixed
11635:
11636: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
11637: String::this_starts fixed
11638:
11639: * src/main/pa_string.C, tests/Makefile: string::pos fixed
11640:
11641: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
11642: hashcode implemented fully, including per-char callback [it can
11643: be - substr CORD node]
11644:
11645: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
11646: rewritten to rewalloc with 100byte buf ahead
11647:
11648: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
11649: src/include/pa_string.h, src/main/compile.tab.C,
11650: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
11651: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
11652: CORD_ec [bad] would rewrite as realloc now
11653:
11654: * src/: classes/date.C, classes/file.C, classes/form.C,
11655: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
11656: include/pa_cache_managers.h, include/pa_charsets.h,
11657: include/pa_common.h, include/pa_request.h,
11658: include/pa_sql_driver_manager.h, include/pa_table.h,
11659: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
11660: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
11661: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
11662: types/pa_vmail.C, types/pa_vmethod_frame.C,
11663: types/pa_vstateless_class.h: 2*2 worked :)
11664:
11665: * parser3.dsw, src/classes/date.C, src/classes/file.C,
11666: src/include/pa_exec.h, src/include/pa_string.h,
11667: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
11668: passed OK
11669:
11670: * src/: classes/hash.C, classes/string.C, classes/table.C,
11671: types/pa_value.C: all linked todo: debug
11672:
11673: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
11674: types/pa_vstateless_class.C: all compiled. todo:link
11675:
11676: * src/types/pa_wcontext.C: pa_wcontext.C compiled
11677:
11678: * src/types/pa_vtable.C: pa_vtable.C compiled
11679:
11680: * src/types/pa_vstring.C: pa_vstring.C compiled
11681:
11682: * src/types/pa_vstatus.C: pa_vstatus.C compiled
11683:
11684: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
11685: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
11686: pa_vstateless_class.C, pa_vstateless_class.h:
11687: pa_vstateless_class.C compiled
11688:
11689: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
11690: types/pa_vmath.C: pa_vmail.C compiled
11691:
11692: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
11693:
11694: * src/types/pa_vform.C: pa_vform.C compiled
11695:
11696: * src/types/pa_vfile.C: pa_vfile.C compiled
11697:
11698: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
11699: pa_vstateless_class.C: pa_vcookie.C compiled
11700:
11701: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
11702: types/pa_vhash.h: pa_value.C compiled
11703:
11704: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
11705: classes.lib main.lib compiled
11706:
11707: * src/classes/void.C: void.C compiled
11708:
11709: * src/: classes/string.C, classes/table.C, include/pa_string.h,
11710: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
11711: compiled
11712:
11713: * src/: classes/string.C, include/pa_request.h,
11714: include/pa_string.h, main/pa_string.C: string.C compiled
11715:
11716: * src/: classes/op.C, classes/string.C, classes/table.C,
11717: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
11718: main/pa_request.C, main/pa_string.C: op.C compiled
11719:
11720: * src/classes/: math.C, op.C: math.C compiled
11721:
11722: * src/: classes/mail.C, classes/string.C, classes/table.C,
11723: types/pa_vmail.h: mail.C compiled
11724:
11725: * src/classes/: int.C, table.C: int.C compiled
11726:
11727: * src/: classes/hash.C, classes/image.C, classes/string.C,
11728: classes/table.C, include/pa_memory.h, include/pa_string.h,
11729: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
11730: compiled
11731:
11732: * src/: classes/hash.C, classes/string.C, classes/table.C,
11733: classes/void.C, classes/xdoc.C, include/pa_request.h,
11734: include/pa_sql_connection.h: hash.C compiled
11735:
11736: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
11737: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
11738: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
11739: classes/math.C, classes/op.C, classes/response.C,
11740: classes/string.C, classes/table.C, classes/void.C,
11741: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
11742: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
11743: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
11744: file.C table.C compiled
11745:
11746: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
11747: main/untaint.C: main.lib compiled
11748:
11749: 2003-03-21 paf
11750:
11751: * src/: classes/op.C, include/pa_cache_managers.h,
11752: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11753: include/pa_stylesheet_manager.h, main/pa_exception.C,
11754: main/pa_globals.C, main/pa_sql_driver_manager.C,
11755: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
11756: compiled
11757:
11758: * src/: classes/hash.C, classes/image.C, classes/op.C,
11759: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
11760: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
11761: main/compile.C, main/pa_common.C, main/pa_request.C,
11762: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
11763: pa_request.C compiled
11764:
11765: * src/: classes/hash.C, classes/mail.C, classes/op.C,
11766: include/pa_request.h, main/execute.C, main/pa_request.C,
11767: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
11768: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
11769: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11770: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
11771: compiled
11772:
11773: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
11774: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
11775: on unix
11776:
11777: * src/: include/pa_charset.h, include/pa_charsets.h,
11778: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
11779: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
11780: pa_charsets.C compiled
11781:
11782: * src/: classes/image.C, classes/mail.C, classes/op.C,
11783: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
11784: main/compile.y, main/execute.C, main/pa_common.C,
11785: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
11786: types/pa_vcode_frame.h, types/pa_vimage.h,
11787: types/pa_vmethod_frame.h: execute.C compiled
11788:
11789: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11790: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11791: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11792: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
11793: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11794: include/pa_cache_managers.h, include/pa_charsets.h,
11795: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
11796: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
11797: include/pa_sql_driver_manager.h, include/pa_string.h,
11798: include/pa_stylesheet_connection.h,
11799: include/pa_stylesheet_manager.h, include/pa_table.h,
11800: main/compile.C, main/compile.tab.C, main/compile.y,
11801: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11802: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11803: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
11804: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
11805: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
11806: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11807: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11808: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
11809: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
11810: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
11811: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
11812: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11813: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11814: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
11815: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11816: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11817: types/pa_vresponse.h, types/pa_vstateless_class.C,
11818: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11819: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11820: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11821: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11822: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11823: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
11824: [C++ CORD wrapper]
11825:
11826: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
11827:
11828: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
11829: $file::exec/cgi[script; $.charset[this is script's charset]
11830:
11831: command line, env values, input got transcoded before call
11832: stdout, stderr got transcoded after call
11833:
11834: * src/classes/file.C: ^file::exec/cgi now does not pass post data
11835: by default. use: ^file::exec[...;$.stdin[$request.body]
11836:
11837: * src/main/pa_common.C: } typo bug fix
11838:
11839: * src/main/pa_common.C: } typo bug fix
11840:
11841: 2003-03-20 paf
11842:
11843: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
11844: main/untaint.C: cord bug fix, but still errors todo: clear out
11845:
11846: * src/include/pa_string.h: more tests
11847:
11848: * src/main/pa_string.C: string.pos fixed
11849:
1.97 moko 11850: * src/lib/: ltdl/Makefile.in, ltdl/config_fixed.h, ltdl/configure,
11851: ltdl/configure.in, ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h,
11852: pcre/dftables.c, pcre/get.c, pcre/internal.h, pcre/maketables.c,
11853: pcre/pcre.c, pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c:
11854: undone bad replaces
1.95 moko 11855:
11856: * src/: classes/image.C, include/pa_dictionary.h,
11857: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
11858: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
11859: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
11860: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
11861:
11862: * src/include/pa_string.h: warning
11863:
11864: * src/include/pa_string.h: this_starts fixed
11865:
11866: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
11867: new String ctor & append params convention
11868:
11869: * src/: classes/file.C, classes/hash.C, classes/image.C,
11870: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
11871: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
11872: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
11873: main/pa_exception.C, main/pa_exec.C,
11874: main/pa_sql_driver_manager.C, main/pa_string.C,
11875: main/pa_stylesheet_manager.C, main/untaint.C,
11876: targets/isapi/parser3isapi.C, types/pa_vimage.C,
11877: types/pa_vmail.C: more tests OK
11878:
11879: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
11880: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
11881: gc/exit runned OK
11882:
11883: * src/types/pa_vmail.C: another naming problem: should not name
11884: vars like that: unpredictable close caused problems with later
11885: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
11886: descriptors missing on startup: stdin; Bad file number
11887:
11888: todo: find out why so many filters(stream) here. probably wrong?
11889:
11890: * src/: include/pa_dictionary.h, include/pa_string.h,
11891: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
11892: main/untaint.C: test compiled
11893:
11894: * src/: classes/image.C, classes/mail.C, classes/math.C,
11895: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
11896: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
11897: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
11898: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
11899: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
11900: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
11901: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
11902: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
11903: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
11904:
11905: * parser3.dsw, src/classes/file.C, src/classes/image.C,
11906: src/classes/op.C, src/classes/string.C, src/classes/table.C,
11907: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
11908: src/include/pa_memory.h, src/include/pa_request.h,
11909: src/include/pa_request_charsets.h,
11910: src/include/pa_sql_connection.h, src/include/pa_string.h,
11911: src/main/compile.tab.C, src/main/execute.C,
11912: src/main/pa_charset.C, src/main/pa_common.C,
11913: src/main/pa_exception.C, src/main/pa_exec.C,
11914: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
11915: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
11916: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
11917: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
11918: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
11919: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
11920: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
11921: src/types/pa_vobject.C, src/types/pa_vresponse.C,
11922: src/types/pa_vstatus.C, src/types/pa_vstring.C,
11923: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11924: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
11925: pa_common.C [done, without http for now]
11926:
11927: 2003-03-19 paf
11928:
11929: * src/: classes/date.C, classes/form.C, classes/hash.C,
11930: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
11931: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
11932: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
11933: include/pa_string.h, include/pa_table.h, main/compile.C,
11934: main/compile_tools.C, main/execute.C, main/pa_charset.C,
11935: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
11936: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
11937: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
11938: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
11939: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
11940: types/pa_vstateless_class.h, types/pa_vtable.C,
11941: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
11942: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
11943: types/pa_wwrapper.h: started test
11944:
1.97 moko 11945: * src/lib/pcre/: Makefile.in, dftables.c, get.c, maketables.c,
11946: pcre.c, pcre.dsp, pcre.h, pcre_parser_ctype.c, study.c: restored
11947: bad replaces
1.95 moko 11948:
11949: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
11950: include/pa_string.h, main/pa_string.C: string compiled todo: test
11951: it
11952:
11953: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
11954: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
11955: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
11956: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
11957: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
11958: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
11959: types/pa_vmethod_frame.h, types/types.dsp: string
11960: reimplementation with cord+array<fragment>: 70%
11961:
11962: 2003-03-18 paf
11963:
11964: * src/: classes/date.C, classes/file.C, classes/form.C,
11965: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
11966: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
11967: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
11968: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
11969: can ignore lang in cmp and pos really, but would
11970: split properly!
11971:
11972: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
11973: cord part made parser/src/lib: it's not compiled into libgc by
11974: default
11975:
11976: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
11977: src/classes/date.C, src/classes/double.C, src/classes/file.C,
11978: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
11979: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
11980: src/classes/op.C, src/classes/response.C, src/classes/string.C,
11981: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
11982: src/classes/xnode.C, src/classes/xnode.h,
11983: src/include/Makefile.am, src/include/pa_cache_managers.h,
11984: src/include/pa_charset.h, src/include/pa_charsets.h,
11985: src/include/pa_common.h, src/include/pa_dictionary.h,
11986: src/include/pa_exception.h, src/include/pa_exec.h,
11987: src/include/pa_globals.h, src/include/pa_hash.h,
11988: src/include/pa_memory.h, src/include/pa_pool.h,
11989: src/include/pa_request.h, src/include/pa_request_charsets.h,
11990: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
11991: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
11992: src/include/pa_stylesheet_connection.h,
11993: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
11994: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
11995: src/main/compile.C, src/main/compile.tab.C,
11996: src/main/compile_tools.C, src/main/compile_tools.h,
11997: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
11998: src/main/pa_charsets.C, src/main/pa_common.C,
11999: src/main/pa_dictionary.C, src/main/pa_exception.C,
12000: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
12001: src/main/pa_pool.C, src/main/pa_request.C,
12002: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12003: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
12004: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
12005: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
12006: src/types/pa_junction.h, src/types/pa_method.h,
12007: src/types/pa_value.C, src/types/pa_value.h,
12008: src/types/pa_vclass.C, src/types/pa_vclass.h,
12009: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12010: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12011: src/types/pa_vdouble.h, src/types/pa_venv.h,
12012: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12013: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12014: src/types/pa_vimage.C, src/types/pa_vimage.h,
12015: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
12016: src/types/pa_vmath.C, src/types/pa_vmath.h,
12017: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12018: src/types/pa_vobject.C, src/types/pa_vobject.h,
12019: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12020: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12021: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12022: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12023: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12024: src/types/pa_vstring.h, src/types/pa_vtable.C,
12025: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12026: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12027: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12028: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12029: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
12030: gc: PA_Object done lots of replacements also
12031:
12032: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
12033: gc logging
12034:
12035: 2003-03-17 paf
12036:
12037: * src/: classes/date.C, classes/file.C, classes/form.C,
12038: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
12039: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
12040: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
12041: include/pa_string.h, include/pa_types.h, main/compile.C,
12042: main/compile.tab.C, main/execute.C, main/pa_charset.C,
12043: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
12044: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
12045: main/pa_sql_driver_manager.C, main/pa_string.C,
12046: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
12047: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
12048: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
12049: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
12050: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
12051: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12052: types/pa_vxnode.h: libgc attempt
12053:
12054: 2003-03-13 paf
12055:
12056: * src/: include/pa_sql_driver_manager.h,
12057: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
12058: called
12059:
12060: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
12061: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
12062: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
12063: types/pa_value.h, types/pa_vobject.h,
12064: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
12065: set_base, set_derived simplified [counter leaks fixed]
12066:
12067: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
12068: src/types/types.dsp: incorporated status class patch From:
12069: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
12070: 2003 8:14 AM
12071:
12072: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
12073: Win32 specific: QuotaPeakNonPagedPoolUsage
12074: QuotaPeakPagedPoolUsage PeakPagefileUsage]
12075:
12076: 2003-03-12 paf
12077:
1.97 moko 12078: * configure, configure.in, src/lib/ltdl/Makefile.in,
12079: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
12080: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in:
1.95 moko 12081: lib/ltdl/Makefile now created by /configure.in only [were by
12082: lib/ltdl/configure.in OVERWRITE]
12083:
1.97 moko 12084: * Makefile.in, configure, configure.in, bin/Makefile.in,
12085: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
12086: src/Makefile.in, src/classes/Makefile.in,
12087: src/include/Makefile.in, src/lib/Makefile.in,
12088: src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
12089: src/main/Makefile.in, src/sql/Makefile.in,
12090: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
12091: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
12092: src/types/Makefile.in: libstdc++ linkage fixed for g++ 3.2.2
1.95 moko 12093:
12094: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
12095: on using privately declared class [fixed]
12096:
12097: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
12098: 3.2 rightliy complained on using privately declared class [fixed]
12099:
12100: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
12101: sigpipe before request constructor now causes death
12102:
12103: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
12104: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
12105: not cause exception in exception handler
12106:
1.97 moko 12107: * Makefile.in, configure, configure.in, bin/Makefile.in,
12108: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
12109: src/Makefile.in, src/classes/Makefile.in,
12110: src/include/Makefile.in, src/lib/Makefile.in,
12111: src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
12112: src/main/Makefile.in, src/sql/Makefile.in,
12113: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
12114: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
12115: src/types/Makefile.in: configure now default links libstdc++
12116: statically. that can be overriden by --with-dynamic-stdcpp
1.95 moko 12117:
12118: 2003-03-11 paf
12119:
12120: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
12121: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
12122: necessity of libstdc++
12123:
12124: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
12125:
12126: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
12127:
12128: 2003-03-08 paf
12129:
12130: * tests/Makefile: make install & co
12131:
12132: * src/: include/pa_request.h, classes/op.C: removing
12133: vclass,object.h -> pa_request.h dependency
12134:
12135: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
12136: main/pa_request.C: removing vform,response,cookie.h ->
12137: pa_request.h dependency
12138:
12139: * src/include/pa_request.h: removing vmail.h -> pa_request.h
12140: dependency [testing...]
12141:
12142: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
12143: return 0; fixed
12144:
12145: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
12146: types/pa_vmail.h: vmail.C received just compiled [not tested]
12147:
12148: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
12149:
12150: * src/main/pa_request.C: forgotten: ifdef XML
12151:
12152: * src/main/pa_request.C: forgotten: ifdef XML
12153:
12154: * src/targets/cgi/parser3.C: todo: move to latest xml version on
12155: win32 and run memleak tests again
12156:
12157: * src/targets/cgi/parser3.C: charsets: see some strange things with
12158: old xml lib-- it's internal memory handling has faults
12159:
12160: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
12161: problems when transcode from charset A to A.
12162:
12163: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
12164: todo: still problems when transcode from charset A to A.
12165:
12166: * src/: classes/hash.C, classes/mail.C, classes/string.C,
12167: classes/table.C, include/pa_array.h,
12168: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
12169: started full-scale-site-test [~ http://parser.ru sources]
12170:
12171: some fixes
12172:
12173: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
12174: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12175: 117.html, 118.html, 119.html, 120.html, results/109.processed,
12176: results/110.processed, results/111.processed,
12177: results/112.processed, results/113.processed,
12178: results/114.processed, results/115.processed,
12179: results/116.processed, results/117.processed,
12180: results/118.processed, results/119.processed,
12181: results/120.processed: xml: tests 109 dom create/show 110 xpath
12182: selectSingle 111 xdoc.create from tainted & 112
12183: xdoc.create/output with russian attr value 113 xpath
12184: selectString/Number 114 dom attributes.count 115 xpath selectBool
12185: 116 output media-type change 117 transform by dom stylesheet 118
12186: empty transform result 119 dom setAttribute 120 nbsp letter
12187: output
12188:
12189: =END OF PREPARED XML TESTS=
12190:
12191: 2003-03-07 paf
12192:
12193: * src/classes/xdoc.C, src/include/pa_charset.h,
12194: src/include/pa_stylesheet_connection.h, tests/108.html,
12195: tests/108.xsl, tests/results/108.processed: xml: test 108
12196: transform with params [bugs fixed]
12197:
12198: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
12199: from copy/paste bug
12200:
12201: * src/classes/xdoc.C, src/include/pa_charset.h,
12202: src/include/pa_request.h, src/main/execute.C,
12203: src/main/pa_charset.C, src/main/pa_exception.C,
12204: src/main/pa_globals.C, src/main/pa_request.C,
12205: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12206: src/types/pa_vxnode.C, tests/107.html,
12207: tests/results/107.processed: xml: test: 107 bug fixes
12208:
12209: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12210: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12211: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
12212:
12213: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
12214: string
12215:
12216: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
12217: mem alloc functions used for different cases [libxml, libxsl]
12218:
12219: * src/classes/classes.C: fixed: prevent system classes from
12220: modification to lock ALL the classes, not only directly used
12221:
12222: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
12223: linked
12224:
12225: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
12226:
12227: 2003-03-06 paf
12228:
12229: * src/classes/xdoc.C: xdoc.C 50%
12230:
12231: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
12232: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
12233: main/pa_globals.C, main/pa_request.C,
12234: main/pa_stylesheet_manager.C: xnode.C compiled
12235:
12236: * src/: include/pa_stylesheet_connection.h,
12237: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
12238: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
12239:
12240: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
12241: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12242: xml: stylesheet&manager STARTED
12243:
12244: * src/: include/pa_globals.h, main/pa_charset.C,
12245: main/pa_exception.C, main/pa_globals.C: xml: exceptions
12246:
12247: * src/: include/pa_charset.h, include/pa_config_fixed.h,
12248: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
12249: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
12250: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
12251: charsets
12252:
12253: * tests/023.html: in some cases it rounded up badly. postponing
12254: solution of that problem, making more simple test
12255:
12256: * tests/: 058_paf2000.png, results/058.processed: .png added with
12257: -kb now
12258:
12259: * src/: include/pa_charset.h, include/pa_charsets.h,
12260: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
12261: moved to charsets.C
12262:
12263: 2003-03-05 paf
12264:
12265: * src/classes/string.C, src/include/pa_string.h,
12266: src/main/pa_string.C, tests/105.html,
12267: tests/results/105.processed: String::match bug fixed
12268:
12269: * src/classes/op.C, src/main/main.dsp, tests/104.html,
12270: tests/results/104.processed: ^bpt operator added [does int3 in
12271: debug build on win32]
12272:
12273: * tests/: 057.html, results/057.processed: test bug fixed
12274:
1.97 moko 12275: * src/targets/cgi/: Makefile.am, Makefile.in: linker needed more
12276: tricks to link OK
1.95 moko 12277:
12278: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
12279: missing
12280:
1.97 moko 12281: * src/: include/Makefile.am, include/Makefile.in, main/Makefile.am,
12282: main/Makefile.in, types/Makefile.am, types/Makefile.in: forgotten
12283: files added to Makes
1.95 moko 12284:
12285: * ltmain.sh: ltmain.sh added
12286:
12287: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
12288: change undone ;(
12289:
12290: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
12291: made static
12292:
12293: * src/: classes/math.C, classes/op.C, classes/string.C,
1.97 moko 12294: lib/Makefile.in, lib/md5/Makefile.in, lib/pcre/Makefile.in,
12295: main/pa_exec.C, targets/Makefile.in, targets/cgi/Makefile.am,
12296: targets/cgi/Makefile.in: gcc more happy. todo:make linker happy
1.95 moko 12297:
12298: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
12299: env param made optional
12300:
12301: 2003-03-04 paf
12302:
12303: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
12304: types/pa_vimage.h: number of gcc compiler bugs fixed
12305:
12306: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
12307: results/103.processed: tests: 103 image.copy transparence test
12308:
12309: * src/main/execute.C, tests/101.html, tests/102.html,
12310: tests/results/101.processed, tests/results/102.processed: tests:
12311: 101 method/variable name conflict test 102 form fields change
12312: should not not change anything [bug fix]
12313:
12314: * tests/: 057.html, 099.html, 100.html, results/057.processed,
12315: results/099.processed, results/100.processed: tests: 57 date
12316: create 2002: added 99,100 response:body/download
12317:
12318: * src/classes/image.C, tests/098.html, tests/098font.gif,
12319: tests/results/098.processed: test: 98 image font text [bug fixed]
12320:
12321: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
12322: tests/results/097.processed: test: 97 file::load http:// [bugs
12323: fixed]
12324:
12325: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
12326: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
12327: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
12328: image EXIF [bug fixed]
12329:
12330: * src/classes/table.C, src/main/execute.C, tests/061.dat,
12331: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
12332: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
12333: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
12334: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
12335: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
12336: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
12337: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
12338: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
12339: tests/094.html, tests/095.html, tests/results/061.processed,
12340: tests/results/062.processed, tests/results/063.processed,
12341: tests/results/064.processed, tests/results/065.processed,
12342: tests/results/066.processed, tests/results/067.processed,
12343: tests/results/068.processed, tests/results/069.processed,
12344: tests/results/070.processed, tests/results/071.processed,
12345: tests/results/072.processed, tests/results/073.processed,
12346: tests/results/074.processed, tests/results/075.processed,
12347: tests/results/076.processed, tests/results/077.processed,
12348: tests/results/078.processed, tests/results/080.processed,
12349: tests/results/081.processed, tests/results/082.processed,
12350: tests/results/083.processed, tests/results/084.processed,
12351: tests/results/085.processed, tests/results/086.processed,
12352: tests/results/087.processed, tests/results/088.processed,
12353: tests/results/089.processed, tests/results/090.processed,
12354: tests/results/091.processed, tests/results/092.processed,
12355: tests/results/093.processed, tests/results/094.processed,
12356: tests/results/095.processed, tests/079.html,
12357: tests/results/079.processed: tests: 61 file::stat size 62
12358: string->int autoconvert 63 double .int,dec,div,mul 64 date
12359: compare 65 file: basename,justname,justext 66 math:crypt 67
12360: string.match simple on long 68 string.match normalized simple on
12361: long 69 string.int 70 file::stat content-type 71 table.join 72
12362: hash parameter conditional pass 73 date daylightsaving,yearday 74
12363: date arithmetics 75 response date values/attributes 76 string.pos
12364: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
12365: with local 80 scientific numeric literal in string autoconvert 81
12366: xor: logical and numerical 82 for delims 83 menu delims 84
12367: table.hash distinct 85 long string replace 86 throw+catch
12368: current language preserve 87 bit shifts 88 junction tests +
12369: $caller test 89 hash.foreach selfmodification 90 int/void to int
12370: 91 $caller test 92 junction is + def junction tests 93 $caller
12371: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
12372:
12373: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
12374: fixed] 60 string eq string [bug fixed]
12375:
12376: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
12377: 058.html, 058_paf2000.png, 059.html, 060.html,
12378: results/053.processed, results/054.processed,
12379: results/055.processed, results/056.processed,
12380: results/057.processed, results/058.processed,
12381: results/059.processed, results/060.processed: test: 53
12382: string.replace 54 junctions 55 table.hash 56 call indirect 57
12383: date.create[string] 58 image.measure[png]
12384:
12385: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
12386: outputs/051.processed, results/052.processed: test: 52
12387: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
12388: task: fix that
12389:
12390: 2003-03-03 paf
12391:
12392: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
12393: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
12394: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
12395: outputs/049.processed, outputs/050.processed,
12396: outputs/051.processed, results/001.processed,
12397: results/002.processed, results/003.processed,
12398: results/005.processed, results/006.processed,
12399: results/008.processed, results/009.processed,
12400: results/011.processed, results/012.processed,
12401: results/013.processed, results/014.processed,
12402: results/015.processed, results/016.processed,
12403: results/017.processed, results/020.processed,
12404: results/021.processed, results/022.processed,
12405: results/024.processed, results/025.processed,
12406: results/026.processed, results/027.processed,
12407: results/028.processed, results/029.processed,
12408: results/030.processed, results/031.processed,
12409: results/049.processed, results/050.processed,
12410: results/051.processed, results/043.processed,
12411: results/044.processed, results/045.processed,
12412: results/046.processed, results/047.processed,
12413: results/048.processed: tests: 43,44,45 date rolls 46
12414: autoevaluating junction 47 table.select 48 name with subvar 49
12415: hash-creating switch 50 process 51 started parent/child, works as
12416: it were but it were NOT GOOD, created separate task to fix that
12417:
12418: * tests/: 042.html, results/042.processed: test: 42
12419: exception.handled
12420:
12421: * tests/: 041.html, results/041.processed: test: 41 table.locate by
12422: expression
12423:
12424: * tests/: 040.html, results/040.processed: test: 39 method result
12425: of type table 40 method param junction auto evaluate
12426:
12427: * tests/: 039.html, results/039.processed: test: 37 method result
12428: of type table
12429:
12430: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
12431: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
12432: tests/038.html, tests/results/033.processed,
12433: tests/results/034.processed, tests/results/035.processed,
12434: tests/results/036.processed, tests/results/037.processed,
12435: tests/results/038.processed: tests: 33 string.replace 34
12436: string.upper 35 table created 36 local/global vars with juntions
12437: 37 table clone 38 math PI & number formatting
12438:
12439: math class registring typo fixed
12440:
12441: * src/classes/op.C, src/include/pa_request.h,
12442: src/include/pa_string.h, src/main/execute.C,
12443: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
12444: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
12445: tests/032.html, tests/results/032.processed: uchar changed to
12446: String_UL in all places [was not everywhere] untaint test: 032
12447:
12448: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
12449: tests/results/004.processed, tests/parser-cygwin.sh,
12450: tests/parser-unix.sh: removed -H command line key, now testing
12451: using .sh file with SERVER_SOFTWARE=xxx
12452:
12453: 2003-02-26 paf
12454:
12455: * src/main/execute.C, src/types/pa_vstateless_class.h,
12456: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
12457: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
12458: tests/results/024.processed, tests/results/025.processed,
12459: tests/results/026.processed, tests/results/027.processed,
12460: tests/results/028.processed, tests/results/029.processed,
12461: tests/results/030.processed, tests/results/031.processed: fixed
12462: bug with name_cstr mutable CharPtr more tests
12463:
12464: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
12465: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
12466: << abort. die now just exits
12467:
12468: * src/classes/classes.awk, src/classes/classes.h,
12469: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12470: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12471: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12472: src/classes/op.C, src/classes/response.C, src/classes/string.C,
12473: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
12474: src/classes/xnode.C, src/include/pa_memory.h,
12475: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
12476: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
12477: src/types/pa_vform.C, tests/015.html, tests/016.html,
12478: tests/017.html, tests/018.html, tests/019.html,
12479: tests/019paf2001.gif, tests/020.html, tests/021.html,
12480: tests/022.html, tests/023.html, tests/022_dir/a.html,
12481: tests/022_dir/b.txt, tests/022_dir/c.htm,
12482: tests/results/015.processed, tests/results/016.processed,
12483: tests/results/017.processed, tests/results/018.processed,
12484: tests/results/019.processed, tests/results/020.processed,
12485: tests/results/021.processed, tests/results/022.processed,
12486: tests/results/023.processed: methoded_array now contains all Mxxx
12487: classes SAPI::get_env now returns info on pool more tests
12488:
12489: * src/include/pa_array.h, src/include/pa_hash.h,
12490: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
12491: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
12492: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
12493: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
12494: tests/014.html, tests/Makefile, tests/outputs/create-dir,
12495: tests/results/001.processed, tests/results/002.processed,
12496: tests/results/003.processed, tests/results/004.processed,
12497: tests/results/005.processed, tests/results/006.processed,
12498: tests/results/007.processed, tests/results/008.processed,
12499: tests/results/009.processed, tests/results/010.processed,
12500: tests/results/011.processed, tests/results/012.processed,
12501: tests/results/013.processed, tests/results/014.processed: hash
12502: cloning fixed
12503:
12504: 2003-02-25 paf
12505:
12506: * src/main/pa_common.C: typo fixed
12507:
12508: 2003-02-24 paf
12509:
12510: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
12511: [one remained]
12512:
12513: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
12514: [should have been get_string(&pool)] todo: check other such calls
12515:
12516: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
12517: test10, bad lookups
12518:
12519: xxx* xxx=smartptr.get(); << is bad style, after ";" original
12520: object got destructed, and xxx points to sky
12521:
12522: * ChangeLog, src/classes/string.C: match bug fixed
12523:
12524: * src/types/pa_vmail.C: body [text/html] transcoded to
12525: $.charset[specified] now
12526:
12527: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
12528: which failed to handle sigsetjmp+throw: crashed inside of
12529: pre-throw code. rewritten simplier [though duplicating
12530: closesocket code]
12531:
12532: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
12533: which failed to handle sigsetjmp+throw: crashed inside of
12534: pre-throw code. rewritten simplier [though duplicating
12535: closesocket code]
12536:
12537: 2003-02-21 paf
12538:
12539: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
12540: $cookie:name[$.expires[date << can be now]]
12541:
12542: written makefile with regression tests [raw]
12543:
12544: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
12545: tests' only [it's not forcing CGI mode now] now use -H to output
12546: CGI header when parser used in command line [useful for tests
12547: also]
12548:
12549: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
12550: switches on CGI mode, and is used in regression tests
12551:
12552: * src/: include/pa_request.h, main/pa_request.C,
12553: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
12554: fixed
12555:
12556: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
12557: handling pa_*
12558:
12559: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
12560: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
12561: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
12562: memory handling files
12563:
12564: * src/main/pa_array.C: pool::format_integer terminator fixed
12565:
12566: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
12567: compiles OK test to show benefits of free
12568:
12569: * src/: classes/file.C, classes/image.C, classes/mail.C,
12570: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
12571: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
12572: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
12573: use pool [as the one in ^process]
12574:
12575: * src/classes/op.C: fixed process. sould now check for all cstr's
12576: -- some must use pool [as the one in ^process]
12577:
12578: 2003-02-20 paf
12579:
12580: * src/: classes/date.C, classes/double.C, classes/file.C,
12581: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
12582: classes/math.C, classes/op.C, classes/response.C,
12583: classes/string.C, classes/table.C, classes/void.C,
12584: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
12585: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
12586: string cmp fixed
12587:
12588: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
12589: values passed OK now
12590:
12591: 2003-02-19 paf
12592:
12593: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
12594: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
12595: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
12596: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
12597: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
12598: all remaning leaks resulted from pooled::malloc calls [excluding
12599: in gd -- planning complete rewrite extremely ugly code]
12600:
12601: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
12602: files
12603:
12604: 2003-02-17 paf
12605:
12606: * src/: classes/date.C, classes/double.C, classes/file.C,
12607: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12608: classes/response.C, classes/string.C, classes/table.C,
12609: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
12610: include/pa_stylesheet_connection.h,
12611: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
12612: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
12613: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
12614: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
12615: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
12616: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
12617: of unitialized simple-typed field
12618:
12619: * src/: classes/classes.C, classes/classes.h, main/execute.C,
12620: main/pa_charset.C, main/pa_request.C: another bug of unitialized
12621: simple-typed field fixed. todo: find&kill all like that one
12622:
12623: * src/: main/execute.C, targets/cgi/pa_pool.C,
12624: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
12625: debug output fixed
12626:
12627: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
12628: main/pa_request.C: stack-stored items need extra .ref to prevent
12629: object_ptr from delete[them]
12630:
12631: * src/: classes/date.C, classes/op.C, classes/table.C,
12632: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
12633: include/pa_charset.h, main/Makefile.am, main/main.dsp,
12634: main/pa_charset.C, main/pa_common.C,
12635: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
12636: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
12637: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
12638: calls
12639:
12640: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
12641: couple mem leaks rusulted from old pooled::malloc usage.
12642: todo:find more like those
12643:
12644: * src/main/: compile.C, compile_tools.C: 2*2!
12645:
12646: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
12647: stackItem fixed [there were no string on stack before]
12648:
12649: * src/: main/execute.C, main/pa_request.C,
12650: types/pa_vmethod_frame.C: first letters out OK
12651:
12652: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
12653: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
12654: main/pa_string.C, main/untaint.C, types/pa_value.h,
12655: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
12656: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
12657: type not initialized with zeros :( while class fields of class
12658: types initialized with default constructors. learn C++
12659:
12660: * src/: classes/classes.awk, classes/double.C, classes/file.C,
12661: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
12662: classes/math.C, classes/xdoc.C, classes/xnode.C,
12663: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
12664: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
12665:
12666: 2003-02-14 paf
12667:
12668: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
12669: 13 link errors
12670:
12671: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
12672: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
12673: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12674: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
12675: errors :)
12676:
12677: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
12678: classes/hash.C, classes/mail.C, classes/op.C,
12679: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
12680: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
12681: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
12682: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
12683:
12684: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
12685: classes/table.C, include/pa_common.h, include/pa_globals.h,
12686: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
12687: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
12688: types/pa_vint.h, types/types.dsp: op compiled
12689:
12690: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
12691: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
12692: main/untaint.C, types/pa_vtable.h: string, response compiled
12693:
12694: 2003-02-07 paf
12695:
12696: * src/: classes/table.C, types/pa_vtable.h: table compiled
12697:
12698: 2003-02-06 paf
12699:
12700: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
12701: mail compiled
12702:
12703: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
12704: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
12705: types/pa_vfile.h, types/pa_vimage.h: image compiled
12706:
12707: * src/classes/: file.C, form.C: form compiled
12708:
12709: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
12710: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
12711: types/pa_vfile.C, types/pa_vfile.h: file compiled
12712:
12713: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
12714: types/pa_vmath.h: math compiled [win32]
12715:
12716: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
12717: types/pa_vstring.h: hash compiled
12718:
12719: 2003-02-04 paf
12720:
12721: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
12722: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
12723: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
12724: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
12725: types/pa_vhash.h: hash 50% compiled
12726:
12727: * src/: classes/date.C, classes/file.C, classes/hash.C,
12728: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
12729: classes/string.C, classes/table.C, classes/xdoc.C,
12730: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
12731: main/pa_string.C: date compiled
12732:
12733: * src/classes/: classes.dsp, double.C: double compiled
12734:
12735: * src/: classes/date.C, classes/double.C, classes/file.C,
12736: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
12737: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
12738: classes/string.C, classes/table.C, classes/void.C,
12739: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
12740: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
12741: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
12742: compiled
12743:
12744: * src/: classes/date.C, classes/double.C, classes/file.C,
12745: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
12746: classes/math.C, classes/op.C, classes/response.C,
12747: classes/string.C, classes/table.C, classes/void.C,
12748: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12749: types/pa_vvoid.h: void compiled :)
12750:
12751: * src/: include/pa_globals.h, main/pa_cache_managers.C,
12752: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12753: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
12754: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
12755: main/pa_string.C, main/pa_uue.C, main/untaint.C,
12756: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
12757: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
12758: types/pa_vresponse.C, types/pa_vstateless_class.C,
12759: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
12760: types/pa_wcontext.C, types/types.dsp: removed stupid
12761: value_includes.h
12762:
12763: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
12764: trying to remove stupid value_includes.h
12765:
12766: * src/main/pa_exec.C: pa_exec compiled on win32
12767:
12768: * src/main/pa_exec.C: libmain.a compiled on six [unix]
12769:
12770: * src/: include/pa_globals.h, include/pa_request.h,
12771: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
12772: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
12773: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
12774: types/pa_vrequest.C, types/pa_vstateless_class.C,
12775: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
12776:
12777: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
12778: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
12779: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
12780:
12781: * src/: include/pa_array.h, include/pa_config_includes.h,
12782: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
12783: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
12784: compiled
12785:
12786: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
12787: name conflicts)
12788:
12789: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
12790: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
12791: yelds "virtual memory exhausted" while trying to compile
12792: execute.C [eating up to 127MB]
12793:
12794: 2003-02-03 paf
12795:
12796: * src/: include/pa_config_includes.h, include/pa_hash.h,
12797: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
12798: main/pa_common.C, types/pa_value.C, types/pa_value.h,
12799: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
12800: types/pa_vint.h, types/pa_vjunction.h,
12801: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
12802: started gcc compiling pa_common compiled
12803:
12804: * src/: include/pa_exception.h, include/pa_pool.h,
12805: main/pa_exception.C: exception gcc change #1
12806:
1.97 moko 12807: * src/include/: Makefile.am, Makefile.in, pa_hash.h, pa_pool.h: gcc
12808: refused to compile _P identifier. it replaced it to some strange
12809: 0x0000040
1.95 moko 12810:
12811: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
12812:
12813: * src/types/pa_vtable.C: vtable compiled
12814:
12815: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
12816:
12817: * src/: include/pa_cache_managers.h, main/pa_request.C,
12818: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
12819:
12820: * src/types/pa_vstateless_class.C: vstateless_class compiled
12821:
12822: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
12823:
12824: * src/types/pa_vrequest.C: vrequest compiled
12825:
12826: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
12827: pa_vobject.C, pa_vobject.h: vobject compiled
12828:
12829: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
12830: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
12831: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
12832: compiled
12833:
12834: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
12835:
12836: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
12837: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
12838: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
12839: compiled
12840:
12841: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12842: main.lib - 0 error(s), 0 warning(s)
12843:
12844: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
12845: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
12846:
12847: 2003-01-31 paf
12848:
12849: * src/: include/pa_array.h, include/pa_operation.h,
12850: include/pa_request.h, main/execute.C, main/main.dsp,
12851: types/pa_vjunction.h: started last file from main library:
12852: execute
12853:
12854: * src/: include/pa_request.h, include/pa_sapi.h,
12855: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12856: main/pa_request.C, targets/cgi/parser3.C,
12857: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
12858: types/pa_vhash.h: pa_request compiled
12859:
12860: * src/: classes/op.C, classes/string.C, include/pa_common.h,
12861: include/pa_globals.h, include/pa_request.h,
12862: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
12863: main/execute.C, main/main.dsp, main/pa_common.C,
12864: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
12865: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
12866: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
12867: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
12868: types/types.dsp: most pa_request compiled
12869:
12870: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12871: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12872: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12873: classes/op.C, classes/response.C, classes/string.C,
12874: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
12875: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
12876: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12877: include/pa_config_fixed.h, include/pa_config_includes.h,
12878: include/pa_dictionary.h, include/pa_dir.h,
12879: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12880: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
12881: include/pa_pool.h, include/pa_request.h,
12882: include/pa_request_charsets.h, include/pa_request_info.h,
12883: include/pa_sapi.h, include/pa_socks.h,
12884: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12885: include/pa_stack.h, include/pa_string.h,
12886: include/pa_stylesheet_connection.h,
12887: include/pa_stylesheet_manager.h, include/pa_table.h,
12888: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12889: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
12890: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
12891: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
12892: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
12893: main/compile.C, main/compile.tab.C, main/compile.y,
12894: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12895: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
12896: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
12897: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
12898: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
12899: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12900: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12901: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
12902: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
12903: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12904: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
12905: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12906: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
12907: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
12908: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
12909: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12910: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12911: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12912: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
12913: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
12914: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
12915: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12916: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12917: types/pa_vresponse.h, types/pa_vstateless_class.C,
12918: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12919: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12920: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12921: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12922: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12923: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
12924:
12925: * ChangeLog, src/classes/classes.h, src/classes/op.C,
12926: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12927: src/include/pa_charsets.h, src/include/pa_common.h,
12928: src/include/pa_dictionary.h, src/include/pa_exception.h,
12929: src/include/pa_exec.h, src/include/pa_pool.h,
12930: src/include/pa_request.h, src/include/pa_sapi.h,
12931: src/include/pa_sql_connection.h,
12932: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
12933: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
12934: src/main/compile.tab.C, src/main/compile_tools.C,
12935: src/main/compile_tools.h, src/main/main.dsp,
12936: src/main/pa_charset.C, src/main/pa_charsets.C,
12937: src/main/pa_common.C, src/main/pa_dictionary.C,
12938: src/main/pa_exception.C, src/main/pa_exec.C,
12939: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12940: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
12941: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
12942: src/types/pa_vclass.h, src/types/pa_vcookie.C,
12943: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12944: src/types/pa_vdouble.h, src/types/pa_venv.h,
12945: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
12946: src/types/pa_vhash.h, src/types/pa_vimage.C,
12947: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
12948: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
12949: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12950: src/types/pa_vobject.C, src/types/pa_vobject.h,
12951: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12952: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12953: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12954: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
12955: src/types/pa_vstring.h, src/types/pa_vtable.h,
12956: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
12957: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
12958: died, long live StringPtr
12959:
12960: 2003-01-30 paf
12961:
12962: * src/: include/pa_charset.h, include/pa_request.h,
12963: include/pa_sql_driver_manager.h, main/compile.tab.C,
12964: main/compile.y, main/compile_tools.h, main/pa_request.C,
12965: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
12966:
12967: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
12968: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
12969: types/pa_vhash.h, types/pa_vmethod_frame.h,
12970: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12971: types/types.dsp: vstateless_class compiled
12972:
12973: * src/main/compile.C: compile compiled
12974:
12975: * src/: include/pa_array.h, include/pa_operation.h,
12976: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
12977: main/pa_table.C: compile_tools compiled
12978:
12979: * src/: include/pa_operation.h, main/compile.y,
12980: main/compile_tools.C, main/compile_tools.h: started
12981: compile_tools. vagues ideas of how to free compiled code
12982:
12983: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
12984: main/main.dsp, types/pa_value.C, types/pa_value.h,
12985: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
12986: compiled
12987:
12988: 2003-01-29 paf
12989:
12990: * src/: include/pa_globals.h, include/pa_request.h,
12991: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
12992: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
12993: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
12994: compiled
12995:
12996: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
12997: now
12998:
12999: * src/: include/pa_array.h, include/pa_exception.h,
13000: include/pa_pool.h, main/pa_exception.C: gd compiled
13001:
13002: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
13003: compiled
13004:
13005: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
13006: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
13007: types/pa_vfile.h: vfile compiled
13008:
13009: * src/: include/pa_common.h, include/pa_globals.h,
13010: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
13011: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
13012: types/pa_vform.C, types/pa_vform.h: vcookie compiled
13013:
13014: * src/: include/pa_exception.h, main/pa_cache_managers.C,
13015: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
13016: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
13017: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13018: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
13019:
13020: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
13021: main/main.dsp, main/untaint.C: more compiled
13022:
13023: * src/: include/pa_charsets.h, include/pa_request.h,
13024: include/pa_request_info.h, include/pa_string.h,
13025: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
13026: types/pa_vresponse.h: vrequest compiled
13027:
13028: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
13029: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
13030: pa_vresponse.h, pa_wcontext.h: vrequest compiled
13031:
13032: * src/: classes/classes.h, include/pa_charset.h,
13033: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
13034: include/pa_request.h, include/pa_string.h, main/main.dsp,
13035: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
13036: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
13037: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
13038: types/pa_vrequest.C, types/pa_vrequest.h,
13039: types/pa_vstateless_class.h, types/pa_vstring.h,
13040: types/pa_vvoid.h: vrequest,vdouble,vint compiled
13041:
13042: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
13043: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13044: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
13045: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
13046: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13047: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
13048: types/pa_vobject.h, types/pa_vstateless_class.h,
13049: types/pa_vstateless_object.h, types/pa_vstatus.h,
13050: types/pa_vstring.h, types/types.dsp: vmath compiled
13051:
13052: 2003-01-28 paf
13053:
13054: * src/: classes/classes.h, classes/date.C, classes/file.C,
13055: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
13056: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
13057: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
13058: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
13059: compile_tools
13060:
13061: * src/: include/pa_charset.h, include/pa_exception.h,
13062: include/pa_request.h, include/pa_string.h, main/untaint.C:
13063: untaint compiled
13064:
13065: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
13066: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
13067: more compiled. struck with string::store_to needing to know
13068: source/client charsets
13069:
13070: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
13071: types/pa_vfile.h: uue compiled
13072:
13073: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
13074: table compiled
13075:
13076: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13077: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
13078:
13079: * src/: include/pa_charset.h, main/pa_charset.C,
13080: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
13081: introduced]
13082:
13083: * src/: classes/date.C, include/pa_charset.h,
13084: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
13085: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
13086: pa_charsets compiled
13087:
13088: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
13089: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
13090:
13091: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
13092: common compiled
13093:
13094: * src/: include/pa_charsets.h, main/pa_charsets.C,
13095: main/pa_sql_driver_manager.C: pa_charsets compiled
13096:
13097: * src/: include/pa_array.h, include/pa_charset.h,
13098: include/pa_charsets.h, include/pa_pool.h,
13099: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13100: include/pa_stack.h, include/pa_string.h,
13101: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
13102: sql_driver_manager compiled
13103:
13104: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
13105: letter i with two dots added to koi, all ukranian letters added
13106: to win1251.
13107:
13108: typographic simbol 0xb9 deleted from win1251 [strange one & were
13109: abscent from koi]
13110:
13111: 2003-01-27 paf
13112:
13113: * src/: include/pa_exception.h, include/pa_sql_connection.h,
13114: include/pa_sql_driver_manager.h, include/pa_string.h,
13115: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
13116: sql/pa_sql_driver.h: paused on sql_manager
13117:
13118: * src/: include/pa_cache_managers.h, include/pa_pool.h,
13119: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13120: include/pa_stack.h, main/pa_sql_driver_manager.C,
13121: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
13122:
13123: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
13124: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13125: include/pa_table.h, main/pa_sql_driver_manager.C,
13126: main/pa_table.C: table compiled
13127:
13128: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
13129: cache_managers compiled
13130:
13131: * src/: include/pa_array.h, include/pa_charset.h,
13132: include/pa_pool.h, main/pa_charset.C: charset compiled
13133:
13134: * src/: include/pa_pool.h, main/pa_common.C: common compiled
13135:
13136: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
13137: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
13138: main/pa_string.C, types/pa_value.C, types/pa_value.h,
13139: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
13140: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
13141:
13142: 2003-01-24 paf
13143:
13144: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
13145: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
13146: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
13147: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
13148: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
13149: types/pa_vint.h, types/pa_vjunction.h,
13150: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13151: types/pa_vstatus.h, types/pa_vstring.h: more patched
13152:
13153: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
13154: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
13155: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
13156: main/pa_string.C, main/pa_table.C: string compiled
13157:
13158: * src/: include/pa_array.h, include/pa_common.h,
13159: include/pa_dictionary.h, include/pa_exception.h,
13160: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
13161: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
13162: main/pa_string.C: dictionary compiled
13163:
13164: 2003-01-23 paf
13165:
13166: * src/: include/pa_array.h, include/pa_common.h,
13167: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
13168: include/pa_request.h, include/pa_string.h, main/pa_common.C,
13169: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
13170: types/pa_value.h: resurrected pool in new sense: now it's
13171: factory, producing&accounting memory chunks for read[autofree]
13172: buffers
13173:
13174: * src/: include/pa_array.h, include/pa_exception.h,
13175: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
13176: main/pa_exception.C, main/pa_table.C: table compiled
13177:
13178: * src/: classes/image.C, classes/op.C, include/pa_array.h,
13179: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
13180: include/pa_pool.h, include/pa_pragma_pack_begin.h,
13181: include/pa_pragma_pack_end.h, include/pa_sapi.h,
13182: include/pa_string.h, include/pa_table.h, include/pa_types.h,
13183: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
13184: main/pa_table.C: aint that easy
13185:
13186: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
13187: main/main.dsp: continued with Hash
13188:
13189: * src/main/pa_common.C: connect_string allocated on heap[wes on
13190: stack] now. and exception can be reported OK now [can be reported
13191: outside of pro c with that stack]
13192:
13193: 2003-01-22 paf
13194:
13195: * src/: include/pa_array.h, include/pa_charset.h,
13196: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
13197: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
13198: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
13199: base: contains references_count. auto_ptr template calls
13200: add_ref/release
13201:
13202: 2003-01-21 paf
13203:
13204: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13205: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13206: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13207: classes/op.C, classes/response.C, classes/string.C,
13208: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
13209: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
13210: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13211: include/pa_config_fixed.h, include/pa_config_includes.h,
13212: include/pa_dictionary.h, include/pa_dir.h,
13213: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13214: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
13215: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
13216: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
13217: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13218: include/pa_stack.h, include/pa_string.h,
13219: include/pa_stylesheet_connection.h,
13220: include/pa_stylesheet_manager.h, include/pa_table.h,
13221: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13222: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13223: lib/pcre/pcre_parser_ctype.c, main/compile.C,
13224: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13225: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
13226: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
13227: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
13228: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
13229: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13230: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13231: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
13232: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
13233: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
13234: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
13235: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
13236: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13237: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13238: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13239: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13240: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13241: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
13242: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13243: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
13244: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13245: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13246: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13247: types/pa_vstateless_object.h, types/pa_vstatus.C,
13248: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13249: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
13250: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13251: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
13252: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
13253: 2002->2003
13254:
13255: 2003-01-16 paf
13256:
13257: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13258: src/main/pa_globals.C: http:// introducing $.any-status(1)
13259:
13260: * operators.txt, src/include/pa_config_fixed.h,
13261: src/main/pa_common.C: http request now return status. and not
13262: fail on status!=200
13263:
1.97 moko 13264: * bin/Makefile.in, etc/Makefile.in,
13265: etc/parser3.charsets/Makefile.in, src/Makefile.in,
13266: src/classes/Makefile.in, src/include/Makefile.in,
13267: src/lib/Makefile.in, src/lib/md5/Makefile.in,
13268: src/lib/pcre/Makefile.in, src/main/Makefile.in,
13269: src/sql/Makefile.in, src/targets/Makefile.in,
13270: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
13271: src/types/Makefile.in: proper AC_LANG_ switching to fix qsort
13272: detection bug
13273:
1.95 moko 13274: 2003-01-15 paf
13275:
13276: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
13277:
13278: 2003-01-14 paf
13279:
13280: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
13281: mkinstalldirs: removed some ancient files [they in / really]
13282:
13283: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
13284: regretfully needed patch in two places. in config_fixed.h made
13285: stubs for lib to compile in MSVC
13286:
13287: 2003-01-13 paf
13288:
13289: * config.guess, config.sub, ltmain.sh: removed last piece of
13290: configure.in(libtool) hacks
13291:
1.97 moko 13292: * src/lib/ltdl/: COPYING.LIB, Makefile.in, acinclude.m4, config.h,
1.95 moko 13293: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
13294: ltdl.h: moved to latest libtool (1.4.3)
13295:
13296: 2003-01-10 paf
13297:
13298: * src/lib/ltdl/: configure, configure.in: PROG_NM
13299:
13300: * src/main/pa_globals.C: moved to latest xml lib versions, changed
13301: patches. libxml2 >= 2.5.1
13302: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
13303: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
13304: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
13305:
13306: * INSTALL: moved to latest versions of xml libs libxml2 >=
13307: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
13308: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
13309: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
13310:
13311: 2003-01-09 paf
13312:
13313: * INSTALL: xml,xslt,gdome lib urls updated
13314:
13315: * config.guess, config.sub, missing, mkinstalldirs,
1.97 moko 13316: bin/Makefile.in, etc/Makefile.in,
13317: etc/parser3.charsets/Makefile.in, src/Makefile.in,
13318: src/classes/Makefile.in, src/include/Makefile.in,
13319: src/include/pa_config_auto.h.in, src/lib/Makefile.in,
13320: src/lib/ltdl/Makefile.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 13321: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.97 moko 13322: src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
13323: src/main/Makefile.in, src/sql/Makefile.in,
13324: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
13325: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
13326: src/types/Makefile.in: moved to autoconf 2.57 & automake 1.7.2
1.95 moko 13327:
13328: * depcomp: moving to automake 1.7.2
13329:
13330: 2002-12-27 paf
13331:
13332: * src/include/pa_version.h: 0007
13333:
13334: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
13335: outdated parts, made links to language docs
13336:
13337: * src/include/pa_config_auto.h.in: comment
13338:
13339: 2002-12-26 paf
13340:
13341: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
13342: not contain trailing / fixed.
13343:
13344: * INSTALL: changing SAFE_MODE politics
13345:
13346: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
13347:
13348: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
13349:
13350: 2002-12-25 paf
13351:
13352: * src/main/pa_globals.C: optimized-xml
13353:
13354: * src/main/pa_globals.C: optimized-as-is
13355:
13356: 2002-12-24 paf
13357:
13358: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
13359: fixed [were really called with zero size when .html?a=&b=]
13360:
13361: * src/classes/mail.C: $MAIL in @conf now invalid when configured
13362: with --with-sendmail
13363:
13364: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
13365: fixed]
13366:
13367: 2002-12-23 paf
13368:
13369: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
13370: ignoring parameters & were storing only string with default
13371: expires
13372:
13373: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
13374: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
13375: December 23, 2002 4:22 AM Subject: bug â
13376: Charset::transcode_buf2xchar
13377:
13378: 2002-12-20 paf
13379:
13380: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
13381: non-cgi [script] runs
13382:
13383: 2002-12-19 paf
13384:
13385: * INSTALL: --without-iconv recommended [it crashes on some systems
13386: [tested on elik]] moreover, it's not needed there [parser
13387: registers charsets itself]
13388:
13389: * INSTALL: --without-iconv recommended [it crashes on some systems
13390: [tested on elik]]
13391:
13392: * operators.txt, src/include/pa_globals.h,
13393: src/include/pa_request.h, src/main/pa_globals.C,
13394: src/main/pa_request.C: $response:download
13395:
13396: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
13397: compiler [win32]].
13398:
13399: 2002-12-18 paf
13400:
13401: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
13402:
13403: 2002-12-17 paf
13404:
13405: * src/targets/cgi/parser3.C: merged die&iis changes
13406:
13407: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
13408: to exit(1) 2. more flexible iilegal call check
13409:
13410: 2002-12-16 paf
13411:
1.97 moko 13412: * Makefile.in: ltmain.sh silly required for stupid automake added
13413:
1.95 moko 13414: * ltmain.sh: some automakes silly insist on having this handy
13415:
13416: * src/main/untaint.C: filespec russian small 'r' changed to latin
13417: 'p' bug fix
13418:
13419: 2002-12-15 paf
13420:
13421: * src/main/untaint.C: filespec russian small 'r' changed to latin
13422: 'p'
13423:
13424: * configure.in, src/include/pa_config_auto.h.in,
13425: src/main/compile.C, src/main/pa_common.C: merged small changes
13426: from branch 6 to HEAD
13427:
13428: * src/main/compile.C: removed warning
13429:
13430: * src/main/pa_common.C: ftruncate having checked
13431:
13432: * configure.in, src/include/pa_version.h: new version
13433:
13434: 2002-12-14 paf
13435:
13436: * src/classes/table.C: removed unnecessary code
13437:
13438: * src/sql/pa_sql_driver.h: exception type fixed
13439:
13440: 2002-12-09 paf
13441:
13442: * src/types/pa_vvoid.h: $void.store[now] error
13443:
13444: * src/targets/cgi/parser3.C: ::die now tries to write core dump
13445:
13446: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
13447: tries to write core dump
13448:
13449: * src/targets/cgi/parser3.C: ::die now tries to write core dump
13450:
13451: * src/: classes/hash.C, classes/string.C, classes/table.C,
13452: classes/void.C, main/pa_sql_driver_manager.C,
13453: sql/pa_sql_driver.h: changed exception handling mech in sql
13454: handlers #2
13455:
13456: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
13457: exception handling mech in sql handlers
13458:
13459: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
13460: handlers
13461:
13462: * src/: classes/hash.C, classes/string.C, classes/table.C,
13463: classes/void.C, main/pa_sql_driver_manager.C,
13464: sql/pa_sql_driver.h: changed exception handling mech in sql
13465: handlers
13466:
1.97 moko 13467: * configure.in, bin/Makefile.in, etc/Makefile.in,
13468: etc/parser3.charsets/Makefile.in, src/Makefile.in,
13469: src/classes/Makefile.in, src/include/Makefile.in,
13470: src/lib/Makefile.in, src/lib/ltdl/Makefile.in,
13471: src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
13472: src/main/Makefile.in, src/sql/Makefile.in,
13473: src/targets/Makefile.in, src/targets/cgi/Makefile.in,
13474: src/targets/isapi/Makefile.in, src/types/Makefile.in: removed
13475: configure.in:AC_LIBTOOL, it caused automake to write makefile
13476: which used libtool to install things, which is not needed
1.95 moko 13477:
13478: 2002-12-06 paf
13479:
13480: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
13481: $hash.fields -- pseudo field to make 'hash' more like 'table'
13482:
13483: 2002-12-05 paf
13484:
13485: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
13486: cc/bcc OK now
13487:
13488: * src/main/untaint.C: mail header closed properly
13489:
13490: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
13491: header ',' allowed. still bugs in smtp [only one receiptient
13492: works, cc, bcc ignored now, and MAILED ;)]
13493:
13494: [strncpy killed, memnchr used]
13495:
13496: * src/main/pa_table.C: table-copy now current=0
13497:
13498: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
13499: lowlevel proc
13500:
13501: * src/targets/cgi/parser3.C: more checks on
13502: http://domain/parser.cgi start [maybe some getenv returns "",
13503: checked that now
13504:
13505: * src/targets/cgi/parser3.C: more checks on
13506: http://domain/parser.cgi start [maybe some getenv returns "",
13507: checked that now
13508:
13509: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
13510: out-of-mem errors reached log]
13511:
13512: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
13513: mail:send MIME-Version default
13514:
13515: * src/main/main.dsp: pa_version included into main.dsp
13516:
13517: 2002-12-04 paf
13518:
13519: * src/types/pa_vform.C: $form:field string value cut by premature 0
13520:
13521: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
13522: lib/libltdl -> lib/ltdl Win32 changes. s
13523:
13524: * src/classes/classes.awk: more strict *.C$
13525:
13526: * gnu.dsp: restored
13527:
1.97 moko 13528: * configure.in, gnu.dsp, bin/Makefile.in, etc/Makefile.in,
13529: etc/parser3.charsets/Makefile.in, src/Makefile.in,
13530: src/classes/Makefile.in, src/include/Makefile.in,
13531: src/lib/Makefile.am, src/lib/Makefile.in,
13532: src/lib/ltdl/Makefile.am, src/lib/ltdl/Makefile.in,
13533: src/lib/ltdl/README, src/lib/ltdl/acinclude.m4,
13534: src/lib/ltdl/config.guess, src/lib/ltdl/config.h,
13535: src/lib/ltdl/config.sub, src/lib/ltdl/config_auto.h.in,
13536: src/lib/ltdl/config_fixed.h, src/lib/ltdl/configure,
13537: src/lib/ltdl/configure.in, src/lib/ltdl/install-sh,
13538: src/lib/ltdl/libltdl.dsp, src/lib/ltdl/ltdl.c,
13539: src/lib/ltdl/ltdl.h, src/lib/md5/Makefile.in,
13540: src/lib/pcre/Makefile.in, src/main/Makefile.in,
13541: src/sql/Makefile.in, src/targets/Makefile.in,
13542: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
13543: src/types/Makefile.in: src/lib/ltdl/Makefile now created with
13544: /configure, not ltdl/configure, so it does have no problems with
13545: automake. ltdl/configure AC_OUTPUT(Makefile<<removed)
1.95 moko 13546:
13547: 2002-12-02 paf
13548:
13549: * operators.txt: removed outdated status:db
13550:
13551: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
13552: src/main/pa_common.C, src/main/pa_request.C,
13553: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
13554: tainted parts becomes http-header
13555:
13556: 2002-11-29 paf
13557:
13558: * src/classes/date.C, src/classes/image.C, operators.txt: exif
13559: dates now objects of type date
13560:
13561: * src/classes/image.C: file.seek removed [it were used in image.C
13562: only, and for parser user this means that jpeg image has bad
13563: size in fragment's header] now used image.format
13564:
13565: * src/: include/pa_common.h, main/pa_common.C,
13566: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
13567: now handled exactly like $response:header values. e.g. can be
13568: hash [can have subattributes] & contain date values.
13569:
13570: * src/main/pa_common.C: http:// param values lang forced URI
13571:
13572: * src/main/pa_common.C: http:// tainted partes now %xx
13573:
13574: 2002-11-28 paf
13575:
13576: * operators.txt: http.timeout
13577:
13578: * src/classes/image.C: ^image.length now counts interchar space.
13579: plus space after last char
13580:
13581: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
13582:
13583: * src/classes/image.C: ^image.font width measurer now scans full
13584: height [were -1]
13585:
13586: * configure.in: stopped double libltdl/Makefile generation
13587:
13588: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
13589: chars [one top horizontal line of 1pixel height were missing]
13590:
13591: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
13592: 'false' to go into (Hash *) parameter
13593:
13594: 2002-11-27 paf
13595:
13596: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
13597: types/pa_vmail.C: response:body[file] if file nows it's name now
13598: returns content-disposition: >>attachment<<
13599:
13600: * src/classes/image.C: ^image.font << bad font file-size now
13601: properly reported
13602:
13603: 2002-11-26 paf
13604:
13605: * src/main/pa_request.C: fixed lang in reponse header
13606:
13607: * src/main/pa_common.C: utf8 prefix ignored @read text
13608:
13609: * operators.txt, src/main/pa_common.C: http:// response status!=200
13610: made exception: http.status with source=bad status#
13611:
13612: 2002-11-25 paf
13613:
13614: * configure.in, src/classes/image.C,
13615: src/include/pa_config_auto.h.in,
13616: src/include/pa_config_includes.h, src/main/Makefile.am,
1.97 moko 13617: src/main/Makefile.in, src/main/pa_common.C,
13618: src/main/pa_globals.C: http:// and image const void related probs
13619: fixed
1.95 moko 13620:
13621: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
13622:
13623: $file[^file::load[http://there]] $file.SERVER
13624:
13625: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
13626: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
13627: http options [invalid onces now reported] made default
13628: user-agent: paf
13629:
13630: * operators.txt, src/classes/file.C, src/classes/table.C,
13631: src/classes/xdoc.C, src/include/pa_common.h,
13632: src/include/pa_globals.h, src/main/pa_common.C,
13633: src/main/pa_globals.C, src/main/pa_request.C,
13634: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
13635: now understand http:// prefix and additional params, sample:
13636: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
13637: $.USER-AGENT[parser3] ]]
13638:
13639: 2002-11-22 paf
13640:
13641: * src/classes/image.C, src/include/pa_globals.h,
13642: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
13643: src/types/pa_vimage.h, operators.txt: $image.exif support
13644: $image.exif.DateTime & co
13645:
13646: 2002-11-21 paf
13647:
13648: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
13649: _PASS_APPENDED)
13650:
13651: * src/classes/image.C: jpeg size measure fixed: were badly skipping
13652: EXIF information [were big block and it's size were considered
13653: negative :(]
13654:
13655: * operators.txt, src/classes/image.C, src/include/pa_common.h,
13656: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
13657: internals rewritten. no there's reader.seek, and all's ready for
13658: EXIF extraction [now we fail to measure files with EXIF info]
13659:
13660: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
13661: O_TRUNC truncates even exclusevely write-locked file [thanks to
13662: Igor Milyakov <virtan@rotabanner.com> for discovering]
13663:
13664: 2002-11-20 paf
13665:
13666: * src/targets/cgi/parser3.C: logging @signal += query_string
13667:
13668: * configure.in, src/include/pa_config_auto.h.in,
13669: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
13670: comment
13671:
13672: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
13673:
13674: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
13675: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
13676: currently processed document SIGPIPE >> interrupts request
13677: processing [exception = DB rollback]
13678:
13679: * src/main/pa_exec.C: comment
13680:
13681: * src/main/pa_exec.C: pa_exec: data written only if size>0
13682:
13683: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
13684: << disable HTTP-POST repassing
13685:
13686: * src/: include/pa_config_fixed.h, main/pa_common.C,
13687: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
13688: pipe read errors now checked
13689:
13690: 2002-11-19 paf
13691:
13692: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
13693: CGI: Illegal call
13694:
13695: 2002-11-01 paf
13696:
13697: * src/main/execute.C: comment
13698:
13699: 2002-10-31 paf
13700:
13701: * src/main/execute.C: found out why, checked that for now. todo:
13702: find out a way for that user could do that
13703:
13704: * src/types/pa_vstateless_object.h: object put replaces static
13705: parent if any
13706:
13707: * src/types/pa_vobject.C: object put replaces static parent if any
13708:
13709: * src/: classes/form.C, classes/mail.C, classes/op.C,
13710: classes/xnode.h, main/compile.tab.C, main/execute.C,
13711: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
13712: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13713: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
13714: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13715: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
13716: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
13717: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13718: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13719: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13720: types/pa_vstateless_object.h, types/pa_vstatus.C,
13721: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
13722: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
13723: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
13724: types/pa_wwrapper.h: static fix merged
13725:
13726: * src/: main/compile.tab.C, types/pa_vobject.C: killed
13727: $virtual_fields in dynamic, but one can reach derived
13728: static[class] variable from base
13729:
13730: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
13731: types/pa_vobject.C, types/pa_vobject.h,
13732: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
13733: statics, left $virtual_fields in dynamic
13734:
13735: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
13736: one can't remember derivates in base class: there's so many of
13737: them. also there can be no virtual method calls in static
13738: classes
13739:
13740: * src/: classes/form.C, classes/mail.C, classes/op.C,
13741: classes/xnode.h, main/execute.C, main/pa_request.C,
13742: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13743: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
13744: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
13745: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13746: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
13747: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13748: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13749: types/pa_vresponse.C, types/pa_vresponse.h,
13750: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13751: types/pa_vstateless_object.h, types/pa_vstatus.C,
13752: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
13753: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
13754: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
13755: types/pa_wwrapper.h: static call $self fixed
13756:
13757: * src/main/execute.C: comment
13758:
13759: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
13760: ^process[$caller.self]{...} now compiles to last derived object
13761: part of that 'self'
13762:
13763: 2002-10-29 paf
13764:
13765: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
13766: re-passing [iis to blame]
13767:
13768: * src/classes/string.C: changed string.save to pass current sql
13769: connection to cstr thus one can ^connect[some server]{
13770: $s[insert into table x (x) values (^taint[sql]{value})]
13771: ^s.save[some.sql] } and he'd get in some.sql file code with
13772: properly escaped. [tried in mssql->mysql export->import of
13773: binary data]
13774:
13775: 2002-10-25 paf
13776:
13777: * src/types/pa_vresponse.C: case insensitive response user fields
13778: get/put
13779:
13780: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
13781: types/pa_vresponse.C: saving for maybe-future
13782:
13783: 2002-10-23 paf
13784:
13785: * operators.txt, src/classes/table.C: ^table.hash{code}...
13786: ^table.hash(expr)...
13787:
13788: * src/types/pa_vmail.C: email whitespace trimBoth-ed
13789:
13790: 2002-10-22 paf
13791:
13792: * src/types/: pa_vform.C, pa_vform.h: removed needless
13793: VForm::Append...(...Value)
13794:
13795: * src/main/execute.C: $.name outside of $name[...] checked
13796:
13797: * src/main/: compile.tab.C, compile.y: lexer changed to fix
13798: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
13799:
13800: 2002-10-21 paf
13801:
13802: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
13803: $form:qtail $form:imap.x/y
13804:
13805: * operators.txt, src/types/pa_vform.C: $form:nameless =
13806: "?value&...", "...&value&...", "...&value"
13807:
13808: * operators.txt, src/types/pa_vform.C: $form:image-map
13809:
13810: * operators.txt, src/classes/file.C: /some/page.html:
13811: ^file:fullpath[a.gif] => /some/a.gif
13812:
13813: 2002-10-17 paf
13814:
13815: * src/main/: compile.tab.C, compile.y: operators precedence changed
13816: a little: logical not and bitwise negation precedence made
13817: highest, << and >> bitshits precedence made equal [were << higher
13818: than >>]
13819:
13820: * src/classes/op.C: exception handling fixed [were bad with
13821: contexts]
13822:
13823: 2002-10-16 paf
13824:
13825: * src/: classes/op.C, include/pa_request.h, main/execute.C,
13826: main/pa_request.C: Request::self considered equal to
13827: VMethodFrame::self, and removed, Request::get_self() mapped to
13828: VMethodFrame.self()
13829:
13830: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
13831: $hash in open field now gives old good error meesage
13832:
13833: 2002-10-15 paf
13834:
13835: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
13836: use ^if($junction is junction){was and now true}
13837:
13838: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
13839: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
13840: types/pa_vxnode.C: xml->parser strings now have origin, which
13841: points to place where value left xml library and came to parser:
13842: place of dom field extraction/call
13843:
13844: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
13845: main/compile.tab.C, main/compile.y, main/execute.C,
13846: types/pa_vmethod_frame.h: removed last pieces of old code
13847: allowing $junction.xxx at compile time
13848:
13849: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
13850: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
13851: objects also considered [were only classes]
13852:
13853: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
13854: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
13855: with CLASS self. [ (request&method_frame).self temporarily
13856: changed ]
13857:
13858: * src/classes/: hash.C, op.C: method_frame now always changed, with
13859: no exception to native calls. for&foreach changed to use
13860: method_frame.caller for their var's name context
13861:
13862: * src/: main/execute.C, targets/cgi/parser3.C,
13863: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
13864: compiling to system classes disabled
13865:
13866: * operators.txt, src/classes/op.C:
13867: ^process[$caller.CLASS]{code-string} added
13868:
13869: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
13870: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
13871: src/types/Makefile.am, src/types/pa_vjunction.C,
13872: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
13873: src/types/types.dsp: removed $junction.get $junction.set[]
13874: introducing $caller
13875:
13876: * src/types/pa_value.h: removed outdated comments. doxygen would
13877: find them lower by inheritance tree
13878:
13879: * src/types/pa_vjunction.C: ident
13880:
13881: 2002-10-14 paf
13882:
13883: * src/classes/op.C: process compiles to code's class class
13884:
13885: * src/: classes/form.C, classes/mail.C, classes/op.C,
13886: include/pa_request.h, main/compile.C, main/compile.tab.C,
13887: main/compile.y, main/execute.C, main/pa_request.C,
13888: types/pa_vstateless_class.h: operators now main-class-methods
13889:
13890: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
13891: better stack trace [has "call" & co there]
13892:
13893: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13894: operators @auto now executed in MAIN context
13895:
13896: * src/main/execute.C: operator execution context now = MAIN, not
13897: closest stack frame
13898:
13899: @touchit[] $i[after]
13900:
13901: ----t.html $i[before] << local ^touchit[] $i << now 'before',
13902: were 'after'
13903:
13904: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
13905: 'after'
13906:
13907: * src/main/execute.C: comment
13908:
13909: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
13910: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
13911: action]
13912:
13913: * src/types/pa_vxnode.C: misreplace fixed
13914:
13915: * configure, configure.in, src/include/pa_config_auto.h.in,
13916: src/types/pa_vstatus.C, operators.txt:
13917: $status:rusage.tv_secs/usecs introduced
13918:
13919: 2002-10-09 paf
13920:
13921: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
13922: on empty string [or uses (default)]
13923:
13924: 2002-10-08 paf
13925:
13926: * src/main/untaint.C: mail header quoted printable changed after
13927: RFC reread
13928:
13929: * operators.txt: plan on ^if(method
13930:
13931: * src/types/pa_vxnode.C: misreplace
13932:
13933: 2002-09-24 paf
13934:
1.97 moko 13935: * src/targets/cgi/: Makefile.am, Makefile.in: LIBS were bad name in
13936: .am
1.95 moko 13937:
13938: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
13939: mailreceive would compile on freebsd now
13940:
13941: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
13942: configure, configure.in, src/include/pa_config_auto.h.in,
1.97 moko 13943: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in:
13944: HAVE_TIMEZONE & co now checked and mailreceive would compile on
13945: freebsd now
1.95 moko 13946:
13947: * src/: classes/file.C, main/untaint.C: 1. file spec language
13948: changed: now there are only few chars are untainted: * ? ' " < >
13949: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
13950: one should use ^untaint[uri]{...} now]
13951:
13952: 2. $list[^file:list[dir]] now returns simply tainted names in
13953: $list.name, not tainted as filespec
13954:
13955: @russianindex[] #dir with files with russian-lang names
13956: $where[dir]
13957:
13958: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
13959: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
13960:
13961: 2002-09-23 paf
13962:
13963: * src/types/pa_vdouble.h: double->int round added
13964:
13965: * src/classes/date.C: date bug fix, now
13966: round(floatDays*secondsPerDay)
13967:
13968: * src/classes/date.C: date bug fix, now
13969: round(floatDays*secondsPerDay)
13970:
13971: 2002-09-20 paf
13972:
13973: * src/main/execute.C: code junction calls disabled [before: code
13974: was compiled in such a way, that there were no code-junctions in
13975: OP_CALL]
13976:
13977: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
13978:
13979: @badjunctioncallinside[code] ^code[]
13980:
13981: * src/main/: compile.tab.C, compile.y: changed grammer on junction
13982: expanding to include ^junction.method
13983:
13984: * src/main/pa_common.C: -d "DIR/" now true
13985:
13986: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
13987: as internal xdoc encoding, and after decoding attributes set by
13988: dom functions now encoded OK, not as digital entities
13989:
13990: * src/classes/xdoc.C: empty transform result, being taken as file
13991: now returns empty file, not raises stupid error about "stat-ed
13992: file"
13993:
13994: * src/types/pa_vhash.h: hash.foreach modification of existing keys
13995: allowed
13996:
13997: * src/types/types.dsp: introducing $junction.get/put(1) one can
13998: write iterators now:
13999:
14000: ^user-foreach[key;value]{$key=$value<br>}
14001:
14002: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
14003: $code.value($i*2) $code }
14004:
14005: * src/main/compile_tools.h: mistype
14006:
1.97 moko 14007: * src/targets/cgi/: Makefile.am, Makefile.in: binaries now depend
14008: on makefiles, thus taking linking options configure changes into
14009: account [were: ignoring]
1.95 moko 14010:
14011: * src/types/: pa_vjunction.C, Makefile.am: introducing
14012: $junction.get/put(1) one can write iterators now:
14013:
14014: ^user-foreach[key;value]{$key=$value<br>}
14015:
14016: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
14017: $code.value($i*2) $code }
14018:
14019: * src/: include/pa_opcode.h, include/pa_request.h,
14020: main/compile.tab.C, main/compile.y, main/execute.C,
14021: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
14022: introducing $junction.get/put(1) one can write iterators now:
14023:
14024: ^user-foreach[key;value]{$key=$value<br>}
14025:
14026: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
14027: $code.value($i*2) $code }
14028:
14029: 2002-09-19 paf
14030:
1.97 moko 14031: * Makefile.am, Makefile.in: new: make commit
1.95 moko 14032:
14033: * aclocal.m4: forced to be older
14034:
14035: 2002-09-18 paf
14036:
14037: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
14038: src/main/compile.y, src/main/execute.C: << >> int shifts
14039:
14040: * src/: include/pa_common.h, include/pa_request.h,
14041: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
14042: - now this - fatal error
14043:
14044: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
14045: that one can pass binary data there
14046:
14047: * src/: classes/date.C, classes/double.C, classes/file.C,
14048: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14049: classes/op.C, classes/response.C, classes/string.C,
14050: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14051: include/pa_request.h: pa_request contexts made privated, plus
14052: get_{self/method_frame} to read. Request_context_saver used in
14053: ^try to save flang too. [were not saved]
14054:
14055: * src/types/pa_vresponse.C: header value chains joined before
14056: output, this should help $.subject[$var $var] from being
14057: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
14058:
14059: 2002-09-17 paf
14060:
14061: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
14062: removed changes, operators executed with calling self. lots of
14063: code with ^include code relies on defined/defining self variables
14064:
14065: $a[1] ^include[print_a.p] print_a.p: $a
14066:
14067: ^include[set_a.p] a=$a set_a.p: $a[1]
14068:
14069: * src/: classes/op.C, main/execute.C, main/pa_request.C,
14070: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
14071: types/pa_vstateless_class.h: operators now executed with MAIN
14072: self. it's for ^include sake, too strong a change
14073:
14074: * src/classes/op.C: made place for ^process to compile it's code to
14075: in case of no self
14076:
14077: * src/main/execute.C: found ancient param to Junction, removed.
14078: allowed passing self to native_code_operators [for ^process to
14079: work, she needs self]
14080:
14081: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14082: types/pa_vstateless_class.h: found ancient param to Junction,
14083: removed. allowed passing self to native_code_operators [for
14084: ^process to work, she needs self]
14085:
14086: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
14087: types/pa_value.h, types/pa_vmethod_frame.h,
14088: types/pa_vstateless_class.h: allowed Request.self to be 0,
14089: checked that in VMethodFrame get/put and $self.
14090:
14091: * src/classes/: table.C, xdoc.C: table::sql options table::create
14092: copy options options checked, wrong option now fatal error
14093:
14094: * src/main/pa_string.C: string.replace fixed [were missing words on
14095: pieces boundaries]
14096:
14097: * bin/auto.p.dist.in: strange \n
14098:
14099: * configure, configure.in: .so now detected [can be .sl on hpux,
14100: .dll on cygwin, .so in other cases)
14101:
1.97 moko 14102: * Makefile.in, configure, configure.in, bin/auto.p.dist.in,
14103: bin/Makefile.in, etc/Makefile.in,
14104: etc/parser3.charsets/Makefile.in, src/Makefile.in,
14105: src/classes/Makefile.in, src/include/Makefile.in,
14106: src/lib/Makefile.in, src/lib/md5/Makefile.in,
14107: src/lib/pcre/Makefile.in, src/main/Makefile.in,
14108: src/sql/Makefile.in, src/targets/Makefile.in,
14109: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
14110: src/types/Makefile.in: .so now detected [can be .sl on hpux, .dll
14111: on cygwin, .so in other cases)
1.95 moko 14112:
14113: * operators.txt, src/classes/hash.C, src/classes/table.C,
14114: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
14115: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
14116: record taken [were last]
14117:
14118: * src/: classes/hash.C, classes/table.C,
14119: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
14120: now errors
14121:
14122: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
14123:
14124: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
14125: ,2,3]
14126:
14127: 2002-09-16 paf
14128:
14129: * src/classes/file.C: file::cgi line ends can be both unix & dos.
14130: and they can be unix [\n\n] on win when 'use CGI' used, it causes
14131: stdout to be binary. now detected closest header break.
14132:
14133: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
14134: closed right
14135:
14136: 2002-09-13 paf
14137:
14138: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
14139: src/main/compile_tools.h: (expression #comment)
14140:
14141: (multiline expression #comment line2 #comment )
14142:
14143: (expression #comment with (brackets) comment) << OK
14144:
14145: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
14146: bitwise !|| numerical xor now [preparing for expression
14147: #comments]
14148:
14149: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
14150: error
14151:
14152: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
14153: cheched in pa_socks.C
14154:
1.97 moko 14155: * Makefile.in, configure, configure.in,
14156: src/include/pa_config_auto.h.in: HAVE_WINSOCK_H created in
14157: configure.in
1.95 moko 14158:
14159: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
14160: cookie date now clean [were mistakenly tainted & that worked bad
14161: with opera -- 'happily' that worked OK with msie]
14162:
14163: 2002-09-12 paf
14164:
14165: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
14166: VClass get_element now first looks to fields, next to methods &
14167: co todo: the rest reason: more speed
14168:
14169: * src/main/untaint.C: quoted printable encoding stops before
14170: \s*<...>$
14171:
14172: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
14173: stops before <...>$
14174:
14175: 2002-09-11 paf
14176:
14177: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
14178: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
14179: forgot to check users of those funcs. not all were using that
14180: return value convention
14181:
14182: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
14183: windows-1254 added
14184:
14185: 2002-09-10 paf
14186:
14187: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
14188: VCodeFrame parent param were specified badly
14189:
14190: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
14191: WWrapper which used in constructing objects(second param to sql
14192: method) ^...sql{}[$.default{code}] now has parent, wich helps
14193: code in hash to survivi
14194:
14195: * src/: include/pa_request.h, main/execute.C: removed redundant
14196: param to execute [stack said 'thanks']
14197:
14198: * src/: classes/op.C, main/execute.C, types/pa_value.C,
14199: types/pa_value.h, types/pa_vcode_frame.h,
14200: types/pa_vmethod_frame.h, types/pa_wcontext.C,
14201: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
14202: responsibility to wcontext
14203:
14204: * src/classes/file.C: decided not to log exec's with stderr, that
14205: could be warnings, and it's up to scritper to log/show them
14206:
14207: * src/: classes/double.C, main/execute.C: double:sql badly called
14208: write_assign_lang, not write_no_lang, thus doing unnecessary
14209: double/string converstion, which were loosing time&precesion
14210:
14211: * src/: main/pa_charset.C, types/pa_vmail.C:
14212: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
14213: case of unfinished in buffer processing, causing accidental
14214: transcode stop [in case that source enc != utf-8 & there is
14215: incomplete utf-8 sequence at the end of 16000block iside of
14216: libxml lib] tfm readed & code updated
14217:
14218: 2002-09-04 paf
14219:
14220: * configure: makes with sjlj
14221:
14222: * INSTALL, src/include/pa_config_fixed.h,
14223: src/include/pa_sql_connection.h,
14224: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
14225: checked. on win32 it made default
14226:
14227: * src/include/pa_config_auto.h.in: sjlj define
14228:
14229: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
14230: can not work with longjump/throw pair, and one must switch that
14231: on there. todo: detect that automatically]
14232:
14233: * src/types/pa_vxnode.C: removed too strong checks of
14234: xnode.elements. now, for instance, if element does not have any
14235: attributes, $xnode.attributes is void, not error
14236:
14237: 2002-09-02 paf
14238:
14239: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
14240: removed double_result, didn't help
14241:
14242: * src/main/execute.C: double_result made to move that var away from
14243: hungry g++ optimizer (-O2), before: it were optimized and
14244: comparison operators worked badly
14245:
14246: * src/types/pa_vdate.h: removed debug
14247:
1.97 moko 14248: * Makefile.am, Makefile.in, src/types/pa_vdate.h: happy now only
14249: install-exec
1.95 moko 14250:
14251: * src/main/execute.C: fixed numeric < & co so that thay now use
14252: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
14253: unknown reason.
14254:
14255: 2002-08-29 paf
14256:
14257: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
14258: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
14259: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
14260: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
14261: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
14262: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
14263: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
14264: [called less frequent, allowed to remove ugly
14265: Junction.change_context-s from many places, switch,
14266: mail:send..html{}, ..] request.root renamed to method_frame [more
14267: easyreading] ancient {...PUSH/POPs...} changed to stack vars
14268: [speed up]
14269:
14270: 2002-08-28 paf
14271:
14272: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
14273: tainted
14274:
14275: * src/types/pa_vcookie.C: fixed cookie delete when
14276: $cookie:name[$.value[]]
14277:
14278: * operators.txt, src/classes/string.C:
14279: ^string.split[delim[;options]]
14280:
14281: 2002-08-27 paf
14282:
1.97 moko 14283: * etc/parser3.charsets/: Makefile.am, Makefile.in: merged from
14284: 3.0.0005
1.95 moko 14285:
14286: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
14287: delimiter
14288:
14289: * INSTALL: recommended latest gmime 1.0.5
14290:
14291: 2002-08-26 paf
14292:
14293: * configure, configure.in: apache13/hook added to make dist.
14294:
14295: 2002-08-23 paf
14296:
14297: * src/: include/pa_common.h, main/pa_common.C,
14298: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
14299: beside binary [cgi, isapi] not accessible [due to bad rights or
14300: whatever] it's error now
14301:
14302: 2002-08-21 paf
14303:
1.97 moko 14304: * Makefile.am, Makefile.in: can use: make happy equals to make
14305: update install
1.95 moko 14306:
14307: * src/main/: compile.tab.C, compile.y, compile_tools.C,
14308: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
14309: class". compiled as if here they named base class
14310:
14311: * src/main/pa_string.C: fixed bad language bug, [were wrong string
14312: cloning constructor]
14313:
14314: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
14315:
14316: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
14317: src/types/pa_vfile.C, src/types/pa_vmail.C:
14318: $mail.received.file.value.content-type fixed
14319:
14320: 2002-08-20 paf
14321:
14322: * src/classes/file.C: fixed language of file:file result
14323:
14324: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
14325: from 3.0.0005
14326:
14327: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
14328:
14329: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
14330: 3.0.0005
14331:
14332: * src/classes/void.C, operators.txt: ^void.length[] = 0
14333:
14334: 2002-08-19 paf
14335:
14336: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
14337: work now
14338:
14339: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
14340: error in xnode, which were not catched in xdoc]
14341:
14342: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
14343: prepared: // validate each document after load/create (?)
14344: //xmlDoValidityCheckingDefaultValue = 1;
14345:
14346: 2002-08-15 paf
14347:
14348: * src/classes/classes.h: write to static var caused useless
14349: Exception, introduced Methoded::put_element wich consumes those
14350:
14351: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
14352: src/types/pa_vcookie.C, src/types/pa_vdate.h,
14353: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
14354: $response:field[date] $response:field[$.xxx[date]]
14355:
14356: * src/: classes/hash.C, classes/string.C, classes/table.C,
14357: classes/void.C, include/pa_sql_connection.h: fixed source of
14358: ^hash::sql{bad}
14359:
14360: * operators.txt: $request:body unprecessed POST request body
14361:
14362: * src/types/pa_vrequest.C: $request:body unprecessed POST request
14363:
14364: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
14365: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
14366:
14367: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
14368: src/include/pa_request.h, src/main/pa_pool.C,
14369: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
14370: $request:body r.post_data now const
14371:
14372: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
14373: classes/xnode.C, main/execute.C, types/pa_value.h,
14374: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
14375: types/pa_vtable.h: instead of type() checking everywhere used
14376: Value.as now user descendants can be used in params.
14377:
14378: VObject::as_*, is_defined now taken from bases. xtable(table)
14379: ^if($xtable) now OK
14380:
14381: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
14382: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
14383: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
14384:
14385: 2002-08-14 paf
14386:
14387: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
14388: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
14389: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14390: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
14391: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14392: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
14393: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
14394: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14395: types/pa_vresponse.C, types/pa_vresponse.h,
14396: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14397: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14398: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14399: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14400: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
14401: & VClass
14402:
14403: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
14404:
14405: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
14406: removed fixopt stupidity. on stupid linux use cd /document/root
14407: ../cgi/parser3 script
14408:
14409: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
14410: params, splitting them by space, excluding argv[0], argv[argc-1]
14411:
14412: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
14413: fixopt.h: fixopt now preprocesses command line params, splitting
14414: them by space, excluding argv[0], argv[argc-1]
14415:
14416: * src/targets/cgi/parser3.C: -f config file
14417:
14418: * src/targets/cgi/parser3.C: fixed .log file dir
14419:
14420: 2002-08-13 paf
14421:
14422: * src/types/pa_vobject.C: allow override parent variables, useful
14423: for form descendants [in vobject too, were in vclass]
14424:
14425: * src/types/pa_vclass.C: allow override parent variables, useful
14426: for form descendants
14427:
1.97 moko 14428: * src/types/Makefile.in: added vobject.c & vclass
14429:
1.95 moko 14430: * src/types/pa_vclass.C: checked: form[vclass]fields can be
14431: overwritten in derived(table)
14432:
14433: * src/: classes/form.C, classes/mail.C, classes/op.C,
14434: classes/xnode.h, include/pa_request.h, main/execute.C,
14435: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
14436: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14437: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
14438: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14439: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
14440: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14441: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14442: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
14443: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14444: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14445: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14446: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14447: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
14448: Value::get_element(..., bool looking_down) [needed to exclude
14449: endless recoursion]
14450:
14451: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
14452: fix bug with put endless recoursion todo: check 'as'
14453:
14454: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
14455: reorganized modules todo: fix bug with put endless recoursion
14456: todo: check 'as'
14457:
1.97 moko 14458: * src/types/Makefile.in: VAliased removed
14459:
1.95 moko 14460: * src/types/pa_vobject.h: checked: table fields can be overwritten
14461: in derived(table)
14462:
14463: * src/types/pa_vobject.h: derived classes can have fields of their
14464: own now
14465:
14466: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
14467: fixed error message on using non-created table
14468:
14469: * src/: classes/form.C, classes/hash.C, classes/mail.C,
14470: classes/op.C, classes/xnode.h, include/pa_request.h,
14471: main/compile.C, main/compile.tab.C, main/execute.C,
14472: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
14473: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14474: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
14475: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14476: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
14477: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14478: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14479: types/pa_vresponse.C, types/pa_vresponse.h,
14480: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14481: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14482: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14483: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14484: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
14485: looking down/up tree todo: fix error message on non-constructed
14486: parents
14487:
14488: 2002-08-12 paf
14489:
14490: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
14491: derived OK
14492:
14493: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
14494: thorough testing
14495:
14496: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
14497: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
14498: types/pa_vobject.h, types/pa_vstateless_class.h,
14499: types/pa_vstateless_object.h, types/pa_wcontext.h,
14500: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
14501: ^base:create[] dynamic call rewritten todo: thorough testing
14502:
14503: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
14504: now instantates base class, remembers it and saves child in
14505: parent VObject.get_class now returns last child = downward
14506: virtual calls OK
14507:
14508: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
14509: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14510: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
14511: types/pa_vobject.h, types/pa_vresponse.h,
14512: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14513: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
14514: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
14515: VAliased [redundant], moved $CLASS to VObject only [parser class
14516: instance]
14517:
14518: * bin/auto.p.dist.in: more like in dist on parser.ru
14519:
14520: * bin/auto.p.dist.in: fixed sendmail default comment
14521:
14522: * src/main/pa_request.C: $response:body[file] content-type check
14523: fixed [were bad when content-type is hash]
14524:
14525: 2002-08-09 paf
14526:
14527: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
14528: types/pa_vobject.h, types/pa_vxdoc.h: started as()
14529:
14530: 2002-08-08 paf
14531:
14532: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
14533: src/main/pa_globals.C: year column in month calendar [week year]
14534:
14535: * src/main/execute.C: error reporting on object writes to MAIN
14536: improved [were ruind with fixing $obj[^if(1){$obj}] ]
14537:
14538: * operators.txt, src/types/pa_vdate.h: $date.yearday
14539: $date.daylightsaving
14540:
14541: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
14542: use tainted data now. only she must specify the language.
14543:
14544: ^mail:send[ $.from[paf@mail.design.ru]
14545: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
14546: $.text[^taint[uri][ìîñêâà]=] ]
14547:
14548: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
14549: now prints more precise origin
14550:
14551: * src/include/pa_string.h: String::first_char now not fails on
14552: empty strings ^if(-f '') now ok and in 3 other places.
14553:
14554: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
14555: String::first_char now not fails on empty strings ^if(-f '') now
14556: ok and in 3 other places.
14557:
14558: 2002-08-07 paf
14559:
14560: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
14561: fixed
14562:
14563: * src/main/pa_string.C: ^string.mid(0;bad) fixed
14564:
14565: * src/: main/execute.C, types/pa_vcode_frame.h,
14566: types/pa_vmethod_frame.h, types/pa_wcontext.C,
14567: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
14568: mistakenly not completely transparent to object writes.
14569: $hash[^if(1){$hash}] now works
14570:
14571: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
14572: now erasing cache file [there were bad check on that]
14573:
14574: * src/: classes/classes.dsp, classes/table.C,
14575: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
14576: all Debug dirs in .dsp now named 'Debug'
14577:
1.97 moko 14578: * etc/parser3.charsets/: Makefile.am, Makefile.in: all included
14579: into dist
1.95 moko 14580:
14581: * operators.txt, src/classes/mail.C: exception_type email.send
14582:
14583: * operators.txt, src/types/pa_vmail.C: exception_type email.format
14584:
14585: * src/types/pa_vmail.C: mail:send empty email checked
14586:
14587: 2002-08-06 paf
14588:
14589: * operators.txt, src/classes/table.C, src/include/pa_array.h,
14590: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
14591: ^table::create[$source;$.options] ^table::join[$source;$.options]
14592:
14593: * operators.txt, src/classes/hash.C, src/classes/string.C,
14594: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
14595: # $.default() }
14596:
14597: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
14598:
14599: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
14600: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
14601: $file.content-type [instead of .mime-type] now works for
14602: file::stat also
14603:
14604: * src/main/pa_request.C: case insensitive mime_type_of
14605:
14606: * bin/auto.p.dist.in: jpeg
14607:
14608: 2002-08-05 paf
14609:
14610: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
14611:
14612: * src/types/pa_vmail.C: file buffer relocated to parser heap
14613:
14614: * operators.txt: comment on date:calendar week column
14615:
14616: * src/main/pa_common.C: write checked
14617:
14618: * src/main/: pa_common.C: write checked
14619:
14620: * src/classes/date.C: +1 buf size for stupid snprintfs
14621:
14622: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
14623: month calendar week column [ISO 8601 Week Numbers]
14624:
14625: 2002-08-02 paf
14626:
14627: * src/: include/pa_config_fixed.h, main/pa_string.C,
14628: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
14629: DEBUG*
14630:
14631: * configure, configure.in, src/include/pa_version.h: release
14632: 3_0_0005
14633:
14634: * bin/auto.p.dist.in: unhandled_exception comments
14635:
14636: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
14637: multipart post fixed
14638:
14639: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
14640: response transcoded source->client only when text/* or simple
14641: onoverridden $response:body
14642:
14643: 2002-08-01 paf
14644:
14645: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14646: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14647: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14648: classes/op.C, classes/response.C, classes/string.C,
14649: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14650: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14651: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14652: include/pa_config_fixed.h, include/pa_dictionary.h,
14653: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14654: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
14655: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
14656: include/pa_socks.h, include/pa_sql_connection.h,
14657: include/pa_sql_driver_manager.h, include/pa_stack.h,
14658: include/pa_string.h, include/pa_stylesheet_connection.h,
14659: include/pa_stylesheet_manager.h, include/pa_table.h,
14660: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14661: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14662: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
14663: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14664: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
14665: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14666: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14667: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
14668: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14669: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14670: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
14671: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
14672: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
14673: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
14674: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
14675: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
14676: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
14677: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14678: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
14679: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14680: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
14681: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14682: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
14683: types/pa_vmethod_frame.h, types/pa_vobject.h,
14684: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14685: types/pa_vresponse.h, types/pa_vstateless_class.C,
14686: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14687: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14688: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14689: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14690: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14691: types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
14692:
14693: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
14694: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14695: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14696: classes/math.C, classes/op.C, classes/response.C,
14697: classes/string.C, classes/table.C, classes/void.C,
14698: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14699: include/pa_array.h, include/pa_cache_managers.h,
14700: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14701: include/pa_config_fixed.h, include/pa_config_includes.h,
14702: include/pa_dictionary.h, include/pa_dir.h,
14703: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14704: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
14705: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14706: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
14707: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14708: include/pa_stack.h, include/pa_string.h,
14709: include/pa_stylesheet_connection.h,
14710: include/pa_stylesheet_manager.h, include/pa_table.h,
14711: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14712: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
14713: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14714: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
14715: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14716: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14717: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
14718: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
14719: main/pa_sql_driver_manager.C, main/pa_string.C,
14720: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14721: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
14722: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
14723: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14724: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
14725: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
14726: targets/isapi/pool_storage.h, types/pa_valiased.C,
14727: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
14728: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
14729: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14730: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14731: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14732: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
14733: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
14734: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14735: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14736: types/pa_vresponse.C, types/pa_vresponse.h,
14737: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14738: types/pa_vstateless_object.h, types/pa_vstatus.C,
14739: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
14740: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14741: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14742: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14743: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
14744: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
14745: types/Makefile.am: ident.C* removed
14746:
14747: * operators.txt, src/classes/file.C, src/main/pa_request.C:
14748: file:find[/can/do/this/now.txt]
14749:
14750: * src/targets/cgi/parser3.C: usage to stdout now
14751:
14752: 2002-07-31 paf
14753:
14754: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
14755:
14756: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
14757: default "postmaster"
14758:
14759: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
14760: -f postmaster now default sendmail key word "postmaster"
14761: replaced to $.from
14762:
14763: 2002-07-30 paf
14764:
1.97 moko 14765: * Makefile.in, configure, configure.in,
14766: src/targets/cgi/Makefile.in,
14767: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C:
14768: removed pa_config_paths.h
1.95 moko 14769:
14770: * src/main/pa_charset.C: comment
14771:
14772: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
14773: table, &#decimal;
14774:
14775: * src/main/pa_request.C: comment
14776:
14777: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
14778: paragraf]
14779:
14780: 2002-07-11 paf
14781:
14782: * src/main/pa_exec.C: build command line badly added params twice
14783: [and first time without ' ']. double wrong. fixed.
14784:
14785: * src/main/pa_exec.C: invalid .exe caused error message with params
14786: wich parser did not provide = reported badly. fixed that.
14787:
14788: * src/classes/mail.C: $MAIL[ # xxx ]
14789:
14790: now ok
14791:
14792: * operators.txt: plan: sql detailed exception
14793:
14794: 2002-07-01 paf
14795:
14796: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
14797: [MForm.configure_admin were called when request.main_class ==0
14798:
14799: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
14800:
14801: * src/classes/form.C: content_length type fix
14802:
14803: 2002-06-30 paf
14804:
14805: * src/classes/mail.C: merged from 4
14806:
14807: * src/classes/mail.C: restored $MAIL
14808:
14809: 2002-06-28 paf
14810:
14811: * configure, configure.in: removed paths.h
14812:
1.97 moko 14813: * Makefile.in, configure, src/include/pa_version.h,
1.95 moko 14814: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
14815: merged, makes updated
14816:
14817: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
14818: src/include/pa_charset.h, src/include/pa_config_fixed.h,
14819: src/include/pa_pool.h, src/include/pa_version.h,
14820: src/main/pa_charset.C, src/main/pa_pool.C,
14821: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14822: src/types/pa_vmail.C: merged latest updates to head
14823:
14824: 2002-06-27 paf
14825:
14826: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
14827: not error now
14828:
14829: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
14830: src/include/pa_config_fixed.h, src/include/pa_pool.h,
14831: src/main/pa_charset.C, src/main/pa_pool.C:
14832: ^xdoc::create[[uri]]... base uri for document being created,
14833: imports and other relative file names would be relative to this
14834: uri default uri=path_translated
14835:
14836: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
14837:
14838: 2002-06-26 paf
14839:
14840: * configure, configure.in, src/include/pa_version.h:
14841: release_3_0_0004
14842:
14843: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
14844: 0 now
14845:
14846: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
14847:
14848: 2002-06-25 paf
14849:
14850: * src/main/pa_string.C: emtpy string, or string of whitespaces
14851: considered bad number now
14852:
14853: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
14854: now
14855:
14856: * operators.txt, src/classes/string.C: ^string.normalize [old
14857: name: optimize
14858:
14859: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
14860: library configured
14861:
14862: * src/main/pa_request.C: configure_admin forced if no @conf
14863:
14864: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
14865: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
14866: when needed and to call system crypt() if not $apr1$ prefix
14867:
14868: 2002-06-24 paf
14869:
14870: * INSTALL: --with-static/shared-mailreceive described
14871:
14872: * src/include/pa_config_fixed.h: ssize_t fixed
14873:
1.97 moko 14874: * Makefile.in, configure, configure.in, bin/Makefile.in,
14875: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
14876: src/Makefile.in, src/classes/Makefile.in,
14877: src/include/Makefile.in, src/include/pa_config_auto.h.in,
14878: src/lib/Makefile.in, src/lib/pcre/Makefile.in,
14879: src/main/Makefile.in, src/sql/Makefile.in,
14880: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
14881: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
14882: src/types/Makefile.am, src/types/Makefile.in,
1.95 moko 14883: src/types/pa_vmail.C: $mail:received makes update
14884:
14885: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
14886: WITH_MAILRECEIVE
14887:
14888: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
14889:
14890: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
14891: option, for $mail:receive
14892:
14893: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
14894: introducting $message:received ^mail:send rewritten with backward
14895: comp
14896:
14897: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
14898: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14899: types/types.dsp: win32xml win32mailreceive pseudomodules paths
14900: now
14901:
14902: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
14903: src/include/pa_charset.h, src/include/pa_config_fixed.h,
14904: src/include/pa_request.h, src/include/pa_string.h,
14905: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
14906: src/main/pa_globals.C, src/main/pa_request.C,
14907: src/main/pa_string.C, src/main/pa_uue.C,
14908: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
14909: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14910: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
14911: uue to separate file introducting $message:received ^mail:send
14912: rewritten with backward comp
14913:
14914: 2002-06-21 paf
14915:
1.97 moko 14916: * src/lib/: Makefile.am, Makefile.in, md5/pa_md5.h: lib restructure
14917: apache .am & co changes
1.95 moko 14918:
1.97 moko 14919: * Makefile.in, configure, configure.in, src/Makefile.in,
14920: src/classes/Makefile.in, src/lib/Makefile.in,
14921: src/lib/md5/Makefile.am, src/lib/md5/pa_md5c.c,
14922: src/lib/pcre/Makefile.in, src/main/Makefile.in,
14923: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
14924: src/types/Makefile.in: lib restructure .in and .am files
14925: appropriate changes
1.95 moko 14926:
14927: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
14928: pcre to libs/ added libs/md5 which is linked to non-apache
14929: targets ^math:crypt[password;$apr1$salt]
14930:
14931: * INSTALL, configure.in, operators.txt, parser3.dsw,
14932: src/Makefile.am, src/classes/Makefile.am,
14933: src/classes/classes.dsp, src/classes/math.C,
14934: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.97 moko 14935: src/lib/pcre/Makefile.am, src/lib/pcre/Makefile.in,
14936: src/lib/pcre/README, src/lib/pcre/Tech.Notes,
14937: src/lib/pcre/dftables.c, src/lib/pcre/get.c,
14938: src/lib/pcre/ibm-1250.ucm, src/lib/pcre/ibm-1251.ucm,
14939: src/lib/pcre/ibm-1257.ucm, src/lib/pcre/internal.h,
14940: src/lib/pcre/maketables.c, src/lib/pcre/pcre-2_08.tar.gz,
14941: src/lib/pcre/pcre.3, src/lib/pcre/pcre.3.html,
14942: src/lib/pcre/pcre.3.txt, src/lib/pcre/pcre.c,
14943: src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 14944: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
14945: src/lib/pcre/pcre_parser_ctype.dsp,
14946: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
14947: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
14948: src/main/compile.tab.C, src/main/main.dsp,
14949: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
14950: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
14951: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
14952: to libs/ added libs/md5 which is linked to non-apache targets
14953: ^math:crypt[password;$apr1$salt]
14954:
14955: 2002-06-20 paf
14956:
14957: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.97 moko 14958: bin/Makefile.in, bin/auto.p.dist.in, src/classes/file.C,
14959: src/classes/op.C, src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 14960: src/include/pa_request.h, src/main/execute.C,
14961: src/main/pa_request.C, src/targets/cgi/parser3.C,
14962: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
14963: marged latest HEAD updates, mainly file:justname&co &
14964: @auto/conf[filespec
14965:
14966: * operators.txt, src/classes/file.C:
14967: !^file:dirname[/a/some.tar.gz]=/a
14968: !^file:dirname[/a/b/]=/a
14969: !^file:basename[/a/some.tar.gz]=some.tar.gz
14970: !^file:justname[/a/some.tar.gz]=some.tar
14971: !^file:justext[/a/some.tar.gz]=gz
14972:
14973: * src/: classes/op.C, include/pa_request.h, main/execute.C,
14974: main/pa_request.C, types/pa_vmethod_frame.h: introducing
14975: @conf/auto[filespec]
14976:
14977: * bin/auto.p.dist.in: <noindex>
14978:
1.97 moko 14979: * configure, bin/Makefile.in: parser3.conf renamed to auto.p
14980: autoconf changes
1.95 moko 14981:
14982: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
14983: bin/auto.p.dist.in, src/doc/doxygen.cfg,
14984: src/include/pa_globals.h, src/targets/cgi/parser3.C,
14985: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
14986:
14987: 2002-06-18 paf
14988:
14989: * configure, configure.in, src/include/pa_version.h: version to
14990: configure.in
14991:
14992: * INSTALL: reflected .conf.dist dir change
14993:
1.97 moko 14994: * Makefile.am, Makefile.in, configure, configure.in,
14995: bin/Makefile.am, bin/Makefile.in, etc/Makefile.in,
14996: etc/parser3.charsets/Makefile.am,
14997: etc/parser3.charsets/Makefile.in: parser3.conf.dist moved to bin,
1.95 moko 14998: .in & *.am updated
14999:
15000: * src/classes/file.C: strncasecmp
15001:
15002: * src/classes/file.C: strcasecmp
15003:
1.97 moko 15004: * bin/Makefile.am, bin/Makefile.in, etc/Makefile.am:
15005: bin/parser3.conf.dist [moved from etc
1.95 moko 15006:
15007: * src/classes/file.C: ^file::exec[script;$.bad error case
15008: insensitive check now
15009:
15010: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
15011:
15012: * configure, configure.in, src/include/pa_pool.h,
15013: src/include/pa_types.h: pack configure.in detection simplified.
15014: figured out that gcc on sparc not that stupid as thought
15015: previously: on sparc: when it sees packed class it modifies it's
15016: field-access-code to byte operations [stb, ldub] instead of 4byte
15017: operations [st, lduh] so packed must be all parts of packed
15018: class, i.e. it's parents&fields(classes). for now it's only
15019: String that packed and what was wrong is that it's parent -
15020: Pooled, were not packed. fixed that.
15021:
15022: 2002-06-14 paf
15023:
15024: * operators.txt: more precise xml-to-text options
15025:
15026: * operators.txt, src/types/pa_vxnode.C: xnode
15027: attribute_node.name/value xnode pi.node.data
15028:
15029: 2002-06-12 paf
15030:
1.97 moko 15031: * Makefile.in, configure, configure.in, etc/Makefile.in,
15032: etc/parser3.charsets/Makefile.in, src/Makefile.in,
15033: src/classes/Makefile.in, src/include/Makefile.in,
15034: src/main/Makefile.in, src/sql/Makefile.in,
15035: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
15036: src/targets/cgi/Makefile.in, src/targets/cgi/parser3.C,
15037: src/targets/isapi/Makefile.in, src/types/Makefile.in: removed
15038: root conf define creation
1.95 moko 15039:
15040: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
15041: src/include/pa_globals.h, src/include/pa_request.h,
15042: src/main/compile.tab.C, src/main/pa_globals.C,
15043: src/main/pa_request.C, src/targets/cgi/parser3.C,
15044: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
15045:
15046: * src/classes/mail.C: sendmail -ti [default now]
15047:
15048: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
15049: to be strings. for convinient #ing
15050:
15051: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
15052: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
15053:
15054: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
15055: main/pa_globals.C, main/pa_request.C: @conf
15056:
15057: 2002-06-11 paf
15058:
15059: * src/classes/file.C: check simplified
15060:
15061: * src/: classes/file.C, targets/cgi/parser3.dsp,
15062: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
15063: valid prefix
15064:
15065: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
15066: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
15067: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
15068:
15069: 2002-06-10 paf
15070:
15071: * operators.txt, src/classes/op.C, src/include/pa_common.h,
15072: src/main/pa_common.C: lock failures reported now
15073:
15074: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
15075: string->double @ compile time were not-enough-checking...
15076:
15077: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
15078: autoconvert now ignored
15079:
15080: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
15081: check
15082:
15083: * src/classes/mail.C: mail netscape attachment name fixed. todo:
15084: $response:body content-type:name
15085:
15086: * configure, configure.in: hpux check, nsl link, no socket
15087:
15088: * operators.txt: old merge conflict removed
15089:
15090: * configure, configure.in: pack even address access on sparc&co
15091: arch checked in configure
15092:
15093: * configure, src/include/pa_version.h: makes
15094:
15095: * configure, configure.in, src/include/pa_version.h: makes
15096:
15097: * src/main/untaint.C: (bug#2) mail subject got always prepended
15098: with charset even when all letters were 7bit one
15099:
15100: * src/main/pa_common.C: merged fixed -d (bug)
15101:
15102: * src/main/pa_common.C: fixed -d (bug)
15103:
15104: 2002-06-03 paf
15105:
15106: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
15107: src/classes/classes.dsp, src/main/compile.tab.C,
15108: src/main/main.dsp, src/main/pa_globals.C,
15109: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15110: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
15111: .dsp-s along with reorganized cvs modules dirs structure
15112:
15113: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15114: main/pa_globals.C, targets/cgi/parser3.dsp,
15115: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
15116: modules
15117:
15118: 2002-05-28 paf
15119:
15120: * src/targets/cgi/parser3.C: info.uri now ""
15121:
15122: 2002-05-17 paf
15123:
15124: * src/classes/: table.C: ^table.save << checked empty
15125: pre/match/post columns
15126:
15127: 2002-05-16 paf
15128:
15129: * src/classes/image.C: image::measure can png now
15130:
15131: 2002-05-15 paf
15132:
15133: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
15134: added
15135:
15136: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
15137:
15138: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
15139: %H[:%M[:%S]]]]]] [-%m now
15140:
15141: 2002-05-14 paf
15142:
15143: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
15144:
15145: 2002-05-07 paf
15146:
15147: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
15148: src/include/pa_globals.h, src/include/pa_request.h,
15149: src/include/pa_table.h, src/main/compile.tab.C,
15150: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
15151: src/main/pa_request.C, src/main/pa_table.C,
15152: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
15153: src/targets/isapi/parser3isapi.dsp,
15154: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
15155: name2number field now &. main_method_name now on Request pool
15156: rather on global_pool [Junction+VJunction created on same pool as
15157: name = were created on global pool, causing mem leaks]
15158:
15159: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
15160: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
15161: main/compile.y, main/main.dsp, main/pa_globals.C,
15162: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
15163: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
15164: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
15165: field now &. main_method_name now on Request pool rather on
15166: global_pool [Junction+VJunction created on same pool as name =
15167: were created on global pool, causing mem leaks]
15168:
15169: 2002-05-06 paf
15170:
15171: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15172: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
15173: 100*40 bytes per request memory leak [nonpool malloc in globals]
15174:
15175: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15176: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
15177: 100*40 bytes per request memory leak [nonpool malloc in globals]
15178:
15179: 2002-04-30 paf
15180:
15181: * configure, src/include/pa_version.h: version now not b
15182:
15183: * src/targets/cgi/parser3.C: request.uri now never 0
15184:
15185: 2002-04-29 paf
15186:
15187: * configure.in: removed b
15188:
15189: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
15190: Exception::comment/type checked in (), no there's no empty
15191: type/comment by default
15192:
15193: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
15194: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
15195: src/doc/value.dox, src/include/pa_exception.h,
15196: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
15197: 0001
15198:
15199: 2002-04-26 paf
15200:
15201: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
15202: size reduced
15203:
15204: 2002-04-25 paf
15205:
15206: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
15207: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
15208: now that took into account
15209:
15210: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
15211: 01:03:04]
15212:
15213: * ChangeLog, operators.txt, src/classes/date.C:
15214: ^date::create[2002-12-33 01:03:04]
15215:
15216: * ChangeLog: updated changelog
15217:
15218: * src/classes/table.C: removed restriction on column count to
15219: ^table.hash to work, now must be >0 [were >1]
15220:
15221: 2002-04-24 paf
15222:
15223: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15224: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15225: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
15226: targets
15227:
15228: 2002-04-23 paf
15229:
15230: * operators.txt, src/classes/string.C:
15231: int/double/string:sql{}[$.default{code}] fixed [were barking:
15232: "junction used outside of context"]
15233:
15234: 2002-04-22 paf
15235:
15236: * types.txt, src/classes/string.C, src/include/pa_string.h,
15237: src/main/pa_string.C, src/types/pa_vstring.C,
15238: src/types/pa_vstring.h: ^string.optimize[]
15239:
15240: * src/: include/pa_globals.h, include/pa_table.h,
15241: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
15242: table template
15243:
15244: * src/classes/: string.C: optimize removed from string
15245: .left/right/pos
15246:
15247: * src/main/execute.C: rolled back to
15248: before_killing_userjunction_contexts
15249:
15250: * src/main/execute.C: user junctions context killed
15251:
15252: * src/main/execute.C: junctions to local contexts got
15253: cleanized&checked later
15254:
15255: 2002-04-19 paf
15256:
15257: * src/: classes/string.C, include/pa_request.h,
15258: include/pa_string.h, main/pa_request.C, main/pa_string.C,
15259: types/pa_vstring.C, types/pa_vstring.h: string now optimized
15260: prior to .left .right .mid .pos .match when that is profitable,
15261: and always before .replace when $ORIGINS(1) optimization disabled
15262: economy from not wasting mem on lots of strings which occur by
15263: lots of String:mid calls to get parts of source string between
15264: found_occurances
15265:
15266: * src/classes/file.C: ovector now local economy: 16 bytes per
15267: ^file:list
15268:
15269: * src/: include/pa_globals.h, include/pa_table.h,
15270: main/pa_globals.C, main/pa_string.C: String::match table columns
15271: globalized, not created @ each ^match anymore economy:
15272: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
15273:
15274: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
15275: removed from each String::match replace iteration, and made
15276: stacked sizeof(VTable)=12bytes economy on each replace code
15277:
15278: * src/doc/footer.htm: 2001,
15279:
15280: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
15281: string.match[]['] option enables generation of $match.prematch
15282: .match .postmatch columns
15283:
15284: * src/main/pa_string.C: String::match options analized without
15285: cstr-ing them now
15286:
15287: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
15288: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
15289: config updated to doxygen 1.2.15, created helper which fixes
15290: minor bugs in chm project files & htm tree. changed extension to
15291: .htm
15292:
15293: 2002-04-18 paf
15294:
15295: * src/doc/doxygen.cfg: .chi generation disabled
15296:
15297: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
15298: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
15299: fields&methods
15300:
15301: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
15302: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
15303: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
15304: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
15305: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
15306: types/pa_vresponse.h, types/pa_vstateless_class.h,
15307: types/pa_vstateless_object.h, types/pa_vstatus.h,
15308: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
15309: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
15310: VStateless_class to VObject
15311:
15312: * src/: main/pa_request.C, types/pa_valiased.h,
15313: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15314: types/pa_vstring.h: VStateless_string_object speicalized light
15315: version of VStateless_object
15316:
15317: * src/classes/op.C: ^throw comment param made optional
15318:
15319: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
15320: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
15321: and implemented down in VClass, fclass_alias removed,
15322:
15323: * src/types/pa_value.C: forced to cut that from .h because of
15324: VStateless_class usage [undefined in .h]
15325:
15326: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15327: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15328: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
15329: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
15330: on each CALL]
15331:
15332: * src/: classes/classes.h, classes/date.C, classes/double.C,
15333: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
15334: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
15335: classes/response.C, classes/string.C, classes/table.C,
15336: classes/void.C, classes/xnode.C, include/pa_globals.h,
15337: include/pa_request.h, main/execute.C, main/pa_globals.C,
15338: main/pa_request.C, types/Makefile.am, types/pa_value.h,
15339: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
15340: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15341: types/pa_vstateless_class.h, types/pa_wcontext.C,
15342: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
15343: removed Value::fname
15344:
15345: 2002-04-17 paf
15346:
15347: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
15348: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
15349: doc/pooled.dox, doc/string.dox, doc/targets.dox,
15350: include/pa_pool.h, include/pa_types.h: dox updated to current
15351: state, PTHROW freshen to throw & co
15352:
15353: * src/types/pa_vhash.h: vstring wrong parent fixed
15354:
15355: * src/classes/op.C: taint local result var bug fixed
15356:
15357: 2002-04-16 paf
15358:
15359: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
15360: Attic asm.txt as most interesting
15361:
15362: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
15363: check, preventing content-length: 0 from appearing
15364:
15365: * src/main/execute.C: $result in @main now taken into account as in
15366: usual functions
15367:
15368: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
15369: & @unhandled_exception now taken into account as in usual
15370: functions
15371:
15372: * src/doc/postbuild.txt: instructions on post .html build
15373:
15374: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
15375:
15376: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
15377: tainted
15378:
15379: * src/main/pa_request.C: uri in error log
15380:
15381: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
15382: cheched date:create(days) param for validity [later were assumed
15383: valid and crashed on invalid onces]
15384:
15385: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15386: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
15387: and used that for removing VString wrapper
15388:
15389: * src/classes/op.C: exception2vhash file now tainted
15390:
15391: * src/classes/op.C: _process pseudo origin copied from local var to
15392: heap
15393:
15394: * src/classes/op.C: extra check on empty file in origin in _execute
15395:
15396: 2002-04-15 paf
15397:
15398: * src/: main/execute.C, types/pa_value.h: fixed name update
15399:
15400: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
15401: functions
15402:
15403: * src/: classes/file.C, classes/hash.C, classes/op.C,
15404: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
15405: started dual write_xxx_lang functions, if checked & works
15406:
15407: * src/: classes/date.C, classes/file.C, classes/mail.C,
15408: classes/string.C, classes/xnode.C, include/pa_request.h,
15409: types/pa_value.h, types/pa_wcontext.h: removed absolutely
15410: unnecessary VString shells
15411:
15412: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
15413: prev changes]
15414:
15415: * src/: classes/image.C, classes/op.C, classes/string.C,
15416: classes/table.C, include/pa_request.h, main/execute.C,
15417: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
15418: StringOrValue wcontext result, now ready for dual writes
15419:
15420: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
15421: checked that
15422:
15423: * src/main/: compile.tab.C, compile.y, compile_tools.C,
15424: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
15425: changed to OP_WRITE_VALUE in var get cases
15426:
15427: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
15428: include/pa_request.h, main/compile.tab.C, main/compile.y,
15429: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15430: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
15431: switch in hash constructor fixed [were problems with using of
15432: stacked wwrapper after it's death]
15433:
15434: 2002-04-12 paf
15435:
15436: * operators.txt, src/classes/table.C: table.select(expression) 0
15437:
15438: 2002-04-11 paf
15439:
15440: * src/: classes/string.C, include/pa_request.h, main/execute.C:
15441: Request::process_internal codeFrame & wwrapper stacked [not
15442: wasting heap anymore]
15443:
15444: 2002-04-10 paf
15445:
15446: * src/: classes/double.C, classes/file.C, classes/hash.C,
15447: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
15448: classes/string.C, classes/table.C, classes/void.C,
15449: classes/xdoc.C, include/pa_request.h, main/execute.C,
15450: main/pa_string.C: killed Request::process() wrapping
15451: VString(String) in case we need only String
15452:
15453: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15454: killed 8 bytes from String.head
15455:
15456: 2002-04-09 paf
15457:
15458: * src/: main/compile.tab.C, targets/cgi/parser3.C,
15459: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
15460: local*/char b[...]; a=b; situations
15461:
15462: * operators.txt, src/classes/xdoc.C: xslt params made literal
15463:
15464: * src/classes/xdoc.C: xslt params fixed
15465:
15466: * src/: main/pa_common.C, targets/cgi/parser3.C,
15467: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
15468: not pool.malloc(MAX_NUMBER) but really neaded
15469:
1.97 moko 15470: * etc/Makefile.in, etc/parser3.charsets/Makefile.in,
15471: src/classes/Makefile.in, src/sql/Makefile.in,
15472: src/targets/Makefile.in, src/targets/cgi/Makefile.in,
15473: src/targets/isapi/Makefile.in, src/types/Makefile.in: makse
15474:
1.95 moko 15475: * operators.txt, src/classes/double.C, src/classes/int.C:
15476: int/double.int/double(default)
15477:
15478: 2002-04-04 paf
15479:
15480: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
15481: [when reconstructing pieces were split by
15482: max_integral(piece.size), thus some strings to replace happen to
15483: be split into two = not replaced)
15484:
15485: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
15486: standalone version = current dir
15487:
15488: * src/targets/cgi/parser3.C: document root in standalone version =
15489: current dir
15490:
15491: 2002-04-03 paf
15492:
15493: * configure, configure.in: more checks on nonexistent charset
15494:
1.97 moko 15495: * INSTALL, Makefile.in, configure, configure.in, etc/Makefile.in,
15496: etc/parser3.charsets/Makefile.in, src/Makefile.in,
15497: src/include/Makefile.in, src/main/Makefile.in: root config
15498: configure options
1.95 moko 15499:
15500: 2002-04-02 paf
15501:
15502: * src/main/compile.C: parser.compile [exception name more like in
15503: doc]
15504:
15505: 2002-04-01 paf
15506:
15507: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
15508: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
15509: .content-type.charset, not .charset
15510:
15511: 2002-03-29 paf
15512:
15513: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
15514:
15515: * operators.txt, src/classes/date.C: ^date::create now may not
15516: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
15517: days' year. | 31.05->31.04 roll
15518:
15519: 2002-03-28 paf
15520:
15521: * operators.txt, src/classes/date.C, src/classes/op.C,
15522: src/include/pa_globals.h, src/include/pa_hash.h,
15523: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
15524: ^cache(seconds) ^cache[date] }
15525:
15526: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
15527: param
15528:
15529: 2002-03-27 paf
15530:
15531: * operators.txt, src/classes/date.C, src/classes/double.C,
15532: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
15533: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
15534: src/classes/math.C, src/classes/op.C, src/classes/string.C,
15535: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15536: src/classes/xnode.C, src/include/pa_exception.h,
15537: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
15538: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
15539: src/main/pa_array.C, src/main/pa_charset.C,
15540: src/main/pa_charsets.C, src/main/pa_common.C,
15541: src/main/pa_dictionary.C, src/main/pa_exception.C,
15542: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
15543: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
15544: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
15545: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
15546: src/types/pa_value.h, src/types/pa_vcookie.C,
15547: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
15548: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
15549: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
15550: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
15551: src/types/pa_wwrapper.h: assigned exception types
15552:
15553: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
15554: src/include/pa_request.h, src/main/execute.C,
15555: src/main/pa_request.C: decided agains resetting exception_trace,
15556: just changed name
15557:
15558: 2002-03-26 paf
15559:
15560: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
15561: fixed
15562:
15563: * src/classes/op.C: forced language of $source field of exception
15564: to 'tainted', so that sql-langed-frags could be outputed outside
15565: of connect
15566:
15567: * operators.txt: removed date.roll limit of +-1 offset
15568:
15569: * src/classes/date.C: removed date.roll limit of +-1 offset
15570:
15571: * operators.txt, src/classes/date.C: fixed date roll on
15572: daylightsaving days mktime took into account tm_isdst flag, which
15573: remained from BEFORE roll, but should have been reset
15574:
15575: 2002-03-25 paf
15576:
15577: * operators.txt, src/targets/cgi/parser3.C:
15578: http_site_config_filespec
15579:
15580: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
15581: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
15582: with any/both --disable-foreign-group-files --disable-execs
15583:
15584: * INSTALL: "--with=sendmail=COMMAND" comment
15585:
15586: * INSTALL, configure, configure.in, src/classes/mail.C,
15587: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.97 moko 15588: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in:
15589: --disable-foreign-group-files now disables execs also.
15590: introducing --sendmail
1.95 moko 15591:
15592: * operators.txt: pgsql options comment
15593:
15594: * INSTALL: comment on --disable-link-stdcpp
15595:
1.97 moko 15596: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am,
15597: src/targets/cgi/Makefile.in: libstdc++ link skipping configure
15598: option
1.95 moko 15599:
15600: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
15601: with error were put to cache with 'marked_to_rollback' flag, all
15602: consequent even OK requests rolled back
15603:
15604: 2002-03-22 paf
15605:
15606: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
15607: false return
15608:
15609: * operators.txt: few comments on sets
15610:
15611: 2002-03-18 paf
15612:
15613: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
15614: src/include/pa_globals.h, src/include/pa_request.h,
15615: src/include/pa_stack.h, src/main/pa_globals.C,
15616: src/main/pa_request.C: introducing ^try
15617:
15618: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
15619: types/pa_vdouble.h: removed some tested @tests
15620:
15621: 2002-03-15 paf
15622:
15623: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
15624:
15625: 2002-03-13 paf
15626:
15627: * src/main/pa_exception.C: checked not-pooled malloc
15628:
15629: 2002-03-11 paf
15630:
15631: * INSTALL, configure, configure.in,
15632: src/include/pa_config_auto.h.in: --disable-foreign-group-files
15633:
15634: * src/main/pa_common.C: --disable-foreign-group-files
15635:
15636: * INSTALL: --disable-execs
15637:
15638: * src/main/pa_exec.C: --disable-execs
15639:
15640: * configure, configure.in, src/include/pa_config_auto.h.in:
15641: --disable-execs
15642:
15643: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
15644:
15645: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
15646: file::exec/cgi linebreaks "0D0A" changed to 0A onces
15647:
15648: 2002-03-05 paf
15649:
15650: * operators.txt, src/classes/date.C: date week calendar columns
15651: named
15652:
15653: * operators.txt, src/classes/date.C: date week calendar columns
15654: named
15655:
15656: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
15657: requires headers to be terminated with \r\n manually [refuses to
15658: separate header/body itself]
15659:
15660: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15661: targets/isapi/parser3isapi.C: isapi site config beside .dll
15662:
15663: 2002-03-04 paf
15664:
15665: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
15666: in PASS language
15667:
15668: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
15669: deserialize checks on broken file
15670:
15671: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
15672: parser3isapi.dsp: isapi updated
15673:
15674: 2002-03-01 paf
15675:
15676: * src/main/pa_exec.C: execle -> execve, now argc OK
15677:
15678: 2002-02-28 paf
15679:
15680: * src/main/untaint.C: removed some debug comments
15681:
15682: * src/main/pa_charsets.C: when placing charset to cache using
15683: global name now [were request]
15684:
15685: * configure, configure.in: apache module updated
15686:
15687: * src/main/pa_string.C: origin by first piece preferred before last
15688: piece
15689:
15690: 2002-02-27 paf
15691:
15692: * src/main/pa_charset.C: size_t
15693:
15694: * INSTALL: shared/static-xml with-pathlink
15695:
15696: * operators.txt: SMTP comment
15697:
15698: 2002-02-26 paf
15699:
15700: * src/main/pa_exec.C: more precise names for vars, cosmetic
15701:
15702: * src/classes/xnode.C: in some situation, xpath query returned
15703: result with type NODESET, but empty nodeset member field, checked
15704: that
15705:
15706: 2002-02-22 paf
15707:
15708: * INSTALL: without-zlib comment
15709:
15710: * etc/parser3.charsets/windows-1251.cfg: °
15711:
15712: * configure, configure.in: glib###.a detection fixed
15713:
15714: * INSTALL: hashfile removed from INSTALL
15715:
1.97 moko 15716: * Makefile.am, Makefile.in: make update
1.95 moko 15717:
15718: * src/main/pa_string.C: string iterators fixed again, so were
15719: String::join_chain
15720:
15721: * src/main/pa_string.C: string iterators fixed again, so were
15722: String::join_chain
15723:
15724: * src/: include/pa_string.h, main/pa_string.C: string iterators
15725: fixed again, so were String::join_chain
15726:
15727: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
15728:
15729: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
15730: "session"
15731:
1.97 moko 15732: * Makefile.in, configure, configure.in,
15733: src/include/pa_config_auto.h.in: --with-shared-xml
15734: --with-static-xml
1.95 moko 15735:
15736: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15737: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15738: types/types.dsp: *.dsp: removed refereces to win32db & ancient
15739: xalan&xml
15740:
15741: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
15742:
15743: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
15744: src/types/types.dsp: removed hashfile support from sources for
15745: now
15746:
1.97 moko 15747: * Makefile.in, configure, configure.in, etc/Makefile.in,
15748: etc/parser3.charsets/Makefile.in, src/Makefile.in,
15749: src/classes/Makefile.am, src/classes/Makefile.in,
1.95 moko 15750: src/classes/hashfile.C, src/include/Makefile.am,
1.97 moko 15751: src/include/Makefile.in, src/include/pa_config_auto.h.in,
15752: src/include/pa_db_connection.h, src/include/pa_db_manager.h,
15753: src/include/pa_db_table.h, src/main/Makefile.am,
15754: src/main/Makefile.in, src/main/pa_db_connection.C,
1.95 moko 15755: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.97 moko 15756: src/main/pa_globals.C, src/sql/Makefile.in,
15757: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
15758: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
15759: src/types/Makefile.am, src/types/Makefile.in,
15760: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: removed
15761: hashfile support for now
1.95 moko 15762:
15763: 2002-02-21 paf
15764:
15765: * src/main/untaint.C: removed debug code, activated commented-for
15766: debug parts
15767:
1.97 moko 15768: * Makefile.am, Makefile.in: make cvsupdate
1.95 moko 15769:
15770: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
15771: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
15772: append_row, not at link zero now string to string appending works
15773:
15774: 2002-02-20 paf
15775:
15776: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
15777: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
15778: DEBUG_STRING_APPENDS_VS_EXPANDS
15779:
15780: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15781: economy: 22%
15782:
15783: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15784: space uptimized: string::link_row removed
15785:
15786: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
15787: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
15788: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
15789: types/pa_vstring.h: speed uptimized: string::is_empty
15790:
15791: * operators.txt, src/include/pa_common.h,
15792: src/include/pa_config_fixed.h, src/include/pa_string.h,
15793: src/include/pa_types.h, src/main/compile.tab.C,
15794: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
15795: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
15796: string append optimiziation idea and estimates
15797:
15798: 2002-02-19 paf
15799:
15800: * src/classes/math.C: not used directly [but erroreously reported
15801: that 'is', thus registering twice&other probs]
15802:
15803: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
15804: to node [element]
15805:
15806: * src/main/compile.C: without string_origins parse error
15807: file+line+col possible
15808:
15809: * src/main/: compile.C: without string_origins not worked
15810:
15811: 2002-02-18 paf
15812:
15813: * src/types/pa_vdouble.h: since we have in_expression removed that
15814: trick i've installed into double::as_string
15815:
15816: * src/main/pa_globals.C: extern "C" was removed too fast
15817:
15818: * src/: include/pa_opcode.h, include/pa_request.h,
15819: main/compile.tab.C, main/compile.y, main/execute.C,
15820: types/pa_wcontext.h: in_expression aimed to solve old problem
15821: with string/nonstring values, now in expressions double/int
15822: values are passed as-is, without stupid tostring/fromstring
15823: conversions
15824:
15825: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
15826: __cplusplus } #endif
15827:
15828: * src/main/compile.tab.C: bison env set so one could compile
15829: without cygwin installed
15830:
15831: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
15832: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
15833: gnome xml libs parser .dsp-s changed accordingly
15834:
15835: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
15836:
15837: * operators.txt, src/classes/date.C: date::create [were date::set,
15838: with backward comp
15839:
15840: * src/classes/math.C: math:random range check fixed
15841:
15842: * src/main/: compile.tab.C, compile.y: integer division stops name
15843:
15844: * INSTALL: local install comment
15845:
1.97 moko 15846: * Makefile.in, ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 15847:
1.97 moko 15848: * Makefile.in, acinclude.m4, aclocal.m4, configure, configure.in,
15849: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
15850: src/Makefile.in, src/classes/Makefile.in,
15851: src/include/Makefile.in, src/include/pa_config_auto.h.in,
15852: src/include/pa_config_includes.h, src/main/Makefile.in,
15853: src/sql/Makefile.in, src/targets/Makefile.in,
15854: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
15855: src/targets/cgi/parser3.C, src/targets/isapi/Makefile.in,
15856: src/types/Makefile.in: removed libtool usage from build mech
1.95 moko 15857:
15858: * operators.txt: \ comment
15859:
15860: 2002-02-13 paf
15861:
15862: * src/include/pa_config_includes.h: sys/time time both included
15863: now. vaguely remember confilicts on this on some system [not on
15864: six|ablv] so when would see them again would think up proper
15865: check
15866:
1.97 moko 15867: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am,
15868: src/targets/cgi/Makefile.in: --with-glib-config CXXLINK=$(CC) for
15869: targets/cgi/parser3
1.95 moko 15870:
15871: * src/main/pa_common.C: truncation never occured when writing files
15872: on unix [since i've changed cache mech] fix
15873:
15874: * src/main/pa_common.C: strnchr: sanity check added
15875:
15876: * etc/parser3.charsets/windows-1257.cfg: id added
15877:
15878: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
15879: baltic charset file generated, in generation script ispunct check
15880: added
15881:
15882: 2002-02-08 paf
15883:
1.97 moko 15884: * src/: include/Makefile.am, include/Makefile.in, sql/Makefile.am,
15885: sql/Makefile.in, targets/isapi/Makefile.am,
15886: targets/isapi/Makefile.in: forgotten makes
1.95 moko 15887:
15888: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
15889: forgotten
15890:
15891: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
15892:
15893: * INSTALL, README: install&others updated
15894:
15895: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
15896:
1.97 moko 15897: * Makefile.am, Makefile.in, configure, configure.in,
15898: etc/parser3.charsets/Makefile.am,
15899: etc/parser3.charsets/Makefile.in, src/Makefile.am,
15900: src/Makefile.in, src/classes/Makefile.am,
15901: src/classes/Makefile.in, src/main/Makefile.am,
15902: src/main/Makefile.in, src/main/pa_status_provider.C,
15903: src/targets/Makefile.am, src/targets/Makefile.in,
15904: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
15905: src/types/Makefile.am, src/types/Makefile.in: 'make dist' works
1.95 moko 15906:
15907: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15908: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15909: classes/hashfile.C, classes/int.C, classes/mail.C,
15910: classes/math.C, classes/op.C, classes/response.C,
15911: classes/string.C, classes/table.C, classes/void.C,
15912: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15913: include/pa_array.h, include/pa_cache_managers.h,
15914: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15915: include/pa_config_fixed.h, include/pa_config_includes.h,
15916: include/pa_db_connection.h, include/pa_db_manager.h,
15917: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
15918: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15919: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15920: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15921: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15922: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15923: include/pa_stack.h, include/pa_string.h,
15924: include/pa_stylesheet_connection.h,
15925: include/pa_stylesheet_manager.h, include/pa_table.h,
15926: include/pa_threads.h, include/pa_types.h, main/compile.C,
15927: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15928: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
15929: main/pa_db_connection.C, main/pa_db_manager.C,
15930: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
15931: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
15932: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
15933: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
15934: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15935: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
15936: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
15937: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15938: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15939: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
15940: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
15941: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15942: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
15943: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
15944: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
15945: types/pa_vmethod_frame.h, types/pa_vobject.h,
15946: types/pa_vrequest.h, types/pa_vresponse.h,
15947: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15948: types/pa_vstateless_object.h, types/pa_vstatus.C,
15949: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15950: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15951: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
15952: classes/image.C, main/pa_common.C, main/pa_exec.C,
15953: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
15954: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
15955: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
15956: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
15957: types/pa_vxnode.C, main/pa_charset.C: name spelling
15958:
15959: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15960: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15961: classes/hashfile.C, classes/image.C, classes/int.C,
15962: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15963: classes/string.C, classes/table.C, classes/void.C,
15964: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15965: include/pa_array.h, include/pa_cache_managers.h,
15966: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15967: include/pa_config_fixed.h, include/pa_config_includes.h,
15968: include/pa_db_connection.h, include/pa_db_manager.h,
15969: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
15970: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15971: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15972: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15973: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15974: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15975: include/pa_stack.h, include/pa_string.h,
15976: include/pa_stylesheet_connection.h,
15977: include/pa_stylesheet_manager.h, include/pa_table.h,
15978: include/pa_threads.h, include/pa_types.h, main/compile.C,
15979: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
15980: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
15981: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15982: main/pa_db_connection.C, main/pa_db_manager.C,
15983: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
15984: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
15985: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
15986: main/pa_socks.C, main/pa_sql_driver_manager.C,
15987: main/pa_status_provider.C, main/pa_string.C,
15988: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
15989: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
15990: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15991: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15992: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15993: targets/isapi/pool_storage.h, types/pa_valiased.C,
15994: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
15995: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15996: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15997: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15998: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15999: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
16000: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16001: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
16002: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
16003: types/pa_vresponse.h, types/pa_vstateless_class.C,
16004: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16005: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
16006: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
16007: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
16008: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
16009: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
16010:
16011: 2002-02-07 paf
16012:
16013: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
16014:
1.97 moko 16015: * src/: classes/Makefile.in, main/Makefile.in, targets/Makefile.in,
16016: targets/cgi/Makefile.in, types/Makefile.in: makes
16017:
16018: * configure, configure.in, src/classes/Makefile.in,
16019: src/include/pa_config_auto.h.in, src/main/Makefile.in,
16020: src/main/pa_common.C, src/main/pa_socks.C,
16021: src/targets/Makefile.in, src/targets/cgi/Makefile.in,
16022: src/types/Makefile.in: compiled under cygwin added yet another
16023: locking function: fcntl
1.95 moko 16024:
16025: * config.sub: on cygwin configure passes it with strange i1586
16026: const, hacked it to mean i586
16027:
16028: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16029: disabled $if reference due to conflicts with local variables
16030:
16031: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
16032: xdoc::set obsolete now, now xdoc::create, with both sences
16033:
16034: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16035: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16036: table::create now // 'set' name obsolete now table clone.
16037:
16038: * operators.txt, src/classes/string.C,
16039: src/include/pa_config_fixed.h, src/main/compile.tab.C:
16040: ^int/double/string.format now can be called with normal []
16041: brackets, not stupid {} as it were implemented for some strange
16042: reason. retaining backward compatibility due to some
16043: already-implemented servers
16044:
16045: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
16046: main/compile.y, main/compile_tools.C, main/compile_tools.h:
16047: operators now detected by check at name_without_curly_rdive_read
16048: rule whether diving code constists only of
16049: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
16050: with OP_GET_ELEMENT_OR_OPERATOR to form
16051: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
16052:
16053: 2002-02-06 paf
16054:
16055: * configure, configure.in: prefix expanded, grr
16056:
16057: * operators.txt, src/classes/mail.C: mail:send config changed
16058:
16059: 2002-02-05 paf
16060:
16061: * operators.txt: regex options commented
16062:
16063: * src/main/: pa_exec.C: argv0 now correct
16064:
16065: * src/types/pa_vstatus.C: status:rusage 3
16066:
16067: * src/types/pa_vstatus.C: status:rusage 2
16068:
16069: * operators.txt: status:rusage described int operators
16070:
16071: * src/types/pa_vstatus.C: status:rusage 1
16072:
16073: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
16074: src/types/types.dsp: status:rusage
16075:
16076: * configure.in, operators.txt, src/classes/file.C,
16077: src/classes/op.C, src/include/pa_common.h,
16078: src/include/pa_config_includes.h, src/main/compile.tab.C,
16079: src/main/pa_common.C: rewritten ^cache to use
16080: non-blocking-exclusive-caches
16081:
16082: * src/main/pa_common.C: text file read mode on win32 adjusted
16083: [speed impact. was off for debugging purpose, but forgotten
16084: afterwards]
16085:
16086: 2002-02-01 paf
16087:
16088: * src/classes/op.C: file_write does EX lock after create, while
16089: file_read does SH after open, so there's a moment after create
16090: but before EX lock when read can sneak into, and read
16091: just-created-for-writing-and-not-yet-locked file, added a check
16092: for that in ^cache...read
16093:
16094: 2002-01-31 paf
16095:
16096: * src/main/: compile.y, compile.tab.C: disabled operator call after
16097: ^xxx:
16098:
16099: * src/main/: compile.tab.C, execute.C: made operators lookup first
16100: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
16101:
16102: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
16103: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16104: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
16105: operators check 6.1 rewritten. now check is done at compile time
16106:
16107: * src/main/execute.C: operators check 5 floated up old error of
16108: staying in 'entered class/object' state after $a($a..) it
16109: prevented operators from being called thereafter
16110:
16111: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16112: main/execute.C: operators check 4 floated up old error of staying
16113: in 'entered object' state after ^a.a(a) it prevented operators
16114: from being called thereafter
16115:
16116: * src/main/execute.C: operators check 3 floated up old error of
16117: staying in 'entered class' state after $a:a(a) it prevented
16118: operators from being called thereafter
16119:
16120: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
16121: floated up old error of staying in 'entered class' state after
16122: $a:a[a] it prevented operators from being called thereafter
16123:
16124: * src/main/execute.C: operators check, thay mistakenly seen in
16125: $class:operator $object.operators contexts
16126:
16127: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
16128: win32
16129:
1.97 moko 16130: * INSTALL, Makefile.in, configure, configure.in, ident.awk,
16131: etc/Makefile.am, etc/Makefile.in,
16132: etc/parser3.charsets/Makefile.in, src/Makefile.in,
16133: src/classes/Makefile.am, src/classes/Makefile.in,
16134: src/main/Makefile.am, src/main/Makefile.in,
16135: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
16136: src/targets/cgi/Makefile.in,
1.95 moko 16137: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.97 moko 16138: src/types/Makefile.am, src/types/Makefile.in: lowered indent.awk
16139: back to src/
1.95 moko 16140:
1.97 moko 16141: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, Makefile.in,
16142: NEWS, README, acinclude.m4, aclocal.m4, asm.txt, config.guess,
16143: config.sub, configure, configure.in, form.txt, ident.awk,
16144: install-sh, lang.txt, ltconfig, ltmain.sh, missing,
16145: mkinstalldirs, operators.txt, parser3.dsw, sql.txt, types.txt,
16146: etc/Makefile.am, etc/Makefile.in,
1.95 moko 16147: etc/parser3.charsets/Makefile.am,
1.97 moko 16148: etc/parser3.charsets/Makefile.in,
1.95 moko 16149: etc/parser3.charsets/koi8-r.cfg,
16150: etc/parser3.charsets/windows-1250.cfg,
16151: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.97 moko 16152: src/Makefile.in, src/classes/Makefile.am,
16153: src/classes/Makefile.in, src/include/pa_config_auto.h.in,
16154: src/main/Makefile.am, src/main/Makefile.in,
16155: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
16156: src/targets/cgi/Makefile.in, src/targets/cgi/parser3.C,
16157: src/types/Makefile.am, src/types/Makefile.in: moved etc&www out
16158: of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 16159: straightened installation scripts procedure made
16160: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
16161: change
16162:
16163: 2002-01-30 paf
16164:
16165: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
16166: removed] those comments were a mistake, and prevented libltdl
16167: from function properly
16168:
16169: 2002-01-29 paf
16170:
1.97 moko 16171: * src/: Makefile.am, Makefile.in, classes/Makefile.am,
16172: classes/Makefile.in, main/Makefile.in, targets/Makefile.in,
16173: targets/cgi/Makefile.in, types/Makefile.in: removed
16174: libltdl/libtool creation [modified acinclude.m4 which were
16175: creating int into just assignment LIBTOOL=../libtool] added
16176: default system config&charsetts prepared 'make install', now it
16177: installs targets/cgi/parser3 into bin directory etc/parser3.conf
16178: & etc/parser3.charsets/* into $sysconfdir and
1.95 moko 16179: $sysconfdir/parser3.charsets respectively
16180:
16181: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
16182: main/pa_globals.C: few forgotten ifdef XML added
16183:
16184: 2002-01-28 paf
16185:
1.97 moko 16186: * src/: classes/Makefile.am, classes/Makefile.in,
16187: targets/cgi/Makefile.am, targets/cgi/Makefile.in: xalan-patch
1.95 moko 16188: removed
16189:
16190: * src/main/pa_exception.C: dom|generic error output fix
16191:
16192: * src/classes/xnode.C: xdoc.importNode 3 [check err]
16193:
16194: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
16195:
16196: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
16197: [fixed as_node helper func to accept docs]
16198:
16199: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
16200: xdoc.importNode 0
16201:
16202: * src/classes/xdoc.C: xdoc::set now untaints OK
16203:
1.97 moko 16204: * src/Makefile.in: stupid make runs automake on ths
16205:
1.95 moko 16206: 2002-01-25 paf
16207:
16208: * src/main/: compile.tab.C, compile.y: #comment before @ after
16209: @SPECIAL now works OK
16210:
16211: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
16212:
16213: * src/main/pa_exec.C: max arg count now 10, and proper message on
16214: violation that added
16215:
16216: * src/classes/hash.C: unified hash::sql, now
16217: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
16218:
16219: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
16220: ^file:lock[filename]{code}
16221:
16222: * src/: classes/file.C, classes/op.C, classes/string.C,
16223: classes/table.C, classes/xdoc.C, include/pa_common.h,
16224: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
16225: to some pa_common funcs
16226:
16227: * src/: include/pa_charset.h, main/pa_globals.C:
16228: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
16229:
16230: * src/: include/pa_charset.h, main/pa_charset.C,
16231: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
16232: not stupid illegal define
16233:
16234: 2002-01-24 paf
16235:
16236: * src/include/pa_version.h: changed version number
16237:
16238: * src/: classes/hashfile.C, include/pa_db_table.h,
16239: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16240: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16241: main/pa_db_connection.C, main/pa_db_table.C,
16242: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
16243: hashfile without logfiles
16244:
16245: * src/: classes/hashfile.C, include/pa_db_table.h,
16246: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
16247: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
16248: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
16249: DB_INIT_TXN init bits, thus got rid of huge log files, which
16250: cluttered disk without huge need]
16251:
16252: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
16253: handy macro, which is strangly abscent in dome lib
16254:
16255: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
16256:
16257: * src/classes/xdoc.C: checked empty response
16258:
16259: * src/classes/xnode.C: xdoc.select fixed context node [were always
16260: /, not self node]
16261:
16262: * src/classes/xnode.C: xnode.select returns array always now, in
16263: case 'nothing found' returns empty array
16264:
16265: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
16266: be more tender with ctrl/c/v
16267:
16268: 2002-01-23 paf
16269:
16270: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
16271: substituted. // 2. when dom tree with entites goes under
16272: transform text nodes // got [erroreosly] cut on first
16273: entity occurance
16274:
16275: * src/types/pa_vdouble.h: double prec. todo: get rid of
16276: twice-converting
16277:
16278: * src/types/pa_vdouble.h: %.20E now float format when %g produced
16279: 'e' in output this is for regretful twice-converting here:
16280: $a(double value) when they write double falue they convert it to
16281: string first, thus %g were losing precesion.
16282:
16283: todo: think up some way to remove double->string string->double
16284: twice-converting
16285:
16286: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
16287: %.20E now default float format this is for regretful
16288: twice-converting here: $a(double value) when they write double
16289: falue they convert it to string first, thus %g were losing
16290: precesion.
16291:
16292: todo: think up some way to remove double->string string->double
16293: twice-converting
16294:
16295: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
16296: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
16297: reasons in comment inside
16298:
16299: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
16300: statically linked]
16301:
16302: * src/: include/pa_exception.h, main/compile.tab.C,
16303: main/pa_exception.C: removed exception va_list constructor. 1.
16304: not needed anymore 2. there were a conflict[causing errors]
16305: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
16306: never detected an ambiguilty here, compiling ctor(, "hello") into
16307: ctor(, va_list) which, of course, caused gpf
16308:
16309: * src/main/pa_globals.C: removed debug xslt messages
16310:
16311: 2002-01-22 paf
16312:
16313: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
16314: main/pa_globals.C: xsl stylesheet load: parsed entities, this
16315: helps compiling stylesheet properly. example: this refused to
16316: work, <b>«<xsl:value-of select="@title"
16317: />»</b> stranly worked only this way:
16318: <b>«<xsl:value-of select="@title" />»</b>
16319:
16320: docs says "set it to 1", never going into details, so I decided
16321: to try NOT to do that
16322:
16323: * src/classes/table.C: join behaived badly in case named tables
16324: structure mismatched: 0 strings sneaked into dest failing
16325: afterwards. replaced them with empty strings
16326:
16327: 2002-01-21 paf
16328:
16329: * src/main/pa_charset.C: checked empty transcoders in
16330: transcode_cstr|buf
16331:
16332: * src/classes/xdoc.C: xdoc::load error source = filespec
16333:
16334: * src/classes/xdoc.C: transform error source now
16335: stylesheet_filespec
16336:
1.97 moko 16337: * src/: classes/Makefile.in, classes/xdoc.C, classes/xnode.C,
1.95 moko 16338: include/pa_stylesheet_connection.h, main/pa_charset.C,
16339: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.97 moko 16340: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am,
16341: targets/cgi/Makefile.in: autoconf gnome
1.95 moko 16342:
16343: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
16344: include/pa_globals.h, include/pa_stylesheet_connection.h,
16345: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
16346: xslt generic error 1
16347:
16348: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
16349: xml generic message 1
16350:
16351: * src/classes/table.C: ^table::load empty lines or #comments before
16352: headline
16353:
16354: * src/: include/pa_array.h, include/pa_globals.h,
16355: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
16356: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16357: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
16358: errors 0
16359:
16360: 2002-01-16 paf
16361:
16362: * src/: classes/hash.C, classes/op.C, classes/string.C,
16363: classes/table.C, classes/void.C, classes/xdoc.C,
16364: include/pa_db_connection.h, include/pa_request.h,
16365: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16366: include/pa_stylesheet_connection.h,
16367: include/pa_stylesheet_manager.h, main/pa_request.C,
16368: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16369: targets/cgi/pool_storage.h: auto closers to sql_connection,
16370: stylesheet_connection auto destroyers to remaining gnome objects
16371:
16372: * src/classes/xdoc.C: few comments
16373:
16374: 2002-01-15 paf
16375:
16376: * src/classes/xdoc.C: xdoc file save string
16377:
16378: ready. todo: error handling
16379:
16380: * src/classes/xdoc.C: xdoc save rewritten using
16381: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
16382: result
16383:
16384: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
16385: started output options parsing
16386:
16387: 2002-01-14 paf
16388:
16389: * src/classes/xdoc.C: method
16390:
16391: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16392: include/pa_pool.h, include/pa_stylesheet_connection.h,
16393: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
16394: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
16395: xslt transform0. TODO: use output options handle errors
16396:
16397: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
16398:
16399: 2002-01-11 paf
16400:
16401: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16402: main/compile_tools.C, main/compile_tools.h, main/execute.C:
16403: partial logical && || evaluation
16404:
16405: * src/classes/xnode.C: xpath selectNodes
16406:
16407: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
16408: string/number/bool
16409:
16410: * src/classes/xnode.C: xpath selectNode 2
16411:
16412: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
16413: xpath selectNode 1
16414:
16415: 2002-01-10 paf
16416:
16417: * src/classes/xnode.C: xpath selectNode -100 [just written]
16418:
16419: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16420: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
16421: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
16422: refcounter]
16423:
16424: 2001-12-29 paf
16425:
16426: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
16427: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
16428: glib works 0
16429:
16430: 2001-12-28 paf
16431:
16432: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
16433: main/pa_exception.C: started glib transcoders
16434:
16435: * src/main/pa_globals.C: renamed gdome to libgdome.dll
16436:
16437: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
16438: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
16439: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
16440: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
16441: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
16442: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
16443: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
16444: libs just compiled in. no refcounting no xpath no xslt yet
16445:
16446: 2001-12-27 paf
16447:
16448: * src/: include/pa_charset.h, include/pa_common.h,
16449: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16450: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
16451: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
16452: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
16453: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
16454: from xalan&xerces, started the process. globals [initialization
16455: pool [charset update charset [transcodings vxnode vxdoc [DOM
16456: calls
16457:
16458: * src/classes/Makefile.am: going away from xalan&xerces, not needed
16459: anymore
16460:
16461: 2001-12-26 paf
16462:
16463: * src/: include/pa_charset.h, include/pa_charsets.h,
16464: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
16465: key globalized [bug]
16466:
16467: 2001-12-25 paf
16468:
16469: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
16470: main/pa_string.C: table set & append changed splitting languages,
16471: separators now can be clean AND as-is same to mail command line
16472: $MAIN:MAIL.progX arguments
16473:
16474: 2001-12-24 paf
16475:
16476: * src/classes/mail.C: one parted text messages - no multipart
16477: mime-type anymore. for convinient if $.attach-ments
16478:
16479: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
16480: main/pa_string.C: read from cache size check updated
16481:
16482: * src/main/: pa_string.C: String::join_chain another ugly bug :(
16483:
16484: 2001-12-21 paf
16485:
16486: * src/classes/date.C: date:sql-string now returns localtime
16487:
16488: * src/main/pa_request.C: $result in @main actually not working, to
16489: hell with it for now
16490:
16491: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16492: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
16493: @postprocess @exception
16494:
16495: * src/main/execute.C: junction evaluation canceled - endless
16496: recursion detected
16497:
16498: 2001-12-19 paf
16499:
16500: * src/main/pa_charset.C: charset->charset transcoding via unicode
16501: intermediate
16502:
16503: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
16504:
16505: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
16506:
16507: * src/classes/op.C: ^cache keypath now relative
16508:
16509: * src/classes/mail.C: changed weighting prior to sort
16510:
16511: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
16512: were missing
16513:
16514: 2001-12-17 paf
16515:
16516: * src/main/pa_charset.C: ifndef XML were bad type
16517:
16518: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
16519: outdated unset services_pool
16520:
16521: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
16522: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
16523: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
16524:
16525: * src/main/untaint.C: allowed space in filespec
16526:
16527: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
16528:
16529: * src/classes/image.C: no govno
16530:
16531: * src/classes/image.C: govno
16532:
16533: 2001-12-16 paf
16534:
1.97 moko 16535: * src/: main/Makefile.in, targets/cgi/Makefile.in,
16536: types/Makefile.in: makes
16537:
1.95 moko 16538: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
16539:
16540: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
16541: charset_connection&manager replaced by charset&charsets
16542:
16543: * src/main/pa_charset.C: name_cstr 0
16544:
16545: * src/main/untaint.C: uri lang now knows about client/source
16546: charsets
16547:
16548: * src/: classes/file.C, classes/math.C, classes/op.C,
16549: classes/string.C, classes/table.C, classes/xdoc.C,
16550: include/pa_array.h, include/pa_cache_managers.h,
16551: include/pa_charset_connection.h, include/pa_charset_manager.h,
16552: include/pa_common.h, include/pa_db_connection.h,
16553: include/pa_db_manager.h, include/pa_db_table.h,
16554: include/pa_dictionary.h, include/pa_exception.h,
16555: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
16556: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
16557: include/pa_sapi.h, include/pa_socks.h,
16558: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16559: include/pa_string.h, include/pa_stylesheet_connection.h,
16560: include/pa_stylesheet_manager.h, include/pa_table.h,
16561: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
16562: main/pa_charset.C, main/pa_charset_connection.C,
16563: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
16564: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
16565: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
16566: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
16567: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16568: types/types.dsp: introducing Charset
16569:
16570: 2001-12-14 paf
16571:
16572: * src/: include/pa_request.h, include/pa_transcoder.h,
16573: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
16574: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
16575: uri lang
16576:
16577: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
16578:
16579: * src/targets/cgi/Makefile.am: -I../../pcre to .am
16580:
16581: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
16582: defalts_name global
16583:
16584: * src/: include/pa_charset_connection.h, include/pa_pool.h,
16585: include/pa_request.h, main/main.dsp,
16586: main/pa_charset_connection.C, main/pa_charset_manager.C,
16587: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
16588: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
16589: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
16590: changed charset model. now important: $request:charset
16591: $response:charset while $response:content-type.charset become
16592: unimportant [informational]
16593:
16594: 2001-12-13 paf
16595:
16596: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
16597:
16598: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
16599: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
16600: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
16601: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
16602: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
16603: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
16604:
16605: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
16606: auto_ptr part other way, because of stupid gcc 2.96
16607: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
16608: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
16609: FormatterListener] /usr/include/g++-3/memory:48:
16610: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
16611: _Tp1 = FormatterListener, _Tp = FormatterListener]
16612:
16613: * src/classes/xdoc.C: removed extra inc
16614:
16615: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
16616:
16617: * src/include/pa_types.h: msvc head debugging flag
16618:
16619: * src/classes/xdoc.C: freed up listener
16620:
16621: * src/classes/string.C: change msg '... code is not code'
16622:
16623: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
16624: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16625: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
16626: [past/future prob]
16627:
16628: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16629: include/pa_config_fixed.h, include/pa_db_manager.h,
16630: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
16631: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
16632:
16633: * src/: include/pa_config_fixed.h, main/pa_common.C,
16634: main/pa_string.C: removed signed mismatch warnings
16635:
16636: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
16637: 'expires' from header outputs
16638:
16639: * src/main/pa_string.C: string::recustruct erroreusly used outdated
16640: row ptr
16641:
16642: * src/classes/file.C: file::cgi bug, request_method were passed to
16643: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
16644:
16645: * src/classes/xdoc.C: lang list updated
16646:
16647: 2001-12-10 paf
16648:
16649: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
16650:
16651: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
16652: erase files like that, knowing their full name introducing //
16653: theoretical problem with, for instance, "_2B" and "." fragments,
16654: // they would yield the same // because
16655: need_file_encode('_')=false // but we need to delete such files
16656: somehow, getting names from ^index
16657:
16658: * src/main/pa_string.C: ^string.replace bug fixed [bad
16659: string::join_chank break]
16660:
16661: 2001-12-07 paf
16662:
16663: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
16664: include/pa_common.h, include/pa_config_auto.h.in,
16665: include/pa_config_fixed.h, include/pa_config_includes.h,
16666: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
16667: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
16668: types/pa_vhashfile.C: merged from r14_simple_cache
16669:
16670: * src/main/pa_string.C: stupid sparc architecture failed to access
16671: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
16672: lduh [ %i2 + 1 ], %l0
16673:
16674: bus error, fixed that
16675:
16676: * src/main/pa_string.C: strange string deserialize bug on
16677: client[pmts], a bit shortened,
16678:
16679: * src/include/pa_config_auto.h.in: makes
16680:
16681: * src/: include/pa_common.h, include/pa_config_fixed.h,
16682: include/pa_config_includes.h, main/pa_common.C: exclusive lock
16683: file write shared lock file read
16684:
16685: * src/: classes/op.C, include/pa_common.h,
16686: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
16687:
16688: 2001-12-06 paf
16689:
16690: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16691: main/pa_request.C: #ifdef RESOURCES_DEBUG
16692:
16693: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
16694: info
16695:
16696: * src/classes/hashfile.C: removed transaction from ^cache
16697:
16698: 2001-12-05 paf
16699:
16700: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
16701: IIS5 there were a prob with illegal call check
16702:
16703: 2001-12-04 paf
16704:
16705: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16706: main/pa_request.C: measures to log
16707:
16708: 2001-11-23 paf
16709:
16710: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
16711: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
16712: types/pa_vhashfile.C: merged from _0014, 1
16713:
16714: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
16715: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
16716: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
16717: ^cache(33) would change
16718:
16719: 0660 bits in file_write & hashfile create
16720:
16721: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
16722: after pa_string optimization]
16723:
16724: 2001-11-22 paf
16725:
16726: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
16727: table.offset[whence]
16728:
16729: * src/classes/op.C: process cstr(,connection)
16730:
16731: * src/classes/op.C: process now gets its body on current language,
16732: not as-is
16733:
16734: * src/main/untaint.C: ORIGINS mode removed UHTML
16735:
16736: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
16737: bit
16738:
1.97 moko 16739: * src/: Makefile.in, classes/xdoc.C, targets/Makefile.in,
16740: targets/cgi/Makefile.in: cached xslt [removed nocache forcing]
1.95 moko 16741:
16742: 2001-11-21 paf
16743:
16744: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
16745: <xsl:output output options made identical to xsl:output
16746: attributes exclusion: cdata-section-elements what xalan can do
16747: but that not used now: it can escape and remove CDATA sections
16748:
16749: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
16750: produced by xslt
16751:
16752: * src/targets/cgi/parser3.C: removed debug cgi||1
16753:
16754: * src/main/: pa_string.C, untaint.C: cached some string::size() es
16755:
16756: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
16757: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
16758: default language for {code}, it happen to change it's language
16759: from CLEAN, so later refused to split by CLEAN \t
16760:
16761: 2001-11-20 paf
16762:
1.97 moko 16763: * src/: classes/Makefile.am, classes/Makefile.in, classes/table.C,
16764: main/Makefile.am, main/Makefile.in, main/pa_exception.C,
16765: types/Makefile.am, types/Makefile.in: moved ident.C & co to
1.95 moko 16766: bottom of dependeces, so that errors would popup quicklier, fixed
16767: line numbering in table::sql
16768:
16769: 2001-11-19 paf
16770:
16771: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
16772: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
16773: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
16774: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
16775: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
16776: at wcontext.write
16777:
1.97 moko 16778: * src/: classes/Makefile.in, main/Makefile.in, targets/Makefile.am,
16779: targets/Makefile.in, targets/cgi/Makefile.in,
16780: targets/cgi/parser3.C, types/Makefile.in: #if _MSC_VER
1.95 moko 16781: _set_new_handler
16782:
1.97 moko 16783: * src/: Makefile.in, targets/cgi/parser3.C,
16784: targets/isapi/parser3isapi.C: set_new_handler in apache&isapi
1.95 moko 16785:
16786: 2001-11-16 paf
16787:
16788: * src/targets/cgi/parser3.C: pool debug @ die
16789:
16790: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
16791: removed 8 bytes from String, 2 bytes from
16792: string::chunk::row::item
16793:
16794: * src/main/pa_string.C: removed 1+4 bytes from String
16795:
16796: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
16797: types/pa_vstring.C: removed 1+4 bytes from String
16798:
16799: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
16800: 0
16801:
16802: * src/: include/pa_globals.h, include/pa_string.h,
16803: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
16804: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
16805: targets/cgi/parser3.C: introducing estimating
16806: String::cstr_bufsize, 0
16807:
16808: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
16809:
16810: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
16811:
16812: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
16813: include/pa_pool.h: die in pool::fail
16814:
16815: 2001-11-15 paf
16816:
16817: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
16818: main/pa_exception.C, targets/cgi/parser3.C: exception with
16819: dynamic buffer re-back now with counter
16820:
16821: * src/: include/pa_exception.h, main/pa_exception.C: exception with
16822: static buffer back
16823:
16824: * src/targets/cgi/parser3.C: std::
16825:
16826: * src/: classes/classes.awk, include/pa_config_auto.h.in,
16827: include/pa_config_includes.h: setnewhandler check
16828:
1.97 moko 16829: * src/: include/pa_config_auto.h.in, main/Makefile.in: makes
16830:
16831: * src/Makefile.in: configure set_new_handler check added
1.95 moko 16832:
16833: * src/targets/cgi/parser3.C: set_new_handler started
16834:
16835: 2001-11-14 paf
16836:
16837: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
16838: was wrong
16839:
16840: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
16841: was wrong
16842:
16843: * src/main/pa_request.C: z
16844:
16845: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
16846: full returns win32 -1 solaris >buffer_size
16847:
16848: checked all that
16849:
16850: * src/classes/op.C: ^untaint{body} as-is default now
16851:
16852: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
16853: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
16854: with no_bad_constructors_try
16855:
16856: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
16857: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
16858: this: $bred[^string::length[]] $bred[^response::clear[]]
16859: $bred[^int::int[]]
16860:
16861: now VObject creation moved into overriden
16862: VClass::create_new_value, thus 0 from create_new_value means that
16863: class has no ctors
16864:
16865: 2001-11-13 paf
16866:
16867: * src/classes/classes.C: returned accedently removed if in foreach
16868: callbacks [when hash no-0-restructure]
16869:
16870: 2001-11-12 paf
16871:
16872: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
16873: passed as-is to method, xalan makes & into & itself
16874:
16875: * src/classes/date.C: date.roll parser2 alg used
16876:
16877: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
16878: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
16879: main/pa_dictionary.C, main/pa_hash.C,
16880: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
16881: now does not containt 0 values. put 0 actullay removes. no check
16882: on 0 value in foreach now required
16883:
16884: 2001-11-11 paf
16885:
16886: * src/sql/pa_sql_driver.h: removed extra constructor, doc
16887:
16888: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
16889:
16890: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
16891: driver initialize not const
16892:
16893: 2001-11-10 paf
16894:
16895: * src/main/pa_exec.C: doc
16896:
16897: 2001-11-09 paf
16898:
16899: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
16900: param properly
16901:
16902: * src/classes/string.C: string.save now does untainting before
16903: saving
16904:
16905: * src/main/pa_common.C: line endings fixing fixed last piece[was
16906: still cstr oriented]
16907:
16908: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
16909: line endings fixing got rid of cstr, now must work ok with post
16910: multipart
16911:
16912: * src/types/pa_vform.C: line endings fixed at post / multipart /
16913: not file also now
16914:
16915: 2001-11-08 paf
16916:
16917: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16918: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
16919: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
16920: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
16921: main/pa_stylesheet_manager.C: restructured Cache manager to be
16922: simple parent, not second parent [gcc 2.96 strangly refused to
16923: call virtual from second parent]
16924:
1.97 moko 16925: * src/: Makefile.in, include/pa_common.h, main/Makefile.am,
16926: main/Makefile.in, targets/cgi/pa_pool.C: makes
1.95 moko 16927:
16928: * src/: include/pa_request.h, main/pa_request.C,
16929: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
16930: 'status' class enabler
16931:
16932: <Location /parser-status.html> ParserStatusAllowed </Location>
16933:
16934: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16935: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
16936: include/pa_stylesheet_manager.h, main/main.dsp,
16937: main/pa_cache_managers.C, main/pa_charset_manager.C,
16938: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
16939: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16940: types/pa_vstatus.h: cache_managers, maybe-expiring every request
16941: todo: apache 'status' class enabler
16942:
16943: 2001-11-05 paf
16944:
16945: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
16946: debug to normal
16947:
16948: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
16949: hence i removed skipping 0 values in hash::for_each-es we need to
16950: check cleaned cache items manually. few more checks.
16951:
16952: expiring to 0 time was wrong, changed to 'now' time
16953:
16954: * src/targets/cgi/parser3.C: read can return 0, that means sort of
16955: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
16956: on apache already done :)
16957:
16958: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
16959: skipping 0 values in hash::for_each-es we need to check cleaned
16960: cache items manually
16961:
16962: * src/main/: pa_db_connection.C, pa_db_table.C:
16963: parser_multithreaded check was wrong
16964:
16965: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16966: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16967: classes/hashfile.C, classes/image.C, classes/int.C,
16968: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16969: classes/string.C, classes/table.C, classes/void.C,
16970: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16971: include/pa_array.h, include/pa_charset_connection.h,
16972: include/pa_charset_manager.h, include/pa_common.h,
16973: include/pa_config_fixed.h, include/pa_config_includes.h,
16974: include/pa_db_connection.h, include/pa_db_manager.h,
16975: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
16976: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16977: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16978: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16979: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16980: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16981: include/pa_stack.h, include/pa_string.h,
16982: include/pa_stylesheet_connection.h,
16983: include/pa_stylesheet_manager.h, include/pa_table.h,
16984: include/pa_threads.h, include/pa_types.h, main/compile.C,
16985: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
16986: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
16987: main/pa_charset_manager.C, main/pa_common.C,
16988: main/pa_db_connection.C, main/pa_db_manager.C,
16989: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
16990: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
16991: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
16992: main/pa_socks.C, main/pa_sql_driver_manager.C,
16993: main/pa_status_provider.C, main/pa_string.C,
16994: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
16995: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16996: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16997: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16998: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16999: targets/isapi/pool_storage.h, types/pa_valiased.C,
17000: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
17001: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17002: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17003: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17004: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17005: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
17006: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17007: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
17008: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
17009: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17010: types/pa_vstateless_object.h, types/pa_vstatus.h,
17011: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
17012: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17013: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17014: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
17015: $status:db fixed used not initialized in db_connection & db_table
17016:
17017: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
17018: $status:charset
17019:
17020: * src/: classes/xdoc.C, include/pa_db_connection.h,
17021: include/pa_stylesheet_connection.h,
17022: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
17023: types/pa_vstatus.h: $status:stylesheet
17024:
17025: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
17026: include/pa_request.h, include/pa_sql_connection.h,
17027: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17028: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
17029: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
17030: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17031: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
17032: types/pa_vxnode.C, types/types.dsp: started status parser class
17033:
17034: 2001-11-01 paf
17035:
17036: * src/include/pa_config_auto.h.in: makes
17037:
17038: * src/main/pa_hash.C: removed old extra include
17039:
17040: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
17041: checks [for hp, there are such in math.h]
17042:
17043: * src/classes/op.C: ^for endless loop check strightened
17044:
17045: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
17046: behavior in native calls. it left unchanged, so ^for ^foreach &
17047: co can use r.root to write their i & key,value there
17048:
1.97 moko 17049: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
17050: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
17051: makes
17052:
1.95 moko 17053: * src/classes/op.C: detected for var storage bug, fixed.
17054: todo:foreach
17055:
17056: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
17057: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17058: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
17059: changing of hash inside of foreach
17060:
17061: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
17062: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
17063: were hash.foreach
17064:
17065: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
17066: types/pa_vstring.C, types/pa_vstring.h:
17067: ^foreach[key|value]{body}[[separator]|{separator}]
17068:
17069: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
17070: types/pa_vcookie.C: ^hash.delete[key]
17071:
17072: 2001-10-31 paf
17073:
17074: * src/main/: compile.C, pa_common.C: completely empty file now
17075: considered "read", not ignored [not perfect trick used]
17076:
17077: * src/main/pa_common.C: simplier common ifdefs
17078:
17079: * src/main/pa_common.C: typing bug in common - bad ifdeff
17080:
17081: * src/main/pa_db_connection.C: z
17082:
17083: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
17084: lockdetector flags
17085: dbenv.lk_detect=DB_LOCK_RANDOM;
17086:
17087: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
17088: from accidental show [imagine user forgot @exception]
17089:
17090: * src/classes/table.C: ^table.save[[nameless|+append;]path]
17091:
17092: * src/: classes/file.C, classes/image.C, classes/mail.C,
17093: classes/string.C, classes/xnode.C, include/pa_common.h,
17094: main/pa_common.C: ^string.save[[append;]path]
17095:
17096: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17097: main/execute.C: \ in expression: int divide 10/3=3
17098:
17099: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
17100: inside of ^cache
17101:
17102: * src/: include/pa_threads.h, main/pa_db_connection.C,
17103: main/pa_db_table.C, targets/cgi/pa_threads.C,
17104: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
17105: needed
17106:
17107: 2001-10-30 paf
17108:
17109: * src/: classes/classes.dsp, main/main.dsp,
17110: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17111: types/types.dsp: enabled debug incremental compile
17112:
17113: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
17114: form post data line endings not reformatted now.
17115:
17116: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
17117: now required [had bug when file= has no value]
17118:
17119: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
17120: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
17121: cstr(asis) default param removed
17122:
17123: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
17124:
17125: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
17126:
17127: * src/include/pa_dir.h: LOAD_DIR fixed
17128:
17129: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
17130: was broken} fix_line_breaks
17131:
17132: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
17133: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
17134: packed with #pragma pack
17135:
1.97 moko 17136: * src/: Makefile.in, include/pa_config_auto.h.in: pragma detection
1.95 moko 17137:
17138: 2001-10-29 paf
17139:
17140: * src/types/pa_wcontext.h: bitfield syntax stricter
17141:
17142: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
17143: string hash.puts
17144:
17145: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
17146:
17147: * src/include/pa_sql_connection.h: there were one wrong
17148: SQL_CONNECTION_FUNC_GUARDED [failed]
17149:
17150: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
17151: param.someday either ifdef or remove it
17152:
17153: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
17154:
17155: * src/main/untaint.C: optimizing returned after debugging
17156:
17157: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17158: main/untaint.C: memory hunging #pragma pack(1)
17159:
17160: 16 419 844 13 169 394
17161:
17162: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
17163: targets/cgi/pa_pool.C: String size_t replace to uint in proper
17164: places [todo:Array]
17165:
17166: * src/: main/execute.C, targets/cgi/pa_pool.C,
17167: targets/cgi/parser3.dsp, types/pa_wcontext.h,
17168: types/pa_wwrapper.h: debugging memory WContext flags to bits
17169:
17170: total 5 652 652/158731 total 5 469 332/158731
17171:
17172: * src/: include/pa_array.h, main/pa_array.C: debugging memory
17173: Array:: without cache in get/put now
17174:
17175: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
17176: 18:25:27 2001] total 5 652 652/158731
17177:
17178: * src/: include/pa_string.h, main/pa_string.C,
17179: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
17180: now
17181:
17182: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
17183: 18:11:53 2001] total 5796092/158731
17184:
17185: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
17186: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
17187: key ref now
17188:
17189: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
17190: 17:11:17 2001] total 16867948/202658
17191:
17192: * src/: classes/file.C, classes/image.C, classes/string.C,
17193: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
17194: main/execute.C, main/pa_array.C, main/pa_common.C,
17195: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17196: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17197: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
17198: string::as_int/double now usually uses stack, not heap [200K out
17199: of 17M :)] VString(String&) not copies reference [29M -> 17M]
17200:
17201: * src/main/pa_sql_driver_manager.C: ping to have services [old
17202: hiding bug]
17203:
17204: * src/Makefile.am: .am order
17205:
17206: * src/: include/pa_array.h, include/pa_charset_manager.h,
17207: include/pa_db_connection.h, include/pa_db_manager.h,
17208: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
17209: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17210: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
17211: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
17212: required "friend class"
17213:
17214: ../include/pa_request.h:51: friend declaration requires
17215: class-key, i.e. `friend class Temp_lang'
17216:
17217: * src/: include/pa_exception.h, include/pa_sql_connection.h,
17218: main/pa_exception.C, main/pa_sql_driver_manager.C,
17219: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
17220:
17221: the idea is to #1 jump to C++ some function to main body, where
17222: every function stack frame has exception unwind information and
17223: from there... #2 propagate_exception()
17224:
17225: 2001-10-28 paf
17226:
17227: * src/main/pa_db_connection.C: removed old consts
17228:
17229: * src/main/pa_db_connection.C: expire table [was accidently pasted
17230: with wrong type/cast]
17231:
17232: * src/main/: pa_db_connection.C, pa_db_table.C: exception
17233: translation
17234:
1.97 moko 17235: * src/: classes/Makefile.am, classes/Makefile.in,
17236: targets/cgi/Makefile.am, targets/cgi/Makefile.in: db makes.
1.95 moko 17237: remember to build DB2 with -fexceptions!!!
17238:
17239: * src/main/pa_db_table.C: DB_RMW defed
17240:
17241: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
17242: include/pa_db_connection.h, include/pa_db_manager.h,
17243: include/pa_db_table.h, main/pa_db_connection.C,
17244: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
17245:
17246: 2001-10-27 paf
17247:
17248: * src/: classes/hashfile.C, include/pa_db_connection.h,
17249: include/pa_db_table.h, main/pa_db_connection.C,
17250: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
17251: types/pa_vhashfile.C: DB2 ifdefs
17252:
1.97 moko 17253: * src/: Makefile.in, classes/Makefile.am, classes/Makefile.in,
17254: include/pa_config_fixed.h, main/Makefile.am, main/Makefile.in,
17255: targets/Makefile.in, targets/cgi/Makefile.am,
17256: targets/cgi/Makefile.in, types/Makefile.am, types/Makefile.in:
1.95 moko 17257: makes with DB2
17258:
1.97 moko 17259: * src/: Makefile.in, classes/Makefile.in,
17260: include/pa_config_auto.h.in, main/Makefile.am, main/Makefile.in,
17261: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.am,
17262: types/Makefile.in: makes db
1.95 moko 17263:
17264: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
17265: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
17266: globals.C
17267:
17268: * src/: classes/hashfile.C, include/pa_db_connection.h,
17269: include/pa_db_table.h, main/pa_db_connection.C,
17270: main/pa_db_table.C: ^hashfile.clear[]
17271:
17272: * src/classes/classes.awk: no $ in var names
17273:
17274: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
17275: connection&table [forgotten calls]
17276:
17277: 2001-10-26 paf
17278:
17279: * src/main/pa_db_connection.C: db checkpoints
17280:
17281: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
17282: checkpoints
17283:
17284: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
17285: default. but entities still reparsed. todo: tothink
17286:
17287: * src/main/pa_db_connection.C: db recover mech 2
17288:
17289: * src/: classes/hashfile.C, include/pa_db_connection.h,
17290: include/pa_db_manager.h, include/pa_db_table.h,
17291: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
17292: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
17293: types/pa_vhashfile.h: db connections & tables now cached at
17294: create time & multithreaded
17295:
17296: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
17297: parsed_source
17298:
17299: * src/main/pa_db_connection.C: about to remove connection from
17300: vhashfile
17301:
17302: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
17303: transaction commit/rollback responsibility left to parent [as it
17304: sould - else there were a bug with double free]
17305:
17306: * src/include/pa_db_table.h: db: child transaction commit/rollback
17307: responsibility left to parent [as it sould - else there were a
17308: bug with double free]
17309:
17310: 2001-10-25 paf
17311:
17312: * src/: classes/hashfile.C, include/pa_common.h,
17313: include/pa_db_connection.h, include/pa_db_manager.h,
17314: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
17315: types/pa_vhashfile.C, types/pa_vhashfile.h,
17316: include/pa_db_table.h, main/pa_db_table.C: started db_home
17317: [multiple, cached] todo: autorecover [tried, but not succeded,
17318: yet]
17319:
17320: * src/include/pa_dir.h: ancient gpf on dir not found fixed
17321:
17322: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
17323: transaction parent passed
17324:
17325: 2001-10-24 parser
17326:
1.97 moko 17327: * src/classes/: Makefile.am, Makefile.in: makes
1.95 moko 17328:
17329: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
17330: isapi/pool_storage.h: pool_storage fixed
17331:
17332: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
17333: types/pa_vform.h: form fix_line_breaks
17334:
1.97 moko 17335: * src/: classes/Makefile.in, main/Makefile.in,
17336: targets/cgi/Makefile.in, targets/cgi/pool_storage.h: makes
1.95 moko 17337:
17338: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
17339: targets/cgi/pool_storage.h: makes
17340:
17341: * src/sql/pa_sql_driver.h: version
17342:
17343: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
17344: types/pa_vform.C, types/pa_vform.h: .am
17345:
17346: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
17347: this: DB_RMW Acquire write locks instead of read locks when doing
17348: the retrieval. Setting this flag may decrease the likelihood of
17349: deadlock during a read-modify-write cycle by immediately
17350: acquiring the write lock during the read part of the cycle so
17351: that another thread of control acquiring a read lock for the same
17352: item, in its own read-modify-write cycle, will not result in
17353: deadlock
17354:
17355: * src/targets/isapi/parser3isapi.dsp: doc
17356:
17357: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
17358:
17359: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
17360:
17361: * src/: classes/hashfile.C, include/pa_db_connection.h,
17362: main/pa_db_connection.C: hashfile expired deleted from db when
17363: get & iterate
17364:
17365: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
17366: expiring 1
17367:
17368: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
17369:
17370: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
17371: db_connection not bothers with key when not returning expired
17372: data
17373:
17374: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
17375: types/pa_vhashfile.C: db_cursor constructor public now
17376:
17377: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
17378: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
17379: stamped, todo: put_element analize
17380:
17381: * src/: include/pa_db_connection.h, include/pa_string.h,
17382: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
17383: serialize. todo stamp
17384:
17385: 2001-10-23 parser
17386:
17387: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
17388: classes/image.C, classes/mail.C, classes/response.C,
17389: classes/string.C, classes/table.C, classes/xdoc.C,
17390: include/pa_config_fixed.h, include/pa_db_connection.h,
17391: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
17392: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
17393: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
17394: types/pa_vtable.C: ^hashfile.hash[]
17395:
17396: * src/: classes/hashfile.C, classes/xdoc.C,
17397: include/pa_config_fixed.h, main/pa_db_manager.C,
17398: main/pa_globals.C: ifdefs so it compiled without db
17399:
17400: * src/: classes/hashfile.C, include/pa_db_connection.h,
17401: include/pa_db_manager.h, main/pa_db_connection.C,
17402: main/pa_db_manager.C, types/pa_vhashfile.h:
17403: ^hashfile.transaction{code} ^hashfile:clear[filename]
17404: ^hashfile.delete[key]
17405:
17406: 2001-10-22 parser
17407:
17408: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
17409: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
17410:
17411: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
17412: classes/xnode.C, include/pa_charset_connection.h,
17413: include/pa_db_connection.h, include/pa_db_manager.h,
17414: include/pa_exception.h, include/pa_sapi.h,
17415: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17416: include/pa_stylesheet_connection.h,
17417: include/pa_stylesheet_manager.h,
17418: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17419: main/pa_db_connection.C, main/pa_db_manager.C,
17420: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
17421: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17422: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
17423: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
17424: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
17425: types/types.dsp: hashfile 0
17426:
17427: * src/types/pa_vhashfile.C: z
17428:
17429: * src/: classes/classes.dsp, classes/hashfile.C,
17430: include/pa_config_fixed.h, main/execute.C,
17431: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
17432: types/pa_vhashfile.h, types/types.dsp: hashfile -100
17433:
17434: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
17435:
17436: * src/: include/pa_exception.h, include/pa_request.h,
17437: main/execute.C, main/pa_exception.C, main/pa_request.C,
17438: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17439: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
17440:
17441: 2001-10-19 parser
17442:
17443: * src/include/pa_pool.h: header
17444:
17445: * src/main/pa_pool.C: auto compiled on gcc
17446:
17447: * src/classes/image.C: comment
17448:
1.97 moko 17449: * src/: Makefile.in, classes/Makefile.in, include/pa_pool.h,
17450: main/Makefile.in, main/pa_common.C, targets/Makefile.in,
17451: targets/cgi/Makefile.in, types/Makefile.in: makes
1.95 moko 17452:
17453: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17454: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17455: types/pa_vxnode.h: xnode clone got freed
17456:
17457: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17458: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
17459: can free up xalandomstring resulting from pool::transcode
17460:
17461: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
17462: include/pa_config_fixed.h, include/pa_exception.h,
17463: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
17464: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
17465: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
17466: to c++ exceptions 1xml configure fixed to exclude xalan-patch
17467: from non-xml compile
17468:
17469: * src/main/pa_request.C: pool:: context - get_context
17470:
17471: * src/: classes/classes.h, classes/date.C, classes/double.C,
17472: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17473: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17474: classes/string.C, classes/table.C, classes/void.C,
17475: include/pa_config_fixed.h, include/pa_exception.h,
17476: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
17477: main/compile.C, main/compile_tools.C, main/execute.C,
17478: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
17479: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
17480: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17481: main/pa_string.C, main/pa_table.C, main/untaint.C,
17482: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17483: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
17484: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
17485: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
17486: types/pa_vstateless_class.h, types/pa_vtable.C,
17487: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
17488: exceptions 0
17489:
17490: * src/classes/classes.awk: $ removed
17491:
17492: 2001-10-18 parser
17493:
17494: * src/types/pa_vcookie.C: cookie:CLASS
17495:
17496: * src/main/main.dsp: project
17497:
17498: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
17499: set_document & ctor question "who owns document" solved
17500:
17501: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
17502:
17503: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17504: main/pa_pool.C: encoding in dom creating funcs
17505:
17506: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
17507: be transformed now
17508:
17509: * src/classes/xdoc.C: dom created by create can be transformed now
17510:
17511: * src/classes/xdoc.C: z
17512:
17513: * src/classes/xdoc.C: comment
17514:
17515: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
17516: create now uses XercesDocumentBridge, appendChild&co now works
17517:
17518: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
17519: @ recompile
17520:
17521: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
17522: $origin @exception[
17523:
17524: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
17525: tag names forced to XML lang
17526:
17527: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
17528: leechy-found bugs in code&doc fixed
17529:
17530: 2001-10-17 parser
17531:
17532: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
17533: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
17534: n functionality preserved
17535:
17536: * src/types/pa_vimage.h: removed unused vimage::save
17537:
17538: 2001-10-16 parser
17539:
17540: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
17541:
17542: * src/classes/: xnode.C: removed few dom returns & changed op.txt
17543:
17544: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
17545:
17546: * src/classes/image.C: image.copy tolerance
17547:
17548: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
17549: ineffective, but works for small paleted image
17550:
17551: * src/types/pa_vimage.C: comment
17552:
17553: * src/classes/image.C: gd size/resize bugfix
17554:
17555: * src/: classes/classes.dsp, main/main.dsp,
17556: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17557: types/types.dsp: ident >nul 2>&1
17558:
17559: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
17560: systems
17561:
17562: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
17563: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
17564:
17565: 2001-10-15 parser
17566:
17567: * src/main/execute.C: z
17568:
17569: * src/classes/: xdoc.C: !::create{qualifiedName}
17570:
17571: * src/types/pa_vxnode.C: document_type_node.
17572: !readonly attribute DOMString name
17573: !notation_node.
17574: !readonly attribute DOMString publicId
17575: !readonly attribute DOMString systemId
17576:
1.97 moko 17577: * src/: Makefile.in, types/pa_vcode_frame.h, types/pa_wcontext.C:
17578: code_frame fixed - ::write badly passed string too transparently
17579: [failed to intercept it]
1.95 moko 17580:
17581: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
17582: include/pa_request.h, main/pa_sql_driver_manager.C,
17583: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17584: types/pa_vxnode.h: DOM1 major addtion, only few
17585: attributes/methods left
17586:
17587: 2001-10-13 parser
17588:
17589: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17590: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
17591: in main handler
17592:
17593: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
17594: cleanups & frees order
17595:
17596: * src/types/pa_vcode_frame.h: couple comments
17597:
17598: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
17599: transparent enough to handle hash if creation&passing
17600:
17601: * src/: include/pa_config_fixed.h, main/execute.C,
17602: main/pa_exception.C: noticed that vcodeframe not transparent
17603: enough, would change now
17604:
17605: 2001-10-12 parser
17606:
17607: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
17608: fixed. initialization&free on each thread!
17609:
17610: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
17611: handling changed: now type of default param analized always, not
17612: only at problem time, thus helping early problem spotting
17613:
17614: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
17615: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
17616: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
17617: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
17618: multithread bug fixed. initialization&free on each thread!
17619:
17620: 2001-10-11 parser
17621:
17622: * src/classes/xnode.C: xnode.selectSingle now
17623:
17624: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
17625: include/pa_pool.h, include/pa_stylesheet_connection.h,
17626: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
17627: convertors out of Pool into Exception
17628:
17629: * src/main/pa_string.C: const
17630:
17631: * src/: include/pa_string.h, main/pa_string.C: restructured string:
17632: linked pieces of same language together prior to String::replace
17633:
17634: * src/classes/hash.C: !^hash.add[addme]
17635: !^hash.sub[subme]
17636: !^a.union[b] = new
17637: !^a.intersection[b] = new
17638: !^a.intersects[b] = bool
17639:
17640: * src/classes/hash.C: !^hash::append[append_from]
17641:
17642: * src/: classes/hash.C, types/pa_vhash.h:
17643: !^hash::create[[copy_from]]
17644:
17645: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
17646: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
17647: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
17648: fixed. got rid of empty_string, which caused errors - it hasnt
17649: exception but somebody[value.bark] tried to throw it on it's pool
17650:
1.97 moko 17651: * src/Makefile.in: makes
17652:
17653: * src/: Makefile.in, classes/Makefile.in: makes. stdc++ lib added
17654: to apache libraries
17655:
17656: * src/: Makefile.in, classes/Makefile.in,
17657: include/pa_config_auto.h.in, main/Makefile.in,
17658: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
17659: makes
17660:
17661: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
17662: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
17663: makes
1.95 moko 17664:
17665: 2001-10-10 parser
17666:
17667: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
17668:
17669: * src/main/: compile.tab.C, compile.y: ^a[
17670:
17671: @next_method << now unclosed ] would be reported here
17672:
17673: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
17674: compile error
17675:
17676: 2001-10-09 parser
17677:
1.97 moko 17678: * src/: Makefile.in, classes/Makefile.am, classes/Makefile.in,
17679: main/Makefile.am, main/Makefile.in, targets/Makefile.in,
17680: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
17681: types/Makefile.am, types/Makefile.in: makes
17682:
17683: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
17684: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
17685: makes
1.95 moko 17686:
17687: * src/classes/Makefile.am: makes
17688:
17689: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
17690: win32 errors intercepted [xalan transformer patched and
17691: incorporated]
17692:
17693: * src/: classes/classes.dsp, classes/xdoc.C,
17694: include/pa_stylesheet_connection.h, main/main.dsp,
17695: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17696: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
17697: patches starting
17698:
17699: * src/classes/: string.C, table.C: ^string.save[file]
17700:
17701: * src/classes/: date.C, table.C: calendar moved to date
17702:
17703: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
17704: string/table] now
17705:
17706: * src/classes/: op.C, table.C: z
17707:
17708: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
17709: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
17710: types/pa_vxnode.h: table:menu & op for delims made allowed not to
17711: be code [be string..]
17712:
17713: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
17714: table.C: lots of
17715: params->as_int/double/as_string/as_junction/as_no_junction
17716: messages added
17717:
17718: 2001-10-08 parser
17719:
17720: * src/: classes/date.C, classes/image.C, classes/string.C,
17721: classes/table.C, classes/void.C, include/pa_request.h:
17722: params->as_int/double message added
17723:
17724: * src/classes/image.C: image:circle [and round arc] uses Bresenham
17725:
17726: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
17727: image:sector removed image:html internal "line-*" attribs
17728:
17729: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
17730: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
17731:
17732: * src/types/pa_vcookie.C: removing cookie made more netscape-like
17733: way
17734:
17735: * src/: classes/file.C, classes/form.C, main/pa_common.C,
17736: main/untaint.C: header untainting to UL_HTTP_HEADER,
17737: UL_MAIL_HEADER made nonforced [only tainted pieces]
17738:
17739: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
17740: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
17741: @ SAPI::log
17742:
17743: * src/main/untaint.C: \r to ' ' in origins mode
17744:
17745: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
17746: set]
17747:
17748: * src/: classes/xdoc.C, include/pa_config_fixed.h,
17749: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
17750: nonstandard liaison freed up
17751:
17752: 2001-10-07 parser
17753:
17754: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
17755: project
17756:
17757: 2001-10-05 parser
17758:
17759: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
17760: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
17761: from outputing to cerr. lots of "todos"
17762:
17763: * src/main/untaint.C: http_header tainting more gentle with
17764: enquoting now
17765:
17766: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
17767: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
17768: xml errorhandler. fixed string.replace a little, read @test
17769:
17770: * src/main/pa_string.C: found replace bug - first_that_starts(char
17771: *) does not have limit, and looks further eos, fixing....
17772:
17773: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
17774:
17775: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
17776:
17777: * src/main/: pa_charset_connection.C: ctype another mem clear
17778: bugfix
17779:
1.97 moko 17780: * src/: Makefile.in, main/compile.tab.C, main/compile.y: disabled
17781: ^literals in names $result[^[$p^]z] now works fine
1.95 moko 17782:
17783: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
17784: wrong. fixed it
17785:
17786: * src/main/pa_charset_connection.C: unicode zero pair at the beging
17787: of totable appered to be vital
17788:
17789: 2001-10-04 parser
17790:
17791: * src/classes/image.C: ^image.length[text]
17792:
17793: 2001-10-03 parser
17794:
17795: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
17796:
17797: * src/main/pa_request.C: restored pcre defaulting in request
17798: [mindlessly "optimized" yesterday] comment left
17799:
17800: 2001-10-02 parser
17801:
17802: * src/: main/pa_charset_manager.C,
17803: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
17804: needed
17805:
17806: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
17807: forgot non-xml pool.*charset needed
17808:
17809: * src/classes/table.C: # config comments fixed
17810:
17811: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
17812: charset_connection #comment now
17813:
17814: * src/: classes/classes.dsp, types/types.dsp: release projects
17815: options fixed to use release msvcrt lib
17816:
1.97 moko 17817: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
17818: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
17819: makes
17820:
1.95 moko 17821: * src/main/pa_charset_connection.C: pcre tables now const inside
17822: removed default - pcre handles that internally fixed bug on
17823: not-cleaning tables [previously was calloced, now member]
17824:
17825: * src/: include/pa_request.h, main/pa_charset_connection.C,
17826: main/pa_request.C, types/pa_vstring.h: pcre tables now const
17827: inside removed default - pcre handles that internally fixed bug
17828: on not-cleaning tables [previously was calloced, now member]
17829:
17830: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
17831: tested charset reload on file change @ apache version = OK tested
17832: freeing up prev encoding on adding new = OK
17833:
17834: 2001-10-01 parser
17835:
17836: * src/main/pa_charset_connection.C: removed entitify external hack
17837: [internal installed]
17838:
1.97 moko 17839: * src/main/: Makefile.am, Makefile.in: makes+removed dtd
1.95 moko 17840:
17841: * src/: include/pa_charset_connection.h,
17842: include/pa_charset_manager.h,
17843: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17844: main/pa_charset_connection.C, main/pa_charset_manager.C,
17845: main/pa_request.C: charset loading & caching mech 0
17846:
17847: * src/: include/pa_stylesheet_connection.h,
17848: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17849: main/pa_globals.C, main/pa_request.C: would make charset loading
17850: & caching mech now
17851:
17852: 2001-09-30 parser
17853:
17854: * src/main/pa_request.C: forgot to fill toTable
17855:
17856: * src/: include/pa_config_fixed.h, main/pa_request.C: started
17857: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
17858: failed on win32 for now..
17859:
17860: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
17861: now charsets table configuration variable is: CHARSETS
17862:
17863: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
17864: ctype with unicode 1. todo: no П entities on output somehow
17865:
17866: * src/: classes/file.C, classes/op.C, classes/string.C,
17867: include/pa_request.h, main/pa_request.C: started ctype with
17868: unicode values
17869:
17870: 2001-09-28 parser
17871:
17872: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
17873: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
17874: string passed AS-IS now
17875:
17876: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
17877: way of user-configuring... todo: implement
17878:
17879: 2001-09-27 parser
17880:
17881: * src/classes/table.C: table.sort changed to sort table itself
17882:
17883: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
17884: X^.getElementsByTagName[tagname] = array of xnode
17885: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
17886: nodes removed - regretfully not supported @ xalan. maybe someday
17887: would reimplement, if needed.
17888:
17889: win32build system: solved long waiting anti-non-started-apache
17890: problem
17891:
17892: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
17893: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17894: types/types.dsp: win32 ident make system so not to rebuild
17895: library [ident.C.new]
17896:
17897: 2001-09-26 parser
17898:
17899: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
17900: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
17901: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17902: types/pa_vxnode.C, types/types.dsp: z
17903:
17904: * src/classes/classes.C: forgot one non-xml check
17905:
1.97 moko 17906: * src/: Makefile.am, classes/Makefile.am, classes/Makefile.in,
17907: main/Makefile.am, main/Makefile.in, targets/Makefile.in,
17908: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
17909: types/Makefile.am, types/Makefile.in: makes with clases.awk
1.95 moko 17910:
17911: * src/targets/cgi/parser3.C: z
17912:
17913: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
17914: targets/isapi/parser3isapi.C: #ifdef SMTP
17915:
17916: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
17917: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17918: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
17919: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
17920: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17921: types/types.dsp: xdoc&xnode now
17922:
17923: * src/: classes/classes.C, classes/classes.awk,
17924: classes/classes.dsp, classes/classes.h, classes/date.C,
17925: classes/dnode.C, classes/dnode.h, classes/dom.C,
17926: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17927: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17928: classes/op.C, classes/response.C, classes/string.C,
17929: classes/table.C, classes/void.C, include/pa_array.h,
17930: include/pa_common.h, include/pa_config_fixed.h,
17931: include/pa_config_includes.h, include/pa_dictionary.h,
17932: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17933: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
17934: include/pa_socks.h, include/pa_sql_connection.h,
17935: include/pa_sql_driver_manager.h, include/pa_stack.h,
17936: include/pa_string.h, include/pa_stylesheet_connection.h,
17937: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
17938: include/pa_xslt_stylesheet_manager.h, main/compile.C,
17939: main/compile.y, main/compile_tools.C, main/compile_tools.h,
17940: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
17941: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17942: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17943: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17944: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
17945: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
17946: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17947: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17948: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
17949: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17950: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
17951: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17952: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17953: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17954: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
17955: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
17956: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17957: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
17958: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17959: types/pa_vmethod_frame.h, types/pa_vobject.h,
17960: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
17961: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17962: types/pa_vstateless_object.h, types/pa_vstring.C,
17963: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17964: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
17965: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
17966: main.dsp splitted to main+classes+types along to .am
17967:
17968: * src/classes/Makefile.am: removed useless var
17969:
17970: * src/: classes/classes.cmd, main/main.dsp,
17971: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
17972: main.dsp
17973:
17974: 2001-09-25 parser
17975:
17976: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
17977: 1251 though, todo ICU
17978:
1.97 moko 17979: * src/: Makefile.am, Makefile.in, classes/Makefile.am,
17980: classes/Makefile.in, classes/dom.C,
1.95 moko 17981: include/pa_stylesheet_connection.h, main/Makefile.am,
1.97 moko 17982: main/Makefile.in, main/pa_pool.C, targets/Makefile.in,
17983: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
17984: types/Makefile.am, types/Makefile.in, types/pa_vdom.h: xml
17985: configure makes
1.95 moko 17986:
17987: 2001-09-24 parser
17988:
1.97 moko 17989: * src/: Makefile.in, classes/Makefile.am, classes/Makefile.in,
17990: include/pa_config_auto.h.in, main/Makefile.in,
17991: targets/Makefile.in, types/Makefile.am, types/Makefile.in: makes
1.95 moko 17992:
1.97 moko 17993: * src/targets/cgi/: Makefile.am, Makefile.in: makefiles
1.95 moko 17994:
17995: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
17996: started unix makes update
17997:
17998: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
17999: started unix makes update
18000:
18001: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
18002:
18003: * src/types/pa_value.h: z
18004:
18005: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
18006: bugs with usinge hash/table in expressions
18007:
18008: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
18009: resolved conflicts fixed [const]
18010:
18011: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
18012: classes/table.C, include/pa_request.h, include/pa_sapi.h,
18013: main/compile.C, main/compile.tab.C, main/compile.y,
18014: main/compile_tools.h, main/main.dsp, main/pa_common.C,
18015: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
18016: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
18017: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
18018: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18019: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
18020: with before_xml [merge2 actually didn't happen - i've created
18021: tags on wrong branch. so this merge is in fact re-merge]
18022:
18023: 2001-09-21 parser
18024:
18025: * src/: main/main.dsp, targets/cgi/parser3.dsp,
18026: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
18027: produced "" in make file and sadly wrong interpreted on load]
18028:
1.97 moko 18029: * src/: Makefile.in, classes/classes.h, classes/hash.C,
18030: classes/op.C, classes/table.C, doc/doxygen.cfg,
18031: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
18032: include/pa_sapi.h, include/pa_sql_driver_manager.h,
18033: include/pa_string.h, main/compile.tab.C, main/main.dsp,
18034: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
18035: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp: merged
18036: with before_xml
1.95 moko 18037:
18038: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
18039: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
18040: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
18041: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
18042: main/pa_pool.C, main/pa_request.C,
18043: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
18044: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
18045: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18046: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
18047: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
18048: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
18049: types/pa_vrequest.C, types/pa_vresponse.h,
18050: types/pa_vstateless_class.C, types/pa_vstring.C,
18051: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
18052: created new projects for sql drivers [planning to remove sql
18053: drivers from main cvs project] first, will join latest changes
18054:
18055: * src/classes/: dom.C: defaulted dom writing methods encoding to
18056: pool.get_charset
18057:
18058: * src/classes/dom.C: defaulted dom writing methods encoding to
18059: pool.get_charset
18060:
18061: * src/include/pa_pool.h: defaulted dom writing methods encoding to
18062: pool.get_charset
18063:
18064: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
18065: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
18066: methods encoding to pool.get_charset
18067:
18068: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
18069: transcoder were created right "unsupported encoding" message.
18070: not @ set time, but @ use time, so until xml output functions
18071: .string, .file, .save used - no encoding name check occur
18072:
18073: reduced transcode buffer size to 60 fixed pool cleanup - no
18074: registration needed, pools are officially destructured
18075:
18076: 2001-09-20 parser
18077:
18078: * src/classes/image.C: 20K preload on jpg measure [image::measure]
18079:
18080: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
18081: $MAIN:DEFAULTS.content-type[$.charset[here]]
18082:
18083: * src/: classes/dnode.C, classes/dom.C,
18084: include/pa_config_includes.h, include/pa_globals.h,
18085: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
18086: main/pa_pool.C, targets/cgi/parser3.dsp,
18087: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18088: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
18089: Pool::transcode 0
18090:
18091: * src/classes/dom.C: dom. string save file moved output xml options
18092: to last param and made it optional
18093:
18094: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
18095: dnodes
18096: !$attributenode.specified = boolean
18097: true if the attribute received its value explicitly
18098: in the XML document,
18099: or if a value was assigned programatically with the
18100: setValue function.
18101: false if the attribute value came from the default value
18102: declared in the document's DTD.
18103: !$pinode.target = target of this processing instruction
18104: XML defines this as being the first token following the
18105: markup
18106: that begins the processing instruction.
18107: XPath:
18108: !^node.select[xpath/query/expression] = hash of 0->node0
18109: 1->node1
18110: !^node.select-single[xpath/query/expression] = first node if
18111: any
18112:
18113: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
18114: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
18115: some 'const's added
18116:
18117: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
18118: expression context now, there value = size and boolean value
18119: size!=0
18120:
18121: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
18122: can be used in expression context now, there value = size and
18123: boolean value size!=0
18124:
18125: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
18126: types/pa_vstring.h: dnode .file .string .save moved back to dom
18127: due to strange xalan bug
18128:
18129: 2001-09-18 parser
18130:
18131: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
18132: classes/image.C, classes/op.C, classes/table.C,
18133: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
18134: include/pa_sql_driver_manager.h, main/compile.C,
18135: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18136: main/execute.C, main/pa_common.C, main/pa_request.C,
18137: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
18138: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18139: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
18140: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18141: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
18142: before_xml branch ^if(def $hash) now true only when
18143: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
18144:
18145: * src/: classes/op.C, main/execute.C: operators self changed to
18146: root ^for variable context changed to self
18147:
18148: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
18149: dnode 1
18150:
18151: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
18152: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
18153:
18154: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
18155: poly* fixed
18156:
18157: 2001-09-17 parser
18158:
18159: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
18160: types/pa_vdom.h: started dnode+dom
18161:
18162: dnode DOM methods: $node.name $node.value
18163: ...others...
18164:
18165: ^node.xpath[/rates/USD] = hash
18166: $hash[
18167: $.0[node0]
18168: $.1[node1]
18169: ]
18170:
18171: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
18172: applies to all linear primitives
18173:
18174: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
18175: include/pa_stylesheet_connection.h, main/main.dsp,
18176: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
18177: types/pa_vimage.h: started dnode DOM: $node.name
18178: $node.value ...others... ^node.xpath[/rates/USD] = hash
18179: dom(dnode)
18180:
18181: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
18182: main/compile.y, main/compile_tools.h, main/execute.C,
18183: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
18184: in expression compound($aa.zz.xx) names now can have minus '-' in
18185: name after '.'
18186:
18187: 2001-09-15 parser
18188:
18189: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
18190: image: $line-width ^line(...)[**** style]
18191:
18192: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
18193: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
18194: pool_storage - cleanups first, allocations second. apache wisely
18195: does just like that
18196:
18197: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
18198: rewritten using template, no bugs now
18199:
18200: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
18201: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
18202: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
18203: poorly started isapi pool_storage, would rewrite using template
18204: now
18205:
18206: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
18207: include/pa_stylesheet_connection.h, main/main.dsp,
18208: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
18209: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
18210: xalan objects freed up [introducing Pool::register_cleanup]
18211:
18212: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
18213: comments
18214:
18215: 2001-09-14 parser
18216:
18217: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
18218: z
18219:
18220: * src/: classes/dom.C, classes/file.C, classes/image.C,
18221: classes/mail.C, include/pa_common.h,
18222: include/pa_sql_driver_manager.h, include/pa_string.h,
18223: include/pa_stylesheet_connection.h,
18224: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18225: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
18226: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
18227: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
18228: compiled&cached
18229:
18230: 2001-09-13 parser
18231:
18232: * src/: classes/dom.C, classes/file.C, classes/image.C,
18233: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
18234:
18235: * src/classes/dom.C: dom:file content-type(.method)
18236:
18237: * src/: include/pa_common.h, include/pa_globals.h,
18238: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
18239: string now more informative error messages
18240:
18241: * src/: include/pa_globals.h, include/pa_request.h,
18242: main/pa_request.C, targets/cgi/parser3.C,
18243: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
18244: ParserSiteConfig .../parser3.conf
18245:
18246: cgi&isapi looks for {configure|c:\windows}/parser3.conf
18247:
18248: 2001-09-12 parser
18249:
18250: * src/: classes/op.C, include/pa_sql_driver_manager.h,
18251: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
18252: precise error reporting: "connection string must start with
18253: protocol://" now
18254:
18255: * src/main/compile.tab.C: fixed - subname code parts actually []
18256: braced
18257:
18258: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
18259: lexer on LS_USER level did [] matching without setting nestage,
18260: introduced special LS_NAME_SQUARE_PART state
18261:
18262: 2001-09-11 parser
18263:
18264: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
18265: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
18266: languages+=xml
18267:
18268: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
18269:
18270: * src/classes/dom.C: ^dom:save/string/file[output options] output
18271: options: $.method[xml|html|text] detection fixed
18272:
18273: * src/types/pa_vdom.h: messages
18274:
18275: * src/classes/dom.C: ^dom:save/string/file[output options] output
18276: options: $.method[xml|html|text] detection fixed
18277:
18278: 2001-09-10 parser
18279:
18280: * src/classes/dom.C: ^dom:save/string/file[output options] output
18281: options: $.method[xml|html|text] $.encoding[windows-1251|...]
18282:
18283: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
18284: added]
18285:
18286: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
18287: ^dom.xslt[stylesheet filename] 0
18288:
18289: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
18290: ^dom.xslt[stylesheet filename] -1 doc is lying
18291:
18292: * src/classes/dom.C: ^dom.file[encoding] = file
18293:
18294: * src/classes/: dom.C: ^dom.string[encoding] 1
18295: ^dom.save[encoding;filename]
18296:
18297: * src/classes/dom.C: ^dom.string[] 0
18298:
18299: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
18300:
18301: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
18302: types/pa_vform.h: ^dom.save[b.xml] 0
18303:
18304: 2001-09-08 parser
18305:
18306: * src/types/pa_vform.C: $form:tables.name.field
18307:
18308: 2001-09-07 parser
18309:
18310: * src/classes/table.C: table:empty removed, superceded by ^if(def
18311: $table)...
18312:
18313: * src/targets/cgi/parser3.C: z
18314:
18315: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
18316: from '' to int/double is 0]
18317:
18318: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
18319: $table) is false when table is empty
18320:
18321: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
18322: !$form:tables $atable[$form:tables.a]
18323: ^atable.menu{a=$atable.element}[,]
18324:
18325: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
18326: types/pa_vform.h, types/pa_vhash.h: !$form:fields
18327:
1.97 moko 18328: * src/: Makefile.in, classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 18329: types/pa_vdom.h, types/pa_vform.C: merged with successful start
18330: of dom
18331:
18332: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
18333: types/pa_vform.C, types/pa_vform.h: z
18334:
18335: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
18336: element [not last]
18337:
1.97 moko 18338: * src/: Makefile.in, classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 18339: types/pa_vdom.h: introducing dom. dom:load[a.xml]
18340:
18341: 2001-09-06 parser
18342:
18343: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
18344: table with one column 'element' and two rows: 1 and 2
18345:
18346: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
18347: table with one column 'element' and two rows: 1 and 2
18348:
18349: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
18350: bad int/double conversions, and now $form:nonexistent.int(88)
18351: would return 88
18352:
18353: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
18354: types/pa_vhash.h: now there's special hash key '_default'
18355: [instead of ^_default method] $hash[ $.a[1] $.b[2]
18356: $._default[xx] ] $hash.c
18357:
18358: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
18359: fixed [thanks, fif], ^; were treated there non-literally
18360:
18361: * src/doc/doxygen.cfg: merged new default options from 1.2.10
18362: doxygen
18363:
18364: * src/: classes/image.C, classes/op.C, classes/string.C,
18365: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
18366: types/pa_vtable.C: few #ifndef DOXYGEN
18367:
18368: 2001-09-05 parser
18369:
18370: * src/classes/: string.C, table.C: sql options can be void [same as
18371: image:html the other day]
18372:
1.97 moko 18373: * src/targets/cgi/Makefile.in: makes
18374:
1.95 moko 18375: * src/targets/cgi/Makefile.am: .am undo
18376:
18377: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
18378: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
18379: macro expantion on param, simply qoutes whatever passed, undone
18380:
18381: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
18382: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
18383: STRINGIZE(name) #name invented
18384:
18385: * src/: classes/op.C, include/pa_sql_driver_manager.h,
18386: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
18387: MAIN_SQL_DRIVERS_NAME "drivers"
18388:
18389: moved to be availible to all users
18390:
18391: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
18392: SQL_DRIVER_CREATE_FUNC_NAME
18393:
1.97 moko 18394: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
18395: types/Makefile.in: makes
18396:
1.95 moko 18397: * src/classes/mail.C: MAIN:MAIL check fixed
18398:
18399: 2001-09-04 parser
18400:
18401: * src/classes/image.C: image.html now can accept void params
18402:
18403: * src/targets/isapi/parser3isapi.C: z
18404:
18405: * src/targets/cgi/parser3.C: full_file_spec bug
18406:
18407: * src/targets/cgi/parser3.C: getenvcheck
18408:
18409: * src/targets/cgi/parser3.C: zz
18410:
18411: * src/targets/cgi/parser3.C: zzz
18412:
18413: * src/classes/date.C: date
18414:
18415: * src/classes/date.C: date:sql-string is now without ''
18416:
1.97 moko 18417: * src/: include/pa_config_auto.h.in, targets/Makefile.in,
18418: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
1.95 moko 18419: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
18420: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
18421:
1.97 moko 18422: * src/: Makefile.in, include/pa_config_auto.h.in,
18423: targets/cgi/Makefile.in: makes
1.95 moko 18424:
18425: 2001-09-03 parser
18426:
18427: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
18428:
18429: 2001-09-01 parser
18430:
18431: * src/classes/image.C: letter_spacing
18432:
18433: * src/classes/image.C: image: font params changed
18434:
18435: * src/classes/image.C: image: as_int as_string used
18436:
18437: * src/types/pa_vmethod_frame.h: $result[] now gets properly
18438: analized
18439:
18440: 2001-08-31 parser
18441:
18442: * src/targets/cgi/parser3.C: z
18443:
1.97 moko 18444: * src/: Makefile.in, include/pa_dir.h, targets/Makefile.in,
18445: targets/cgi/parser3.C: compiled under cygwin
1.95 moko 18446:
18447: * src/classes/void.C: void:int/double += (default)
18448:
18449: * src/classes/image.C: image:font added space param image:font
18450: changed charwidth alg, added kerning const[for now]
18451:
18452: * src/classes/: string.C, table.C: string:int/double (defaults)
18453:
18454: 2001-08-29 parser
18455:
18456: * src/main/pa_exception.C: exception redundant debug info
18457:
18458: 2001-08-28 parser
18459:
18460: * src/classes/image.C: image error msgs
18461:
18462: * src/classes/image.C: image: gifsize little endian
18463:
1.97 moko 18464: * src/Makefile.in: makes
18465:
1.95 moko 18466: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
18467: doxygeneration
18468:
1.97 moko 18469: * src/: classes/Makefile.in, main/Makefile.in,
18470: targets/cgi/Makefile.in, types/Makefile.in: make.ins
18471:
1.95 moko 18472: * src/: classes/Makefile.am, main/Makefile.am,
18473: targets/cgi/Makefile.am, types/Makefile.am: .am-s
18474:
18475: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
18476: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
18477:
18478: * src/main/compile.C: NO_STRING_ORIGIN check2
18479:
1.97 moko 18480: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
18481: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
18482: makefiles
18483:
1.95 moko 18484: * src/classes/table.C: NO_STRING_ORIGIN check
18485:
18486: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
18487: storage class specifiers invalid in friend function declarations
18488:
18489: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
18490: main/untaint.C, targets/cgi/parser3.C,
18491: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
18492: case of limit
18493:
18494: * src/: classes/file.C, main/pa_common.C: file:move
18495: autocreate/remove dest/src dir
18496:
18497: * src/: classes/string.C, include/pa_dictionary.h,
18498: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
18499: main/untaint.C: pa_directory speeded up. moved zero 'from' check
18500: to directory constructor. string:replace
18501:
18502: 2001-08-27 parser
18503:
18504: * src/classes/image.C: fixed jpgsize alg
18505:
18506: * src/classes/image.C: fixed jpgsize alg
18507:
18508: * src/main/pa_exception.C: z
18509:
18510: * src/main/pa_common.C: removed debug info from pa_common
18511:
18512: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
18513: [auto.p from current dir loading]
18514:
1.97 moko 18515: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
18516: main/pa_common.C, main/pa_exception.C,
18517: main/pa_sql_driver_manager.C, targets/Makefile.in,
18518: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
18519: types/Makefile.in: configure for solaris -lsocket
1.95 moko 18520:
18521: 2001-08-24 parser
18522:
18523: * src/targets/cgi/parser3.C: not cgi extra \n 3
18524:
18525: * src/targets/cgi/parser3.C: not cgi extra \n 2
18526:
18527: * src/targets/cgi/parser3.C: not cgi extra \n
18528:
18529: * src/main/pa_sql_driver_manager.C: z
18530:
18531: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
18532: sql* removed services from disconnect - cross-request ideological
18533: probs.
18534:
18535: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
18536: cross-request ideological probs. oracle - fixed bug: cs
18537: allocated on request.pool and got freed before disconnect
18538:
18539: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
18540: mallocs fixed
18541:
18542: 2001-08-23 parser
18543:
18544: * src/classes/file.C: minor bug in file:save fixed
18545:
18546: * src/main/pa_sql_driver_manager.C: oracle: dlink
18547:
18548: 2001-08-22 parser
18549:
18550: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
18551: types/pa_vfile.h: file:load|save[text|binary;
18552:
18553: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
18554:
18555: 2001-08-21 parser
18556:
18557: * src/classes/: file.C, table.C: ^file:list
18558:
18559: 2001-08-20 parser
18560:
18561: * src/: main/compile.tab.C, main/compile.y,
18562: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
18563: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
18564: recousively caused problems: inc incremeted 123 literal!! fixed
18565:
18566: 2001-08-10 parser
18567:
18568: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
18569:
18570: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
18571: added
18572:
18573: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
18574: added
18575:
18576: * src/classes/table.C: table:sort restored [it was bad test :(]
18577:
18578: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
18579: ''
18580:
18581: * src/main/: pa_request.C: wanted to make const int
18582: MAX_EXECUTE_SECONDS=1;
18583:
18584: but couldnt, set_callback_and_alarm appeared to be not exported
18585: :(
18586:
18587: * src/main/pa_string.C: string.match hanged on. there were a hang
18588: check but it weren't wise enough
18589:
18590: @parse[dateString][tmp]
18591: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
18592: #end
18593:
18594: @main[] ^parse[2001-02-03]
18595:
18596: * src/classes/: table.C: table:sort now default desc
18597:
18598: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18599: table.sort now creates new sorted table
18600:
18601: 2001-08-09 parser
18602:
18603: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
18604:
18605: * src/classes/hash.C: hash:_default now [was hash:default]
18606:
18607: * src/classes/op.C: case without switch check added
18608:
18609: * src/types/pa_vcookie.C: cookie name&value origins added, more
18610: precise $ORIGINS(1)
18611:
1.97 moko 18612: * src/main/Makefile.in: make.in
18613:
1.95 moko 18614: * src/main/Makefile.am: .am
18615:
18616: * src/classes/void.C: void: int double copy/paste from int: bug
18617: fixed
18618:
18619: * src/classes/void.C: void: int double copy/paste from int: bug
18620: fixed
18621:
18622: 2001-08-07 parser
18623:
18624: * src/: classes/double.C, classes/int.C, classes/string.C,
18625: classes/table.C, include/pa_globals.h, main/pa_globals.C:
18626: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
18627: string, table
18628:
18629: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
18630: srand made working
18631:
18632: 2001-08-06 parser
18633:
18634: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
18635: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
18636: main/compile.tab.C, main/compile.y, main/pa_array.C,
18637: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
18638: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
18639:
18640: * src/main/pa_exec.C: exec win32 real filename
18641:
18642: * src/classes/file.C: exec stderr out
18643:
18644: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
18645:
18646: 2001-08-03 parser
18647:
18648: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
18649:
18650: 2001-08-02 parser
18651:
18652: * src/: classes/string.C, classes/table.C, include/pa_array.h,
18653: main/execute.C, main/pa_exec.C: introducing Array_iter
18654:
18655: * src/main/execute.C: detected quick_get recursion bug. changed to
18656: get@execute, but needs array iterator, separate from array to
18657: avoid it & use caching
18658:
18659: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
18660: bug fixed
18661:
18662: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
18663: main/execute.C, main/pa_globals.C: found another multithread bug
18664: in op.C (last, last global var killed) :)
18665:
18666: 2001-08-01 parser
18667:
18668: * src/: include/pa_dictionary.h, include/pa_globals.h,
18669: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
18670: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
18671: main/untaint.C: speeded up typo-html replacements. introducing
18672: Dictionary with first-char caching
18673:
18674: 2001-07-31 parser
18675:
18676: * src/types/Makefile.am: pa_vtable.C added to .am
18677:
18678: * src/main/compile.tab.C: added, so that could be compiled even on
18679: non-bison-enabled platforms
18680:
18681: 2001-07-28 parser
18682:
18683: * src/classes/table.C: table:hash always produces hash, when can't
18684: - empty
18685:
18686: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
18687: skipped \n
18688:
18689: 2001-07-27 parser
18690:
18691: * src/classes/: double.C, int.C, string.C: provided meaningful msg
18692: on int/double/string :sql without result and default
18693:
18694: 2001-07-26 parser
18695:
18696: * src/classes/op.C: fixed bad multithread bug with strangly global
18697: OP
18698:
18699: * src/main/compile.y: $man[$.age[zzz]] 0
18700:
18701: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
18702: creation syntax problem persists. restored $: for a while.
18703: thinking of $man[$.age[zzz]] syntax now
18704:
18705: * src/: classes/double.C, classes/int.C, classes/string.C,
18706: include/pa_opcode.h, main/compile.C, main/compile.y,
18707: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
18708: types/pa_vmethod_frame.h, types/pa_wcontext.h,
18709: types/pa_wwrapper.h: fixing :: realization #1
18710:
18711: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
18712: main/compile_tools.h, main/execute.C, main/pa_request.C,
18713: types/pa_vmethod_frame.h: introducing :: this is constructor call
18714: prefix. ordinary : remains for static accesses
18715:
18716: 2001-07-25 parser
18717:
18718: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
18719: fields 2. methods 3. columns
18720:
18721: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
18722: quote. optimized double&int tostring-s
18723:
18724: * src/main/: compile.C, compile.y, compile_tools.h: allowed
18725: whitespace before first method decl
18726:
18727: * src/classes/table.C: allowed nontable result in table:sql,
18728: results in empty table
18729:
18730: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
18731: lines before first method decl
18732:
18733: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
18734: types/pa_vtable.h: ^table.record[] now $table.fields
18735:
18736: * src/main/compile.y: $var[] is now empty string, not void
18737:
18738: * src/main/: compile.y, execute.C: $var[] is now empty string, not
18739: void
18740:
18741: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
18742: main/pa_globals.C: match replace code context moved to implicit
18743: $match context
18744:
18745: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
18746: main/compile_tools.h, main/execute.C: with killed, code storage
18747: introduced with former 'with' syntax
18748:
18749: 2001-07-24 parser
18750:
18751: * src/: main/compile.C, main/execute.C, main/pa_string.C,
18752: types/pa_value.h: first get_element, next get operator
18753:
18754: * src/main/compile.y: removed @end handling
18755:
18756: * src/main/: compile.C, compile.y: @end handling method2
18757:
18758: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18759: file:move
18760:
18761: * src/main/pa_common.C: file_read close @ eof when imgsize bug
18762: fixed
18763:
18764: 2001-07-23 parser
18765:
18766: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
18767: driver
18768:
18769: * src/classes/hash.C: changed sql driver query interface
18770:
18771: * src/: classes/hash.C, classes/string.C, classes/table.C,
18772: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
18773: changed sql driver query interface
18774:
18775: 2001-07-20 parser
18776:
18777: * src/types/pa_vrequest.C: X!$browser:type
18778:
18779: * src/: classes/file.C, classes/string.C, include/pa_string.h,
18780: main/execute.C, main/pa_string.C, types/pa_valiased.C,
18781: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
18782: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
18783: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
18784: types/pa_vobject.h, types/pa_vrequest.C,
18785: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
18786: ^class:method dynamic calls allowed. ^BASE.method call disabled.
18787: BASE element globally removed
18788:
18789: 2001-07-18 parser
18790:
18791: * src/classes/file.C: file:exec/cgi msg
18792:
18793: * src/classes/file.C: $file:exit-code renamed to 'status'
18794:
18795: * src/: classes/file.C, main/pa_exec.C: file:exec
18796:
1.97 moko 18797: * src/: classes/Makefile.in, main/Makefile.in, targets/Makefile.in,
18798: targets/cgi/Makefile.in, types/Makefile.in: $id in .in's from
18799: .am's removed
18800:
18801: * src/: Makefile.am, Makefile.in, classes/Makefile.am,
18802: main/Makefile.am, targets/Makefile.am, targets/cgi/Makefile.am,
18803: types/Makefile.am: removed $id from *.in *.am
1.95 moko 18804:
18805: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
18806: abbrevations
18807:
18808: * src/: classes/date.C, classes/mail.C, classes/math.C,
18809: classes/string.C, classes/table.C, include/pa_globals.h,
18810: include/pa_string.h, main/execute.C, main/pa_globals.C,
18811: main/pa_request.C, main/pa_string.C, main/untaint.C,
18812: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
18813: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
18814: $ORIGINS(1) output tracing mode
18815:
1.97 moko 18816: 2001-07-17 parser
18817:
18818: * src/: Makefile.in, classes/Makefile.in: == wrong
18819:
1.95 moko 18820: 2001-07-13 parser
18821:
18822: * src/: classes/double.C, classes/int.C, classes/string.C,
18823: include/pa_request.h, main/execute.C, main/pa_request.C:
18824: auto.p[@auto], /news/auto.p[no @auto], so that initializing
18825: second would not call first @auto
18826:
18827: * src/main/: execute.C, pa_request.C: order of MAIN parents was
18828: wrong, fixed
18829:
18830: 2001-07-12 parser
18831:
18832: * src/types/pa_value.h: pa_value.putelement modification of system
18833: classes prevented
18834:
18835: 2001-07-11 parser
18836:
18837: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
18838: table $piece
18839:
18840: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
18841: types/pa_vstateless_class.h: $file created by file:state +=
18842: .atime .mtime .ctime +found&fixed bug with exceptions on
18843: get_junction-created objects [they were on wrong pool]
18844:
18845: 2001-07-09 parser
18846:
18847: * src/main/untaint.C: qp wrong name
18848:
18849: * src/: classes/date.C, classes/string.C, classes/table.C,
18850: main/compile.y: date format 0
18851:
18852: 2001-07-07 parser
18853:
18854: * src/: classes/date.C, classes/table.C, include/pa_common.h,
18855: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
18856: roll table calendar
18857:
18858: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
18859: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
18860: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
18861: include/pa_request.h, main/main.dsp, types/pa_value.h,
18862: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
18863: string. todo: sql, calendar
18864:
18865: 2001-07-06 parser
18866:
18867: * src/: classes/math.C, include/pa_request.h, main/execute.C,
18868: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
18869:
18870: 2001-07-03 parser
18871:
18872: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
18873: classes/random.C, main/main.dsp: class random renamed to math,
18874: operators became methods
18875:
18876: * src/classes/op.C: pow sqrt
18877:
18878: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
18879:
18880: 2001-07-02 parser
18881:
18882: * src/classes/table.C: ^table.columns column renamed from 'name' to
18883: 'column'
18884:
18885: * src/classes/hash.C: ^hash.keys[]
18886:
18887: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
18888:
18889: * src/main/: compile.y, compile_tools.h: in expressions now allowed
18890: 'strings'
18891:
18892: 2001-06-29 parser
18893:
18894: * src/main/: execute.C: /0 %0 checkes ver 2
18895:
18896: * src/main/execute.C: /0 %0 checke
18897:
1.97 moko 18898: * src/: Makefile.in, classes/Makefile.in: makes
18899:
1.95 moko 18900: * src/classes/Makefile.am: nothing - void
18901:
18902: * src/classes/table.C: empty strings @ sql
18903:
18904: 2001-06-28 parser
18905:
18906: * src/: classes/double.C, classes/file.C, classes/form.C,
18907: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18908: classes/op.C, classes/random.C, classes/response.C,
18909: classes/string.C, classes/table.C, classes/void.C,
18910: main/compile.C, main/compile_tools.C, main/execute.C,
18911: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
18912: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18913: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18914: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18915: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
18916: targets/isapi/parser3isapi.C, main/compile.y: */ static const
18917: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
18918: $";
18919:
18920: * src/: classes/double.C, classes/file.C, classes/form.C,
18921: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18922: classes/op.C, classes/random.C, classes/response.C,
18923: classes/string.C, classes/table.C, classes/void.C,
18924: main/compile.C, main/compile.y, main/compile_tools.C,
18925: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
18926: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18927: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18928: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18929: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
18930: targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
18931:
18932: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
18933: $class:name: == ${class:name}:
18934:
18935: * src/classes/string.C: exactly one
18936:
18937: 2001-06-27 parser
18938:
18939: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
18940: types/pa_vvoid.h: nothing renamed to void
18941:
18942: * src/classes/op.C: ^switch ^case
18943:
18944: * src/main/compile.y: nothing renamed to void
18945:
18946: * src/: classes/hash.C, classes/table.C, main/compile.y,
18947: main/execute.C, main/main.dsp, main/pa_request.C,
18948: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
18949: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
18950: void
18951:
18952: * src/main/compile.y: lexer: $zzzz^zzzz were name part
18953:
18954: 2001-05-28 parser
18955:
18956: * src/doc/html2chm.cmd: removed >a
18957:
18958: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
18959: project options [some bugs]
18960:
18961: * src/doc/sources2html.cmd: z
18962:
18963: * src/: classes/classes.C, main/compile.C, main/compile.y,
18964: main/execute.C: operators are not in root class again
18965:
18966: 2001-05-24 parser
18967:
18968: * src/targets/cgi/parser3.dsp: project file
18969:
1.97 moko 18970: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
18971: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
18972: makes
18973:
1.95 moko 18974: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
18975: ^log ^exp
18976:
18977: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
18978: conversions in @exception[params]
18979:
18980: * src/main/pa_request.C: // no _ conversions in @exception[params]
18981:
18982: 2001-05-23 parser
18983:
18984: * src/main/pa_string.C: string cmp bug
18985:
18986: * src/classes/: mail.C, op.C: rem max 1000
18987:
18988: * src/: classes/op.C, main/compile.y: allow one empty line before
18989: LS_DEF_NAME
18990:
18991: 2001-05-22 parser
18992:
18993: * src/classes/op.C: if params code-required
18994:
18995: 2001-05-21 parser
18996:
1.97 moko 18997: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
18998: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
18999: makes
19000:
1.95 moko 19001: * src/types/pa_vstring.C: eoleof
19002:
19003: * src/classes/Makefile.am: .AM
19004:
19005: * src/classes/nothing.C: resultless ^sql moved to nothing:
19006:
19007: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
19008:
19009: * src/: classes/double.C, classes/nothing.C, classes/string.C,
19010: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
19011: types/pa_vunknown.h, classes/hash.C, main/compile.y,
19012: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
19013: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
19014: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
19015: 'nothing'
19016:
19017: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
19018: vstring::set_string
19019:
19020: * src/classes/: double.C, int.C, string.C: int,double;sql
19021:
19022: * src/: classes/hash.C, classes/int.C, classes/string.C,
19023: classes/table.C, include/pa_string.h, main/pa_string.C,
19024: types/pa_vstring.C, types/pa_vstring.h: started int:sql
19025:
19026: * src/: classes/classes.C, classes/hash.C, classes/op.C,
19027: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
19028: hash:sql moved to main trunc. operators.txt updated
19029:
19030: * src/classes/: hash.C, op.C, table.C: hash:sql
19031:
19032: * src/classes/op.C: z
19033:
19034: * src/: main/compile.C, classes/classes.C: 1
19035:
19036: * src/: classes/classes.C, main/compile.C, main/compile.y,
19037: main/execute.C: 0
19038:
19039: * src/main/execute.C: z
19040:
1.97 moko 19041: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
19042: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
19043: make system timestamps
19044:
19045: * src/Makefile.in: file stamps to remove autoreconf
19046:
1.95 moko 19047: * src/targets/cgi/parser3.C: z
19048:
19049: * src/targets/cgi/parser3.C: argv can be just "parser3". made
19050: site_auto_path "." in that case
19051:
1.97 moko 19052: * src/targets/cgi/Makefile.in: z
19053:
1.95 moko 19054: * src/targets/cgi/: parser3.C: z
19055:
19056: * src/main/pa_request.C: .am
19057:
19058: * src/: main/pa_request.C, targets/cgi/parser3.C:
19059: pcre_tables=pcre_default_tables;
19060:
19061: 2001-05-19 parser
19062:
19063: * src/main/pa_string.C: z
19064:
19065: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
19066: introducing String::cstr_bufsize, returns just size+1 for as_is
19067: target.
19068:
19069: * src/: main/untaint.C, targets/cgi/pa_pool.C,
19070: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
19071: used, 4* mem wasted
19072:
19073: * src/classes/string.C: root context in match replace body now
19074: unchanged
19075:
19076: * src/types/pa_value.h: parameter # 1 based
19077:
19078: * src/main/pa_common.C: common: actual filename '%s'
19079:
19080: * src/classes/string.C: z
19081:
1.97 moko 19082: * src/classes/Makefile.in: clean
19083:
1.95 moko 19084: * src/classes/Makefile.am: classes/.am
19085:
19086: * src/classes/: Makefile.am: classes/.am
19087:
19088: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
19089: targets/cgi/pa_pool.C: classes/.am
19090:
19091: 2001-05-18 parser
19092:
1.97 moko 19093: * src/: Makefile.in, classes/Makefile.in,
19094: include/pa_config_auto.h.in, main/Makefile.in,
19095: targets/Makefile.in, targets/cgi/Makefile.in,
19096: targets/cgi/pa_pool.C, types/Makefile.in: .am pa_threads.C ins
1.95 moko 19097:
19098: * src/targets/cgi/Makefile.am: .am pa_threads.C added
19099:
19100: 2001-05-17 parser
19101:
19102: * src/: classes/string.C, include/pa_config_fixed.h,
19103: include/pa_config_includes.h, main/compile.y,
19104: main/compile_tools.h, main/execute.C, main/pa_array.C,
19105: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
19106: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
19107: types/pa_vform.C: #include "pa_config_includes.h" removed from
19108: most .C
19109:
19110: * src/doc/html2chm.cmd: z
19111:
19112: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
19113: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
19114:
19115: * src/main/pa_sql_driver_manager.C: moved expiration to
19116: get_connection_from_cache
19117:
19118: * src/main/pa_sql_driver_manager.C: cache expiration bf
19119:
19120: * src/: classes/classes.h, include/pa_sql_connection.h,
19121: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
19122: cache expiration[use SQL_Driver::disconnect]
19123:
19124: * src/main/pa_table.C: table.locate current restored on "not found"
19125:
19126: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
19127: line no
19128:
19129: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19130: ANTI_ENDLESS_EXECUTE_RECOURSION
19131:
19132: * src/: classes/op.C, include/pa_sql_connection.h,
19133: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
19134: sql/pa_sql_driver.h: fixed problem at last: 2connections own
19135: 1driver and set_services fight for driver::fservices. before fix
19136:
19137: * src/: classes/op.C, include/pa_config_fixed.h,
19138: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19139: main/pa_sql_driver_manager.C: found problem at last: 2connections
19140: own 1driver and set_services fight for driver::fservices. before
19141: fix
19142:
19143: * src/: include/pa_config_fixed.h, include/pa_threads.h,
19144: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
19145: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
19146: pa_threads.C
19147:
19148: * src/include/pa_threads.h: removed targets/parser
19149:
19150: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
19151: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
19152: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
19153: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
19154: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
19155: headers
19156:
19157: * src/: classes/image.C, include/pa_sql_driver_manager.h,
19158: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
19159: order prevented sqlmanager to see MULTYTHREAD define
19160:
19161: * src/: include/pa_config_fixed.h, include/pa_threads.h,
19162: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
19163: put/gets
19164:
19165: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
19166: from hash.h
19167:
19168: * src/: classes/op.C, include/pa_sql_connection.h,
19169: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
19170: from cache ->set_services(&services);
19171:
19172: 2001-05-16 parser
19173:
19174: * src/targets/cgi/parser3.C: z
19175:
19176: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
19177: debug, #ifdefed some. would debug later, on more precise sample
19178: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
19179: $name.$tail[$tail!] $name.$tail } ok3
19180:
19181: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
19182: removed array debug. before vstring rebasing
19183:
19184: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
19185: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
19186: array debugged; adjusted
19187:
19188: * src/main/: pa_sql_driver_manager.C, pa_string.C:
19189: SQL_Driver_manager line no for connect/charset errors
19190:
19191: 2001-05-15 parser
19192:
19193: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
19194: main/pa_string.C: string+array made linear grows
19195:
19196: * src/: include/pa_string.h, main/pa_string.C,
19197: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
19198: grow lineary, not exponentialy
19199:
19200: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
19201: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
19202: with fullchunk cmps
19203:
19204: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
19205: 70041= 81
19206:
19207: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
19208: targets/cgi/parser3.C: detected huge mem allocation: size/times
19209: malloc 27809390/368771, calloc 3232/83. would test now
19210:
19211: * src/: classes/random.C, main/compile.y, main/execute.C,
19212: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
19213: numbered params had wrong name - for instance: bad error message
19214: in ^for[] bad body type. fixed
19215:
19216: 2001-05-14 parser
19217:
19218: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
19219: main/untaint.C: ^string.upper|lower[]
19220:
19221: 2001-05-11 parser
19222:
19223: * src/: classes/double.C, classes/image.C, classes/op.C,
19224: classes/string.C, classes/table.C, classes/unknown.C,
19225: main/execute.C, types/pa_value.h, types/pa_vbool.h,
19226: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
19227: types/pa_vunknown.h: op: MAX_LOOPS as_int
19228:
19229: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
19230: .dsp for win32tools
19231:
19232: 2001-05-11 paf
19233:
19234: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
19235: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
19236: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
19237: targets/isapi/kill.pl: moved win32 helpers to /win32tools
19238:
19239: 2001-05-10 paf
19240:
19241: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
19242: for C++, that's all
19243:
1.97 moko 19244: * src/: Makefile.in, classes/Makefile.in,
19245: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19246: include/pa_config_includes.h, main/Makefile.in,
19247: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
19248: inline wonders
1.95 moko 19249:
19250: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
19251: doc/doxygen.cmd: hash.C added
19252:
19253: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
19254:
19255: * src/main/compile.y: @end grammar: allowed zero strings in control
19256: menthod
19257:
19258: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
19259: pa_vstateless_object.h: changed priority: field before method
19260: lookup in vclass & vobject
19261:
19262: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
19263: grammar: priorities changes [lowerd && prior] vobject: now first
19264: fields, next methods
19265:
19266: 2001-05-08 paf
19267:
19268: * src/main/pa_table.C: table columnname2item on nameless ignored
19269: bark=false. fixed
19270:
19271: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
19272: types/pa_vmethod_frame.h: hash:default works at last!
19273:
19274: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
19275: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
19276: hash:default
19277:
19278: * src/classes/table.C: z
19279:
19280: * src/classes/table.C: table:hash always hash of hash now
19281:
19282: * src/classes/table.C: table:empty return bool now
19283:
19284: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
19285: include/pa_table.h, main/pa_table.C, types/pa_value.h,
19286: types/pa_vtable.h: table:hash
19287:
19288: * src/classes/table.C: table:record have name
19289:
19290: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
19291: returns vunknown
19292:
19293: * src/classes/: double.C, int.C, op.C, string.C:
19294: int,double,string:int[] double[] string:length[] results now have
19295: hames
19296:
19297: * src/: classes/op.C, classes/table.C, main/main.dsp,
19298: types/pa_vtable.h: removed table:find. table:locate and op:eval
19299: now return bool
19300:
19301: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
19302: in method checkparams again. fixed
19303:
19304: 2001-05-07 paf
19305:
19306: * src/doc/chm.cmd: cmd
19307:
19308: * src/: classes/image.C, classes/mail.C, classes/string.C,
19309: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
19310: types/pa_value.h: method reported errors on wrong pool
19311:
19312: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
19313: now
19314:
19315: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
19316: include/code.h, include/pa_opcode.h, main/compile.C,
19317: main/compile_tools.h, main/execute.C, types/pa_value.h,
19318: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19319: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
19320: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
19321: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19322: types/pa_vmethod_frame.h, types/pa_vobject.h,
19323: types/pa_vrequest.h, types/pa_vresponse.h,
19324: types/pa_vstateless_class.h, types/pa_vstring.h,
19325: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
19326: types/pa_wwrapper.h: pa_code.h
19327:
19328: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
19329:
19330: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
19331: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
19332: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
19333: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
19334: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
19335: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
19336: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
19337: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
19338: types/pa_vtable.h: dox, split by not clean parts also
19339:
19340: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
19341: types/pa_vtable.h: table: fields, then methods. so to enable
19342: 'dir' fields & co. more
19343:
19344: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
19345: so to enable 'dir' fields & co.
19346:
19347: * src/main/compile.y: grammar: @end
19348:
19349: 2001-05-04 paf
19350:
19351: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
19352: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
19353:
19354: * src/: classes/classes.h, classes/double.C, classes/file.C,
19355: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
19356: classes/op.C, classes/random.C, classes/response.C,
19357: classes/string.C, classes/table.C, classes/unknown.C,
19358: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
19359: method dox
19360:
19361: 2001-05-03 paf
19362:
19363: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
19364: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
19365: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
19366: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
19367: doc/string.dox, doc/targets.dox, doc/value.dox,
19368: main/pa_request.C: dox splitted .dox files and added some
19369:
19370: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
19371:
19372: 2001-05-02 paf
19373:
19374: * src/classes/: image.C, table.C: table:dir result are not tainted
19375: by file_name language now
19376:
19377: 2001-04-28 paf
19378:
19379: * src/classes/classes.inc: removed classes.inc
19380:
19381: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
19382: from .am
19383:
19384: * src/classes/classes.awk: skipped classes in .awk
19385:
19386: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
19387: classes/classes.inc, classes/double.C, classes/file.C,
19388: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
19389: classes/string.C, classes/table.C, classes/unknown.C,
19390: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
19391: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
19392: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
19393: pa_methoded back to classes/classes.h
19394:
19395: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
19396:
19397: * src/: classes/Makefile.am, classes/classes.awk,
19398: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
19399: classes/ls.exe, main/bison.exe: classes.inc autogenerator
19400:
19401: * src/: classes/classes.C, classes/classes.h, classes/double.C,
19402: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
19403: classes/response.C, classes/string.C, classes/table.C,
19404: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
19405: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
19406: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
19407: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
19408: include|main/pa_methoded
19409:
19410: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
19411: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
19412:
19413: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
19414: moved some configured data to request::classes_conf moved some
19415: string crations from globals to M... [works]
19416:
19417: * src/: classes/form.C, classes/mail.C, classes/op.C,
19418: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
19419: main/pa_request.C: moved some configured data to
19420: request::classes_conf moved some string crations from globals to
19421: M...
19422:
19423: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
19424: about to move configured data to special request hash
19425:
19426: * src/: classes/classes.C, classes/classes.h, classes/file.C,
19427: classes/form.C, classes/mail.C, include/pa_request.h,
19428: main/pa_request.C: configure started
19429:
19430: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
19431: 2. todo: methoded-configure
19432:
19433: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
19434: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19435: classes/_random.h, classes/_response.h, classes/_string.h,
19436: classes/_table.h, classes/_unknown.h, classes/classes.inc,
19437: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
19438: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19439: classes/random.C, classes/response.C, classes/string.C,
19440: classes/table.C, classes/unknown.C, include/pa_globals.h,
19441: include/pa_request.h, main/compile.y, main/execute.C,
19442: main/main.dsp, main/pa_globals.C, main/pa_request.C,
19443: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19444: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
19445: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
19446: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
19447: types/pa_vrequest.h, types/pa_vresponse.h,
19448: types/pa_vstateless_class.h, types/pa_vstring.h,
19449: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
19450: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
19451: methoded-configure
19452:
19453: * src/: classes/file.C, classes/table.C, main/compile.y,
19454: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
19455: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
19456: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
19457:
19458: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
19459: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
19460: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19461: classes/random.C, classes/response.C, classes/string.C,
19462: classes/table.C, classes/unknown.C, include/pa_request.h,
19463: main/compile.y, main/execute.C, main/pa_globals.C,
19464: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
19465: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19466: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
19467: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
19468: beautifying just compiled. todo: debug, configure
19469:
19470: 2001-04-27 paf
19471:
19472: * src/: classes/file.C, classes/image.C, classes/table.C,
19473: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
19474: beautifying -99
19475:
19476: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
19477: classes/_response.h, classes/_unknown.h, classes/classes.C,
19478: classes/classes.h, classes/double.C, classes/file.C,
19479: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
19480: classes/op.C, classes/random.C, classes/response.C,
19481: classes/string.C, include/pa_globals.h, main/main.dsp,
19482: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
19483: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
19484: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
19485: types/pa_vunknown.h: beautifying -100
19486:
19487: * src/main/compile.y: serge@ found @CLASS bug. fixed
19488:
19489: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
19490: classes/_op.h, classes/_random.h, classes/_table.h,
19491: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
19492: classes/op.C, classes/random.C, classes/response.C,
19493: classes/string.C, classes/table.C, classes/unknown.C,
19494: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
19495: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
19496: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
19497: beautifying
19498:
19499: 2001-04-26 paf
19500:
19501: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
19502:
19503: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
19504: documentation ++
19505:
19506: * src/: classes/_exec.h, doc/doxygen.cfg,
19507: include/pa_config_fixed.h, include/pa_config_includes.h,
19508: targets/cgi/pa_pool.C: code documentation ++
19509:
19510: * src/: classes/_image.h, classes/op.C, classes/random.C,
19511: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19512: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
19513: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
19514: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19515: types/pa_vmethod_frame.h, types/pa_vobject.h,
19516: types/pa_vrequest.C, types/pa_vrequest.h,
19517: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
19518: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
19519: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
19520: code documentation ++
19521:
19522: * src/: classes/image.C, classes/mail.C, classes/string.C,
19523: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
19524: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
19525: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
19526: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19527: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19528: types/pa_vobject.h, types/pa_vstateless_class.h,
19529: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
19530:
19531: * src/main/: pa_request.C, pa_string.C: z
19532:
19533: * src/: include/pa_common.h, include/pa_types.h,
19534: main/pa_sql_driver_manager.C: module [and, guess, isapi]
19535: connection caching fixed. request-pooled-url were stored into
19536: global connectioncache
19537:
19538: 2001-04-25 paf
19539:
19540: * src/: doc/doxygen.cfg, doc/doxygen.txt,
19541: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
19542:
19543: * src/: include/code.h, include/pa_common.h, main/compile.y,
19544: main/execute.C, main/pa_common.C: -d
19545:
19546: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
19547: illegal call check a bit improved, but still under iis no mapping
19548: of dir with parser allowed!
19549:
19550: 2001-04-24 paf
19551:
1.97 moko 19552: * src/targets/Makefile.in: apache makefile.in s
19553:
1.95 moko 19554: * src/targets/Makefile.am: apache module lib .am
19555:
19556: * src/main/pa_exec.C: windows32 buildCommand
19557:
19558: 2001-04-23 paf
19559:
19560: * src/targets/cgi/Makefile.am: win32 conditional
19561:
19562: * src/targets/cgi/Makefile.am: win32 conditional
19563:
19564: * src/targets/cgi/Makefile.am: liblink
19565:
19566: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
19567: vfile fields return type
19568:
19569: * src/types/pa_vfile.h: vfile fields return type
19570:
19571: * src/include/pa_config_auto.h.in: .h.in
19572:
1.97 moko 19573: * src/targets/Makefile.in: makefiles&co
19574:
1.95 moko 19575: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
19576: types/Makefile: makefiles removed
19577:
1.97 moko 19578: * src/: classes/Makefile.in, main/Makefile.in,
19579: targets/cgi/Makefile.in, types/Makefile.in, Makefile.in: makefile
19580: ins
19581:
1.95 moko 19582: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
19583: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
19584:
19585: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
19586: [tested: i & g ]
19587:
19588: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
19589: @test noticed series in isapi, check how initialize_random_class
19590: is called! [must be called only once]
19591:
19592: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
19593: would not be 'unknown column'
19594:
19595: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
19596: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
19597:
19598: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
19599: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
19600: [now doesnt]
19601:
19602: * src/targets/cgi/parser3.C: cgi cmdline ver
19603:
19604: * src/targets/cgi/parser3.C: cgi /// @test disable
19605: /cgi-bin/parser3/auto.p
19606:
19607: * src/main/untaint.C: untaint without charset
19608:
19609: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
19610: main/pa_common.C: common: file_write /// @test mkdirs
19611: file_delete rmdirs
19612:
19613: * src/main/untaint.C: mail header only once to =?
19614:
19615: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
19616: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
19617: main/untaint.C: untaint - @test optimize whitespaces for
19618: all but 'html'
19619:
19620: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
19621: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
19622: main/untaint.C: untaint - @test mail-header
19623:
19624: 2001-04-20 paf
19625:
19626: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19627: include/pa_request.h, include/pa_string.h, main/compile.y,
19628: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
19629: targets/cgi/parser3.C: $MAIN:LOCALE
19630:
19631: * src/main/untaint.C: z
19632:
19633: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
19634:
19635: 2001-04-19 paf
19636:
19637: * src/main/compile_tools.h: $a$b bugfix
19638:
19639: * src/targets/cgi/parser3.C: z
19640:
19641: * src/classes/file.C: z
19642:
19643: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
19644: done: header to $fields. waits for header '\' tricks
19645:
19646: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
19647: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
19648: changed urlencode here and in untaint.C to HTTP standard's " and
19649: \" mech
19650:
19651: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
19652: http://alx/~paf/ doesnt load /auto.p
19653:
19654: 2001-04-18 paf
19655:
19656: * src/main/pa_request.C: 1
19657:
19658: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
19659: linux @alx
19660:
19661: 2001-04-17 paf
19662:
19663: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
19664: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
19665: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
19666: enabled
19667:
19668: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
19669: classes/_exec.h, classes/_file.h, classes/_form.h,
19670: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19671: classes/_random.h, classes/_response.h, classes/_string.h,
19672: classes/_table.h, classes/_unknown.h, classes/file.C,
19673: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
19674: include/pa_config_fixed.h, include/pa_config_includes.h,
19675: include/pa_hash.h, include/pa_sql_driver_manager.h,
19676: include/pa_version.h, main/Makefile.am, main/compile.y,
19677: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
19678: main/pa_sql_driver_manager.C, sql/Makefile.am,
19679: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
19680: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
19681: types/pa_vform.C, types/pa_vimage.h: exec @jav
19682:
19683: * src/: include/pa_sql_driver_manager.h,
19684: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
19685: types/pa_vimage.h: sql driver interface now has initialize(client
19686: .so)
19687:
19688: 2001-04-16 paf
19689:
19690: * src/Makefile.am: compile2 cygwin
19691:
19692: * src/: include/pa_config_includes.h, main/pa_exec.C,
19693: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
19694:
19695: * src/targets/cgi/Makefile.am: compile0 jav
19696:
19697: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
19698: classes/_exec.h, classes/_file.h, classes/_form.h,
19699: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19700: classes/_random.h, classes/_response.h, classes/_string.h,
19701: classes/_table.h, classes/_unknown.h, classes/image.C,
19702: classes/mail.C, classes/op.C, classes/random.C,
19703: include/pa_config_fixed.h, include/pa_config_includes.h,
19704: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
19705: main/compile.y, main/pa_common.C, main/pa_exec.C,
19706: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
19707: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
19708: compile-1
19709:
19710: 2001-04-15 paf
19711:
19712: * src/classes/op.C: z
19713:
19714: * src/classes/table.C: table:empty +=process
19715:
19716: * src/types/pa_value.h: MethodParams !junction
19717:
19718: * src/: classes/_string.h, classes/double.C, classes/file.C,
19719: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19720: classes/random.C, classes/response.C, classes/string.C,
19721: classes/table.C, classes/unknown.C, main/pa_request.C:
19722: MethodParams everywhere
19723:
19724: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
19725: types/pa_vmethod_frame.h: MethodParams in op.C
19726:
19727: 2001-04-12 paf
19728:
19729: * src/: classes/image.C, types/pa_vimage.h: image:font :text
19730:
19731: * src/: classes/_unknown.h, classes/unknown.C,
19732: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
19733: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
19734:
19735: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
19736:
19737: * src/classes/image.C: image:gif now does not have params
19738:
19739: * src/classes/image.C:
19740: image:line/fill/rectangle/bar/replace/polygon/polybar
19741:
19742: * src/: classes/image.C, classes/op.C, main/execute.C,
19743: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19744: for var now written not to r.wcontext, but to r.root cleared
19745: "entered_object" state
19746:
19747: 2001-04-11 paf
19748:
19749: * src/classes/image.C: image:create image:load
19750:
19751: * src/: classes/image.C, main/main.dsp: gd with mem write + image
19752: just compiled
19753:
19754: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
19755: todo: gif without file
19756:
19757: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
19758: started porting to Pooled descendant
19759:
19760: * src/: classes/image.C, main/execute.C, main/main.dsp,
19761: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
19762: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
19763: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
19764:
19765: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
19766: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
19767: end. switching to python imaging lib
19768:
19769: * src/main/main.dsp: gd+smtp made separate libs
19770:
19771: * src/: include/pa_globals.h, include/pa_string.h,
19772: main/pa_common.C, main/pa_request.C, main/untaint.C,
19773: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
19774: length
19775:
19776: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
19777: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
19778: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
19779: UL_FILE_NAME of posted file name
19780:
19781: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
19782: post [broke when moved post read to core]
19783:
19784: 2001-04-10 paf
19785:
19786: * src/classes/image.C: image:html done
19787:
19788: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
19789:
19790: * src/classes/image.C: z
19791:
19792: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
19793: forgotten!
19794:
19795: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
19796: main/pa_request.C, main/pa_string.C, main/untaint.C,
19797: types/pa_vimage.h: image:measure -90
19798:
19799: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
19800: classes/_int.h, classes/_mail.h, classes/_op.h,
19801: classes/_random.h, classes/_response.h, classes/_string.h,
19802: classes/_table.h, classes/file.C, classes/mail.C,
19803: include/pa_common.h, include/pa_globals.h, main/execute.C,
19804: main/main.dsp, main/pa_common.C, main/pa_globals.C,
19805: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
19806: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
19807: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
19808: compiled
19809:
19810: * src/classes/mail.C: minor bug with unclear from/to
19811:
19812: * src/classes/mail.C: sendmail unix skipping defaults
19813:
19814: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
19815: sendmail unix added defaults
19816:
19817: * src/classes/mail.C: unix sendmail compiled. todo:testing
19818:
19819: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
19820:
19821: 2001-04-09 paf
19822:
19823: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
19824: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
19825: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19826: targets/isapi/parser3isapi.dsp: all targets exec
19827:
19828: * src/: include/pa_sapi.h, include/pa_string.h,
19829: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19830: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
19831: args in apache:util.script
19832:
19833: * src/include/pa_string.h: written but not tested exec with env for
19834: unix
19835:
19836: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
19837: targets/cgi/parser3.C: exec win32 env
19838:
19839: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
19840: 0
19841:
19842: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
19843: main/execute.C, main/main.dsp, main/pa_globals.C,
19844: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
19845: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
19846:
19847: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
19848: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
19849:
19850: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
19851: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
19852:
19853: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
19854: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
19855: main/pa_common.C, main/pa_request.C, main/pa_string.C,
19856: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19857: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
19858: exec class just compiled. moved post read to request core
19859:
19860: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
19861: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
19862: main/pa_globals.C, targets/cgi/parser3.C,
19863: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
19864: are already read by vform
19865:
19866: 2001-04-08 paf
19867:
19868: * src/: classes/file.C, classes/mail.C, classes/string.C,
19869: include/pa_request.h, include/pa_string.h, main/pa_request.C:
19870: uuencode. string<<
19871:
19872: 2001-04-07 paf
19873:
19874: * src/classes/mail.C: z
19875:
19876: * src/classes/mail.C: z
19877:
19878: * src/classes/mail.C: ^mail[$attach
19879:
19880: * src/classes/mail.C: ^attach dead end
19881:
19882: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
19883: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19884: targets/isapi/parser3isapi.C: mail:send 1
19885:
19886: * src/: classes/mail.C, main/pa_request.C: z
19887:
19888: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
19889: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
19890: compiled
19891:
19892: * src/classes/mail.C: +=
19893:
19894: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
19895: prepared
19896:
19897: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
19898: include/pa_globals.h, include/pa_string.h, main/main.dsp,
19899: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
19900: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
19901:
19902: 2001-04-06 paf
19903:
19904: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
19905: main/pa_string.C: table:dir 1
19906:
19907: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
19908: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
19909:
19910: * src/: classes/_op.h, classes/_root.h, classes/op.C,
19911: classes/root.C, include/pa_globals.h, include/pa_request.h,
19912: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
19913: main/pa_request.C: renamed 'root' to 'op'
19914:
19915: * src/classes/: _op.h, op.C: renamed from 'root'
19916:
19917: * src/types/pa_valiased.C: another root inherititance skipped
19918:
19919: * src/main/: compile.C, compile.y, execute.C: operators are now not
19920: root methods of parent class. just 'ROOT' class
19921:
19922: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
19923: @office
19924:
19925: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
19926:
19927: 2001-04-05 paf
19928:
19929: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
19930: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
19931: constructor flag dropped at get_method_frame and remembered into
19932: method_frame
19933:
19934: * src/: classes/file.C, classes/root.C, classes/string.C,
19935: classes/table.C, main/pa_request.C: junction to code&expression
19936: in errors
19937:
19938: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
19939: main/pa_string.C, targets/isapi/parser3isapi.dsp:
19940: $LOCALE:ctype[Russian_Russia.1251]
19941:
19942: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
19943: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
19944: main/pa_table.C: hash now not thread-safe.
19945:
19946: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
19947: main/untaint.C: z
19948:
19949: * src/: classes/random.C, classes/root.C, classes/table.C,
19950: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
19951: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
19952: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
19953: types/pa_wcontext.h: sql quote. string untaint UL_SQL
19954:
19955: * src/: classes/table.C, include/pa_sql_connection.h,
19956: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
19957:
19958: * src/classes/table.C: select * from hren error contains statement
19959:
19960: * src/: classes/table.C, include/pa_sql_connection.h,
19961: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
19962: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
19963:
19964: * src/: classes/root.C, include/pa_sql_connection.h,
19965: include/pa_sql_driver.h, main/main.dsp,
19966: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
19967: services for conv memory & error reporting
19968:
19969: 2001-04-04 paf
19970:
19971: * src/doc/doxygen.cfg: z
19972:
19973: * src/include/pa_sql_driver.h: mysql connect
19974:
19975: * src/include/pa_sql_driver.h: mysql info
19976:
19977: * src/: classes/root.C, include/pa_sql_driver.h,
19978: include/pa_sql_driver_manager.h, main/main.dsp,
19979: main/pa_sql_driver_manager.C: more manager&connection&driver
19980:
19981: * src/sql/Makefile.am: forgot to add mysql client
19982:
19983: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
19984: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
19985: [forgot to add libltdl, added]
19986:
19987: * src/: Makefile.am, classes/root.C, classes/string.C,
19988: classes/table.C, include/pa_globals.h, include/pa_hash.h,
19989: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19990: include/pa_string.h, include/pa_table.h, main/main.dsp,
19991: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
19992: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
19993: -1000 just compiled
19994:
19995: * src/: classes/random.C, classes/root.C, classes/table.C,
19996: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
19997: main/pa_request.C, types/pa_vclass.h: sql frame -10
19998:
19999: 2001-04-03 paf
20000:
20001: * src/types/pa_vform.C: z
20002:
20003: * src/: classes/string.C, types/pa_vform.C: string:match replace
20004: assigned lang
20005:
20006: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
20007: {}[]< empty []
20008:
20009: * src/: classes/file.C, classes/string.C, classes/table.C,
20010: include/pa_string.h, main/pa_common.C, main/pa_string.C,
20011: main/untaint.C: string:match replace 2. string.cstr(forced lang)
20012:
20013: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20014: string:match replace strange matches
20015:
20016: * src/classes/string.C: string:match replace 0
20017:
20018: * src/: classes/string.C, main/pa_string.C: string:match replace
20019: prepared 2
20020:
20021: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20022: string:match replace prepared
20023:
20024: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20025: string:match replace -11
20026:
20027: * src/: classes/string.C, include/pa_globals.h,
20028: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
20029: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
20030:
20031: * src/: classes/string.C, include/pa_globals.h,
20032: include/pa_string.h, main/main.dsp, main/pa_globals.C,
20033: main/pa_string.C: string:match [search] -1 just compiled
20034:
20035: * src/types/pa_vstring.C: z
20036:
20037: * src/: classes/double.C, classes/file.C, classes/form.C,
20038: classes/int.C, classes/response.C, classes/root.C,
20039: classes/string.C, classes/table.C, include/pa_string.h,
20040: main/pa_string.C: string:match -10 [frame]
20041:
20042: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
20043: main/pa_request.C: z
20044:
20045: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
20046: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
20047: todo/tests
20048:
20049: * src/include/pa_common.h: z
20050:
20051: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
20052: main/pa_request.C, targets/cgi/parser3.C,
20053: targets/isapi/parser3isapi.C, types/pa_vfile.C:
20054: content-disposition
20055:
20056: * src/: include/pa_common.h, include/pa_globals.h,
20057: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20058: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
20059:
20060: * src/: include/pa_common.h, include/pa_request.h,
20061: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
20062: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
20063: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
20064: response:body
20065:
20066: * src/classes/table.C: table:append now uses string::split
20067:
20068: * src/classes/table.C: z
20069:
20070: * src/: classes/file.C, classes/root.C, classes/string.C,
20071: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
20072: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
20073: include/pa_string.h, main/execute.C, main/pa_string.C,
20074: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
20075: string::pos & cmp & piece bugs fixed. string::split new
20076: table:load separated from set table:set implemented with clean \n
20077: \t searches
20078:
20079: 2001-04-02 paf
20080:
20081: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
20082: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
20083: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
20084: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
20085: it in table:set/load
20086:
20087: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
20088: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
20089:
20090: * src/classes/random.C: random:generate 1
20091:
20092: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
20093: main/main.dsp, main/pa_globals.C, main/pa_request.C,
20094: types/pa_value.h: random:generate
20095:
20096: 2001-03-30 paf
20097:
20098: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
20099: todo: table flip and append. string::pos
20100:
20101: * src/: classes/double.C, classes/file.C, classes/int.C,
20102: classes/response.C, classes/root.C, classes/string.C,
20103: classes/table.C, main/compile.y, main/execute.C,
20104: types/pa_value.h, types/pa_vstateless_class.C,
20105: types/pa_vstateless_class.h: static|dynamic|any method
20106: registration
20107:
20108: * src/: classes/file.C, classes/table.C, include/pa_table.h,
20109: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
20110: table:flip
20111:
20112: 2001-03-29 paf
20113:
20114: * src/classes/string.C: string:xsplit forgot that they must result
20115: in 1 row N column [not vice versa]
20116:
20117: * src/classes/string.C: z
20118:
20119: * src/classes/string.C: string: rsplit
20120:
20121: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20122: string: lsplit
20123:
20124: * src/: classes/string.C, include/pa_string.h, main/execute.C,
20125: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
20126: lsplit -1
20127:
20128: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20129: string: pos
20130:
20131: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20132: string: pos -1
20133:
20134: * src/: classes/string.C, classes/table.C, include/pa_string.h,
20135: main/compile.y, main/pa_request.C, main/pa_string.C,
20136: main/untaint.C: string: left right mid
20137:
20138: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
20139: main/compile_tools.h, main/main.dsp, types/pa_value.h,
20140: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
20141: and [;] are different now.
20142:
20143: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
20144: main/untaint.C: pool.request undone
20145:
20146: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
20147: main/untaint.C: pool.request
20148:
20149: 2001-03-28 paf
20150:
20151: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
20152: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20153: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
20154: $request:browser [.type .version]; unknown.get_double now = 0.
20155:
20156: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
20157: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
20158: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
20159: types/pa_vform.C: file:load autodetection of mime-type by
20160: user-file-name
20161:
20162: * src/: classes/file.C, main/execute.C, main/pa_common.C,
20163: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
20164: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
20165:
20166: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20167: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
20168: write. must be self.set
20169:
20170: * src/: classes/file.C, classes/root.C, classes/table.C,
20171: include/pa_table.h, main/pa_table.C: table:locate1, file:test
20172:
20173: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
20174: include/pa_table.h, main/pa_array.C, main/pa_table.C,
20175: types/pa_vtable.h: table:locate just compiled
20176:
20177: 2001-03-27 paf
20178:
20179: * src/main/: execute.C, pa_common.C: fixed r/w context of
20180: code-params2, fixed ntfs hardlink slow dir update
20181:
20182: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
20183: types/pa_wcontext.h: fixed r/w context of code-params
20184:
20185: * src/: classes/table.C, main/execute.C: about to change junction
20186: rcontext!!
20187:
20188: * src/: classes/double.C, classes/int.C, classes/root.C,
20189: classes/string.C, classes/table.C, main/compile_tools.C,
20190: main/execute.C, main/pa_request.C, main/untaint.C,
20191: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
20192: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
20193: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
20194: types/pa_vunknown.h: sort 0
20195:
20196: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
20197: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
20198: renamed to are_static_calls_disabled
20199:
20200: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
20201: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
20202: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
20203: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
20204:
20205: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
20206:
20207: * src/: classes/table.C, include/pa_common.h, main/compile.y:
20208: started table:sort fixed minor bug in #...^{
20209:
20210: * src/: classes/table.C, include/pa_common.h, main/compile.y,
20211: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
20212: decided to have as it were. stepped back. grammar: added 'in'
20213: 'is' 'lt'&co follow-space check
20214:
20215: 2001-03-26 paf
20216:
20217: * src/: classes/file.C, classes/root.C, classes/table.C,
20218: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
20219: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20220: main/pa_table.C: moved ::save to pa_table. disabled @auto
20221: invocation in ^process
20222:
20223: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
20224:
20225: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
20226: main/pa_array.C: table:record
20227:
20228: * src/: main/untaint.C, targets/cgi/parser3.C,
20229: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20230: targets/isapi/pool_storage.h, types/pa_valiased.h,
20231: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
20232: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
20233: types/pa_vtable.h: z
20234:
20235: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
20236: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
20237: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
20238: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
20239: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
20240: method realisations on 'self' validity - they now can simply
20241: assume that 'self' is V{Proper} .
20242:
20243: 2001-03-25 paf
20244:
20245: * src/main/untaint.C: z
20246:
20247: * src/main/: pa_request.C, untaint.C: moved default typo-table to
20248: lowlevel - it initialization could be skipped if failed in @auto.
20249: so that exception report would use some table
20250:
20251: * src/main/pa_request.C: table empty lines ignored. system-default
20252: content type assigned in output:result [can fail in main:auto and
20253: skipped normal defaults extraction]
20254:
20255: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
20256: bug
20257:
20258: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
20259: processing to table [except preliminary \r\n \r \n replacements
20260: to "\n"]
20261:
20262: * src/: classes/table.C, main/untaint.C: html-typo - decided to
20263: move all the processing to table
20264:
20265: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
20266: main/pa_table.C, main/untaint.C: returned table originating.
20267: useful for reporting typo table problems origin. think would be
20268: useful somewhere else
20269:
20270: * src/main/untaint.C: typo \r \r\n \n properly handled
20271:
20272: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
20273: include/pa_table.h, main/compile.y, main/compile_tools.C,
20274: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
20275: main/pa_string.C, main/pa_table.C, main/untaint.C,
20276: types/pa_vcookie.h: typo & typo-default
20277:
20278: 2001-03-24 paf
20279:
20280: * src/main/pa_common.C: z
20281:
20282: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20283: targets/cgi/parser3.C: html-typo 2
20284:
20285: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
20286: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
20287: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
20288: main/execute.C, main/pa_array.C, main/pa_globals.C,
20289: main/pa_request.C, main/pa_string.C, main/untaint.C,
20290: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20291: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
20292: noticed double default content-type prob. run cgi.cmd tomorrow
20293: first html-typo sample. detected << problem: they become ltlt too
20294: fast
20295:
20296: * src/main/compile.y: z
20297:
20298: * src/main/: compile.y, compile_tools.h: #comment
20299:
20300: * src/: classes/file.C, classes/root.C, classes/table.C,
20301: include/pa_common.h, include/pa_request.h, main/compile.y,
20302: main/pa_common.C, main/pa_request.C, main/pa_string.C,
20303: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
20304: stringified
20305:
20306: * src/types/pa_valiased.C: decided to String-ify file_read
20307:
20308: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
20309: isapi/parser3isapi.dsp: cgi: sapi::log
20310:
20311: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
20312: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
20313: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
20314: error log experiments failed - cgi under iis got no access to
20315: log. registereventsource simply failed with 5(illegal call) code,
20316: while worked OK as standalone executable. isapi: used
20317: HSE_APPEND_LOG_PARAMETER feature
20318:
20319: * src/: include/pa_common.h, include/pa_globals.h,
20320: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20321: targets/isapi/parser3isapi.C: fixed default content-type
20322: allocation storage
20323:
20324: * src/: include/pa_globals.h, include/pa_request.h,
20325: main/pa_globals.C, main/pa_request.C: z
20326:
20327: * src/: include/pa_array.h, include/pa_hash.h,
20328: include/pa_request.h, main/compile.y, main/pa_array.C,
20329: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
20330: types/pa_vcookie.C: cyclic uses ignored. defaulted default
20331: content-type
20332:
20333: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
20334: sanity
20335:
20336: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
20337: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
20338: away freeze mech. no danger now for you can't do
20339: ^request:process[@new-method[] body] trick anymore. still
20340: remains $some_instance.process[@new-method[] possibility] but
20341: would leave it as a feature. see index for sample
20342:
20343: * src/: include/pa_common.h, main/pa_common.C,
20344: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
20345: monkey every target
20346:
20347: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
20348: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
20349: types/pa_vform.C, types/pa_vform.h: auto.p monkey
20350:
20351: 2001-03-23 paf
20352:
20353: * src/: include/pa_pool.h, main/pa_request.C,
20354: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20355: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20356: targets/isapi/pool_storage.h: isapi: dumb pool storage
20357:
20358: * src/targets/isapi/pa_pool.C: decided to continue with extension
20359:
20360: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
20361: it would be better to rewrite as filter then to deal with pool
20362:
20363: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
20364: now like in cgi, not from APPL_PHYSICAL_PATH
20365:
20366: * src/: classes/root.C, classes/table.C, include/pa_common.h,
20367: include/pa_config_fixed.h, include/pa_config_includes.h,
20368: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
20369: include/pa_version.h, main/compile.y, main/execute.C,
20370: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
20371: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20372: main/untaint.C, targets/cgi/parser3.C,
20373: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
20374: cgi: reinvent document_root and request_uri under iis. autoconf
20375: updated. introducing ap_config_includes
20376:
20377: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
20378:
20379: * src/targets/cgi/parser3.C: cgi: only one pool now
20380:
20381: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
20382: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20383: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
20384: types/pa_venv.h, types/pa_vform.C: sapi made object
20385:
20386: * src/: include/pa_globals.h, main/pa_request.C,
20387: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20388: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
20389: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
20390:
20391: * src/: main/pa_request.C, targets/cgi/parser3.C,
20392: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
20393: isapi minor env beauty
20394:
20395: * src/: main/pa_request.C, targets/cgi/parser3.C,
20396: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
20397: isapi document_root 0
20398:
20399: 2001-03-22 paf
20400:
20401: * src/targets/isapi/parser3isapi.C: isapi keep-alive
20402:
20403: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
20404: isapi/parser3isapi.C: z
20405:
20406: * src/: include/pa_pool.h, main/pa_request.C,
20407: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
20408:
20409: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
20410: kill.pl: isapi added utils
20411:
20412: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
20413: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20414: types/pa_vform.C: isapi 0
20415:
20416: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
20417: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20418: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20419: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
20420: started isapi
20421:
20422: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
20423: some comments
20424:
20425: * src/: include/pa_globals.h, include/pa_request.h,
20426: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20427: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
20428: parser_root_auto_path parser_site_auto_path
20429:
20430: * src/types/pa_vcookie.C: cookie attr decoded
20431:
20432: 2001-03-21 paf
20433:
20434: * src/targets/cgi/parser3.C: z
20435:
20436: * src/include/pa_globals.h: post. todo: config of auto.p path
20437:
20438: * src/: include/pa_globals.h, targets/cgi/parser3.C,
20439: types/pa_venv.h: in cookie & env. todo:post
20440:
20441: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
20442: classes/root.C, classes/table.C, include/pa_array.h,
20443: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
20444: include/pa_request.h, include/pa_string.h, main/Makefile.am,
20445: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
20446: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20447: main/pa_table.C, main/untaint.C, targets/Makefile.am,
20448: targets/cgi/Makefile.am, targets/cgi/parser3.C,
20449: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
20450: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
20451: shifted apache branch on main trunc
20452:
20453: * src/: include/pa_common.h, include/pa_globals.h,
20454: include/pa_pool.h, include/pa_request.h, main/main.dsp,
20455: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
20456: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
20457: starting mod_parser3
20458:
20459: * src/targets/cgi/parser3.C: starting mod_parser3
20460:
20461: 2001-03-20 paf
20462:
20463: * src/: main/pa_common.C, targets/cgi/Makefile.am,
20464: targets/cgi/parser3.C: automake compiled and works. todo:make
20465: win32 ifdefs work and add ifdef unistd
20466:
20467: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
20468: main/Makefile.am, main/pa_common.C, main/pa_request.C,
20469: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
20470: z
20471:
20472: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
20473: main/execute.C, main/pa_common.C, types/Makefile.am: removing
20474: locking
20475:
20476: * src/: classes/Makefile.am, types/Makefile.am: z
20477:
20478: * src/: Makefile.am, classes/file.C, classes/root.C,
20479: classes/table.C, include/pa_array.h, include/pa_request.h,
20480: include/pa_string.h, main/Makefile.am, main/execute.C,
20481: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20482: main/pa_string.C, main/untaint.C, targets/Makefile.am,
20483: targets/cgi/Makefile.am, targets/cgi/parser3.C,
20484: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
20485:
20486: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
20487: main/pa_request.C, types/pa_vfile.h: ^table:save
20488:
20489: * src/: classes/file.C, classes/table.C, include/pa_array.h,
20490: include/pa_common.h, include/pa_request.h, include/pa_string.h,
20491: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
20492: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
20493: types/pa_vform.h: z
20494:
20495: * src/include/pa_string.h: z
20496:
20497: * src/: classes/_request.h, classes/request.C, main/main.dsp,
20498: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
20499: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
20500: :Value
20501:
20502: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
20503: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
20504: :VStateless_object
20505:
20506: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
20507: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
20508: :VStateless_object
20509:
20510: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20511: types/pa_valiased.C, types/pa_vform.h: commented VForm
20512:
20513: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
20514: types/pa_valiased.h, types/pa_value.h,
20515: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20516: types/pa_vstateless_object.h: moved common get_element part from
20517: stateless object&class into VAliased
20518:
20519: * src/: classes/_env.h, classes/_table.h, classes/env.C,
20520: classes/table.C, main/execute.C, main/main.dsp,
20521: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
20522: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
20523: now :Value
20524:
20525: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
20526: main/execute.C, main/main.dsp, main/pa_globals.C,
20527: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
20528:
20529: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
20530: doxx
20531:
20532: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
20533: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20534: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
20535: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
20536: and ^file:save
20537:
20538: 2001-03-19 paf
20539:
20540: * src/types/pa_vfile.C: z
20541:
20542: * src/: classes/file.C, classes/request.C, classes/table.C,
20543: include/pa_string.h, main/main.dsp, main/pa_pool.C,
20544: main/pa_request.C, main/untaint.C, types/pa_value.h,
20545: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
20546:
20547: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
20548: include/pa_string.h, include/pa_table.h, main/main.dsp,
20549: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
20550: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
20551: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
20552: classes/_file.h, classes/file.C, types/pa_vfile.C,
20553: types/pa_vfile.h: file class just compiled
20554:
20555: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
20556: include/pa_table.h, include/pa_types.h, main/execute.C,
20557: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
20558: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
20559: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
20560:
20561: * src/include/pa_pool.h: z
20562:
20563: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
20564: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
20565: Hash::Value to Val so to doxygen would finlly stop confusing
20566: those Value-s
20567:
20568: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
20569: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
20570: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20571: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20572: include/pa_types.h, main/compile.C, main/compile.y,
20573: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20574: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
20575: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
20576: main/pa_request.C, main/pa_string.C, main/pa_table.C,
20577: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
20578:
20579: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
20580: derivates somehow unlinked. don't know why yet
20581:
20582: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
20583: include/pa_string.h, include/pa_threads.h, main/compile.C,
20584: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20585: main/execute.C, main/pa_array.C, main/pa_common.C,
20586: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20587: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20588: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
20589:
20590: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
20591: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
20592: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
20593: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
20594: types/pa_vrequest.h: doc: detected Value derivates prob
20595:
20596: * src/include/pa_globals.h: z
20597:
20598: * src/: classes/_request.h, classes/request.C, include/code.h,
20599: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
20600: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
20601: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
20602: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20603: main/execute.C, main/pa_pool.C, main/pa_request.C,
20604: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20605: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
20606:
20607: 2001-03-18 paf
20608:
20609: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
20610: cookie: allowed access to hash-assigned
20611:
20612: * src/targets/cgi/parser3.C: z
20613:
20614: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
20615: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
20616: include/pa_types.h, main/main.dsp, main/pa_common.C,
20617: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
20618: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20619: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
20620: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20621: types/pa_vunknown.h: cookie class
20622:
20623: * src/main/pa_request.C: zero length output allowed
20624:
20625: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
20626: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
20627:
20628: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
20629: lang switch
20630:
20631: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
20632: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20633: types/pa_value.h, types/pa_vhash.h:
20634: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
20635:
20636: * src/main/execute.C: z
20637:
20638: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
20639: targets/cgi/parser3.C: taint[uri
20640:
20641: * src/: classes/request.C, classes/response.C, classes/root.C,
20642: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20643: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
20644: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
20645:
20646: * src/: classes/root.C, classes/string.C, include/pa_string.h,
20647: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20648: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
20649: types/pa_vstateless_class.C: convinient string(pool, char *src,
20650: bool tainted) ctor
20651:
20652: * src/: include/pa_hash.h, include/pa_request.h,
20653: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
20654: main/pa_request.C, main/pa_string.C, main/untaint.C,
20655: targets/cgi/parser3.C: proper @exceptions params tainting
20656:
20657: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
20658: response fields to header
20659:
20660: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20661: z
20662:
20663: * src/: classes/_response.h, classes/response.C,
20664: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20665: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
20666: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
20667: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
20668: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
20669: $response: 0 request::core exception rethrow
20670:
20671: 2001-03-16 paf
20672:
20673: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
20674: types/pa_vrequest.h: native method' class call with less params
20675: then needed error reporting
20676:
20677: * src/: classes/_request.h, classes/request.C,
20678: include/pa_globals.h, include/pa_request.h, main/execute.C,
20679: main/main.dsp, main/pa_globals.C, main/pa_request.C,
20680: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
20681: types/pa_vrequest.h: $request : query :uri
20682:
20683: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
20684: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
20685: types/pa_wcontext.h: $result
20686:
20687: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
20688:
20689: * src/: classes/double.C, include/code.h, main/compile.y,
20690: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
20691: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
20692:
20693: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
20694: main/compile.y, main/execute.C, types/pa_value.h,
20695: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
20696: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
20697: wcontext conflict
20698:
20699: * src/: main/execute.C, types/pa_value.h,
20700: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
20701: $string.field
20702:
20703: 2001-03-15 paf
20704:
20705: * src/main/pa_request.C: news sample
20706:
20707: * src/: main/compile.y, main/execute.C, main/pa_request.C,
20708: targets/cgi/parser3.C, types/pa_vstring.h: @exception
20709:
20710: * src/main/: compile.y, execute.C: z
20711:
20712: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
20713: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
20714: pre pre works
20715:
20716: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20717: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
20718: fillfields just compiled
20719:
20720: 2001-03-14 paf
20721:
20722: * src/: include/pa_request.h, main/pa_request.C,
20723: targets/cgi/parser3.C: z
20724:
20725: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20726: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
20727: types/pa_vstring.h: limits -1
20728:
20729: * src/: include/pa_globals.h, include/pa_request.h,
20730: include/pa_types.h, main/main.dsp, main/pa_globals.C,
20731: main/pa_request.C, targets/cgi/parser3.C,
20732: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
20733: request_info -1
20734:
20735: * src/: include/pa_globals.h, main/pa_globals.C,
20736: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20737: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
20738: vform_fields_fill
20739:
20740: * src/targets/cgi/parser3.C: # if MSVC
20741:
20742: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
20743: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
20744:
20745: * src/targets/cgi/parser3.C: z
20746:
20747: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
20748: include/pa_string.h, include/pa_types.h, main/compile.y,
20749: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
20750: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
20751: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
20752: types/pa_vunknown.h: global handler, exceptions in parser3
20753:
20754: 2001-03-13 paf
20755:
20756: * src/: classes/form.C, main/compile.y, main/core.C,
20757: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
20758: types/pa_vform.h, types/pa_vstateless_class.C,
20759: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
20760: instead
20761:
20762: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
20763: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
20764: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
20765: started cgi target
20766:
20767: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
20768: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
20769: before error show with parser
20770:
20771: * src/: classes/_form.h, classes/form.C, include/core.h,
20772: include/pa_request.h, main/core.C, main/pa_request.C,
20773: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
20774:
20775: * src/targets/cgi/: parser.dsp, parser3.dsp: z
20776:
20777: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
20778: parser3.C: renamed targets/ parser to cgi
20779:
20780: * src/: classes/double.C, classes/env.C, classes/int.C,
20781: classes/root.C, classes/string.C, classes/table.C,
20782: include/pa_request.h, types/pa_vhash.h: z
20783:
20784: * src/: classes/_env.h, classes/env.C, classes/root.C,
20785: include/core.h, include/pa_pool.h, include/pa_request.h,
20786: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
20787: main/pa_common.C, main/pa_request.C, types/pa_value.h,
20788: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
20789: [historical moment :)]
20790:
20791: * src/: include/code.h, include/pa_string.h, main/compile.y,
20792: main/execute.C, main/pa_string.C: 'value is type' expr operator
20793:
20794: * src/types/pa_venv.h: $ENV 1
20795:
20796: * src/main/execute.C: z
20797:
20798: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
20799: future methods of ENV constructor if
20800:
20801: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
20802: class
20803:
20804: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20805: classes/_root.h, classes/_string.h, classes/_table.h,
20806: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
20807: classes/string.C, classes/table.C, include/pa_request.h,
20808: main/compile.C, main/compile_tools.h, main/core.C,
20809: main/execute.C, main/main.dsp, main/pa_request.C,
20810: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
20811: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
20812: types/pa_vobject.h, types/pa_vstateless_class.C,
20813: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20814: types/pa_wcontext.h: $ENV: re 0, stateless classes
20815:
20816: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20817: classes/_root.h, classes/_string.h, classes/_table.h,
20818: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
20819: classes/string.C, classes/table.C, include/pa_request.h,
20820: main/compile.C, main/compile_tools.h, main/core.C,
20821: main/execute.C, main/main.dsp, main/pa_request.C,
20822: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
20823: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
20824: types/pa_vobject.h, types/pa_vstateless_class.C,
20825: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20826: types/pa_wcontext.h: $ENV: re 0, stateless classes
20827:
20828: * src/: include/pa_request.h, main/compile.C, main/execute.C,
20829: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
20830: yesterdays bad decision on execute_static_method
20831:
20832: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
20833:
20834: * src/: classes/double.C, classes/int.C, classes/root.C,
20835: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
20836:
20837: * src/main/pa_request.C: z
20838:
20839: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
20840: include/pa_pool.h: skipped_restructure_exceptions_dead_end
20841:
20842: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
20843: include/pa_pool.h, main/pa_request.C:
20844: restructure_exceptions_dead_end
20845:
20846: * src/: classes/root.C, main/compile.y: ^if required junctions.
20847: allowed ; inside {} to break params
20848:
20849: * src/classes/root.C: ^eval
20850:
20851: * src/: classes/_string.h, classes/double.C, classes/int.C,
20852: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
20853: string ^format
20854:
20855: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
20856: 'bad' but not 'enough'
20857:
20858: * src/: classes/double.C, classes/root.C, classes/table.C,
20859: include/pa_common.h, include/pa_types.h, main/compile.y,
20860: main/pa_common.C, main/pa_request.C, main/untaint.C,
20861: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
20862: types/pa_wwrapper.h: think constructing flag as is is bad
20863:
20864: * src/: classes/double.C, classes/int.C, classes/root.C,
20865: classes/string.C, classes/table.C, main/core.C, main/execute.C,
20866: types/pa_vint.h: ^for
20867:
20868: 2001-03-12 paf
20869:
20870: * src/classes/table.C: table ^empty
20871:
20872: * src/: classes/table.C, include/pa_table.h: table ^menu
20873:
20874: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
20875: ^offset ^line ^count
20876:
20877: * src/classes/root.C: ^round() ^floor() ^ceiling()
20878: ^abs() ^sign()
20879:
20880: * src/classes/: root.C, table.C: ^use
20881:
20882: * src/: classes/root.C, classes/table.C, include/pa_request.h,
20883: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
20884: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20885: ^while. switched off wcontext.constructing after write(value) or
20886: auto-vhash-constructing
20887:
20888: * src/: classes/root.C, classes/table.C, include/pa_request.h,
20889: main/pa_request.C: fail_if_junction_ helper func
20890:
20891: * src/: classes/root.C, classes/table.C, include/pa_common.h,
20892: include/pa_request.h, main/execute.C, main/main.dsp,
20893: main/pa_common.C, main/pa_request.C: ^process error point by
20894: actual method_name, not source. ^load
20895:
20896: * src/types/pa_vtable.h: table: no, better with string in cells...
20897:
20898: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
20899: classes/_table.h, classes/table.C, main/untaint.C: z
20900:
20901: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
20902: include/pa_table.h, main/core.C, main/execute.C,
20903: main/pa_common.C, main/pa_request.C, main/pa_table.C,
20904: types/pa_value.h: table:set 0
20905:
20906: * src/: classes/root.C, include/core.h, include/pa_array.h,
20907: include/pa_request.h, include/pa_table.h, main/core.C,
20908: main/main.dsp, main/pa_request.C, main/pa_table.C,
20909: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
20910: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
20911: types/pa_vstring.h: freeze, ^table:create[] -1
20912:
20913: * src/: classes/root.C, types/pa_value.h: z
20914:
20915: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
20916: get_method in couple places optimizing them
20917:
20918: * src/classes/root.C: z
20919:
20920: * src/: classes/root.C, types/pa_vclass.h: process temp main
20921: zeroing
20922:
20923: * src/: classes/double.C, classes/int.C, classes/root.C,
20924: classes/string.C, include/pa_common.h, include/pa_request.h,
20925: include/pa_string.h, include/pa_types.h, main/compile.C,
20926: main/compile.y, main/compile_tools.h, main/execute.C,
20927: main/pa_common.C, main/pa_request.C, types/pa_value.h,
20928: types/pa_vmframe.h: ^process. actual names to store param and
20929: check_actual_numbered_params for better place diagnostics
20930:
20931: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
20932: method-junctions bug fixed
20933:
20934: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
20935: pa_vstateless_object.h, pa_vstring.h: stateless_object
20936:
20937: 2001-03-11 paf
20938:
20939: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
20940: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
20941: VDouble VInt base now VObject_base - without fields
20942:
20943: * src/: classes/root.C, include/core.h, main/core.C: z
20944:
20945: * src/: classes/double.C, classes/int.C, classes/root.C,
20946: classes/string.C, include/core.h, include/pa_hash.h,
20947: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
20948: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
20949:
20950: * src/: classes/double.C, classes/int.C, classes/root.C,
20951: include/pa_request.h, main/execute.C: intercept_string
20952:
20953: * src/: classes/double.C, classes/int.C, classes/root.C,
20954: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
20955:
20956: * src/: classes/double.C, classes/int.C, include/pa_request.h:
20957: ^inc-s(expr)
20958:
20959: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20960: classes/_root.h, classes/_string.h, classes/double.C,
20961: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
20962: include/code.h, include/core.h, include/pa_array.h,
20963: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
20964: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20965: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20966: include/pa_types.h, main/compile.C, main/compile.y,
20967: main/compile_tools.C, main/compile_tools.h, main/core.C,
20968: main/execute.C, main/pa_array.C, main/pa_common.C,
20969: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
20970: main/pa_request.C, main/pa_string.C, main/pa_table.C,
20971: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20972: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
20973: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
20974: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
20975: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
20976: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
20977:
20978: * src/: main/pa_request.C, types/pa_vhash.h: z
20979:
20980: * src/: include/core.h, include/pa_request.h, main/core.C,
20981: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
20982:
20983: * src/: include/pa_valiased.h, include/pa_value.h,
20984: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
20985: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
20986: include/pa_vjunction.h, include/pa_vmframe.h,
20987: include/pa_vobject.h, include/pa_vstring.h,
20988: include/pa_vunknown.h, include/pa_wcontext.h,
20989: include/pa_wwrapper.h, main/compile.y, main/core.C,
20990: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
20991: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
20992: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20993: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
20994: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
20995: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
20996: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
20997: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
20998: include/
20999:
21000: 2001-03-10 paf
21001:
21002: * src/: include/core.h, include/pa_request.h, main/core.C,
21003: main/pa_request.C: run+auto=run
21004:
21005: * src/: classes/root.C, include/pa_request.h: minor if junction bug
21006:
21007: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
21008: classes/_root.h, classes/_string.h, classes/double.C,
21009: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
21010: include/code.h, include/core.h, include/pa_array.h,
21011: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
21012: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
21013: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
21014: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
21015: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
21016: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
21017: include/pa_vjunction.h, include/pa_vmframe.h,
21018: include/pa_vobject.h, include/pa_vstring.h,
21019: include/pa_vunknown.h, include/pa_wcontext.h,
21020: include/pa_wwrapper.h, main/compile.C, main/compile.y,
21021: main/compile_tools.C, main/compile_tools.h, main/core.C,
21022: main/execute.C, main/pa_array.C, main/pa_cframe.C,
21023: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
21024: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21025: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
21026: main/pa_wcontext.C: sources header
21027:
21028: * src/main/pa_request.C: auto..
21029:
21030: * src/: include/pa_request.h, main/compile.C, main/compile.y,
21031: main/pa_request.C: auto tree0
21032:
21033: * src/: include/core.h, include/pa_request.h, main/compile.y,
21034: main/core.C, main/pa_request.C: names to core.C
21035:
21036: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
21037: include/pa_request.h, main/core.C, main/execute.C,
21038: main/pa_common.C, main/pa_request.C: root auto.p loaded
21039:
21040: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
21041: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
21042: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21043: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
21044:
21045: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21046: @auto[] realised. auto.p scan togo
21047:
21048: * src/: include/pa_request.h, main/execute.C: autocalc
21049: code-junctions result now have names
21050:
21051: * src/: classes/double.C, classes/int.C, classes/root.C,
21052: classes/string.C, include/pa_request.h, include/pa_string.h,
21053: include/pa_wcontext.h, main/compile.y, main/execute.C,
21054: main/pa_string.C, main/pa_wcontext.C: tainting 0
21055:
21056: * src/classes/env.C: env:file/line
21057:
21058: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
21059: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
21060: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
21061: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
21062: main/compile_tools.C, main/compile_tools.h, main/core.C,
21063: main/execute.C, main/main.dsp, main/pa_cframe.C,
21064: main/pa_request.C, main/pa_wcontext.C: const fight finished
21065:
21066: * src/include/pa_vclass.h: const fight to go
21067:
21068: * src/: classes/_env.h, classes/env.C, classes/root.C,
21069: include/pa_request.h, include/pa_vclass.h, main/core.C,
21070: main/main.dsp: env0
21071:
21072: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
21073: classes/_string.h, classes/double.C, classes/int.C,
21074: classes/root.C, classes/string.C, include/pa_request.h,
21075: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
21076: include/pa_wcontext.h, main/core.C, main/main.dsp,
21077: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
21078: main/pa_wcontext.C: ^lang prepare0
21079:
21080: 2001-03-09 paf
21081:
21082: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
21083: construct proper naming
21084:
21085: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
21086: classes/double.C, classes/int.C, classes/root.C,
21087: classes/string.C, include/code.h, include/pa_value.h,
21088: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
21089: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21090: main/compile.y, main/compile_tools.C, main/core.C,
21091: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
21092: and ^double[]. fixed expr type
21093:
21094: * src/: classes/root.C, include/pa_request.h, main/execute.C:
21095: ^string.length[]
21096:
21097: 2001-03-08 paf
21098:
21099: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
21100:
21101: * src/: include/pa_vclass.h, include/pa_vstring.h,
21102: include/pa_wcontext.h, main/compile.y, main/core.C,
21103: main/execute.C, main/main.dsp: dead end: vstring can't be
21104: derivated from vobject
21105:
21106: * src/: include/pa_vclass.h, include/pa_vhash.h,
21107: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
21108:
21109: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
21110: remained clone conseqs
21111:
21112: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
21113:
21114: * src/main/pa_vclass.C: wow! vclass were out of vcs
21115:
21116: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
21117: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
21118: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
21119: include/pa_vobject.h, include/pa_vstring.h,
21120: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
21121: main/execute.C: withoud cloning. didn't need it actually, params
21122: got passed from out unnamed ewpool
21123:
21124: * src/: include/pa_vdouble.h, include/pa_vhash.h,
21125: include/pa_vjunction.h, include/pa_vobject.h,
21126: include/pa_vunknown.h, main/compile.y: cloning dead end
21127:
21128: * src/: include/pa_bool.h, include/pa_double.h,
21129: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
21130: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
21131: include/pa_vjunction.h, include/pa_vmframe.h,
21132: include/pa_vobject.h, include/pa_vstring.h,
21133: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
21134: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
21135: to give params proper names
21136:
21137: * src/main/pa_wcontext.C: z
21138:
21139: * src/: include/pa_vmframe.h, main/execute.C: added names to
21140: unknown values in get_element and unfilled params. removed wrong
21141: name change in get_element
21142:
21143: * src/main/execute.C: z
21144:
21145: * src/main/execute.C: fixed problems calling operators in
21146: constructors
21147:
21148: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
21149: detected problems calling operators in constructors
21150:
21151: * src/: classes/root.C, include/pa_request.h, main/execute.C:
21152: autocalc def to string
21153:
21154: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
21155: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
21156:
21157: * src/classes/root.C: added root.c
21158:
21159: * src/: include/pa_request.h, include/pa_value.h,
21160: include/pa_vcframe.h, include/pa_vmframe.h,
21161: include/pa_wcontext.h, main/compile.C, main/compile.y,
21162: main/core.C, main/execute.C, main/pa_cframe.C,
21163: main/pa_wcontext.C: 'if' just compiled
21164:
21165: * src/: include/pa_vbool.h, include/pa_vdouble.h,
21166: include/pa_vjunction.h, include/pa_vmframe.h,
21167: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
21168: main/pa_wcontext.C: z
21169:
21170: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
21171: main/core.C, main/execute.C, main/main.dsp: z. detected probs
21172: with parameter names in operator methods
21173:
21174: * src/main/compile.y: minor renamings in .y
21175:
21176: * src/: include/pa_request.h, main/compile.C, main/compile.y,
21177: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
21178: @BASE. changed 'RUN' assignment mech
21179:
21180: * src/main/execute.C: z
21181:
21182: * src/: include/code.h, main/compile.y, main/compile_tools.C,
21183: main/compile_tools.h, main/execute.C: made class: dynamic, not
21184: static. so to enable runtime ^use
21185:
21186: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
21187:
21188: * src/: include/code.h, main/compile.y, main/compile_tools.C,
21189: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
21190:
21191: * src/main/execute.C: root root in code-junction
21192:
21193: 2001-03-07 paf
21194:
21195: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
21196: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
21197:
21198: * src/: include/pa_stack.h, include/pa_value.h,
21199: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
21200: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
21201: fixed rwcontext of {} params up
21202:
21203: * src/main/: compile.y, compile_tools.h: ^func(params)
21204:
21205: * src/main/compile.y: .y priorities syntax shaped up a bit
21206:
21207: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
21208: include/pa_vunknown.h, main/compile.y, main/execute.C,
21209: main/pa_hash.C: expr def in -f
21210:
21211: * src/main/: compile.y, execute.C: expr calls
21212:
21213: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
21214: fixed
21215:
21216: * src/main/compile.y: expr quoted code
21217:
21218: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
21219: support0
21220:
21221: * src/main/compile.y: expr string comparisons 0
21222:
21223: * src/: include/pa_string.h, main/compile.y, main/execute.C,
21224: main/pa_string.C: just compiled lt&co
21225:
21226: * src/main/execute.C: ^var.menu{$field} problem detected. that
21227: $field not a $var.field
21228:
21229: 2001-03-06 paf
21230:
21231: * src/main/compile.y: .y expr visible-shorter
21232:
21233: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
21234: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
21235: logical
21236:
21237: * src/: include/pa_vstring.h, main/compile.y: problems with
21238: skipping whitespace in yylex
21239:
21240: * src/include/pa_vbool.h: forgot this
21241:
21242: * src/: include/code.h, main/compile.y, main/execute.C: without
21243: string ops in expressions 0
21244:
21245: * src/: include/pa_value.h, include/pa_vdouble.h,
21246: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
21247: main/execute.C, main/main.dsp: !~
21248:
21249: * src/: include/pa_vcframe.h, include/pa_vclass.h,
21250: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
21251: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21252: include/pa_vunknown.h, include/pa_wcontext.h,
21253: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
21254: main/compile_tools.h, main/execute.C: +-*/
21255:
21256: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
21257: main/compile_tools.h: grammar-1.1 $a(z) $a=0
21258:
21259: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
21260: main/execute.C: expr grammar-1 2*2=4.000000 :)
21261:
21262: * src/main/compile.y: expr grammar-1
21263:
21264: * src/main/compile.y: expr lexx1
21265:
21266: * src/main/: compile.y, execute.C, main.dsp: z
21267:
21268: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
21269: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
21270: main/execute.C: expr lex0 exec-1
21271:
21272: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
21273:
21274: 2001-02-26 paf
21275:
21276: * src/main/compile.y: max_string in yyerror bug fix
21277:
21278: 2001-02-25 paf
21279:
21280: * src/: include/pa_value.h, include/pa_vmframe.h,
21281: include/pa_wcontext.h, main/execute.C: VAliased3
21282:
21283: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
21284:
21285: * src/main/execute.C: VAliased1
21286:
21287: * src/: include/pa_request.h, include/pa_value.h,
21288: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
21289: VAliased0
21290:
21291: * src/: include/pa_pool.h, include/pa_request.h,
21292: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
21293: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
21294: VAliased just compiled
21295:
21296: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
21297: include/pa_vobject.h, main/execute.C: alias dead end
21298:
21299: * src/: include/pa_value.h, include/pa_vclass.h,
21300: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
21301: main/main.dsp: no not get fields into interm VFielded class.
21302: fields & staticfields 1
21303:
21304: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
21305: include/pa_vobject.h, include/pa_wcontext.h,
21306: include/pa_wwrapper.h, main/core.C, main/execute.C,
21307: main/main.dsp: would now get fields into interm VFielded class
21308:
21309: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
21310: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21311: include/pa_wcontext.h, main/compile.y, main/core.C,
21312: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
21313: main/pa_wcontext.C: virtuals2
21314:
21315: * src/main/compile.y: : 1
21316:
21317: * src/main/compile.y: rethought to $class:static.field.subfield
21318:
21319: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
21320: $class:element
21321:
21322: * src/: include/pa_value.h, include/pa_vmframe.h,
21323: include/pa_wwrapper.h, main/compile.y, main/execute.C,
21324: main/pa_wcontext.C: before execute class calls rewrite
21325:
21326: * src/: include/pa_request.h, main/compile.C, main/core.C: default
21327: name RUN, also alias
21328:
21329: * src/main/compile.y: escaping bug
21330:
21331: * src/: include/pa_request.h, include/pa_value.h,
21332: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
21333: main/core.C, main/execute.C, main/pa_common.C: vobject1
21334:
21335: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
21336: include/pa_vmframe.h, include/pa_vobject.h,
21337: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
21338: main/compile_tools.h, main/execute.C: ^class:method() just
21339: compiled
21340:
21341: 2001-02-24 paf
21342:
21343: * src/main/main.dsp: no bison -d
21344:
21345: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
21346: class' err msg wrong
21347:
21348: * src/main/compile.y: z
21349:
21350: * src/main/: compile.y, core.C: yylex need some @special lines adj
21351:
21352: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
21353: main/compile.y, main/compile_tools.h, main/core.C: modules0
21354:
21355: * src/: include/pa_vclass.h, main/core.C: z
21356:
21357: * src/: include/pa_value.h, include/pa_vclass.h,
21358: include/pa_vobject.h, main/main.dsp: vobject00
21359:
21360: * src/main/pa_array.C: minor bug in expanding very small arrays.
21361: 60% from 1 were 0
21362:
21363: * src/: include/pa_value.h, include/pa_wcontext.h,
21364: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
21365: as bad as you've named it: wcontext.value() was not a perfect
21366: idea
21367:
21368: * src/main/execute.C: codeframe1
21369:
21370: * src/: include/pa_value.h, include/pa_vcframe.h,
21371: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
21372: include/pa_vjunction.h, include/pa_vmframe.h,
21373: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
21374: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
21375: just compiled
21376:
21377: * src/: include/pa_vframe.h, main/compile.y: found junction
21378: ideology @: ^x{$a()) must construct current wcontext element, so
21379: smart wcontext handling needed
21380:
21381: * src/main/compile.y: fixed grammar bugs in constructor/params
21382: klinch
21383:
21384: * src/main/: compile.y, execute.C: fixed empty constructor
21385: optimized empty case. failed on calls - produced empty string
21386: param
21387:
21388: * src/main/compile.y: fixed last \n macrotemplate strip bug
21389:
21390: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
21391: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
21392: main/compile_tools.C, main/compile_tools.h, main/core.C,
21393: main/execute.C: code junctions0. something wrong with last \n
21394: macrotemplate strip
21395:
21396: * src/: include/pa_value.h, main/compile.C, main/core.C,
21397: main/pa_value.C: minor error reporting format beautifyings
21398:
21399: * src/: include/pa_value.h, include/pa_vclass.h,
21400: include/pa_vframe.h, main/core.C, main/execute.C,
21401: main/pa_value.C: get_method RIP. junctions everywhere. call with
21402: junctions0
21403:
21404: 2001-02-23 paf
21405:
21406: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
21407: pa_wwrapper.h: lara came, can't work, sorry :(
21408:
21409: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
21410: junction
21411:
21412: * src/: include/pa_vframe.h, include/pa_vunknown.h,
21413: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
21414: main/execute.C, main/main.dsp, main/pa_value.C: call0
21415:
21416: * src/: include/pa_hash.h, include/pa_value.h,
21417: include/pa_wcontext.h, main/core.C, main/execute.C,
21418: main/main.dsp, main/pa_hash.C: started call. store param, vframe
21419: done
21420:
21421: * src/include/pa_wcontext.h: z
21422:
21423: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
21424: wrong grammar in complex constructor case
21425:
21426: * src/main/: compile.y, execute.C: empty constructor bug fixed
21427:
21428: * src/main/execute.C: with result rwpool
21429:
21430: * src/: include/pa_value.h, main/core.C, main/execute.C,
21431: main/main.dsp: value named
21432:
21433: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
21434: strign 2 value in 2 places in execute
21435:
21436: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
21437: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
21438: wcontext.put_element when wcontext fvalue==0
21439:
21440: 2001-02-22 paf
21441:
21442: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
21443: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
21444: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
21445:
21446: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
21447: erroreos checkout
21448:
21449: * src/: include/pa_request.h, main/compile.y: $self.put(val)
21450:
21451: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
21452: main/compile_tools.h, main/pa_array.C: $self.get
21453:
21454: * src/main/: compile.C, compile.y, compile_tools.C: z
21455:
21456: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
21457: bit. finished now.
21458:
21459: * src/main/compile.y: $: finished
21460:
21461: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
21462:
21463: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
21464: main/execute.C: OP_STRING better then some xxx _VALUE
21465:
21466: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
21467: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21468: string to vstring it .y all
21469:
21470: * src/: include/pa_request.h, include/pa_stack.h,
21471: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
21472: all
21473:
21474: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
21475: precise parse error line:col
21476:
21477: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
21478: main/pa_hash.C, main/pa_pool.C: TRY...
21479:
21480: * src/: include/pa_exception.h, include/pa_pool.h,
21481: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
21482: main/compile.C, main/compile.y, main/compile_tools.C,
21483: main/core.C, main/pa_array.C, main/pa_exception.C,
21484: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
21485: main/pa_table.C: removed exception from request
21486:
21487: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
21488: some forgotten
21489:
21490: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
21491: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
21492: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
21493: get/put simple vars to VClass works0
21494:
21495: * src/: include/pa_array.h, include/pa_wcontext.h,
21496: main/pa_string.C: in process, but found that exceptions are too
21497: global
21498:
21499: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
21500: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
21501: main/execute.C, main/pa_string.C: write_value write_string 0 it
21502: seems wcontext must write strings regardles of fvalue!=0
21503:
21504: 2001-02-21 paf
21505:
21506: * src/main/execute.C: tired :)
21507:
21508: * src/main/: compile.C, compile.y, execute.C: store0
21509:
21510: * src/: include/compile.h, include/execute.h, include/pa_array.h,
21511: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
21512: include/pa_wcontext.h, main/compile.C, main/compile.y,
21513: main/execute.C, main/main.dsp, main/pa_array.C,
21514: main/pa_request.C: get put -1 [just compiled]
21515:
21516: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
21517: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
21518: main/main.dsp, main/pa_request.C: request core methods0
21519:
21520: * src/: include/compile.h, include/pa_array.h, main/compile.C,
21521: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
21522: execute
21523:
21524: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
21525: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
21526: methods and one_big_piece. now compile returns array<method*>
21527:
21528: * src/main/compile.y: more straightforward yylex[end]
21529:
21530: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21531: string.operator==(char*)
21532:
21533: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
21534: main/execute.C, main/pa_array.C: after array.const get wonders
21535:
21536: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
21537: pa_string.h, pa_value.h: struck with const array.gets
21538:
21539: * src/main/: execute.C: z
21540:
21541: * src/main/: compile.y, execute.C: z
21542:
21543: * src/main/: compile.C, compile.y, compile_tools.h: error
21544: processing in eval & yyerror so it wouldn't cause memleaks.
21545:
21546: * src/main/: compile.C, compile.y: failed to add absolute precies
21547: parse error positions. leaving RIGHTMOST position as
21548: @file[line:col]
21549:
21550: * src/: include/compile.h, main/compile.C, main/compile.y,
21551: main/compile_tools.h: line numbers needed. would add them to .y
21552: now internally. externally it's not as precise as needed
21553:
21554: * src/: include/code.h, include/pa_types.h, main/compile.C,
21555: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21556: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
21557: compiler works ok
21558:
21559: 2001-02-20 paf
21560:
21561: * src/main/: compile.C, compile.y, compile_tools.C,
21562: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
21563: not perfect
21564:
21565: * src/: include/code.h, include/compile.h, include/execute.h,
21566: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
21567: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21568: main/compile.C, main/compile.y, main/compile_tools.C,
21569: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
21570: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
21571: main/pa_string.C, main/pa_table.C: bison[yacc] first time
21572: compiled. execute=dump for now
21573:
21574: * src/main/core.C: core rewrite using yacc investigations now will
21575: be compile[yacc]/execute[opcodes]
21576:
21577: 2001-02-15 paf
21578:
21579: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
21580: rewrite as turing machine? for it seems it would be it's too many
21581: ifs with this syntax now
21582:
21583: 2001-02-14 paf
21584:
21585: * src/main/core.C: get_params 1
21586:
21587: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
21588: :( ]
21589:
21590: * src/main/core.C: varios breaks
21591:
21592: * src/main/core.C: get names 3
21593:
21594: * src/main/core.C: get names 2
21595:
21596: * src/main/core.C: get names 1
21597:
21598: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
21599: names 0
21600:
21601: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
21602: text repassing2 operator static vars
21603:
21604: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
21605: main/pa_string.C: process text repassing
21606:
21607: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
21608: module:calls changes
21609:
21610: 2001-02-13 paf
21611:
21612: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
21613: ^class:calls[] started
21614:
21615: * src/: include/pa_value.h, main/core.C: z
21616:
21617: * src/main/core.C: operators : and self. prefixes
21618:
21619: * src/main/core.C: z
21620:
21621: * src/: include/pa_string.h, main/pa_string.C: String_iterator
21622: tested
21623:
21624: * src/: include/pa_string.h, main/pa_string.C: String_iterator
21625: optimized
21626:
21627: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
21628: would change privates to better support optimization
21629:
21630: * src/: include/pa_string.h, main/pa_string.C:
21631: String_iterator::skip_to todo:optimize
21632:
21633: 2001-02-12 paf
21634:
21635: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
21636: String_iterator
21637:
21638: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
21639: comments
21640:
21641: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
21642: self/methodref joined
21643:
21644: 2001-02-11 paf
21645:
21646: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
21647: main/main.dsp: core started. core.C, context&value .h
21648:
21649: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21650: include/pa_string.h, main/main.dsp, main/pa_array.C,
21651: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
21652:
21653: 2001-01-30 paf
21654:
21655: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
21656: comments
21657:
21658: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
21659: main/pa_pool.C: moved pa_pool.C to be target specific
21660:
21661: * src/: include/pa_exception.h, include/pa_pool.h,
21662: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
21663: to & changes
21664:
21665: * src/: include/pa_exception.h, include/pa_pool.h,
21666: include/pa_request.h, include/pa_table.h, main/pa_array.C,
21667: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
21668: re-associated. that's much better even removed 'die' necessety
21669:
21670: * src/: include/pa_error.h, include/pa_exception.h,
21671: include/pa_pool.h, include/pa_request.h, main/main.dsp,
21672: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
21673: targets/Makefile.am: lowered targets/parser into subdir, added
21674: parser_Pool(Pool) failed to add. would think..
21675:
21676: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
21677: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
21678: main/pa_string.C, main/pa_table.C: Table more like C++ style
21679: hence lots of 'const'
21680:
21681: * src/: include/pa_error.h, include/pa_request.h,
21682: include/pa_string.h, include/pa_table.h, main/pa_error.C,
21683: main/pa_table.C: Error fixed
21684:
21685: 2001-01-29 paf
21686:
21687: * src/: include/pa_array.h, include/pa_common.h,
21688: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
21689: include/pa_request.h, include/pa_string.h, include/pa_table.h,
21690: main/Makefile.am, main/pa_array.C, main/pa_common.C,
21691: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
21692:
21693: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21694: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21695: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
21696: main/pa_string.C, main/pa_table.C: Request Error Table
21697:
21698: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
21699: templates"
21700:
21701: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
21702: main/main.dsp, main/pa_array.C: templates failed no template
21703: specializations [VC6], no library auto instantation [VC6, GNU c++
21704: 2.95.2-6 from latest cygwin]
21705:
21706: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21707: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21708: main/main.dsp, main/pa_array.C, main/pa_string.C,
21709: main/pa_table.C: Table started would test template Array now
21710:
21711: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
21712: String originating
21713:
21714: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
21715: main/pa_hash.C: made local Hash-es not thread safe=quicker by
21716: SYNCHRONIZED(thread_safe)
21717:
21718: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
21719: parts to top
21720:
21721: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
21722: main/pa_threads.C: decided on one global_mutex, like PHP as I can
21723: see: needed only in global Hash now, made Hash:: put/get
21724: SYNCHRONIZED
21725:
21726: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
21727: main/pa_threads.C: added pa_threads
21728:
21729: Mutex
21730:
21731: * src/include/pa_hash.h: some comments
21732:
21733: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
21734: Array& operator += (Array& src)
21735:
21736: * src/main/pa_array.C: expand not convinient, would rewrite
21737:
21738: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
21739: (Array& src)
21740:
21741: rethought, would change now
21742:
21743: 2001-01-27 paf
21744:
21745: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
21746: caching
21747:
21748: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21749: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
21750: cache rethought to chunk caching
21751:
21752: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21753: include/pa_string.h, main/main.dsp, main/pa_array.C,
21754: main/pa_hash.C, main/pa_string.C: Array 0
21755:
21756: * src/main/pa_string.C: String::operator ==
21757:
21758: * src/main/pa_hash.C: String(&String)
21759:
21760: * src/main/pa_hash.C: added pa_hash.C [forgotten]
21761:
21762: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
21763: main/main.dsp, main/pa_string.C: uint, and added pa_types &
21764: pa_hash[forgotten]
21765:
21766: 2001-01-26 paf
21767:
21768: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
21769: removed templates [vc++ suxx]
21770:
21771: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
21772: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
21773:
21774: * src/include/: pa_pool.h, pa_string.h: pa_pool split
21775:
21776: * src/main/: main.dsp, pa_string.C: $Id$ check
21777:
21778: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
21779: check
21780:
21781: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
21782: dynamic row_count
21783:
21784: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
21785: main/main.dsp, main/pa_pool.C, main/pa_string.C,
21786: targets/Makefile.am: Initial revision
21787:
21788: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
21789: main/main.dsp, main/pa_pool.C, main/pa_string.C,
21790: targets/Makefile.am: creating parser3 module
21791:
E-mail: