Annotation of parser3/ChangeLog, revision 1.99
1.99 ! moko 1: 2015-10-26 moko
! 2:
! 3: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
! 4: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
! 5: classes/form.C, classes/hash.C, classes/hashfile.C,
! 6: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
! 7: classes/mail.C, classes/math.C, classes/memcached.C,
! 8: classes/memory.C, classes/op.C, classes/reflection.C,
! 9: classes/regex.C, classes/response.C, classes/string.C,
! 10: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
! 11: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
! 12: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
! 13: include/pa_config_fixed.h, include/pa_config_includes.h,
! 14: include/pa_dictionary.h, include/pa_dir.h,
! 15: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 16: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
! 17: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
! 18: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
! 19: include/pa_request_charsets.h, include/pa_request_info.h,
! 20: include/pa_sapi.h, include/pa_socks.h,
! 21: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 22: include/pa_stack.h, include/pa_string.h,
! 23: include/pa_stylesheet_connection.h,
! 24: include/pa_stylesheet_manager.h, include/pa_table.h,
! 25: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
! 26: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
! 27: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
! 28: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
! 29: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
! 30: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
! 31: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
! 32: main/compile.y, main/compile_tools.C, main/compile_tools.h,
! 33: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
! 34: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
! 35: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
! 36: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
! 37: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
! 38: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
! 39: main/pa_string.C, main/pa_stylesheet_connection.C,
! 40: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
! 41: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
! 42: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
! 43: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
! 44: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
! 45: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
! 46: targets/isapi/parser3isapi.C, types/pa_junction.h,
! 47: types/pa_method.h, types/pa_property.h, types/pa_value.C,
! 48: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
! 49: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
! 50: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
! 51: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
! 52: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
! 53: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
! 54: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
! 55: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
! 56: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
! 57: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
! 58: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
! 59: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
! 60: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
! 61: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
! 62: types/pa_vresponse.C, types/pa_vresponse.h,
! 63: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 64: types/pa_vstateless_object.h, types/pa_vstatus.C,
! 65: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
! 66: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
! 67: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 68: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 69: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
! 70:
! 71: * src/targets/cgi/parser3.C: year updated
! 72:
! 73: * src/classes/reflection.C: VS2003 compatibility fixed (related to
! 74: issue #1041)
! 75:
! 76: * tests/: 323.html, results/323.processed: test for base classes
! 77: added
! 78:
! 79: * tests/: 261.html, results/261.processed: updated after better
! 80: error reporting done for $string.key exception
! 81:
! 82: * src/types/pa_vstring.h: better error report for $string.key
! 83: exception
! 84:
! 85: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
! 86: copied as VObject::get_element4call to remove extra virtual call
! 87:
! 88: * tests/: 322.html, results/322.processed: test for
! 89: ^reflection:is[] added (related to feature #1041)
! 90:
! 91: * src/classes/reflection.C: ^reflection:is empty value is void
! 92: (related to feature #1041)
! 93:
! 94: * src/classes/reflection.C:
! 95: ^reflection:is[class_name|code|method;[context;]element_name]
! 96: added (implements feature #1041)
! 97:
! 98: 2015-10-24 moko
! 99:
! 100: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
! 101:
1.98 moko 102: 2015-10-22 moko
103:
104: * tests/: 321.html, results/321.processed: test for
105: ^reflection:method_info[] file detection added
106:
107: * tests/: 320.html, results/320.processed: test for
108: ^reflection:class_by_name[class_name] added (related to feature
109: #993)
110:
111: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
112: added (implements feature #993)
113:
114: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
115: (related to feature #1017)
116:
117: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
118: added (related to issue #1039)
119:
120: * src/main/pa_request.C: ^throw origin fixed (related to feature
121: #1039)
122:
123: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
124: for VDate
125:
126: * tests/results/182.processed: updated after feature #1038
127: implemented
128:
129: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
130: compile-time exception origin added (test for feature #1039)
131:
132: * src/: include/pa_request.h, main/compile.C, main/compile.y,
133: main/pa_request.C: exception unification: compile-time exceptions
134: now have origin, @USE origins also tracked (implements feature
135: #1039)
136:
137: 2015-10-20 moko
138:
139: * src/main/pa_request.C: cleanup
140:
141: 2015-10-15 moko
142:
143: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
144:
145: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
146: types/pa_vtable.C: new feature: no more $table.method and
147: $hash.method, aliases for _at, _count, _key (related to feature
148: #1017)
149:
1.97 moko 150: 2015-10-14 moko
151:
1.98 moko 152: * tests/: 317.html, results/317.processed: test for
153: ^string.unescape[] added (related to feature #120)
154:
1.97 moko 155: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
156: defined" bug (described in issue #1036)
157:
158: * tests/: 247.html, results/247.processed: test for checkBOM added
159: (test for bug #1037)
160:
161: * src/: include/pa_charsets.h, main/pa_charsets.C,
162: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
163: it's not enforced, skips BOM signature if it complies charset
164: (fixes bug #1037)
165:
166: 2015-10-13 moko
167:
168: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
169: linking
170:
171: * src/classes/inet.C: vs2003 compilation fix
172:
173: * src/classes/math.C: warning war
174:
175: * src/lib/punycode/pa_punycode.c: warning war
176:
177: 2015-10-12 moko
178:
179: * src/lib/punycode/pa_punycode.c: warning war
180:
181: * parser3.sln: moved parser3 first, to make it default startup
182: project
183:
184: * buildall: parser "mirror" now used for external libs sources
185: (implements feature #1036)
186:
187: * buildall: most external libs are updated to their current
188: versions (related to feature #1036)
189:
190: * src/classes/image.C: more tags added
191:
192: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
193:
194: 2015-10-11 moko
195:
196: * src/classes/curl.C: minor optimization (related to feature #1035)
197:
198: 2015-10-09 moko
199:
200: * src/classes/curl.C: pa_strdup added for strings from curl
201: (related to feature #1035)
202:
203: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
204: ULLONG_MAX definition
205:
206: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
207: (implements feature #1035)
208:
209: * src/main/pa_charset.C: String::Body(String::C) used
210:
211: * src/main/pa_charset.C: exceptions unified
212:
213: * src/: include/pa_charset.h, main/pa_charset.C: declarations
214: unified
215:
216: * src/: classes/file.C, classes/image.C, classes/mail.C,
217: classes/op.C, classes/xdoc.C, classes/xnode.C,
218: include/pa_string.h, main/pa_request.C, main/pa_string.C,
219: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
220: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
221: String::Body(String::C) constructor added (related to bug #957)
222:
223: * src/classes/file.C: minor optimization
224:
225: * src/include/pa_hash.h: hash.get(char*) added, to minimize
226: Cord(char*) autocreation (related to bug #957)
227:
228: * src/: classes/string.C, main/untaint.C: minor optimizations
229:
230: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
231: String(char*, Lang, length) removed, String(C(), Lang) used
232: instead (related to bug #957)
233:
234: 2015-10-08 moko
235:
236: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
237: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
238: main/untaint.C: Now char * is converted to CORD only using
239: AS_CORD() to check for empty cord bug (fixes bug #957)
240:
241: * src/include/pa_hash.h: fixed compilation without
242: HASH_CODE_CACHING
243:
244: * src/classes/string.C:
245: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
246: feature #120)
247:
248: * src/main/pa_common.C: reduce js flags checks count (related to
249: feature #120)
250:
1.96 moko 251: 2015-10-07 moko
252:
253: * tests/: 275.html, results/275.processed: test modified after
254: unsigned long long int support implemented (feature #1034)
255:
256: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
257: pa_atoul added for unsigned long long int support
258:
259: 2015-10-06 moko
260:
261: * src/types/pa_vdate.C: INT_MAX used
262:
263: 2015-10-03 moko
264:
265: * tests/: 302.html, results/302.processed: test for bug #1023
266: (\u2028, \u2029 escaping) added
267:
268: * src/main/untaint.C: \u2028, \u2029 are now escaped in
269: json:string[] (fixes bug #1023)
270:
271: 2015-09-29 moko
272:
273: * tests/305.html: try-catch added for OS without ipv6 support
274:
275: * src/lib/json/pa_json.C: more unique prefixes for Solaris
276: compilation
277:
278: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
279: main/execute.C, types/pa_value.h, types/pa_vhash.h,
280: types/pa_vtable.C, types/pa_vtable.h: get_element4call
281: implemented to distinguish ^hash.method from $hash.field
282: (implements feature #1017)
283:
284: * src/lib/punycode/pa_punycode.c: warning war
285:
286: * src/include/pa_config_includes.h: warning war
287:
288: * src/include/pa_config_includes.h: pragma warning actualized a bit
289:
290: * src/include/pa_config_includes.h: warning war
291:
292: * src/include/pa_hash.h: clang compilation fix
293:
294: 2015-09-27 moko
295:
296: * src/main/compile.tab.C: Bison 3 is now default
297:
298: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
299:
300: 2015-09-25 moko
301:
302: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
303: works with undefined HASH_ORDER (related to feature #196)
304:
305: 2015-09-24 moko
306:
307: * tests/: 027.html, results/027.processed: test modified to test
308: ^hash.sort (feature #196)
309:
310: * src/: classes/hash.C, include/pa_hash.h:
311: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
312: added (implements feature #196)
313:
314: * tests/: 316.html, results/316.processed: Added test for bug #1025
315: (exception handling in non-cached ^cache), plus for "it does not
316: have logical value" and "$exception.handled value must be either
317: boolean or string 'cache'" exceptions.
318:
319: * src/classes/op.C: ^cache: exceptions now handled in non-cached
320: code (fixes bug #1025)
321:
1.95 moko 322: 2015-09-23 moko
323:
324: * src/classes/table.C: warning war
325:
326: * src/: classes/math.C, types/pa_vcookie.C: warning war
327:
328: * src/classes/file.C: warning war
329:
330: * src/: include/pa_table.h, main/pa_table.C: warning war
331:
332: * src/: main/pa_request.C, classes/date.C: warning war
333:
334: * src/: types/pa_vdate.C, classes/op.C: warning war
335:
336: * tests/: 122.html, results/122.processed: win sync: to remove
337: differences with OS that doesn't keep timezone change history
338:
339: * src/types/pa_vdate.C: tzset() should be called in Windows after
340: TZ change (related to feature #36)
341:
342: * tests/: 075.html, results/075.processed: win sync: to remove
343: differences with OS that doesn't keep timezone change history
344:
345: * tests/: 315.html, results/315.processed: win sync: to remove
346: differences with OS that doesn't keep timezone change history
347:
348: * tests/: 256.html, results/256.processed: win sync: to remove
349: differences with OS that doesn't keep timezone change history
350:
351: * tests/: 124.html, results/124.processed: win results sync: to
352: avoid hitting time change hole.
353:
354: * src/types/pa_vdate.C: static returned. :)
355:
356: 2015-09-22 moko
357:
358: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
359:
360: * tests/results/131.processed: more tests for feature #1032
361:
362: * src/classes/date.C: minor fix related to feature #1032
363:
364: * operators.txt: ISO date creation documented (related to feature
365: #1032)
366:
367: * operators.txt: iso-string documented (related to feature #1032)
368:
369: * tests/: 315.html, results/315.processed: more tests added
370: (related to feature #1032)
371:
372: * tests/: 131.html, results/131.processed: date range checks
373: updated (related to feature #36)
374:
375: * tests/: 315.html, results/057.processed, results/315.processed:
376: test added for ISO date support (related to issue #315)
377:
378: * src/classes/date.C: more readable exceptions in date creation
379: (related to ticket #1032)
380:
381: 2015-09-18 moko
382:
383: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
384: added (related to issue #1032)
385:
386: * tests/results/256.processed, src/classes/json.C: iso-string
387: documented (related to issue #1032)
388:
389: * tests/: 256.html, results/256.processed: ISO date check added
390: (related to issue #1032)
391:
392: * tests/: 057.html, results/057.processed, results/224.processed:
393: tests results updated after ISO date support implemented (related
394: to feature #1032)
395:
396: * src/: classes/date.C, classes/image.C, types/pa_value.h,
397: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
398: ^date::create[string] constructor formalized, ^date.iso-string[]
399: added (implements feature #1032)
400:
401: 2015-09-05 moko
402:
403: * operators.txt: actualized
404:
405: * operators.txt: date changes documented (related to ticket #36)
406:
407: 2015-09-04 moko
408:
409: * src/types/pa_vdate.C: warning war
410:
411: * src/: classes/op.C, types/pa_vhashfile.C: warning war
412:
413: 2015-09-03 moko
414:
415: * tests/results/096.processed: test result updated for 0..9999 year
416: date range support (related to feature #36)
417:
418: * tests/: 314.html, results/314.processed: test for
419: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
420: bug #1031)
421:
422: * src/classes/string.C: Static calls fixed for ^string:base64[],
423: ^string:idna[], ^string:js-escape[] (closes bug #1031)
424:
1.97 moko 425: * Makefile.am, Makefile.in, acsite.m4, configure.ac, configure.in:
426: Warning war: configure.in -> configure.ac
1.95 moko 427:
1.97 moko 428: * Makefile.in, configure, configure.in, bin/Makefile.in,
429: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
430: src/Makefile.in, src/classes/Makefile.in,
431: src/include/Makefile.in, src/include/pa_config_auto.h.in,
432: src/lib/Makefile.in, src/lib/cord/Makefile.in,
433: src/lib/cord/include/Makefile.in,
434: src/lib/cord/include/private/Makefile.in,
435: src/lib/curl/Makefile.in, src/lib/gc/Makefile.in,
436: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
437: src/lib/json/Makefile.in, src/lib/md5/Makefile.in,
438: src/lib/memcached/Makefile.in, src/lib/pcre/Makefile.in,
439: src/lib/punycode/Makefile.in, src/lib/sdbm/Makefile.in,
440: src/lib/sdbm/pa-include/Makefile.in, src/lib/smtp/Makefile.in,
441: src/main/Makefile.in, src/sql/Makefile.in,
442: src/targets/Makefile.in, src/targets/apache/Makefile.in,
443: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
444: src/types/Makefile.in: more correct timezone check for FreeBSD
445: Warning war: configure.in -> configure.ac
1.95 moko 446:
447: * configure, configure.in, src/classes/Makefile.am,
1.97 moko 448: src/classes/Makefile.in, src/include/pa_config_auto.h.in,
449: src/lib/cord/Makefile.am, src/lib/cord/Makefile.in,
450: src/lib/gd/Makefile.am, src/lib/gd/Makefile.in,
451: src/lib/json/Makefile.am, src/lib/json/Makefile.in,
452: src/lib/memcached/Makefile.am, src/lib/memcached/Makefile.in,
453: src/lib/pcre/Makefile.am, src/lib/pcre/Makefile.in,
454: src/lib/sdbm/Makefile.am, src/lib/sdbm/Makefile.in,
455: src/lib/smtp/Makefile.am, src/lib/smtp/Makefile.in,
456: src/main/Makefile.am, src/main/Makefile.in,
457: src/targets/apache/Makefile.am, src/targets/apache/Makefile.in,
458: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
459: src/types/Makefile.am, src/types/Makefile.in: INCLUDES ->
1.95 moko 460: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
461: check added
462:
463: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
464:
465: * tests/results/: 124.processed, 224.processed: test resuls updated
466: for new date implementation (related to feature #36)
467:
468: * src/: classes/date.C, classes/image.C, include/pa_common.h,
469: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
470: types/pa_vdate.h: new double date implementation with internal
471: support for extended 0..9999 year range, default timezone support
472: (related to feature #36)
473:
474: 2015-08-28 moko
475:
476: * src/types/pa_vmail.C: fixed $mail:received.date calculations
477: (fixes bug #1030)
478:
479: 2015-08-21 moko
480:
481: * src/classes/inet.C: snprintf size "bug" commented
482:
483: * src/main/pa_common.C: snprintf comments updated
484:
485: 2015-08-16 moko
486:
487: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
488:
489: 2015-08-11 moko
490:
491: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
492: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
493: can be null (fixes bug #1029)
494:
495: 2015-08-06 moko
496:
1.97 moko 497: * src/types/: Makefile.am, Makefile.in, pa_vdate.C, pa_vdate.h,
498: types.vcproj: pa_vdate.C added
1.95 moko 499:
500: 2015-08-05 moko
501:
502: * tests/: 313.html, results/313.processed: test for
503: ^table.count[columns] and ^table.flip[] with nameless tables
504: (feature #1003)
505:
506: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
507: max_cell added, now ^table.count[columns] and ^table.flip[] works
508: correctly for nameless tables (implements feature #1003)
509:
510: 2015-08-03 moko
511:
512: * tests/312.html: test for ^table.append[$hash] and
513: ^table.insert[$hash] added (related to feature #1028)
514:
515: * src/classes/table.C: ^table.append[$hash] and
516: ^table.insert[$hash] now supported (implements feature #1028)
517:
518: * tests/: 312.html, results/312.processed: test row copy in
519: ^table.hash[; $.type[table] ] added (related to feature #1016)
520:
521: * src/classes/table.C: row copy now created in ^table.hash[;
522: $.type[table] ] (related to feature #1016)
523:
524: 2015-07-29 moko
525:
526: * tests/: 312.html, results/312.processed: test for ^table.delete[]
527: added (related to feature #1016)
528:
529: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
530: ^table.delete[] added to delete current row (related to feature
531: 1016)
532:
533: 2015-07-28 moko
534:
535: * tests/: 312.html, results/312.processed: test for
536: $table.column[value] and ^table.insert{row} (related to feature
537: #1016)
538:
539: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
540: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
541: ^table.insert{row} are now implemented (feature #1016)
542:
543: * src/include/pa_array.h: Optimization: bool reverse removed from
544: append(), insert() added, memmove arguments order in remove()
545: fixed (related to feature #1016)
546:
547: 2015-07-23 moko
548:
549: * src/classes/json.C: tainted json and empty json exception added
550: (implements feature #1015)
551:
552: * tests/: 311.html, results/311.processed: empty json and tainted
553: json exception test added (related to issue #1015)
554:
555: 2015-07-22 moko
556:
557: * tests/: 311.html, results/311.processed: test for UTF-8
558: processing added
559:
560: * tests/: 311.html, results/311.processed: test for
561: json_exception_with_source added (related to issue #394)
562:
563: * src/classes/json.C: json_exception_with_source added (implements
564: feature #394)
565:
566: 2015-06-29 moko
567:
568: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
569: directories are now correctly determined if _d_type == DT_UNKNOWN
570: (closes bug #1027)
571:
572: 2015-06-10 moko
573:
574: * src/types/pa_vxnode.h: extern "C" not requred and causes build
575: error if libxml has LIBXML_ICU_ENABLED.
576:
577: 2015-06-04 moko
578:
579: * tests/099.html: ups, reverting
580:
581: * tests/: 099.html, 309.html, 310.html, results/309.processed,
582: results/310.processed: tests for $response:body[ $.file[] ] and
583: $response:last-modified added
584:
585: * src/main/pa_request.C: last-modified check fixed
586:
587: 2015-06-03 moko
588:
589: * tests/: 204.html, 205.html, 293.html, results/204.processed,
590: results/205.processed, results/293.processed: $response:headers
591: logging added (tests for feature #1007)
592:
593: * src/: include/pa_common.h, include/pa_request.h,
594: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
595: $response:headers are now in uppercase (closes feature #1007)
596:
597: 2015-06-02 moko
598:
599: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
600: build errors reverted for clang compatibility
601:
602: 2015-06-01 moko
603:
604: * src/include/pa_memory.h: -pedantic build errors fixed
605:
606: * src/classes/math.C: -pedantic build error fixed
607:
608: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
609:
610: 2015-05-31 moko
611:
612: * src/classes/table.C: USE_STRINGSTREAM optimized
613:
614: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
615: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
616: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
617: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
618: types/pa_vxnode.h: warning war (-pedantic flag)
619:
620: 2015-05-28 moko
621:
622: * tests/: 308.html, results/308.processed: test for
623: ^table::create[$t;], etc work added (related to bug #975)
624:
625: * src/classes/table.C: check_option_param removed,
626: ^table::create[$t;], etc now works (fixes bug #975)
627:
628: 2015-05-27 moko
629:
630: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
631: (Debian jessie) fixed (closes issue #1024)
632:
633: * tests/Makefile: sort added as in Debian jessie list become
634: unsorted
635:
636: 2015-05-18 moko
637:
638: * tests/: 201.html, results/201.processed: test for
639: ^string.trim[what] feature #1022
640:
641: * src/classes/string.C: ^string.trim[what] now supported,
642: implements feature #1022
643:
644: 2015-05-17 moko
645:
646: * tests/results/185.processed: test result updated as feature #1021
647: implemented (left/right accept negative parameter)
648:
649: * src/classes/string.C: left/right now accept negative parameter
650: (implements feature #1021)
651:
652: 2015-05-08 moko
653:
654: * src/classes/math.C: isalnum -> pa_isalnum
655:
656: * src/main/execute.C: optimization in getter-junction processing
657: (related to issue #997)
658:
659: 2015-05-07 moko
660:
661: * tests/: 307.html, results/307.processed: test for issue #997
662: added
663:
664: * src/main/execute.C: process_getter result now checked if junction
665: returned (closes issue #997)
666:
667: * tests/: 305.html, results/305.processed: sort added to ignore
668: different order
669:
670: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
671: assignment (closes issue #994)
672:
673: * tests/: 306.html, results/306.processed: test for issue #994
674: added
675:
676: * tests/: 303.html, results/303.processed: two more errors tested
677:
678: 2015-05-06 moko
679:
680: * tests/: 305.html, results/305.processed: test for name2ip &
681: ip2name added (related to feature #992)
682:
683: * tests/: 303.html, 304.html, results/303.processed,
684: results/304.processed: tests for idna conversion added (related
685: to issue #849)
686:
687: 2015-05-02 moko
688:
689: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
690: implemented
691:
692: 2015-04-30 moko
693:
694: * src/main/pa_http.C: idna_host added, related to issue #849
695:
696: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
697: (related to issue #849)
698:
699: 2015-04-24 moko
700:
701: * src/types/pa_vjunction.C: warning war
702:
703: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
704: unification
705:
706: * src/lib/punycode/pa_idna.c: warning war
707:
708: 2015-04-22 moko
709:
710: * src/main/main.vcproj: punycode include path added
711:
712: * src/lib/punycode/pa_idna.c: windows compile error fixed
713:
714: * src/lib/punycode/pa_idna.c: warning war
715:
716: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
717: project file added
718:
719: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
720:
721: * src/include/pa_memory.h: warning war
722:
723: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
724: ^string:idna[xn--...], ^string.idna[] - idna conversion support
725: implemented (related to feature #849)
726:
727: * configure.in, src/main/Makefile.am,
728: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
729: libpunycode added in Unix
730:
731: 2015-04-21 moko
732:
733: * configure.in: large files support
734:
735: 2015-04-15 moko
736:
737: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
738: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
739: pa_punycode.h: initial version for punycode/idna support library
740: (ticket #849)
741:
742: 2015-04-08 moko
743:
744: * src/: classes/curl.C, classes/date.C, classes/file.C,
745: classes/image.C, classes/mail.C, classes/reflection.C,
746: classes/string.C, classes/xnode.C, include/pa_request.h,
747: include/pa_string.h, include/pa_stylesheet_connection.h,
748: main/compile.y, main/compile_tools.h, main/execute.C,
749: main/pa_common.C, main/pa_request.C, main/pa_string.C,
750: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
751: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
752: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
753: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
754: clang compiler warnings (closes issue #1018)
755:
756: * src/include/pa_string.h: String::Body comparation operators with
757: char * added (related to issue #958)
758:
759: 2015-04-07 moko
760:
761: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
762: pa_malloc/pa_free to remove system malloc/free usage (related to
763: issue #1018)
764:
765: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
766: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
767: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
768: main/pa_http.C, main/pa_request.C, main/pa_string.C,
769: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
770: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
771: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
772: malloc/strdup/free replaced with pa_ version and checks for
773: accidental use of non-pa_ version added (related to issue #1018)
774:
775: 2015-04-03 moko
776:
777: * buildall: pcre-8.33 -> pcre-8.36
778:
779: * src/: main/compile.y, classes/form.C, classes/mail.C,
780: classes/op.C, classes/string.C, main/compile.tab.C,
781: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
782: main/pa_sql_driver_manager.C, types/pa_vfile.C,
783: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
784: ticket #958)
785:
786: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
787: main/pa_common.C, main/pa_http.C, main/pa_request.C,
788: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
789: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
790: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
791: $request:headers, $request:method added (implements feature
792: #1007)
793:
794: 2015-03-17 misha
795:
796: * tests/302.html: - test for
797: ^json:string[...;$._default[method-name]]
798:
799: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
800: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
801: option $._default[method-name] is specified in ^json:string[], a
802: method with specified name will be called for classes/objects
803: serialization ( new feature: #982 )
804:
805: 2015-03-16 misha
806:
807: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
808: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
809: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
810: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
811: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
812: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
813: types/pa_vmemory.h, types/pa_vmethod_frame.C,
814: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
815: types/pa_vrequest.h, types/pa_vstateless_class.C,
816: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
817: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
818: $var.CLASS_NAME now have special opcodes. This can be switched
819: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
820: on pa_opcode.h ( new feature: #844 )
821:
822: 2015-03-15 misha
823:
824: * tests/075.html: - test for $response:header[]
825:
826: * src/types/pa_vresponse.C: - $response:header[] deletes header
827: that was set earlie ( new feature: #1001 )
828:
829: 2015-03-12 misha
830:
831: * tests/246.html: - more tests for ^hash._at[]
832:
833: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
834: accepts second param [key|value|hash] ( new feature: #1012 )
835:
836: 2015-03-09 moko
837:
838: * src/types/pa_vmail.C: exception for everything but
839: $mail:received, closes issue #1011
840:
841: 2015-02-20 moko
842:
843: * tests/: 275.html, results/275.processed: hex detection in
844: pa_atoui fix test (closes issue #1010)
845:
846: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
847: issue #1010)
848:
849: 2015-02-17 moko
850:
851: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
852: tainted.
853:
854: 2015-02-03 misha
855:
856: * tests/301.html: - test for ^json:string($double) causes
857: exception. bugfix: #1008
858:
859: * src/classes/json.C: - ^json:string($double) causes exception.
860: bugfix: #1008
861:
862: * tests/014.html: - updated for work with ^hash.delete[]
863:
864: 2015-01-12 misha
865:
866: * src/: classes/form.C, include/pa_common.h,
867: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
868: types/pa_vform.h: - supports body with PUT method as well ( new
869: feature: #1006 )
870:
871: * src/classes/file.C: - warnings war
872:
873: 2015-01-11 misha
874:
875: * tests/300.html: - test for ^hash.delete[] is added
876:
877: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
878: feature: #989 ) - tiny optimization in intersects
879:
880: 2015-01-06 moko
881:
882: * src/types/pa_vmail.C: file names transcode added, to and cc added
883: with transcode, attachments detection fixed
884:
885: * src/main/pa_request.C: filling mail received after cgi/auto.p
886: load to allow charset switch (related to issue #996)
887:
888: 2014-12-31 moko
889:
890: * src/types/pa_vmail.C: from and subject now transcoded if not
891: UTF-8 source charset (fixes issue 996)
892:
893: * src/main/pa_exception.C: fixed string from stack bug (closes
894: issue #1000)
895:
896: 2014-12-11 misha
897:
898: * src/types/pa_vhashfile.C: - check if key is not empty before
899: access ( bug fix: #1005 )
900:
901: 2014-11-13 misha
902:
903: * src/main/compile.y: - PC.append does not reset to false while
904: creating a new class. bugfix: #990
905:
906: * tests/299.html: - test for creation class after working with
907: partial class (create+append)
908:
909: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
910: #995
911:
912: * tests/232.html: - test for @get[def] added
913:
914: 2014-10-12 moko
915:
916: * src/lib/pcre/pcre_internal.vcproj: correct path
917:
918: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
919: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
920: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
921: targets/apache/ApacheModuleParser3.vcproj,
922: targets/apache/ApacheModuleParser3Core.vcproj,
923: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
924: types/types.vcproj: project GUID inserted in *.vcproj for correct
925: conversion in newer VS versions
926:
927: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
928: pcre_internal.vcproj added
929:
930: 2014-08-28 moko
931:
932: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
933: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
934: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
935:
936: 2014-06-30 misha
937:
938: * tests/298.html: - tests for ^reflection:def[class;className]
939: added
940:
941: * src/classes/reflection.C: - ^reflection:def[class;className]
942: added ( new feature: #918 )
943:
944: 2014-06-29 misha
945:
946: * src/classes/table.C: - ^table::create[unsupported data] -
947: exception comment changed to "body must be table or code" ( bug
948: fix: #951 )
949:
950: * tests/: 261.html, results/261.processed: - tests for
951: ^json:string[...;$.void[null|string]] added
952:
953: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
954: option $.void[string|null] added to ^json:string[...] ( new
955: feature: #952 )
956:
957: 2014-06-28 moko
958:
959: * src/classes/curl.C: $.charset now processed before other curl
960: options (closes issue #980)
961:
962: 2014-05-23 misha
963:
964: * src/classes/json.C: - bug fix: #987
965:
966: 2014-05-04 misha
967:
968: * tests/: 253.html, 253_json.txt: - test for
969: ^json:parse[$.int(false)] is added
970:
971: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
972: default true). The option is similar to $.double(bool) but for
973: integers.
974:
975: 2014-05-01 moko
976:
977: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
978: #12 )
979:
980: 2014-04-16 moko
981:
982: * src/main/pa_http.C: response-charset option should finally work
983: now (fix for issue #867)
984:
985: * src/main/pa_http.C: response-charset option should work now (fix
986: for issue #867)
987:
988: 2014-03-07 moko
989:
990: * buildall: libgc moved
991:
992: * buildall: libgc moved
993:
994: 2013-12-29 moko
995:
996: * src/classes/string.C: ^string:js-unescape result now tainted,
997: closes issue #966
998:
999: * tests/: 186.html, results/186.processed: ^string:js-unescape
1000: result now tainted, issue #966
1001:
1002: 2013-12-03 moko
1003:
1004: * src/: classes/memcached.C, types/pa_vmemcached.C,
1005: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
1006: option was added for http://www.parser.ru/forum/?id=79343
1007:
1008: * src/classes/file.C: bugfix for
1009: http://www.parser.ru/forum/?id=79337
1010:
1011: 2013-11-05 moko
1012:
1013: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
1014:
1015: * src/main/pa_globals.C: spelling fixed
1016:
1017: 2013-10-29 moko
1018:
1019: * src/lib/json/json.vcproj: json.c -> pa_json.C
1020:
1021: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
1022: #892
1023:
1024: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
1025: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
1026: exceptions to be thrown thougth json library), related to issue
1027: #892
1028:
1029: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
1030: related to issue #896
1031:
1032: 2013-10-24 moko
1033:
1034: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
1035:
1036: 2013-10-23 moko
1037:
1038: * README: actualization
1039:
1040: 2013-10-22 moko
1041:
1042: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
1043: compatibility patch from Sergey Kirpichev
1044:
1045: * tests/: 297.html, results/297.processed: non-working getter fix
1046: test for issue #948
1047:
1048: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
1049: called when saving value of $match variable in ^string.match[] to
1050: increase compatibility (related to issue #948).
1051:
1052: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
1053: usage optimization
1054:
1055: 2013-10-21 moko
1056:
1057: * tests/: 182.html, results/182.processed: local path removed for
1058: compatibility
1059:
1060: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
1061: results/244.processed, results/253.processed,
1062: results/254.processed, results/275.processed,
1063: results/281.processed: try_catch -> try-catch
1064:
1065: * tests/: 288.html, 294.html, 296.html, results/288.processed,
1066: results/294.processed, results/296.processed: try_catch ->
1067: try-catch
1068:
1069: 2013-10-20 moko
1070:
1071: * tests/: 296.html, results/296.processed: test for xsl exception
1072: for issue #938 added.
1073:
1074: * src/: include/pa_xml_exception.h,
1075: main/pa_stylesheet_connection.C: forgotten to be replaced
1076: XmlException is now replaced (once again closes issue #938)
1077:
1078: 2013-10-19 misha
1079:
1080: * bin/auto.p.dist.in: - more mime-types are added
1081:
1082: 2013-10-18 moko
1083:
1084: * buildall: disable clock_gettime detection to avoid librt linking
1085: (which in turn depends on libpthread), related to issue #943
1086:
1087: 2013-10-18 misha
1088:
1089: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
1090: lib/smtp/smtp.vcproj, main/main.vcproj,
1091: targets/apache/ApacheModuleParser3Core.vcproj,
1092: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1093: types/types.vcproj: - new locations for libxml2 includes where
1094: added to vcproj files
1095:
1096: 2013-10-18 moko
1097:
1098: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
1099: fix
1100:
1101: * tests/: 295.html, results/295.processed: test for issue #948
1102: updated
1103:
1104: * src/classes/table.C: hopefully last lost part for issue #948 fix.
1105: :)
1106:
1107: * tests/: 295.html, results/295.processed: test for issue #948
1108: added
1109:
1110: * src/: classes/hash.C, classes/string.C, classes/table.C,
1111: include/pa_request.h, types/pa_method.h: for getters and setters
1112: to be executed request.put_element should be called, not
1113: context.put_element (fixes issue #948)
1114:
1115: 2013-10-17 moko
1116:
1117: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
1118: LIBXML2_NEW_BUFFER check (closes issue #943)
1119:
1120: * buildall: libxml 2.9.1 build is broken --without-reader.
1121:
1122: 2013-10-16 moko
1123:
1124: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
1125:
1126: * tests/: 294.html, results/294.processed: test for issue #938
1127:
1128: * src/: classes/xdoc.C, classes/xnode.C,
1129: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
1130: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
1131:
1132: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
1133: libxslt-1.1.26 -> libxslt-1.1.28
1134:
1135: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
1136: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
1137: to '?', related to issue #938
1138:
1139: 2013-10-15 moko
1140:
1141: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
1142: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
1143: minor optimizations (closes issue #896)
1144:
1145: * tests/results/: 292.processed, 293.processed: results updated to
1146: comply with issue #896
1147:
1148: * tests/: 292.html, 293.html, results/292.processed,
1149: results/293.processed: tests for json escaping
1150:
1151: 2013-10-14 moko
1152:
1153: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
1154: and cleanup, code moved from .h to .C, no changes in code
1155:
1156: 2013-10-12 moko
1157:
1158: * tests/results/119.processed: updated test result commited
1159:
1160: * tests/: 291.html, results/291.processed: test for issue #894
1161: added
1162:
1163: * src/types/pa_wcontext.h: base methods call support function
1164: get_somebody_entered_some_class should not be true forever, as
1165: wcontext can have many get_elements calls (fixes issue #894)
1166:
1167: 2013-10-11 moko
1168:
1169: * tests/: 290.html, results/290.processed: test for junction GPF
1170: issue #942 added
1171:
1172: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
1173: to native method fixed (closes issue #942)
1174:
1175: * tests/: 158.html, results/158.processed: test for csv-string[]
1176: added
1177:
1178: * src/classes/table.C: minor fixes for table.csv-string[] (closes
1179: feature #907)
1180:
1181: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
1182: feature #907)
1183:
1184: 2013-10-09 moko
1185:
1186: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
1187: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
1188: types/pa_vstateless_class.C: GET_default, SET_default now works
1189: properly not only in objects, but in classes as well (closes
1190: issue #903)
1191:
1192: * tests/: 289.html, results/289.processed: GET/SET_default now
1193: works in classes, not only objects, test case added, related to
1194: issue #903
1195:
1196: * tests/: 288.html, results/288.processed: test for endless
1197: recursion bug added (related to issue #903)
1198:
1199: 2013-10-05 moko
1200:
1201: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1202: classes/table.C, main/execute.C, types/pa_method.h,
1203: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
1204: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1205: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
1206: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
1207: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
1208: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
1209: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
1210: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
1211: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
1212: optimization: put_element no longer has "bool areplace" argument,
1213: related to issue #903
1214:
1215: 2013-10-03 moko
1216:
1217: * tests/results/182.processed: result for $.replace(false) test
1218: commited
1219:
1220: * src/classes/date.C: ^date::create(number) processed correctly
1221: (fixes issue #901)
1222:
1223: * src/classes/image.C: as_no_junction removed, as param can be
1224: expression (closes issue #931)
1225:
1226: * tests/233.html: test for issue #931 added
1227:
1228: 2013-10-02 moko
1229:
1230: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
1231: modified, test for $.replace(false) added
1232:
1233: * src/main/compile_tools.h: forgotten class replace returned. :)
1234:
1235: 2013-09-30 moko
1236:
1237: * tests/: 141.html, results/141.processed: md5 tainting test added
1238:
1239: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1240: main/compile_tools.h, main/pa_request.C: allow_class_replace
1241: implemented; $.replace option added to ^process and ^use
1242:
1243: 2013-08-27 moko
1244:
1245: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
1246: cstr_to_string_body_untaint should be called with charsets for
1247: possible uri language and connection for possible sql language.
1248: related to issue #857
1249:
1250: * buildall: and -> or fixed
1251:
1252: 2013-08-26 moko
1253:
1254: * buildall: prepare_ functions logic changed to support
1255: gc-7.2d.tar.gz extracting to gc-7.2 directory
1256:
1257: 2013-08-23 moko
1258:
1259: * src/include/pa_config_fixed.h: gc and xml libs are now linked
1260: statically
1261:
1262: 2013-08-22 moko
1263:
1264: * src/classes/string.C: String::Empty used (related to issue #912)
1265: append_know_length removed (related to old GPF bug)
1266:
1267: 2013-08-21 moko
1268:
1269: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
1270:
1271: * src/classes/math.C: ^math:digest[...;$file] support added
1272: (related to ticket #857
1273:
1274: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
1275: implemented
1276:
1277: * src/types/pa_vhashfile.h: warning war
1278:
1279: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
1280: include/pa_request.h, main/pa_request.C, types/pa_value.h:
1281: anti_endless_json_string_recoursion removed from request;
1282: json_string_recoursion added to json_options; $.indent[indent
1283: value] now supported and passed within recoursion closes feature
1284: #937
1285:
1286: * tests/: 287.html, results/287.processed: test for feature #937
1287:
1288: 2013-07-31 moko
1289:
1290: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
1291: compilation having #define _S
1292:
1293: * src/main/pa_globals.C: cleanup
1294:
1295: 2013-07-30 moko
1296:
1297: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
1298: main/pa_common.C: vs2003 warning war
1299:
1300: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
1301:
1302: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
1303:
1304: * src/lib/md5/pa_sha2.c: warning war
1305:
1306: 2013-07-29 moko
1307:
1308: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
1309: patches from github
1310:
1311: * src/: classes/bool.C, classes/double.C, classes/int.C,
1312: classes/memcached.C, include/pa_config_includes.h,
1313: types/pa_vfile.C, types/pa_vfile.h: warning war
1314:
1315: * src/lib/json/json.vcproj: C++ -> C
1316:
1317: * src/lib/json/: json.c, pa_json.C: C++ warning revert
1318:
1319: * src/lib/json/: json.c, pa_json.C: windows compatibility
1320:
1321: * src/lib/json/: json.c, pa_json.C: windows compatibility
1322:
1323: * src/lib/json/: json.c, pa_json.C: warning war
1324:
1325: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
1326:
1327: * src/include/pa_config_fixed.h: uint16_t added
1328:
1329: * configure.in: uint16_t check added
1330:
1331: * src/: classes/json.C, lib/json/JSON_parser.C,
1.97 moko 1332: lib/json/JSON_parser.h, lib/json/Makefile.am,
1333: lib/json/Makefile.in, lib/json/json.c, lib/json/json.h,
1334: lib/json/json.vcproj, lib/json/pa_json.C, lib/json/pa_json.h:
1335: JSON_parser with non-free licence is replaced with similar GPL
1336: licenced libjson (fixes issue #892)
1.95 moko 1337:
1338: 2013-07-25 moko
1339:
1340: * parser3.sln: dependencies added
1341:
1342: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
1343: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
1344: module support
1345:
1346: * src/targets/apache/mod_parser3_core.C: win32 cleanup
1347:
1348: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
1349:
1350: 2013-07-23 moko
1351:
1352: * src/: include/pa_memory.h, main/pa_memory.C: non-working
1353: PA_DEBUG_GC_MEMORY removed
1354:
1355: * src/: main/pa_globals.C, targets/cgi/parser3.C:
1356: PA_DEBUG_DISABLE_GC compilation fix
1357:
1358: * src/: classes/op.C, classes/table.C, include/pa_request.h,
1359: main/pa_request.C: outdated RESOURCES_DEBUG removed
1360:
1361: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
1362: garbage cleanup
1363:
1364: * src/main/pa_common.C: warning war
1365:
1366: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
1367:
1368: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
1369: minor cleanup
1370:
1371: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
1372: uses cygwin, not WIN32 implementation
1373:
1374: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
1375: able to exec shell scripts
1376:
1377: * src/classes/math.C: ifdef WIN32 cleanup
1378:
1379: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
1380:
1381: * bin/auto.p.dist.in: libpq.so -> libpq.
1382:
1383: * src/classes/curl.C: LT_MODULE_EXT used
1384:
1385: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
1386:
1387: 2013-07-22 moko
1388:
1389: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
1390: includes fix
1391:
1392: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
1393:
1394: * configure.in, src/include/pa_config_includes.h,
1395: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1396: src/main/pa_exec.C: includes cleanup
1397:
1398: * src/targets/cgi/parser3.C: 2012->2013
1399:
1400: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
1401:
1402: * configure.in, src/include/pa_config_includes.h,
1403: src/include/pa_http.h, src/lib/json/JSON_parser.h,
1404: src/main/pa_random.C, src/main/pa_socks.C,
1405: src/types/pa_vstatus.C: cygwin support cleanup
1406:
1407: * configure.in: dirent.h check added
1408:
1409: * src/: include/pa_config_includes.h, include/pa_dir.h,
1410: main/pa_dir.C: includes cleanup, dirent.h check added filePath
1411: not copied
1412:
1413: 2013-07-21 moko
1414:
1415: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
1416:
1417: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
1418: parser3.vcproj: unused getopt.h / getopt.c removed
1419:
1420: * operators.txt, src/classes/file.C, tests/022.html,
1421: tests/results/022.processed: ^file:list[path][$.filter[regexp]
1422: $.stat(true)] usage commented
1423:
1424: * configure.in, src/classes/file.C, src/include/pa_dir.h,
1425: src/main/pa_dir.C: ^file:list[] now has dir column and when
1426: $.stat(true) it has size/*date columns modified patch from misha@
1427: that closes issue #914.
1428:
1429: * src/: include/pa_config_includes.h, main/pa_globals.C:
1430: PA_RELEASE_ASSERTS removed
1431:
1432: * src/lib/md5/pa_md5c.c: minor cleanup
1433:
1434: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
1435: localeconv()->decimal_point usage remoed (related to issue #934)
1436:
1437: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
1438: cordprnt.c removed
1439:
1440: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
1441: pa-include/pa_errno.h, pa-include/pa_file_io.h,
1442: pa-include/pa_strings.h: includes cleanup
1443:
1444: * src/lib/md5/pa_md5c.c: headers cleanup
1445:
1446: 2013-07-20 moko
1447:
1448: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
1449: cleanup
1450:
1451: 2013-07-19 moko
1452:
1453: * src/classes/math.C: extern "C" added for crypt
1454:
1455: 2013-07-18 moko
1456:
1457: * src/classes/math.C: fix redhat7.2 build
1458:
1459: 2013-07-17 moko
1460:
1461: * configure.in, src/include/pa_config_includes.h,
1462: src/include/pa_config_fixed.h: headers actualized (inttypes.h
1463: added for uint8/32/64_t)
1464:
1465: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
1466: pa_config_includes.h used for uint32/64_t
1467:
1468: 2013-07-16 moko
1469:
1470: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
1471: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
1472: war
1473:
1474: * src/main/compile.tab.C: compile.y was updated
1475:
1476: * src/main/compile.y: warning war
1477:
1478: * src/: include/pa_exception.h, main/pa_exception.C,
1479: main/pa_xml_exception.C: warning war
1480:
1481: * src/: include/pa_common.h, main/pa_common.C: warning war
1482:
1483: * configure.in: beauty :)
1484:
1485: * tests/: 141.html, results/141.processed: sha256/512 added
1486:
1487: 2013-07-13 moko
1488:
1489: * src/lib/md5/md5.vcproj: sha2 added
1490:
1.97 moko 1491: * src/lib/md5/Makefile.in: sha2 support
1492:
1.95 moko 1493: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
1494: classes/math.C: sha2 support (sha256/sha512 digest)
1495:
1496: 2013-07-08 moko
1497:
1498: * src/classes/image.C: directory read or other read problem message
1499: fixed (related to issue #933)
1500:
1501: 2013-07-07 moko
1502:
1503: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
1504: dependense from $charsetsdir directory existance and content (and
1505: UTF-8 is default allready)
1506:
1507: * AUTHORS: + misha + moko. :)
1508:
1509: 2013-07-06 moko
1510:
1511: * src/: classes/curl.C, include/pa_globals.h,
1512: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
1513: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
1514: for lt_dlinit to be called once and lt_dlexit called at right
1515: place (related to issue #925)
1516:
1517: 2013-07-04 moko
1518:
1519: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
1520: VString::as_vfile now uses vfile.set_binary_string to avoid
1521: content-type to be set, as it brokes badly designed logic in
1522: response output. This hopefully finishes issue #928.
1523:
1524: * tests/results/: 256.processed, 286.processed: file now displayed
1525: as name, size, mode, content-type
1526:
1527: * src/main/pa_common.C: read error now reported cottectly (fixes
1528: issue #933
1529:
1530: 2013-06-28 moko
1531:
1532: * tests/: 286.html, results/286.processed: test extended
1533:
1534: * tests/: 286.html, results/286.processed: Test for issue #928
1535: added. it tests default content-type change.
1536:
1537: * src/types/pa_vfile.C: closes issue #928 - default content-type
1538: now updated
1539:
1540: 2013-06-25 moko
1541:
1542: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
1543: content-type for text/binary files without name added;
1544: ^file::create[$f;...] options now works properly and $f
1545: properties are default (fixes issue #928)
1546:
1547: 2013-05-16 misha
1548:
1549: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
1550: added
1551:
1552: * src/main/pa_table.C: - a tiny memory optimisation while creating
1553: table if specified limit is bigger than source rows count
1554:
1555: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
1556: added ( new feature: #858 )
1557:
1558: 2013-04-29 moko
1559:
1560: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
1561: $.ipresolve(0|1|2) added (closes issue #891)
1562:
1563: * src/lib/curl/curl.h: CURL_IPRESOLVE added
1564:
1565: 2013-04-24 moko
1566:
1567: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
1568: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
1569: types/pa_vmemcached.h: ^memcache.release[] added, calls
1570: memcached_quit (refs #893)
1571:
1572: 2013-04-22 moko
1573:
1574: * src/: include/pa_string.h, main/pa_common.C: no more double
1575: slashes in file path (fixes bug #872)
1576:
1577: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
1578: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
1579: #739)
1580:
1581: * tests/results/266.processed: $.max_params added (feature #915)
1582:
1583: * src/: include/pa_common.h, main/pa_http.C: response-charset
1584: option added to file::load (closes issue #867)
1585:
1586: 2013-04-20 misha
1587:
1588: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
1589: commited
1590:
1591: 2013-03-15 misha
1592:
1593: * src/classes/: hash.C, table.C: - Optimisation: do not create
1594: multiple empty strings while ::sql. uae String::Empty instead
1595:
1596: 2013-03-14 misha
1597:
1598: * src/classes/reflection.C: - for user classes
1599: ^reflection:method_info[] returns $.max_params and $.extra_param
1600: with $.call_type if they available ( new feature: #915 )
1601:
1602: * src/classes/file.C: - ^file:delete[] now supports an option
1603: $.exception(false) that suppress any exception while deleting
1604: file ( new feature: #916 )
1605:
1606: * src/classes/curl.C: - parsing cookies after curl:load now should
1607: work :)
1608:
1609: 2013-03-12 misha
1610:
1611: * src/types/pa_vfile.C: - if specified file_name is empty string
1612: set default name for the file
1613:
1614: 2013-03-11 misha
1615:
1616: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
1617: also available in $f.cookies
1618:
1619: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
1620: moved to a separate method
1621:
1622: 2013-03-10 moko
1623:
1624: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
1625: added
1626:
1627: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
1628: removed (declared by autoconf)
1629:
1630: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
1631: uint32_t define
1632:
1633: 2013-03-10 misha
1634:
1635: * src/classes/file.C: ^file:delete and ^file:move now support
1636: option $.keep-empty-dirs(true) ( new feature: #884 )
1637:
1638: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
1639: empty dirs is added
1640:
1641: 2013-03-10 moko
1642:
1643: * src/classes/: bool.C, double.C, int.C: default can be present,
1644: but default check removed from ^int/double/bool.int/double/bool
1645: for string.int/double/bool compatibility (related to issue #913)
1646:
1647: * src/classes/string.C: ^string.int/dobule/bool no longer
1648: internally throws exception if default is present (closes issue
1649: #913)
1650:
1651: 2013-03-09 misha
1652:
1653: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
1654: optimisations ( #845 )
1655:
1656: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
1657:
1658: 2013-03-08 moko
1659:
1660: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
1661: creates correct table (fixes issue #910)
1662:
1663: * src/classes/op.C: r.connection() -> r.connection(false) to allow
1664: use outside of 'connect' operator (fixes issue #911)
1665:
1666: * tests/results/: 096.processed, 122.processed: test results
1667: updated as doubles now printed with 15 significant digits, not 5
1668: (fixes issue #882)
1669:
1670: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
1671: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
1672:
1673: 2013-02-21 moko
1674:
1675: * src/classes/table.C: _locate_name_value does not check arguments
1676: count, so we check it in advance (fixes issue #905)
1677:
1678: 2012-10-23 moko
1679:
1680: * buildall: old shell for and echo compatibility (for six)
1681:
1682: 2012-10-19 moko
1683:
1684: * buildall: --strip added --disable-safe-mode listed in usage
1685:
1686: 2012-10-17 misha
1687:
1688: * src/classes/op.C: - apply-taint should not throw "outside
1689: connect" exception with sql lang now
1690:
1691: 2012-10-17 moko
1692:
1693: * src/main/pa_request.C: bugfix: safe mode should be inited for
1694: each request (for apache module)
1695:
1696: 2012-09-26 moko
1697:
1698: * src/doc/doxygen.cfg: png -> svg
1699:
1700: 2012-09-25 moko
1701:
1702: * tests/: 141.html, results/141.processed: md5 hmac added, long key
1703: test added
1704:
1705: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
1706: double use when key is long
1707:
1708: 2012-09-16 moko
1709:
1710: * src/classes/math.C: Format -> Method Encode -> Format
1711:
1712: * tests/: 141.html, results/141.processed: math:digest hmac test
1713: added
1714:
1715: 2012-09-14 moko
1716:
1717: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
1718: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
1719: implementation added
1720:
1721: 2012-09-12 moko
1722:
1723: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
1724: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
1725: targets.dox and string.dox slightly actualized
1726:
1727: 2012-08-31 moko
1728:
1729: * ChangeLog: now generated with patched cvs2cl.pl
1730:
1731: 2012-07-29 moko
1732:
1733: * tests/285.html, src/main/execute.C, tests/results/285.processed:
1734: result should be pushed after VMethodFrame destructor is called,
1735: as it deletes junctions from stack params (fixes issue #868)
1736:
1737: 2012-07-23 moko
1738:
1739: * INSTALL, README: buildall script usage documented, other outdated
1740: info updated.
1741:
1742: * buildall-with-xml, buildall-without-xml: replaced by buildall
1743:
1744: 2012-07-21 moko
1745:
1746: * buildall: glib does not compile when threads are disabled...
1747:
1748: * src/types/pa_vmail.C: g_assertion fixes for empty input
1749:
1750: * src/types/pa_vmail.C: yet another fix (strange GPF on object
1751: unref, can't unref nested objects)
1752:
1753: * src/types/pa_vmail.C: another check added
1754:
1755: 2012-07-19 moko
1756:
1757: * buildall: usage added
1758:
1759: * buildall: new buildall script that unites buildall-with-xml,
1760: buildall-without-xml, --with-apache and --with-mailreceive
1761:
1762: * configure.in: support for static gmime and dynamic glib linking.
1763: fixes for FreeBSD
1764:
1765: 2012-07-17 moko
1766:
1767: * configure.in: --with-mailreceive replaced
1768: --with-static-mailreceive and --with-shared-mailreceive pathlink
1769: removed
1770:
1771: 2012-07-16 moko
1772:
1773: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
1774: capitalized, content now decoded and text content converted to
1775: $request:charset. all properties are accessed by functions, this
1776: ready for dynamic load.
1777:
1778: 2012-06-28 moko
1779:
1.97 moko 1780: * src/targets/apache/: Makefile.am, Makefile.in: fix for apache
1781: cflags for Linux 32 bit
1.95 moko 1782:
1783: 2012-06-27 moko
1784:
1785: * buildall-with-xml, buildall-without-xml: fetch requires -p for
1786: passive ftp
1787:
1788: * src/lib/ltdl/ltdl.vcproj: release build fixed
1789:
1790: * configure.in: 3.4.2 RC -> 3.4.2
1791:
1792: 2012-06-22 moko
1793:
1794: * src/types/pa_vfile.C: returned empty mode to stated files (issue
1795: #815)
1796:
1797: * tests/: 284.html, results/284.processed: output options test
1798: (feature #265)
1799:
1800: 2012-06-22 misha
1801:
1802: * tests/215.html: - little changes
1803:
1804: 2012-06-21 moko
1805:
1806: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
1807: types/pa_vxdoc.h: output_options returned and used (bugfix for
1808: feature #265)
1809:
1810: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
1811: breaks long .*, default 10M restored. (issue #216)
1812:
1813: * tests/: 283.html, results/283.processed: test for issue #815
1814: added
1815:
1816: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
1817: again, cstrm not required.
1818:
1819: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
1820: Win32 and broken FreeBSD (issue #45)
1821:
1822: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
1823:
1824: * src/main/pa_string.C: warnings war
1825:
1826: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
1827: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
1828: main/pa_socks.C, targets/apache/pa_threads.C,
1829: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1830: types/pa_vstatus.C: compilation under cygwin fixed
1831:
1832: 2012-06-19 moko
1833:
1834: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
1835: Windows fixed
1836:
1837: * parser3.sln: removed antique pcre_ctype
1838:
1839: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
1840:
1841: * src/include/pa_config_fixed.h: undefined reference to
1842: __imp__pcre_* fix for Windows
1843:
1844: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.97 moko 1845: lib/pcre/Makefile.in, lib/pcre/pa_pcre_internal.h,
1846: lib/pcre/pcre_internal.h: pcre_internal.h -> pa_pcre_internal.h
1847: for Windows compatibility (win32/pcre has own copy of
1848: pcre_internal.h _pcre_default_tables define fixed
1.95 moko 1849:
1850: 2012-06-18 moko
1851:
1852: * src/classes/memcached.C: flush -> clear
1853:
1854: * src/classes/memcached.C: memcached does not support quotes even
1855: in server name
1856:
1857: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
1858: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
1859: called on open to check servers existance. $.key(true) syntax
1860: now supported
1861:
1862: 2012-06-17 moko
1863:
1864: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
1865: cleanup
1866:
1867: * src/classes/table.C, tests/282.cfg, tests/282.html,
1868: tests/results/282.processed: encloser at the EOF bug fixed,
1869: incorrectly enclosed data now processed more logicaly (fixes
1870: #339)
1871:
1872: 2012-06-15 moko
1873:
1874: * buildall-without-xml: sync with buildall-with-xml
1875:
1876: * buildall-with-xml: download auto-detected between fetch and curl
1877:
1878: * configure.in: --with-gc and --with-pcre now also processed
1879: correctly
1880:
1.97 moko 1881: * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
1882: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
1883: src/Makefile.in, src/classes/Makefile.in,
1884: src/include/Makefile.in, src/include/pa_config_auto.h.in,
1885: src/lib/Makefile.in, src/lib/cord/Makefile.in,
1886: src/lib/cord/include/Makefile.in,
1887: src/lib/cord/include/private/Makefile.in,
1888: src/lib/curl/Makefile.in, src/lib/gc/Makefile.in,
1889: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
1890: src/lib/json/Makefile.in, src/lib/md5/Makefile.in,
1891: src/lib/memcached/Makefile.in, src/lib/pcre/Makefile.in,
1892: src/lib/sdbm/Makefile.in, src/lib/sdbm/pa-include/Makefile.in,
1893: src/lib/smtp/Makefile.in, src/main/Makefile.in,
1894: src/sql/Makefile.in, src/targets/Makefile.in,
1895: src/targets/apache/Makefile.in, src/targets/cgi/Makefile.in,
1896: src/targets/isapi/Makefile.in, src/types/Makefile.in: now aclocal
1897: -I src/lib/ltdl/m4/ && autoheader && automake && autoconf should
1898: be run on rol1 using automake / aclocal (GNU automake) 1.11.1
1899: autoconf (GNU Autoconf) 2.68
1.95 moko 1900:
1901: * configure.in: new PARSER_VERSION logic
1902:
1903: * src/include/pa_version.h: new pa_version.h logic
1904:
1905: * src/: classes/curl.C, classes/file.C, classes/image.C,
1906: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
1907: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
1908: feols_normalized -> fis_text_content set_binary added
1909:
1910: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
1911:
1912: 2012-06-15 misha
1913:
1914: * src/: classes/curl.C, classes/file.C, classes/image.C,
1915: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
1916: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
1917: ^file::create[text;content] EOLs in content now is normalized. (
1918: new feature: #815 )
1919:
1920: 2012-06-15 moko
1921:
1922: * configure.in: --disable-version-update added to disable version
1923: update with host information (for debian package) whitespace
1924: optimized
1925:
1926: * configure.in: version changed to 3.4.2 RC no-pic added for
1927: libtool
1928:
1929: * src/include/pa_version.h: Nice pa_version.h default. Please keep
1930: it.
1931:
1932: 2012-06-14 moko
1933:
1934: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
1935: tests/results/281.processed: "hash flocked" error removed for
1936: safe operations like ^h._count[] ( new feature: #335 )
1937:
1.97 moko 1938: * src/targets/apache/: Makefile.am, Makefile.in: libmod_parser3 ->
1939: mod_parser3
1.95 moko 1940:
1941: * buildall-with-xml, buildall-without-xml: --with-static -> --with
1942:
1943: * configure.in: --with-static/shared xml replaced with --with-xml,
1944: xml compilation check added
1945:
1946: * configure.in: --with-static/shared-gc, --with-static-pcre are
1947: replaced with --with-gc and --with-pcre test for pcre linking
1948: added
1949:
1950: 2012-06-13 moko
1951:
1952: * configure.in: apxs2 check optimized
1953:
1954: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
1955: .la, includes optimized
1956:
1957: * buildall-with-xml: --with-pic looks better for -fPIC
1958:
1959: * configure.in: switched to convenience library in static linking
1960:
1961: * src/targets/apache/Makefile.am: switched to convenience library
1962: usage to avoid libtool warnings
1963:
1964: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
1965: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
1966: smtp/Makefile.am: switched to convenience library usage
1967:
1968: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
1969:
1970: * src/targets/apache/Makefile.am: updated for libtool usage
1971:
1972: * bin/auto.p.dist.in: .cfg removed from charset names.
1973:
1974: * buildall-without-xml: --with-included-ltdl added
1975:
1976: * buildall-without-xml: sync with buildall-with-xml
1977:
1978: * buildall-with-xml: --with-included-ltdl added $cflags added for
1979: -fPIC for x64 $download added for wget success check added
1980:
1981: * buildall-without-xml: --with-dynamic-stdcpp removed
1982:
1983: * configure.in: disable-static returned
1984:
1985: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
1986: LIBTOOLFLAGS
1987:
1988: 2012-06-12 moko
1989:
1990: * configure.in, src/targets/cgi/Makefile.am: disable-static not
1991: compatible with LIBTOOLFLAGS for unknown reasons
1992:
1993: * buildall-with-xml: --with-dynamic-stdcpp removed
1994:
1995: * configure.in: static/dynamic -lstdc++ linking option removed
1996: apxs2 check added
1997:
1998: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
1999: option removed
2000:
2001: 2012-06-10 moko
2002:
2003: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
2004: added
2005:
2006: * src/targets/cgi/pp3.cmd: old PAF stuff
2007:
1.97 moko 2008: * Makefile.am, Makefile.in: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4
2009: added and some beauty
1.95 moko 2010:
2011: * depcomp: from libtool 2.4.2
2012:
2013: * configure.in: ltdl directory removed, it has correct Makefile.in
2014:
1.97 moko 2015: * src/lib/ltdl/Makefile.in: correct Makefile.in from libtoolize
2016:
1.95 moko 2017: 2012-06-09 moko
2018:
1.97 moko 2019: * Makefile.am, Makefile.in, aclocal.m4, config.guess, config.sub,
2020: configure, install-sh, ltmain.sh, missing, bin/Makefile.in,
2021: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
2022: src/Makefile.in, src/classes/Makefile.in,
2023: src/include/Makefile.in, src/include/pa_config_auto.h.in,
2024: src/lib/Makefile.in, src/lib/cord/Makefile.in,
2025: src/lib/cord/include/Makefile.in,
2026: src/lib/cord/include/private/Makefile.in,
2027: src/lib/curl/Makefile.in, src/lib/gc/Makefile.in,
2028: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
2029: src/lib/json/Makefile.in, src/lib/md5/Makefile.in,
2030: src/lib/memcached/Makefile.in, src/lib/pcre/Makefile.in,
2031: src/lib/sdbm/Makefile.in, src/lib/sdbm/pa-include/Makefile.in,
2032: src/lib/smtp/Makefile.in, src/main/Makefile.in,
2033: src/sql/Makefile.in, src/targets/Makefile.in,
2034: src/targets/apache/Makefile.in, src/targets/cgi/Makefile.in,
2035: src/targets/isapi/Makefile.in, src/types/Makefile.in:
1.95 moko 2036: autogenerated files updated after libtool update
2037:
1.97 moko 2038: * src/lib/ltdl/: COPYING.LIB, Makefile.am, Makefile.in, README,
2039: acinclude.m4, aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 2040: config_auto.h.in, config_fixed.h, configure, configure.ac,
2041: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
2042: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
2043: config/compile, config/config.guess, config/config.sub,
2044: config/depcomp, config/install-sh, config/ltmain.sh,
2045: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
2046: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
2047: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
2048: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
2049: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
2050: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
2051: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
2052: m4/lt~obsolete.m4: libtool updated to version 2.4.2
2053:
2054: * configure.in: preparation for new libtool
2055:
2056: * configure.in: Some beauty added :)
2057:
2058: * src/targets/apache/Makefile.am: := -> =
2059:
2060: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
2061: again. :)
2062:
2063: * src/include/pa_config_includes.h, configure.in: limits.h added,
2064: previously was taken from pcre_internal.h. :)
2065:
2066: * src/lib/pcre/Makefile.am: config.h returned
2067:
2068: * src/lib/pcre/config.h: still need this. :)
2069:
2070: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
2071:
2072: * configure.in: --with-charsets removed; --with-mysql-client & co
2073: removed
2074:
2075: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
2076: now in parser tree, no need to copy
2077:
2078: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
2079: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
2080: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
2081: debian/patches/101_pcre.patch - local copy of pcre_internal.h
2082: extracts now used old trash removed
2083:
2084: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
2085: rare charsets/drivers are commented, sql driver quessing removed
2086: (debian/patches/103_auto_p.patch)
2087:
2088: * etc/parser3.charsets/Makefile.am: charsets now in share
2089: (debian/patches/104_automake.patch) + all charsets are copied
2090:
2091: * buildall-with-xml, buildall-without-xml: curl option removed +
2092: extra arguments now supported
2093:
2094: 2012-06-08 misha
2095:
2096: * src/classes/table.C: - one params.as_hash usage was rolled back:
2097: the 2nd option in ^table.hash[] could be hash or table so
2098: .as_hash will throw an exception when table option is specified
2099:
2100: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2101: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
2102: classes/table.C, classes/void.C, classes/xdoc.C,
2103: include/pa_exception.h, types/pa_vmethod_frame.C,
2104: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
2105: and improved (whitespaces are allowed as empty options) -
2106: MethodParams::as_table is added - above methods are used for
2107: parsing methods' options ( new feature: #9 )
2108:
2109: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
2110: to vclass. now class fields can be accessible as a hash:
2111: $h[^hash::create[$asd:CLASS]]
2112:
2113: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
2114: have get_fields method so their fields can be accessed with
2115: ^reflection:fields[...] & ^reflection:field[...]
2116:
2117: 2012-06-06 misha
2118:
2119: * tests/280.html: - tests for
2120: ^reflection:method[obj-or-class;method],
2121: ^reflection:field[obj-or-class;field] and
2122: ^reflection:fields[obj-or-class] are added
2123:
2124: 2012-06-05 misha
2125:
2126: * src/classes/reflection.C: - ^reflection:method[class or
2127: object;method name] and ^reflection:field[class or object;field
2128: name] are added
2129:
2130: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
2131: is used
2132:
2133: * src/types/pa_method.h: - Method::as_vjunction method is added
2134:
2135: 2012-06-05 moko
2136:
1.97 moko 2137: * src/targets/: Makefile.am, Makefile.in: cgi now build with apache
2138: module
1.95 moko 2139:
2140: * src/classes/memcached.C: flish ttl fixed
2141:
2142: 2012-06-04 moko
2143:
2144: * src/classes/json.C, src/classes/op.C, tests/279.html,
2145: tests/results/279.processed: ^json:parse[] now supports $.taint
2146: option (new feature #833)
2147:
2148: 2012-06-04 misha
2149:
2150: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
2151: - search_stop method was moved from pa_vcookie.C to pa_common.C
2152:
2153: 2012-06-03 misha
2154:
2155: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
2156: cookies are parced and stored into $.cookies ( new feature: #31 )
2157:
2158: 2012-05-30 misha
2159:
2160: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
2161: incomplete class into a scope while @USE is found
2162:
2163: * src/main/compile.y: - add incomplete class into a scope while
2164: @USE and @CLASS instructions are found ( bugfix: #838 )
2165:
2166: 2012-05-30 moko
2167:
2168: * src/types/pa_vclass.C, tests/278.html,
2169: tests/results/278.processed: removed "property has no getter
2170: method" exception when GET_DEFAULT present (fixes #269)
2171:
2172: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
2173: $._default
2174:
2175: 2012-05-29 moko
2176:
2177: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
2178: uninitialized values usage (new feature: #154)
2179:
2180: 2012-05-28 moko
2181:
2182: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
2183: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
2184: src/types/pa_vdate.h, src/types/pa_vdouble.h,
2185: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
2186: src/types/pa_vobject.C, src/types/pa_vobject.h,
2187: src/types/pa_vstring.h, src/types/pa_vtable.C,
2188: tests/results/277.processed, src/types/pa_vtable.h,
2189: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
2190: ^json:string[$o; $.default[$method]] implemented for VObject (new
2191: feature #803)
2192:
2193: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
2194: tests/results/277.processed: json numbers are now treated as
2195: double ( new feature: #834 )
2196:
2197: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
2198: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
2199: added for out of range checks, zero division in vint/vdouble
2200: check added ( fixes #832 )
2201:
2202: * tests/: 275.html, results/275.processed: tests for pa_atoui added
2203: ( fixes #832 )
2204:
2205: 2012-05-28 misha
2206:
2207: * buildall-with-xml: - --without-lzma option is added to libxml2
2208: configure
2209:
2210: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
2211: added - tests for unsupported values for options $.file, $.table
2212: and $.date are added
2213:
2214: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
2215: accepts "stat" $.file[] option's value in addition to existed
2216: "text" and "base64" ( new feature: #835 )
2217:
2218: * tests/276.html: - test for
2219: ^reflection:delete[$object-or-class;field-name]
2220:
2221: * src/classes/reflection.C: -
2222: ^reflection:delete[$object-or-class;field-name] is added ( new
2223: feature: #268 )
2224:
2225: 2012-05-27 misha
2226:
2227: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
2228:
2229: 2012-05-24 misha
2230:
2231: * src/include/pa_common.h: - method lastposafter was removed
2232:
2233: * src/classes/file.C: - use strrpbrk & rskipchars instead of
2234: lastposafter - ^file:dirname[] & Co proper handle windows file
2235: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
2236: work as *nix commands
2237:
2238: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
2239:
2240: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
2241: rskipchars were added
2242:
2243: * tests/270.html: - more tests for ^file:find[]
2244:
2245: * tests/065.html: - more tests for ^file:dirname[] & Co
2246:
2247: * src/include/pa_version.h: - must be "win32" here. it is
2248: auto-generated on *nix
2249:
2250: 2012-05-24 moko
2251:
2252: * src/classes/math.C: ^math:convert[] now supports uint32 and
2253: throws overflow exception ( new feature: #830 )
2254:
2255: * tests/: 275.html, results/275.processed: test for ^math:convert[]
2256: uint32 support and overflow added ( new feature: #830 )
2257:
2258: 2012-05-23 moko
2259:
2260: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
2261: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
2262: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
2263: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2264: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2265: types/pa_vregex.h, types/pa_vstateless_class.C,
2266: types/pa_vstateless_class.h, types/pa_vstring.h,
2267: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
2268: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
2269: "return string as-is" removed from as_expr_result. ( new feature:
2270: #831 )
2271:
2272: * tests/results/244.processed: test changed after bug #782 fix
2273: commited
2274:
2275: * tests/results/229.processed: test results for bug #782 commited
2276:
2277: * tests/: 254.html, results/254.processed: uid now just compared,
2278: not printed. :)
2279:
2280: 2012-05-20 moko
2281:
2282: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
2283: feature: #341 )
2284:
2285: * tests/: 254.html, results/254.processed: test for
2286: ^reflection:uid[] added
2287:
2288: * tests/: 254.html, results/254.processed: test for
2289: ^reflection:uid[$obj] added
2290:
2291: 2012-05-17 misha
2292:
2293: * src/main/untaint.C: - do not replace ' char by _26 while
2294: exploding filespec-tainting ( new feature: #829 )
2295:
2296: 2012-05-12 moko
2297:
2298: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
2299: not.
2300:
2301: 2012-05-08 moko
2302:
2303: * src/types/pa_vmethod_frame.h: bug #782 fixed
2304:
2305: * tests/229.html: test for bug #782
2306:
2307: * tests/results/259.processed, src/main/pa_request.C,
2308: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
2309: src/types/pa_vstring.h, src/types/pa_vvoid.C,
2310: src/types/pa_vvoid.h: feature #154 - first empty param now
2311: string; defined locals are empty strings; $STRICT-VARS(true)
2312: added
2313:
2314: 2012-04-27 moko
2315:
1.97 moko 2316: * src/targets/apache/: Makefile.am, Makefile.in:
1.95 moko 2317: ../../lib/memcached/libmemcached.a added
2318:
2319: 2012-04-27 misha
2320:
2321: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
2322: ( #827 )
2323:
2324: 2012-04-25 moko
2325:
2326: * src/: classes/json.C, classes/memcached.C,
2327: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2328: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
2329: implemented.
2330:
2331: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
2332:
2333: 2012-04-23 moko
2334:
2335: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2336: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2337: types/pa_vmemcached.h: open allows options hash for new
2338: memcached(options) function
2339:
2340: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
2341: not appended
2342:
2343: 2012-04-21 moko
2344:
2345: * src/classes/curl.C: '' added. :)
2346:
2347: * src/classes/classes.vcproj: new curl.h location
2348:
2349: * src/classes/curl.C: verbose output redirection from stderr to
2350: file curl option added
2351:
2352: 2012-04-20 moko
2353:
2354: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
2355: contains what we need from curl, #ifdef HAVE_CURL removed
2356:
1.97 moko 2357: * Makefile.in, configure, configure.in, bin/Makefile.in,
2358: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
2359: src/Makefile.in, src/classes/Makefile.am,
2360: src/classes/Makefile.in, src/include/Makefile.in,
1.95 moko 2361: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.97 moko 2362: src/lib/Makefile.am, src/lib/Makefile.in,
2363: src/lib/cord/Makefile.in, src/lib/cord/include/Makefile.in,
2364: src/lib/cord/include/private/Makefile.in,
2365: src/lib/curl/Makefile.am, src/lib/curl/Makefile.in,
2366: src/lib/curl/curl.h, src/lib/gc/Makefile.in,
2367: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
2368: src/lib/json/Makefile.in, src/lib/ltdl/Makefile.in,
2369: src/lib/md5/Makefile.in, src/lib/memcached/Makefile.in,
2370: src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
2371: src/lib/sdbm/pa-include/Makefile.in, src/lib/smtp/Makefile.in,
2372: src/main/Makefile.in, src/sql/Makefile.in,
2373: src/targets/Makefile.in, src/targets/apache/Makefile.in,
2374: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
2375: src/types/Makefile.in: curl.h header now in src/lib/curl, not
1.95 moko 2376: configure option
2377:
2378: 2012-04-19 moko
2379:
2380: * src/: classes/double.C, classes/inet.C, classes/int.C,
2381: classes/string.C, lib/gc/include/gc_allocator.h,
2382: types/pa_vform.C: PVS-Studio detected errors fixes, unused
2383: options from sql_result_string removed. (closes issue #468)
2384:
2385: * src/types/pa_vmemcached.C: empty string fix
2386:
2387: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
2388: pa_vstring.C, pa_vstring.h: serialization helpers moved to
2389: pa_vmemcached.C
2390:
2391: 2012-04-18 moko
2392:
2393: * src/targets/apache/mod_parser3.c: "Parser3 module requires
2394: apache2-mpm-prefork" error displayed in threaded mpm.
2395:
2396: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
2397: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
2398: installed (issue #354)
2399:
2400: 2012-04-16 moko
2401:
2402: * src/types/pa_vmemcached.C: call to memcached_result_create and
2403: memcached_result_free removed
2404:
2405: 2012-04-14 moko
2406:
2407: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
2408:
2409: * src/types/pa_vmemcached.C: check_key added and used
2410:
2411: 2012-04-13 moko
2412:
2413: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
2414: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
2415: Serialization_data now added and used, VString now serialized
2416: with languages into memcached.
2417:
2418: 2012-03-28 moko
2419:
2420: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
2421: lib/memcached/pa_memcached.h: result lengths added
2422:
2423: 2012-03-27 moko
2424:
2425: * src/types/pa_vmemcached.C: strdup added
2426:
2427: 2012-03-24 moko
2428:
2429: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
2430: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
2431: types/pa_vmemcached.h: memcached: mget, flush, fttl added
2432:
2433: 2012-03-20 moko
2434:
1.97 moko 2435: * configure, configure.in, src/classes/Makefile.in,
2436: src/lib/Makefile.in, src/lib/memcached/Makefile.in,
2437: src/targets/cgi/Makefile.in, src/types/Makefile.in: Makefiles.in
2438: updated for memcached
1.95 moko 2439:
2440: * src/targets/cgi/Makefile.am: cleanup
2441:
2442: * src/: types/Makefile.am, types/pa_vmemcached.C,
2443: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
2444:
2445: * src/: classes/Makefile.am, classes/memcached.C,
2446: lib/memcached/Makefile.am, lib/memcached/constants.h,
2447: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2448: lib/memcached/types.h, lib/Makefile.am: memcached initial
2449:
2450: 2012-03-16 moko
2451:
2452: * src/main/execute.C: ident now works under Linux + ident displays
2453: filenames (closes issue #818)
2454:
1.97 moko 2455: * src/types/: Makefile.am, Makefile.in, pa_vmethod_frame_global.h,
1.95 moko 2456: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
2457: pa_vmethod_frame_local.h removed
2458:
2459: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2460: classes/classes.h, classes/curl.C, classes/date.C,
2461: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2462: classes/hashfile.C, classes/image.C, classes/inet.C,
2463: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2464: classes/memory.C, classes/op.C, classes/reflection.C,
2465: classes/regex.C, classes/response.C, classes/string.C,
2466: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2467: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2468: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2469: include/pa_config_fixed.h, include/pa_config_includes.h,
2470: include/pa_dictionary.h, include/pa_dir.h,
2471: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2472: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2473: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2474: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2475: include/pa_request_charsets.h, include/pa_request_info.h,
2476: include/pa_sapi.h, include/pa_socks.h,
2477: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2478: include/pa_stack.h, include/pa_string.h,
2479: include/pa_stylesheet_connection.h,
2480: include/pa_stylesheet_manager.h, include/pa_table.h,
2481: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2482: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2483: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2484: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
2485: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2486: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2487: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2488: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
2489: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
2490: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
2491: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
2492: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2493: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2494: main/pa_string.C, main/pa_stylesheet_connection.C,
2495: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2496: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2497: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
2498: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2499: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
2500: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
2501: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
2502: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
2503: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
2504: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2505: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2506: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2507: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2508: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2509: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2510: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2511: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2512: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2513: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2514: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
2515: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
2516: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
2517: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
2518: types/pa_vresponse.h, types/pa_vstateless_class.C,
2519: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
2520: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
2521: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
2522: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
2523: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
2524: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
2525: ident now works under Linux + ident displays filenames (closes
2526: issue #818) Copyright updated
2527:
2528: 2012-03-13 moko
2529:
2530: * src/main/pa_string.C: compilation fix for feature #741
2531:
2532: 2012-03-09 misha
2533:
2534: * tests/193.html: - tests for ^string:base64[encoded] are updated
2535:
2536: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
2537: now detects invalid base64 chars in the middle of encoded stricg
2538: ( new feature: #55 )
2539:
2540: * src/include/pa_exception.h: - new exception type for base64
2541: decoding is added
2542:
2543: 2012-03-06 misha
2544:
2545: * tests/274.html: - tests for ^date::today[] and
2546: ^date.sql-string[datetime|date|time] are added
2547:
2548: * src/classes/date.C: - constructor ^date::today[] is added ( new
2549: feature: #811 ) - ^date.sql-string[] now can accept one param --
2550: strings "datetime", "date" or "time" - comments tidying up
2551:
2552: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
2553: date and time
2554:
2555: 2012-03-03 misha
2556:
2557: * tests/193.html: - tests for
2558: ^string:base64[encoded;$.strict(true)] are added
2559:
2560: * tests/results/auto.p: - try-catch operator is added
2561:
2562: * src/: classes/file.C, classes/string.C, include/pa_common.h,
2563: main/pa_common.C: - $.strict(true|false) option is added to
2564: base64 decode methods ( new feature: #55 )
2565:
2566: * src/main/pa_common.C: - base64 decode memory usage was decreased
2567: ( new feature: #819 )
2568:
2569: 2012-02-28 moko
2570:
2571: * src/classes/hash.C: ident test
2572:
2573: 2012-02-27 misha
2574:
2575: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
2576:
2577: 2012-01-08 misha
2578:
2579: * tests/273.html: - tests for ^string.replace[from;to] are added
2580:
2581: * src/: classes/string.C, include/pa_dictionary.h,
2582: main/pa_dictionary.C, main/pa_string.C: -
2583: ^string.replace[from;to] is added ( new feature: #741 ) -
2584: ^string.replace[one subst here] is slightly optimized
2585:
2586: 2011-12-07 misha
2587:
2588: * src/classes/table.C: - $t[^table::create{$empty}] now creates
2589: named table with one empty column ( bugfix: #63 )
2590:
2591: 2011-11-30 misha
2592:
2593: * src/classes/json.C: - it's possible to set user's method for
2594: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
2595: #763 )
2596:
2597: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
2598:
2599: 2011-11-23 misha
2600:
2601: * src/: classes/curl.C, classes/file.C, classes/image.C,
2602: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
2603: types/pa_vfile.h, types/pa_vform.C: - constructor
2604: ^file::create[mode;filename;content[;options]] now accepts binary
2605: mode and file-content - new constructor's format:
2606: ^file::create[string-or-file-content[;$.name[filename]
2607: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
2608: feature: #65 )
2609:
2610: * src/: include/pa_request.h, main/pa_request.C: - new method
2611: mime_type_of(const String*) is added
2612:
2613: * src/include/pa_exception.h: - new exception constant
2614: FILE_NAME_MUST_BE_SPECIFIED is added
2615:
2616: * src/classes/table.C: - bug with negative offset transformed into
2617: a feature. it means pointing to a row from the end of the table (
2618: new feature: #810 )
2619:
2620: 2011-11-19 misha
2621:
2622: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
2623: â ìåòîäå _select ( new feature: #810 )
2624:
2625: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
2626: options were specified together is simplified
2627:
2628: 2011-11-12 misha
2629:
2630: * src/main/pa_request.C: - forgotten fix for escaping filename in
2631: HTTP content-disposition header (a part of bug #361 )
2632:
2633: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
2634: checks for ancestors' classes as well ( new feature: #456 )
2635:
2636: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
2637: "without cycle" now have types "parser.break" and
2638: "parser.continue" instead of "parser.runtime" ( new feature: #799
2639: )
2640:
2641: 2011-11-11 misha
2642:
2643: * tests/results/: 099.processed, 100.processed, 205.processed,
2644: 237.processed: - since bug #361 was fixed the content of filename
2645: in HTTP headers is quoted
2646:
2647: * tests/results/270.processed: - result for test 270
2648:
2649: * tests/: 065.html, results/065.processed: - more tests for
2650: ^file:basename[] & Co were added
2651:
2652: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
2653:
2654: * tests/270.html: - tests for ^file:find[] are added
2655:
2656: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
2657: using option $.charset. option $.engoding is still supported but
2658: these options can not be specified together
2659:
2660: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
2661: comparation charset name with string "UTF-8" ( bugfix: #759 )
2662:
2663: 2011-10-11 misha
2664:
2665: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
2666: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
2667: #622)
2668:
2669: 2011-09-30 misha
2670:
2671: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
2672: exception "saving stat-ed file" ( bugfix: #395 )
2673:
2674: 2011-05-30 misha
2675:
2676: * src/classes/string.C: - fixed bug which was added with
2677: params.as_hash into string:sql
2678:
2679: 2011-05-29 misha
2680:
2681: * src/types/pa_value.C: - filename in content-disposition header
2682: must be quoted ( bugfix: #361 )
2683:
2684: 2011-05-27 misha
2685:
2686: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
2687: created file
2688:
2689: * src/classes/: hash.C, mail.C: - little tunning with get_hash
2690: usage
2691:
2692: * src/include/pa_exception.h: - one more string for exception was
2693: added
2694:
2695: 2011-05-25 misha
2696:
2697: * tests/269.html: - tests for checking input params in some dom
2698: methods
2699:
2700: * src/classes/: xdoc.C, xnode.C: - validation of some input params
2701: was added. it isn't possible not wo create xdoc with invalid
2702: tagName. ( bugfix: #160 )
2703:
2704: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
2705: string "data must be string" was mover from pa_exception.h to
2706: pa_xml_exception.h
2707:
2708: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
2709: as_xmlncname, as_xmlname and as_xmlnsuri were added
2710:
2711: * src/main/pa_xml_exception.C: - XmlException accepts more options
2712:
2713: * src/include/pa_xml_exception.h: - XmlException accepts more
2714: options - XML-related exception's strings were added
2715:
2716: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
2717: output_options were removed)
2718:
2719: 2011-05-19 misha
2720:
2721: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
2722: params.as_hash is used more while parsing methods hash-options
2723:
2724: 2011-05-18 misha
2725:
2726: * operators.txt: - info about json-serialization of xdoc was added
2727:
2728: * tests/256.html: - tests for json-serialization xdoc were added
2729:
2730: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
2731:
2732: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2733: classes/json.C, classes/xdoc.C: - now json:string can serialize
2734: xdoc-objects. options (the same as ^xdoc.string[]) could be
2735: specified in $.xdoc[] ( new feature: #265 )
2736:
2737: 2011-05-15 misha
2738:
2739: * tests/268.html: - tests for ^table.count[with options] were added
2740:
2741: * src/classes/table.C: - method ^table.count[] now can accept
2742: options ( new feature: #93 ): ^table.count[column] returns number
2743: of columns for named table; ^table.count[cells] returns number of
2744: cells in the current row; ^table.count[] & ^table.count[rows]
2745: return number of rows in a table.
2746:
2747: * tests/267.html: - test for checking switch/case in boolean mode
2748: was added
2749:
2750: * src/classes/op.C: - if switch's or case's value is bool, they are
2751: compared as bool values, not as double values: new feature: #351
2752:
2753: 2011-05-06 misha
2754:
2755: * tests/242.html: - EOL before EOF was added
2756:
2757: * tests/169.html: - tests for splitting empty string and void were
2758: added
2759:
2760: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
2761: returned table with one empty cell)
2762:
2763: 2011-04-03 misha
2764:
2765: * src/include/pa_version.h, configure.in: - version in head was
2766: changed to 3.4.2b
2767:
2768: 2011-03-30 misha
2769:
2770: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
2771: as well ( new feature #294 )
2772:
2773: 2011-03-29 misha
2774:
2775: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
2776: limited to approx. 6 MB. previous limits were too big for real
2777: life. bugfix: #216
2778:
2779: 2011-03-04 moko
2780:
2781: * etc/parser3.charsets/cp866.cfg: Conforms to
2782: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
2783:
2784: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
2785: vlalek@
2786:
2787: 2011-02-22 misha
2788:
2789: * src/include/pa_charset.h, operators.txt: - some methods mustn't
2790: be under #ifdef XML or parser can't be compiled without xml
2791: support
2792:
2793: 2011-02-21 misha
2794:
1.97 moko 2795: * src/targets/apache/: Makefile.am, Makefile.in: - mention
1.95 moko 2796: ApacheModuleParser3.vcproj was removed
2797:
2798: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
2799: removed)
2800:
2801: 2011-02-20 misha
2802:
2803: * tests/: 266.html, 266.p: - tests for checking $.inherited and
2804: $.overridden in ^reflection:method_info[...] were added
2805:
2806: * src/classes/reflection.C: - beautifying result of
2807: ^reflection:method_info[] ($.overridden/inherited)
2808:
2809: 2011-02-18 misha
2810:
2811: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
2812: and pa_isalnum instead of isalpha and isalnum - bug with
2813: redundand quoting lowercased latin chars while building email
2814: body was fixed
2815:
2816: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
2817: added (they check for latin chars only)
2818:
2819: 2011-02-16 misha
2820:
2821: * src/main/pa_charset.C: - bugfix: in some cases the calculating
2822: string size for transcoding gave too small value (should ever
2823: look for availability char in dest charset inspite of the char
2824: size)
2825:
2826: 2011-02-04 moko
2827:
2828: * tests/223.html: header values now not url-encoded (issue #195)
2829:
2830: 2011-02-01 misha
2831:
2832: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
2833:
2834: 2011-01-31 misha
2835:
2836: * src/main/pa_request.C: - throw exception if param file_name in
2837: use_file is empty
2838:
2839: 2011-01-08 moko
2840:
2841: * src/classes/curl.C: compilations errors fixed
2842:
2843: 2010-12-29 moko
2844:
2845: * tests/: 265.html, results/265.processed: test for issue #200
2846: added
2847:
2848: * src/main/pa_string.C: empty regex result check added (fixes issue
2849: #200)
2850:
2851: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
2852:
2853: * tests/results/223.processed: header values now not url-encoded
2854: (issue #195)
2855:
2856: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
2857: main/untaint.C: L_HTTP_HEADER now used in http headers values,
2858: pa_http_safe_header_name added for headers names (fixes bug #195)
2859:
2860: 2010-12-18 misha
2861:
2862: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
2863: => pa-include
2864:
2865: 2010-11-28 moko
2866:
2867: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
2868:
2869: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
2870: -> pa
2871:
1.97 moko 2872: * src/: classes/Makefile.in, lib/sdbm/Makefile.in,
2873: lib/sdbm/pa-include/Makefile.in, types/Makefile.in: apr -> pa
2874:
1.95 moko 2875: * configure.in: apr -> pa
2876:
2877: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
2878:
2879: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
2880: classes/Makefile.am, types/Makefile.am: apr -> pa
2881:
2882: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
2883: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
2884: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
2885: pa-include/pa_apr.h, pa-include/pa_errno.h,
2886: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
2887: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
2888: module apr name conflict resolved)
2889:
2890: 2010-11-27 misha
2891:
2892: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
2893: libbz2
2894:
2895: 2010-11-26 misha
2896:
2897: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
2898: warnings removed
2899:
2900: 2010-11-25 moko
2901:
2902: * operators.txt: $.indent(true)
2903:
2904: * operators.txt: another bugfix. :)
2905:
2906: * operators.txt: bugfix. :)
2907:
2908: * buildall-with-xml: libxml2-2.7.8 + with-apache
2909:
2910: 2010-11-24 moko
2911:
1.97 moko 2912: * bin/Makefile.in, etc/Makefile.in,
2913: etc/parser3.charsets/Makefile.in: APACHE13->APACHE
2914:
2915: * src/: Makefile.in, classes/Makefile.in, include/Makefile.in,
2916: lib/Makefile.in, lib/cord/Makefile.in,
2917: lib/cord/include/Makefile.in,
2918: lib/cord/include/private/Makefile.in, lib/gc/Makefile.in,
2919: lib/gc/include/Makefile.in, lib/gd/Makefile.in,
2920: lib/json/Makefile.in, lib/ltdl/Makefile.in, lib/md5/Makefile.in,
2921: lib/pcre/Makefile.in, lib/sdbm/Makefile.in, lib/smtp/Makefile.in,
2922: main/Makefile.in, sql/Makefile.in, targets/Makefile.in,
2923: targets/cgi/Makefile.in, targets/isapi/Makefile.in,
2924: types/Makefile.in: APACHE13 -> APACHE
2925:
2926: * Makefile.in, src/targets/apache/Makefile.in, configure: apxs
2927: support
1.95 moko 2928:
2929: * configure.in: apxs support -Bstatic gc removed for OS X
2930:
2931: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
2932:
2933: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
2934: THREAD_LOCAL usage
2935:
2936: * src/: classes/curl.C, include/pa_config_includes.h,
2937: main/pa_globals.C: THREAD_LOCAL defined and used
2938:
2939: 2010-11-23 moko
2940:
2941: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
2942: should be passed to pa_sleep, and only fractional part (bugfix:
2943: #188)
2944:
2945: * src/targets/apache/mod_parser3.c: 1.3 compatibility
2946:
2947: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
2948: GC_dont_gc=1, as in cgi version
2949:
2950: * src/targets/apache/mod_parser3.c: warning war
2951:
2952: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
2953: pa_httpd.h: version removed, some trash removed
2954:
2955: * src/targets/apache/mod_parser3.c: version removed (we don't want
2956: to show it), warning war
2957:
2958: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
2959: pa_httpd.h: parser_status_allowed removed + merge config
2960: functions removed (override is the default) + beauty
2961:
2962: * src/: include/pa_request.h, main/pa_request.C,
2963: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
2964: hide $status used in apache module removed
2965:
2966: 2010-11-18 moko
2967:
2968: * operators.txt: $.table[compact] added for ^json:string[]
2969:
2970: 2010-11-16 moko
2971:
2972: * src/targets/apache/mod_parser3.c: some cleanup done
2973:
2974: * src/main/untaint.C: bugfix: first, second String::Body argument
2975: is hashcode; second, info.fragment_begin is original, not
2976: resulting length
2977:
2978: * src/classes/file.C: new feature: $.stdin now untainted
2979:
2980: * tests/results/264.processed: new feature: $.stdin[] now untainted
2981:
2982: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
2983:
2984: * src/classes/op.C: ^apply-taint[] method added
2985:
2986: * tests/: 264.html, results/264.processed: ^apply-taint[] test
2987: added; $.stdin untaint test added
2988:
2989: 2010-11-15 moko
2990:
2991: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
2992: removed
2993:
2994: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
2995: pa_httpd.h: 2x2 calculated under apache2. :)
2996:
2997: 2010-11-13 moko
2998:
2999: * src/targets/apache/mod_parser3.c: initial changes to build module
3000: with apache 2.x includes
3001:
3002: * src/targets/apache/: Makefile.am, mod_parser3.c,
3003: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
3004: united apache 1.3 / apache 2.x DSO module
3005:
3006: 2010-11-09 moko
3007:
3008: * src/types/pa_method.h: check added to dissallow @method[name;*]
3009: syntax
3010:
3011: * tests/: 263.html, results/263.processed: test from method[*args]
3012: added
3013:
3014: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
3015: number of params can now be passed to a method declared with *arg
3016:
3017: 2010-11-06 moko
3018:
3019: * src/classes/table.C: formating fixed. :)
3020:
3021: * src/classes/table.C: closes #4: ^table.select now supports
3022: $.limit(), $.offset, $.reverse() options
3023:
3024: * tests/: 262.html, results/262.processed: test for ^table:select
3025: with options added (feature #4)
3026:
3027: * src/include/pa_array.h: remove function added
3028:
3029: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
3030: object in get_element/put_element, using static one.
3031:
3032: 2010-11-04 moko
3033:
3034: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
3035: options is passed
3036:
3037: * tests/: 256.html, results/256.processed: $.table[compact] feature
3038: now tested; k and p in handler now tested.
3039:
3040: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
3041: $.table[compact] feature added
3042:
3043: * src/classes/json.C: key is now passed to handler in
3044: value_json_string; ^json:string result now process tainting
3045: inside and returns clean string, related to issue #153
3046:
3047: * src/main/untaint.C: bugfix: charset can be null (in
3048: ^string:save[] as example), thus check is added
3049:
3050: 2010-10-31 moko
3051:
3052: * src/classes/string.C: error message changed (fixes issue #149)
3053:
3054: 2010-10-29 moko
3055:
3056: * src/main/pa_http.C: ":port" is now added to "Host:" header if
3057: port is not default (fixes issue #155); exception on invalid port
3058: added.
3059:
3060: * src/main/untaint.C: '*' is now not urlencoded to allow header
3061: "Accept: */*" to be passed
3062:
3063: 2010-10-28 moko
3064:
3065: * src/classes/curl.C: bugfix: detect_charset() was throwing
3066: exception on unknown charset even if response_charset was
3067: specified
3068:
3069: 2010-10-27 moko
3070:
3071: * src/classes/string.C: ^string.append removed for void
3072: compatibility
3073:
3074: 2010-10-26 moko
3075:
3076: * src/classes/json.C: libjson supports array at top level, we too
3077: (GPF fixed)
3078:
3079: 2010-10-25 moko
3080:
3081: * tests/: 253.html, results/253.processed: libjson supports array
3082: at top level, parser now supports it as well.
3083:
3084: * tests/261.html, tests/results/261.processed,
3085: src/types/pa_vstring.h: empty string is now void compatible
3086: (allows $empty.key)
3087:
3088: 2010-10-22 misha
3089:
3090: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
3091: while adding additional expires checkout)
3092:
3093: * tests/030.html: - test for session cookie was added
3094:
3095: 2010-10-21 moko
3096:
3097: * src/: classes/string.C, classes/void.C, main/execute.C,
3098: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
3099: string (feature #111)
3100:
3101: * tests/: 261.html, results/261.processed: checks void from string
3102: inheritance (feature #111)
3103:
3104: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
3105: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
3106: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
3107: now true by default
3108:
3109: 2010-10-17 moko
3110:
3111: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
3112: upload now uses binary blocks instead of L_FILE_POST tainting.
3113: (bugfix: #128)
3114:
3115: * tests/: 223.html, results/223.processed: binary file upload test
3116: added, GPF (issue #128) also checked in this test
3117:
3118: 2010-10-13 misha
3119:
3120: * tests/260.html: - test for math:convert
3121:
3122: * src/classes/math.C: - error in math:convert was fixed
3123:
3124: * operators.txt: - info about
3125: ^math:convert[number](from-base;to-base) was added
3126:
3127: * src/classes/math.C: - method
3128: ^math:convert[number](from-base;to-base) for converting number
3129: represention from one base to another was added ( new feature:
3130: #23 )
3131:
3132: 2010-10-13 moko
3133:
3134: * src/main/compile.tab.C: [] now is empty string, not void
3135:
3136: * src/main/compile.y: [] now is empty string, not void
3137:
3138: * src/types/pa_vvoid.h: void now passed as parameter
3139:
3140: * tests/: 259.html, results/259.processed: to test difference
3141: between void and empty string (see ticket #111)
3142:
3143: * tests/results/152.processed: $sEmpty[] is now empty string, not
3144: void
3145:
3146: * tests/256.html: $s[$void] is no longer empty string
3147:
3148: * tests/254.html: empty string is no longer void
3149:
3150: 2010-10-12 misha
3151:
3152: * src/types/pa_vcookie.C: - check if $.expires value can be
3153: converted to date during cookies set up ( bugfix: #104 )
3154:
3155: * tests/041.html: - more tests for ^table.locate were added
3156:
3157: * src/classes/table.C: - ^table.locate[field;value;options] didn't
3158: work ( bugfix: #129 ) - exception comment for incorrect options
3159: ^table.locate[field;value;options] was fixed
3160:
3161: 2010-10-10 moko
3162:
3163: * src/: classes/reflection.C, main/execute.C: constructor returning
3164: another object feature returned
3165:
3166: * tests/results/258.processed: test result updated as constructor
3167: returning another object feature returned
3168:
3169: * tests/: 258.html, results/258.processed: test for constructor
3170: returning another object
3171:
3172: 2010-10-08 misha
3173:
3174: * tests/257.html: - whitespaces after @METACOMMANDS and their
3175: options shouldn't cause exceptions any longer
3176:
3177: 2010-10-06 moko
3178:
3179: * src/classes/: hash.C, table.C: length from sql server is now
3180: ignored, as sql string can contain 0x00 inside (bugfix: #119)
3181:
3182: 2010-10-02 misha
3183:
3184: * operators.txt: - the X mark was removed from ^cache[file]. it is
3185: usable to delete cache file.
3186:
3187: 2010-10-02 moko
3188:
3189: * tests/: 253.html, results/253.processed: hook_key added for key
3190: checking
3191:
3192: * src/classes/json.C: null key bug fixed
3193:
3194: 2010-09-29 misha
3195:
3196: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
3197:
3198: 2010-09-25 moko
3199:
3200: * src/classes/json.C: small fixed
3201:
3202: * tests/results/: 253.processed, 255.processed: just updated
3203:
3204: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
3205: results/255.processed: charset transcode test added for
3206: json:parse
3207:
3208: 2010-09-24 moko
3209:
3210: * src/types/pa_value.h: warning war :)
3211:
3212: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
3213: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
3214: ^json:string
3215:
3216: 2010-09-22 moko
3217:
3218: * src/main/pa_charset.C: parser charset tables declare only
3219: white-space before 0x20, thus adding the missing chars
3220:
3221: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
3222: to http://unicode.org/Public/MAPPINGS/VENDORS/
3223:
3224: 2010-09-21 misha
3225:
3226: * src/main/compile.y: - some semicolons were added (VS2010 don't
3227: want to compile grammar if they are absent)
3228:
3229: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
3230:
3231: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
3232:
3233: * src/main/main.vcproj: - path to bison is changed
3234:
3235: 2010-09-21 moko
3236:
1.97 moko 3237: * etc/parser3.charsets/: Makefile.in, windows-1250.cfg,
3238: windows-1251.cfg, windows-1254.cfg, windows-1257.cfg,
3239: x-mac-cyrillic.cfg: updated to conform to
3240: http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 3241:
3242: 2010-09-20 misha
3243:
3244: * src/types/pa_vtable.C: - add EOLs while json-serializing table
3245:
3246: * src/classes/json.C: - add EOL while json-serializing hash
3247:
3248: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
3249: compilers don't like 'ES'.
3250:
3251: 2010-09-17 misha
3252:
3253: * operators.txt: - info about json class was added
3254:
3255: * src/classes/json.C: - ^json:string[object]
3256:
3257: * src/: include/pa_request.h, main/pa_request.C: - stuff for
3258: preventing infinite recursion while executing json:string was
3259: added
3260:
3261: * src/include/pa_string.h: - method append_quoted was added
3262:
3263: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
3264: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
3265: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
3266: was added to Value & Co
3267:
3268: * src/classes/date.C: - methods get_gmt_string and get_sql_string
3269: were used
3270:
3271: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
3272: were added
3273:
3274: 2010-09-10 moko
3275:
3276: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
3277: die_or_abort (backport from 3.4.1)
3278:
3279: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
3280: die_or_abort (bugfix: #106)
3281:
3282: 2010-09-09 moko
3283:
3284: * src/classes/json.C: warning war. :)
3285:
3286: 2010-09-08 misha
3287:
3288: * src/lib/json/Makefile.am: - additional include directories were
3289: added (for pa_memory.h and gc.h)
3290:
3291: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
3292: compile as C++ instead default - additional include directory was
3293: added (for gc.h)
3294:
3295: * src/types/pa_vform.C: - little code reformating
3296:
3297: * src/classes/file.C: - $.content-type option now can be specified
3298: in ^file::create ( new feature: #102 )
3299:
3300: 2010-09-08 moko
3301:
3302: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
3303: pa_malloc/pa_free
3304:
3305: 2010-09-07 moko
3306:
3307: * tests/results/254.processed: VStateless_class:put_element
3308: exception was fixed
3309:
3310: * src/types/: pa_value.h, pa_vstateless_class.h: now
3311: VStateless_class:put_element barks self.type, not this.type
3312: (bugfix: #105)
3313:
3314: 2010-09-06 moko
3315:
3316: * src/classes/reflection.C: bugfix: new String() is required for
3317: exception handling
3318:
3319: * tests/: 254.html, results/254.processed: test modified
3320:
3321: 2010-09-05 moko
3322:
3323: * tests/: 254.html, results/254.processed: ^reflection:copy test
3324: added
3325:
3326: * src/: classes/reflection.C, include/pa_request.h:
3327: ^reflection:copy implemented (new feature: #100)
3328:
3329: 2010-09-03 moko
3330:
3331: * src/lib/json/JSON_parser.C: c++ compatiblity
3332:
3333: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
3334: option testing added
3335:
3336: 2010-09-02 moko
3337:
3338: * src/classes/json.C: $.distinct[first|last|all] added
3339:
3340: 2010-09-01 moko
3341:
3342: * tests/results/253.processed: json test result
3343:
3344: * tests/: 253.html, 253_json.txt: json test added
3345:
3346: * src/classes/json.C: json.C update to actual version + hash key
3347: creation bugfix
3348:
3349: 2010-08-31 misha
3350:
3351: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
3352: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
3353: src/lib/Makefile.am, src/classes/Makefile.am,
3354: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
3355: json library was added
3356:
3357: 2010-08-30 moko
3358:
3359: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
3360: types/pa_vobject.C: cosmetic optimization in
3361: request:execute_method usage
3362:
3363: * src/: include/pa_charset.h, main/pa_charset.C: small
3364: optimization, just to decrease number of lines. :)
3365:
3366: 2010-08-27 misha
3367:
3368: * src/classes/op.C: - taint[json] was added
3369:
3370: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
3371: were added
3372:
3373: * src/main/pa_exec.C: - warning fix was rolled back.
3374:
3375: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
3376: include/pa_string.h: - taint[json] was added - escaping was
3377: slightly modified
3378:
3379: 2010-08-25 misha
3380:
3381: * src/classes/file.C: - typo in file:sql exception was fixed
3382:
3383: * src/main/pa_exec.C: - warning about declared and not used
3384: variable forced_allow was removed
3385:
3386: 2010-08-14 misha
3387:
3388: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
3389: were removed
3390:
3391: 2010-08-11 moko
3392:
3393: * tests/: 249.html, results/249.processed: default setter and
3394: anti-recursive default getter test added
3395:
3396: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
3397: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
3398: types/pa_vobject.h, types/pa_vstateless_class.C,
3399: types/pa_vstateless_class.h: default setter support +
3400: anti-recursive default getter support ( new feature: #13 )
3401:
3402: * src/include/pa_hash.h: optimization: threshold member removed
3403: from hash, reducing sizeof(hash)
3404:
3405: 2010-08-10 misha
3406:
3407: * tests/196.html: - junction-method was added to the test
3408:
3409: * tests/248.html: - ups. typo :)
3410:
3411: * tests/248.html: - test for checking .match with 4 params
3412:
3413: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
3414: 247_windows1251.txt: - test for "transcode file from utf-8 to
3415: $request:charset during loading if the BOM code is detected"
3416:
3417: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
3418: $request:charset during loading if the BOM code is detected ( new
3419: feature: #98 )
3420:
3421: 2010-08-05 misha
3422:
3423: * src/classes/image.C: - ^image.replace now can accept only 2
3424: params. in this case the whole image is affected ( new feature:
3425: #95 )
3426:
3427: 2010-08-04 misha
3428:
3429: * tests/246.html: - test tor ^hash._at[] was added
3430:
3431: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
3432: #53 )
3433:
3434: * src/include/pa_hash.h: - methods for accessing the first and the
3435: last values of ordered hash were added (first_value and
3436: last_value)
3437:
3438: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
3439: (similar to others file's methods):
3440: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
3441: #68 )
3442:
3443: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
3444:
3445: 2010-08-01 moko
3446:
3447: * src/classes/op.C: to correctly process $result[] in code, called
3448: from ^process
3449:
3450: * tests/245.html: $result in ^process[] test added
3451:
3452: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
3453: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
3454: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
3455: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
3456: caller, self) op_call(VMethodFrame &frame, bool constructing)
3457: removed, construct(class,method) added
3458:
3459: * tests/results/: 192.processed, 244.processed: request::construct
3460: added
3461:
3462: * tests/: 244.html, 245.html, results/244.processed,
3463: results/245.processed: object creation exceptions and ^process
3464: tests added
3465:
3466: 2010-07-28 misha
3467:
3468: * tests/make_tests.cmd: - win32 EOLs
3469:
3470: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
3471: tests on Win32 were added (The system timezone should be GMT+3)
3472:
3473: 2010-07-26 misha
3474:
3475: * tests/: 212.html, results/212.processed: - sizes were removed
3476: mecause they could be different on different OSs
3477:
3478: * tests/065.html: - make it "win32 friendly"
3479:
3480: 2010-07-25 misha
3481:
3482: * src/main/compile.y: - all EOLs between methods are removed during
3483: compilation ( new feature: #47 )
3484:
3485: * tests/results/149.processed: - prepare tests to trim trailing
3486: methods' EOLs
3487:
3488: * tests/149.html: - prepare tests to trim trailing methods' EOLs
3489:
3490: * tests/: results/006.processed, results/014.processed, 006.html,
3491: 014.html, 022.html: - prepare tests to trim trailing methods'
3492: EOLs
3493:
3494: * tests/: 059.html, 071.html, 149.html, results/059.processed,
3495: results/071.processed, results/022.processed: - prepare tests to
3496: trim trailing methods' EOLs
3497:
3498: * tests/: results/073.processed, results/109.processed,
3499: results/142.processed, results/144.processed,
3500: results/149.processed, 073.html, 096.html, 109.html, 142.html,
3501: 144.html: - prepare tests to trim trailing methods' EOLs
3502:
3503: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
3504: 149.html, 152.html, results/096.processed, results/107.processed,
3505: results/109.processed, results/142.processed,
3506: results/144.processed: - prepare tests to trim trailing methods'
3507: EOLs
3508:
3509: 2010-07-24 moko
3510:
3511: * tests/results/: 156.processed, 224.processed: fix for #54 changed
3512: the hash order in this test
3513:
3514: * tests/014.html: to check hash order, hash no is longer sorted
3515: before print
3516:
3517: * src/include/pa_hash.h: hash copy constructor now keeps order
3518: (bugfix: #54)
3519:
3520: 2010-07-23 moko
3521:
3522: * tests/results/224.processed: @auto[] is no longer inherited
3523:
3524: * src/types/pa_vstateless_class.C, tests/227.html,
3525: tests/results/227.processed: @auto[] is no longer inherited
3526: (bugfix: #57)
3527:
3528: 2010-07-22 misha
3529:
3530: * src/classes/table.C: - don't skip comment lines during
3531: table::load if encloser or separator is set as '#' ( new feature:
3532: #30 )
3533:
3534: * src/targets/cgi/parser3.C: - don't run as cgi if
3535: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
3536: #12 )
3537:
3538: * src/classes/file.C: - set PARSER_VARSION env before external
3539: script executing
3540:
3541: 2010-07-13 misha
3542:
3543: * tests/058.html: - test for suppressing @border was added - test
3544: for user attribute was added
3545:
3546: * tests/results/186.processed: unescaping from \uXXXX
3547:
3548: * tests/186.html: unescaping from \uXXXX
3549:
3550: * tests/: 239.html, results/239.processed: method call type
3551:
3552: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
3553: $junction_method.CLASS_NAME (+CLASS)
3554:
3555: 2010-07-07 misha
3556:
3557: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
3558: *nix
3559:
3560: 2010-07-05 misha
3561:
3562: * src/: classes/curl.C, classes/file.C, classes/hash.C,
3563: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
3564: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
3565: comment strings "options must be hash", "options must be hash,
3566: not code" and "called with invalid option" were replaced by
3567: constatns - exception comment string "invalid option passed" was
3568: replaced by "called with invalid option" (now in different
3569: methods are the same exception comment string)
3570:
3571: * src/include/pa_exception.h: - more exception strings were defined
3572:
3573: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3574: types/pa_vstateless_class.h: - now we can define possible
3575: method's call type ( new feature: #5 ) 1.
3576: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
3577: methods 2. @static:method[params] (only static keyword could be
3578: used here) -- for specified methods
3579:
3580: * src/main/pa_common.C: - junction points should not be deleted on
3581: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
3582: cleanup
3583:
3584: 2010-07-03 misha
3585:
3586: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
3587: results/158.processed, results/160.processed,
3588: results/161.processed, results/162.processed,
3589: results/163.processed: - prepare tests to trim trailing methods'
3590: EOLs
3591:
3592: * tests/results/169.processed: - prepare tests to trim trailing
3593: methods' EOLs
3594:
3595: * tests/results/: 168.processed, 169.processed: - prepare tests to
3596: trim trailing methods' EOLs
3597:
3598: * tests/: results/170.processed, results/167.processed,
3599: results/168.processed, results/169.processed, 167.html, 168.html,
3600: 169.html: - prepare tests to trim trailing methods' EOLs
3601:
3602: * tests/: results/170.processed, results/171.processed,
3603: results/172.processed, results/173.processed,
3604: results/174.processed, results/175.processed, 170.html, 171.html,
3605: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
3606: trailing methods' EOLs
3607:
3608: * tests/: results/176.processed, results/180.processed,
3609: results/184.processed, results/185.processed,
3610: results/191.processed, results/192.processed,
3611: results/196.processed, results/197.processed,
3612: results/198.processed, 176.html, 180.html, 184.html, 185.html,
3613: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
3614: to trim trailing methods' EOLs
3615:
3616: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
3617: results/199.processed, results/208.processed,
3618: results/209.processed, results/213.processed,
3619: results/214.processed: - prepare tests to trim trailing methods'
3620: EOLs
3621:
3622: 2010-06-29 misha
3623:
3624: * tests/: 220.html, 218.html, results/218.processed,
3625: results/215.processed, results/217.processed, 215.html, 217.html:
3626: - prepare tests to trim trailing methods' EOLs
3627:
3628: * tests/: results/224.processed, 224.html, 223.html,
3629: results/223.processed, results/220.processed: - prepare tests to
3630: trim trailing methods' EOLs
3631:
3632: * tests/results/: 226.processed, 230.processed: - prepare tests to
3633: trim trailing methods' EOLs
3634:
3635: * tests/: 229.html, results/229.processed: - prepare tests to trim
3636: trailing methods' EOLs
3637:
3638: * tests/: 232.html, 235.html, results/232.processed,
3639: results/235.processed, 226.html, 227.html, 228.html, 230.html,
3640: results/226.processed, results/227.processed,
3641: results/228.processed, results/230.processed: - prepare tests to
3642: trim trailing methods' EOLs
3643:
3644: 2010-06-16 moko
3645:
3646: * tests/: 229.html, results/229.processed: elseif now supported in
3647: ^if
3648:
3649: * src/classes/op.C: new feature: #56 elseif now supported in ^if
3650:
3651: 2010-06-03 misha
3652:
3653: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
3654: instead of memcopy for overlaped regions
3655:
3656: 2010-05-25 misha
3657:
3658: * src/main/pa_common.C: - wanring about unused vars was removed
3659:
3660: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
3661: get_method_filename was moved to execute.C
3662:
3663: 2010-05-23 misha
3664:
3665: * src/main/pa_request.C: - more accurate detection of method's file
3666:
3667: 2010-05-22 misha
3668:
3669: * src/classes/reflection.C: - bugfix: core during detection of
3670: .file if filespec isn't detected successfully
3671:
3672: 2010-05-20 misha
3673:
3674: * src/main/pa_request.C: - fix in get_method_filename
3675:
3676: * src/include/pa_request.h: - new feature: #24 -- searching
3677: included file in @USE/^use is changed. if its filespec doesn't
3678: start from '/' it will be searched in caller file directory
3679:
3680: * src/classes/reflection.C: - ^reflection:method_info returns file
3681: where the method is defined
3682:
3683: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
3684: classes/op.C: - new feature: #24 -- searching included file in
3685: @USE/^use is changed. if its filespec doesn't start from '/' it
3686: will be searched in caller file directory
3687:
3688: * src/: classes/file.C, include/pa_common.h: - method lastposafter
3689: is moved to pa_common.h
3690:
3691: 2010-05-18 misha
3692:
3693: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
3694: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
3695: cookie parser decode \uXXXX as well as %uXXXX
3696:
3697: 2010-05-17 misha
3698:
3699: * src/classes/curl.C: beauty: - unused param is removed in method
3700: _curl_version_action - some spaces were removed or replaced by
3701: tabs
3702:
3703: * src/classes/table.C: - bugfix: #72 core with empty value during
3704: ^table.hash[...;name_of_the_last_column][$.type[string]]
3705:
3706: 2010-05-16 misha
3707:
3708: * src/classes/curl.C: new: #61 more curl options were added
3709: (contributed by Sumo)
3710:
3711: 2010-04-29 pretender
3712:
3713: * src/main/pa_string.C: fixes #63 Split result from empty string
3714: now empty string.
3715:
3716: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
3717: string type.
3718:
3719: 2010-04-28 pretender
3720:
3721: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
3722: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
3723: macrodefinition removed
3724:
3725: 2010-04-19 pretender
3726:
3727: * src/main/execute.C: fixes #60 Stacktrace now contains info for
3728: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
3729:
3730: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
3731: fixes #64 Now file.missing exception generates in unsafe mode to.
3732:
3733: * src/classes/file.C: fixes #48 Now not throw "not save environment
3734: variable" exception in grpunlim version.
3735:
3736: 2010-04-05 misha
3737:
3738: * src/classes/string.C: - new feature: 4th param was added to
3739: match. if specified its value is returned in case of nothing was
3740: found
3741:
3742: 2010-04-01 misha
3743:
3744: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
3745: multiple execution of /a/b/auto.p
3746:
3747: 2010-03-19 misha
3748:
3749: * src/main/execute.C: - core in $table1.$table2 was fixed
3750:
3751: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
3752:
3753: 2010-01-27 misha
3754:
3755: * src/main/pa_common.C: - bugfix: there are no excaption.type if
3756: trying to open file by path /existing-file/non-exixting-file
3757:
3758: 2010-01-26 misha
3759:
3760: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
3761: was added (returns file)
3762:
3763: 2009-12-22 misha
3764:
3765: * src/classes/curl.C: - method 'option' was renamed to 'options' -
3766: now parser doesn't have class curl if it was built without it
3767:
3768: 2009-12-15 misha
3769:
3770: * configure.in: - little cheat with curl include dir was added
3771:
3772: 2009-12-05 misha
3773:
3774: * src/classes/curl.C: - some fixes
3775:
3776: 2009-12-04 misha
3777:
3778: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
3779: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
3780: buildall-with-xml, buildall-without-xml, configure.in: - curl
3781: class was added
3782:
3783: * src/include/pa_hash.h: - hash-iterator was added
3784:
3785: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
3786: was added to pcre
3787:
3788: 2009-11-27 misha
3789:
3790: * src/classes/image.C: - don't add @border attribute to output of
3791: ^image.html[] if it was specified by user with empty value
3792:
3793: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
3794: root element and we are trying to access .documentElement
3795:
3796: 2009-11-11 misha
3797:
3798: * src/classes/table.C: - in ^table.flip[] look at number of columns
3799: instead of number of items in first row for named tables
3800:
3801: 2009-11-10 misha
3802:
3803: * operators.txt: - info about hash-options in ^file::create was
3804: added
3805:
3806: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
3807: added
3808:
3809: 2009-11-09 misha
3810:
3811: * buildall-with-xml: - moving to libxml 2.7.6
3812:
3813: * tests/236.html: - tests for comparations cords with functions
3814: were added
3815:
3816: * src/include/pa_string.h: - optimisation: cacheing of cstr was
3817: added
3818:
3819: * src/main/pa_http.C: - little optimisation
3820:
3821: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
3822: GPF mallocs + stringstream (table.save)
3823:
3824: * src/classes/file.C: - file::create now accepts 4th param: options
3825: with $.charset
3826:
3827: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
3828: bug in cord (comparation cords with functions was buggy)
3829:
3830: 2009-11-06 misha
3831:
3832: * src/main/pa_string.C: - bugfix: calculation string.length
3833: sometimes was buggy
3834:
3835: * src/classes/string.C: - bugfix: Temp_value_element wasn't
3836: destroyed if exception occured during match/replace
3837:
3838: * src/: main/pa_charset.C, include/pa_charset.h: - method
3839: lengthUTF8Char was added
3840:
3841: * src/classes/op.C: - clean tainting lang was added for user's
3842: usage
3843:
3844: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
3845: fixed: checkouts are required after GC_MALLOC
3846:
3847: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
3848:
3849: * operators.txt: - actually, there is no ^untaint[xml] in
3850: file::create
3851:
3852: 2009-10-15 misha
3853:
3854: * tests/: 235.html, 235_attach.txt: - tests for preparing email
3855: were added
3856:
3857: * tests/234.html: - more tests for checking ^taint[uri] escaping
3858: were added
3859:
3860: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
3861: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
3862: hacking: for dealing with transcoding+^taint[uri]
3863: transcode_and_untaint was replaced by untaint_and_transcode
3864:
3865: 2009-10-13 misha
3866:
3867: * tests/: 121.html, results/121.processed: - test transcoding +
3868: url-escaping now
3869:
3870: * tests/results/auto.p: - more helpers' methods were added
3871:
3872: * src/main/pa_globals.C: - die instead of abort
3873:
3874: 2009-10-06 misha
3875:
3876: * src/main/pa_common.C: - don't allocate memory during
3877: capitalization if input string is already capitalized
3878:
3879: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
3880:
3881: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
3882: use format function because it calls malloc
3883:
3884: * src/include/pa_common.h: - more capitalized headers were added
3885:
3886: * src/main/pa_common.C: - in safe mode clear executable bits during
3887: file writing
3888:
3889: 2009-10-05 misha
3890:
3891: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
3892:
3893: 2009-10-03 misha
3894:
3895: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
3896: ^img.text[] & ^img.length[] can work in utf-8 now
3897:
3898: * src/: include/pa_charset.h, main/pa_charset.C: - class
3899: UTF8_string_iterator was added
3900:
3901: * src/classes/image.C: - respect utf-8 when calculate alphabet
3902: length
3903:
3904: * src/classes/mail.C: - check from before get message.cstr
3905:
3906: 2009-10-02 misha
3907:
3908: * tests/233.html: - test for image.font, image.length, image.text
3909: with text in utf-8 were added
3910:
3911: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
3912:
3913: * buildall-with-xml, buildall-without-xml: - comment about gc
3914: version for freebsd 4 was added
3915:
3916: 2009-10-01 misha
3917:
3918: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
3919: terminator) - read_pipe were slightly optimized
3920:
3921: 2009-09-28 misha
3922:
3923: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
3924: removed
3925:
3926: * src/types/pa_vmail.C: - forgot about space after ':'
3927:
3928: * src/types/pa_vmail.C: - escape filenames while preparing mail
3929: body - small simplifications
3930:
3931: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
3932: inout params like pa_base64
3933:
3934: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
3935: option $.debug-print(1) was added to mail:send - changes for
3936: using uue_encode which uses less memory
3937:
3938: * src/main/pa_common.C: - pa_base64_encode uses less memory now
3939:
3940: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
3941: memory now
3942:
3943: 2009-09-26 misha
3944:
3945: * src/types/pa_vmail.C: - default encoding now is base64
3946:
3947: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
3948:
3949: 2009-09-25 misha
3950:
3951: * src/types/pa_vmail.C: - capitalization of headers was added to
3952: sending mail as well
3953:
3954: * buildall-with-xml: - catalog package was removed from libxml
3955:
3956: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
3957: win32 absolute path
3958:
3959: * src/include/pa_common.h: - one more capitalized header was added
3960:
3961: 2009-09-22 misha
3962:
3963: * INSTALL: - comment about building just httpd binary while
3964: building apache module was added
3965:
3966: 2009-09-21 misha
3967:
3968: * buildall-with-xml: - moving to the latest versions of xml libs:
3969: libxml 2.7.4 and libxslt 1.1.25
3970:
3971: 2009-09-19 misha
3972:
3973: * tests/231.html: - test for encoding cookie in win-1251
3974:
3975: 2009-09-18 misha
3976:
3977: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
3978: object] were added
3979:
3980: * operators.txt: - info about method ^reflection:fields[class or
3981: object] was added
3982:
3983: * src/classes/reflection.C: - method ^reflection:fields[class or
3984: object] was added
3985:
3986: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
3987: methods get_fields were added
3988:
3989: * tests/232.html: - tests for @GET[name]
3990:
3991: * src/classes/table.C: - some changes in handling hash-options for
3992: creare, join and locate
3993:
3994: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
3995: defined with option: the type of requested value
3996:
3997: 2009-09-17 misha
3998:
3999: * tests/212.html: - tests for .pattern and .options were added
4000:
4001: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
4002: $regex.options were added
4003:
4004: 2009-09-11 misha
4005:
4006: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
4007: rewrited. it checks not just one case of sending cookies during
4008: file::load[http], but also sending headers and fields (including
4009: files)
4010:
4011: 2009-09-10 misha
4012:
4013: * src/main/untaint.C: - workaround in file-spec lang for old Macs
4014: was removed => now parser can open files with Russian 'r' in
4015: filename
4016:
4017: * src/main/untaint.C: - bugfix: client charset whould be analized
4018: while escaping cookies but now source charset
4019:
4020: * src/main/pa_http.C: - bugfix: the values of http headers didn't
4021: ^tainted[uri] so it was possible to make request with incorrect
4022: http header
4023:
4024: * src/main/pa_http.C: - capitalization of http headers during
4025: file::load[http was slightly changes - bugfix: all headers which
4026: parser sends during file::load[http should be transcoded and only
4027: then escaped
4028:
4029: * src/main/untaint.C: - a bit more comments were added
4030:
4031: * src/classes/: file.C, string.C: - types where changes (minus 2
4032: warnings)
4033:
4034: * src/include/pa_common.h: - 2 capitalized strings for making http
4035: headers during file::load[http were added
4036:
4037: 2009-09-08 misha
4038:
4039: * operators.txt: - changes in file.save and string.save were added
4040:
4041: * tests/: 230.html, 230.txt: - tests for checking options in
4042: file.save and string.save were added
4043:
4044: * src/main/pa_request.C: - http headers names, which are passed to
4045: SAPI::add_header_attribute are lowercased now (it'll be
4046: capitalized in that method)
4047:
4048: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
4049: classes/string.C: - file_write accepts Request_charsets and asked
4050: charset and cound transcode content before writing - string.save
4051: and file.save have option $.charset now
4052:
4053: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
4054: classes/xdoc.C: - file_write accepts Request_charsets and asked
4055: charset and cound transcode content before writing
4056:
4057: * src/include/pa_exception.h: - new exception comment string was
4058: defined
4059:
4060: 2009-09-07 misha
4061:
4062: * src/main/compile.y: - grammar $name\ name stops now for regex
4063: sub-pattern\s
4064:
4065: 2009-09-04 misha
4066:
4067: * src/main/pa_http.C: - capitalization of http headers during
4068: file::load[http was implemented
4069:
4070: 2009-09-03 misha
4071:
4072: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4073: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
4074: types/pa_vmail.C, targets/cgi/parser3.C,
4075: targets/isapi/parser3isapi.C: - back to storing response http
4076: headers in lowercase - capitalize them during output
4077:
4078: 2009-08-31 misha
4079:
4080: * src/classes/table.C: - allow call with any brackets (it could be
4081: useful in methods with explict result declaration)
4082:
4083: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
4084: correctly if $request:charset==koi8-r
4085:
4086: 2009-08-30 misha
4087:
4088: * src/: include/pa_common.h, main/pa_request.C: - http headers were
4089: changed: content-type => Content-type and so on
4090:
4091: * src/classes/file.C, src/include/pa_common.h,
4092: src/include/pa_request.h, src/main/pa_http.C,
4093: src/main/pa_request.C, src/types/pa_vcookie.C,
4094: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
4095: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
4096: tests/results/002.processed, tests/results/003.processed,
4097: tests/results/004.processed, tests/results/005.processed,
4098: tests/results/006.processed, tests/results/007.processed,
4099: tests/results/008.processed, tests/results/009.processed,
4100: tests/results/010.processed, tests/results/011.processed,
4101: tests/results/012.processed, tests/results/013.processed,
4102: tests/results/014.processed, tests/results/015.processed,
4103: tests/results/016.processed, tests/results/017.processed,
4104: tests/results/018.processed, tests/results/019.processed,
4105: tests/results/020.processed, tests/results/021.processed,
4106: tests/results/022.processed, tests/results/023.processed,
4107: tests/results/024.processed, tests/results/025.processed,
4108: tests/results/026.processed, tests/results/027.processed,
4109: tests/results/028.processed, tests/results/029.processed,
4110: tests/results/030.processed, tests/results/031.processed,
4111: tests/results/032.processed, tests/results/033.processed,
4112: tests/results/034.processed, tests/results/035.processed,
4113: tests/results/036.processed, tests/results/037.processed,
4114: tests/results/038.processed, tests/results/039.processed,
4115: tests/results/040.processed, tests/results/041.processed,
4116: tests/results/042.processed, tests/results/043.processed,
4117: tests/results/044.processed, tests/results/045.processed,
4118: tests/results/046.processed, tests/results/047.processed,
4119: tests/results/048.processed, tests/results/049.processed,
4120: tests/results/050.processed, tests/results/051.processed,
4121: tests/results/052.processed, tests/results/053.processed,
4122: tests/results/054.processed, tests/results/055.processed,
4123: tests/results/056.processed, tests/results/057.processed,
4124: tests/results/058.processed, tests/results/059.processed,
4125: tests/results/060.processed, tests/results/061.processed,
4126: tests/results/062.processed, tests/results/063.processed,
4127: tests/results/064.processed, tests/results/065.processed,
4128: tests/results/066.processed, tests/results/067.processed,
4129: tests/results/068.processed, tests/results/069.processed,
4130: tests/results/070.processed, tests/results/071.processed,
4131: tests/results/072.processed, tests/results/073.processed,
4132: tests/results/074.processed, tests/results/075.processed,
4133: tests/results/076.processed, tests/results/077.processed,
4134: tests/results/078.processed, tests/results/079.processed,
4135: tests/results/080.processed, tests/results/081.processed,
4136: tests/results/082.processed, tests/results/083.processed,
4137: tests/results/084.processed, tests/results/085.processed,
4138: tests/results/086.processed, tests/results/087.processed,
4139: tests/results/088.processed, tests/results/089.processed,
4140: tests/results/090.processed, tests/results/091.processed,
4141: tests/results/092.processed, tests/results/093.processed,
4142: tests/results/094.processed, tests/results/095.processed,
4143: tests/results/096.processed, tests/results/097.processed,
4144: tests/results/098.processed, tests/results/099.processed,
4145: tests/results/100.processed, tests/results/101.processed,
4146: tests/results/102.processed, tests/results/103.processed,
4147: tests/results/104.processed, tests/results/105.processed,
4148: tests/results/106.processed, tests/results/107.processed,
4149: tests/results/108.processed, tests/results/109.processed,
4150: tests/results/110.processed, tests/results/111.processed,
4151: tests/results/112.processed, tests/results/113.processed,
4152: tests/results/114.processed, tests/results/115.processed,
4153: tests/results/116.processed, tests/results/117.processed,
4154: tests/results/118.processed, tests/results/119.processed,
4155: tests/results/120.processed, tests/results/121.processed,
4156: tests/results/122.processed, tests/results/123.processed,
4157: tests/results/124.processed, tests/results/125.processed,
4158: tests/results/126.processed, tests/results/127.processed,
4159: tests/results/128.processed, tests/results/129.processed,
4160: tests/results/130.processed, tests/results/131.processed,
4161: tests/results/132.processed, tests/results/133.processed,
4162: tests/results/134.processed, tests/results/135.processed,
4163: tests/results/136.processed, tests/results/138.processed,
4164: tests/results/139.processed, tests/results/140.processed,
4165: tests/results/141.processed, tests/results/142.processed,
4166: tests/results/143.processed, tests/results/144.processed,
4167: tests/results/145.processed, tests/results/146.processed,
4168: tests/results/147.processed, tests/results/148.processed,
4169: tests/results/149.processed, tests/results/150.processed,
4170: tests/results/151.processed, tests/results/152.processed,
4171: tests/results/153.processed, tests/results/154.processed,
4172: tests/results/155.processed, tests/results/156.processed,
4173: tests/results/157.processed, tests/results/158.processed,
4174: tests/results/159.processed, tests/results/160.processed,
4175: tests/results/161.processed, tests/results/162.processed,
4176: tests/results/163.processed, tests/results/164.processed,
4177: tests/results/165.processed, tests/results/166.processed,
4178: tests/results/167.processed, tests/results/168.processed,
4179: tests/results/169.processed, tests/results/170.processed,
4180: tests/results/171.processed, tests/results/172.processed,
4181: tests/results/173.processed, tests/results/174.processed,
4182: tests/results/175.processed, tests/results/176.processed,
4183: tests/results/177.processed, tests/results/178.processed,
4184: tests/results/179.processed, tests/results/180.processed,
4185: tests/results/181.processed, tests/results/182.processed,
4186: tests/results/183.processed, tests/results/184.processed,
4187: tests/results/185.processed, tests/results/186.processed,
4188: tests/results/187.processed, tests/results/188.processed,
4189: tests/results/189.processed, tests/results/190.processed,
4190: tests/results/191.processed, tests/results/192.processed,
4191: tests/results/193.processed, tests/results/194.processed,
4192: tests/results/195.processed, tests/results/196.processed,
4193: tests/results/197.processed, tests/results/198.processed,
4194: tests/results/199.processed, tests/results/200.processed,
4195: tests/results/201.processed, tests/results/202.processed,
4196: tests/results/203.processed, tests/results/204.processed,
4197: tests/results/205.processed, tests/results/206.processed,
4198: tests/results/207.processed, tests/results/208.processed,
4199: tests/results/209.processed, tests/results/210.processed,
4200: tests/results/211.processed, tests/results/212.processed,
4201: tests/results/213.processed, tests/results/214.processed,
4202: tests/results/215.processed, tests/results/216.processed,
4203: tests/results/217.processed, tests/results/218.processed,
4204: tests/results/219.processed, tests/results/220.processed,
4205: tests/results/221.processed, tests/results/222.processed,
4206: tests/results/223.processed, tests/results/224.processed,
4207: tests/results/225.processed, tests/results/226.processed,
4208: tests/results/227.processed, tests/results/228.processed,
4209: tests/results/229.processed: - http headers were changed:
4210: content-type => Content-type and so on
4211:
4212: 2009-08-27 misha
4213:
4214: * src/: main/pa_random.C, include/pa_random.h,
4215: targets/cgi/parser3.C: - year was updated :)
4216:
4217: 2009-08-26 misha
4218:
4219: * tests/: 224.html, 224.p: - test for creating of parser object
4220: using constructor without params - little bugfix in test
4221:
4222: * src/main/compile_tools.h: - bugfix: should't call autouse while
4223: checking existed class while processing partial option
4224:
4225: * src/classes/reflection.C: - bugfix: core when creating object
4226: with reflection and constructor doesn't have params
4227:
4228: 2009-08-24 misha
4229:
4230: * tests/229.html: - tests for checking the number of parameters
4231: were added
4232:
4233: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
4234: number of method's parameters wasn't checked correctly (the bug
4235: was introduced in 3.4.0)
4236:
4237: 2009-08-22 misha
4238:
4239: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
4240: transcoded, but tainted pieces are escaped only when
4241: content-type==url-encoding
4242:
4243: * tests/228.html: - test for checking
4244: ^file::load[http://...;$.body[]]
4245:
4246: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
4247: post charset was too early (charsets is empty at this moment)
4248:
4249: 2009-08-21 misha
4250:
4251: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
4252: main/untaint.C: - some fixes with transcode+untaint
4253:
4254: 2009-08-15 misha
4255:
4256: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
4257: was increaced to 100 (was 50)
4258:
4259: * tests/227.html: - test for checking overriding properties in
4260: static classes was added
4261:
4262: * tests/: 226.html, 226.p: - test for @autoload[] was added
4263:
4264: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
4265: main/execute.C, main/pa_request.C, classes/reflection.C: -
4266: autouse was implemented
4267:
4268: 2009-08-14 misha
4269:
4270: * src/classes/reflection.C: - outdated checkout was removed
4271:
4272: * src/classes/reflection.C: - optimization - method ^dynamical was
4273: added.
4274:
4275: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
4276: types/pa_vstateless_class.h, main/execute.C: - optimization
4277:
4278: * src/types/pa_vclass.C: - exception if base on sytem class
4279:
4280: 2009-08-12 misha
4281:
4282: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
4283: pa_vstateless_class.h: - little optimisation
4284:
4285: 2009-08-11 misha
4286:
4287: * tests/224.html: - method_params => method_info - checking for
4288: $.inherited
4289:
4290: * src/classes/reflection.C, operators.txt: - method method_params
4291: was renamed to method_info and now it returns class name, if
4292: method was defined in ancestor
4293:
4294: * tests/225.html: - tests for cheching properties in hierarhical
4295: classes were added
4296:
4297: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
4298: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4299: main/compile.y, main/execute.C, classes/classes.C: - problems
4300: with properties in new classes implementation were fixed
4301:
4302: 2009-08-10 misha
4303:
4304: * src/main/execute.C: - now constructor shouldn't be defined in
4305: class. it could be defined in parent.
4306:
4307: 2009-08-09 misha
4308:
4309: * src/classes/reflection.C: - ^reflection:methods doesn't return
4310: base's methods
4311:
4312: 2009-08-08 misha
4313:
4314: * src/: classes/classes.h, classes/date.C, classes/file.C,
4315: classes/form.C, classes/hash.C, classes/hashfile.C,
4316: classes/image.C, classes/mail.C, classes/op.C,
4317: classes/reflection.C, classes/regex.C, classes/string.C,
4318: classes/table.C, classes/xdoc.C, classes/xnode.C,
4319: classes/xnode.h, include/pa_hash.h, main/execute.C,
4320: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
4321: types/pa_method.h, types/pa_property.h, types/pa_value.C,
4322: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4323: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4324: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
4325: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
4326: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
4327: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
4328: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
4329: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
4330: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
4331: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
4332: types/pa_vresponse.C, types/pa_vresponse.h,
4333: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4334: types/pa_vstateless_object.h, types/pa_vstatus.C,
4335: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
4336: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4337: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
4338: types/pa_wwrapper.h, types/types.vcproj: - new classes
4339: implementation
4340:
4341: * buildall-with-xml, buildall-without-xml: - gc has a bug if
4342: USE_MUNMAP is used. so it is disabled as a workaround.
4343:
4344: 2009-08-05 misha
4345:
4346: * src/: main/pa_common.C, include/pa_common.h: - not needed
4347: parameter was removed
4348:
4349: * src/main/pa_http.C: - bugfix: error was during detecting
4350: content-type of file which was loaded by http
4351:
4352: 2009-08-01 misha
4353:
4354: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
4355: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
4356: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
4357: can't be disabled with defines any longer
4358:
4359: 2009-07-29 misha
4360:
4361: * src/classes/reflection.C, tests/results/224.processed: - for
4362: native methods with any call type now returned empty call_type
4363: value
4364:
4365: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4366: classes/table.C, include/pa_hash.h, include/pa_request.h,
4367: main/pa_request.C: - break in cycles was optimized
4368:
4369: * INSTALL: - more defines were described
4370:
4371: 2009-07-28 misha
4372:
4373: * operators.txt: - some changes in information about reflection
4374: class
4375:
4376: * tests/: 224.html, 224.p: - tests for reflection class
4377:
4378: * src/classes/reflection.C: - some bugs were fixed, method classes
4379: was added, refactoring
4380:
4381: 2009-07-26 misha
4382:
4383: * src/classes/classes.vcproj: - reflection class wass added to
4384: project
4385:
4386: * operators.txt: - information about reflection class was added
4387:
4388: * src/classes/reflection.C: - class was redesigned
4389:
4390: 2009-07-24 misha
4391:
4392: * src/classes/: Makefile.am, reflection.C: - class reflection was
4393: added
4394:
4395: * src/types/pa_vstateless_class.h: - method for reflection method's
4396: in classes was added
4397:
4398: 2009-07-22 misha
4399:
4400: * src/main/compile_tools.h: - bugfix: $object.$var was
4401: over-optimized. it failed if $object1.$object2.field
4402:
4403: 2009-07-16 misha
4404:
4405: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
4406: lib/cord/cordxtra.c, lib/cord/include/cord.h,
4407: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
4408: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
4409: one more arg: length of cord
4410:
4411: 2009-07-15 misha
4412:
4413: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
4414: tainted in ^file::load[http://...;$.cookies[]]
4415:
4416: * src/classes/: op.C, regex.C, string.C: - new string with
4417: exception was used
4418:
4419: * src/include/pa_exception.h: - new string with exception was added
4420:
4421: * tests/223.html: - test for checking cookie-encoding during
4422: ^file::load[http was added
4423:
4424: * tests/: 221.html, 222.html: - tests for checking type of
4425: $table.fields.field were added
4426:
4427: * src/types/pa_vtable.C: - not used var decl was removed
4428:
4429: * src/include/pa_string.h: - use cached string length in Body::mid.
4430: it improves speed of match with brackets in pattern
4431:
4432: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
4433: outside
4434:
4435: 2009-07-14 misha
4436:
4437: * src/types/pa_vtable.C: - $table.fields.a return string even if
4438: column is empty (sometime returned void) - $table.fields was
4439: added for nameless tables
4440:
4441: * src/targets/cgi/getopt.c: - one warning resolved
4442:
4443: * src/main/pa_string.C: - potentian bug fixed
4444:
4445: * src/classes/op.C: - small optimization in taint/untaint
4446:
4447: 2009-07-13 misha
4448:
4449: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
4450: added
4451:
4452: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
4453: souldn't add the attribut to output
4454:
4455: 2009-07-11 misha
4456:
4457: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
4458: stack size was increaced to 2MB (default=1MB)
4459:
4460: 2009-07-08 misha
4461:
4462: * src/main/pa_string.C: - link to UTF-8 description was added
4463:
4464: * src/include/pa_hash.h: - hash keeps element's order in more
4465: places (ex: ._keys[])
4466:
4467: * tests/220.html: - test for checking order of elements in hash in
4468: foreach was added
4469:
4470: * tests/172.html: - small changes in printing hash
4471:
4472: * tests/129.html: - small changes in printing hash
4473:
4474: * src/: include/pa_common.h, include/pa_hash.h,
4475: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
4476: types/pa_vmethod_frame.h: - hash now keeps order of elements
4477:
4478: * tests/014.html: - small changes in printing hash
4479:
4480: 2009-07-07 misha
4481:
4482: * src/classes/op.C: - new taint language "parser-code" was added
4483:
4484: * tests/219.html: - test for auto untaint parser code in process
4485: was added
4486:
4487: * src/classes/op.C: - tainted pieces in body of process are
4488: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
4489:
4490: * src/: include/pa_string.h, main/untaint.C: - new language
4491: L_PARSER_CODE for auto-untaint in process was added
4492:
4493: * src/: classes/file.C, classes/hash.C, classes/image.C,
4494: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
4495: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
4496: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
4497: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
4498: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
4499: code cleanup
4500:
4501: 2009-07-06 misha
4502:
4503: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
4504: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
4505: deleted. taint_cstr[m] and untaint_cstr[m] should be used
4506:
4507: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
4508: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
4509: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
4510: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
4511: should be used
4512:
4513: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
4514: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
4515: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
4516: untaint_cstr[m] should be used
4517:
4518: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
4519: deleted. taint_cstr[m] and untaint_cstr[m] should be used
4520:
4521: * tests/218.html: - test for checking automatic file-spec-taint was
4522: added
4523:
4524: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
4525: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
4526: classes/file.C, classes/hash.C, classes/image.C,
4527: classes/string.C, classes/table.C, classes/void.C,
4528: classes/xdoc.C: - optimizations and simplification of
4529: string.cstr(...)
4530:
4531: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
4532: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
4533: - optimizations and simplification of string.cstr(...)
4534:
4535: 2009-07-04 misha
4536:
4537: * tests/217.html: - test for recursion detection was added
4538:
4539: * src/: types/types.vcproj, main/main.vcproj,
4540: classes/classes.vcproj, targets/cgi/parser3.vcproj,
4541: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
4542: from .vcproj
4543:
4544: * src/types/pa_wwrapper.h: - dynamic_cast was removed
4545:
4546: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
4547: uploading files and case-insensitive http-method were added
4548:
4549: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
4550: tainted pattern in ^file:list[] was added
4551:
4552: 2009-07-03 misha
4553:
4554: * src/: classes/classes.vcproj, main/main.vcproj,
4555: types/types.vcproj, targets/cgi/parser3.vcproj,
4556: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
4557: for dynamic_cast) - little options changes
4558:
4559: * src/main/pa_http.C: - file::load[http works now with uploading
4560: files _and_ changing $.charset
4561:
4562: 2009-06-29 misha
4563:
4564: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
4565: while creating pattern
4566:
4567: 2009-06-25 misha
4568:
4569: * src/classes/image.C, operators.txt: - options' names for
4570: ^image.font were changed to $.space, $.width and $spacing -
4571: default space width now == gif's width
4572:
4573: 2009-06-24 misha
4574:
4575: * tests/215.html: - tests for $file.mode were added
4576:
4577: * operators.txt: - added info about $file.mode and changes in
4578: ^image.font[
4579:
4580: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
4581: param now could be omited - third param now could be hash (with
4582: all widths options: $.space-width, $.letter-width) - it's
4583: possible to specify tracking ($.letter-space)
4584:
4585: * src/classes/file.C: - file objects now could have mode field
4586: (text|binary)
4587:
4588: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
4589:
4590: 2009-06-23 misha
4591:
4592: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
4593: trim can work with utf-8 chars now
4594:
4595: 2009-06-20 misha
4596:
4597: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
4598: was implemented
4599:
4600: * src/classes/table.C: - string length cacheing was implemented
4601:
4602: * src/include/pa_string.h: - string length cacheing was implemented
4603:
4604: 2009-06-17 misha
4605:
4606: * src/main/execute.C: - value param was removed from
4607: WContext::WContext
4608:
4609: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
4610: pa_wwrapper.h: - value param was removed from WContext::WContext
4611: - field wcontext was removed from VCodeFrame (using fparent
4612: instead)
4613:
4614: * tests/214.html: - test with hash copying
4615:
4616: 2009-06-16 misha
4617:
4618: * tests/: 062.html, results/062.processed: - evaluation hardcoded
4619: strings doesn't work in expression anymore
4620:
4621: * src/main/execute.C: - less calls for get_constructing() - little
4622: refactoring
4623:
4624: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
4625: include/pa_request.h: - less calls for get_constructing()
4626:
4627: * src/classes/: hash.C, hashfile.C: - fixed bug which was
4628: introduced with OPTIMIZE_SINGLE_STRING optimization
4629:
4630: 2009-06-14 misha
4631:
4632: * src/: classes/date.C, classes/file.C, classes/hash.C,
4633: classes/hashfile.C, classes/image.C, classes/regex.C,
4634: classes/table.C, classes/xdoc.C, classes/xnode.h,
4635: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
4636: types/pa_vstateless_class.h, main/execute.C: - create object for
4637: storing object's fields only for parser objects
4638:
4639: 2009-06-13 misha
4640:
4641: * buildall-with-xml, buildall-without-xml: - new option was added
4642: for building GC (it slightly reduces memory usage)
4643:
4644: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
4645: single string write
4646:
4647: * src/main/execute.C: - bytecode optimization of ^class:constructor
4648: - optimization of single string write
4649:
4650: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
4651: - bytecode optimization of ^class:constructor
4652:
4653: 2009-06-09 misha
4654:
4655: * src/targets/cgi/parser3.C: - type size_t was changed to int in
4656: main (better compatibility)
4657:
4658: 2009-06-08 misha
4659:
4660: * src/main/compile.y: - I've forgot to commit it :(
4661:
4662: 2009-06-07 misha
4663:
4664: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
4665: WITH_READ and WITH_ROOT
4666:
4667: * src/main/: compile.y, compile_tools.C, compile_tools.h,
4668: execute.C: - more optimizations for WITH_SELF, WITH_READ and
4669: WITH_ROOT - little refactoring
4670:
4671: 2009-06-06 misha
4672:
4673: * tests/213.html: - tests for 3rd match string-param were added
4674:
4675: * src/classes/string.C: - 3rd match param could be string now
4676:
4677: * src/main/: compile.y, compile_tools.h: - much more bytecode's
4678: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
4679: GET_OBJECT_ELEMENT
4680:
4681: 2009-06-05 misha
4682:
4683: * src/main/pa_http.C: - bugfix: content-length was not calculated
4684: if $.body was specified
4685:
4686: 2009-06-04 misha
4687:
4688: * src/classes/op.C: - optimizing write_assign_lang in connect
4689:
4690: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
4691:
4692: * src/main/execute.C: - little refactoring - optimizing
4693: write_assign_lang in taint/untaint
4694:
4695: * src/include/pa_opcode.h: - little refactoring
4696:
4697: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
4698: main/compile_tools.h, main/execute.C: - optimizations for
4699: $self.field, ^self.method, $self.field[...] and $self.field(...)
4700: were added
4701:
4702: 2009-06-03 misha
4703:
4704: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
4705:
4706: 2009-06-02 misha
4707:
4708: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
4709: include/pa_opcode.h: - refactoring in last optimizations
4710: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
4711: now but code is much easy and it is ready for further
4712: improvements.
4713:
4714: 2009-05-27 misha
4715:
4716: * src/: types/pa_junction.h, types/pa_vjunction.C,
4717: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
4718: changed in destructing junctions
4719:
4720: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
4721: String:Body
4722:
4723: 2009-05-26 misha
4724:
4725: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
4726: one method detect_charset was deleted - bug was fixed in this
4727: method (error while detecting charset in content_type withot last
4728: ';')
4729:
4730: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
4731: once
4732:
4733: 2009-05-25 misha
4734:
4735: * src/classes/file.C: - bugfix: file::exec didn't work after
4736: optimizing of helper_length
4737:
4738: 2009-05-24 misha
4739:
4740: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
4741: were added - little refactoring
4742:
4743: * src/main/execute.C: - core while printing in debug log
4744: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
4745: optimisations were added
4746:
4747: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
4748: were added
4749:
4750: 2009-05-23 misha
4751:
4752: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
4753: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
4754: CORD_cat optimization
4755:
4756: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
4757: - call constr optimisation under separate define now
4758:
4759: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
4760: in $b should be string, not void
4761:
4762: * src/main/compile.y: - little fix for rem-cut optimisation
4763:
4764: * src/: include/pa_opcode.h, main/compile_tools.C,
4765: main/compile_tools.h, main/execute.C: - optimisations for
4766: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
4767:
4768: * INSTALL: - description of some #defined were added
4769:
4770: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
4771: before 1st access (memory usage is reduced if don't access to
4772: .text field)
4773:
4774: * src/include/pa_array.h: - array grows step now not static (it
4775: reduces numbers of reallocs)
4776:
4777: 2009-05-20 misha
4778:
4779: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
4780: $.b(2), $c[d] and $.e[f] was added
4781:
4782: * src/main/: compile.y, compile_tools.C, compile_tools.h,
4783: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
4784: $.e[f] was added
4785:
4786: * src/main/execute.C: - debug printing moved in defines
4787:
4788: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
4789: and little refactoring for OP_GET_OBJECT_ELEMENT +
4790: OP_GET_OBJECT_VAR_ELEMENT optimisation
4791:
4792: 2009-05-19 misha
4793:
4794: * src/main/: compile.y, compile_tools.C, compile_tools.h,
4795: execute.C: - $a.$b & ^a.$b bytecode optimisation
4796:
4797: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
4798: ^a.$b optimisation)
4799:
4800: * src/main/compile.y: - compiler now generate new opcodes:
4801: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
4802: ^a.b - compiler now cut off ^rem{ with all content ; any number
4803: of params }
4804:
4805: * src/main/execute.C: - code for handle new opcodes
4806: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
4807:
4808: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
4809: added for LA2V and LA2S
4810:
4811: * src/include/pa_opcode.h: - new defines which can be used for
4812: disable some bytecode optimisation and new opcodes were added
4813:
4814: 2009-05-17 misha
4815:
4816: * src/lib/cord/cordxtra.c: - bugfix.
4817:
4818: * tests/212.html: - .size[] and .study_size[] were added to tests
4819:
4820: * operators.txt: - info about regex class was added
4821:
4822: * tests/212.html: - tests for regex class were added
4823:
4824: 2009-05-16 misha
4825:
4826: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
4827: gc7.1
4828:
4829: * tests/022.html: - test for ^file:list[path;] (empty second param)
4830: was added
4831:
4832: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
4833: param) should work
4834:
4835: 2009-05-15 misha
4836:
4837: * src/classes/table.C: - automatically disable stringstream usage
4838: on freebsd4
4839:
4840: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
4841: scope
4842:
4843: * tests/211.html: - test with different types of access to hash was
4844: added
4845:
4846: * tests/210.html: - test which checks for loosing tainting in
4847: hash's keys was added
4848:
4849: * tests/208.html: - some parser work added. or stime == 0 %-)
4850:
4851: * src/lib/cord/cordbscs.c: - little hack was added to cord
4852:
4853: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
4854:
4855: * src/include/pa_version.h, configure.in: - moko have made a lot of
4856: optimisations for increacing version number more dramatically :)
4857:
4858: * src/classes/date.C: - little refactoring: use constructor which
4859: accepts formated string
4860:
4861: * src/: include/pa_string.h, main/pa_string.C: - String constructor
4862: which can print formatted string was added
4863:
4864: 2009-05-14 misha
4865:
4866: * src/include/pa_string.h: - type was fixed
4867:
4868: * src/: classes/hashfile.C, classes/op.C,
4869: include/pa_cache_managers.h, include/pa_charset.h,
4870: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
4871: include/pa_request.h, include/pa_sql_driver_manager.h,
4872: include/pa_string.h, include/pa_stylesheet_manager.h,
4873: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
4874: main/pa_charsets.C, main/pa_string.C,
4875: main/pa_stylesheet_connection.C, types/pa_value.h,
4876: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4877: types/pa_vobject.C, types/pa_vstateless_class.C,
4878: types/pa_vstateless_class.h: - hash_code caching was implemented
4879: (seaches should be faster now)
4880:
4881: * src/: classes/file.C, classes/hash.C, classes/image.C,
4882: classes/string.C, classes/table.C, include/pa_string.h,
4883: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
4884: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
4885: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
4886: types/pa_vrequest.C: - String constructors don't have that stupid
4887: true/false param which means 'tainted'. they accept lang instead.
4888:
4889: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
4890: with OPTIMIZE_RESULT
4891:
4892: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
4893: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
4894:
4895: 2009-05-13 misha
4896:
4897: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
4898: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
4899: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4900: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
4901: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
4902: main/pa_common.C, main/pa_request.C, main/pa_string.C,
4903: include/pa_string.h, classes/date.C, classes/file.C,
4904: classes/hash.C, classes/image.C, classes/string.C,
4905: classes/table.C, classes/xdoc.C: - result optimisation -
4906: helper_length parameter removed from string constructors
4907:
4908: 2009-05-11 misha
4909:
4910: * tests/209.html: - tests for ^hash::create[hash] were added
4911:
4912: * tests/208.html: - tests for $status:rusage, $status:memory,
4913: ^memory:compact[] were added
4914:
4915: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
4916: log10 were added
4917:
4918: * tests/206.html: - test for try with finally was added
4919:
4920: 2009-05-10 misha
4921:
4922: * tests/205.html: - test for ^file::create[...] was added
4923:
4924: * tests/204.html: - test for ^response:clear[] was added
4925:
4926: * tests/038.html: - tests for trigonometric functions were added
4927:
4928: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
4929: added - more tests for .add, .sub, .union, .intersects and
4930: .intersections
4931:
4932: * tests/065.html: - test for ^file:dirname was added
4933:
4934: * tests/030.html: - test for $cookie:fields was added
4935:
4936: * tests/203.html: - test for ^h._keys[column name] was added
4937:
4938: * tests/201.html: - tests for .trim were added
4939:
4940: * tests/202.html: - tests for last-day,
4941: date:calendar[type](YYYY;MM;DD) were added
4942:
4943: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
4944: .offset[type](N) were added
4945:
4946: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
4947: and .pos[c](N) were added
4948:
4949: * tests/141.html: - test for math:sha1 was added
4950:
4951: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
4952:
4953: 2009-05-09 misha
4954:
4955: * src/main/compile.y: - rollback
4956:
4957: 2009-05-05 misha
4958:
4959: * src/main/pa_exec.C: - little optimisation: somewhere length() was
4960: replaced by is_empty()
4961:
4962: * src/: include/pa_string.h, main/pa_charset.C: - little
4963: optimisation: somewhere length() was replaced by is_empty()
4964:
4965: * src/classes/table.C: - little optimisation: somewhere length()
4966: was replaced by is_empty()
4967:
4968: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
4969: classes/op.C, classes/table.C, main/pa_exception.C: - little
4970: optimisation: somewhere length() was replaced by is_empty()
4971:
4972: 2009-05-04 misha
4973:
4974: * src/: types/pa_method.h, types/pa_vstateless_class.C,
4975: types/pa_vstateless_class.h, main/execute.C,
4976: include/pa_request.h, classes/hash.C, classes/op.C,
4977: classes/table.C: - more optimisations were added: some operators
4978: don't switch write context anylonger
4979:
4980: 2009-05-01 misha
4981:
4982: * src/main/compile.y: - slightly more opcode optimisations for
4983: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
4984:
4985: * src/main/execute.C: - simplifying process for getters
4986:
4987: 2009-04-30 misha
4988:
4989: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
4990:
4991: * tests/results/199.processed: - test for checking $result into
4992: ^rem was added
4993:
4994: * tests/199.html: - test for checking $result into ^rem was added
4995:
4996: * tests/: 022.html, 096.html: - þsort after :list was asses (on
4997: some OS it returns list in different order)
4998:
4999: * src/: include/pa_array.h, include/pa_request.h,
5000: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
5001: changes in stack impl - get_element() optimisation: 3rd param
5002: removed - bugfix: problems with reading empty input param -
5003: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
5004:
5005: * tests/results/198.processed: - test for reading empty local var
5006: was added
5007:
5008: * tests/198.html: - test for reading empty local var was added
5009:
5010: 2009-04-29 misha
5011:
5012: * src/main/compile.y: - bugfix: couldn't compile because
5013: OP_VALUE__GET_ELEMENT should be unde #ifdef
5014:
5015: * src/: include/pa_array.h, include/pa_opcode.h,
5016: include/pa_request.h, main/compile.y, main/execute.C,
5017: main/pa_request.C, types/pa_vmethod_frame.C,
5018: types/pa_vmethod_frame.h: - we can work without opcode
5019: OP_STORE_PARAM, so it was removed
5020:
5021: 2009-04-28 misha
5022:
5023: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
5024: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
5025: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
5026: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
5027: 4.
5028: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
5029:
5030: * src/main/compile_tools.h: - new stuff for op-codes optimisation
5031:
5032: * src/: main/pa_string.C, classes/string.C: - !length() =>
5033: is_empty()
5034:
5035: 2009-04-27 misha
5036:
5037: * src/types/pa_vregex.h: - back explicit vars initialisation
5038:
5039: 2009-04-24 misha
5040:
5041: * src/classes/string.C: - ups. typo fixed
5042:
5043: * src/main/execute.C: - more replacements '*new VBool' to
5044: 'VBool::get' - checks for ^break[], ^continue[] and
5045: parser.interrupted were optimised
5046:
5047: * src/classes/string.C: - number of params.count() calls was
5048: slightly reduced
5049:
5050: 2009-04-23 misha
5051:
5052: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
5053: make it x64 friendly
5054:
5055: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
5056: parser is x64 friendly now
5057:
5058: 2009-04-22 misha
5059:
5060: * src/types/pa_vhashfile.C: - coder friendly exception about
5061: exceeding record size was added
5062:
5063: * src/classes/file.C: - use vregex object instead of direct calls
5064: methods from pcre lib
5065:
5066: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
5067: classes/string.C: - use vregex object instead of direct calls
5068: methods from pcre lib
5069:
5070: * src/: include/pa_common.h, main/pa_common.C: - method
5071: print_pcre_exec_error_text was moved to class vregex
5072:
5073: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
5074: was added
5075:
5076: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
5077: - class vregex was added
5078:
5079: 2009-04-21 misha
5080:
5081: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
5082:
5083: * src/: types/pa_junction.h, types/pa_value.C,
5084: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
5085: types/pa_wcontext.h, main/execute.C, classes/op.C: -
5086: junction-optimisation (destructors)
5087:
5088: * src/include/pa_array.h: - free under if now
5089:
5090: 2009-04-19 misha
5091:
5092: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
5093:
5094: 2009-04-18 misha
5095:
5096: * src/include/pa_version.h:
5097: :q :
5098:
5099: CV:
5100: ----------------------------------------------------------------------
5101:
5102: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
5103: refactoring
5104:
5105: * src/: include/pa_array.h, include/pa_hash.h,
5106: types/pa_vmethod_frame.h: - destructors under #ifdef now
5107:
5108: * src/include/pa_memory.h: - define for using destructors was added
5109:
5110: * src/: types/pa_method.h, types/pa_vstateless_class.C,
5111: main/execute.C: - some junctions will be cached now
5112:
5113: * src/include/pa_hash.h: - hash destructor frees pairs now
5114:
5115: * src/include/pa_array.h: - inline was added to destructor
5116:
5117: * src/types/pa_method.h: - comment was changed
5118:
5119: 2009-04-17 misha
5120:
5121: * src/: include/pa_array.h, include/pa_hash.h,
5122: types/pa_vmethod_frame.h: - destructors were added
5123:
5124: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
5125: renamed to always_use_result
5126:
5127: * src/main/: compile.y, compile_tools.h: - rollback changes in
5128: compiler: full backward compatibility is better
5129:
5130: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
5131: result in var's hash
5132:
5133: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
5134: optimisation in method_frame
5135:
5136: * src/include/pa_array.h: - optimisation in array (allocate
5137: elements only when needed)
5138:
5139: * src/types/pa_vresponse.C: - check for $response:headers field
5140: before looking at custom fields
5141:
5142: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
5143: not needed to check existance var with name 'result' in var's
5144: hash
5145:
5146: * src/main/compile.y: - compiler was changed: now it detects
5147: writings to $result and set flag writo_to_result in method
5148:
5149: * src/classes/string.C: - little optimisation: no needed to write
5150: number with lang
5151:
5152: * src/main/pa_charset.C: - methods readChar and skipChar which is
5153: used for read utf8-strings were renamed - is_escaped was renamed
5154: to isEscaped (to the same name convention)
5155:
5156: * src/: types/pa_method.h, main/compile_tools.h: - flag
5157: write_to_result added. compiler get this info from code.
5158:
5159: 2009-04-16 misha
5160:
5161: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
5162: String only before 1st write
5163:
5164: * src/include/pa_string.h: - not needed template removed
5165:
5166: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
5167: types/pa_vjunction.C, types/pa_vproperty.C,
5168: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
5169: main/pa_request.C, classes/bool.C, classes/double.C,
5170: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
5171: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
5172: bool objects)
5173:
5174: 2009-04-15 misha
5175:
5176: * src/lib/cord/cordxtra.c: - more optimisation
5177:
5178: * src/: include/pa_string.h, main/untaint.C: - String::append
5179: optimisation
5180:
5181: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
5182: then get and can sometime be used)
5183:
5184: * src/main/pa_string.C: - String::length optimisation
5185:
5186: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
5187: these methods read different strings
5188:
5189: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
5190: fresult_initial_void removed + some optimisation - if $result
5191: defined we don't write to context anymore
5192:
5193: * src/main/pa_charset.C: - readChar => skipChar (in this place we
5194: need just skip char)
5195:
5196: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5197: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
5198: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
5199:
5200: * src/types/pa_vvoid.h: - added get() method for retreave one
5201: instance
5202:
5203: 2009-04-11 misha
5204:
5205: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
5206:
5207: * tests/197.html: - test for parser://test in xml was added
5208:
5209: * src/classes/string.C: - small optimisation
5210:
5211: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
5212: optimisation
5213:
5214: 2009-04-10 misha
5215:
5216: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
5217: to pcre-7.8
5218:
5219: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
5220:
5221: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
5222: added
5223:
5224: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
5225: $request:CLASS_NAME were added
5226:
5227: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
5228: were added
5229:
5230: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
5231: $env:CLASS_NAME were added
5232:
5233: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
5234: '@todo' now
5235:
5236: * src/targets/cgi/parser3.C: - size_t -> int for calming down
5237: compirer
5238:
5239: * src/main/pa_string.C: - little code cleanup
5240:
5241: * src/main/pa_common.C: - describe one more UTF-8 related error
5242: during PCRE compile/execute
5243:
5244: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
5245: normalizing todo-comments: '@todo' now
5246:
5247: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
5248:
5249: * src/main/pa_charset.C: - type changed for making compiler happy
5250:
5251: 2009-03-10 misha
5252:
5253: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
5254: in main()
5255:
5256: 2009-02-01 misha
5257:
5258: * src/main/pa_http.C: - bugfix: double CRLF before the end of
5259: boundary
5260:
5261: 2009-01-25 misha
5262:
5263: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
5264:
5265: * src/classes/file.C: - more changes for parsing different number
5266: of params for file::load
5267:
5268: * tests/193.html: - tests for exception while base64-decode binary
5269: to string was added
5270:
5271: * tests/192.html: - tests for file::load with different number of
5272: options
5273:
5274: * src/classes/math.C: - ups. forgot '+1'
5275:
5276: * src/: classes/table.C, classes/file.C, include/pa_common.h,
5277: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
5278: main/pa_http.C: - ^file::load[...;http://...;] now can post files
5279: (new option $.encode[multipart-form/data] should be specified) -
5280: $.method[] option for file::load now is not case-sensitive
5281:
5282: * src/: include/pa_string.h, main/untaint.C: - for file post the
5283: new taint language L_FILE_POST was added
5284:
5285: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
5286: main/main.vcproj, classes/math.C, include/Makefile.am: - some
5287: stuff was moved to separate files
5288:
5289: 2009-01-23 misha
5290:
5291: * src/classes/math.C: - little optimisation in ^math:sha1[] -
5292: spaces to tabs were converted
5293:
5294: 2009-01-12 misha
5295:
5296: * src/main/pa_http.C: - value of $.method[] option force uppercased
5297: now
5298:
5299: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
5300: types/pa_vform.C, types/pa_vmail.C: - some constants changed
5301: their names
5302:
5303: * src/main/pa_common.C: - changes in formating
5304:
5305: * src/: classes/file.C, main/pa_http.C: - some constants changed
5306: their names
5307:
5308: * src/include/pa_http.h: - some spaces were converted to tabs
5309:
5310: * src/include/pa_common.h: - some constants changed their names
5311:
5312: * src/classes/file.C: - fixed 4-th paramether for file::load -
5313: little code rewriting
5314:
5315: * src/types/pa_vfile.C: - little code rewriting
5316:
5317: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
5318: types/pa_value.h: - some formating changes
5319:
5320: * src/include/pa_common.h: - some formating spaces transformed to
5321: tabs
5322:
5323: * src/classes/string.C: - exception while base64-decode binary to a
5324: string
5325:
5326: 2009-01-11 misha
5327:
5328: * configure.in: - version changed to 3.3.1b
5329:
5330: 2008-09-05 misha
5331:
1.97 moko 5332: * src/lib/pcre/Makefile.in: file Makefile.in was added on branch
5333: release_3_3_0 on 2008-09-05 10:59:35 +0000
5334:
1.95 moko 5335: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
5336: release_3_3_0 on 2008-09-05 10:59:35 +0000
5337:
5338: 2008-09-04 misha
5339:
5340: * tests/: 130.html, 131.html: - these exceptions not typeless
5341: anymore
5342:
5343: * src/classes/op.C: - exception with 'invalid taint language' not
5344: typeless anylonger
5345:
5346: * src/classes/image.C: - some exceptions while operations with
5347: image not typeless anymore
5348:
5349: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
5350: main/pa_exec.C, main/pa_http.C: - some exceptions while
5351: operations with files not typeless anymore
5352:
5353: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
5354: types/pa_vdate.h: - exceptions while checking date range not
5355: typeless anymore
5356:
5357: * src/include/pa_exception.h: - exception type string for invalid
5358: date range was added
5359:
5360: 2008-09-03 misha
5361:
5362: * src/: classes/file.C, main/pa_string.C: - exception while pce
5363: operations not typeless anymore
5364:
5365: * src/include/pa_exception.h: - exception type for pce operations
5366: was added
5367:
5368: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
5369: and .CLASS_NAME insite classes
5370:
5371: * src/classes/table.C: - don't save table header whiile
5372: ^table.save[append;filename] if file exists
5373:
5374: 2008-09-02 misha
5375:
5376: * src/main/compile.y, src/main/compile_tools.h,
5377: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
5378: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
5379: renamed to partial and it login changed: we must mark class as
5380: partial for allow their modifications in future.
5381:
5382: 2008-08-29 misha
5383:
5384: * tests/results/022.processed: - testing taint[regex] in mask for
5385: file:list
5386:
5387: * tests/022.html: - testing taint[regex] in mask for file:list
5388:
5389: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
5390: for file:list was added
5391:
5392: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
5393: file:list
5394:
5395: 2008-08-26 misha
5396:
5397: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
5398: last derived object
5399:
5400: * src/classes/image.C: - many strings "image.format" replaced by
5401: IMAGE_FORMAT constant string - handle GPS info while parse exif -
5402: understand some more exif tags
5403:
5404: * src/include/pa_exception.h: - string "image.format" was added
5405:
5406: 2008-08-21 misha
5407:
5408: * src/: main/pa_string.C, classes/file.C: - use method for print
5409: pcre_exec text error
5410:
5411: * src/main/pa_common.C: - method for print pcre_exec text error was
5412: added
5413:
5414: * src/include/pa_common.h: - method declaration for print pcre_exec
5415: text error was added
5416:
5417: 2008-08-19 misha
5418:
5419: * src/main/execute.C: - bugfix: opcodes must be in separate
5420: namespace while debug execution as well
5421:
5422: * tests/: 015.html, results/015.processed: - test for escaping some
5423: parser chars was added
5424:
5425: 2008-08-18 misha
5426:
5427: * tests/: 190.html, 190.p, results/190.processed: - test for
5428: $caller.self.field + default getter in one class was added
5429:
5430: * tests/: 189.html, results/189.processed: - test for
5431: ^date::create[date object]
5432:
5433: * tests/: 188.html, results/188.processed: - tests for match with
5434: UTF-8 strings
5435:
5436: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
5437: ^string.match[]
5438:
5439: * ChangeLog: - parser 3.3.0 beta13
5440:
5441: 2008-08-15 misha
5442:
1.97 moko 5443: * src/lib/pcre/: LICENCE, Makefile.am, Makefile.in, README,
5444: Tech.Notes, get.c, internal.h, pcre.3, pcre.3.html, pcre.3.txt,
5445: pcre.c, pcre.h, pcre.vcproj, study.c, maketables.c,
5446: pcre_dftables.vcproj, dftables.c: - old PCRE files removed
1.95 moko 5447:
5448: * src/lib/pcre/config.h: - configuration for PCRE library
5449:
5450: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
5451: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
5452:
5453: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
5454: library and set flag UTF8 if $request:charset is UTF-8
5455:
5456: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
5457: include/pa_config_fixed.h: - moved to new PCRE library
5458:
5459: * src/: main/main.vcproj, types/types.vcproj,
5460: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
5461: win32\pcre instead of parser3\src\lib\pcre
5462:
5463: * src/: include/pa_opcode.h, include/pa_operation.h,
5464: main/compile.C, main/compile.y, main/compile_tools.C,
5465: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
5466: opcodes were moved to separate namespace
5467:
5468: 2008-08-14 misha
5469:
5470: * src/types/pa_vstateless_class.C: - newline at the end missed
5471:
5472: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
5473: tainting
5474:
5475: 2008-08-11 misha
5476:
5477: * tests/: 187.html, 187.p, results/187.processed: - tests for
5478: $caller.self, $caller.self.field and $caller.self.field[value]
5479: were added
5480:
5481: * src/types/pa_vmethod_frame.h: - still need to check 'self'
5482: runtime as well (for $caller.self)
5483:
5484: 2008-07-25 misha
5485:
5486: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
5487: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
5488: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
5489: tests with international characters
5490:
5491: 2008-07-23 misha
5492:
5493: * src/main/pa_http.C: - escape $cookies as %uXXXX while
5494: file::load[...;http://
5495:
5496: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
5497: now everywhere in separate namespace
5498:
5499: * src/types/pa_vmethod_frame.h: - looking for caller before looking
5500: for vars
5501:
5502: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
5503: can be escaped by '^'
5504:
5505: 2008-07-22 misha
5506:
5507: * src/classes/string.C, tests/186.html: - names changes:
5508: escape=>js-escape, unescape=>js-unescape
5509:
5510: 2008-07-21 misha
5511:
5512: * tests/results/186.processed: - test for string escape/unescape
5513:
5514: * tests/186.html: - test for string escape/unescape
5515:
5516: * src/classes/string.C: - string has escape and unescape methods
5517: now
5518:
5519: * src/: include/pa_string.h, main/pa_string.C: - escape method was
5520: added
5521:
5522: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
5523: method-layers added (with different params)
5524:
5525: 2008-07-18 misha
5526:
5527: * tests/results/185.processed: - test for ^str.pos[substr](offset)
5528: was added
5529:
5530: * tests/185.html: - test for ^str.pos[sub](offset) added
5531:
5532: * src/classes/string.C, src/classes/void.C, operators.txt: -
5533: ^string.pos[substr](offset) -- 2nd param accepted now
5534:
5535: * src/main/pa_string.C: - .pos works fine with offset for utf-8
5536: strings
5537:
5538: 2008-07-17 misha
5539:
5540: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
5541: helper length added for mid for small optimisation
5542:
5543: 2008-07-16 misha
5544:
5545: * tests/: 185.html, results/185.processed: - tests for
5546: length/left/right/mid/pos with utf-8 strings
5547:
5548: * src/classes/string.C: - left/right/mid/length/pos works fine for
5549: utf-8 strings
5550:
5551: * src/main/untaint.C: - comments removed
5552:
5553: * src/: include/pa_string.h, main/pa_string.C,
5554: include/pa_charset.h, main/pa_charset.C: - methods for working
5555: with pos/mid for strings in utf-8 were added
5556:
5557: 2008-07-15 misha
5558:
5559: * tests/: 184.html, results/184.processed: - test for case body as
5560: expression: $var(^switch(1){^case(1)(true)..})
5561:
5562: * src/classes/op.C: - case body can be expression now:
5563: $var(^switch(1){^case(1)(true)..})
5564:
5565: * tests/: results/183.processed, 183.html: - added test for testing
5566: new cookie encoding (%uXXXX)
5567:
5568: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
5569: decoding for backward compatibility they decoded from %XX in
5570: request:charset too
5571:
5572: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
5573: - cookie class now decode cookies before first access after last
5574: request:charset changing (as form class).
5575:
5576: * src/main/pa_charset.C: - added method escape for escaping cookies
5577: as %uXXXX - before transcode calculate required space for dest
5578: string. it reduce mem usage for transcode
5579:
5580: * src/include/pa_charset.h: - added method escape for escaping
5581: cookies as %uXXXX
5582:
5583: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
5584: was added. will used for escaping cookies as %uXXXX
5585:
5586: * src/include/pa_common.h: - escape method has new option for skip
5587: converting '+' to a space char
5588:
5589: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
5590: transcode - escape method has new option for skip converting '+'
5591: to a space char
5592:
5593: 2008-07-08 misha
5594:
5595: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
5596: (no UE if more then 1 case matches anylonger) - optimization:
5597: doing searching.as_string() || searching.as_double() only once
5598:
5599: 2008-07-04 misha
5600:
5601: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
5602: now ^date::create[date object] works
5603:
5604: * src/classes/string.C: - left and right added as aliases for start
5605: and end in ^string.trim[]
5606:
5607: 2008-07-03 misha
5608:
5609: * src/classes/file.C: - allow $.limit for file::sql as well
5610:
5611: * src/classes/file.C: - allow $.offset option for file::sql - force
5612: send limit=1 to query for use sql specifics authomatically
5613:
5614: * src/classes/: hash.C, string.C, table.C: - don't throw exception
5615: if $.limit value if empty. autoconvert it as everywere
5616:
5617: 2008-07-02 misha
5618:
5619: * configure.in: - time to change version number to 3.3.0 %-)
5620:
5621: * src/include/pa_version.h: - time to change version number to
5622: 3.3.0 %-)
5623:
5624: 2008-06-26 misha
5625:
5626: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5627: $.limit(0) fixes
5628:
5629: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
5630: - $.limit(0) fixes
5631:
5632: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
5633: new API)
5634:
5635: * src/: include/pa_sql_driver_manager.h,
5636: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
5637: classes/op.C: - document_root added
5638:
5639: * src/main/compile.tab.C: - error message was changed
5640:
5641: 2008-06-25 misha
5642:
5643: * src/main/compile.y: - error message was changed
5644:
5645: 2008-06-24 misha
5646:
5647: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
5648:
5649: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
5650: tests for @OPTIONS\nappend
5651:
5652: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
5653:
5654: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
5655:
5656: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
5657:
5658: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
5659: compile.y
5660:
5661: 2008-06-17 misha
5662:
5663: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
5664: compilation: ^if(default){true. it's incorrect. must be
5665: exception}
5666:
5667: 2008-06-16 misha
5668:
5669: * tests/: 181.ent, 181.html, results/181.processed: - test for
5670: checking external reference loading with 'http://localhost'
5671: prefix while creating xdoc
5672:
5673: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
5674: ^math:long2ip[] and ^math:ip2long[]
5675:
5676: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
5677: added which use scalar stateless class method when user object
5678: used in scalar context - use get_scalar_value when user object
5679: requested in scalar context
5680:
5681: * src/main/pa_common.C: - size must be int but not size_t or we
5682: can't compare with 0 sprintf result
5683:
5684: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5685: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
5686: with internal switch between local/global vars
5687:
5688: * src/types/pa_vclass.C: - register scalar if method @GET[] was
5689: specified
5690:
5691: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
5692: pa_vstateless_object.h: - stateless class and object now has
5693: private scalar field and getter/setter for working with it
5694:
5695: * src/classes/math.C: - methods math:long2ip & math:ip2long were
5696: moved to inet static class
5697:
5698: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
5699: class added (^inet:aton[IP], ^inet:ntoa(number))
5700:
5701: * tests/: 180.html, results/180.processed: - tests for
5702: ^math:long2ip(long) and ^math:ip2long[IP]
5703:
5704: * src/classes/math.C: - ^math:ip2long[IP] added
5705:
5706: 2008-06-11 misha
5707:
5708: * src/main/pa_xml_io.C: - use file_read_text again because of we
5709: need cut BOM code and remove DOS newline chars. but don't
5710: transcode it anyway.
5711:
5712: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
5713: main/pa_http.C: - option for disable transcoding while file_read
5714: and file_read_text added
5715:
5716: 2008-06-10 misha
5717:
5718: * tests/: 179.html, 179.p, results/179.processed: - test for many
5719: classes in 1 file
5720:
5721: * src/main/: compile.C, compile_tools.h: - compile return list of
5722: classes now.
5723:
5724: * src/main/: compile.y, compile.tab.C: - compile return list of
5725: classes now. internals.
5726:
5727: * src/main/pa_request.C: - compile return list of classes now. try
5728: call @conf and @auto for each returned class
5729:
5730: * src/include/pa_request.h: - compile return list of classes now
5731:
5732: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
5733: return list of classes when compile buf)
5734:
5735: 2008-06-07 misha
5736:
5737: * src/main/pa_request.C: - constructing VRequest object with 3rd
5738: param -- form
5739:
5740: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
5741: 3rd param: form. needed for get post_charset
5742:
5743: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
5744: added
5745:
5746: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
5747: types/pa_vform.C, types/pa_vform.h: - some polish
5748:
5749: 2008-06-06 misha
5750:
5751: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
5752: charset and decode chars from it but not from response:charset
5753:
5754: * src/main/pa_http.C: - detect_charset moved out of here
5755:
5756: * src/: include/pa_common.h, main/pa_common.C: - more helpers
5757: methods moved here - unescape_chars accepn one charset now
5758:
5759: * src/main/pa_http.C: - new constants used - don't allow
5760: $.content-type in ^file::load[;http://;$.method[POST]] - add
5761: charset info while ^file::load[;http://;$.method[POST]] - option
5762: $.omit-post-charset(true) added to ^file::load[;http://] for
5763: disabling charset during post
5764:
5765: * src/types/pa_vform.C: - new constants used
5766:
5767: * src/include/pa_common.h: - some constants were added
5768:
5769: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
5770: instead of StrEqNc
5771:
5772: * src/main/pa_common.C: - new method for caseless search
5773: c-substring in c-string - use isxdigit instead of is_hex_digit
5774:
5775: * src/include/pa_common.h: - new method for caseless search
5776: c-substring in c-string
5777:
5778: 2008-06-05 misha
5779:
5780: * tests/results/178.processed: - test for testing default getter
5781:
5782: * tests/178.html: - test for testing default getter
5783:
5784: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
5785: for test for testing default getter
5786:
5787: * src/main/execute.C: - default getter soul
5788:
5789: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
5790: requested objects' field not found
5791:
5792: * src/types/pa_vclass.C: - register default getter if defined - get
5793: default getter if requested field not found
5794:
5795: * src/types/pa_vstateless_object.h: - method get_default_getter was
5796: added
5797:
5798: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
5799: pointer to default getter and methods for get/set it were added
5800:
5801: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
5802: auto_name field (for default getter)
5803:
5804: 2008-06-04 misha
5805:
5806: * src/main/pa_xml_io.C: - load external xml in binary mode (no
5807: transcoding, no cutting BOM code, no fixing line breaks) and get
5808: it to libxml "as is"
5809:
5810: 2008-06-03 misha
5811:
5812: * src/main/pa_common.C: - use store_Char instead of
5813: transcodeCharFromUTF8
5814:
5815: * src/: include/pa_charset.h, main/pa_charset.C: - method
5816: store_Char added, transcodeCharFromUTF8 -- removed
5817:
5818: 2008-06-02 misha
5819:
5820: * tests/: results/177.processed, 177.html: - test for checking
5821: .[acm]date after local ^file::load[] was added
5822:
5823: * tests/: results/176.processed, 176.html: - test for checking
5824: @OPTION\locals + @method[vars][locals] added
5825:
5826: * tests/results/auto.p: - CLASS_PATH specified for checking use
5827:
5828: 2008-05-30 misha
5829:
5830: * src/main/: compile.y, compile.tab.C: - changes in compiler:
5831: @OPTION\nlocals + @method[vars][;locals;] were added
5832:
5833: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
5834: moved to separate method op_code - switch from VMethodFrame to
5835: VMethodFrameGlobal + VMethodFrameLocal
5836:
5837: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
5838: was moved to separate method op_code
5839:
5840: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
5841: VMethodFrame now
5842:
5843: * src/types/pa_vstateless_class.h: - stateless class have bool flag
5844: all_vars_local as well
5845:
5846: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
5847: pa_vmethod_frame_local.h, Makefile.am: - who children for
5848: VMethodFrame were added: one (global) works as VMethodFrame
5849: before and second (local) write all vars in self vars scope
5850:
5851: * src/types/pa_method.h: - method has bool flag all_vars_local now
5852:
5853: 2008-05-29 misha
5854:
5855: * tests/: 129.html, results/129.processed: - more tests for
5856: ^table.hash[]
5857:
5858: * src/classes/hash.C: - ^hash::sql has a new option:
5859: $.type[hash|string|table] as ^table.hash[] one.
5860:
5861: * src/classes/op.C: - ^try has 3rd param now: finally code which
5862: executed anyway after try or catch section
5863:
5864: 2008-05-27 misha
5865:
5866: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
5867: must not fail if $.distinct(1) wasn't specified
5868:
5869: 2008-05-26 misha
5870:
5871: * src/classes/op.C: - allow ^throw[my type]
5872:
5873: 2008-05-22 misha
5874:
5875: * configure.in, configure: - version number updated to 3.2.4b
5876:
5877: * src/classes/: op.C, string.C: - trim format string before
5878: eval/format
5879:
5880: * tests/: results/175.processed, 175.html: - more tests for
5881: different format strings in .format[]
5882:
5883: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
5884: as well (not only %XX)
5885:
5886: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
5887: charset specified - checks for format before print number
5888: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
5889: (instead of tabs) removed
5890:
5891: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
5892: charset specified
5893:
5894: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
5895: char in requested charset from utf code was added
5896:
5897: 2008-05-19 misha
5898:
5899: * tests/: 174.html, results/174.processed: - test for
5900: ^hashfile.cleanup[] added
5901:
5902: * src/classes/hashfile.C: - optimization: don't create any key or
5903: value variable if it's name weren't specified
5904: (^hf.foreach[;v]{...})
5905:
5906: 2008-05-16 misha
5907:
5908: * src/classes/hash.C: - optimization: don't create any key variable
5909: if variable name wasn't specified (^h.foreach[;v]{...})
5910:
5911: 2008-05-15 misha
5912:
5913: * src/classes/op.C: - small changes
5914:
5915: * src/classes/hashfile.C: - code reformating (as hash.foreach)
5916:
5917: * src/classes/hash.C: - calculate var_context once before foreach
5918:
5919: 2008-05-14 misha
5920:
5921: * src/classes/hashfile.C: - incorrect vars context calculation for
5922: ^hashfile.foreach[;]{} fixed
5923:
5924: * src/classes/: hash.C, table.C: - little optimisation
5925:
5926: * src/classes/file.C: - bugfix: double absolute path while loading
5927: file
5928:
5929: * tests/: 174.html, results/174.processed: - tests for hashfile
5930: were added
5931:
5932: * buildall-with-xml: - moving to libxslt 1.1.24
5933:
5934: 2008-04-30 misha
5935:
5936: * src/classes/file.C: - stat file while loading (local only) so
5937: .adate, .mdate and .cdate available without additional ::stat
5938:
5939: 2008-04-28 misha
5940:
5941: * src/classes/file.C: - $.name and $.content-type available for
5942: stated file
5943:
5944: 2008-04-14 misha
5945:
5946: * src/targets/cgi/parser3.C: - new year in copyright %-)
5947:
5948: * src/include/pa_version.h: - new version number in head
5949:
5950: 2008-04-10 misha
5951:
5952: * tests/: 080.html, results/080.processed: - cut '0' from
5953: exponential part because of on diff OS it differ (20 or 020 for
5954: ex)
5955:
5956: * tests/: 119.html, results/119.processed: - check for encoding
5957: while creating xdoc
5958:
5959: 2008-04-09 misha
5960:
5961: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
5962:
5963: * src/main/pa_common.C: - comment added
5964:
5965: * src/classes/date.C: - little refactoring
5966:
5967: 2008-04-07 misha
5968:
5969: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
5970: style of ^table.save[]: prepare one big string and sabe it at
5971: once. it's safe on freebsd 4.x but use much more memory.
5972:
5973: * buildall-with-xml, buildall-without-xml: - option
5974: --disable-stringstream added (under comment. use it on freebsd
5975: 4.x)
5976:
5977: 2008-02-22 misha
5978:
5979: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
5980: specified together in file::load[;http] - get back transcoding
5981: $.body[] in file::load[;http]
5982:
5983: 2008-02-21 misha
5984:
5985: * src/classes/date.C: - ^date.gmt-string[] was added
5986:
5987: * src/types/pa_value.C: - method for output date in RFC 822 format
5988: moved to pa_common.h
5989:
5990: * src/include/pa_common.h: - method for output date in RFC 822
5991: format moved here from pa_value.C
5992:
5993: * src/types/pa_vmail.C: - fixed core in sending mail with
5994: attachment in simple mode ($.file[file here]) introduced in 3.2.2
5995:
5996: 2008-02-20 misha
5997:
5998: * src/main/pa_http.C: - transcode $.headers before escaping into
5999: specified charset while ^file::load[...;http://...] (L_URI
6000: instead of L_HTTP_HEADER) - $.cookies param available in
6001: ^file::load[;http://...] now (but we don't parse set-cookies from
6002: response yet) (cookies not transcoded as common $cookies)
6003:
6004: 2008-02-19 misha
6005:
6006: * src/main/pa_request.C: - rollback: we mustn't force taint
6007: $response:field values because in this case
6008: $response:locateion[http://...] don't works.
6009:
6010: 2008-02-15 misha
6011:
6012: * src/classes/op.C: - little refactoring
6013:
6014: * src/main/pa_http.C: - taint names of $.headers for load[;http
6015:
6016: * src/main/pa_request.C: - force taint values of $response:field
6017:
6018: 2008-02-14 misha
6019:
6020: * src/main/pa_request.C: - $response:field transcoded to
6021: $response:charset before escaping now
6022:
6023: * src/main/pa_http.C: - some outdated comments removed
6024:
6025: * src/classes/date.C: - lastdat -> last-day
6026:
6027: * src/classes/date.C: - ^date:lastday(year;month) and
6028: ^date.lastday[] were added - little code refactoring - comments
6029: changes
6030:
6031: * tests/: 159.html, results/159.processed: - test for number of
6032: days in February
6033:
6034: * src/types/pa_value.C: - fixes in code formatting
6035:
6036: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
6037: and comments
6038:
6039: 2008-02-13 misha
6040:
6041: * src/main/pa_common.C: - bugfix for february at leap year
6042:
6043: 2008-01-28 misha
6044:
6045: * tests/: 160.html, results/160.processed: - more test for cache
6046: added
6047:
6048: * src/classes/op.C: - bugfix: cache body executed twice if contains
6049: unhandled exception
6050:
6051: 2008-01-25 misha
6052:
6053: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
6054: bug when hashfile became inavailable after memory:compact)
6055:
6056: * src/lib/sdbm/apr_strings.C: - +arp_malloc
6057:
6058: 2008-01-22 misha
6059:
6060: * src/classes/table.C: - little refactiring and exception texts
6061: changes in method ^table.hash[]
6062:
6063: * src/types/pa_vcookie.C: - link to cookie specification changed
6064:
6065: 2008-01-21 misha
6066:
6067: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
6068: file::exec/cgi
6069:
6070: * src/classes/file.C: - bugfix: core while processing headers if
6071: executed cgi script don't return content
6072:
6073: 2008-01-18 misha
6074:
6075: * buildall-with-xml: - move to libxml2 version 2.6.31
6076:
6077: * src/include/pa_version.h, configure.in: - version number updated
6078: to '3.2.3b'
6079:
6080: 2007-12-28 misha
6081:
6082: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
6083: hash.contains
6084:
6085: 2007-12-27 misha
6086:
6087: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
6088: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
6089: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
6090: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
6091: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
6092: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
6093: src/targets/cgi/parser3.vcproj,
6094: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
6095: back to VS2003 because of Apache 1.3 module can't work if it was
6096: built in VS 2005. with cgi all file so VS2003 project files can
6097: be easy converted to the new format.
6098:
6099: 2007-12-04 misha
6100:
6101: * src/types/pa_vcode_frame.h: - changes in comment
6102:
6103: 2007-11-29 misha
6104:
6105: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
6106: intercept strings any longer
6107:
6108: * tests/: 173.html, results/173.processed: - tests for
6109: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
6110: but not in main code frame
6111:
6112: * tests/: 172.html, results/172.processed: - more tests for pass
6113: objects from code frames
6114:
6115: 2007-11-27 misha
6116:
6117: * tests/: 152.html, results/152.processed: - tests for converting
6118: strings 'true'/'false' to bool were added
6119:
6120: * tests/152.html: - added checks for converting strings
6121: 'true'/'false' to bool
6122:
6123: * src/classes/string.C: - ^srting.bool[] now can convert to bool
6124: not only strings with numbers but with values 'true'/'false' as
6125: well
6126:
6127: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
6128: for parser3.log increased
6129:
6130: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
6131:
6132: * src/include/pa_common.h: - remove_crlf return cstring size now
6133:
6134: * src/include/pa_types.h: - constant with buffer size for
6135: parser3.log added
6136:
6137: 2007-11-16 misha
6138:
6139: * tests/cat.sh: - script for tests for file::exec/cgi
6140:
6141: * tests/171.html: - tests for file::exec/cgi
6142:
6143: * tests/results/171.processed: - tests results for file::exec/cgi
6144:
6145: 2007-11-15 misha
6146:
6147: * src/main/pa_exec.C: - fixed incorrect exec code for unix
6148:
6149: * src/classes/file.C: - .body must be set before analyzing cgi
6150: headers
6151:
6152: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
6153: only if exec/cgi return anything.
6154:
6155: 2007-11-14 misha
6156:
6157: * operators.txt: - info about new text|binary option for
6158: file::exec/cgi was added
6159:
6160: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
6161: ^file:exec[[text|binary];script;...]
6162:
6163: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
6164: classes/string.C, classes/table.C: - more text strings moved to
6165: the one place
6166:
6167: 2007-11-09 misha
6168:
6169: * src/types/pa_vrequest.C: - $request:argv must be taint
6170:
6171: * ChangeLog: - $request:argv [patch from Sumo]
6172:
6173: * operators.txt: - $request:argv
6174:
6175: * src/: include/pa_request_info.h, types/pa_vrequest.C,
6176: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
6177:
6178: 2007-10-25 misha
6179:
6180: * buildall-with-xml, buildall-without-xml: - options preparations
6181: for ./configure rewrited
6182:
6183: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
6184: error occure in unhandled_exception finally fixed
6185:
6186: 2007-10-23 misha
6187:
6188: * tests/: 170.html, results/170.processed: - test for
6189: @method[][result]
6190:
6191: * operators.txt: - added info about node.prefix and
6192: node.namespaceURI
6193:
6194: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
6195:
6196: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
6197: added for node and attribute
6198:
6199: 2007-10-22 misha
6200:
6201: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
6202:
6203: * src/main/pa_request.C: - added const content-transfer-encoding
6204:
6205: * src/include/pa_request.h: - added const content-transfer-encoding
6206: - ups. constants must be in lowercase (for search)
6207:
6208: * src/types/pa_vmail.C: - more constants used -
6209: content-transfer-encoding: 8bit added
6210:
6211: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
6212:
6213: * src/include/pa_request.h: - more constants
6214:
6215: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
6216: ommit anymore if $.content-disposition was specified - little
6217: refactoring
6218:
6219: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
6220:
6221: 2007-10-17 misha
6222:
6223: * operators.txt: - info about
6224: table::create[nameless]{data}[>options<] was added
6225:
6226: * src/main/: compile.tab.C, compile.y: - if error occure while
6227: compile method don't put this method in methods table anymore.
6228: in other case the parser coredumped if @unhandled_exception
6229: method can't be compiled because of parser.compile error.
6230:
6231: * src/main/execute.C: - little code reformating
6232:
6233: * src/main/pa_request.C: - little code reformating - comment
6234: changed
6235:
6236: 2007-10-16 misha
6237:
6238: * tests/: 035.html, results/035.processed: - tests
6239: table::create[]{}[options] added
6240:
6241: * src/classes/table.C: - table::create[]{} now accept 3rd param:
6242: options (only $.seperator[] yet)
6243:
6244: 2007-10-10 misha
6245:
6246: * src/classes/table.C: - some contstants moved to pa_common.h -
6247: some code changes
6248:
6249: 2007-10-02 misha
6250:
6251: * src/main/pa_uue.C: - memory usage during uuencode reduced more
6252: then three time as much. but base64 encoding method still use
6253: less memory anyway.
6254:
6255: 2007-09-17 misha
6256:
6257: * operators.txt: - added info about $cookie:fields
6258:
6259: * src/types/pa_vcookie.C: - $cookie:fields available now
6260:
6261: * src/classes/hash.C: - some stuff for use with .for_each moved to
6262: common
6263:
6264: * src/include/pa_common.h: - some stuff for use with .for_each
6265: moved here
6266:
6267: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
6268:
6269: 2007-09-14 misha
6270:
6271: * buildall-with-xml: - new xml libs again =)
6272:
6273: 2007-08-28 misha
6274:
6275: * operators.txt: - texts about ^table.columns[[column name]] and
6276: ^string.split[...][v][column name] were added
6277:
6278: * tests/: 168.html, 169.html, results/168.processed,
6279: results/169.processed: - tests for ^table.columns[[column name]]
6280: and ^string.split[...][v][column name] were added
6281:
6282: * src/classes/table.C: - new option ^table.columns[[column name]]
6283: was added
6284:
6285: * src/classes/string.C: - new option ^string.split[...;v;[column
6286: name]]
6287:
6288: * src/include/pa_exception.h: - error text message for
6289: ^hash._keys[], ^table.columns[] and ^string.split[]
6290:
6291: 2007-08-27 misha
6292:
6293: * src/main/untaint.C: - try to fix coredump on unix if print to
6294: body ^taint[sql][something] outside of connect
6295:
6296: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
6297: outside of connect
6298:
6299: * buildall-with-xml, buildall-without-xml: - strip parser3 was
6300: added (commented by default)
6301:
6302: 2007-08-20 misha
6303:
6304: * operators.txt: - comment about new method ^node.hasAttributes[]
6305: was added
6306:
6307: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
6308: duplicated exception text strings were removed
6309:
6310: * src/include/pa_exception.h: - more exception text strings moved
6311: here
6312:
6313: * src/classes/table.C: - some duplicate exceptions' text strings
6314: removed
6315:
6316: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
6317: xdoc.C, xnode.C: - some duplicate exceptions' text strings
6318: removed
6319:
6320: * src/include/pa_exception.h: - some exception text strings movet
6321: to pa_exception
6322:
6323: * tests/: 149.html, results/149.processed: - test for
6324: ^xnode.hasAttributes[] was added - some code changes
6325:
6326: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
6327: added
6328:
6329: 2007-08-17 misha
6330:
6331: * tests/: results/006.processed, results/059.processed, 006.html,
6332: 059.html: - more tests for match
6333:
6334: * tests/: 129.html, results/129.processed: - tests for
6335: ^table.hash[...][$.type[string|hash|table]] added
6336:
6337: * src/targets/cgi/parser3.C: - little syntax changes
6338:
6339: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
6340: syntax changes
6341:
6342: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
6343: messages in parser3.log switched off by default. If someone
6344: really still need it: use $SIGPIPE(1)
6345:
6346: 2007-08-08 misha
6347:
6348: * buildall-with-xml, buildall-without-xml: - remove libs source
6349: files by default since now
6350:
6351: 2007-08-07 misha
6352:
6353: * buildall-without-xml: - some option syntax changes
6354:
6355: * buildall-with-xml: - compile libxml2 without http support - some
6356: option syntax changes
6357:
6358: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
6359:
6360: 2007-08-06 misha
6361:
6362: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
6363:
6364: * tests/: 160.html, results/160.processed: - cache test was
6365: rewrited
6366:
6367: 2007-07-06 misha
6368:
6369: * tests/: 153.html, results/153.processed: - added test for
6370: ^math:sha1[string]
6371:
6372: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
6373: transcoded
6374:
6375: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
6376: were added
6377:
6378: 2007-06-28 misha
6379:
6380: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
6381: some incorrect chars
6382:
6383: 2007-06-19 misha
6384:
6385: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
6386: were moved on top because of gcc 4 had a problems during
6387: building.
6388:
6389: 2007-06-18 misha
6390:
6391: * tests/results/019.processed: - new image commited
6392:
6393: 2007-06-09 misha
6394:
6395: * src/classes/: op.C, table.C: - in while and table.select method
6396: as_expression used now
6397:
6398: * src/types/pa_vmethod_frame.h: - method as_expression was added
6399:
6400: 2007-06-08 misha
6401:
6402: * tests/: 166.html, results/166.processed: - test for
6403: ^match[...][n]
6404:
6405: * tests/: 165.html, results/165.processed: - tests for loops
6406:
6407: * src/lib/cord/include/private/cord_pos.h: - back to origin value
6408: because of no speed/memory optimisation but some proglems with
6409: long cycles occure
6410:
6411: 2007-06-06 misha
6412:
6413: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
6414: ^table.select(true) and ^table.select(1) didn't works because of
6415: awaiting junction-param only. fixed.
6416:
6417: 2007-05-24 misha
6418:
6419: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
6420: with 0.5 secs interval
6421:
6422: * src/classes/op.C: - cache was rewrited. I hope it works with
6423: locking system now on unix
6424:
6425: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
6426: system locks which wait till other threads release it but try get
6427: lock, if fail wait 1 sec and make 10 attempts.
6428:
6429: * src/include/pa_os.h: - consts for blocking locks + some comments
6430: were added
6431:
6432: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
6433: opening files
6434:
6435: * src/classes/table.C: - changes in includes. if unclude <sstream>
6436: after our classes on unix it can't be build
6437:
6438: * src/types/pa_vhashfile.C: - not needed code removed
6439:
6440: 2007-05-23 misha
6441:
6442: * src/: classes/file.C, classes/op.C, main/pa_common.C,
6443: include/pa_common.h: - cosmetic changes
6444:
6445: 2007-05-18 misha
6446:
6447: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
6448: often. it's give some speed increasing
6449:
6450: * tests/results/160.processed: - returned time corrected
6451:
6452: * tests/160.html: - time increased because on unix 1 mean nothing
6453: :(
6454:
6455: * operators.txt: - added info about ^hash.contain[key]
6456:
6457: * src/classes/hash.C: - added ^hash.contain[key]
6458:
6459: * src/include/pa_hash.h: - added method for checking key exists in
6460: hash
6461:
6462: 2007-05-07 misha
6463:
6464: * src/include/pa_string.h: - was compilation error during build on
6465: freebsd4
6466:
6467: 2007-05-03 misha
6468:
6469: * src/classes/table.C: - option $.type[hash|string|table] was added
6470: for ^table.hash[]
6471:
6472: * src/classes/file.C: - comment removed
6473:
6474: 2007-04-26 misha
6475:
6476: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
6477: real files doesn't opened in place anymore
6478:
6479: 2007-04-24 misha
6480:
6481: * src/classes/math.C: - I thought one more time and remove lg(N) :)
6482:
6483: * src/include/pa_exception.h: "static" removed
6484:
6485: 2007-04-23 misha
6486:
6487: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
6488:
6489: * src/classes/math.C: added: - ^math:ln(N) (the same as
6490: ^math:log(N)) - ^math:lg(N)
6491:
6492: * tests/: 097.html, results/097.processed: - charsets converstion
6493: during ^file::load[text;http://...] added
6494:
6495: * tests/: 164.html, results/164.processed: - check for set expires
6496: as a date
6497:
6498: * tests/: 164.html, results/164.processed: - test for hashfile
6499:
6500: * src/classes/hashfile.C: - little comment changes
6501:
6502: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
6503: access
6504:
6505: * src/: classes/date.C, classes/double.C, classes/file.C,
6506: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
6507: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
6508: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
6509: classes/xnode.h, include/pa_request.h, main/execute.C,
6510: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
6511: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
6512: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
6513: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
6514: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
6515: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
6516: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6517: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
6518: "parser.runtime" strings were removed
6519:
6520: * src/classes/hashfile.C: - with .clear[] called files_delete()
6521: now.
6522:
6523: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
6524:
6525: * src/include/pa_exception.h: - string constant with
6526: "parser.runtime" text was added
6527:
6528: 2007-04-20 misha
6529:
6530: * operators.txt: - some comments changing
6531:
6532: * operators.txt: - added info about .^hashfile.release[],
6533: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
6534:
6535: * configure: =cheching for unsetenv
6536:
6537: * src/classes/hashfile.C: - ^hashfile.cleanup[],
6538: ^hashfile.release[] were added
6539:
6540: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
6541: ^string.match[][] understand new option now: return number of
6542: matches but not table wit results
6543:
6544: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
6545: reopen now
6546:
6547: * src/classes/op.C: - bug. must be false
6548:
6549: * configure.in: - checking for unsetenv was added
6550:
6551: * src/types/pa_vform.C: - some comments
6552:
6553: 2007-04-18 misha
6554:
6555: * buildall-with-xml: moving to libxml2-2.6.28
6556:
6557: * buildall-with-xml, buildall-without-xml: added commented lines
6558: with --disable-safe-mode option
6559:
6560: * operators.txt: - info about $form:files
6561:
6562: 2007-04-17 misha
6563:
6564: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
6565: $form:files was added
6566:
6567: * tests/: 163.html, results/163.processed: removing auto format
6568:
6569: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
6570:
6571: 2007-04-16 misha
6572:
6573: * tests/: 163.html, results/163.processed: - test for .int[],
6574: floor, round, ceiling and .format[]
6575:
6576: * src/classes/file.C: - little optimization for getting args in
6577: exec/cgi
6578:
6579: 2007-04-13 misha
6580:
6581: * src/classes/file.C: - arguments for file::exec/cgi can be
6582: specified now as s table with one column
6583:
6584: 2007-03-27 misha
6585:
6586: * tests/: 162.html, results/162.processed: - test for
6587: ^table.select(^condition[$t])
6588:
6589: * tests/results/auto.p: - load windows-1251 charset for some tests
6590:
6591: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
6592:
6593: * tests/: results/161.processed, 161.html, 161_utf8.txt,
6594: 161_windows1251.txt: - added test for
6595: ^file::load[text;/local/file.txt;$.charset[...]]
6596:
6597: * tests/: results/013.processed, 013.html: - added test for
6598: checking $._default value while hash modifications
6599:
6600: * tests/: 160.html, results/160.processed: - add test for
6601: ^cache[key](secs){code}, ^cache[] and ^cache(0)
6602:
6603: 2007-03-22 misha
6604:
6605: * src/include/pa_common.h: - "charset" string defined for
6606: ^file::load[text;/local.txt] and ^table::load[/table.txt]
6607:
6608: * src/main/: pa_common.C, pa_http.C: - $.charset option for
6609: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
6610: added - not needed transcodes were removed from
6611: ^file::load[...;http://...]
6612:
6613: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
6614: added
6615:
6616: * src/classes/date.C: - date.week was fixed
6617:
6618: * operators.txt: - added info about date.weekyear
6619:
6620: * tests/: 159.html, results/159.processed: - tests for date.week
6621: and date.weekyear added
6622:
6623: 2007-03-15 misha
6624:
6625: * src/classes/table.C: - enclose column numbers for nameless tables
6626: as well
6627:
6628: 2007-03-14 misha
6629:
6630: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
6631:
6632: * src/classes/table.C: - table.save optimization: now required much
6633: less memory
6634:
6635: 2007-03-13 misha
6636:
6637: * tests/results/: 158.processed, 158.processes: - tests for
6638: table.save/table.load
6639:
6640: * tests/: 158.html, results/158.processes: - tests for
6641: table.save/table.load
6642:
6643: * buildall-with-xml: libxml2: --without-ftp --without-docbook
6644:
6645: * buildall-with-xml: - pattern needed now for building
6646:
6647: * tests/results/097.processed: - added test results for xdoc::load
6648: & xdoc::load[http://...]
6649:
6650: * tests/097.html: - added test for xdoc::load
6651:
6652: 2007-03-12 misha
6653:
6654: * tests/: 107.html, results/107.processed: - added test for xpath
6655: '//man'
6656:
6657: 2007-03-01 misha
6658:
6659: * tests/: 097.html, results/097.processed: - added test for
6660: creating xdoc from file
6661:
6662: * tests/: results/157.processed, 157.html: - added test for
6663: file:move
6664:
6665: 2007-02-28 misha
6666:
6667: * src/classes/xdoc.C: - another attempt
6668:
6669: * src/classes/xdoc.C: - roll back last changes for a while
6670:
6671: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
6672:
6673: * src/classes/file.C: - under lock we create non-exist dir anyway
6674:
6675: * tests/results/099.processed: - ever send content-disposition to
6676: client with file
6677:
6678: * tests/157.html: + test for file:copy
6679:
6680: 2007-02-26 misha
6681:
6682: * src/classes/file.C: - some similar strings moved to #define
6683: instead of to be copy/pasted many times
6684:
6685: * src/types/pa_vfile.h: - class name string ("file") moved to
6686: #define
6687:
6688: 2007-02-20 misha
6689:
6690: * bin/auto.p.dist.in: - added lines for sqlite
6691:
6692: * configure.in: - added some strings for sqlite detection
6693:
6694: 2007-02-19 misha
6695:
6696: * operators.txt: - some comments changes
6697:
6698: * buildall-with-xml, buildall-without-xml: - some modifications
6699:
6700: 2007-02-17 misha
6701:
6702: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
6703:
6704: * src/main/pa_request.C: - damn, i forgot to commit it while I
6705: change console behaviour
6706:
6707: 2007-02-12 misha
6708:
6709: * src/targets/cgi/parser3.C: - don't print headers if
6710: $console:line[data] was used during cgi execution.
6711:
6712: * src/types/pa_vconsole.h: - console class have bool flag now which
6713: marked as 'true' if class was used.
6714:
6715: * tests/: 152.html, results/152.processed: - more types was added
6716: to test 152
6717:
6718: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
6719: adding 'bool' (^if($image){} caused exception)
6720:
6721: 2007-02-09 misha
6722:
6723: * tests/: 152.html, results/152.processed: - test alightly updated
6724:
6725: * tests/: 152.html, results/152.processed: - test rewrited
6726:
6727: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
6728: bugfix. I broke xdoc & xnode in expression
6729:
6730: 2007-02-08 misha
6731:
6732: * tests/: 152.html, results/152.processed: - add test for checking
6733: 'def' for void, string, bool, int & double
6734:
6735: 2007-02-07 misha
6736:
6737: * operators.txt: - ^file:base64[filespec] was added
6738:
6739: * tests/results/153.processed: - result test for
6740: ^file:base64[filespec] was updated
6741:
6742: * tests/153.html: - test for ^file:base64[filespec] was added
6743:
6744: * src/types/pa_vconsole.h: - little optimization
6745:
6746: * src/classes/file.C: - ^file:base64[filespec]
6747:
6748: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
6749:
6750: * src/include/pa_common.h: - declarations for
6751: ^file:base64[filespec]
6752:
6753: * src/types/pa_vcookie.C: - little optimization
6754:
6755: 2007-02-06 misha
6756:
6757: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
6758: were temporary commented
6759:
6760: * src/types/pa_vbool.h: - bugfix
6761:
6762: * tests/156.html: - added test for bool cookie
6763:
6764: * src/types/pa_vcookie.h: - not needed string "cookie" removed
6765:
6766: * tests/: 155.html, results/155.processed: - added test for check
6767: $.encloser[] option for table save/load
6768:
6769: * tests/: 153.html, 154.html, todo.txt: - two more tests added
6770:
6771: 2007-02-05 misha
6772:
6773: * tests/results/152.processed: - newline at the end was missed
6774:
6775: * tests/results/141.processed: - math:md5 must be lowercased
6776:
6777: * src/targets/cgi/parser3.C: - 2007 in help ;)
6778:
6779: 2007-02-03 misha
6780:
6781: * tests/results/: 150.processed, 151.processed, 152.processed: -
6782: test for bool added and some content length fixes
6783:
6784: * tests/152.html: - test for bool added
6785:
6786: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
6787:
6788: * operators.txt: - info bool class was added
6789:
1.97 moko 6790: * src/: classes/Makefile.am, classes/Makefile.in, classes/bool.C,
1.95 moko 6791: classes/classes.vcproj, classes/double.C, classes/int.C,
6792: classes/string.C, classes/void.C, classes/xnode.C,
6793: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
6794: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
6795: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
6796: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6797: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
6798: types/types.vcproj: - bool class was added
6799:
6800: * src/main/pa_request.C: - fix
6801:
6802: 2007-01-18 misha
6803:
6804: * src/: main/pa_string.C, classes/string.C: - return table during
6805: ^string.match[][] even if no matched found.
6806:
6807: 2006-12-20 misha
6808:
6809: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
6810: http://www.parser.ru/forum/?id=55598 ]
6811:
6812: 2006-12-19 misha
6813:
6814: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
6815: details: http://www.parser.ru/forum/?id=52359
6816:
6817: * src/main/pa_request.C: - always set content-disposition for
6818: $response:body[hash here]. more details:
6819: http://www.parser.ru/forum/?id=52130
6820:
6821: 2006-12-07 misha
6822:
6823: * operators.txt: - added info about bool params in cookie set
6824:
6825: * src/types/pa_vcookie.C: - bool param in cookies available now
6826: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
6827: ]
6828:
6829: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
6830: was added
6831:
6832: 2006-12-02 misha
6833:
6834: * src/classes/file.C: - file_block_read used instead of native read
6835:
6836: * src/main/pa_common.C: - added file_block_read with read error
6837: detection - file_block_read used instead of native read
6838:
6839: * src/include/pa_common.h: - added file_block_read declaration
6840:
6841: 2006-12-01 misha
6842:
6843: * operators.txt: - info about $var.CLASS_NAME was added
6844:
6845: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
6846: $var.CLASS_NAME added
6847:
6848: * operators.txt: - added info about ^file:copy[]
6849:
6850: * src/classes/file.C: - ^file:copy[from;fo] was added
6851:
6852: 2006-11-20 misha
6853:
6854: * src/classes/date.C: - bug fix :)
6855:
6856: 2006-11-17 misha
6857:
6858: * src/include/pa_common.h: - array in crc32 calculation was changed
6859: to static
6860:
6861: * src/main/pa_common.C: - little optimization in getMonthDays -
6862: small changes in crc32 calculation
6863:
6864: * src/classes/date.C: - not needed code was removed
6865:
6866: 2006-11-16 misha
6867:
6868: * src/types/pa_vmail.C: - fix missed brakes
6869:
6870: * src/types/pa_vmail.C: - mail:send now set content-type:
6871: multipart/related instead of multipart/mixed if file have
6872: $.content-id[]
6873:
6874: 2006-11-15 misha
6875:
6876: * src/types/pa_vdouble.h: abs -> fabs
6877:
6878: 2006-11-14 misha
6879:
6880: * operators.txt: - added info about ^file.md5[] and
6881: ^file:md5[file-name]
6882:
6883: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
6884: added
6885:
6886: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
6887: FILE_BUFFER_SIZE
6888:
6889: * src/classes/math.C: - hex_string was moved to pa_common.h
6890:
6891: * src/include/pa_common.h: - hex_string was moved from math.C -
6892: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
6893:
6894: * src/types/pa_vdouble.h: - incorrect frac detection with negative
6895: values was fixed
6896:
6897: 2006-11-13 misha
6898:
6899: * operators.txt: - added info about ^math:crc32[string],
6900: ^file:crc32[file-name] & ^file.crc32[]
6901:
6902: * src/classes/math.C: - added ^math:crc32[string]
6903:
6904: * src/classes/file.C: - some comments were changed - added
6905: ^file:crc32[file-name] and ^file.crc32[]
6906:
6907: * src/: include/pa_common.h, main/pa_common.C: - some functions for
6908: crc32 calculation added
6909:
6910: 2006-11-03 misha
6911:
6912: * src/include/pa_array.h: - not needed variable removed
6913:
6914: * tests/: 150.html, 151.html, results/150.processed,
6915: results/151.processed: - 2 tests were added
6916:
6917: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
6918: with $.reverse(1) were fixed
6919:
6920: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
6921: query converted to $.charset during ^file::load[http://...]
6922:
6923: 2006-11-02 misha
6924:
6925: * src/include/pa_table.h: ups. forget '=' char
6926:
6927: * src/include/pa_table.h: - one more fix in
6928: .locate[...][$.reverse(1)]
6929:
6930: 2006-11-01 misha
6931:
6932: * src/classes/math.C: - bug fix, details:
6933: http://www.parser.ru/forum/?id=53360
6934:
6935: * src/include/pa_table.h: - bug fix during ^table.locate( condition
6936: false for all records )[$.reverse(1)]
6937:
6938: * src/main/pa_http.C: - second param for this mid method is length
6939: but not end_index so this method has error and can't detect
6940: charsets in next content-types: Content-type: text/html;
6941: charset="windows-1251" Content-type: text/html;
6942: charset="windows-1251"; Content-type: text/html;
6943: charset=windows-1251;
6944:
6945: only Content-type: text/html; charset=windows-1251 was fine
6946:
6947: 2006-10-31 misha
6948:
6949: * src/classes/file.C: - empty args in file::exec removed now
6950:
6951: 2006-09-11 misha
6952:
6953: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
6954: replaced to table::create - some changes in text/code formatting
6955:
6956: 2006-09-03 paf
6957:
6958: * src/classes/file.C: proper tainting of
6959: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
6960:
6961: 2006-06-09 paf
6962:
6963: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
6964:
6965: * src/classes/table.C: formatting
6966:
6967: * src/classes/table.C: incorporated patch from misha: Sent:
6968: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
6969: ignoring string options for ^table.save[]
6970:
6971: * src/classes/hash.C: incorporated patch from misha Sent:
6972: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
6973: $hash._default disappear while
6974:
6975: * operators.txt: ^mail:send[ $.file1[ $.value[file]
6976: $.format[!uue|!base64] << new base64 option. default uue ] ]
6977:
6978: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
6979: PM Subject: patch for base64 in ^mail:send[] %-)
6980:
6981: 2006-04-09 paf
6982:
6983: * src/main/compile.tab.C: ` change compiled
6984:
6985: * gnu.vcproj, operators.txt, parser3.sln,
6986: src/classes/classes.vcproj, src/classes/file.C,
6987: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
6988: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
6989: src/classes/xnode.C, src/include/pa_array.h,
6990: src/include/pa_config_fixed.h, src/include/pa_dir.h,
6991: src/include/pa_memory.h, src/include/pa_request.h,
6992: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
6993: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
6994: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
6995: src/lib/pcre/pcre_dftables.vcproj,
6996: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
6997: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
6998: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
6999: src/main/pa_cache_managers.C, src/main/pa_charset.C,
7000: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
7001: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
7002: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
7003: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
7004: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
7005: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
7006: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
7007: src/types/pa_value.h, src/types/pa_vcookie.C,
7008: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
7009: src/types/pa_vmail.C, src/types/pa_vresponse.C,
7010: src/types/pa_vstatus.C, src/types/types.vcproj,
7011: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
7012: ^menu, ^hash/hashfile.foreach
7013:
7014: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
7015: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
7016: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
7017: src/classes/xnode.C, src/include/pa_array.h,
7018: src/include/pa_config_fixed.h, src/include/pa_dir.h,
7019: src/include/pa_memory.h, src/include/pa_request.h,
7020: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
7021: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
7022: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
7023: src/lib/pcre/pcre_dftables.vcproj,
7024: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
7025: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
7026: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
7027: src/main/pa_cache_managers.C, src/main/pa_charset.C,
7028: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
7029: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
7030: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
7031: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
7032: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
7033: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
7034: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
7035: src/types/pa_value.h, src/types/pa_vcookie.C,
7036: src/types/pa_vmail.C, src/types/pa_vresponse.C,
7037: src/types/pa_vstatus.C, src/types/types.vcproj,
7038: tests/descript.ion: ! switched to VS2005 (projects and
7039: object<info explicitly typed>.for_each(, info)) +
7040: $response:field[] setting void means removing + grammar $name`
7041: name stops now, for mysql `$field` + started ^break[]
7042: ^continue[], in ^for. TODO: to other iterators (while, menu,
7043: foreach) + all log messages += [uri=, method=, cl=]
7044:
7045: * buildall-with-xml: merged . ftp paths update
7046:
7047: * buildall-with-xml: . ftp paths update
7048:
7049: 2006-03-04 paf
7050:
7051: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
7052: checks++ [thanks to Igor Zinkovsky for detailed report]
7053:
7054: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
7055: Igor Zinkovsky for detailed report]
7056:
7057: 2006-03-01 paf
7058:
7059: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
7060: \n to ' ' in
7061:
7062: 2006-02-18 paf
7063:
7064: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
7065: \n to ' ' in
7066:
7067: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
7068:
7069: 2006-02-03 paf
7070:
7071: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
7072: base64
7073:
7074: * src/main/pa_common.C: ! bugfix: decoding from base64
7075:
7076: 2006-01-20 paf
7077:
7078: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
7079: economy fix
7080:
7081: * src/classes/: table.C: merged from HEAD ! bugfix
7082: ^table.save[$.encloser-s now handled properly
7083:
7084: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
7085: handled properly
7086:
7087: 2006-01-19 paf
7088:
7089: * buildall-with-xml, buildall-without-xml: merged from HEAD !
7090: libgc:USE_MUNMAP activates merging of free memory blocks which
7091: helps a lot in our case: after transform we want
7092: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
7093:
7094: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
7095: economy fix
7096:
7097: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
7098: activates merging of free memory blocks which helps a lot in our
7099: case: after transform we want CORD(main.result)->cstr[big
7100: malloc]->transcode[big malloc]
7101:
7102: 2006-01-17 paf
7103:
7104: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
7105: before reading them. got rid of reallocs = became quicker and
7106: less fragmentated
7107:
7108: 2005-12-29 paf
7109:
1.97 moko 7110: * INSTALL, Makefile.am, Makefile.in, buildall-with-xml,
7111: buildall-without-xml, configure, configure.in,
7112: src/include/pa_version.h, src/lib/ltdl/Makefile.am,
7113: src/lib/ltdl/Makefile.in, src/lib/ltdl/acconfig.h,
1.95 moko 7114: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
7115: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
7116: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
7117: src/lib/ltdl/missing: . merged from 3.2.1
7118:
1.97 moko 7119: * Makefile.am, Makefile.in, src/lib/ltdl/Makefile.am,
7120: src/lib/ltdl/Makefile.in: . now site.m4 also packaged when 'make
7121: dist', so do configure companion files in src/lib/ltdl
7122:
7123: * src/lib/ltdl/: Makefile.am, Makefile.in, acconfig.h,
7124: acinclude.m4, config.guess, config.sub, configure.in, install-sh,
7125: ltmain.sh, missing: . now config_auto.h is created with configure
7126: [were constant]
1.95 moko 7127:
7128: * INSTALL: . references to documentation and some clarification
7129:
7130: * buildall-with-xml, buildall-without-xml: . farawell doc
7131: indication
7132:
1.97 moko 7133: * Makefile.am, Makefile.in: . dist+=buildall*
1.95 moko 7134:
7135: 2005-12-28 paf
7136:
7137: * configure: . 3.2.1
7138:
7139: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
7140: simplify build process, see INSTALL
7141:
7142: 2005-12-26 paf
7143:
7144: * configure: ver
7145:
7146: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
7147: version
7148:
7149: 2005-12-21 paf
7150:
7151: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
7152: compiled with bison 1.875b, it reports unexpected token names
7153:
7154: 2005-12-19 paf
7155:
7156: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
7157: holds a link to xmlNode to prevent premature gc(xmlNode)
7158:
7159: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
7160: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
7161: src/main/main.vcproj, src/main/pa_globals.C,
7162: src/targets/cgi/parser3.vcproj,
7163: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
7164: configure, configure.in, src/include/pa_version.h: . killing
7165: gdome [what a relief]
7166:
7167: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
7168: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
7169: run_parser.sh, results/001.processed, results/002.processed,
7170: results/003.processed, results/004.processed,
7171: results/005.processed, results/006.processed,
7172: results/008.processed, results/009.processed,
7173: results/010.processed, results/011.processed,
7174: results/012.processed, results/013.processed,
7175: results/014.processed, results/015.processed,
7176: results/016.processed, results/017.processed,
7177: results/018.processed, results/020.processed,
7178: results/021.processed, results/022.processed,
7179: results/023.processed, results/024.processed,
7180: results/025.processed, results/026.processed,
7181: results/027.processed, results/028.processed,
7182: results/029.processed, results/030.processed,
7183: results/031.processed, results/032.processed,
7184: results/033.processed, results/034.processed,
7185: results/035.processed, results/036.processed,
7186: results/037.processed, results/038.processed,
7187: results/039.processed, results/040.processed,
7188: results/041.processed, results/042.processed,
7189: results/043.processed, results/044.processed,
7190: results/045.processed, results/046.processed,
7191: results/047.processed, results/048.processed,
7192: results/049.processed, results/050.processed,
7193: results/051.processed, results/052.processed,
7194: results/053.processed, results/054.processed,
7195: results/055.processed, results/056.processed,
7196: results/057.processed, results/058.processed,
7197: results/059.processed, results/060.processed,
7198: results/061.processed, results/062.processed,
7199: results/063.processed, results/064.processed,
7200: results/065.processed, results/066.processed,
7201: results/067.processed, results/068.processed,
7202: results/069.processed, results/070.processed,
7203: results/071.processed, results/072.processed,
7204: results/073.processed, results/074.processed,
7205: results/075.processed, results/076.processed,
7206: results/077.processed, results/078.processed,
7207: results/079.processed, results/080.processed,
7208: results/081.processed, results/082.processed,
7209: results/083.processed, results/084.processed,
7210: results/085.processed, results/086.processed,
7211: results/087.processed, results/088.processed,
7212: results/089.processed, results/090.processed,
7213: results/091.processed, results/092.processed,
7214: results/093.processed, results/094.processed,
7215: results/095.processed, results/096.processed,
7216: results/097.processed, results/099.processed,
7217: results/100.processed, results/101.processed,
7218: results/102.processed, results/104.processed,
7219: results/105.processed, results/106.processed,
7220: results/107.processed, results/108.processed,
7221: results/109.processed, results/110.processed,
7222: results/111.processed, results/112.processed,
7223: results/113.processed, results/114.processed,
7224: results/115.processed, results/117.processed,
7225: results/119.processed, results/120.processed,
7226: results/121.processed, results/122.processed,
7227: results/123.processed, results/124.processed,
7228: results/125.processed, results/126.processed,
7229: results/127.processed, results/128.processed,
7230: results/129.processed, results/130.processed,
7231: results/131.processed, results/132.processed,
7232: results/133.processed, results/134.processed,
7233: results/135.processed, results/136.processed,
7234: results/138.processed, results/139.processed,
7235: results/140.processed, results/141.processed,
7236: results/142.processed, results/143.processed,
7237: results/144.processed, results/145.processed,
7238: results/146.processed, results/147.processed,
7239: results/148.processed, results/149.processed, results/auto.p: .
7240: now works if we turn off default auto.p
7241:
1.97 moko 7242: * configure, src/lib/Makefile.in, src/lib/cord/Makefile.in: . makes
1.95 moko 7243:
7244: * src/types/pa_vxnode.C: . less warnings
7245:
7246: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
7247: tests/145.html, tests/149.html, tests/descript.ion,
7248: tests/outputs/d.cmd, tests/results/142.processed,
7249: tests/results/143.processed, tests/results/144.processed,
7250: tests/results/145.processed, tests/results/146.processed,
7251: tests/results/147.processed, tests/results/148.processed,
7252: tests/results/149.processed: . removed .nodeValue from all node
7253: types other than 5 (grabbed piece from gdome)
7254:
7255: * tests/: 137.html, results/137.processed: . not handled this case
7256: yet. code does not hang from inserting parent into child,
7257: considering thing minor issue -- nodes are removed from source
7258: anyway, don't know why shold that be an error after all
7259:
7260: * src/targets/cgi/parser3.C: . style
7261:
7262: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
7263: xdoc too [were barking "not element"]
7264:
7265: 2005-12-16 paf
7266:
7267: * tests/: 146.html, 147.html, 148.html: . more tests
7268:
7269: * src/classes/xnode.C: . also bark on possible errors
7270:
7271: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
7272: props
7273:
7274: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
7275: main/compile.y: merged from HEAD ! fixed overoptimized
7276: ^call(false) case. (confused it with ^call[] case)
7277:
7278: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
7279: ^call(false) case. (confused it with ^call[] case)
7280:
7281: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
7282:
7283: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
7284: results/001.processed, results/002.processed,
7285: results/003.processed, results/004.processed,
7286: results/005.processed, results/006.processed,
7287: results/008.processed, results/009.processed,
7288: results/010.processed, results/011.processed,
7289: results/012.processed, results/013.processed,
7290: results/014.processed, results/015.processed,
7291: results/016.processed, results/017.processed,
7292: results/018.processed, results/019.processed,
7293: results/020.processed, results/021.processed,
7294: results/022.processed, results/023.processed,
7295: results/024.processed, results/025.processed,
7296: results/026.processed, results/027.processed,
7297: results/028.processed, results/029.processed,
7298: results/030.processed, results/031.processed,
7299: results/032.processed, results/033.processed,
7300: results/034.processed, results/035.processed,
7301: results/036.processed, results/037.processed,
7302: results/038.processed, results/039.processed,
7303: results/040.processed, results/041.processed,
7304: results/042.processed, results/043.processed,
7305: results/044.processed, results/045.processed,
7306: results/046.processed, results/047.processed,
7307: results/048.processed, results/049.processed,
7308: results/050.processed, results/051.processed,
7309: results/052.processed, results/053.processed,
7310: results/054.processed, results/055.processed,
7311: results/056.processed, results/057.processed,
7312: results/058.processed, results/059.processed,
7313: results/060.processed, results/061.processed,
7314: results/062.processed, results/063.processed,
7315: results/064.processed, results/065.processed,
7316: results/066.processed, results/067.processed,
7317: results/068.processed, results/069.processed,
7318: results/070.processed, results/071.processed,
7319: results/072.processed, results/073.processed,
7320: results/074.processed, results/075.processed,
7321: results/076.processed, results/077.processed,
7322: results/078.processed, results/079.processed,
7323: results/080.processed, results/081.processed,
7324: results/082.processed, results/083.processed,
7325: results/084.processed, results/085.processed,
7326: results/086.processed, results/087.processed,
7327: results/088.processed, results/089.processed,
7328: results/090.processed, results/091.processed,
7329: results/092.processed, results/093.processed,
7330: results/094.processed, results/095.processed,
7331: results/096.processed, results/097.processed,
7332: results/099.processed, results/101.processed,
7333: results/102.processed, results/104.processed,
7334: results/105.processed, results/106.processed,
7335: results/107.processed, results/108.processed,
7336: results/109.processed, results/110.processed,
7337: results/111.processed, results/112.processed,
7338: results/113.processed, results/114.processed,
7339: results/115.processed, results/116.processed,
7340: results/117.processed, results/118.processed,
7341: results/119.processed, results/120.processed,
7342: results/121.processed, results/122.processed,
7343: results/123.processed, results/124.processed,
7344: results/125.processed, results/126.processed,
7345: results/127.processed, results/128.processed,
7346: results/129.processed, results/130.processed,
7347: results/131.processed, results/132.processed,
7348: results/133.processed, results/134.processed,
7349: results/135.processed, results/136.processed,
7350: results/137.processed, results/138.processed,
7351: results/139.processed, results/140.processed,
7352: results/141.processed: . refreshed old tests, made them work
7353: without auto.p (in utf8) . things noted: . gif got encoded
7354: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
7355: some strange year)
7356:
7357: * INSTALL: . revived linux libgc fix
7358:
7359: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
7360: glib/gdome in INSTALL and patches]
7361:
7362: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
7363: include/pa_charset.h, include/pa_config_includes.h,
7364: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
7365: include/pa_xml_exception.h, lib/cord/Makefile.am,
7366: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7367: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
7368: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
7369: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
7370: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
7371: types/pa_vxnode.h: . started killing gdome
7372:
7373: 2005-12-13 paf
7374:
7375: * src/main/: pa_request.C: merged from HEAD ! when code in
7376: @unhandled_exception thrown another exception, print correct
7377: origin (earlier code in catch of exception inside of
7378: @unhandled_exception grabbed parent_frame(original_exception)
7379: origin and printed it, instead of true origin)
7380:
7381: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
7382: another exception, print correct origin (earlier code in catch of
7383: exception inside of @unhandled_exception grabbed
7384: parent_frame(original_exception) origin and printed it, instead
7385: of true origin)
7386:
7387: 2005-12-09 paf
7388:
7389: * INSTALL: . updated INSTALL doc to work around linux stack base
7390: detection problem, due to change in gc6.4 code
7391:
7392: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
7393: ignored in ^string.matched :(
7394:
7395: * src/main/pa_string.C: ! regex tainting were ignored in
7396: ^string.matched :(
7397:
7398: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
7399: src/include/pa_config_fixed.h, src/include/pa_version.h,
7400: src/main/compile.y, src/main/compile_tools.h,
7401: src/main/pa_charset.C, src/main/pa_common.C,
7402: src/main/pa_globals.C, src/main/pa_string.C,
7403: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
7404: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
7405:
7406: 2005-12-08 paf
7407:
7408: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
7409: 500 chars now handled OK [were wrapped on 500th char according to
7410: rfc, but sendmail failed to unwrap it properly]
7411:
7412: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
7413: handled OK [were wrapped on 500th char according to rfc, but
7414: sendmail failed to unwrap it properly]
7415:
7416: * src/targets/isapi/parser3isapi.C: . less warnings
7417:
7418: * src/targets/isapi/parser3isapi.C: . undone some strange change
7419: since 3.1.5
7420:
7421: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
7422: link fixes
7423:
7424: * src/: classes/date.C, include/pa_config_fixed.h,
7425: main/compile.tab.C, main/compile.y, main/compile_tools.h,
7426: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
7427: main/pa_string.C, targets/cgi/getopt.c: . less warnings
7428:
7429: * src/include/pa_config_fixed.h: . removed outdated string origins
7430: [in current storage scheme there's no place for them. someday we
7431: can add third CORD to store origins and special version of parser
7432: which stores origins there [separate binary]]
7433:
7434: 2005-12-07 paf
7435:
7436: * src/targets/isapi/parser3isapi.C: . now links in release mode
7437:
7438: * src/include/pa_version.h: makefiles
7439:
7440: * src/include/pa_version.h: . not beta
7441:
7442: * configure, configure.in, src/include/pa_version.h: not beta
7443:
7444: 2005-12-06 paf
7445:
7446: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
7447: [some details here http://i2/tasks/edit/?id=4869912143891354460]
7448: decided to undo the change ^call[$void] passes void. now it will
7449: pass empty string again.
7450:
7451: * src/main/: compile.tab.C, compile.y: . version readded
7452:
7453: * src/classes/op.C: . in this version there is no ^switch[$nothing]
7454: = ^switch[void] problem
7455:
7456: 2005-12-01 paf
7457:
7458: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
7459: caused ^case[string] to be coerced to double since searching
7460: value were not string (it was vvoid)
7461:
7462: * src/classes/op.C: . bugfix ^switch[$void_value] caused
7463: ^case[string] to be coerced to double since searching value were
7464: not string (it was vvoid)
7465:
7466: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
7467: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
7468:
7469: 2005-11-30 paf
7470:
7471: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
7472: win32 must putenv("TZ="), on unix works only putenv("TZ")
7473:
7474: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
7475: putenv("TZ="), on unix works only putenv("TZ")
7476:
7477: * INSTALL: . xml libs versions updated
7478:
7479: * src/main/pa_globals.C: //20051130 trying to remove this, author
7480: claims that fixed a lot there // 20040920 for now both
7481: workarounds needed. wait for new libxml/xsl versions
7482:
7483: 2005-11-28 paf
7484:
7485: * src/classes/table.C: merged from HEAD: ! nameless table has
7486: columns==0
7487:
7488: * src/classes/table.C: ! nameless table has columns==0
7489:
7490: * src/main/pa_http.C: merged from HEAD: ! status line check made
7491: earlier [was totally wrong]
7492:
7493: * src/main/pa_http.C: ! status line check made earlier [was totally
7494: wrong]
7495:
7496: 2005-11-25 paf
7497:
7498: * src/include/pa_array.h: -this reduces speed(table::load) strange.
7499: undoing for now...
7500:
7501: * src/include/pa_version.h: -this reduces speed(table::load),
7502: strange. undoing
7503:
7504: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
7505:
7506: * src/classes/op.C: + ^while(){}[SEPARATOR]
7507:
7508: * src/include/pa_array.h: + optimistics added: all arrays (table
7509: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
7510: this speeds things up and saves memory a LOT! (not noticed
7511: negative effect on syntetic tests, future will tell...)
7512:
7513: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
7514: changed gc_malloc implementation, which obscured profiling
7515:
7516: * src/classes/table.C: merged from HEAD: + optimized
7517: table::load/sql, now row ArrayString-s allocated with
7518: columns.count() elements and don't always grow from
7519: count=3[realloc,realloc]
7520:
7521: * src/classes/table.C: + optimized table::load/sql, now row
7522: ArrayString-s allocated with columns.count() elements and don't
7523: always grow from count=3[realloc,realloc]
7524:
7525: * src/classes/table.C: merged from HEAD: . ^table.save unused
7526: buffer after save
7527:
7528: * src/classes/table.C: . ^table.save unused buffer after save
7529:
7530: 2005-11-24 paf
7531:
7532: * configure.in: . merged glib2-config patch
7533:
7534: * configure.in: + trying to find glib2-config
7535:
7536: * src/: classes/file.C, include/pa_common.h, main/execute.C,
7537: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
7538: file/dir_readable to simple file/dir_exist, this would help in
7539: situations "class not found because .p file has bad rights" << in
7540: that case error would be explicit "access denied to 'this' file"
7541:
1.97 moko 7542: * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
7543: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
7544: src/Makefile.in, src/classes/Makefile.in,
7545: src/include/Makefile.in, src/include/pa_config_auto.h.in,
7546: src/lib/Makefile.in, src/lib/cord/Makefile.in,
7547: src/lib/cord/include/Makefile.in,
7548: src/lib/cord/include/private/Makefile.in, src/lib/gc/Makefile.in,
7549: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
7550: src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
7551: src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
7552: src/lib/smtp/Makefile.in, src/main/Makefile.in,
7553: src/sql/Makefile.in, src/targets/Makefile.in,
7554: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
7555: src/types/Makefile.in: makefiles
1.95 moko 7556:
7557: * src/: classes/file.C, include/pa_common.h, main/execute.C,
7558: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
7559: to simple file/dir_exist, this would help in situations "class
7560: not found because .p file has bad rights" << in that case error
7561: would be explicit "access denied to 'this' file"
7562:
1.97 moko 7563: * src/: include/Makefile.in, main/Makefile.in: makefiles
7564:
1.95 moko 7565: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
7566: include/pa_http.h, main/Makefile.am, main/main.vcproj,
7567: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
7568: ^file::exec/cgi[script;$.charset[changed]
7569: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
7570: encoded in $.charset charset
7571:
7572: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
7573: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
7574: encoded in $.charset charset
7575:
7576: * src/: include/Makefile.am, include/pa_common.h,
7577: include/pa_http.h, main/Makefile.am, main/main.vcproj,
7578: main/pa_common.C, main/pa_http.C: . extracted http:// into
7579: separate file [preparation for
7580: ^file::cgi[script;$.form[$.field1[]
7581:
7582: 2005-11-22 paf
7583:
7584: * src/: include/pa_version.h, main/compile.tab.C: makefiles
7585:
7586: * acinclude.m4, configure.in: . merged underquting fixes
7587:
1.97 moko 7588: * bin/Makefile.in, etc/Makefile.in,
7589: etc/parser3.charsets/Makefile.in, src/Makefile.in,
7590: src/classes/Makefile.in, src/include/Makefile.in,
7591: src/include/pa_config_auto.h.in, src/lib/Makefile.in,
7592: src/lib/cord/Makefile.in, src/lib/cord/include/Makefile.in,
7593: src/lib/cord/include/private/Makefile.in, src/lib/gc/Makefile.in,
7594: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
7595: src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
7596: src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
7597: src/lib/smtp/Makefile.in, src/main/Makefile.in,
7598: src/sql/Makefile.in, src/targets/Makefile.in,
7599: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
7600: src/types/Makefile.in: configure+makes
1.95 moko 7601:
7602: * src/classes/op.C: . overmerged a little
7603:
7604: * src/main/compile.tab.C: Makefile
7605:
7606: * src/main/: pa_common.C: . less gcc warnings
7607:
7608: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
7609: now reports original exception if we have no old cache
7610:
7611: * src/classes/op.C: + $exception.handled[cache] now reports
7612: original exception if we have no old cache
7613:
7614: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
7615: from HEAD: + ^taint/untaint[regex] << escapes these:
7616: \^$.[]|()?*+{}
7617:
7618: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
7619: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
7620:
7621: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
7622: getenv-ed variable, which does not work both on win32&unix.
7623: copied old TZ value now
7624:
7625: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
7626: stored pointer to getenv-ed variable, which does not work both on
7627: win32&unix. copied old TZ value now
7628:
7629: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
7630: getenv-ed variable, which does not work both on win32&unix.
7631: copied old TZ value now
7632:
7633: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
7634: access to internal hash
7635:
7636: * src/types/pa_vresponse.C: + $response:headers access to internal
7637: hash
7638:
7639: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
7640: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
7641: isapi] this reduces number of "GC Warning: Repeated allocation of
7642: very large block" messages to only important onces
7643:
7644: * src/targets/isapi/parser3isapi.C: +
7645: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
7646: isapi] this reduces number of "GC Warning: Repeated allocation of
7647: very large block" messages to only important onces
7648:
7649: * src/classes/string.C: merged from HEAD: + removed limitation on
7650: ^string/int/double:sql{}[$.default[({param style})] ]
7651:
7652: * src/classes/string.C: + removed limitation on
7653: ^string/int/double:sql{}[$.default[({param style})] ]
7654:
7655: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
7656: with ?params or $.form option" limitation
7657:
7658: * src/main/pa_common.C: + removed "use either uri with ?params or
7659: $.form option" limitation
7660:
7661: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7662: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
7663: ^file::base64[encoded] decode
7664:
7665: * src/: classes/file.C, classes/string.C, include/pa_common.h,
7666: main/pa_common.C: + ^file.base64[] encode +
7667: ^file::base64[encoded] decode
7668:
7669: * src/classes/: file.C, string.C: + ^string.base64[] encode +
7670: ^string:base64[encoded] decode
7671:
7672: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
7673: ^string:base64[in] encode + ^string.base64[] decode
7674:
7675: 2005-11-21 paf
7676:
7677: * src/classes/file.C: + merged from HEAD:
7678: ^file::create[text;file.xml;^untaint[xml]{data}]
7679:
7680: * src/classes/file.C: +
7681: ^file::create[text;file.xml;^untaint[xml]{data}]
7682:
7683: * src/main/pa_request.C: ! merged: $response:body[file] now
7684: differes from :download, it does not return content-disposition
7685: at all now [previusely it returned valueless content-disposition]
7686:
7687: * src/main/pa_request.C: ! $response:body[file] now differes from
7688: :download, it does not return content-disposition at all now
7689: [previusely it returned valueless content-disposition]
7690:
7691: * src/main/: compile.tab.C, compile.y: ! overoptimized void
7692: literals, reverted to just vvod, recreating empty array with each
7693: void_value token. that's absolutely needed, since that array
7694: grows
7695:
7696: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
7697: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
7698: types/pa_vmethod_frame.h: + merged: expression literals:
7699: true/false. ^format[$.indent(true)]
7700:
7701: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
7702: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
7703: types/pa_vmethod_frame.h: + expression literals: true/false.
7704: ^format[$.indent(true)]
7705:
7706: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
7707: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
7708: i386-pc-win32)"
7709:
7710: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
7711: $env:PARSER_VERSION reports "3.1.5beta (compiled on
7712: i386-pc-win32)"
7713:
7714: 2005-11-18 paf
7715:
7716: * src/classes/: double.C, int.C: ! ^int/double:sql{select
7717: null}[$.default(123)] will now return default value
7718:
7719: * src/classes/op.C: + merged ^cache[] << returns current cache
7720: expiration time
7721:
7722: * src/classes/op.C: + ^cache[] << returns current cache expiration
7723: time
7724:
7725: * src/classes/table.C: ! merged ^table::create[not'nameless';
7726: failed << Exception.problem_source pointed to local var!
7727:
7728: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
7729: Exception.problem_source pointed to local var!
7730:
7731: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
7732: now loads VFile.ptr!=0, so such files can be saved now
7733:
7734: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
7735: loads VFile.ptr!=0, so such files can be saved now
7736:
7737: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
7738: only . and .. now removed from list [were removed all .*]
7739:
7740: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
7741: .. now removed from list [were removed all .*]
7742:
7743: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
7744: open error now checked, were not :( [stole that piece from apache
7745: 1.3 sources]
7746:
7747: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
7748: checked, were not :( [stole that piece from apache 1.3 sources]
7749:
7750: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
7751: untainting of @main result if returned by $result or
7752: $response:body
7753:
7754: * src/main/pa_request.C: ! ensured proper untainting of @main
7755: result if returned by $result or $response:body
7756:
7757: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
7758: issue: now tries to guess content-length and allocates one big
7759: piece if possible [regretfully gc_realloc works as malloc+free,
7760: leaving lots of holes behind]
7761:
7762: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
7763: fixed file load memory issue: now tries to guess content-length
7764: and allocates one big piece if possible [regretfully gc_realloc
7765: works as malloc+free, leaving lots of holes behind]
7766:
7767: 2005-11-16 paf
7768:
7769: * src/: include/pa_common.h, classes/file.C, classes/table.C,
7770: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
7771: table::save with enclosers now doubles them: "->"" !
7772: table::save/load do not remove elements from options hash
7773:
7774: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
7775: [were overoptimized ^if(double_literal), compiler confused
7776: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
7777:
7778: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
7779: [were overoptimized ^if(double_literal), compiler confused
7780: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
7781:
7782: * src/: classes/file.C, classes/table.C, include/pa_common.h,
7783: main/pa_common.C: ! table::save with enclosers now doubles them:
7784: "->"" ! table::save/load do not remove elements from options hash
7785:
7786: 2005-11-03 paf
7787:
1.97 moko 7788: * src/main/: Makefile.am, Makefile.in, compile.tab.C: removed $<
7789: from .y compilation, not all makefiles liked that
1.95 moko 7790:
7791: 2005-08-30 paf
7792:
7793: * src/classes/op.C: merge . speedup check of [DEFAULT]
7794:
7795: * src/classes/op.C: . speedup check of [DEFAULT]
7796:
7797: 2005-08-26 paf
7798:
7799: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
7800:
7801: * src/: classes/date.C, types/pa_vdate.h: + date.week
7802:
7803: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
7804: complains about bad!=nameless
7805:
7806: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
7807: about bad!=nameless
7808:
7809: * src/classes/: hash.C, string.C, table.C, void.C: merged !
7810: optional options were allowed to be empty. were checked
7811: if(is_string), changed to !defined||is_string to allow void
7812:
7813: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
7814: classes/string.C, classes/table.C, classes/void.C: ! optional
7815: options were allowed to be empty. were checked if(is_string),
7816: changed to !defined||is_string to allow void
7817:
7818: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
7819: as_junction where they needed as_int/double, so failed with
7820: recent "(const) now no junction" optimization
7821:
7822: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
7823: merged ! many classes/* used as_junction where they needed
7824: as_int/double, so failed with recent "(const) now no junction"
7825: optimization
7826:
7827: * src/: classes/double.C, classes/int.C, classes/math.C,
7828: classes/op.C, classes/string.C, classes/table.C,
7829: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
7830: used as_junction where they needed as_int/double, so failed with
7831: recent "(const) now no junction" optimization
7832:
7833: 2005-08-24 paf
7834:
7835: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
7836: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
7837: stripped it
7838:
7839: 2005-08-09 paf
7840:
7841: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
7842: not cleared
7843:
7844: * src/: classes/classes.C, classes/classes.h, classes/date.C,
7845: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7846: classes/hashfile.C, classes/image.C, classes/int.C,
7847: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
7848: classes/response.C, classes/string.C, classes/table.C,
7849: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
7850: include/pa_array.h, include/pa_cache_managers.h,
7851: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7852: include/pa_config_fixed.h, include/pa_config_includes.h,
7853: include/pa_dictionary.h, include/pa_dir.h,
7854: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7855: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
7856: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
7857: include/pa_request_charsets.h, include/pa_request_info.h,
7858: include/pa_sapi.h, include/pa_socks.h,
7859: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7860: include/pa_stack.h, include/pa_string.h,
7861: include/pa_stylesheet_connection.h,
7862: include/pa_stylesheet_manager.h, include/pa_table.h,
7863: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7864: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7865: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7866: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
7867: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
7868: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
7869: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
7870: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
7871: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
7872: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
7873: main/pa_sql_driver_manager.C, main/pa_string.C,
7874: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
7875: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
7876: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
7877: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
7878: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7879: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
7880: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
7881: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
7882: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
7883: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
7884: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
7885: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
7886: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
7887: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
7888: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
7889: types/pa_vmemory.h, types/pa_vmethod_frame.C,
7890: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
7891: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7892: types/pa_vresponse.C, types/pa_vresponse.h,
7893: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7894: types/pa_vstateless_object.h, types/pa_vstatus.C,
7895: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
7896: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
7897: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
7898: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
7899: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
7900:
7901: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
7902: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
7903: speedup consequent checks in vmethod_frame
7904:
7905: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
7906: not cleared
7907:
7908: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
7909: params: 50 max (were 10)
7910:
7911: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
7912: params: 50 max (were 10)
7913:
7914: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
7915: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
7916: pa_wcontext.h: + ^call[$void] param inside now is void (were:
7917: empty string) ! simplified (double) speedup consequent checks in
7918: vmethod_frame
7919:
7920: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
7921: optimized constants in expressions vstring->vdouble + optimized
7922: ^call(vdouble), no junction creation, no calls later
7923:
7924: 2005-08-08 paf
7925:
7926: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
7927: integrated
7928:
7929: * bin/auto.p.dist.in: . apache bad 404 handling workaround
7930: integrated
7931:
7932: * src/main/: compile.tab.C, compile.y, compile_tools.C,
7933: compile_tools.h: merged + optimized constants in expressions
7934: vstring->vdouble + optimized ^call(vdouble), no junction
7935: creation, no calls later
7936:
7937: * src/types/pa_vdouble.h: merged . double values without fractional
7938: part now default printed as %.0f instead of %g
7939:
7940: * src/types/pa_vdouble.h: . double values without fractional part
7941: now default printed as %.0f instead of %g
7942:
7943: * src/classes/hashfile.C: . merged ! second hashfile::open would
7944: cause an exception
7945:
7946: * src/classes/hashfile.C: ! second hashfile::open would cause an
7947: exception
7948:
7949: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
7950: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7951: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7952: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
7953: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
7954: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
7955: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
7956: types/pa_vresponse.h, types/pa_vstateless_class.C,
7957: types/pa_vstateless_object.h, types/pa_vvoid.h,
7958: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
7959: merged VJunction(new Junction) optimization from 3.1.4
7960:
7961: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
7962: types/pa_vstateless_class.C: + optimized new VJunction(new
7963: Junction(params)) to new VJunction(params), thousands of mallocs
7964: removed
7965:
7966: 2005-08-05 paf
7967:
7968: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
7969: types/pa_vdouble.h, types/pa_vmethod_frame.C,
7970: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
7971: creation, no calls later
7972:
7973: * src/: classes/classes.C, classes/classes.h, classes/date.C,
7974: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
7975: classes/hashfile.C, classes/image.C, classes/int.C,
7976: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
7977: classes/response.C, classes/string.C, classes/table.C,
7978: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
7979: include/pa_array.h, include/pa_cache_managers.h,
7980: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
7981: include/pa_config_fixed.h, include/pa_config_includes.h,
7982: include/pa_dictionary.h, include/pa_dir.h,
7983: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
7984: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
7985: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
7986: include/pa_request_charsets.h, include/pa_request_info.h,
7987: include/pa_sapi.h, include/pa_socks.h,
7988: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
7989: include/pa_stack.h, include/pa_string.h,
7990: include/pa_stylesheet_connection.h,
7991: include/pa_stylesheet_manager.h, include/pa_table.h,
7992: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
7993: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
7994: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
7995: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
7996: lib/smtp/smtp.h, main/compile.C, main/compile.y,
7997: main/compile_tools.C, main/compile_tools.h, main/execute.C,
7998: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
7999: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
8000: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
8001: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
8002: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
8003: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
8004: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
8005: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
8006: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8007: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8008: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
8009: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
8010: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8011: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
8012: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
8013: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
8014: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
8015: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
8016: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
8017: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
8018: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8019: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8020: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8021: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8022: types/pa_vstateless_object.h, types/pa_vstatus.C,
8023: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
8024: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
8025: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8026: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
8027: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
8028:
8029: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
8030: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
8031: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
8032: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
8033: main/compile.y, main/compile_tools.C, main/compile_tools.h,
8034: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
8035: optimized constants in expressions vstring->vdouble
8036:
8037: 2005-07-29 paf
8038:
8039: * src/types/pa_vclass.C: . shaped up error messages a bit
8040:
8041: * src/types/pa_vclass.C: + property getter can now be overridden
8042:
8043: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
8044: bug fix: static parent fields were not replaced in case
8045: $derived:field[put] + property setter can now be overridden
8046:
8047: 2005-07-28 paf
8048:
8049: * configure, configure.in, src/classes/classes.h,
8050: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
8051: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
8052: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
8053: src/classes/xnode.h, src/include/pa_hash.h,
8054: src/include/pa_version.h, src/main/execute.C,
1.97 moko 8055: src/types/Makefile.am, src/types/Makefile.in,
8056: src/types/pa_method.h, src/types/pa_value.h,
8057: src/types/pa_vclass.C, src/types/pa_vclass.h,
8058: src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
8059: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
8060: src/types/pa_vhash.h, src/types/pa_vhashfile.h,
8061: src/types/pa_vimage.C, src/types/pa_vimage.h,
8062: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
8063: src/types/pa_vobject.h, src/types/pa_vproperty.h,
8064: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
8065: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
8066: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
1.95 moko 8067: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
8068: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
8069: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
8070: dynamic_fields_join
8071:
8072: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
8073: classes/xnode.C, include/pa_hash.h, main/execute.C,
8074: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
8075: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8076: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
8077: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
8078: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8079: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8080: types/pa_vresponse.h, types/pa_vstateless_object.h,
8081: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
8082: types/pa_wwrapper.h: ! restored put_element('replace' param), and
8083: restored its checks in vobject.put_element->static fields |
8084: dynamic properties
8085:
8086: 2005-07-27 paf
8087:
8088: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
8089: is some old code containing @set_name $name
8090:
8091: * src/types/pa_vobject.h: . fixed warning
8092:
8093: * configure, configure.in, src/include/pa_version.h,
1.97 moko 8094: src/types/Makefile.am, src/types/Makefile.in: 3.2.0beta started
1.95 moko 8095:
8096: * src/: classes/xnode.C, include/pa_hash.h,
8097: types/pa_vstateless_class.C: ! new asserts were all false.
8098: regretfully reverted them all to checks
8099:
8100: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
8101: classes/op.C, main/execute.C, types/pa_method.h,
8102: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8103: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8104: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8105: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
8106: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8107: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8108: types/pa_vstateless_object.h, types/pa_vvoid.h,
8109: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
8110: joined_dynamic_fields: removed unused param from put_method
8111: (returned to 3 params)
8112:
8113: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
8114: joined_dynamic_fields: dynamic get/set works with overriding
8115: props [alpha2]
8116:
8117: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
8118: works [alfa]
8119:
8120: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
8121: classes/op.C, include/pa_hash.h, main/execute.C,
8122: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
8123: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
8124: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
8125: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
8126: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
8127: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8128: types/pa_vresponse.h, types/pa_vstateless_class.C,
8129: types/pa_vstateless_object.h, types/pa_vvoid.h,
8130: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
8131: joined_dynamic_fields: just compiled
8132:
8133: * src/: classes/date.C, classes/file.C, classes/hash.C,
8134: classes/hashfile.C, classes/image.C, classes/table.C,
8135: classes/xdoc.C, classes/xnode.h, main/execute.C,
8136: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
8137: types/pa_vstateless_class.h: joined_dynamic_fields: started
8138:
8139: * src/types/pa_vobject.C: . object setters [only started, does not
8140: work yet]
8141:
8142: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
8143: object setters [only started, does not work yet]
8144:
8145: 2005-07-26 paf
8146:
8147: * src/: include/pa_request.h, main/execute.C: . properties: set
8148: works [alpha2]. for classes. todo: for objects
8149:
8150: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
8151: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
8152: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
8153: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
8154: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
8155: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
8156: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
8157: types/pa_vstateless_object.h, types/pa_vvoid.h,
8158: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
8159: properties: set works [alpha1]
8160:
8161: 2005-07-25 paf
8162:
8163: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
8164: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
8165: properties: started, get works [alpha1, other approach]
8166:
8167: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
8168: properties: started, get works [alpha2]
8169:
8170: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
8171: pa_vstateless_class.h: . properties: started, get works [alpha]
8172:
8173: 2005-07-15 paf
8174:
8175: * src/: classes/classes.h, classes/op.C, main/execute.C,
8176: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
8177: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8178: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8179: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
8180: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
8181: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
8182: types/pa_vresponse.C, types/pa_vresponse.h,
8183: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
8184: types/pa_vstateless_object.h, types/pa_vvoid.h,
8185: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
8186: types/pa_wwrapper.h, types/types.vcproj: + started property
8187: [getters work but think of changing them too to precaching]
8188:
8189: 2005-07-08 paf
8190:
8191: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
8192: gpf
8193:
8194: 2005-06-28 paf
8195:
8196: * src/: classes/file.C, main/untaint.C: ! string invariant violated
8197: in passing empty strings to file::exec/cgi environment
8198:
8199: 2005-06-06 paf
8200:
8201: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
8202: ^table:sql ^hash:sql now DO process $.bind option
8203:
8204: 2005-05-24 paf
8205:
8206: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
8207: $.limit] now work again [support was broken in 3.1.4]
8208:
8209: * src/: main/pa_string.C, classes/op.C: . steps toward removing
8210: ALL_INTERIOR_POINTERS
8211:
8212: 2005-05-12 paf
8213:
8214: * configure: 3.1.5beta
8215:
8216: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
8217:
8218: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
8219: $.limit] now work again [support was broken in 3.1.4]
8220:
8221: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
8222: line-width [was refusing to fill if line-width >1, thanks to
8223: Seras <seras@pinxit.lt> for repro case
8224:
8225: 2005-04-25 paf
8226:
8227: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
8228: correctly
8229:
8230: 2005-04-19 paf
8231:
8232: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
8233: in VString violating invariant!!
8234:
8235: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
8236: getenv("TZ")==null
8237:
8238: 2005-04-08 paf
8239:
8240: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
8241: bugfix: when there is no char in charset one byte produces 6
8242: (ÿ <<max). increased buffer size!
8243:
8244: 2005-03-23 paf
8245:
8246: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
8247: ^date.sql-string now takes TZ into account
8248:
8249: 2005-03-16 paf
8250:
8251: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
8252: gcc 3.4
8253:
8254: * src/types/pa_vhash.C: . warning about eof eol
8255:
8256: 2005-02-17 paf
8257:
8258: * operators.txt, src/classes/op.C: + operator ^sleep(double
8259: seconds)
8260:
8261: 2005-02-02 paf
8262:
8263: * src/classes/xnode.C: beauty: removed needless includes
8264:
8265: 2005-01-31 paf
8266:
8267: * src/types/pa_vmail.C: change: $.partX now always 1... change:
8268: $.partNoNumber now alias to $.part1
8269:
8270: * src/types/pa_vmail.C: change: incoming letter part contains
8271: "content-disposition" header with any value? now considering that
8272: part to be "file#" [for text/plain text/html were $.text#
8273: $.html#]
8274:
8275: * INSTALL: updatet to latest working versions available
8276:
8277: 2005-01-20 paf
8278:
8279: * configure.in, src/include/pa_version.h: version
8280:
8281: 2005-01-19 paf
8282:
1.97 moko 8283: * src/: lib/gd/Makefile.am, lib/gd/Makefile.in,
8284: lib/ltdl/Makefile.am, lib/ltdl/Makefile.in,
8285: targets/cgi/parser3.C, types/Makefile.am, types/Makefile.in:
8286: forgotten makefiles. couple warnings in parser3.C
1.95 moko 8287:
8288: 2004-12-23 paf
8289:
8290: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
8291:
8292: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
8293: dir to directory of script (when shbang used), not to directory
8294: of its interpreter
8295:
8296: * src/include/pa_version.h: compiled on win32...
8297:
8298: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
8299: we need more hspace
8300:
8301: * configure, configure.in, src/include/pa_version.h: configured
8302: host to pa_version. will be displayed everywhere
8303:
8304: * src/main/pa_request.C: new: @unhandled_exception can prevent
8305: exception from being logged by setting $exception.handled(1)
8306:
8307: * operators.txt, src/classes/file.C: change:
8308: ^file::sql{query}[[options]] options: $.name[file name]
8309: $.content-type[application/what]
8310:
8311: * src/: include/pa_common.h, main/pa_common.C,
8312: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
8313: new file
8314:
8315: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
8316: bugfix: table->hash now regards _default
8317:
8318: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
8319: created by accessing $name_of_method it acquired bad self=closest
8320: methodframe; instead of proper self (current class)
8321:
8322: * src/types/pa_vhashfile.C: bugfix: reading empty string from
8323: hashfile produced bad cord
8324:
8325: 2004-12-10 paf
8326:
8327: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
8328: subsequent failures though defined in .h
8329:
8330: * src/main/pa_common.C: comment on volatile
8331:
8332: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
8333: alarm function were not used since the beginning due to stupid
8334: error [setsigjmp were not checked in configure.in]
8335:
8336: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
8337: unix too
8338:
8339: * src/main/pa_common.C: http: exception status of send/recv errors
8340: change to most probable http.timeout
8341:
8342: * src/main/pa_common.C: win32: http connection $.timeout option now
8343: works [setsockopt on send/receive]
8344:
8345: 2004-12-08 paf
8346:
8347: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
8348: cstr-ed knowing mail charset, and untainting uri lang now knows
8349: proper charset
8350:
8351: 2004-11-24 paf
8352:
8353: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
8354:
8355: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
8356: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
8357:
8358: 2004-11-12 paf
8359:
8360: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
8361: [since 3.0.4]
8362:
8363: 2004-11-09 paf
8364:
8365: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
8366: writes basics to c:\parser3.log
8367:
8368: 2004-10-21 paf
8369:
8370: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
8371: tainted strings [were returning clean onces]
8372:
8373: 2004-10-15 paf
8374:
8375: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
8376: cycles(i=1; i=2), which was wrong, now does ONE
8377:
8378: 2004-10-12 paf
8379:
8380: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
8381:
8382: 2004-10-07 paf
8383:
8384: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
8385: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
8386: release asserts
8387:
8388: * src/: main/pa_string.C, include/pa_string.h: debugger help:
8389: String.dump() to stdout in detailed form [were String.v() in
8390: short form]
8391:
8392: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
8393: \t\r\n as @#| and truncates long char sequences less
8394:
8395: 2004-10-06 paf
8396:
8397: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
8398: win32 beauty: socket errors properly decoded
8399:
8400: 2004-10-05 paf
8401:
8402: * src/: include/pa_request.h, main/pa_request.C: bugfix:
8403: request::configure_user/admin done always, even if no
8404: file-to-process useful in @unhandled_exception [say, if they
8405: would want to mail by SMTP something]
8406:
8407: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
8408: now performed prior to file loading [and @auto executing] thus
8409: making $cookie:value available in @auto and in
8410: @unhandled_exception when IIS is configured to run interpreter
8411: even if no file exist
8412:
8413: 2004-09-20 paf
8414:
8415: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
8416: somewhere where it should have called xmlMalloc and it calls
8417: xmlFree when it should have not called it. inserted two
8418: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
8419: xmlFree just ignored. put away a testcase, maybe someday libxml
8420: author would fix all that. until that day: we have SLOW garbage
8421: collecting when many xml objects are alive hint: do
8422: ^memory:compact[] before xdoc::create
8423:
8424: 2004-09-17 paf
8425:
8426: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
8427: error from 3.0.8 version]
8428:
8429: 2004-09-14 paf
8430:
8431: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
8432: part bugfix: hashfile.foreach iterated only part if hashfile were
8433: modified inside
8434:
8435: 2004-09-13 paf
8436:
8437: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
8438: [were as octal]
8439:
8440: * src/types/pa_vhashfile.C: beauty: not reproduced
8441: $hashfile.key[$novalue] bug [reported by motorin], inserted
8442: safety-check
8443:
8444: * src/types/pa_vhashfile.C: change: empty keys now error in parser
8445: [not something obscure from sdbm lib]
8446:
8447: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
8448: = strerror now returnes something and we can properly report that
8449: to client
8450:
8451: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
8452: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
8453:
8454: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
8455: [tainted as-is] this helps //[space][newline] to remain as-is and
8456: not be unnecessary optimized away [ruining javascript]
8457:
8458: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
8459: [tainted as-is]
8460:
8461: * src/classes/mail.C: bugfix: typo error
8462:
8463: 2004-09-09 paf
8464:
8465: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
8466: separators bugfix: loads header with endings \r\n\r\n and \n\n
8467: (bloody yandex.server)
8468:
8469: 2004-09-06 paf
8470:
8471: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
8472: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
8473: encoded
8474:
8475: 2004-09-01 paf
8476:
8477: * src/types/pa_vmail.C: change: multipart/mixed changed to
8478: multipart/related outlook express have no problems showing
8479: unrelated attachments. todo: someday figure out a way of
8480: multipart/mixed multipart/related text/html
8481: image/xxx application/octet-stream << true attachments
8482:
8483: * src/types/pa_vmail.C: new:
8484: ^mail:send[$.file[$.content-disposition can be overriden new:
8485: empty mail header fields removed from letter
8486:
8487: * src/: classes/mail.C, include/pa_config_fixed.h,
8488: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
8489: ^mail:send[ $.file[ $.any[header]
8490:
8491: 2004-08-30 paf
8492:
8493: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
8494: warnings
8495:
8496: * src/main/pa_common.C: beauty: do not bother with charset
8497: detection when ^file::load[binary
8498:
8499: 2004-08-27 paf
8500:
8501: * src/main/pa_common.C: hack: for yandex.server http server
8502:
8503: 2004-08-18 paf
8504:
8505: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
8506: possibly-chunked response
8507:
8508: 2004-08-17 paf
8509:
8510: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
8511: $f.content-type now = that of http response
8512:
8513: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
8514: $f.content-type now = that of http response
8515:
8516: 2004-07-30 paf
8517:
8518: * src/: include/pa_request.h, main/pa_request.C,
8519: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
8520: win32: system&parser exceptions in release mode reported properly
8521: parser exception in exception handler WERE mistakenly reported as
8522: system exception, without details [in apache & isapi] +some
8523: beauty in exception text
8524:
8525: * src/: include/pa_exception.h, main/pa_request.C,
8526: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
8527: release mode reported properly parser exception in exception
8528: handler WERE mistakenly reported as system exception, without
8529: details
8530:
8531: * src/main/execute.C: beauty: simplified system exception handling
8532:
8533: 2004-07-29 paf
8534:
8535: * src/classes/table.C: bugfix:
8536: ^table.save[export.csv;$.separator[^;]] now works fine [separator
8537: were ignored, and \t used unconditionally]
8538:
1.97 moko 8539: * src/types/Makefile.in: added vhash.c
8540:
1.95 moko 8541: * src/types/Makefile.am: added vhash.c
8542:
8543: 2004-07-28 paf
8544:
8545: * src/: classes/date.C, classes/image.C, classes/math.C,
8546: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
8547: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
8548: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
8549: failed on russian letters
8550:
8551: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
8552: bugfix: isspace((unsigned char)c) everywhere. failed on russian
8553: letters
8554:
8555: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
8556: as 'currentDirectory' parameter to CreateProcess
8557:
8558: 2004-07-27 paf
8559:
8560: * src/targets/cgi/parser3.vcproj: beauty: win32:
8561: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
8562: from release somewhere [to help searching for unhandled system
8563: exceptions]
8564:
8565: * src/types/pa_vdate.h: check: for invalid datetime after temporary
8566: TZ shift
8567:
8568: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
8569: but also in ctor
8570:
8571: 2004-07-26 paf
8572:
8573: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
8574: src/main/pa_request.C, src/types/pa_vfile.h,
8575: src/types/pa_vhash.C, src/types/pa_vhash.h,
8576: src/types/types.vcproj: new: $response:body/download[
8577: $.file[name on disk] $.name[of file for user]
8578: $.mdate[date of last-modified. default from directory] ]
8579:
8580: * src/classes/file.C: moving file:send somewhere else..
8581:
8582: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
8583: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
8584: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
8585: $response:download[ $.filename[filename] $.option[] ,, ]
8586:
8587: * src/classes/file.C: beauty: invalid mode thoroughly reported
8588:
8589: 2004-07-21 paf
8590:
8591: * src/types/pa_vmail.C: bugfix: too long header values now splitted
8592: to several lines
8593:
8594: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
8595:
8596: note: ms outlook[!express] shows only first 255 characters of
8597: subject
8598:
8599: 2004-07-15 paf
8600:
8601: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
8602: off]
8603:
8604: 2004-07-14 paf
8605:
8606: * src/classes/table.C: bugfix: $.bind values now got untainted
8607: according to lang [were: as-is]
8608:
8609: 2004-07-07 paf
8610:
8611: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
8612: checked that
8613:
8614: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
8615: now untainted according to their languages. were: as-is.
8616: EVERYWHERE
8617:
8618: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
8619: environment string now untainted according to their languages.
8620: were: as-is. EVERYWHERE
8621:
8622: * src/main/pa_exec.C: bufix: on unix environment string now
8623: untainted according to their languages. were: as-is. on win32:
8624: ok
8625:
8626: * parser3.vssscc: ...would not go unnoticed
8627:
8628: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
8629: fails. in case on input appears nonutf, those bytes will be
8630: printed in %HH form. that can be easily decoded/recovered.
8631:
8632: this form is quite noticable, and hopefully would not go noticed
8633:
8634: 2004-07-06 paf
8635:
8636: * src/main/pa_exec.C: bufix: on unix environment string now
8637: untainted according to their languages. were: as-is. on win32:
8638: ok
8639:
8640: 2004-07-01 paf
8641:
8642: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
8643: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
8644: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
8645: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
8646: main/main.vcproj, targets/cgi/parser3.vcproj,
8647: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
8648: option: global optimization ON
8649:
8650: * src/main/untaint.C: workaround kinda bug in libxml: life requires
8651: to do xdoc::create{invalid chars} standard disables chars less
8652: then \x20, except tab, cr, lf.
8653:
8654: changed tainting so that those become '!'
8655:
8656: 2004-06-25 paf
8657:
8658: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
8659: int on odd address [prev bugfix failed due to superwize
8660: optimizer, which turned memcpy into same 'ld' asm command]
8661:
8662: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
8663: int on odd address
8664:
8665: 2004-06-22 paf
8666:
8667: * src/sql/pa_sql_driver.h: note: about possible optimization
8668:
8669: * operators.txt, src/classes/hash.C, src/classes/memory.C,
8670: src/classes/string.C, src/classes/table.C, src/classes/void.C,
8671: src/include/pa_config_includes.h: new: ^void:sql{call
8672: paf(:a)}[ $.bind[ $.a[2]
8673: ] ] output variables work. todo: check in out
8674: variables
8675:
8676: 2004-06-18 paf
8677:
8678: * src/: classes/file.C, classes/hash.C, classes/string.C,
8679: classes/table.C, classes/void.C, include/pa_globals.h,
8680: include/pa_sql_connection.h, main/compile.tab.C,
8681: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
8682: $.bind[ $.a[2] ]
8683: ] input variables work. todo:output
8684:
8685: * src/targets/cgi/parser3.C: bugfix: iis specific
8686: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
8687: /_bug.html?404;http://hpsv/test/
8688: --------------------------------------------------------------------------------
8689: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
8690: --------------------------------------------------------------------------------
8691: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
8692:
8693: 2004-06-16 paf
8694:
8695: * src/targets/cgi/parser3.C: new: iis specific
8696: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
8697: $request:query
8698: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
8699: $form:fields IIS-STATUS="404"
8700: IIS-DOCUMENT="http://server/_bug.html" f="v"
8701:
8702: todo: isapi too
8703:
8704: 2004-05-26 paf
8705:
8706: * src/include/pa_version.h: 3.1.3
8707:
8708: * operators.txt: beauty: removed outdated level 'table'
8709:
8710: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
8711:
8712: * src/main/pa_string.C: beauty: removed 3 warnings
8713:
8714: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
8715: classes/op.C: beauty: removed outdated level 'table'
8716:
8717: 2004-05-25 paf
8718:
8719: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
8720: implementation. mistery: how anything worked
8721:
8722: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
8723: changed, it is now safe to use url if pointers to it are stored
8724: to gc mem
8725:
8726: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
8727: unknown errors reported and not cause SIGSEGV now
8728:
8729: 2004-05-24 paf
8730:
8731: * src/: include/pa_string.h, lib/cord/cordbscs.c,
8732: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
8733: less memory: CORD_chars_block originally intended to ... it was
8734: good that CORD_chars_block were not used: it consumes more memory
8735: [and, might be slow too] undoing that. [and removed that func so
8736: that it would not confuse parser developer in future]
8737:
8738: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
8739: less memory: CORD_chars_block originally intended to
8740: speedup/reduce mem usage were forgotten, and were used stupid
8741: CORD_chars
8742:
8743: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
8744:
8745: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
8746: BIGENDIAN processors space-conserving mech failed, causing
8747: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
8748: (1|2|3));
8749:
8750: 2004-05-14 paf
8751:
8752: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
8753: bugfix: void now has vfile value, and $response:body[] works OK
8754:
8755: 2004-05-12 paf
8756:
8757: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
8758: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
8759: sources to use is_defined() {return as_bool();} along VBool
8760:
8761: 2004-05-11 paf
8762:
8763: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
8764: referencing to local objects
8765:
8766: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
8767: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
8768: left intact
8769:
8770: 2004-04-15 paf
8771:
8772: * src/classes/date.C: merged: beauty: unused var removed
8773:
8774: * src/classes/date.C: beauty: unused var removed
8775:
8776: * src/include/: pa_exec.h: bugfix: interface without pointer
8777: provoked bug
8778:
8779: 2004-04-09 paf
8780:
8781: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
8782:
8783: * src/types/pa_vform.C: bugfix: form:imap were incorrect
8784:
8785: 2004-04-08 paf
8786:
8787: * src/classes/date.C: new: ^date::create[y-m-d
8788: h-M-s>>.milliseconds<<] now allowed, ignored so far
8789:
8790: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
8791:
8792: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
8793: to consult default catalog [usually, that file belongs to other
8794: user/group]
8795:
8796: 2004-04-06 paf
8797:
8798: * src/main/pa_common.C: beauty: gcc warning removed
8799:
8800: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
8801: accept that trick, trying other
8802:
8803: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
8804: explicit result problem
8805:
8806: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
8807: explicit result problem
8808:
8809: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
8810: explicit result problem
8811:
8812: * operators.txt, src/classes/string.C: new: ^string.append[string]
8813:
8814: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
8815: main/execute.C: attempt_check_call_in_explicit_result_mode:
8816: failed
8817:
8818: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
8819: http://i.p.a.ddress gethostbyaddr added [on some platforms
8820: gethostbyname failed with such 'domains'] now checked properly,
8821: were: needless reverse/forward dns lookup
8822:
8823: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
8824: http://i.p.a.ddress gethostbyaddr added [on some platforms
8825: gethostbyname failed with such 'domains'] now checked properly,
8826: were: needless reverse/forward dns lookup
8827:
8828: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
8829: @method[][result] means "no string output here" moved to lexical
8830: level [on grammar level it were too difficult]
8831:
8832: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
8833: src/main/compile.y, src/main/compile_tools.h,
8834: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
8835: @method[][result] means "no string output here", implemented part
8836: of that idea: compiler throws away string literal generation
8837: code. and barks nonwhitespace chars
8838:
8839: * operators.txt: truth: removed comment about $ORIGIN
8840:
8841: 2004-04-05 paf
8842:
8843: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
8844: src/include/pa_version.h, src/main/pa_common.C,
8845: src/targets/isapi/parser3isapi.C: merged with 3.1.3
8846:
8847: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
8848: Konstantin Tomashevitch [mailto:konst@design.ru]
8849:
8850: * src/doc/html2chm.cmd: beauty: no need in bg here
8851:
8852: * src/doc/sources2html.cmd: beauty: same window, in bg it
8853: interfered with FAR console
8854:
8855: * configure, configure.in: 3.1.3
8856:
8857: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
8858:
8859: * src/main/pa_common.C: removed warning
8860:
8861: * src/include/pa_version.h: 3.1.3
8862:
8863: 2004-04-02 paf
8864:
8865: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
8866:
8867: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
8868: allows to specify where to put parser log file
8869:
8870: 2004-04-01 paf
8871:
8872: * src/classes/table.C: bugfix: bugfix: table::load last line
8873: without tab and enter were ignored
8874:
8875: * src/: include/pa_cache_managers.h, include/pa_globals.h,
8876: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
8877: main/pa_socks.C, targets/cgi/parser3.C,
8878: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
8879: bugfix: sql connections now are disconnected
8880:
8881: 2004-03-30 paf
8882:
8883: * src/classes/table.C: bugfix: table::load last line without tab
8884: and enter were ignored
8885:
8886: * src/classes/table.C: bufix: if last table lines were commented,
8887: gpfed
8888:
8889: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
8890: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
8891: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
8892: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
8893: doc/methoded.dox, doc/object.dox, doc/string.dox,
8894: doc/targets.dox, doc/value.dox, include/pa_version.h,
8895: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
8896: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
8897: bugfixes from 3.1.2, changed version to 3.1.3beta
8898:
8899: 2004-03-29 paf
8900:
8901: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
8902: causes gpf
8903:
8904: * src/doc/: ClassExample1.dox, ClassExample2.dox,
8905: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
8906: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
8907: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
8908: value.dox: translated to english
8909:
8910: 2004-03-25 paf
8911:
8912: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
8913: parser3project dependency removed
8914:
8915: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
8916: bugfix: refused to compile without xml
8917:
8918: * src/types/pa_vform.C: beauty: removed warning
8919:
8920: * src/classes/classes.vcproj: merged bugfix: now all compiles in
8921: any folder [removed last ;) folder dependency]
8922:
8923: * src/classes/classes.vcproj: bugfix: now all compiles in any
8924: folder [removed last ;) folder dependency]
8925:
8926: * src/include/pa_version.h: release
8927:
8928: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
8929:
8930: * src/classes/table.C: beauty: comment& more meaningful error
8931: message
8932:
8933: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
8934: $.hash[$.column_value1(true) ... ] [were producing some strang
8935: thing]
8936:
8937: 2004-03-23 paf
8938:
8939: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
8940: and http status line parsing checked number of columns in table
8941: [user reported an assert]
8942:
8943: * operators.txt: example: on hashfile
8944:
8945: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
8946: bugfix: junction reattach now actually reattaches a junction to
8947: new wcontext [were only assigning it to junction, which caused
8948: junction tracking to loose junction, and it's context were not
8949: killed, and it tried to process in invalid context, gpf]
8950:
8951: * src/targets/cgi/parser3.C: debug helper added
8952:
8953: 2004-03-19 paf
8954:
8955: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
8956: "type(type)" in braces
8957:
8958: 2004-03-10 paf
8959:
8960: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
8961: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
8962: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
8963: solution to search-in-namespaces problem:
8964: $xdoc.search-namespaces.x[http://pif.design.ru/]
8965: $nodes[^xdoc.select[//x:second]]
8966:
8967: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
8968: expression][[NAMESPACES HASH]] allows to search for info in
8969: namespaces
8970:
8971: $nodes[^xdoc.select[//x:second][
8972: $.x[http://pif.design.ru/] ]]
8973:
8974: 2004-03-09 paf
8975:
8976: * operators.txt, src/main/pa_common.C: new:
8977: ^file::load[...][options] $.form[
8978: !$.field1[string]
8979: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
8980: ] !$.body[string]
8981:
8982: GET ?here notGET(POST, HEAD, others) in content-type:
8983: application/x-www-form-urlencoded
8984:
8985: todo: upload files ability
8986:
8987: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
8988: properly, done
8989:
8990: 2004-03-05 paf
8991:
8992: * operators.txt, src/main/pa_common.C: new: file::load[;http://
8993: GET/POST $.form[$.fields started, not tested yet
8994: todo:$.field[table] for multiple values
8995:
8996: * operators.txt: new: http:// options $.user $.password basic
8997: authorization
8998:
8999: * src/main/pa_common.C: beauty: link to rtf added
9000:
9001: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
9002: new: http:// options $.user $.password basic authorization
9003:
9004: * src/main/pa_common.C: beauty: removed needless vars
9005:
9006: * operators.txt: new: pgsql option [like that recently added to
9007: oracle driver] ClientCharset=parser-charset <<
9008: charset in which parser thinks client works
9009:
9010: * operators.txt: new: odbc option [like that recently added to
9011: oracle driver] ClientCharset=parser-charset <<
9012: charset in which parser thinks client works
9013:
9014: * src/sql/pa_sql_driver.h: beauty: important warning added
9015:
9016: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
9017: char!
9018:
9019: * etc/parser3.charsets/windows-1251.cfg: typo
9020:
9021: 2004-03-04 paf
9022:
9023: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
9024: cached, sql transcoding now goes faster
9025:
9026: * operators.txt: new: mysql option [like that recently added to
9027: oracle driver] ClientCharset=parser-charset <<
9028: charset in which parser thinks client works
9029:
9030: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
9031: typo error
9032:
9033: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
9034: chars commented
9035:
9036: 2004-03-03 paf
9037:
9038: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
9039: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
9040:
9041: 2004-03-02 paf
9042:
9043: * operators.txt: new[update typo]: !^void.left(n)
9044: nothing !^void.right(n) nothing !^void.mid(p[;n])
9045: nothing
9046:
9047: * operators.txt, src/classes/void.C: new: !^void.left(n)
9048: nothing !^void.right(n) nothing !^void.pos(p[;n])
9049: nothing
9050:
9051: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
9052: ^file::sql[[name_to_become_$.name]]{} query result must be one
9053: row with columns: first: data second: file name third:
9054: content-type
9055:
9056: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
9057: ^connect gets properly escaped string, which can be passed to
9058: request now this for mysql only. it's up to parser sql driver to
9059: fix zeros properly
9060:
9061: * INSTALL: note: added on building apache with this option:
9062: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
9063:
9064: 2004-03-01 paf
9065:
9066: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
9067: extension memory:compact befor processingrequest
9068:
9069: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
9070: call sole column of result
9071:
9072: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
9073: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
9074: pixel color
9075:
9076: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
9077: beauty: image -- less checks [were ugly impl]
9078:
9079: * src/classes/string.C: bugfix: ^string.left/right/mid with
9080: negative values now considered bad
9081:
9082: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
9083:
9084: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
9085: options now have unified defaults [after transform
9086: indent/omit-xml-declaration/standalone 'default' erroreously
9087: meant 'true']
9088:
9089: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
9090: added [on some platforms gethostbyname failed with such
9091: 'domains']
9092:
9093: * src/include/pa_config_auto.h.in: no select check, no define
9094:
9095: * src/classes/string.C: feature: ^string.trim both parameters may
9096: be empty-strings, meaning kind=both chars=whitespaces
9097:
9098: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
9099: exist
9100:
9101: * src/classes/string.C: check: trim 'chars' must not be empty,
9102: exception if it is
9103:
9104: * src/classes/string.C: changed: ^string.trim [] << both,
9105: whitespaces [start|both|end] << kind, whitespaces
9106: [start|both|end;chars] full
9107:
9108: 2004-02-27 paf
9109:
9110: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
9111: method: ^string.trim[start|both|end[;chars]] default
9112: 'chars' -- whitespace chars finished
9113:
9114: * operators.txt, src/classes/string.C, src/include/pa_string.h,
9115: src/main/pa_string.C: new method:
9116: ^string.trim[start|both|end[;chars]] default 'chars' --
9117: whitespace chars started, only start works
9118:
9119: * src/main/compile.C: bugfix: line numbers after
9120: ^process{}[$.line(-10]] can be negative, allowed to print they as
9121: signed
9122:
9123: * src/main/untaint.C: speed: there's no \n chars in output
9124: [normally], so no need to optimize them they could be retrived
9125: from databases, though. but 1. should be replaced 2. if not
9126: optimized, no harm done
9127:
9128: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
9129: ^file::exec/cgi could return invalid status & zombie child can
9130: remain for short period until process exists [very bad in
9131: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
9132:
9133: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
9134: malicious SMTP server to attack as by returning too long status
9135: responses http://i2/tasks/edit/?id=4629448401140924947
9136:
9137: 2004-02-26 paf
9138:
9139: * operators.txt: feature: ^process...{CODE}[now has options] which
9140: are $.main[to what to rename @main] $.file[file,
9141: from which (user says) goes that CODE] $.lineno(line
9142: number in that file, where CODE starts. may be negative)
9143:
9144: * operators.txt, src/classes/op.C, src/include/pa_request.h,
9145: src/main/compile.C, src/main/compile_tools.h,
9146: src/main/pa_request.C: feature: ^process...{CODE}[now has
9147: options] which are $.main[to what to rename @main]
9148: $.file[file, from which (user says) goes that CODE]
9149: $.lineno(line number in that file, where CODE starts. may be
9150: negative)
9151:
9152: 2004-02-25 paf
9153:
1.97 moko 9154: * etc/parser3.charsets/: Makefile.am, Makefile.in: bugfix:
9155: @sysconfdir@ used [were old @charsetsdir@ recently erased from
9156: configure.in]
1.95 moko 9157:
9158: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
9159: produces hash of column=>1
9160:
9161: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
9162: with incomplete errno constants set
9163:
9164: 2004-02-24 paf
9165:
9166: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
9167: "man select"
9168:
9169: * src/main/pa_os.C: beauty: <0 better then ==-1
9170:
9171: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
9172:
9173: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
9174:
1.97 moko 9175: * src/classes/: Makefile.am, Makefile.in: smtp on unix: steps to
9176: work on unix
1.95 moko 9177:
9178: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
9179: unix: steps to work on unix [extracted 'to']
9180:
9181: * src/classes/mail.C: smtp on unix: steps to work on unix
9182:
9183: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
9184:
1.97 moko 9185: * src/: lib/smtp/Makefile.am, lib/smtp/Makefile.in,
9186: lib/smtp/comms.C, lib/smtp/smtp.C, lib/smtp/smtp.h,
9187: targets/cgi/Makefile.am, targets/cgi/Makefile.in: started porting
9188: smtp to unix [testing on solaris]
1.95 moko 9189:
9190: 2004-02-20 paf
9191:
9192: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
9193: pointing that out
9194:
9195: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
9196: fixed again [same solution, mistanenly removed one line]
9197:
9198: 2004-02-19 paf
9199:
9200: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
9201: date::create from bad datetime in spring daylightsaving hole now
9202: OK for all platforms [on some platforms it failed]
9203:
9204: * src/classes/: date.C, image.C: beauty: date::create[bad date time
9205: in daylightsaving hole] now throws error
9206:
9207: * src/classes/date.C: comment: mistake fixed
9208:
9209: 2004-02-18 paf
9210:
9211: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
9212: now renderes in $request:charset, but in header puts
9213: $response:charset todo: make that default only so that coder
9214: could override that
9215:
9216: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
9217: turns off omit-xml-declaration
9218:
9219: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
9220: /.xsl for sample
9221:
9222: 2004-02-17 paf
9223:
9224: * src/classes/xdoc.C: beauty: needless helper class removed
9225:
9226: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
9227: copied extra time
9228:
9229: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
9230: part of libxml
9231:
9232: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
9233: libxml to do the work] <xsl:output method="html"
9234: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
9235: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
9236: />
9237:
9238: * src/classes/xdoc.C: beauty: no <meta ... charset generated
9239:
9240: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
9241: caused assertion
9242:
9243: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
9244: could hang. now such add does nothing, sub clears $hash
9245:
9246: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
9247: not made quoted-printable
9248:
9249: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
9250: string invariant
9251:
9252: 2004-02-16 paf
9253:
9254: * src/main/pa_globals.C: bugfix: xml errors copy from library now
9255: cleared [were not cleared properly]
9256:
9257: 2004-02-13 paf
9258:
1.97 moko 9259: * bin/Makefile.in, etc/Makefile.in,
9260: etc/parser3.charsets/Makefile.in, src/Makefile.in,
9261: src/classes/Makefile.in, src/include/Makefile.in,
9262: src/include/pa_version.h, src/lib/Makefile.in,
9263: src/lib/cord/Makefile.in, src/lib/cord/include/Makefile.in,
9264: src/lib/cord/include/private/Makefile.in, src/lib/gc/Makefile.in,
9265: src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
9266: src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
9267: src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
9268: src/lib/smtp/Makefile.in, src/main/Makefile.in,
9269: src/sql/Makefile.in, src/targets/Makefile.in,
9270: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
9271: src/types/Makefile.in: prerelease
1.95 moko 9272:
9273: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
9274: used, introducing dependencies timestamp check
9275:
9276: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
9277: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
9278: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
9279: .xsl.stamp now not used, introducing dependencies timestamp check
9280:
9281: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
9282:
9283: 2004-02-12 paf
9284:
9285: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
9286: ruined empty <input type=file> submits. parser thought there were
9287: nameless empty file and $form:field got value of type 'file'
9288:
9289: * INSTALL: --without-threads
9290:
9291: * src/include/pa_sapi.h: 2004
9292:
9293: 2004-02-11 paf
9294:
9295: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9296: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9297: classes/hashfile.C, classes/image.C, classes/int.C,
9298: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9299: classes/response.C, classes/string.C, classes/table.C,
9300: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9301: include/pa_array.h, include/pa_cache_managers.h,
9302: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9303: include/pa_config_fixed.h, include/pa_config_includes.h,
9304: include/pa_dictionary.h, include/pa_dir.h,
9305: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
9306: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
9307: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
9308: include/pa_request_charsets.h, include/pa_request_info.h,
9309: include/pa_socks.h, include/pa_sql_connection.h,
9310: include/pa_sql_driver_manager.h, include/pa_stack.h,
9311: include/pa_string.h, include/pa_stylesheet_connection.h,
9312: include/pa_stylesheet_manager.h, include/pa_table.h,
9313: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9314: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
9315: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
9316: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
9317: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
9318: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
9319: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9320: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
9321: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
9322: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
9323: main/pa_sql_driver_manager.C, main/pa_string.C,
9324: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
9325: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
9326: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
9327: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
9328: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
9329: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
9330: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
9331: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
9332: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
9333: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
9334: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
9335: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
9336: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
9337: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
9338: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9339: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9340: types/pa_vresponse.h, types/pa_vstateless_class.C,
9341: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
9342: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
9343: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
9344: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9345: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9346: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
9347:
9348: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
9349: debug version of gc.dll
9350:
9351: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9352: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
9353: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
9354: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
9355: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
9356: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
9357: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
9358: processes
9359:
9360: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
9361: main/pa_globals.C, targets/cgi/parser3.vcproj,
9362: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
9363: changes to reflect libxml xsl new folders
9364:
9365: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9366: lib/smtp/smtp.vcproj, main/main.vcproj,
9367: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
9368: to reflect libxml xsl new folders
9369:
9370: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
9371: lib/smtp/smtp.vcproj, main/main.vcproj,
9372: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
9373: types/types.vcproj: started changes to reflect libxml xsl new
9374: folders
9375:
9376: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
9377: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9378: src/main/compile.tab.C, src/main/main.vcproj,
9379: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
9380: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
9381: started changes to reflect libxml xsl new folders
9382:
9383: 2004-02-10 paf
9384:
9385: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
9386: compile. recommened latest libxml up to date
9387:
9388: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
9389: pattern compilation errors", on which spent 4 hours worktime. use
9390: versions higher than that. recommended now latest up to date
9391:
9392: 2004-02-06 paf
9393:
9394: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
9395: beauty: unified destructing style
9396:
9397: * src/main/untaint.C: beauty: removed old def/ifdef
9398:
9399: * src/main/untaint.C: beauty: coredump @unknown untaint language
9400: now
9401:
9402: 2004-02-03 paf
9403:
9404: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
9405: targets/isapi/parser3isapi.C, types/pa_value.C,
9406: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
9407: then %ld/%lu
9408:
9409: * src/main/pa_common.C: typo: %l -> %u
9410:
9411: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
9412: in attributes or documents-results of transform now not xx;
9413:
9414: * src/classes/xnode.C: memleaks found: not fixed yet. todo
9415:
9416: * src/main/pa_charset.C: bugfix: forgot to undo some
9417:
9418: * src/main/pa_charset.C: beauty: uncomment
9419: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
9420: libraries
9421:
9422: 2004-02-02 paf
9423:
9424: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
9425: $cookie:example[ $.value[value] $.path[/there/] ]
9426:
9427: $cookie:example[ $.value[] $.expires[session]
9428: $.path[/there/] $.domain[test.com] ]
9429:
9430: * src/types/pa_vform.C: bugfix: empty values with
9431: enctype=multipart/form-data now produce entries in $form:tables
9432: <form method=post enctype=multipart/form-data> <input type=hidden
9433: name=a> <input type=hidden name=b>
9434:
9435: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
9436: <hr> <pre>$request:body
9437:
9438: 2004-01-30 paf
9439:
9440: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
9441: or documents-results of transform now not xx;
9442:
9443: * src/classes/date.C: bugfix: ^date::create[invalid fields now
9444: produce exception.
9445:
9446: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
9447: bugfix: ^date::create[invalid fields now produce exception.
9448:
9449: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
9450: year] now produces exception. todo: check other fields
9451:
9452: 2004-01-29 paf
9453:
9454: * src/include/pa_memory.h: typo error
9455:
9456: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
9457: more byte then specified, then zeroed it << useless and
9458: potentially harmful(could gpf)
9459:
9460: 2004-01-22 paf
9461:
9462: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
9463:
9464: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
9465: optimization
9466:
9467: * src/main/untaint.C: bugfix: whitespace now optimized properly
9468: [were bug: ^taint[1 & 2]="1 &2"
9469:
9470: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
9471: errors
9472:
9473: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
9474: overflow
9475:
9476: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
9477: error-reporting code * in parser-error reporting code [when no
9478: @unhandled_exception defined]
9479:
9480: fixed in one place: my *snprintf override
9481:
9482: 2004-01-13 paf
9483:
9484: * operators.txt: typo erro
9485:
9486: 2003-12-25 paf
9487:
9488: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
9489: garbled [pieces after zero bytes were removed]
9490:
9491: 2003-12-22 paf
9492:
1.97 moko 9493: * src/include/: Makefile.am, Makefile.in: bugfix: removed from
9494: dist: src/include/pa_config_auto.h which were configured for
1.95 moko 9495: make-dist-platform and badly updated proper config file in target
9496: [when .tar used for updating existing source tree]
9497:
9498: * ChangeLog, operators.txt, src/classes/op.C,
9499: src/include/pa_sql_connection.h,
9500: src/include/pa_sql_driver_manager.h,
9501: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
9502: feature: sql introducing ability to transcode charsets
9503:
9504: 2003-12-19 paf
9505:
9506: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
9507: error message
9508:
9509: * src/main/pa_charset.C: bugfix: memory for charsethandler
9510: structure for libxml now allocated properly
9511:
9512: 2003-12-17 paf
9513:
9514: * src/types/pa_vfile.C: beauty: removed outdated cast
9515:
9516: * src/main/pa_common.C: bugfix: empty http response caused gpf
9517:
9518: * src/include/pa_string.h: bugfix: removed too strong a assert
9519:
9520: * src/main/pa_globals.C: bugfix: removed false warning [warning:
9521: unreported xmlGenericErrors]
9522:
9523: 2003-12-15 paf
9524:
9525: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
9526: works}
9527:
9528: 2003-12-11 paf
9529:
9530: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
9531: id
9532: !$status:tid thread id
9533:
9534: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
9535: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
9536: bugfix(solaris): removed dependency on object initialization
9537: order [one more place]
9538:
9539: * src/: classes/file.C, classes/mail.C, classes/op.C,
9540: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
9541: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
9542: understand that
9543:
9544: * src/: classes/file.C, classes/mail.C, classes/op.C,
9545: classes/xdoc.C, include/pa_cache_managers.h,
9546: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9547: include/pa_stylesheet_manager.h, main/pa_request.C,
9548: main/pa_stylesheet_manager.C, types/pa_vimage.C,
9549: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
9550: ctor call [relying on implicit String::Body(cstr) call]
9551:
9552: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
9553: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
9554: object initialization order [two places]
9555:
9556: 2003-12-10 paf
9557:
9558: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
9559: << time now ok
9560:
9561: * operators.txt, src/main/pa_sql_driver_manager.C,
9562: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
9563: operational
9564:
9565: * ChangeLog, operators.txt, src/classes/xdoc.C,
9566: src/include/pa_charset.h, src/include/pa_sql_connection.h,
9567: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
9568: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
9569: back operational
9570:
9571: 2003-12-02 paf
9572:
9573: * src/types/pa_vmail.C: bugfix:
9574: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
9575: as-is forced]
9576:
9577: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
9578: exceptions out of libxml callbacks: reimplemented error handling
9579: of http://localhost, parser://method and safemode check callbacks
9580:
9581: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
9582: [merged from HEAD]
9583:
9584: * src/classes/image.C: nothing: comment removed
9585:
9586: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
9587: addresses to int
9588:
9589: 2003-12-01 paf
9590:
9591: * src/main/pa_xml_io.C: bugfix: typo
9592:
9593: * src/main/pa_globals.C: bugfix: win32: compile prob
9594:
9595: * src/classes/xdoc.C: bugfix: typo
9596:
9597: * src/main/pa_xml_io.C: todo: safe mode check not to throw
9598: exception
9599:
9600: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
9601:
9602: 2003-11-28 paf
9603:
9604: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
9605: all xml documents read
9606:
9607: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
9608:
9609: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
9610: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
9611: replaced original open mech of xdoc::create & co to use libxml
9612: open, so that this would work for root document todo: safe mode
9613: checks to libxml: ideally to some 1 point
9614:
9615: * src/main/pa_xml_io.C: comment
9616:
9617: * operators.txt, src/main/pa_xml_io.C: leading / in
9618: http://parser[abscent params]
9619:
9620: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
9621: works. todo: maybe replace original open mech of xdoc::create &
9622: co to use libxml open, so that this would work for root document
9623:
9624: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
9625: "parser://method/params/here"> <test> &test^; </test> }]
9626:
9627: ^taint[^xdoc.string[]]
9628:
9629: @method[param] <!ENTITY test
9630: "test-entity-value+$form:user+$param!">
9631:
9632: 2003-11-27 paf
9633:
9634: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
9635:
9636: * src/classes/date.C: bugfix: typo error
9637:
9638: 2003-11-26 paf
9639:
9640: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
9641: src/main/Makefile.am, src/main/main.vcproj,
9642: src/main/pa_globals.C, src/main/pa_request.C,
9643: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
9644: xml errors to hash<thread_id,error> reorganization: xml io moved
9645: to pa_xml_io.C/h
9646:
9647: * src/types/pa_value.h: warnings: --
9648:
9649: 2003-11-25 paf
9650:
9651: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
9652: whatever)
9653:
9654: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
9655: a, (c?x:y, z)
9656:
9657: * src/main/untaint.C: bugfix: consequences of not reading this
9658: comment: CORD_pos_chars_left /* Number of characters in cache.
9659: <= 0 ==> none */
9660:
9661: * src/include/pa_array.h: removed needless checks
9662:
9663: 2003-11-24 paf
9664:
9665: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
9666: removed limit: now $form:xxx can be accessed anytime, even in
9667: @auto/conf [and request/response:charset still can be changed
9668: anytime]
9669:
9670: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
9671: now not transcodes response body
9672:
9673: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
9674: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
9675: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
9676: $xdoc.firstChild.firstChild.nodeValue[different]
9677: ^taint[^xdoc.string[]]
9678:
9679: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
9680: workaround: static Hash::allocates -> static Hash_allocates
9681:
9682: 2003-11-21 paf
9683:
1.97 moko 9684: * Makefile.am, Makefile.in, configure, configure.in,
9685: src/classes/Makefile.am, src/classes/Makefile.in,
9686: src/include/Makefile.in, src/include/pa_config_auto.h.in,
9687: src/lib/Makefile.in, src/lib/gd/Makefile.in,
9688: src/lib/smtp/Makefile.in, src/targets/cgi/Makefile.am,
9689: src/targets/cgi/Makefile.in, src/types/Makefile.am,
9690: src/types/Makefile.in: rearrange: gd&smtp moved to src/lib
1.95 moko 9691:
9692: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
9693:
9694: * src/classes/mail.C: bugfix: typo
9695:
9696: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.97 moko 9697: src/lib/gd/Makefile.am, src/lib/gd/Makefile.in,
9698: src/lib/gd/gd.vcproj, src/lib/gd/gif.C, src/lib/gd/gif.h,
9699: src/lib/gd/gifio.C, src/lib/gd/mtables.h,
9700: src/lib/smtp/Makefile.am, src/lib/smtp/Makefile.in,
9701: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 9702: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
9703:
9704: * src/main/pa_exec.C: bug in safe mode
9705:
9706: * src/include/Makefile.am: pa_xml_exception.h
9707:
9708: * src/targets/isapi/parser3isapi.C: more warnings --
9709:
9710: 2003-11-20 paf
9711:
9712: * src/: classes/math.C, classes/op.C, classes/string.C,
9713: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
9714: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
9715: --
9716:
9717: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
9718: more warnings --
9719:
9720: * src/classes/xdoc.C: more warnings --
9721:
9722: * src/classes/: date.C, image.C, xdoc.C: more warnings --
9723:
9724: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
9725: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
9726:
9727: * src/: classes/date.C, classes/file.C, classes/hash.C,
9728: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
9729: classes/table.C, include/pa_cache_managers.h,
9730: include/pa_stylesheet_connection.h, main/pa_request.C,
9731: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
9732: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
9733: --
9734:
9735: * src/main/: execute.C, pa_request.C: old forgotten todo: when
9736: can't report problem (undefined @unhandled_exception) problem
9737: source string were not reported
9738:
9739: * src/: classes/classes.C, classes/classes.h, classes/date.C,
9740: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
9741: classes/hashfile.C, classes/image.C, classes/int.C,
9742: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
9743: classes/response.C, classes/string.C, classes/table.C,
9744: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9745: include/pa_array.h, include/pa_cache_managers.h,
9746: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
9747: include/pa_config_fixed.h, include/pa_dictionary.h,
9748: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
9749: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
9750: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
9751: include/pa_request.h, include/pa_request_charsets.h,
9752: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
9753: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
9754: include/pa_stack.h, include/pa_string.h,
9755: include/pa_stylesheet_connection.h,
9756: include/pa_stylesheet_manager.h, include/pa_table.h,
9757: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
9758: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
9759: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
9760: main/compile_tools.C, main/compile_tools.h, main/execute.C,
9761: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
9762: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
9763: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
9764: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
9765: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
9766: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
9767: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
9768: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
9769: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
9770: targets/isapi/parser3isapi.C, types/pa_junction.h,
9771: types/pa_method.h, types/pa_value.C, types/pa_value.h,
9772: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
9773: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9774: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
9775: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9776: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9777: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9778: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
9779: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
9780: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
9781: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
9782: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
9783: types/pa_vresponse.h, types/pa_vstateless_class.C,
9784: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
9785: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
9786: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
9787: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
9788: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
9789: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
9790: const IDENT
9791:
9792: * src/: include/pa_array.h, include/pa_pool.h,
9793: include/pa_request.h, include/pa_string.h, include/pa_table.h,
9794: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
9795: types/pa_wcontext.h: more warnings --
9796:
9797: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
9798: classes/file.C, classes/hash.C, classes/hashfile.C,
9799: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
9800: classes/memory.C, classes/op.C, classes/string.C,
9801: classes/table.C, classes/xdoc.C, classes/xnode.C,
9802: include/pa_config_includes.h, include/pa_operation.h,
9803: include/pa_sql_connection.h, include/pa_table.h,
9804: include/pa_types.h, lib/ltdl/config_fixed.h,
9805: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
9806: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
9807: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
9808: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
9809: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
9810: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
9811: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
9812: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
9813: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
9814: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
9815: types/pa_vmail.C, types/pa_vobject.C,
9816: types/pa_vstateless_class.h, types/pa_vtable.C,
9817: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
9818: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
9819: on all projects (except libltdl=off & libsdbm=level3) found
9820: several unitialized vars
9821:
9822: 2003-11-19 paf
9823:
9824: * src/classes/op.C: more ansi C++ comp
9825:
9826: * operators.txt, src/classes/op.C, src/include/pa_request.h,
9827: src/main/pa_request.C: ^cache[...]{body}{catch block with
9828: $exception.handled[cache] meaning "get expired cache, if any.
9829: else error"}
9830:
9831: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
9832: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
9833: ^cache[...]{body}{catch code with $exception.cache field}
9834:
9835: 2003-11-12 paf
9836:
9837: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
9838: [copy/paste bug]
9839:
9840: 2003-11-11 paf
9841:
9842: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
9843: failed]
9844:
9845: * bin/auto.p.dist.in: colno
9846:
9847: 2003-11-10 paf
9848:
9849: * src/types/pa_vconsole.h: flush
9850:
9851: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
9852: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
9853: read/write [for nntp]
9854:
9855: * operators.txt: mysql: transaction support: ?autocommit=0
9856:
9857: * operators.txt: comment: updated
9858:
9859: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
9860: serialize version and exipire now removes entries
9861:
9862: * operators.txt: ^hashfile.delete[] removes files altogether [and
9863: dir, if could]
9864:
9865: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
9866: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
9867: removes files altogether [and dir, if could]
9868:
9869: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
9870: nonexistent pair. .c coded that that was error. fixed
9871:
9872: * src/types/pa_vhashfile.C: sdbm: exception type change to
9873: file.access [regretfull can't split it to different exceptions
9874: without modifying sdbm source wich would prefer not to]
9875:
9876: 2003-11-07 paf
9877:
9878: * src/: classes/date.C, classes/file.C, classes/hash.C,
9879: classes/hashfile.C, classes/image.C, classes/table.C,
9880: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
9881: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
9882: main/execute.C, main/main.vcproj, main/pa_pool.C,
9883: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
9884: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
9885: types/pa_vstateless_class.h: resurrected: pool idea. now only for
9886: destructing objects at request processing end
9887:
9888: 2003-11-06 paf
9889:
9890: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
9891: updates
9892:
9893: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
9894: to include sdbm
9895:
1.97 moko 9896: * src/include/: Makefile.in, pa_config_includes.h, pa_version.h:
9897: our replacements of max& co only for cpp
1.95 moko 9898:
9899: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
9900: upper dir, .am updated
9901:
9902: * tests/todo.txt: hashfile: done
9903:
9904: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
9905: expiration [time in value. todo: move time to key]
9906:
9907: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
9908:
9909: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
9910: to do that in foreach, no errors, but surely wrong]
9911:
9912: * operators.txt, src/types/pa_vhashfile.C,
9913: src/types/pa_vhashfile.h: hashfile: clear and proper locking
9914:
9915: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
9916: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
9917: foreach
9918:
9919: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
9920: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
9921:
9922: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
9923: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
9924:
9925: * src/: include/pa_memory.h, targets/cgi/parser3.C,
9926: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
9927: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
9928: get/put [raw]
9929:
9930: * src/: classes/op.C, main/pa_os.C: just linked
9931:
9932: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
9933: XmlException changes
9934:
9935: * src/: include/pa_charset.h, include/pa_globals.h,
9936: include/pa_stylesheet_connection.h, main/pa_exception.C:
9937: XmlException changes
9938:
9939: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
9940:
9941: * src/: include/pa_common.h, include/pa_exception.h,
9942: main/main.vcproj, main/pa_common.C, include/pa_os.h,
9943: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
9944: main/pa_xml_exception.C: locking move to pa_os [along with
9945: pa_sleep] apr-impl locking done
9946:
9947: * configure, configure.in, operators.txt, parser3.sln,
9948: src/classes/classes.vcproj, src/classes/hashfile.C,
9949: src/classes/xdoc.C, src/include/pa_config_fixed.h,
9950: src/include/pa_exception.h, src/include/pa_globals.h,
9951: src/include/pa_memory.h, src/include/pa_version.h,
9952: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
9953: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
9954: src/main/compile.tab.C, src/main/main.vcproj,
9955: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
9956: src/types/Makefile.am, src/types/pa_vhash.C,
9957: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9958: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
9959: again with sdbm from apache
9960:
9961: 2003-11-05 paf
9962:
9963: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
9964: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
9965: \parser3project dir anymore
9966:
9967: * src/main/pa_charset.C: bugfix: had broken binary search [copied
9968: thoughtlessly from xalan]
9969:
9970: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
9971: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
9972: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
9973:
9974: * src/main/helpers/CaseFolding.txt:
9975: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
9976:
9977: 2003-11-04 paf
9978:
9979: * operators.txt: comment: ^mail:send[$.options[
9980:
9981: * src/classes/table.C: compiled on unix
9982:
1.97 moko 9983: * src/classes/: Makefile.am, Makefile.in: classes.C to rebuild last
1.95 moko 9984:
9985: * src/classes/mail.C: compiled on unix
9986:
9987: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
9988: src/types/pa_vmail.h: !^mail:send[
9989: $.options[unix: string to append to sendmail command
9990: line]
9991:
9992: * operators.txt, src/classes/table.C, src/main/pa_string.C,
9993: tests/todo.txt: ^table.save[... $.separator[^#09]
9994: $.encloser["] <nothing> by default
9995:
9996: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
9997: !$.separator[^#09] !$.encloser["] <nothing> by
9998: default
9999:
10000: 2003-11-03 paf
10001:
10002: * operators.txt, src/classes/table.C, src/main/pa_common.C:
10003: ^table::load[; options: !$.column-separator[^#09]
10004: !$.column-encloser["]
10005:
10006: * operators.txt, src/include/pa_config_fixed.h,
10007: src/types/pa_vrequest.C: $request:document-root
10008:
10009: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
10010: [already included into uri=xxx]
10011:
10012: * operators.txt, src/classes/image.C, tests/todo.txt:
10013: ^image.gif[filename] for $response:download
10014:
10015: * src/classes/date.C: minor precaution
10016:
10017: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
10018: !^date.unix-timestamp[]
10019:
10020: 2003-10-30 paf
10021:
10022: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
10023: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
10024:
10025: * src/classes/: date.C, image.C: improvement diagnostics:
10026: $now[^date::create[$undefined]] now is error
10027:
10028: * src/main/pa_common.C: read errors would now be reported 'actually
10029: read -1 bytes'
10030:
10031: 2003-10-24 paf
10032:
10033: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
10034: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
10035: src/main/Makefile.am, src/targets/cgi/Makefile.am,
10036: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
10037:
10038: 2003-10-22 paf
10039:
10040: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
10041:
10042: 2003-10-21 paf
10043:
10044: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
10045: fixed: string.match[g] without <'> option produced columns with
10046: NULL's, which gpf'ed at table.save time
10047:
10048: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
10049: recoursion' message with intensive throw-catches fixed: incorrect
10050: name and line (one name upper then needed) in error message about
10051: problems inside try block
10052:
10053: 2003-10-10 paf
10054:
10055: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
10056: check offset argument for validity did that in String::Body::pos
10057: myself http://i2/tasks/edit/?id=4577425257580789777
10058:
10059: 2003-10-07 paf
10060:
10061: * src/main/: compile.tab.C, compile.y: ^if ( better error:
10062: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
10063:
10064: 2003-10-03 paf
10065:
10066: * parser3.sln, src/include/pa_dictionary.h,
10067: src/main/pa_dictionary.C, src/main/pa_string.C,
10068: src/targets/cgi/parser3.vcproj: dictionary optimized by
10069: precalculating cstr&length
10070:
10071: 2003-10-02 paf
10072:
10073: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
10074: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
10075: main/pa_stylesheet_manager.C: bugfix: ^throw context were
10076: saved/restored incompletely http://www.parser.ru/forum/?id=21484
10077:
10078: 2003-09-30 paf
10079:
10080: * src/main/pa_string.C: string::replace bug fix [were ignoring
10081: occurrances after lang-mismatched
10082:
10083: 2003-09-29 paf
10084:
10085: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
10086: helper
10087:
10088: * src/main/pa_string.C: string::serialize bug fix with
10089: zero-terminator
10090:
10091: * src/classes/table.C: ^nameless_table.save column row now has no
10092: \t at the end
10093:
10094: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
10095: @postprocess now takes $response:body/download
10096:
10097: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
10098: error message
10099:
10100: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
10101:
10102: * src/classes/table.C: bugfix: flip: must produce nameless
10103: http://i2/tasks/edit/?id=4573405524674081244
10104:
10105: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
10106: main/helpers/simple_folding.pl: utf-8 upper/lower
10107:
10108: * src/main/pa_common.C: bugfix: utf signature were not ignored due
10109: to typo error http://i2/tasks/edit/?id=4573354650786434584
10110:
10111: 2003-09-26 paf
10112:
10113: * src/main/untaint.C: removed needless field
10114:
10115: * src/main/untaint.C: removed needless const
10116:
10117: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
10118: String.for_each bug fixed [omited one-char cases]
10119:
10120: * src/include/pa_stack.h: bugfix: before collecting garbage,
10121: runtime-executor stack were cleared... BADLY
10122:
10123: * src/main/pa_string.C: ^stirng.replace code used old
10124: param-convention on langs.append, fixed that search fo the like,
10125: found none
10126:
10127: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
10128: string::serialize/deserialize implemented Language enum assigned
10129: meaningful letters [more convinient for debugging. read warning
10130: before adding/changing anything]
10131:
10132: 2003-09-25 paf
10133:
10134: * src/: include/pa_string.h, include/pa_version.h,
10135: main/pa_string.C, main/untaint.C: templates and anonymous unions
10136: differences on unix
10137:
10138: * parser3.sln, src/classes/file.C, src/classes/image.C,
10139: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
10140: src/classes/xdoc.C, src/classes/xnode.C,
10141: src/include/pa_cache_managers.h, src/include/pa_charset.h,
10142: src/include/pa_charsets.h, src/include/pa_common.h,
10143: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
10144: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
10145: src/include/pa_table.h, src/lib/cord/cordbscs.c,
10146: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
10147: src/lib/cord/include/cord.h, src/main/compile.tab.C,
10148: src/main/compile_tools.h, src/main/pa_charset.C,
10149: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
10150: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
10151: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
10152: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
10153: src/types/pa_vmail.C, src/types/pa_vmath.C,
10154: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
10155: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
10156:
10157: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
10158: functions aligned to that of eeparser3 look
10159:
10160: * src/lib/cord/cordprnt.c: removed warnings
10161:
10162: 2003-09-24 paf
10163:
10164: * src/: classes/file.C, classes/image.C, classes/mail.C,
10165: classes/op.C, classes/xdoc.C, classes/xnode.C,
10166: include/pa_cache_managers.h, include/pa_charset.h,
10167: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
10168: include/pa_sql_driver_manager.h, include/pa_string.h,
10169: include/pa_stylesheet_manager.h, include/pa_table.h,
10170: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
10171: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
10172: main/pa_sql_driver_manager.C, main/pa_string.C,
10173: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
10174: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
10175: types/pa_vstateless_class.h, types/pa_vstatus.C,
10176: types/pa_vxnode.C: v() functions of String::Body,
10177: String::Languages and String itself StringBody->String::Body
10178:
10179: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10180: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
10181: never optimized anything. todo: somehow speed up harder cases:
10182: concatenationA+concatenationB when last block of A and first of B
10183: contain same letters
10184:
10185: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10186: lib/cord/include/cord.h: langs: speed up by joining adjucent
10187: blocks of same char [CORD_append_block]
10188:
10189: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10190: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
10191: save space by extending blocks when appending block with c ==
10192: lastblock.c
10193:
10194: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
10195: working yet :( but more working &understood :)
10196:
10197: * src/: classes/table.C, include/pa_string.h,
10198: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
10199:
10200: 2003-09-23 paf
10201:
10202: * src/main/untaint.C: $a[ok!] $a works!
10203:
10204: * src/main/untaint.C: something even more works :)
10205:
10206: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
10207: something more works :)
10208:
10209: * src/: include/pa_string.h, lib/cord/cordbscs.c,
10210: lib/cord/cordxtra.c: something already works :)
10211:
10212: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
10213: serialize&deserialize
10214:
10215: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
10216: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
10217: main/untaint.C: main idea implemented, details left
10218:
10219: 2003-09-22 paf
10220:
10221: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
10222:
10223: * src/classes/xnode.C: copy/paste comment bugfix
10224:
10225: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
10226: allocator returns 0, just die.
10227: http://i2/tasks/edit/?id=4570798492410259445
10228:
10229: * src/classes/xdoc.C: copy/paste comment bugfix
10230:
10231: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
10232: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
10233: xnode: getAttributeNS setAttributeNS removeAttributeNS
10234: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
10235:
10236: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
10237: chars due to bitwise operation signed-char error]
10238:
10239: 2003-09-19 paf
10240:
10241: * src/types/pa_wcontext.C: output message: more practical
10242: suggestion
10243:
10244: * src/main/pa_common.C, operators.txt: merged
10245: $f[^file::load[binary;http://...]] $f.tables
10246:
10247: 2003-09-02 paf
10248:
10249: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
10250: flush stdout without referencing 'stdout' symbol. to hell with
10251: non-ansi libraries without 'stdout' symbol
10252:
10253: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
10254: unix (users reported problems with some old libc)
10255:
10256: * src/types/pa_vdate.h: forgot initializer
10257:
10258: 2003-09-01 paf
10259:
10260: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
10261: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
10262: zone]
10263:
10264: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
10265:
10266: 2003-08-19 paf
10267:
10268: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
10269: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
10270: simplified a little
10271:
10272: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
10273: [lost fix from 3.0.8]
10274:
10275: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
10276: visible here }
10277:
10278: bug fix
10279:
10280: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
10281:
10282: * src/main/compile.tab.C: initialized couple of variables about
10283: which user reported runtime problems when parser were compiled
10284: with VC7, warning level4. study shows that later in bison
10285: they've fixed that. would migrate to latest bison someday
10286:
10287: * src/types/pa_vmail.C: turned off recoding in gmime (were still
10288: recoding headers)
10289:
10290: * src/types/pa_vmail.C: works as before, same charset problems:
10291: gmime recodes to UTF-8 only headers, not body. so not recoding
10292: anything for now
10293:
10294: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
10295: problems with body
10296:
10297: * src/types/pa_vmail.C: mail_receive just compiled
10298:
10299: 2003-08-18 paf
10300:
10301: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
10302: main/main.vcproj, types/types.vcproj: win32: continued process
10303: detaching from \parser3project directory
10304:
10305: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
10306: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
10307: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
10308: src/lib/pcre/pcre_dftables.dsp,
10309: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
10310: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
10311: src/types/types.dsp: moved to MSVC 7
10312:
10313: * gnu.vcproj.vspscc, parser3.vssscc,
10314: src/classes/classes.vcproj.vspscc,
10315: src/lib/cord/cord.vcproj.vspscc,
10316: src/lib/ltdl/libltdl.vcproj.vspscc,
10317: src/lib/md5/md5.vcproj.vspscc,
10318: src/lib/pcre/pcre_dftables.vcproj.vspscc,
10319: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
10320: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
10321: src/targets/isapi/parser3isapi.vcproj.vspscc,
10322: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
10323: moved to MSVC 7
10324:
10325: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
10326: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
10327: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
10328: src/lib/pcre/pcre_dftables.vcproj,
10329: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
10330: src/targets/cgi/parser3.vcproj,
10331: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
10332: new VS project files
10333:
10334: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
10335: .NET to detect Jalindi Igloo capabilities.
10336:
10337: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.97 moko 10338: src/classes/Makefile.in, src/classes/classes.awk,
10339: src/doc/footer.htm, src/include/pa_config_fixed.h,
10340: src/include/pa_version.h, src/lib/Makefile.am,
10341: src/lib/Makefile.in, src/main/compile.tab.C,
1.95 moko 10342: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
10343: src/types/pa_vmail.C: merged 3.1.0 latest changes
10344:
10345: 2003-08-15 paf
10346:
10347: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
10348: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
10349:
10350: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
10351: non-ascii <yyy> now encoded correctly
10352:
10353: 2003-07-29 paf
10354:
1.97 moko 10355: * src/classes/: Makefile.am, Makefile.in, classes.awk: classes.awk
10356: added to make dist
1.95 moko 10357:
10358: * src/types/pa_vmail.C: just started --with-mail-receive
10359:
10360: 2003-07-28 paf
10361:
1.97 moko 10362: * src/: classes/Makefile.am, classes/Makefile.in, lib/Makefile.am,
10363: lib/Makefile.in: removed circular dependence in src/classes,
10364: src/lib/gc now in dist
1.95 moko 10365:
10366: * src/main/pa_string.C: ^cache bug fix [were not working at all]
10367:
10368: 2003-07-25 paf
10369:
10370: * src/doc/footer.htm: year
10371:
10372: 2003-07-24 paf
10373:
10374: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
10375: fix
10376:
10377: * src/include/pa_version.h: release
10378:
1.97 moko 10379: * src/lib/gc/include/: Makefile.am, Makefile.in, gc.h: moved
10380: tempate_gc to HEAD
1.95 moko 10381:
10382: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
10383: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
10384: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
10385: getting rid of win32xml pseudo project
10386:
10387: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
10388:
1.97 moko 10389: * ChangeLog, INSTALL, Makefile.am, Makefile.in, acsite.m4,
10390: configure, configure.in, operators.txt, parser3.dsw,
10391: bin/Makefile.in, etc/Makefile.in,
10392: etc/parser3.charsets/Makefile.in,
1.95 moko 10393: etc/parser3.charsets/koi8-r.cfg,
1.97 moko 10394: etc/parser3.charsets/windows-1251.cfg, src/Makefile.in,
10395: src/classes/Makefile.am, src/classes/Makefile.in,
1.95 moko 10396: src/classes/classes.C, src/classes/classes.awk,
10397: src/classes/classes.dsp, src/classes/classes.h,
10398: src/classes/date.C, src/classes/double.C, src/classes/file.C,
10399: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
10400: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
10401: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
10402: src/classes/string.C, src/classes/table.C, src/classes/void.C,
10403: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
10404: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
10405: src/doc/string.dox, src/include/Makefile.am,
1.97 moko 10406: src/include/Makefile.in, src/include/pa_array.h,
10407: src/include/pa_cache_managers.h, src/include/pa_charset.h,
10408: src/include/pa_charsets.h, src/include/pa_common.h,
10409: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
10410: src/include/pa_config_includes.h, src/include/pa_dictionary.h,
10411: src/include/pa_dir.h, src/include/pa_exception.h,
10412: src/include/pa_exec.h, src/include/pa_globals.h,
10413: src/include/pa_hash.h, src/include/pa_memory.h,
10414: src/include/pa_opcode.h, src/include/pa_operation.h,
10415: src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
1.95 moko 10416: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
10417: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
10418: src/include/pa_sapi.h, src/include/pa_socks.h,
10419: src/include/pa_sql_connection.h,
10420: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
10421: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
10422: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
10423: src/include/pa_threads.h, src/include/pa_types.h,
1.97 moko 10424: src/include/pa_uue.h, src/lib/Makefile.am, src/lib/Makefile.in,
10425: src/lib/cord/Makefile.am, src/lib/cord/Makefile.in,
10426: src/lib/cord/cord.dsp, src/lib/cord/cordbscs.c,
10427: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
10428: src/lib/cord/source.url, src/lib/cord/include/Makefile.am,
10429: src/lib/cord/include/Makefile.in, src/lib/cord/include/cord.h,
1.95 moko 10430: src/lib/cord/include/ec.h,
10431: src/lib/cord/include/private/Makefile.am,
1.97 moko 10432: src/lib/cord/include/private/Makefile.in,
1.95 moko 10433: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.97 moko 10434: src/lib/gc/Makefile.in, src/lib/ltdl/Makefile.in,
10435: src/lib/ltdl/libltdl.dsp, src/lib/md5/Makefile.in,
10436: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c,
10437: src/lib/pcre/Makefile.in, src/lib/pcre/pcre.h,
1.95 moko 10438: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.97 moko 10439: src/main/Makefile.in, src/main/compile.C, src/main/compile.tab.C,
10440: src/main/compile.y, src/main/compile_tools.C,
10441: src/main/compile_tools.h, src/main/execute.C, src/main/main.dsp,
10442: src/main/pa_array.C, src/main/pa_cache_managers.C,
10443: src/main/pa_charset.C, src/main/pa_charsets.C,
10444: src/main/pa_common.C, src/main/pa_dictionary.C,
10445: src/main/pa_dir.C, src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 10446: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
10447: src/main/pa_request.C, src/main/pa_socks.C,
10448: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10449: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.97 moko 10450: src/main/pa_uue.C, src/main/untaint.C, src/sql/Makefile.in,
10451: src/sql/pa_sql_driver.h, src/targets/Makefile.am,
10452: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
10453: src/targets/cgi/Makefile.in, src/targets/cgi/getopt.c,
10454: src/targets/cgi/getopt.h, src/targets/cgi/pa_pool.C,
10455: src/targets/cgi/pa_threads.C, src/targets/cgi/parser3.C,
10456: src/targets/cgi/parser3.dsp, src/targets/cgi/pool_storage.h,
10457: src/targets/cgi/pp3.cmd, src/targets/isapi/Makefile.am,
10458: src/targets/isapi/Makefile.in, src/targets/isapi/pa_pool.C,
1.95 moko 10459: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10460: src/targets/isapi/parser3isapi.dsp,
10461: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.97 moko 10462: src/types/Makefile.in, src/types/pa_junction.h,
10463: src/types/pa_method.h, src/types/pa_value.C,
10464: src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 10465: src/types/pa_vclass.C, src/types/pa_vclass.h,
10466: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
10467: src/types/pa_vcookie.h, src/types/pa_vdate.h,
10468: src/types/pa_vdouble.h, src/types/pa_venv.h,
10469: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
10470: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
10471: src/types/pa_vimage.C, src/types/pa_vimage.h,
10472: src/types/pa_vint.h, src/types/pa_vjunction.h,
10473: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
10474: src/types/pa_vmath.h, src/types/pa_vmemory.h,
10475: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
10476: src/types/pa_vobject.C, src/types/pa_vobject.h,
10477: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
10478: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
10479: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
10480: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
10481: src/types/pa_vstatus.h, src/types/pa_vstring.C,
10482: src/types/pa_vstring.h, src/types/pa_vtable.C,
10483: src/types/pa_vtable.h, src/types/pa_vvoid.h,
10484: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
10485: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10486: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
10487: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
10488: HEAD
10489:
10490: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
10491: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
10492: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
10493: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
10494: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
10495: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
10496: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
10497: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
10498: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
10499: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
10500: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
10501: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
10502: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
10503: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
10504: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
10505: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
10506: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
10507: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
10508: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
10509: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
10510: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
10511: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
10512: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
10513: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
10514: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
10515: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
10516: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
10517: outputs/create-dir, results/001.processed, results/002.processed,
10518: results/003.processed, results/004.processed,
10519: results/005.processed, results/006.processed,
10520: results/007.processed, results/008.processed,
10521: results/009.processed, results/010.processed,
10522: results/011.processed, results/012.processed,
10523: results/013.processed, results/014.processed,
10524: results/015.processed, results/016.processed,
10525: results/017.processed, results/018.processed,
10526: results/019.processed, results/020.processed,
10527: results/021.processed, results/022.processed,
10528: results/023.processed, results/024.processed,
10529: results/025.processed, results/026.processed,
10530: results/027.processed, results/028.processed,
10531: results/029.processed, results/030.processed,
10532: results/031.processed, results/032.processed,
10533: results/033.processed, results/034.processed,
10534: results/035.processed, results/036.processed,
10535: results/037.processed, results/038.processed,
10536: results/039.processed, results/040.processed,
10537: results/041.processed, results/042.processed,
10538: results/043.processed, results/044.processed,
10539: results/045.processed, results/046.processed,
10540: results/047.processed, results/048.processed,
10541: results/049.processed, results/050.processed,
10542: results/051.processed, results/052.processed,
10543: results/053.processed, results/054.processed,
10544: results/055.processed, results/056.processed,
10545: results/057.processed, results/058.processed,
10546: results/059.processed, results/060.processed,
10547: results/061.processed, results/062.processed,
10548: results/063.processed, results/064.processed,
10549: results/065.processed, results/066.processed,
10550: results/067.processed, results/068.processed,
10551: results/069.processed, results/070.processed,
10552: results/071.processed, results/072.processed,
10553: results/073.processed, results/074.processed,
10554: results/075.processed, results/076.processed,
10555: results/077.processed, results/078.processed,
10556: results/079.processed, results/080.processed,
10557: results/081.processed, results/082.processed,
10558: results/083.processed, results/084.processed,
10559: results/085.processed, results/086.processed,
10560: results/087.processed, results/088.processed,
10561: results/089.processed, results/090.processed,
10562: results/091.processed, results/092.processed,
10563: results/093.processed, results/094.processed,
10564: results/095.processed, results/096.processed,
10565: results/097.processed, results/098.processed,
10566: results/099.processed, results/100.processed,
10567: results/101.processed, results/102.processed,
10568: results/103.processed, results/104.processed,
10569: results/105.processed, results/106.processed,
10570: results/107.processed, results/108.processed,
10571: results/109.processed, results/110.processed,
10572: results/111.processed, results/112.processed,
10573: results/113.processed, results/114.processed,
10574: results/115.processed, results/116.processed,
10575: results/117.processed, results/118.processed,
10576: results/119.processed, results/120.processed,
10577: results/121.processed, results/122.processed,
10578: results/123.processed, results/124.processed,
10579: results/125.processed, results/126.processed,
10580: results/127.processed, results/128.processed,
10581: results/129.processed, results/130.processed,
10582: results/131.processed, results/132.processed,
10583: results/133.processed, results/134.processed,
10584: results/135.processed, results/136.processed,
10585: results/137.processed, results/138.processed,
10586: results/139.processed, results/140.processed,
10587: results/141.processed: merged(copied) to HEAD from template_gc
10588:
10589: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
10590: towards \parser3project not having to be in root
10591:
10592: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
10593: module compiled [were minor unnecessary changes in lib/md5
10594: interface]
10595:
10596: * src/include/pa_version.h: release
10597:
10598: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
10599:
10600: * src/classes/math.C: merged uuid bugfix
10601:
10602: * tests/: 141.html, results/141.processed: fixed bug with
10603: too-small-a-buffer
10604:
10605: * src/classes/math.C: uuid bugfix
10606:
10607: * tests/: 141.html, Makefile, results/005.processed,
10608: results/030.processed, results/075.processed,
10609: results/078.processed: to reflect date format change (were -
10610: become ' ')
10611:
10612: * src/classes/math.C: uuid bugfix
10613:
10614: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
10615: debug/release changes
10616:
10617: * src/lib/md5/pa_md5c.c: PA_ -> pa_
10618:
10619: 2003-07-23 paf
10620:
10621: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
10622: renamed a little [to move to comman naming conv]
10623:
1.97 moko 10624: * src/targets/: Makefile.am, Makefile.in: apache13 splitted to
10625: simplify apache build
1.95 moko 10626:
10627: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
10628: main/pa_request.C, main/pa_sql_driver_manager.C,
10629: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
10630: stack top_index() fixed
10631:
10632: * src/main/pa_globals.C: minor style changes
10633:
10634: * src/: classes/op.C, include/pa_sql_connection.h: connection
10635: closing/caching fixed [connections were not closed/put to cache]
10636:
10637: 2003-07-22 paf
10638:
10639: * INSTALL: gc part updated stightly
10640:
10641: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
10642: new sapi interface
10643:
10644: * src/classes/file.C: comment on OS
10645:
10646: * src/main/pa_string.C: removed reduntant invariant check [there is
10647: one deeper in cord lib]
10648:
10649: * src/main/pa_exec.C: on win32 bugfix in handling shbang
10650:
10651: * src/main/pa_memory.C: out of memory is no longer coredump
10652:
10653: * INSTALL: disable-threads adviced
10654:
10655: 2003-07-21 paf
10656:
1.97 moko 10657: * src/classes/: Makefile.am, Makefile.in: removed circular
10658: dependency on classes.C
1.95 moko 10659:
10660: * src/classes/file.C: file::exec/cgi environment variables now must
10661: be UPPERCASE and A-Z 0-9 _-
10662:
10663: * src/classes/file.C: env passing fixed
10664:
10665: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
10666:
10667: * src/main/pa_common.C: http:// CRLF now
10668:
10669: 2003-07-02 paf
10670:
10671: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
10672: fields to reflect their real meaning
10673:
10674: 2003-06-27 paf
10675:
10676: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
10677: include/pa_hash.h, main/pa_charset.C: merged from HEAD
10678: file::exec/cgi .charset
10679:
10680: 2003-06-26 paf
10681:
10682: * ChangeLog, src/classes/file.C, src/classes/hash.C,
10683: src/classes/image.C, src/classes/op.C, src/classes/string.C,
10684: src/classes/table.C: fixed several uninitialized local
10685: structures. notably ^hash.foreach now inserts delimiters
10686: properly [were inserting it before first body]
10687:
10688: 2003-06-24 paf
10689:
10690: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
10691:
10692: 2003-06-20 paf
10693:
10694: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
10695: src/main/pa_globals.C: introducing
10696: $f[^file::load[binary;http://...]] $f.tables
10697:
10698: 2003-06-06 paf
10699:
10700: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
10701: table. [were method lookup: inconsistent]
10702:
10703: 2003-06-02 paf
10704:
10705: * src/include/pa_memory.h: empty string clone fixed to return
10706: writable memory
10707:
10708: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
10709: were not appended] which violated string invariant
10710:
10711: 2003-05-30 paf
10712:
10713: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
10714: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
10715:
10716: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
10717: GMT ; RFC 822, updated by RFC 1123
10718:
10719: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
10720: targets/isapi/parser3isapi.C: initialized request_info properly
10721:
10722: * src/classes/xnode.C: found minor bug, commended for future
10723:
10724: 2003-05-28 paf
10725:
10726: * src/classes/form.C: request_info.content_length can't be <0,
10727: size_t for some time
10728:
10729: 2003-05-26 paf
10730:
10731: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
10732: forgotten <0 changed to !=STRING_NOT_FOUND
10733:
10734: * src/classes/math.C: merged ffffu from HEAD
10735:
10736: 2003-05-11 paf
10737:
10738: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
10739:
10740: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
10741: premature doc free. transformed document had xmlDoc reference
10742: stored to non-gc-memory (libgdome) added holding-reference
10743:
10744: 2003-04-29 paf
10745:
10746: * src/main/pa_globals.C: started digging on double free. on win32
10747: found that that's perfectly normal.
10748:
10749: 2003-04-25 paf
10750:
10751: * src/classes/table.C: table.join bug fix [bad limit check]
10752:
10753: * src/classes/math.C: merged from HEAD: simpiler hash_string
10754:
10755: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
10756: print anything. changed to quicker and simplier code
10757:
10758: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
10759: strict a check]
10760:
10761: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
10762:
10763: 2003-04-24 paf
10764:
10765: * src/include/pa_table.h: too strict assert loosened
10766:
10767: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
10768: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
10769: report
10770:
10771: 2003-04-21 paf
10772:
1.97 moko 10773: * src/targets/cgi/: Makefile.am, Makefile.in: pp3 added to .am
1.95 moko 10774:
10775: * src/main/pa_globals.C: pcre memory management changed to use GC
10776: memory
10777:
10778: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
10779: xmlMallocAtomic [author agreed to my suggestion], used that
10780:
10781: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
10782:
10783: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
10784: types/pa_vmail.C: attributed_meaning_to_string added
10785: L_UNSPECIFIED piece which was sortof OK, but violated string
10786: invariant [assertion barked on that] changed to L_PASS_APPEND,
10787: made that param obligatory
10788:
10789: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
10790: fixed [assert helped]
10791:
10792: * src/include/pa_string.h: assert added [looking for bug]
10793:
10794: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
10795: names on Win32 considered disk-global
10796:
10797: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
10798: considered disk-global
10799:
10800: 2003-04-18 paf
10801:
10802: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
10803: filenames
10804:
10805: * src/main/untaint.C: enabled '~' letter in filenames
10806:
10807: 2003-04-16 paf
10808:
10809: * src/classes/file.C: small bug introduced in autoptr times fixed
10810:
10811: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
10812: HEAD
10813:
1.97 moko 10814: * src/: classes/table.C, lib/Makefile.in: fix: gcc reported tiny
10815: error
1.95 moko 10816:
10817: 2003-04-15 paf
10818:
10819: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
10820: src/lib/md5/pa_md5c.c, tests/141.html,
10821: tests/results/141.processed: merged from head ^math:uuid[]
10822: ^math:uid64[] ^math:md5[string]
10823:
10824: test added: 141.html
10825:
10826: * operators.txt, src/classes/math.C: ^math:uid64[]
10827:
10828: * src/classes/math.C: ^math:uuid[]
10829:
10830: * operators.txt, src/classes/math.C: ^math:uuid[]
10831:
10832: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
10833: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
10834:
10835: * operators.txt, src/classes/file.C, src/include/pa_common.h,
10836: src/include/pa_config_fixed.h, src/main/pa_common.C:
10837: ^file::load[mode;name; $.offset $.limit
10838:
10839: 2003-04-14 paf
10840:
10841: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
10842: started ^math:md5
10843:
10844: * src/classes/table.C, src/include/pa_array.h,
10845: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
10846: tests/results/140.processed: table $.reverse option works in
10847: create&co table $.distinct[tables] bug fix merged
10848:
10849: * src/: classes/table.C, include/pa_table.h: table
10850: $.distinct[tables] bug fixed
10851:
10852: * src/classes/table.C: more warnings
10853:
10854: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
10855: removed checks in table::set_current, moved them back to
10856: table::locate implemented table::create/join ñ $.reverse
10857:
10858: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
10859: removed checks in table::set_current, moved them back to
10860: table::locate
10861:
10862: 2003-04-11 paf
10863:
10864: * operators.txt, src/classes/date.C, src/classes/table.C,
10865: src/include/pa_array.h, src/include/pa_common.h,
10866: src/include/pa_config_includes.h, src/include/pa_string.h,
10867: src/include/pa_table.h, src/main/pa_request.C,
10868: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10869: src/main/pa_table.C: merged from HEAD from
10870: before_append_array_limit_sense_change to
10871: after_append_array_limit_sense_change
10872:
10873: * src/classes/table.C: typo
10874:
10875: * operators.txt, src/classes/date.C, src/classes/table.C,
10876: src/include/pa_array.h, src/include/pa_common.h,
10877: src/include/pa_config_includes.h, src/include/pa_globals.h,
10878: src/include/pa_table.h, src/main/pa_array.C,
10879: src/main/pa_globals.C, src/main/pa_request.C,
10880: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
10881: src/main/pa_table.C: append_array_limit_sense_change locate
10882: accepts options same as create new option: $.reverse(1) [do not
10883: work in table::create]
10884:
10885: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
10886: (stat xxx,
10887:
10888: * src/classes/: table.C: typo
10889:
10890: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
10891: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
10892: results/130.processed, results/131.processed,
10893: results/132.processed, results/133.processed,
10894: results/134.processed, results/135.processed,
10895: results/136.processed, results/137.processed,
10896: results/138.processed, results/139.processed: added few mustfail
10897: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
10898: date/time 132.html mustfail: access to junction outside of
10899: context 133.html mustfail: access to junction outside of context,
10900: case version 134.html mustfail: hash: adding a key inside of
10901: foreach 135.html mustfail: modifying system class 136.html
10902: mustfail: $.name outside of $hash[here] 137.html mustfail:
10903: appendChild without import 138.html mustfail: invalid encoding
10904: inside of xml 139.html mustfail: bad XPath
10905:
10906: * operators.txt, src/classes/table.C, tests/084.html,
10907: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
10908: tests/129.html, tests/results/125.processed,
10909: tests/results/126.processed, tests/results/127.processed,
10910: tests/results/128.processed, tests/results/129.processed: merged
10911: from HEAD ^table.hash[key][$.distinct[tables]]
10912:
10913: maked appropriate tests [changed one old nonconforming]
10914:
10915: * operators.txt, src/classes/table.C:
10916: ^table.hash[key][$.distinct[tables]]
10917:
10918: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
10919: merged fix for found very old xml (dom) bug: were passing
10920: domString objects and later ERROREOUSLY freed them
10921:
10922: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
10923: src/main/pa_charset.C: re-added libgdome patch. regretfully
10924: libgdome bug can not be worked around
10925:
10926: 2003-04-10 paf
10927:
10928: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
10929: found very old xml (dom) bug: were passing domString objects and
10930: later ERROREOUSLY freed them
10931:
10932: * src/doc/string.dox, src/include/pa_memory.h,
10933: src/include/pa_string.h, src/lib/cord/cordbscs.c,
10934: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
10935: tests/123.html, tests/124.html, tests/results/001.processed,
10936: tests/results/002.processed, tests/results/003.processed,
10937: tests/results/004.processed, tests/results/005.processed,
10938: tests/results/006.processed, tests/results/008.processed,
10939: tests/results/009.processed, tests/results/010.processed,
10940: tests/results/011.processed, tests/results/012.processed,
10941: tests/results/013.processed, tests/results/014.processed,
10942: tests/results/015.processed, tests/results/016.processed,
10943: tests/results/017.processed, tests/results/018.processed,
10944: tests/results/020.processed, tests/results/021.processed,
10945: tests/results/022.processed, tests/results/023.processed,
10946: tests/results/024.processed, tests/results/025.processed,
10947: tests/results/026.processed, tests/results/027.processed,
10948: tests/results/028.processed, tests/results/029.processed,
10949: tests/results/030.processed, tests/results/031.processed,
10950: tests/results/032.processed, tests/results/033.processed,
10951: tests/results/034.processed, tests/results/035.processed,
10952: tests/results/036.processed, tests/results/037.processed,
10953: tests/results/038.processed, tests/results/039.processed,
10954: tests/results/040.processed, tests/results/041.processed,
10955: tests/results/042.processed, tests/results/043.processed,
10956: tests/results/044.processed, tests/results/045.processed,
10957: tests/results/046.processed, tests/results/047.processed,
10958: tests/results/048.processed, tests/results/049.processed,
10959: tests/results/050.processed, tests/results/051.processed,
10960: tests/results/052.processed, tests/results/053.processed,
10961: tests/results/054.processed, tests/results/055.processed,
10962: tests/results/056.processed, tests/results/057.processed,
10963: tests/results/058.processed, tests/results/059.processed,
10964: tests/results/060.processed, tests/results/061.processed,
10965: tests/results/062.processed, tests/results/063.processed,
10966: tests/results/064.processed, tests/results/065.processed,
10967: tests/results/066.processed, tests/results/067.processed,
10968: tests/results/068.processed, tests/results/069.processed,
10969: tests/results/070.processed, tests/results/071.processed,
10970: tests/results/072.processed, tests/results/073.processed,
10971: tests/results/074.processed, tests/results/075.processed,
10972: tests/results/076.processed, tests/results/077.processed,
10973: tests/results/078.processed, tests/results/079.processed,
10974: tests/results/080.processed, tests/results/081.processed,
10975: tests/results/082.processed, tests/results/083.processed,
10976: tests/results/084.processed, tests/results/085.processed,
10977: tests/results/086.processed, tests/results/087.processed,
10978: tests/results/088.processed, tests/results/089.processed,
10979: tests/results/090.processed, tests/results/091.processed,
10980: tests/results/092.processed, tests/results/093.processed,
10981: tests/results/094.processed, tests/results/095.processed,
10982: tests/results/096.processed, tests/results/097.processed,
10983: tests/results/101.processed, tests/results/102.processed,
10984: tests/results/104.processed, tests/results/105.processed,
10985: tests/results/106.processed, tests/results/107.processed,
10986: tests/results/108.processed, tests/results/109.processed,
10987: tests/results/110.processed, tests/results/111.processed,
10988: tests/results/112.processed, tests/results/113.processed,
10989: tests/results/114.processed, tests/results/115.processed,
10990: tests/results/116.processed, tests/results/117.processed,
10991: tests/results/118.processed, tests/results/119.processed,
10992: tests/results/120.processed, tests/results/121.processed,
10993: tests/results/122.processed, tests/results/123.processed,
10994: tests/results/124.processed: new convention: char* never 0.
10995: assert in cord on that
10996:
10997: * src/main/pa_charset.C: couple more asserts
10998:
10999: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
11000: speedup
11001:
11002: * src/main/pa_charset.C: couple assertions on fantastic situations
11003: added [may be those is the case now?]
11004:
11005: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
11006: that's memory from gc_malloc, not from g_malloc :(, but would
11007: hope]
11008:
11009: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
11010: that's memory from gc_malloc, not from g_malloc :(, but would
11011: hope]
11012:
11013: * src/main/pa_charset.C: checked custom malloc for returning 0
11014:
11015: 2003-04-09 paf
11016:
11017: * src/classes/date.C: merged ^date.roll changes
11018:
11019: * src/classes/date.C: ^date.roll bug fix
11020:
11021: * src/classes/date.C: ^date.roll now throws less errors: month
11022: shifts handles end of month situation by reducing day number
11023: hour-hole shift reduces hour to recover
11024:
11025: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
11026: Sort by function time
11027:
11028: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
11029: http:// $.charset[] param done
11030:
11031: * tests/: 122.html, results/122.processed: 122 date test <= and ==
11032: added [after volatile fix. passes on win&intel-solaris]
11033:
11034: 2003-04-08 paf
11035:
11036: * src/: classes/file.C, classes/op.C, classes/table.C,
11037: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
11038: include/pa_common.h, include/pa_request_charsets.h,
11039: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11040: main/pa_exec.C, main/pa_request.C, main/untaint.C,
11041: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
11042: types/pa_vresponse.C: started http:// $.charset[] param and
11043: http response charset detection just compiled. todo:test
11044:
11045: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
11046:
11047: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
11048: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
11049: types/pa_vmail.C: changed transcode param converntion along with
11050: string creating convention -- all strings are zero-terminated,
11051: this allowed to fix one remaining String("123", 2) case
11052:
11053: * src/: classes/date.C, classes/file.C, classes/hash.C,
11054: classes/op.C, classes/string.C, classes/table.C,
11055: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
11056: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
11057: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
11058: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
11059: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
11060: violated String::invariant. started fixing [not compiled now]
11061:
11062: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
11063: main/compile.tab.C, main/compile.y, main/pa_string.C,
11064: main/untaint.C, targets/cgi/parser3.C: number of string style
11065: improvements & optimizations
11066:
11067: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
11068: :(]
11069:
11070: * src/main/untaint.C: removed redundant & in CORD_pos param passing
11071: [for it's a pointer really]
11072:
11073: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
11074: 'n' param. worked that around
11075:
11076: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
11077: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
11078: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
11079: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
11080: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
11081:
11082: Thanks for the bug report and patch.
11083:
11084: I hadn't looked at this code in a while. Reading it now, it
11085: seems to me that the tests should also be ">= MAX_DEPTH" to
11086: comply with the invariant, though that may not matter a lot. I
11087: changed that, too.
11088:
11089: Hans
11090:
11091: 2003-04-07 paf
11092:
11093: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
11094: merged from head:safe mode error message now includes numbers
11095:
11096: * src/main/execute.C: n-th attempt to make a=a work with double.
11097: problem: as_double returns it's result in fp-register compiler
11098: optimizes access to that register after b->as_double, and just
11099: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
11100: from memory. _SAME_ double values do not match here. when
11101: forced to REload fp-register, values do match.
11102:
11103: tried to make them volatile.
11104:
11105: * src/main/execute.C: n-th attempt to make a=a work with double.
11106: problem: as_double returns it's result in fp-register compiler
11107: optimizes access to that register after b->as_double, and just
11108: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
11109: from memory. _SAME_ double values do not match here. when
11110: forced to REload fp-register, values do match.
11111:
11112: tried to make them volatile.
11113:
11114: * src/types/pa_vobject.h: small style change
11115:
11116: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
11117:
11118: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
11119: mode error message now includes numbers
11120:
11121: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
11122: now causes death
11123:
11124: 2003-04-04 paf
11125:
11126: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
11127: incorportated pa_exec patch by From: "Victor Fedoseev"
11128: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
11129: Sent: Thursday, January 23, 2003 9:14 AM
11130:
11131: huge speedup on ^file::cgi with big result
11132:
11133: * src/classes/table.C: sort table with 0 rows bug fixed
11134:
11135: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
11136: fix http://i2/tasks/edit/?id=4493701604654042676
11137:
11138: @main[] $with_default[ $.a[1] $._default[default from
11139: with_default] ] ^show[$with_default]
11140:
11141: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
11142: =$to_add_to.xxx=<br>
11143:
11144: ^show[$to_add_to]
11145:
11146: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
11147: ^show[$cloned]
11148:
11149: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
11150:
11151: } <hr>
11152:
11153: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
11154: http://i2/tasks/edit/?id=4493701604654042676
11155:
11156: @main[] $with_default[ $.a[1] $._default[default from
11157: with_default] ] ^show[$with_default]
11158:
11159: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
11160: =$to_add_to.xxx=<br>
11161:
11162: ^show[$to_add_to]
11163:
11164: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
11165: ^show[$cloned]
11166:
11167: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
11168:
11169: } <hr>
11170:
11171: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
11172: http://i2/tasks/edit/?id=4507350336410850921
11173:
11174: * src/classes/xdoc.C: memory allocation func bugfix
11175: http://i2/tasks/edit/?id=4499303470368629745
11176:
11177: * src/classes/math.C: allowed random 1...
11178:
11179: * src/classes/math.C: allowed random 0..
11180:
11181: * src/main/pa_globals.C: exif mem leak
11182: http://i2/tasks/edit/?id=4480590323629807263
11183:
11184: * src/: classes/classes.dsp, main/main.dsp,
11185: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
11186: fix http://i2/tasks/edit/?id=4493946731322521294
11187: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
11188:
11189: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11190: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
11191: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
11192: links to xml libs made relative, no need to unpack parser3project
11193: to /parser3project.
11194:
11195: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
11196: column more precise - tab handling bug fixed
11197:
11198: * src/main/: compile.tab.C, compile.y: more understandable error
11199: message in case @CLASS with more then one line inside
11200:
11201: * src/targets/cgi/parser3.C: more understandable error message in
11202: case of errors in @unhandled_exception
11203:
11204: 2003-04-03 paf
11205:
1.97 moko 11206: * src/lib/Makefile.in: removed 'patches'
11207:
1.95 moko 11208: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
11209: src/main/compile.tab.C, src/main/compile.y,
11210: src/main/compile_tools.C, src/main/compile_tools.h,
11211: src/main/execute.C, src/main/pa_request.C: debug info format
11212: simplified, now it's: OP_VALUE Operation::Origin << here value*
11213:
11214: higher limits: file number (max: 255) line number (max:
11215: 64535) column number (max: 255)
11216:
11217: * src/classes/math.C: top limit
11218:
11219: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
11220: precise parse error position in case of
11221:
11222: ^bug ]
11223:
11224: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
11225: changed to realities, and passed [bug fixed]
11226:
11227: * src/: classes/op.C, include/pa_request.h, main/compile.C,
11228: main/compile.tab.C, main/compile.y, main/compile_tools.C,
11229: main/compile_tools.h, main/pa_request.C: introducing
11230: ^process...[main-method-alias]
11231:
11232: * src/: classes/date.C, classes/image.C, classes/op.C,
11233: classes/string.C, classes/table.C, classes/xdoc.C,
11234: types/pa_vmethod_frame.h: MethodParams& now [methods without
11235: params receive zero reference, but they are expected not to look
11236: there]
11237:
11238: * operators.txt, src/classes/date.C, src/classes/double.C,
11239: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
11240: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
11241: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
11242: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11243: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
11244: src/main/execute.C, src/types/pa_method.h: MethodParams& now
11245: [methods without params receive zero reference, but they are
11246: expected not to look there]
11247:
11248: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11249: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
11250: ^process...[filename] useful for better error reporting
11251: [file/line/col]
11252:
11253: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
11254: types/pa_vstring.h: slightly improved error messages text: 1. is
11255: '%s', it 2. method undefined in case of ^void[]
11256:
11257: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11258: include/pa_types.h, main/execute.C, main/pa_request.C: exception
11259: handling done. now we have error columns todo: test it
11260:
11261: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
11262: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
11263:
11264: this makes life easier: were: bad stack order -- were in
11265: exception catch unwind order, which didn't match execution order
11266:
11267: @main[] ^try{ ^first[] }{ ^throw[c;3] }
11268:
11269: @first[] ^throw[a;1]
11270:
11271: showed throw a first throw b try
11272:
11273: which is no good
11274:
11275: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
11276: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
11277: trace reset after handled exception [old bug fixed]
11278:
11279: * src/main/: compile.tab.C, compile.y: parse position old bug
11280: fixed. position reporting made precise [both, in parse erros and
11281: runtime errors]
11282:
11283: 2003-04-02 paf
11284:
11285: * src/: include/pa_operation.h, include/pa_request.h,
11286: main/compile.C, main/compile.tab.C, main/compile.y,
11287: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11288: main/pa_exception.C, main/pa_request.C: debug info: started
11289: using. todo:complete
11290:
11291: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
11292: main/compile.C, main/compile.tab.C, main/compile.y,
11293: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11294: main/pa_request.C: prepared debug info todo:use it
11295:
11296: * src/include/pa_operation.h: strange mistake fixed: forgot to
11297: return Operation class->union after switching from autoptrs.
11298:
11299: * tests/: Makefile, results/108.processed, results/117.processed:
11300: meta considered OK [it's up to coder now to remove it not needed]
11301:
11302: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
11303: Dictionary constructor when moved to gc]
11304:
11305: * src/main/pa_common.C: uncommented http:// file loading
11306:
11307: * src/include/pa_array.h, src/main/execute.C,
11308: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
11309: fix [gdGrowingBuf]
11310:
11311: * configure.in, src/lib/Makefile.am: removed patches
11312:
11313: * configure, src/include/pa_config_auto.h.in,
11314: src/main/pa_charset.C: --enable-assertions autoconf-ed
11315:
11316: * src/main/pa_common.C: uncommented http:// file loading
11317:
11318: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
11319: xdoc::create/load
11320:
11321: * src/: classes/form.C, classes/hash.C, classes/image.C,
11322: classes/string.C, classes/table.C, classes/void.C,
11323: include/pa_common.h, main/pa_common.C, main/pa_request.C,
11324: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
11325: String::String(str,helper_length) are checked. found/fixed one
11326: place: $request:body now zero-terminated,
11327:
11328: * src/: classes/op.C, classes/table.C, include/pa_request.h,
11329: main/compile_tools.C, main/execute.C, types/pa_value.h,
11330: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
11331: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
11332: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11333: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
11334: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
11335: types/pa_vxnode.h: more locally scoped vars in execute (more
11336: easily optimizable)
11337:
11338: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
11339: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
11340:
11341: * src/: include/pa_array.h, include/pa_stack.h,
11342: include/pa_string.h, main/compile_tools.C, main/main.dsp,
11343: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
11344: become assertion iterator in methodframe filler
11345:
11346: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
11347: targets/cgi/parser3.C: array::get/put inlined
11348:
11349: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
11350: gc_substitute_memory_management_functions +installed CORD_oom
11351: function
11352:
11353: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
11354: src/include/pa_config_includes.h, src/include/pa_string.h,
11355: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
11356: src/targets/cgi/parser3.C: converted debug hacks to ANSI
11357: assertions started configure.in --enable-assertions
11358:
11359: 2003-04-01 paf
11360:
11361: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
11362: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
11363: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
11364: gdome uses glib memory, and stores last pointer to xmlDoc there,
11365: gc misses that and collects valid memory fixed by remembering
11366: xmlDoc from dom object in xdoc. todo: do something with
11367: premature free of xdoc with xnodes/node values referring into it
11368:
11369: * src/classes/: mail.C: typo fix
11370:
11371: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
11372: changes
11373:
11374: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
11375: main/pa_memory.C: moved memory debugging to global level: to
11376: pa_gc_malloc
11377:
11378: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
11379: debugging showed no errors. todo: debug parser memory
11380:
11381: * src/targets/cgi/: parser3.C, parser3.dsp: more build
11382: configurations
11383:
11384: * src/: classes/classes.dsp, include/pa_config_fixed.h,
11385: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
11386: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
11387: types/types.dsp: prepared xml-static configuration
11388:
11389: 2003-03-31 paf
11390:
11391: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
11392: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
11393: xml lib memory debugging, simple checks failed: it seems that
11394: library does realloc(bad ptr), and recording those ptrs in heap
11395: [for debugging] was bad: heap situation changes = everything
11396: works fine
11397:
11398: * src/: main/pa_charset.C, include/pa_charset.h: worked around
11399: xmlRegisterCharEncodingHandler limitation [currently imposed
11400: limit of 10 user-defined charsets]
11401:
11402: 2003-03-28 paf
11403:
11404: * src/main/execute.C: execution stack copied to local register
11405: variable, removed lots [~2e7) of memory accesses
11406:
11407: 2003-03-27 paf
11408:
11409: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
11410: works in debug, but fails in release todo: fix that
11411:
11412: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
11413: targets/cgi/parser3.C: forgot to merge XML memory funcs
11414: replacement from gc branch
11415:
11416: * src/main/pa_exec.C: introducing append_help_length [radical
11417: improvement here]
11418:
11419: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
11420: 'not recommened' in gc.h, on win32 noticed no difference]
11421:
11422: * src/include/pa_array.h: returned checked array get [were disabled
11423: for debugging] result:not slower [don't understand that, it were
11424: INLINED] todo: find out a way of inlining it!
11425:
11426: * src/: include/pa_string.h, lib/gc/include/gc.h,
11427: lib/gc/include/gc_fake.h, main/compile.tab.C,
11428: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
11429: convention changed: all resulting strings are zero-terminated
11430:
11431: * src/: classes/date.C, classes/file.C, classes/hash.C,
11432: classes/string.C, classes/table.C, classes/void.C,
11433: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
11434: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
11435: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
11436: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
11437: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
11438: types/pa_vfile.C, types/pa_vmail.C: introducing
11439: append_help_length [radical improvement here]
11440:
11441: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
11442: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
11443: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
11444: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
11445: even slower
11446:
11447: * src/: classes/string.C, classes/table.C, include/pa_array.h,
11448: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
11449: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
11450: clients of &get(): most to use non-ref version, some[in tight
11451: places] to get_unchecked_ref
11452:
11453: * src/doc/memory.dox: forgot to add
11454:
11455: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
11456: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
11457: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
11458: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
11459: main/compile.y, main/compile_tools.C, main/compile_tools.h,
11460: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
11461: targets/cgi/parser3.dsp, types/pa_vmail.C,
11462: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
11463: T>>&<< removed after Stack::pop wiping removed [moved to separate
11464: func] other Array & removed
11465:
11466: 2003-03-26 paf
11467:
11468: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
11469: classes/table.C, include/pa_array.h, include/pa_charset.h,
11470: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
11471: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11472: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
11473: main/main.dsp, main/pa_charset.C, main/pa_common.C,
11474: main/pa_exec.C, main/pa_sql_driver_manager.C,
11475: main/pa_stylesheet_manager.C, main/pa_table.C,
11476: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
11477: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11478: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
11479: pre-evaluated .count() in some places
11480:
11481: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
11482: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
11483: types/types.dsp: .dsp profiling updated
11484:
11485: * src/: classes/classes.dsp, lib/cord/cord.dsp,
11486: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
11487: targets/cgi/parser3.dsp, types/types.dsp: started profiling
11488:
11489: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
11490: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
11491: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
11492: use lib/gc,lib/cord
11493:
1.97 moko 11494: * acsite.m4, bin/Makefile.in, etc/Makefile.in,
11495: etc/parser3.charsets/Makefile.in, src/Makefile.in,
11496: src/classes/Makefile.am, src/classes/Makefile.in,
11497: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
11498: src/include/Makefile.in, src/include/pa_common.h,
1.95 moko 11499: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
11500: src/include/pa_config_includes.h, src/include/pa_request.h,
11501: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
11502: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.97 moko 11503: src/lib/Makefile.am, src/lib/Makefile.in,
11504: src/lib/cord/Makefile.am, src/lib/cord/Makefile.in,
1.95 moko 11505: src/lib/cord/include/Makefile.am,
1.97 moko 11506: src/lib/cord/include/Makefile.in,
11507: src/lib/cord/include/private/Makefile.am,
11508: src/lib/cord/include/private/Makefile.in,
11509: src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
11510: src/lib/pcre/Makefile.in, src/main/Makefile.am,
11511: src/main/Makefile.in, src/main/pa_exec.C, src/main/pa_string.C,
11512: src/main/untaint.C, src/sql/Makefile.in, src/targets/Makefile.in,
11513: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
11514: src/targets/isapi/Makefile.in, src/types/Makefile.am,
11515: src/types/Makefile.in, src/types/pa_vclass.h,
11516: src/types/pa_vcookie.h, src/types/pa_vform.h,
11517: src/types/pa_vhash.h, src/types/pa_vimage.h, src/types/pa_vint.h,
11518: src/types/pa_vmail.h, src/types/pa_vresponse.h,
11519: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
11520: src/types/pa_vstatus.h, src/types/pa_vtable.h,
11521: src/types/pa_vxdoc.h: configured math funcs ported pa_exec
1.95 moko 11522:
11523: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
11524:
11525: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
11526: bundled gc includes
11527:
11528: * src/: classes/op.C, include/pa_array.h,
11529: include/pa_sql_connection.h, include/pa_string.h,
11530: include/pa_version.h, main/compile.tab.C, main/compile.y,
11531: main/execute.C, main/pa_common.C, main/pa_exception.C,
11532: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
11533: targets/cgi/parser3.dsp: a number of bugfixes [while testing
11534: first real site (aval)]
11535:
11536: 2003-03-25 paf
11537:
11538: * operators.txt, src/main/pa_sql_driver_manager.C,
11539: src/types/pa_vstatus.C: $status.memory used free since_compact
11540: process
11541:
11542: * src/: include/pa_sql_connection.h, main/pa_globals.C,
11543: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
11544:
11545: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
11546:
11547: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
11548: src/types/pa_value.h, src/types/pa_vfile.h,
11549: src/types/pa_vobject.C, src/types/pa_vobject.h,
11550: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
11551: tests/results/121.processed: untaint.C L_URI
11552:
11553: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
11554: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
11555: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
11556: src/types/pa_vmemory.h: ^memory:compact[]
11557:
11558: * tests/results/109.processed: it was a bug in parser. updated 109
11559: test result
11560:
11561: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
11562:
11563: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
11564: tests/results/107.processed: fixed dom language [values are now
11565: considered tainted. it was a bug in parser. updated 107 test
11566: result
11567:
11568: * src/classes/xdoc.C: fixed transform params
11569:
11570: * src/: include/pa_stylesheet_manager.h,
11571: main/pa_stylesheet_manager.C: fixed stylesheet caching
11572:
11573: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
11574: overloads for structure handling
11575:
11576: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
11577: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
11578: StringBody(0) ambiguilty, introducting static
11579: StringBody::Format(int)
11580:
11581: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
11582: linked
11583:
11584: * src/types/pa_vxdoc.C: vxdoc compiled
11585:
11586: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
11587: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
11588: finalizers isntalled
11589:
11590: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
11591: doc/exception.dox, doc/index.dox, include/pa_charset.h,
11592: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
11593: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
11594: compiled todo: xnode.C / finalizers
11595:
11596: * src/doc/string.dox: updated: new string internals
11597:
11598: 2003-03-24 paf
11599:
11600: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11601: include/pa_charset.h, include/pa_config_fixed.h,
11602: include/pa_request.h, include/pa_stylesheet_connection.h,
11603: include/pa_stylesheet_manager.h, main/pa_charset.C,
11604: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
11605: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
11606: types/pa_vxnode.h: started XML
11607:
11608: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
11609:
11610: * src/: classes/file.C, classes/image.C, classes/mail.C,
11611: include/pa_string.h, main/pa_common.C,
11612: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
11613:
11614: * src/: classes/file.C, classes/image.C, classes/mail.C,
11615: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
11616: main/pa_request.C, main/pa_sql_driver_manager.C,
11617: types/pa_vimage.h: size_t pos everywhere checks changed to check
11618: for eq STRING_NOT_FOUND
11619:
11620: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
11621: optimize bit implemented
11622:
11623: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
11624: String::ArrayFragment::append_positions fixed
11625:
11626: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
11627: String::this_starts fixed
11628:
11629: * src/main/pa_string.C, tests/Makefile: string::pos fixed
11630:
11631: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
11632: hashcode implemented fully, including per-char callback [it can
11633: be - substr CORD node]
11634:
11635: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
11636: rewritten to rewalloc with 100byte buf ahead
11637:
11638: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
11639: src/include/pa_string.h, src/main/compile.tab.C,
11640: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
11641: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
11642: CORD_ec [bad] would rewrite as realloc now
11643:
11644: * src/: classes/date.C, classes/file.C, classes/form.C,
11645: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
11646: include/pa_cache_managers.h, include/pa_charsets.h,
11647: include/pa_common.h, include/pa_request.h,
11648: include/pa_sql_driver_manager.h, include/pa_table.h,
11649: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
11650: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
11651: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
11652: types/pa_vmail.C, types/pa_vmethod_frame.C,
11653: types/pa_vstateless_class.h: 2*2 worked :)
11654:
11655: * parser3.dsw, src/classes/date.C, src/classes/file.C,
11656: src/include/pa_exec.h, src/include/pa_string.h,
11657: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
11658: passed OK
11659:
11660: * src/: classes/hash.C, classes/string.C, classes/table.C,
11661: types/pa_value.C: all linked todo: debug
11662:
11663: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
11664: types/pa_vstateless_class.C: all compiled. todo:link
11665:
11666: * src/types/pa_wcontext.C: pa_wcontext.C compiled
11667:
11668: * src/types/pa_vtable.C: pa_vtable.C compiled
11669:
11670: * src/types/pa_vstring.C: pa_vstring.C compiled
11671:
11672: * src/types/pa_vstatus.C: pa_vstatus.C compiled
11673:
11674: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
11675: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
11676: pa_vstateless_class.C, pa_vstateless_class.h:
11677: pa_vstateless_class.C compiled
11678:
11679: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
11680: types/pa_vmath.C: pa_vmail.C compiled
11681:
11682: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
11683:
11684: * src/types/pa_vform.C: pa_vform.C compiled
11685:
11686: * src/types/pa_vfile.C: pa_vfile.C compiled
11687:
11688: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
11689: pa_vstateless_class.C: pa_vcookie.C compiled
11690:
11691: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
11692: types/pa_vhash.h: pa_value.C compiled
11693:
11694: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
11695: classes.lib main.lib compiled
11696:
11697: * src/classes/void.C: void.C compiled
11698:
11699: * src/: classes/string.C, classes/table.C, include/pa_string.h,
11700: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
11701: compiled
11702:
11703: * src/: classes/string.C, include/pa_request.h,
11704: include/pa_string.h, main/pa_string.C: string.C compiled
11705:
11706: * src/: classes/op.C, classes/string.C, classes/table.C,
11707: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
11708: main/pa_request.C, main/pa_string.C: op.C compiled
11709:
11710: * src/classes/: math.C, op.C: math.C compiled
11711:
11712: * src/: classes/mail.C, classes/string.C, classes/table.C,
11713: types/pa_vmail.h: mail.C compiled
11714:
11715: * src/classes/: int.C, table.C: int.C compiled
11716:
11717: * src/: classes/hash.C, classes/image.C, classes/string.C,
11718: classes/table.C, include/pa_memory.h, include/pa_string.h,
11719: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
11720: compiled
11721:
11722: * src/: classes/hash.C, classes/string.C, classes/table.C,
11723: classes/void.C, classes/xdoc.C, include/pa_request.h,
11724: include/pa_sql_connection.h: hash.C compiled
11725:
11726: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
11727: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
11728: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
11729: classes/math.C, classes/op.C, classes/response.C,
11730: classes/string.C, classes/table.C, classes/void.C,
11731: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
11732: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
11733: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
11734: file.C table.C compiled
11735:
11736: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
11737: main/untaint.C: main.lib compiled
11738:
11739: 2003-03-21 paf
11740:
11741: * src/: classes/op.C, include/pa_cache_managers.h,
11742: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
11743: include/pa_stylesheet_manager.h, main/pa_exception.C,
11744: main/pa_globals.C, main/pa_sql_driver_manager.C,
11745: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
11746: compiled
11747:
11748: * src/: classes/hash.C, classes/image.C, classes/op.C,
11749: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
11750: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
11751: main/compile.C, main/pa_common.C, main/pa_request.C,
11752: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
11753: pa_request.C compiled
11754:
11755: * src/: classes/hash.C, classes/mail.C, classes/op.C,
11756: include/pa_request.h, main/execute.C, main/pa_request.C,
11757: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
11758: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
11759: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11760: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
11761: compiled
11762:
11763: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
11764: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
11765: on unix
11766:
11767: * src/: include/pa_charset.h, include/pa_charsets.h,
11768: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
11769: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
11770: pa_charsets.C compiled
11771:
11772: * src/: classes/image.C, classes/mail.C, classes/op.C,
11773: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
11774: main/compile.y, main/execute.C, main/pa_common.C,
11775: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
11776: types/pa_vcode_frame.h, types/pa_vimage.h,
11777: types/pa_vmethod_frame.h: execute.C compiled
11778:
11779: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11780: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11781: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
11782: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
11783: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11784: include/pa_cache_managers.h, include/pa_charsets.h,
11785: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
11786: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
11787: include/pa_sql_driver_manager.h, include/pa_string.h,
11788: include/pa_stylesheet_connection.h,
11789: include/pa_stylesheet_manager.h, include/pa_table.h,
11790: main/compile.C, main/compile.tab.C, main/compile.y,
11791: main/compile_tools.C, main/compile_tools.h, main/execute.C,
11792: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11793: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
11794: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
11795: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
11796: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11797: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11798: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
11799: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
11800: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
11801: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
11802: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
11803: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
11804: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
11805: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11806: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11807: types/pa_vresponse.h, types/pa_vstateless_class.C,
11808: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11809: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11810: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11811: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11812: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11813: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
11814: [C++ CORD wrapper]
11815:
11816: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
11817:
11818: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
11819: $file::exec/cgi[script; $.charset[this is script's charset]
11820:
11821: command line, env values, input got transcoded before call
11822: stdout, stderr got transcoded after call
11823:
11824: * src/classes/file.C: ^file::exec/cgi now does not pass post data
11825: by default. use: ^file::exec[...;$.stdin[$request.body]
11826:
11827: * src/main/pa_common.C: } typo bug fix
11828:
11829: * src/main/pa_common.C: } typo bug fix
11830:
11831: 2003-03-20 paf
11832:
11833: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
11834: main/untaint.C: cord bug fix, but still errors todo: clear out
11835:
11836: * src/include/pa_string.h: more tests
11837:
11838: * src/main/pa_string.C: string.pos fixed
11839:
1.97 moko 11840: * src/lib/: ltdl/Makefile.in, ltdl/config_fixed.h, ltdl/configure,
11841: ltdl/configure.in, ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h,
11842: pcre/dftables.c, pcre/get.c, pcre/internal.h, pcre/maketables.c,
11843: pcre/pcre.c, pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c:
11844: undone bad replaces
1.95 moko 11845:
11846: * src/: classes/image.C, include/pa_dictionary.h,
11847: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
11848: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
11849: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
11850: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
11851:
11852: * src/include/pa_string.h: warning
11853:
11854: * src/include/pa_string.h: this_starts fixed
11855:
11856: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
11857: new String ctor & append params convention
11858:
11859: * src/: classes/file.C, classes/hash.C, classes/image.C,
11860: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
11861: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
11862: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
11863: main/pa_exception.C, main/pa_exec.C,
11864: main/pa_sql_driver_manager.C, main/pa_string.C,
11865: main/pa_stylesheet_manager.C, main/untaint.C,
11866: targets/isapi/parser3isapi.C, types/pa_vimage.C,
11867: types/pa_vmail.C: more tests OK
11868:
11869: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
11870: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
11871: gc/exit runned OK
11872:
11873: * src/types/pa_vmail.C: another naming problem: should not name
11874: vars like that: unpredictable close caused problems with later
11875: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
11876: descriptors missing on startup: stdin; Bad file number
11877:
11878: todo: find out why so many filters(stream) here. probably wrong?
11879:
11880: * src/: include/pa_dictionary.h, include/pa_string.h,
11881: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
11882: main/untaint.C: test compiled
11883:
11884: * src/: classes/image.C, classes/mail.C, classes/math.C,
11885: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
11886: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
11887: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
11888: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
11889: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
11890: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
11891: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
11892: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
11893: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
11894:
11895: * parser3.dsw, src/classes/file.C, src/classes/image.C,
11896: src/classes/op.C, src/classes/string.C, src/classes/table.C,
11897: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
11898: src/include/pa_memory.h, src/include/pa_request.h,
11899: src/include/pa_request_charsets.h,
11900: src/include/pa_sql_connection.h, src/include/pa_string.h,
11901: src/main/compile.tab.C, src/main/execute.C,
11902: src/main/pa_charset.C, src/main/pa_common.C,
11903: src/main/pa_exception.C, src/main/pa_exec.C,
11904: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
11905: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
11906: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
11907: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
11908: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
11909: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
11910: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
11911: src/types/pa_vobject.C, src/types/pa_vresponse.C,
11912: src/types/pa_vstatus.C, src/types/pa_vstring.C,
11913: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11914: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
11915: pa_common.C [done, without http for now]
11916:
11917: 2003-03-19 paf
11918:
11919: * src/: classes/date.C, classes/form.C, classes/hash.C,
11920: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
11921: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
11922: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
11923: include/pa_string.h, include/pa_table.h, main/compile.C,
11924: main/compile_tools.C, main/execute.C, main/pa_charset.C,
11925: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
11926: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
11927: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
11928: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
11929: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
11930: types/pa_vstateless_class.h, types/pa_vtable.C,
11931: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
11932: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
11933: types/pa_wwrapper.h: started test
11934:
1.97 moko 11935: * src/lib/pcre/: Makefile.in, dftables.c, get.c, maketables.c,
11936: pcre.c, pcre.dsp, pcre.h, pcre_parser_ctype.c, study.c: restored
11937: bad replaces
1.95 moko 11938:
11939: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
11940: include/pa_string.h, main/pa_string.C: string compiled todo: test
11941: it
11942:
11943: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
11944: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
11945: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
11946: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
11947: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
11948: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
11949: types/pa_vmethod_frame.h, types/types.dsp: string
11950: reimplementation with cord+array<fragment>: 70%
11951:
11952: 2003-03-18 paf
11953:
11954: * src/: classes/date.C, classes/file.C, classes/form.C,
11955: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
11956: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
11957: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
11958: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
11959: can ignore lang in cmp and pos really, but would
11960: split properly!
11961:
11962: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
11963: cord part made parser/src/lib: it's not compiled into libgc by
11964: default
11965:
11966: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
11967: src/classes/date.C, src/classes/double.C, src/classes/file.C,
11968: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
11969: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
11970: src/classes/op.C, src/classes/response.C, src/classes/string.C,
11971: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
11972: src/classes/xnode.C, src/classes/xnode.h,
11973: src/include/Makefile.am, src/include/pa_cache_managers.h,
11974: src/include/pa_charset.h, src/include/pa_charsets.h,
11975: src/include/pa_common.h, src/include/pa_dictionary.h,
11976: src/include/pa_exception.h, src/include/pa_exec.h,
11977: src/include/pa_globals.h, src/include/pa_hash.h,
11978: src/include/pa_memory.h, src/include/pa_pool.h,
11979: src/include/pa_request.h, src/include/pa_request_charsets.h,
11980: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
11981: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
11982: src/include/pa_stylesheet_connection.h,
11983: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
11984: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
11985: src/main/compile.C, src/main/compile.tab.C,
11986: src/main/compile_tools.C, src/main/compile_tools.h,
11987: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
11988: src/main/pa_charsets.C, src/main/pa_common.C,
11989: src/main/pa_dictionary.C, src/main/pa_exception.C,
11990: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
11991: src/main/pa_pool.C, src/main/pa_request.C,
11992: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
11993: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
11994: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
11995: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
11996: src/types/pa_junction.h, src/types/pa_method.h,
11997: src/types/pa_value.C, src/types/pa_value.h,
11998: src/types/pa_vclass.C, src/types/pa_vclass.h,
11999: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
12000: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12001: src/types/pa_vdouble.h, src/types/pa_venv.h,
12002: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
12003: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
12004: src/types/pa_vimage.C, src/types/pa_vimage.h,
12005: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
12006: src/types/pa_vmath.C, src/types/pa_vmath.h,
12007: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12008: src/types/pa_vobject.C, src/types/pa_vobject.h,
12009: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12010: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12011: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12012: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
12013: src/types/pa_vstatus.h, src/types/pa_vstring.C,
12014: src/types/pa_vstring.h, src/types/pa_vtable.C,
12015: src/types/pa_vtable.h, src/types/pa_vvoid.h,
12016: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12017: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
12018: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
12019: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
12020: gc: PA_Object done lots of replacements also
12021:
12022: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
12023: gc logging
12024:
12025: 2003-03-17 paf
12026:
12027: * src/: classes/date.C, classes/file.C, classes/form.C,
12028: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
12029: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
12030: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
12031: include/pa_string.h, include/pa_types.h, main/compile.C,
12032: main/compile.tab.C, main/execute.C, main/pa_charset.C,
12033: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
12034: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
12035: main/pa_sql_driver_manager.C, main/pa_string.C,
12036: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
12037: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
12038: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
12039: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
12040: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
12041: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12042: types/pa_vxnode.h: libgc attempt
12043:
12044: 2003-03-13 paf
12045:
12046: * src/: include/pa_sql_driver_manager.h,
12047: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
12048: called
12049:
12050: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
12051: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
12052: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
12053: types/pa_value.h, types/pa_vobject.h,
12054: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
12055: set_base, set_derived simplified [counter leaks fixed]
12056:
12057: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
12058: src/types/types.dsp: incorporated status class patch From:
12059: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
12060: 2003 8:14 AM
12061:
12062: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
12063: Win32 specific: QuotaPeakNonPagedPoolUsage
12064: QuotaPeakPagedPoolUsage PeakPagefileUsage]
12065:
12066: 2003-03-12 paf
12067:
1.97 moko 12068: * configure, configure.in, src/lib/ltdl/Makefile.in,
12069: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
12070: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in:
1.95 moko 12071: lib/ltdl/Makefile now created by /configure.in only [were by
12072: lib/ltdl/configure.in OVERWRITE]
12073:
1.97 moko 12074: * Makefile.in, configure, configure.in, bin/Makefile.in,
12075: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
12076: src/Makefile.in, src/classes/Makefile.in,
12077: src/include/Makefile.in, src/lib/Makefile.in,
12078: src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
12079: src/main/Makefile.in, src/sql/Makefile.in,
12080: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
12081: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
12082: src/types/Makefile.in: libstdc++ linkage fixed for g++ 3.2.2
1.95 moko 12083:
12084: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
12085: on using privately declared class [fixed]
12086:
12087: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
12088: 3.2 rightliy complained on using privately declared class [fixed]
12089:
12090: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
12091: sigpipe before request constructor now causes death
12092:
12093: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
12094: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
12095: not cause exception in exception handler
12096:
1.97 moko 12097: * Makefile.in, configure, configure.in, bin/Makefile.in,
12098: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
12099: src/Makefile.in, src/classes/Makefile.in,
12100: src/include/Makefile.in, src/lib/Makefile.in,
12101: src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
12102: src/main/Makefile.in, src/sql/Makefile.in,
12103: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
12104: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
12105: src/types/Makefile.in: configure now default links libstdc++
12106: statically. that can be overriden by --with-dynamic-stdcpp
1.95 moko 12107:
12108: 2003-03-11 paf
12109:
12110: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
12111: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
12112: necessity of libstdc++
12113:
12114: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
12115:
12116: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
12117:
12118: 2003-03-08 paf
12119:
12120: * tests/Makefile: make install & co
12121:
12122: * src/: include/pa_request.h, classes/op.C: removing
12123: vclass,object.h -> pa_request.h dependency
12124:
12125: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
12126: main/pa_request.C: removing vform,response,cookie.h ->
12127: pa_request.h dependency
12128:
12129: * src/include/pa_request.h: removing vmail.h -> pa_request.h
12130: dependency [testing...]
12131:
12132: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
12133: return 0; fixed
12134:
12135: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
12136: types/pa_vmail.h: vmail.C received just compiled [not tested]
12137:
12138: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
12139:
12140: * src/main/pa_request.C: forgotten: ifdef XML
12141:
12142: * src/main/pa_request.C: forgotten: ifdef XML
12143:
12144: * src/targets/cgi/parser3.C: todo: move to latest xml version on
12145: win32 and run memleak tests again
12146:
12147: * src/targets/cgi/parser3.C: charsets: see some strange things with
12148: old xml lib-- it's internal memory handling has faults
12149:
12150: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
12151: problems when transcode from charset A to A.
12152:
12153: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
12154: todo: still problems when transcode from charset A to A.
12155:
12156: * src/: classes/hash.C, classes/mail.C, classes/string.C,
12157: classes/table.C, include/pa_array.h,
12158: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
12159: started full-scale-site-test [~ http://parser.ru sources]
12160:
12161: some fixes
12162:
12163: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
12164: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
12165: 117.html, 118.html, 119.html, 120.html, results/109.processed,
12166: results/110.processed, results/111.processed,
12167: results/112.processed, results/113.processed,
12168: results/114.processed, results/115.processed,
12169: results/116.processed, results/117.processed,
12170: results/118.processed, results/119.processed,
12171: results/120.processed: xml: tests 109 dom create/show 110 xpath
12172: selectSingle 111 xdoc.create from tainted & 112
12173: xdoc.create/output with russian attr value 113 xpath
12174: selectString/Number 114 dom attributes.count 115 xpath selectBool
12175: 116 output media-type change 117 transform by dom stylesheet 118
12176: empty transform result 119 dom setAttribute 120 nbsp letter
12177: output
12178:
12179: =END OF PREPARED XML TESTS=
12180:
12181: 2003-03-07 paf
12182:
12183: * src/classes/xdoc.C, src/include/pa_charset.h,
12184: src/include/pa_stylesheet_connection.h, tests/108.html,
12185: tests/108.xsl, tests/results/108.processed: xml: test 108
12186: transform with params [bugs fixed]
12187:
12188: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
12189: from copy/paste bug
12190:
12191: * src/classes/xdoc.C, src/include/pa_charset.h,
12192: src/include/pa_request.h, src/main/execute.C,
12193: src/main/pa_charset.C, src/main/pa_exception.C,
12194: src/main/pa_globals.C, src/main/pa_request.C,
12195: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
12196: src/types/pa_vxnode.C, tests/107.html,
12197: tests/results/107.processed: xml: test: 107 bug fixes
12198:
12199: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12200: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12201: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
12202:
12203: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
12204: string
12205:
12206: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
12207: mem alloc functions used for different cases [libxml, libxsl]
12208:
12209: * src/classes/classes.C: fixed: prevent system classes from
12210: modification to lock ALL the classes, not only directly used
12211:
12212: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
12213: linked
12214:
12215: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
12216:
12217: 2003-03-06 paf
12218:
12219: * src/classes/xdoc.C: xdoc.C 50%
12220:
12221: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
12222: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
12223: main/pa_globals.C, main/pa_request.C,
12224: main/pa_stylesheet_manager.C: xnode.C compiled
12225:
12226: * src/: include/pa_stylesheet_connection.h,
12227: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
12228: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
12229:
12230: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
12231: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12232: xml: stylesheet&manager STARTED
12233:
12234: * src/: include/pa_globals.h, main/pa_charset.C,
12235: main/pa_exception.C, main/pa_globals.C: xml: exceptions
12236:
12237: * src/: include/pa_charset.h, include/pa_config_fixed.h,
12238: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
12239: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
12240: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
12241: charsets
12242:
12243: * tests/023.html: in some cases it rounded up badly. postponing
12244: solution of that problem, making more simple test
12245:
12246: * tests/: 058_paf2000.png, results/058.processed: .png added with
12247: -kb now
12248:
12249: * src/: include/pa_charset.h, include/pa_charsets.h,
12250: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
12251: moved to charsets.C
12252:
12253: 2003-03-05 paf
12254:
12255: * src/classes/string.C, src/include/pa_string.h,
12256: src/main/pa_string.C, tests/105.html,
12257: tests/results/105.processed: String::match bug fixed
12258:
12259: * src/classes/op.C, src/main/main.dsp, tests/104.html,
12260: tests/results/104.processed: ^bpt operator added [does int3 in
12261: debug build on win32]
12262:
12263: * tests/: 057.html, results/057.processed: test bug fixed
12264:
1.97 moko 12265: * src/targets/cgi/: Makefile.am, Makefile.in: linker needed more
12266: tricks to link OK
1.95 moko 12267:
12268: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
12269: missing
12270:
1.97 moko 12271: * src/: include/Makefile.am, include/Makefile.in, main/Makefile.am,
12272: main/Makefile.in, types/Makefile.am, types/Makefile.in: forgotten
12273: files added to Makes
1.95 moko 12274:
12275: * ltmain.sh: ltmain.sh added
12276:
12277: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
12278: change undone ;(
12279:
12280: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
12281: made static
12282:
12283: * src/: classes/math.C, classes/op.C, classes/string.C,
1.97 moko 12284: lib/Makefile.in, lib/md5/Makefile.in, lib/pcre/Makefile.in,
12285: main/pa_exec.C, targets/Makefile.in, targets/cgi/Makefile.am,
12286: targets/cgi/Makefile.in: gcc more happy. todo:make linker happy
1.95 moko 12287:
12288: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
12289: env param made optional
12290:
12291: 2003-03-04 paf
12292:
12293: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
12294: types/pa_vimage.h: number of gcc compiler bugs fixed
12295:
12296: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
12297: results/103.processed: tests: 103 image.copy transparence test
12298:
12299: * src/main/execute.C, tests/101.html, tests/102.html,
12300: tests/results/101.processed, tests/results/102.processed: tests:
12301: 101 method/variable name conflict test 102 form fields change
12302: should not not change anything [bug fix]
12303:
12304: * tests/: 057.html, 099.html, 100.html, results/057.processed,
12305: results/099.processed, results/100.processed: tests: 57 date
12306: create 2002: added 99,100 response:body/download
12307:
12308: * src/classes/image.C, tests/098.html, tests/098font.gif,
12309: tests/results/098.processed: test: 98 image font text [bug fixed]
12310:
12311: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
12312: tests/results/097.processed: test: 97 file::load http:// [bugs
12313: fixed]
12314:
12315: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
12316: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
12317: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
12318: image EXIF [bug fixed]
12319:
12320: * src/classes/table.C, src/main/execute.C, tests/061.dat,
12321: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
12322: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
12323: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
12324: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
12325: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
12326: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
12327: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
12328: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
12329: tests/094.html, tests/095.html, tests/results/061.processed,
12330: tests/results/062.processed, tests/results/063.processed,
12331: tests/results/064.processed, tests/results/065.processed,
12332: tests/results/066.processed, tests/results/067.processed,
12333: tests/results/068.processed, tests/results/069.processed,
12334: tests/results/070.processed, tests/results/071.processed,
12335: tests/results/072.processed, tests/results/073.processed,
12336: tests/results/074.processed, tests/results/075.processed,
12337: tests/results/076.processed, tests/results/077.processed,
12338: tests/results/078.processed, tests/results/080.processed,
12339: tests/results/081.processed, tests/results/082.processed,
12340: tests/results/083.processed, tests/results/084.processed,
12341: tests/results/085.processed, tests/results/086.processed,
12342: tests/results/087.processed, tests/results/088.processed,
12343: tests/results/089.processed, tests/results/090.processed,
12344: tests/results/091.processed, tests/results/092.processed,
12345: tests/results/093.processed, tests/results/094.processed,
12346: tests/results/095.processed, tests/079.html,
12347: tests/results/079.processed: tests: 61 file::stat size 62
12348: string->int autoconvert 63 double .int,dec,div,mul 64 date
12349: compare 65 file: basename,justname,justext 66 math:crypt 67
12350: string.match simple on long 68 string.match normalized simple on
12351: long 69 string.int 70 file::stat content-type 71 table.join 72
12352: hash parameter conditional pass 73 date daylightsaving,yearday 74
12353: date arithmetics 75 response date values/attributes 76 string.pos
12354: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
12355: with local 80 scientific numeric literal in string autoconvert 81
12356: xor: logical and numerical 82 for delims 83 menu delims 84
12357: table.hash distinct 85 long string replace 86 throw+catch
12358: current language preserve 87 bit shifts 88 junction tests +
12359: $caller test 89 hash.foreach selfmodification 90 int/void to int
12360: 91 $caller test 92 junction is + def junction tests 93 $caller
12361: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
12362:
12363: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
12364: fixed] 60 string eq string [bug fixed]
12365:
12366: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
12367: 058.html, 058_paf2000.png, 059.html, 060.html,
12368: results/053.processed, results/054.processed,
12369: results/055.processed, results/056.processed,
12370: results/057.processed, results/058.processed,
12371: results/059.processed, results/060.processed: test: 53
12372: string.replace 54 junctions 55 table.hash 56 call indirect 57
12373: date.create[string] 58 image.measure[png]
12374:
12375: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
12376: outputs/051.processed, results/052.processed: test: 52
12377: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
12378: task: fix that
12379:
12380: 2003-03-03 paf
12381:
12382: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
12383: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
12384: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
12385: outputs/049.processed, outputs/050.processed,
12386: outputs/051.processed, results/001.processed,
12387: results/002.processed, results/003.processed,
12388: results/005.processed, results/006.processed,
12389: results/008.processed, results/009.processed,
12390: results/011.processed, results/012.processed,
12391: results/013.processed, results/014.processed,
12392: results/015.processed, results/016.processed,
12393: results/017.processed, results/020.processed,
12394: results/021.processed, results/022.processed,
12395: results/024.processed, results/025.processed,
12396: results/026.processed, results/027.processed,
12397: results/028.processed, results/029.processed,
12398: results/030.processed, results/031.processed,
12399: results/049.processed, results/050.processed,
12400: results/051.processed, results/043.processed,
12401: results/044.processed, results/045.processed,
12402: results/046.processed, results/047.processed,
12403: results/048.processed: tests: 43,44,45 date rolls 46
12404: autoevaluating junction 47 table.select 48 name with subvar 49
12405: hash-creating switch 50 process 51 started parent/child, works as
12406: it were but it were NOT GOOD, created separate task to fix that
12407:
12408: * tests/: 042.html, results/042.processed: test: 42
12409: exception.handled
12410:
12411: * tests/: 041.html, results/041.processed: test: 41 table.locate by
12412: expression
12413:
12414: * tests/: 040.html, results/040.processed: test: 39 method result
12415: of type table 40 method param junction auto evaluate
12416:
12417: * tests/: 039.html, results/039.processed: test: 37 method result
12418: of type table
12419:
12420: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
12421: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
12422: tests/038.html, tests/results/033.processed,
12423: tests/results/034.processed, tests/results/035.processed,
12424: tests/results/036.processed, tests/results/037.processed,
12425: tests/results/038.processed: tests: 33 string.replace 34
12426: string.upper 35 table created 36 local/global vars with juntions
12427: 37 table clone 38 math PI & number formatting
12428:
12429: math class registring typo fixed
12430:
12431: * src/classes/op.C, src/include/pa_request.h,
12432: src/include/pa_string.h, src/main/execute.C,
12433: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
12434: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
12435: tests/032.html, tests/results/032.processed: uchar changed to
12436: String_UL in all places [was not everywhere] untaint test: 032
12437:
12438: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
12439: tests/results/004.processed, tests/parser-cygwin.sh,
12440: tests/parser-unix.sh: removed -H command line key, now testing
12441: using .sh file with SERVER_SOFTWARE=xxx
12442:
12443: 2003-02-26 paf
12444:
12445: * src/main/execute.C, src/types/pa_vstateless_class.h,
12446: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
12447: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
12448: tests/results/024.processed, tests/results/025.processed,
12449: tests/results/026.processed, tests/results/027.processed,
12450: tests/results/028.processed, tests/results/029.processed,
12451: tests/results/030.processed, tests/results/031.processed: fixed
12452: bug with name_cstr mutable CharPtr more tests
12453:
12454: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
12455: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
12456: << abort. die now just exits
12457:
12458: * src/classes/classes.awk, src/classes/classes.h,
12459: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12460: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12461: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12462: src/classes/op.C, src/classes/response.C, src/classes/string.C,
12463: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
12464: src/classes/xnode.C, src/include/pa_memory.h,
12465: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
12466: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
12467: src/types/pa_vform.C, tests/015.html, tests/016.html,
12468: tests/017.html, tests/018.html, tests/019.html,
12469: tests/019paf2001.gif, tests/020.html, tests/021.html,
12470: tests/022.html, tests/023.html, tests/022_dir/a.html,
12471: tests/022_dir/b.txt, tests/022_dir/c.htm,
12472: tests/results/015.processed, tests/results/016.processed,
12473: tests/results/017.processed, tests/results/018.processed,
12474: tests/results/019.processed, tests/results/020.processed,
12475: tests/results/021.processed, tests/results/022.processed,
12476: tests/results/023.processed: methoded_array now contains all Mxxx
12477: classes SAPI::get_env now returns info on pool more tests
12478:
12479: * src/include/pa_array.h, src/include/pa_hash.h,
12480: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
12481: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
12482: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
12483: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
12484: tests/014.html, tests/Makefile, tests/outputs/create-dir,
12485: tests/results/001.processed, tests/results/002.processed,
12486: tests/results/003.processed, tests/results/004.processed,
12487: tests/results/005.processed, tests/results/006.processed,
12488: tests/results/007.processed, tests/results/008.processed,
12489: tests/results/009.processed, tests/results/010.processed,
12490: tests/results/011.processed, tests/results/012.processed,
12491: tests/results/013.processed, tests/results/014.processed: hash
12492: cloning fixed
12493:
12494: 2003-02-25 paf
12495:
12496: * src/main/pa_common.C: typo fixed
12497:
12498: 2003-02-24 paf
12499:
12500: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
12501: [one remained]
12502:
12503: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
12504: [should have been get_string(&pool)] todo: check other such calls
12505:
12506: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
12507: test10, bad lookups
12508:
12509: xxx* xxx=smartptr.get(); << is bad style, after ";" original
12510: object got destructed, and xxx points to sky
12511:
12512: * ChangeLog, src/classes/string.C: match bug fixed
12513:
12514: * src/types/pa_vmail.C: body [text/html] transcoded to
12515: $.charset[specified] now
12516:
12517: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
12518: which failed to handle sigsetjmp+throw: crashed inside of
12519: pre-throw code. rewritten simplier [though duplicating
12520: closesocket code]
12521:
12522: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
12523: which failed to handle sigsetjmp+throw: crashed inside of
12524: pre-throw code. rewritten simplier [though duplicating
12525: closesocket code]
12526:
12527: 2003-02-21 paf
12528:
12529: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
12530: $cookie:name[$.expires[date << can be now]]
12531:
12532: written makefile with regression tests [raw]
12533:
12534: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
12535: tests' only [it's not forcing CGI mode now] now use -H to output
12536: CGI header when parser used in command line [useful for tests
12537: also]
12538:
12539: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
12540: switches on CGI mode, and is used in regression tests
12541:
12542: * src/: include/pa_request.h, main/pa_request.C,
12543: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
12544: fixed
12545:
12546: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
12547: handling pa_*
12548:
12549: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
12550: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
12551: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
12552: memory handling files
12553:
12554: * src/main/pa_array.C: pool::format_integer terminator fixed
12555:
12556: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
12557: compiles OK test to show benefits of free
12558:
12559: * src/: classes/file.C, classes/image.C, classes/mail.C,
12560: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
12561: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
12562: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
12563: use pool [as the one in ^process]
12564:
12565: * src/classes/op.C: fixed process. sould now check for all cstr's
12566: -- some must use pool [as the one in ^process]
12567:
12568: 2003-02-20 paf
12569:
12570: * src/: classes/date.C, classes/double.C, classes/file.C,
12571: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
12572: classes/math.C, classes/op.C, classes/response.C,
12573: classes/string.C, classes/table.C, classes/void.C,
12574: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
12575: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
12576: string cmp fixed
12577:
12578: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
12579: values passed OK now
12580:
12581: 2003-02-19 paf
12582:
12583: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
12584: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
12585: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
12586: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
12587: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
12588: all remaning leaks resulted from pooled::malloc calls [excluding
12589: in gd -- planning complete rewrite extremely ugly code]
12590:
12591: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
12592: files
12593:
12594: 2003-02-17 paf
12595:
12596: * src/: classes/date.C, classes/double.C, classes/file.C,
12597: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12598: classes/response.C, classes/string.C, classes/table.C,
12599: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
12600: include/pa_stylesheet_connection.h,
12601: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
12602: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
12603: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
12604: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
12605: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
12606: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
12607: of unitialized simple-typed field
12608:
12609: * src/: classes/classes.C, classes/classes.h, main/execute.C,
12610: main/pa_charset.C, main/pa_request.C: another bug of unitialized
12611: simple-typed field fixed. todo: find&kill all like that one
12612:
12613: * src/: main/execute.C, targets/cgi/pa_pool.C,
12614: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
12615: debug output fixed
12616:
12617: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
12618: main/pa_request.C: stack-stored items need extra .ref to prevent
12619: object_ptr from delete[them]
12620:
12621: * src/: classes/date.C, classes/op.C, classes/table.C,
12622: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
12623: include/pa_charset.h, main/Makefile.am, main/main.dsp,
12624: main/pa_charset.C, main/pa_common.C,
12625: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
12626: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
12627: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
12628: calls
12629:
12630: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
12631: couple mem leaks rusulted from old pooled::malloc usage.
12632: todo:find more like those
12633:
12634: * src/main/: compile.C, compile_tools.C: 2*2!
12635:
12636: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
12637: stackItem fixed [there were no string on stack before]
12638:
12639: * src/: main/execute.C, main/pa_request.C,
12640: types/pa_vmethod_frame.C: first letters out OK
12641:
12642: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
12643: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
12644: main/pa_string.C, main/untaint.C, types/pa_value.h,
12645: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
12646: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
12647: type not initialized with zeros :( while class fields of class
12648: types initialized with default constructors. learn C++
12649:
12650: * src/: classes/classes.awk, classes/double.C, classes/file.C,
12651: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
12652: classes/math.C, classes/xdoc.C, classes/xnode.C,
12653: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
12654: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
12655:
12656: 2003-02-14 paf
12657:
12658: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
12659: 13 link errors
12660:
12661: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
12662: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
12663: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
12664: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
12665: errors :)
12666:
12667: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
12668: classes/hash.C, classes/mail.C, classes/op.C,
12669: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
12670: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
12671: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
12672: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
12673:
12674: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
12675: classes/table.C, include/pa_common.h, include/pa_globals.h,
12676: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
12677: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
12678: types/pa_vint.h, types/types.dsp: op compiled
12679:
12680: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
12681: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
12682: main/untaint.C, types/pa_vtable.h: string, response compiled
12683:
12684: 2003-02-07 paf
12685:
12686: * src/: classes/table.C, types/pa_vtable.h: table compiled
12687:
12688: 2003-02-06 paf
12689:
12690: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
12691: mail compiled
12692:
12693: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
12694: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
12695: types/pa_vfile.h, types/pa_vimage.h: image compiled
12696:
12697: * src/classes/: file.C, form.C: form compiled
12698:
12699: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
12700: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
12701: types/pa_vfile.C, types/pa_vfile.h: file compiled
12702:
12703: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
12704: types/pa_vmath.h: math compiled [win32]
12705:
12706: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
12707: types/pa_vstring.h: hash compiled
12708:
12709: 2003-02-04 paf
12710:
12711: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
12712: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
12713: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
12714: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
12715: types/pa_vhash.h: hash 50% compiled
12716:
12717: * src/: classes/date.C, classes/file.C, classes/hash.C,
12718: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
12719: classes/string.C, classes/table.C, classes/xdoc.C,
12720: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
12721: main/pa_string.C: date compiled
12722:
12723: * src/classes/: classes.dsp, double.C: double compiled
12724:
12725: * src/: classes/date.C, classes/double.C, classes/file.C,
12726: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
12727: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
12728: classes/string.C, classes/table.C, classes/void.C,
12729: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
12730: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
12731: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
12732: compiled
12733:
12734: * src/: classes/date.C, classes/double.C, classes/file.C,
12735: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
12736: classes/math.C, classes/op.C, classes/response.C,
12737: classes/string.C, classes/table.C, classes/void.C,
12738: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12739: types/pa_vvoid.h: void compiled :)
12740:
12741: * src/: include/pa_globals.h, main/pa_cache_managers.C,
12742: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12743: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
12744: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
12745: main/pa_string.C, main/pa_uue.C, main/untaint.C,
12746: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
12747: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
12748: types/pa_vresponse.C, types/pa_vstateless_class.C,
12749: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
12750: types/pa_wcontext.C, types/types.dsp: removed stupid
12751: value_includes.h
12752:
12753: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
12754: trying to remove stupid value_includes.h
12755:
12756: * src/main/pa_exec.C: pa_exec compiled on win32
12757:
12758: * src/main/pa_exec.C: libmain.a compiled on six [unix]
12759:
12760: * src/: include/pa_globals.h, include/pa_request.h,
12761: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
12762: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
12763: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
12764: types/pa_vrequest.C, types/pa_vstateless_class.C,
12765: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
12766:
12767: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
12768: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
12769: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
12770:
12771: * src/: include/pa_array.h, include/pa_config_includes.h,
12772: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
12773: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
12774: compiled
12775:
12776: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
12777: name conflicts)
12778:
12779: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
12780: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
12781: yelds "virtual memory exhausted" while trying to compile
12782: execute.C [eating up to 127MB]
12783:
12784: 2003-02-03 paf
12785:
12786: * src/: include/pa_config_includes.h, include/pa_hash.h,
12787: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
12788: main/pa_common.C, types/pa_value.C, types/pa_value.h,
12789: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
12790: types/pa_vint.h, types/pa_vjunction.h,
12791: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
12792: started gcc compiling pa_common compiled
12793:
12794: * src/: include/pa_exception.h, include/pa_pool.h,
12795: main/pa_exception.C: exception gcc change #1
12796:
1.97 moko 12797: * src/include/: Makefile.am, Makefile.in, pa_hash.h, pa_pool.h: gcc
12798: refused to compile _P identifier. it replaced it to some strange
12799: 0x0000040
1.95 moko 12800:
12801: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
12802:
12803: * src/types/pa_vtable.C: vtable compiled
12804:
12805: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
12806:
12807: * src/: include/pa_cache_managers.h, main/pa_request.C,
12808: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
12809:
12810: * src/types/pa_vstateless_class.C: vstateless_class compiled
12811:
12812: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
12813:
12814: * src/types/pa_vrequest.C: vrequest compiled
12815:
12816: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
12817: pa_vobject.C, pa_vobject.h: vobject compiled
12818:
12819: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
12820: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
12821: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
12822: compiled
12823:
12824: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
12825:
12826: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
12827: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
12828: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
12829: compiled
12830:
12831: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12832: main.lib - 0 error(s), 0 warning(s)
12833:
12834: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
12835: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
12836:
12837: 2003-01-31 paf
12838:
12839: * src/: include/pa_array.h, include/pa_operation.h,
12840: include/pa_request.h, main/execute.C, main/main.dsp,
12841: types/pa_vjunction.h: started last file from main library:
12842: execute
12843:
12844: * src/: include/pa_request.h, include/pa_sapi.h,
12845: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12846: main/pa_request.C, targets/cgi/parser3.C,
12847: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
12848: types/pa_vhash.h: pa_request compiled
12849:
12850: * src/: classes/op.C, classes/string.C, include/pa_common.h,
12851: include/pa_globals.h, include/pa_request.h,
12852: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
12853: main/execute.C, main/main.dsp, main/pa_common.C,
12854: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
12855: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
12856: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
12857: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
12858: types/types.dsp: most pa_request compiled
12859:
12860: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12861: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12862: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12863: classes/op.C, classes/response.C, classes/string.C,
12864: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
12865: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
12866: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12867: include/pa_config_fixed.h, include/pa_config_includes.h,
12868: include/pa_dictionary.h, include/pa_dir.h,
12869: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12870: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
12871: include/pa_pool.h, include/pa_request.h,
12872: include/pa_request_charsets.h, include/pa_request_info.h,
12873: include/pa_sapi.h, include/pa_socks.h,
12874: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12875: include/pa_stack.h, include/pa_string.h,
12876: include/pa_stylesheet_connection.h,
12877: include/pa_stylesheet_manager.h, include/pa_table.h,
12878: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12879: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
12880: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
12881: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
12882: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
12883: main/compile.C, main/compile.tab.C, main/compile.y,
12884: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12885: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
12886: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
12887: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
12888: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
12889: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
12890: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12891: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
12892: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
12893: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
12894: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
12895: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12896: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
12897: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
12898: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
12899: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12900: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12901: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12902: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
12903: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
12904: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
12905: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12906: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12907: types/pa_vresponse.h, types/pa_vstateless_class.C,
12908: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12909: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12910: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12911: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12912: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12913: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
12914:
12915: * ChangeLog, src/classes/classes.h, src/classes/op.C,
12916: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12917: src/include/pa_charsets.h, src/include/pa_common.h,
12918: src/include/pa_dictionary.h, src/include/pa_exception.h,
12919: src/include/pa_exec.h, src/include/pa_pool.h,
12920: src/include/pa_request.h, src/include/pa_sapi.h,
12921: src/include/pa_sql_connection.h,
12922: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
12923: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
12924: src/main/compile.tab.C, src/main/compile_tools.C,
12925: src/main/compile_tools.h, src/main/main.dsp,
12926: src/main/pa_charset.C, src/main/pa_charsets.C,
12927: src/main/pa_common.C, src/main/pa_dictionary.C,
12928: src/main/pa_exception.C, src/main/pa_exec.C,
12929: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12930: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
12931: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
12932: src/types/pa_vclass.h, src/types/pa_vcookie.C,
12933: src/types/pa_vcookie.h, src/types/pa_vdate.h,
12934: src/types/pa_vdouble.h, src/types/pa_venv.h,
12935: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
12936: src/types/pa_vhash.h, src/types/pa_vimage.C,
12937: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
12938: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
12939: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
12940: src/types/pa_vobject.C, src/types/pa_vobject.h,
12941: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
12942: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
12943: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
12944: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
12945: src/types/pa_vstring.h, src/types/pa_vtable.h,
12946: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
12947: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
12948: died, long live StringPtr
12949:
12950: 2003-01-30 paf
12951:
12952: * src/: include/pa_charset.h, include/pa_request.h,
12953: include/pa_sql_driver_manager.h, main/compile.tab.C,
12954: main/compile.y, main/compile_tools.h, main/pa_request.C,
12955: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
12956:
12957: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
12958: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
12959: types/pa_vhash.h, types/pa_vmethod_frame.h,
12960: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12961: types/types.dsp: vstateless_class compiled
12962:
12963: * src/main/compile.C: compile compiled
12964:
12965: * src/: include/pa_array.h, include/pa_operation.h,
12966: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
12967: main/pa_table.C: compile_tools compiled
12968:
12969: * src/: include/pa_operation.h, main/compile.y,
12970: main/compile_tools.C, main/compile_tools.h: started
12971: compile_tools. vagues ideas of how to free compiled code
12972:
12973: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
12974: main/main.dsp, types/pa_value.C, types/pa_value.h,
12975: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
12976: compiled
12977:
12978: 2003-01-29 paf
12979:
12980: * src/: include/pa_globals.h, include/pa_request.h,
12981: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
12982: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
12983: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
12984: compiled
12985:
12986: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
12987: now
12988:
12989: * src/: include/pa_array.h, include/pa_exception.h,
12990: include/pa_pool.h, main/pa_exception.C: gd compiled
12991:
12992: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
12993: compiled
12994:
12995: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
12996: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
12997: types/pa_vfile.h: vfile compiled
12998:
12999: * src/: include/pa_common.h, include/pa_globals.h,
13000: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
13001: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
13002: types/pa_vform.C, types/pa_vform.h: vcookie compiled
13003:
13004: * src/: include/pa_exception.h, main/pa_cache_managers.C,
13005: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
13006: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
13007: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13008: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
13009:
13010: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
13011: main/main.dsp, main/untaint.C: more compiled
13012:
13013: * src/: include/pa_charsets.h, include/pa_request.h,
13014: include/pa_request_info.h, include/pa_string.h,
13015: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
13016: types/pa_vresponse.h: vrequest compiled
13017:
13018: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
13019: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
13020: pa_vresponse.h, pa_wcontext.h: vrequest compiled
13021:
13022: * src/: classes/classes.h, include/pa_charset.h,
13023: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
13024: include/pa_request.h, include/pa_string.h, main/main.dsp,
13025: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
13026: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
13027: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
13028: types/pa_vrequest.C, types/pa_vrequest.h,
13029: types/pa_vstateless_class.h, types/pa_vstring.h,
13030: types/pa_vvoid.h: vrequest,vdouble,vint compiled
13031:
13032: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
13033: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
13034: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
13035: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
13036: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13037: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
13038: types/pa_vobject.h, types/pa_vstateless_class.h,
13039: types/pa_vstateless_object.h, types/pa_vstatus.h,
13040: types/pa_vstring.h, types/types.dsp: vmath compiled
13041:
13042: 2003-01-28 paf
13043:
13044: * src/: classes/classes.h, classes/date.C, classes/file.C,
13045: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
13046: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
13047: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
13048: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
13049: compile_tools
13050:
13051: * src/: include/pa_charset.h, include/pa_exception.h,
13052: include/pa_request.h, include/pa_string.h, main/untaint.C:
13053: untaint compiled
13054:
13055: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
13056: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
13057: more compiled. struck with string::store_to needing to know
13058: source/client charsets
13059:
13060: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
13061: types/pa_vfile.h: uue compiled
13062:
13063: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
13064: table compiled
13065:
13066: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
13067: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
13068:
13069: * src/: include/pa_charset.h, main/pa_charset.C,
13070: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
13071: introduced]
13072:
13073: * src/: classes/date.C, include/pa_charset.h,
13074: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
13075: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
13076: pa_charsets compiled
13077:
13078: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
13079: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
13080:
13081: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
13082: common compiled
13083:
13084: * src/: include/pa_charsets.h, main/pa_charsets.C,
13085: main/pa_sql_driver_manager.C: pa_charsets compiled
13086:
13087: * src/: include/pa_array.h, include/pa_charset.h,
13088: include/pa_charsets.h, include/pa_pool.h,
13089: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13090: include/pa_stack.h, include/pa_string.h,
13091: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
13092: sql_driver_manager compiled
13093:
13094: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
13095: letter i with two dots added to koi, all ukranian letters added
13096: to win1251.
13097:
13098: typographic simbol 0xb9 deleted from win1251 [strange one & were
13099: abscent from koi]
13100:
13101: 2003-01-27 paf
13102:
13103: * src/: include/pa_exception.h, include/pa_sql_connection.h,
13104: include/pa_sql_driver_manager.h, include/pa_string.h,
13105: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
13106: sql/pa_sql_driver.h: paused on sql_manager
13107:
13108: * src/: include/pa_cache_managers.h, include/pa_pool.h,
13109: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13110: include/pa_stack.h, main/pa_sql_driver_manager.C,
13111: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
13112:
13113: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
13114: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13115: include/pa_table.h, main/pa_sql_driver_manager.C,
13116: main/pa_table.C: table compiled
13117:
13118: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
13119: cache_managers compiled
13120:
13121: * src/: include/pa_array.h, include/pa_charset.h,
13122: include/pa_pool.h, main/pa_charset.C: charset compiled
13123:
13124: * src/: include/pa_pool.h, main/pa_common.C: common compiled
13125:
13126: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
13127: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
13128: main/pa_string.C, types/pa_value.C, types/pa_value.h,
13129: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
13130: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
13131:
13132: 2003-01-24 paf
13133:
13134: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
13135: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
13136: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
13137: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
13138: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
13139: types/pa_vint.h, types/pa_vjunction.h,
13140: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
13141: types/pa_vstatus.h, types/pa_vstring.h: more patched
13142:
13143: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
13144: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
13145: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
13146: main/pa_string.C, main/pa_table.C: string compiled
13147:
13148: * src/: include/pa_array.h, include/pa_common.h,
13149: include/pa_dictionary.h, include/pa_exception.h,
13150: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
13151: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
13152: main/pa_string.C: dictionary compiled
13153:
13154: 2003-01-23 paf
13155:
13156: * src/: include/pa_array.h, include/pa_common.h,
13157: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
13158: include/pa_request.h, include/pa_string.h, main/pa_common.C,
13159: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
13160: types/pa_value.h: resurrected pool in new sense: now it's
13161: factory, producing&accounting memory chunks for read[autofree]
13162: buffers
13163:
13164: * src/: include/pa_array.h, include/pa_exception.h,
13165: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
13166: main/pa_exception.C, main/pa_table.C: table compiled
13167:
13168: * src/: classes/image.C, classes/op.C, include/pa_array.h,
13169: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
13170: include/pa_pool.h, include/pa_pragma_pack_begin.h,
13171: include/pa_pragma_pack_end.h, include/pa_sapi.h,
13172: include/pa_string.h, include/pa_table.h, include/pa_types.h,
13173: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
13174: main/pa_table.C: aint that easy
13175:
13176: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
13177: main/main.dsp: continued with Hash
13178:
13179: * src/main/pa_common.C: connect_string allocated on heap[wes on
13180: stack] now. and exception can be reported OK now [can be reported
13181: outside of pro c with that stack]
13182:
13183: 2003-01-22 paf
13184:
13185: * src/: include/pa_array.h, include/pa_charset.h,
13186: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
13187: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
13188: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
13189: base: contains references_count. auto_ptr template calls
13190: add_ref/release
13191:
13192: 2003-01-21 paf
13193:
13194: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13195: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13196: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
13197: classes/op.C, classes/response.C, classes/string.C,
13198: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
13199: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
13200: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13201: include/pa_config_fixed.h, include/pa_config_includes.h,
13202: include/pa_dictionary.h, include/pa_dir.h,
13203: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13204: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
13205: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
13206: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
13207: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13208: include/pa_stack.h, include/pa_string.h,
13209: include/pa_stylesheet_connection.h,
13210: include/pa_stylesheet_manager.h, include/pa_table.h,
13211: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13212: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
13213: lib/pcre/pcre_parser_ctype.c, main/compile.C,
13214: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13215: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
13216: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
13217: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
13218: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
13219: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
13220: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
13221: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
13222: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
13223: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
13224: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
13225: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
13226: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13227: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13228: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13229: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13230: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13231: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
13232: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13233: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
13234: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13235: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13236: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13237: types/pa_vstateless_object.h, types/pa_vstatus.C,
13238: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13239: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
13240: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
13241: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
13242: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
13243: 2002->2003
13244:
13245: 2003-01-16 paf
13246:
13247: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13248: src/main/pa_globals.C: http:// introducing $.any-status(1)
13249:
13250: * operators.txt, src/include/pa_config_fixed.h,
13251: src/main/pa_common.C: http request now return status. and not
13252: fail on status!=200
13253:
1.97 moko 13254: * bin/Makefile.in, etc/Makefile.in,
13255: etc/parser3.charsets/Makefile.in, src/Makefile.in,
13256: src/classes/Makefile.in, src/include/Makefile.in,
13257: src/lib/Makefile.in, src/lib/md5/Makefile.in,
13258: src/lib/pcre/Makefile.in, src/main/Makefile.in,
13259: src/sql/Makefile.in, src/targets/Makefile.in,
13260: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
13261: src/types/Makefile.in: proper AC_LANG_ switching to fix qsort
13262: detection bug
13263:
1.95 moko 13264: 2003-01-15 paf
13265:
13266: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
13267:
13268: 2003-01-14 paf
13269:
13270: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
13271: mkinstalldirs: removed some ancient files [they in / really]
13272:
13273: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
13274: regretfully needed patch in two places. in config_fixed.h made
13275: stubs for lib to compile in MSVC
13276:
13277: 2003-01-13 paf
13278:
13279: * config.guess, config.sub, ltmain.sh: removed last piece of
13280: configure.in(libtool) hacks
13281:
1.97 moko 13282: * src/lib/ltdl/: COPYING.LIB, Makefile.in, acinclude.m4, config.h,
1.95 moko 13283: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
13284: ltdl.h: moved to latest libtool (1.4.3)
13285:
13286: 2003-01-10 paf
13287:
13288: * src/lib/ltdl/: configure, configure.in: PROG_NM
13289:
13290: * src/main/pa_globals.C: moved to latest xml lib versions, changed
13291: patches. libxml2 >= 2.5.1
13292: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
13293: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
13294: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
13295:
13296: * INSTALL: moved to latest versions of xml libs libxml2 >=
13297: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
13298: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
13299: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
13300:
13301: 2003-01-09 paf
13302:
13303: * INSTALL: xml,xslt,gdome lib urls updated
13304:
13305: * config.guess, config.sub, missing, mkinstalldirs,
1.97 moko 13306: bin/Makefile.in, etc/Makefile.in,
13307: etc/parser3.charsets/Makefile.in, src/Makefile.in,
13308: src/classes/Makefile.in, src/include/Makefile.in,
13309: src/include/pa_config_auto.h.in, src/lib/Makefile.in,
13310: src/lib/ltdl/Makefile.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 13311: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.97 moko 13312: src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
13313: src/main/Makefile.in, src/sql/Makefile.in,
13314: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
13315: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
13316: src/types/Makefile.in: moved to autoconf 2.57 & automake 1.7.2
1.95 moko 13317:
13318: * depcomp: moving to automake 1.7.2
13319:
13320: 2002-12-27 paf
13321:
13322: * src/include/pa_version.h: 0007
13323:
13324: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
13325: outdated parts, made links to language docs
13326:
13327: * src/include/pa_config_auto.h.in: comment
13328:
13329: 2002-12-26 paf
13330:
13331: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
13332: not contain trailing / fixed.
13333:
13334: * INSTALL: changing SAFE_MODE politics
13335:
13336: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
13337:
13338: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
13339:
13340: 2002-12-25 paf
13341:
13342: * src/main/pa_globals.C: optimized-xml
13343:
13344: * src/main/pa_globals.C: optimized-as-is
13345:
13346: 2002-12-24 paf
13347:
13348: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
13349: fixed [were really called with zero size when .html?a=&b=]
13350:
13351: * src/classes/mail.C: $MAIL in @conf now invalid when configured
13352: with --with-sendmail
13353:
13354: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
13355: fixed]
13356:
13357: 2002-12-23 paf
13358:
13359: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
13360: ignoring parameters & were storing only string with default
13361: expires
13362:
13363: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
13364: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
13365: December 23, 2002 4:22 AM Subject: bug â
13366: Charset::transcode_buf2xchar
13367:
13368: 2002-12-20 paf
13369:
13370: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
13371: non-cgi [script] runs
13372:
13373: 2002-12-19 paf
13374:
13375: * INSTALL: --without-iconv recommended [it crashes on some systems
13376: [tested on elik]] moreover, it's not needed there [parser
13377: registers charsets itself]
13378:
13379: * INSTALL: --without-iconv recommended [it crashes on some systems
13380: [tested on elik]]
13381:
13382: * operators.txt, src/include/pa_globals.h,
13383: src/include/pa_request.h, src/main/pa_globals.C,
13384: src/main/pa_request.C: $response:download
13385:
13386: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
13387: compiler [win32]].
13388:
13389: 2002-12-18 paf
13390:
13391: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
13392:
13393: 2002-12-17 paf
13394:
13395: * src/targets/cgi/parser3.C: merged die&iis changes
13396:
13397: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
13398: to exit(1) 2. more flexible iilegal call check
13399:
13400: 2002-12-16 paf
13401:
1.97 moko 13402: * Makefile.in: ltmain.sh silly required for stupid automake added
13403:
1.95 moko 13404: * ltmain.sh: some automakes silly insist on having this handy
13405:
13406: * src/main/untaint.C: filespec russian small 'r' changed to latin
13407: 'p' bug fix
13408:
13409: 2002-12-15 paf
13410:
13411: * src/main/untaint.C: filespec russian small 'r' changed to latin
13412: 'p'
13413:
13414: * configure.in, src/include/pa_config_auto.h.in,
13415: src/main/compile.C, src/main/pa_common.C: merged small changes
13416: from branch 6 to HEAD
13417:
13418: * src/main/compile.C: removed warning
13419:
13420: * src/main/pa_common.C: ftruncate having checked
13421:
13422: * configure.in, src/include/pa_version.h: new version
13423:
13424: 2002-12-14 paf
13425:
13426: * src/classes/table.C: removed unnecessary code
13427:
13428: * src/sql/pa_sql_driver.h: exception type fixed
13429:
13430: 2002-12-09 paf
13431:
13432: * src/types/pa_vvoid.h: $void.store[now] error
13433:
13434: * src/targets/cgi/parser3.C: ::die now tries to write core dump
13435:
13436: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
13437: tries to write core dump
13438:
13439: * src/targets/cgi/parser3.C: ::die now tries to write core dump
13440:
13441: * src/: classes/hash.C, classes/string.C, classes/table.C,
13442: classes/void.C, main/pa_sql_driver_manager.C,
13443: sql/pa_sql_driver.h: changed exception handling mech in sql
13444: handlers #2
13445:
13446: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
13447: exception handling mech in sql handlers
13448:
13449: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
13450: handlers
13451:
13452: * src/: classes/hash.C, classes/string.C, classes/table.C,
13453: classes/void.C, main/pa_sql_driver_manager.C,
13454: sql/pa_sql_driver.h: changed exception handling mech in sql
13455: handlers
13456:
1.97 moko 13457: * configure.in, bin/Makefile.in, etc/Makefile.in,
13458: etc/parser3.charsets/Makefile.in, src/Makefile.in,
13459: src/classes/Makefile.in, src/include/Makefile.in,
13460: src/lib/Makefile.in, src/lib/ltdl/Makefile.in,
13461: src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
13462: src/main/Makefile.in, src/sql/Makefile.in,
13463: src/targets/Makefile.in, src/targets/cgi/Makefile.in,
13464: src/targets/isapi/Makefile.in, src/types/Makefile.in: removed
13465: configure.in:AC_LIBTOOL, it caused automake to write makefile
13466: which used libtool to install things, which is not needed
1.95 moko 13467:
13468: 2002-12-06 paf
13469:
13470: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
13471: $hash.fields -- pseudo field to make 'hash' more like 'table'
13472:
13473: 2002-12-05 paf
13474:
13475: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
13476: cc/bcc OK now
13477:
13478: * src/main/untaint.C: mail header closed properly
13479:
13480: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
13481: header ',' allowed. still bugs in smtp [only one receiptient
13482: works, cc, bcc ignored now, and MAILED ;)]
13483:
13484: [strncpy killed, memnchr used]
13485:
13486: * src/main/pa_table.C: table-copy now current=0
13487:
13488: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
13489: lowlevel proc
13490:
13491: * src/targets/cgi/parser3.C: more checks on
13492: http://domain/parser.cgi start [maybe some getenv returns "",
13493: checked that now
13494:
13495: * src/targets/cgi/parser3.C: more checks on
13496: http://domain/parser.cgi start [maybe some getenv returns "",
13497: checked that now
13498:
13499: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
13500: out-of-mem errors reached log]
13501:
13502: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
13503: mail:send MIME-Version default
13504:
13505: * src/main/main.dsp: pa_version included into main.dsp
13506:
13507: 2002-12-04 paf
13508:
13509: * src/types/pa_vform.C: $form:field string value cut by premature 0
13510:
13511: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
13512: lib/libltdl -> lib/ltdl Win32 changes. s
13513:
13514: * src/classes/classes.awk: more strict *.C$
13515:
13516: * gnu.dsp: restored
13517:
1.97 moko 13518: * configure.in, gnu.dsp, bin/Makefile.in, etc/Makefile.in,
13519: etc/parser3.charsets/Makefile.in, src/Makefile.in,
13520: src/classes/Makefile.in, src/include/Makefile.in,
13521: src/lib/Makefile.am, src/lib/Makefile.in,
13522: src/lib/ltdl/Makefile.am, src/lib/ltdl/Makefile.in,
13523: src/lib/ltdl/README, src/lib/ltdl/acinclude.m4,
13524: src/lib/ltdl/config.guess, src/lib/ltdl/config.h,
13525: src/lib/ltdl/config.sub, src/lib/ltdl/config_auto.h.in,
13526: src/lib/ltdl/config_fixed.h, src/lib/ltdl/configure,
13527: src/lib/ltdl/configure.in, src/lib/ltdl/install-sh,
13528: src/lib/ltdl/libltdl.dsp, src/lib/ltdl/ltdl.c,
13529: src/lib/ltdl/ltdl.h, src/lib/md5/Makefile.in,
13530: src/lib/pcre/Makefile.in, src/main/Makefile.in,
13531: src/sql/Makefile.in, src/targets/Makefile.in,
13532: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
13533: src/types/Makefile.in: src/lib/ltdl/Makefile now created with
13534: /configure, not ltdl/configure, so it does have no problems with
13535: automake. ltdl/configure AC_OUTPUT(Makefile<<removed)
1.95 moko 13536:
13537: 2002-12-02 paf
13538:
13539: * operators.txt: removed outdated status:db
13540:
13541: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
13542: src/main/pa_common.C, src/main/pa_request.C,
13543: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
13544: tainted parts becomes http-header
13545:
13546: 2002-11-29 paf
13547:
13548: * src/classes/date.C, src/classes/image.C, operators.txt: exif
13549: dates now objects of type date
13550:
13551: * src/classes/image.C: file.seek removed [it were used in image.C
13552: only, and for parser user this means that jpeg image has bad
13553: size in fragment's header] now used image.format
13554:
13555: * src/: include/pa_common.h, main/pa_common.C,
13556: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
13557: now handled exactly like $response:header values. e.g. can be
13558: hash [can have subattributes] & contain date values.
13559:
13560: * src/main/pa_common.C: http:// param values lang forced URI
13561:
13562: * src/main/pa_common.C: http:// tainted partes now %xx
13563:
13564: 2002-11-28 paf
13565:
13566: * operators.txt: http.timeout
13567:
13568: * src/classes/image.C: ^image.length now counts interchar space.
13569: plus space after last char
13570:
13571: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
13572:
13573: * src/classes/image.C: ^image.font width measurer now scans full
13574: height [were -1]
13575:
13576: * configure.in: stopped double libltdl/Makefile generation
13577:
13578: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
13579: chars [one top horizontal line of 1pixel height were missing]
13580:
13581: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
13582: 'false' to go into (Hash *) parameter
13583:
13584: 2002-11-27 paf
13585:
13586: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
13587: types/pa_vmail.C: response:body[file] if file nows it's name now
13588: returns content-disposition: >>attachment<<
13589:
13590: * src/classes/image.C: ^image.font << bad font file-size now
13591: properly reported
13592:
13593: 2002-11-26 paf
13594:
13595: * src/main/pa_request.C: fixed lang in reponse header
13596:
13597: * src/main/pa_common.C: utf8 prefix ignored @read text
13598:
13599: * operators.txt, src/main/pa_common.C: http:// response status!=200
13600: made exception: http.status with source=bad status#
13601:
13602: 2002-11-25 paf
13603:
13604: * configure.in, src/classes/image.C,
13605: src/include/pa_config_auto.h.in,
13606: src/include/pa_config_includes.h, src/main/Makefile.am,
1.97 moko 13607: src/main/Makefile.in, src/main/pa_common.C,
13608: src/main/pa_globals.C: http:// and image const void related probs
13609: fixed
1.95 moko 13610:
13611: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
13612:
13613: $file[^file::load[http://there]] $file.SERVER
13614:
13615: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
13616: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
13617: http options [invalid onces now reported] made default
13618: user-agent: paf
13619:
13620: * operators.txt, src/classes/file.C, src/classes/table.C,
13621: src/classes/xdoc.C, src/include/pa_common.h,
13622: src/include/pa_globals.h, src/main/pa_common.C,
13623: src/main/pa_globals.C, src/main/pa_request.C,
13624: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
13625: now understand http:// prefix and additional params, sample:
13626: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
13627: $.USER-AGENT[parser3] ]]
13628:
13629: 2002-11-22 paf
13630:
13631: * src/classes/image.C, src/include/pa_globals.h,
13632: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
13633: src/types/pa_vimage.h, operators.txt: $image.exif support
13634: $image.exif.DateTime & co
13635:
13636: 2002-11-21 paf
13637:
13638: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
13639: _PASS_APPENDED)
13640:
13641: * src/classes/image.C: jpeg size measure fixed: were badly skipping
13642: EXIF information [were big block and it's size were considered
13643: negative :(]
13644:
13645: * operators.txt, src/classes/image.C, src/include/pa_common.h,
13646: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
13647: internals rewritten. no there's reader.seek, and all's ready for
13648: EXIF extraction [now we fail to measure files with EXIF info]
13649:
13650: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
13651: O_TRUNC truncates even exclusevely write-locked file [thanks to
13652: Igor Milyakov <virtan@rotabanner.com> for discovering]
13653:
13654: 2002-11-20 paf
13655:
13656: * src/targets/cgi/parser3.C: logging @signal += query_string
13657:
13658: * configure.in, src/include/pa_config_auto.h.in,
13659: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
13660: comment
13661:
13662: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
13663:
13664: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
13665: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
13666: currently processed document SIGPIPE >> interrupts request
13667: processing [exception = DB rollback]
13668:
13669: * src/main/pa_exec.C: comment
13670:
13671: * src/main/pa_exec.C: pa_exec: data written only if size>0
13672:
13673: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
13674: << disable HTTP-POST repassing
13675:
13676: * src/: include/pa_config_fixed.h, main/pa_common.C,
13677: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
13678: pipe read errors now checked
13679:
13680: 2002-11-19 paf
13681:
13682: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
13683: CGI: Illegal call
13684:
13685: 2002-11-01 paf
13686:
13687: * src/main/execute.C: comment
13688:
13689: 2002-10-31 paf
13690:
13691: * src/main/execute.C: found out why, checked that for now. todo:
13692: find out a way for that user could do that
13693:
13694: * src/types/pa_vstateless_object.h: object put replaces static
13695: parent if any
13696:
13697: * src/types/pa_vobject.C: object put replaces static parent if any
13698:
13699: * src/: classes/form.C, classes/mail.C, classes/op.C,
13700: classes/xnode.h, main/compile.tab.C, main/execute.C,
13701: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
13702: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
13703: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
13704: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13705: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
13706: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
13707: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13708: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13709: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13710: types/pa_vstateless_object.h, types/pa_vstatus.C,
13711: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
13712: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
13713: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
13714: types/pa_wwrapper.h: static fix merged
13715:
13716: * src/: main/compile.tab.C, types/pa_vobject.C: killed
13717: $virtual_fields in dynamic, but one can reach derived
13718: static[class] variable from base
13719:
13720: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
13721: types/pa_vobject.C, types/pa_vobject.h,
13722: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
13723: statics, left $virtual_fields in dynamic
13724:
13725: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
13726: one can't remember derivates in base class: there's so many of
13727: them. also there can be no virtual method calls in static
13728: classes
13729:
13730: * src/: classes/form.C, classes/mail.C, classes/op.C,
13731: classes/xnode.h, main/execute.C, main/pa_request.C,
13732: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13733: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
13734: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
13735: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
13736: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
13737: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13738: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13739: types/pa_vresponse.C, types/pa_vresponse.h,
13740: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13741: types/pa_vstateless_object.h, types/pa_vstatus.C,
13742: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
13743: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
13744: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
13745: types/pa_wwrapper.h: static call $self fixed
13746:
13747: * src/main/execute.C: comment
13748:
13749: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
13750: ^process[$caller.self]{...} now compiles to last derived object
13751: part of that 'self'
13752:
13753: 2002-10-29 paf
13754:
13755: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
13756: re-passing [iis to blame]
13757:
13758: * src/classes/string.C: changed string.save to pass current sql
13759: connection to cstr thus one can ^connect[some server]{
13760: $s[insert into table x (x) values (^taint[sql]{value})]
13761: ^s.save[some.sql] } and he'd get in some.sql file code with
13762: properly escaped. [tried in mssql->mysql export->import of
13763: binary data]
13764:
13765: 2002-10-25 paf
13766:
13767: * src/types/pa_vresponse.C: case insensitive response user fields
13768: get/put
13769:
13770: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
13771: types/pa_vresponse.C: saving for maybe-future
13772:
13773: 2002-10-23 paf
13774:
13775: * operators.txt, src/classes/table.C: ^table.hash{code}...
13776: ^table.hash(expr)...
13777:
13778: * src/types/pa_vmail.C: email whitespace trimBoth-ed
13779:
13780: 2002-10-22 paf
13781:
13782: * src/types/: pa_vform.C, pa_vform.h: removed needless
13783: VForm::Append...(...Value)
13784:
13785: * src/main/execute.C: $.name outside of $name[...] checked
13786:
13787: * src/main/: compile.tab.C, compile.y: lexer changed to fix
13788: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
13789:
13790: 2002-10-21 paf
13791:
13792: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
13793: $form:qtail $form:imap.x/y
13794:
13795: * operators.txt, src/types/pa_vform.C: $form:nameless =
13796: "?value&...", "...&value&...", "...&value"
13797:
13798: * operators.txt, src/types/pa_vform.C: $form:image-map
13799:
13800: * operators.txt, src/classes/file.C: /some/page.html:
13801: ^file:fullpath[a.gif] => /some/a.gif
13802:
13803: 2002-10-17 paf
13804:
13805: * src/main/: compile.tab.C, compile.y: operators precedence changed
13806: a little: logical not and bitwise negation precedence made
13807: highest, << and >> bitshits precedence made equal [were << higher
13808: than >>]
13809:
13810: * src/classes/op.C: exception handling fixed [were bad with
13811: contexts]
13812:
13813: 2002-10-16 paf
13814:
13815: * src/: classes/op.C, include/pa_request.h, main/execute.C,
13816: main/pa_request.C: Request::self considered equal to
13817: VMethodFrame::self, and removed, Request::get_self() mapped to
13818: VMethodFrame.self()
13819:
13820: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
13821: $hash in open field now gives old good error meesage
13822:
13823: 2002-10-15 paf
13824:
13825: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
13826: use ^if($junction is junction){was and now true}
13827:
13828: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
13829: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
13830: types/pa_vxnode.C: xml->parser strings now have origin, which
13831: points to place where value left xml library and came to parser:
13832: place of dom field extraction/call
13833:
13834: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
13835: main/compile.tab.C, main/compile.y, main/execute.C,
13836: types/pa_vmethod_frame.h: removed last pieces of old code
13837: allowing $junction.xxx at compile time
13838:
13839: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
13840: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
13841: objects also considered [were only classes]
13842:
13843: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
13844: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
13845: with CLASS self. [ (request&method_frame).self temporarily
13846: changed ]
13847:
13848: * src/classes/: hash.C, op.C: method_frame now always changed, with
13849: no exception to native calls. for&foreach changed to use
13850: method_frame.caller for their var's name context
13851:
13852: * src/: main/execute.C, targets/cgi/parser3.C,
13853: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
13854: compiling to system classes disabled
13855:
13856: * operators.txt, src/classes/op.C:
13857: ^process[$caller.CLASS]{code-string} added
13858:
13859: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
13860: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
13861: src/types/Makefile.am, src/types/pa_vjunction.C,
13862: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
13863: src/types/types.dsp: removed $junction.get $junction.set[]
13864: introducing $caller
13865:
13866: * src/types/pa_value.h: removed outdated comments. doxygen would
13867: find them lower by inheritance tree
13868:
13869: * src/types/pa_vjunction.C: ident
13870:
13871: 2002-10-14 paf
13872:
13873: * src/classes/op.C: process compiles to code's class class
13874:
13875: * src/: classes/form.C, classes/mail.C, classes/op.C,
13876: include/pa_request.h, main/compile.C, main/compile.tab.C,
13877: main/compile.y, main/execute.C, main/pa_request.C,
13878: types/pa_vstateless_class.h: operators now main-class-methods
13879:
13880: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
13881: better stack trace [has "call" & co there]
13882:
13883: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13884: operators @auto now executed in MAIN context
13885:
13886: * src/main/execute.C: operator execution context now = MAIN, not
13887: closest stack frame
13888:
13889: @touchit[] $i[after]
13890:
13891: ----t.html $i[before] << local ^touchit[] $i << now 'before',
13892: were 'after'
13893:
13894: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
13895: 'after'
13896:
13897: * src/main/execute.C: comment
13898:
13899: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
13900: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
13901: action]
13902:
13903: * src/types/pa_vxnode.C: misreplace fixed
13904:
13905: * configure, configure.in, src/include/pa_config_auto.h.in,
13906: src/types/pa_vstatus.C, operators.txt:
13907: $status:rusage.tv_secs/usecs introduced
13908:
13909: 2002-10-09 paf
13910:
13911: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
13912: on empty string [or uses (default)]
13913:
13914: 2002-10-08 paf
13915:
13916: * src/main/untaint.C: mail header quoted printable changed after
13917: RFC reread
13918:
13919: * operators.txt: plan on ^if(method
13920:
13921: * src/types/pa_vxnode.C: misreplace
13922:
13923: 2002-09-24 paf
13924:
1.97 moko 13925: * src/targets/cgi/: Makefile.am, Makefile.in: LIBS were bad name in
13926: .am
1.95 moko 13927:
13928: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
13929: mailreceive would compile on freebsd now
13930:
13931: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
13932: configure, configure.in, src/include/pa_config_auto.h.in,
1.97 moko 13933: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in:
13934: HAVE_TIMEZONE & co now checked and mailreceive would compile on
13935: freebsd now
1.95 moko 13936:
13937: * src/: classes/file.C, main/untaint.C: 1. file spec language
13938: changed: now there are only few chars are untainted: * ? ' " < >
13939: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
13940: one should use ^untaint[uri]{...} now]
13941:
13942: 2. $list[^file:list[dir]] now returns simply tainted names in
13943: $list.name, not tainted as filespec
13944:
13945: @russianindex[] #dir with files with russian-lang names
13946: $where[dir]
13947:
13948: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
13949: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
13950:
13951: 2002-09-23 paf
13952:
13953: * src/types/pa_vdouble.h: double->int round added
13954:
13955: * src/classes/date.C: date bug fix, now
13956: round(floatDays*secondsPerDay)
13957:
13958: * src/classes/date.C: date bug fix, now
13959: round(floatDays*secondsPerDay)
13960:
13961: 2002-09-20 paf
13962:
13963: * src/main/execute.C: code junction calls disabled [before: code
13964: was compiled in such a way, that there were no code-junctions in
13965: OP_CALL]
13966:
13967: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
13968:
13969: @badjunctioncallinside[code] ^code[]
13970:
13971: * src/main/: compile.tab.C, compile.y: changed grammer on junction
13972: expanding to include ^junction.method
13973:
13974: * src/main/pa_common.C: -d "DIR/" now true
13975:
13976: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
13977: as internal xdoc encoding, and after decoding attributes set by
13978: dom functions now encoded OK, not as digital entities
13979:
13980: * src/classes/xdoc.C: empty transform result, being taken as file
13981: now returns empty file, not raises stupid error about "stat-ed
13982: file"
13983:
13984: * src/types/pa_vhash.h: hash.foreach modification of existing keys
13985: allowed
13986:
13987: * src/types/types.dsp: introducing $junction.get/put(1) one can
13988: write iterators now:
13989:
13990: ^user-foreach[key;value]{$key=$value<br>}
13991:
13992: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
13993: $code.value($i*2) $code }
13994:
13995: * src/main/compile_tools.h: mistype
13996:
1.97 moko 13997: * src/targets/cgi/: Makefile.am, Makefile.in: binaries now depend
13998: on makefiles, thus taking linking options configure changes into
13999: account [were: ignoring]
1.95 moko 14000:
14001: * src/types/: pa_vjunction.C, Makefile.am: introducing
14002: $junction.get/put(1) one can write iterators now:
14003:
14004: ^user-foreach[key;value]{$key=$value<br>}
14005:
14006: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
14007: $code.value($i*2) $code }
14008:
14009: * src/: include/pa_opcode.h, include/pa_request.h,
14010: main/compile.tab.C, main/compile.y, main/execute.C,
14011: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
14012: introducing $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: 2002-09-19 paf
14020:
1.97 moko 14021: * Makefile.am, Makefile.in: new: make commit
1.95 moko 14022:
14023: * aclocal.m4: forced to be older
14024:
14025: 2002-09-18 paf
14026:
14027: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
14028: src/main/compile.y, src/main/execute.C: << >> int shifts
14029:
14030: * src/: include/pa_common.h, include/pa_request.h,
14031: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
14032: - now this - fatal error
14033:
14034: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
14035: that one can pass binary data there
14036:
14037: * src/: classes/date.C, classes/double.C, classes/file.C,
14038: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14039: classes/op.C, classes/response.C, classes/string.C,
14040: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14041: include/pa_request.h: pa_request contexts made privated, plus
14042: get_{self/method_frame} to read. Request_context_saver used in
14043: ^try to save flang too. [were not saved]
14044:
14045: * src/types/pa_vresponse.C: header value chains joined before
14046: output, this should help $.subject[$var $var] from being
14047: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
14048:
14049: 2002-09-17 paf
14050:
14051: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
14052: removed changes, operators executed with calling self. lots of
14053: code with ^include code relies on defined/defining self variables
14054:
14055: $a[1] ^include[print_a.p] print_a.p: $a
14056:
14057: ^include[set_a.p] a=$a set_a.p: $a[1]
14058:
14059: * src/: classes/op.C, main/execute.C, main/pa_request.C,
14060: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
14061: types/pa_vstateless_class.h: operators now executed with MAIN
14062: self. it's for ^include sake, too strong a change
14063:
14064: * src/classes/op.C: made place for ^process to compile it's code to
14065: in case of no self
14066:
14067: * src/main/execute.C: found ancient param to Junction, removed.
14068: allowed passing self to native_code_operators [for ^process to
14069: work, she needs self]
14070:
14071: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14072: types/pa_vstateless_class.h: found ancient param to Junction,
14073: removed. allowed passing self to native_code_operators [for
14074: ^process to work, she needs self]
14075:
14076: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
14077: types/pa_value.h, types/pa_vmethod_frame.h,
14078: types/pa_vstateless_class.h: allowed Request.self to be 0,
14079: checked that in VMethodFrame get/put and $self.
14080:
14081: * src/classes/: table.C, xdoc.C: table::sql options table::create
14082: copy options options checked, wrong option now fatal error
14083:
14084: * src/main/pa_string.C: string.replace fixed [were missing words on
14085: pieces boundaries]
14086:
14087: * bin/auto.p.dist.in: strange \n
14088:
14089: * configure, configure.in: .so now detected [can be .sl on hpux,
14090: .dll on cygwin, .so in other cases)
14091:
1.97 moko 14092: * Makefile.in, configure, configure.in, bin/auto.p.dist.in,
14093: bin/Makefile.in, etc/Makefile.in,
14094: etc/parser3.charsets/Makefile.in, src/Makefile.in,
14095: src/classes/Makefile.in, src/include/Makefile.in,
14096: src/lib/Makefile.in, src/lib/md5/Makefile.in,
14097: src/lib/pcre/Makefile.in, src/main/Makefile.in,
14098: src/sql/Makefile.in, src/targets/Makefile.in,
14099: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
14100: src/types/Makefile.in: .so now detected [can be .sl on hpux, .dll
14101: on cygwin, .so in other cases)
1.95 moko 14102:
14103: * operators.txt, src/classes/hash.C, src/classes/table.C,
14104: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
14105: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
14106: record taken [were last]
14107:
14108: * src/: classes/hash.C, classes/table.C,
14109: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
14110: now errors
14111:
14112: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
14113:
14114: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
14115: ,2,3]
14116:
14117: 2002-09-16 paf
14118:
14119: * src/classes/file.C: file::cgi line ends can be both unix & dos.
14120: and they can be unix [\n\n] on win when 'use CGI' used, it causes
14121: stdout to be binary. now detected closest header break.
14122:
14123: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
14124: closed right
14125:
14126: 2002-09-13 paf
14127:
14128: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
14129: src/main/compile_tools.h: (expression #comment)
14130:
14131: (multiline expression #comment line2 #comment )
14132:
14133: (expression #comment with (brackets) comment) << OK
14134:
14135: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
14136: bitwise !|| numerical xor now [preparing for expression
14137: #comments]
14138:
14139: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
14140: error
14141:
14142: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
14143: cheched in pa_socks.C
14144:
1.97 moko 14145: * Makefile.in, configure, configure.in,
14146: src/include/pa_config_auto.h.in: HAVE_WINSOCK_H created in
14147: configure.in
1.95 moko 14148:
14149: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
14150: cookie date now clean [were mistakenly tainted & that worked bad
14151: with opera -- 'happily' that worked OK with msie]
14152:
14153: 2002-09-12 paf
14154:
14155: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
14156: VClass get_element now first looks to fields, next to methods &
14157: co todo: the rest reason: more speed
14158:
14159: * src/main/untaint.C: quoted printable encoding stops before
14160: \s*<...>$
14161:
14162: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
14163: stops before <...>$
14164:
14165: 2002-09-11 paf
14166:
14167: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
14168: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
14169: forgot to check users of those funcs. not all were using that
14170: return value convention
14171:
14172: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
14173: windows-1254 added
14174:
14175: 2002-09-10 paf
14176:
14177: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
14178: VCodeFrame parent param were specified badly
14179:
14180: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
14181: WWrapper which used in constructing objects(second param to sql
14182: method) ^...sql{}[$.default{code}] now has parent, wich helps
14183: code in hash to survivi
14184:
14185: * src/: include/pa_request.h, main/execute.C: removed redundant
14186: param to execute [stack said 'thanks']
14187:
14188: * src/: classes/op.C, main/execute.C, types/pa_value.C,
14189: types/pa_value.h, types/pa_vcode_frame.h,
14190: types/pa_vmethod_frame.h, types/pa_wcontext.C,
14191: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
14192: responsibility to wcontext
14193:
14194: * src/classes/file.C: decided not to log exec's with stderr, that
14195: could be warnings, and it's up to scritper to log/show them
14196:
14197: * src/: classes/double.C, main/execute.C: double:sql badly called
14198: write_assign_lang, not write_no_lang, thus doing unnecessary
14199: double/string converstion, which were loosing time&precesion
14200:
14201: * src/: main/pa_charset.C, types/pa_vmail.C:
14202: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
14203: case of unfinished in buffer processing, causing accidental
14204: transcode stop [in case that source enc != utf-8 & there is
14205: incomplete utf-8 sequence at the end of 16000block iside of
14206: libxml lib] tfm readed & code updated
14207:
14208: 2002-09-04 paf
14209:
14210: * configure: makes with sjlj
14211:
14212: * INSTALL, src/include/pa_config_fixed.h,
14213: src/include/pa_sql_connection.h,
14214: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
14215: checked. on win32 it made default
14216:
14217: * src/include/pa_config_auto.h.in: sjlj define
14218:
14219: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
14220: can not work with longjump/throw pair, and one must switch that
14221: on there. todo: detect that automatically]
14222:
14223: * src/types/pa_vxnode.C: removed too strong checks of
14224: xnode.elements. now, for instance, if element does not have any
14225: attributes, $xnode.attributes is void, not error
14226:
14227: 2002-09-02 paf
14228:
14229: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
14230: removed double_result, didn't help
14231:
14232: * src/main/execute.C: double_result made to move that var away from
14233: hungry g++ optimizer (-O2), before: it were optimized and
14234: comparison operators worked badly
14235:
14236: * src/types/pa_vdate.h: removed debug
14237:
1.97 moko 14238: * Makefile.am, Makefile.in, src/types/pa_vdate.h: happy now only
14239: install-exec
1.95 moko 14240:
14241: * src/main/execute.C: fixed numeric < & co so that thay now use
14242: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
14243: unknown reason.
14244:
14245: 2002-08-29 paf
14246:
14247: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
14248: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
14249: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
14250: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
14251: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
14252: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
14253: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
14254: [called less frequent, allowed to remove ugly
14255: Junction.change_context-s from many places, switch,
14256: mail:send..html{}, ..] request.root renamed to method_frame [more
14257: easyreading] ancient {...PUSH/POPs...} changed to stack vars
14258: [speed up]
14259:
14260: 2002-08-28 paf
14261:
14262: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
14263: tainted
14264:
14265: * src/types/pa_vcookie.C: fixed cookie delete when
14266: $cookie:name[$.value[]]
14267:
14268: * operators.txt, src/classes/string.C:
14269: ^string.split[delim[;options]]
14270:
14271: 2002-08-27 paf
14272:
1.97 moko 14273: * etc/parser3.charsets/: Makefile.am, Makefile.in: merged from
14274: 3.0.0005
1.95 moko 14275:
14276: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
14277: delimiter
14278:
14279: * INSTALL: recommended latest gmime 1.0.5
14280:
14281: 2002-08-26 paf
14282:
14283: * configure, configure.in: apache13/hook added to make dist.
14284:
14285: 2002-08-23 paf
14286:
14287: * src/: include/pa_common.h, main/pa_common.C,
14288: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
14289: beside binary [cgi, isapi] not accessible [due to bad rights or
14290: whatever] it's error now
14291:
14292: 2002-08-21 paf
14293:
1.97 moko 14294: * Makefile.am, Makefile.in: can use: make happy equals to make
14295: update install
1.95 moko 14296:
14297: * src/main/: compile.tab.C, compile.y, compile_tools.C,
14298: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
14299: class". compiled as if here they named base class
14300:
14301: * src/main/pa_string.C: fixed bad language bug, [were wrong string
14302: cloning constructor]
14303:
14304: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
14305:
14306: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
14307: src/types/pa_vfile.C, src/types/pa_vmail.C:
14308: $mail.received.file.value.content-type fixed
14309:
14310: 2002-08-20 paf
14311:
14312: * src/classes/file.C: fixed language of file:file result
14313:
14314: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
14315: from 3.0.0005
14316:
14317: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
14318:
14319: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
14320: 3.0.0005
14321:
14322: * src/classes/void.C, operators.txt: ^void.length[] = 0
14323:
14324: 2002-08-19 paf
14325:
14326: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
14327: work now
14328:
14329: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
14330: error in xnode, which were not catched in xdoc]
14331:
14332: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
14333: prepared: // validate each document after load/create (?)
14334: //xmlDoValidityCheckingDefaultValue = 1;
14335:
14336: 2002-08-15 paf
14337:
14338: * src/classes/classes.h: write to static var caused useless
14339: Exception, introduced Methoded::put_element wich consumes those
14340:
14341: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
14342: src/types/pa_vcookie.C, src/types/pa_vdate.h,
14343: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
14344: $response:field[date] $response:field[$.xxx[date]]
14345:
14346: * src/: classes/hash.C, classes/string.C, classes/table.C,
14347: classes/void.C, include/pa_sql_connection.h: fixed source of
14348: ^hash::sql{bad}
14349:
14350: * operators.txt: $request:body unprecessed POST request body
14351:
14352: * src/types/pa_vrequest.C: $request:body unprecessed POST request
14353:
14354: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
14355: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
14356:
14357: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
14358: src/include/pa_request.h, src/main/pa_pool.C,
14359: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
14360: $request:body r.post_data now const
14361:
14362: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
14363: classes/xnode.C, main/execute.C, types/pa_value.h,
14364: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
14365: types/pa_vtable.h: instead of type() checking everywhere used
14366: Value.as now user descendants can be used in params.
14367:
14368: VObject::as_*, is_defined now taken from bases. xtable(table)
14369: ^if($xtable) now OK
14370:
14371: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
14372: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
14373: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
14374:
14375: 2002-08-14 paf
14376:
14377: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
14378: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
14379: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14380: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
14381: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14382: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
14383: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
14384: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14385: types/pa_vresponse.C, types/pa_vresponse.h,
14386: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14387: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14388: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14389: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14390: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
14391: & VClass
14392:
14393: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
14394:
14395: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
14396: removed fixopt stupidity. on stupid linux use cd /document/root
14397: ../cgi/parser3 script
14398:
14399: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
14400: params, splitting them by space, excluding argv[0], argv[argc-1]
14401:
14402: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
14403: fixopt.h: fixopt now preprocesses command line params, splitting
14404: them by space, excluding argv[0], argv[argc-1]
14405:
14406: * src/targets/cgi/parser3.C: -f config file
14407:
14408: * src/targets/cgi/parser3.C: fixed .log file dir
14409:
14410: 2002-08-13 paf
14411:
14412: * src/types/pa_vobject.C: allow override parent variables, useful
14413: for form descendants [in vobject too, were in vclass]
14414:
14415: * src/types/pa_vclass.C: allow override parent variables, useful
14416: for form descendants
14417:
1.97 moko 14418: * src/types/Makefile.in: added vobject.c & vclass
14419:
1.95 moko 14420: * src/types/pa_vclass.C: checked: form[vclass]fields can be
14421: overwritten in derived(table)
14422:
14423: * src/: classes/form.C, classes/mail.C, classes/op.C,
14424: classes/xnode.h, include/pa_request.h, main/execute.C,
14425: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
14426: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14427: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
14428: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14429: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
14430: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14431: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14432: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
14433: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14434: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14435: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14436: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14437: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
14438: Value::get_element(..., bool looking_down) [needed to exclude
14439: endless recoursion]
14440:
14441: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
14442: fix bug with put endless recoursion todo: check 'as'
14443:
14444: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
14445: reorganized modules todo: fix bug with put endless recoursion
14446: todo: check 'as'
14447:
1.97 moko 14448: * src/types/Makefile.in: VAliased removed
14449:
1.95 moko 14450: * src/types/pa_vobject.h: checked: table fields can be overwritten
14451: in derived(table)
14452:
14453: * src/types/pa_vobject.h: derived classes can have fields of their
14454: own now
14455:
14456: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
14457: fixed error message on using non-created table
14458:
14459: * src/: classes/form.C, classes/hash.C, classes/mail.C,
14460: classes/op.C, classes/xnode.h, include/pa_request.h,
14461: main/compile.C, main/compile.tab.C, main/execute.C,
14462: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
14463: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14464: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
14465: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14466: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
14467: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14468: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14469: types/pa_vresponse.C, types/pa_vresponse.h,
14470: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14471: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
14472: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14473: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14474: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
14475: looking down/up tree todo: fix error message on non-constructed
14476: parents
14477:
14478: 2002-08-12 paf
14479:
14480: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
14481: derived OK
14482:
14483: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
14484: thorough testing
14485:
14486: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
14487: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
14488: types/pa_vobject.h, types/pa_vstateless_class.h,
14489: types/pa_vstateless_object.h, types/pa_wcontext.h,
14490: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
14491: ^base:create[] dynamic call rewritten todo: thorough testing
14492:
14493: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
14494: now instantates base class, remembers it and saves child in
14495: parent VObject.get_class now returns last child = downward
14496: virtual calls OK
14497:
14498: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
14499: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
14500: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
14501: types/pa_vobject.h, types/pa_vresponse.h,
14502: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14503: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
14504: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
14505: VAliased [redundant], moved $CLASS to VObject only [parser class
14506: instance]
14507:
14508: * bin/auto.p.dist.in: more like in dist on parser.ru
14509:
14510: * bin/auto.p.dist.in: fixed sendmail default comment
14511:
14512: * src/main/pa_request.C: $response:body[file] content-type check
14513: fixed [were bad when content-type is hash]
14514:
14515: 2002-08-09 paf
14516:
14517: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
14518: types/pa_vobject.h, types/pa_vxdoc.h: started as()
14519:
14520: 2002-08-08 paf
14521:
14522: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
14523: src/main/pa_globals.C: year column in month calendar [week year]
14524:
14525: * src/main/execute.C: error reporting on object writes to MAIN
14526: improved [were ruind with fixing $obj[^if(1){$obj}] ]
14527:
14528: * operators.txt, src/types/pa_vdate.h: $date.yearday
14529: $date.daylightsaving
14530:
14531: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
14532: use tainted data now. only she must specify the language.
14533:
14534: ^mail:send[ $.from[paf@mail.design.ru]
14535: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
14536: $.text[^taint[uri][ìîñêâà]=] ]
14537:
14538: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
14539: now prints more precise origin
14540:
14541: * src/include/pa_string.h: String::first_char now not fails on
14542: empty strings ^if(-f '') now ok and in 3 other places.
14543:
14544: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
14545: String::first_char now not fails on empty strings ^if(-f '') now
14546: ok and in 3 other places.
14547:
14548: 2002-08-07 paf
14549:
14550: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
14551: fixed
14552:
14553: * src/main/pa_string.C: ^string.mid(0;bad) fixed
14554:
14555: * src/: main/execute.C, types/pa_vcode_frame.h,
14556: types/pa_vmethod_frame.h, types/pa_wcontext.C,
14557: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
14558: mistakenly not completely transparent to object writes.
14559: $hash[^if(1){$hash}] now works
14560:
14561: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
14562: now erasing cache file [there were bad check on that]
14563:
14564: * src/: classes/classes.dsp, classes/table.C,
14565: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
14566: all Debug dirs in .dsp now named 'Debug'
14567:
1.97 moko 14568: * etc/parser3.charsets/: Makefile.am, Makefile.in: all included
14569: into dist
1.95 moko 14570:
14571: * operators.txt, src/classes/mail.C: exception_type email.send
14572:
14573: * operators.txt, src/types/pa_vmail.C: exception_type email.format
14574:
14575: * src/types/pa_vmail.C: mail:send empty email checked
14576:
14577: 2002-08-06 paf
14578:
14579: * operators.txt, src/classes/table.C, src/include/pa_array.h,
14580: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
14581: ^table::create[$source;$.options] ^table::join[$source;$.options]
14582:
14583: * operators.txt, src/classes/hash.C, src/classes/string.C,
14584: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
14585: # $.default() }
14586:
14587: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
14588:
14589: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
14590: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
14591: $file.content-type [instead of .mime-type] now works for
14592: file::stat also
14593:
14594: * src/main/pa_request.C: case insensitive mime_type_of
14595:
14596: * bin/auto.p.dist.in: jpeg
14597:
14598: 2002-08-05 paf
14599:
14600: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
14601:
14602: * src/types/pa_vmail.C: file buffer relocated to parser heap
14603:
14604: * operators.txt: comment on date:calendar week column
14605:
14606: * src/main/pa_common.C: write checked
14607:
14608: * src/main/: pa_common.C: write checked
14609:
14610: * src/classes/date.C: +1 buf size for stupid snprintfs
14611:
14612: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
14613: month calendar week column [ISO 8601 Week Numbers]
14614:
14615: 2002-08-02 paf
14616:
14617: * src/: include/pa_config_fixed.h, main/pa_string.C,
14618: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
14619: DEBUG*
14620:
14621: * configure, configure.in, src/include/pa_version.h: release
14622: 3_0_0005
14623:
14624: * bin/auto.p.dist.in: unhandled_exception comments
14625:
14626: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
14627: multipart post fixed
14628:
14629: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
14630: response transcoded source->client only when text/* or simple
14631: onoverridden $response:body
14632:
14633: 2002-08-01 paf
14634:
14635: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14636: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14637: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14638: classes/op.C, classes/response.C, classes/string.C,
14639: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
14640: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
14641: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14642: include/pa_config_fixed.h, include/pa_dictionary.h,
14643: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
14644: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
14645: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
14646: include/pa_socks.h, include/pa_sql_connection.h,
14647: include/pa_sql_driver_manager.h, include/pa_stack.h,
14648: include/pa_string.h, include/pa_stylesheet_connection.h,
14649: include/pa_stylesheet_manager.h, include/pa_table.h,
14650: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14651: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
14652: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
14653: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14654: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
14655: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
14656: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
14657: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
14658: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
14659: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
14660: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
14661: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
14662: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
14663: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
14664: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
14665: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
14666: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
14667: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
14668: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
14669: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
14670: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
14671: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14672: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
14673: types/pa_vmethod_frame.h, types/pa_vobject.h,
14674: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14675: types/pa_vresponse.h, types/pa_vstateless_class.C,
14676: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14677: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14678: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14679: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14680: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14681: types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
14682:
14683: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
14684: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14685: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14686: classes/math.C, classes/op.C, classes/response.C,
14687: classes/string.C, classes/table.C, classes/void.C,
14688: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14689: include/pa_array.h, include/pa_cache_managers.h,
14690: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14691: include/pa_config_fixed.h, include/pa_config_includes.h,
14692: include/pa_dictionary.h, include/pa_dir.h,
14693: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14694: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
14695: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14696: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
14697: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14698: include/pa_stack.h, include/pa_string.h,
14699: include/pa_stylesheet_connection.h,
14700: include/pa_stylesheet_manager.h, include/pa_table.h,
14701: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14702: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
14703: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14704: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
14705: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14706: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14707: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
14708: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
14709: main/pa_sql_driver_manager.C, main/pa_string.C,
14710: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14711: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
14712: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
14713: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14714: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
14715: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
14716: targets/isapi/pool_storage.h, types/pa_valiased.C,
14717: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
14718: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
14719: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14720: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14721: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14722: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
14723: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
14724: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
14725: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
14726: types/pa_vresponse.C, types/pa_vresponse.h,
14727: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
14728: types/pa_vstateless_object.h, types/pa_vstatus.C,
14729: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
14730: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
14731: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14732: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14733: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
14734: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
14735: types/Makefile.am: ident.C* removed
14736:
14737: * operators.txt, src/classes/file.C, src/main/pa_request.C:
14738: file:find[/can/do/this/now.txt]
14739:
14740: * src/targets/cgi/parser3.C: usage to stdout now
14741:
14742: 2002-07-31 paf
14743:
14744: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
14745:
14746: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
14747: default "postmaster"
14748:
14749: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
14750: -f postmaster now default sendmail key word "postmaster"
14751: replaced to $.from
14752:
14753: 2002-07-30 paf
14754:
1.97 moko 14755: * Makefile.in, configure, configure.in,
14756: src/targets/cgi/Makefile.in,
14757: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C:
14758: removed pa_config_paths.h
1.95 moko 14759:
14760: * src/main/pa_charset.C: comment
14761:
14762: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
14763: table, &#decimal;
14764:
14765: * src/main/pa_request.C: comment
14766:
14767: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
14768: paragraf]
14769:
14770: 2002-07-11 paf
14771:
14772: * src/main/pa_exec.C: build command line badly added params twice
14773: [and first time without ' ']. double wrong. fixed.
14774:
14775: * src/main/pa_exec.C: invalid .exe caused error message with params
14776: wich parser did not provide = reported badly. fixed that.
14777:
14778: * src/classes/mail.C: $MAIL[ # xxx ]
14779:
14780: now ok
14781:
14782: * operators.txt: plan: sql detailed exception
14783:
14784: 2002-07-01 paf
14785:
14786: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
14787: [MForm.configure_admin were called when request.main_class ==0
14788:
14789: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
14790:
14791: * src/classes/form.C: content_length type fix
14792:
14793: 2002-06-30 paf
14794:
14795: * src/classes/mail.C: merged from 4
14796:
14797: * src/classes/mail.C: restored $MAIL
14798:
14799: 2002-06-28 paf
14800:
14801: * configure, configure.in: removed paths.h
14802:
1.97 moko 14803: * Makefile.in, configure, src/include/pa_version.h,
1.95 moko 14804: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
14805: merged, makes updated
14806:
14807: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
14808: src/include/pa_charset.h, src/include/pa_config_fixed.h,
14809: src/include/pa_pool.h, src/include/pa_version.h,
14810: src/main/pa_charset.C, src/main/pa_pool.C,
14811: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
14812: src/types/pa_vmail.C: merged latest updates to head
14813:
14814: 2002-06-27 paf
14815:
14816: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
14817: not error now
14818:
14819: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
14820: src/include/pa_config_fixed.h, src/include/pa_pool.h,
14821: src/main/pa_charset.C, src/main/pa_pool.C:
14822: ^xdoc::create[[uri]]... base uri for document being created,
14823: imports and other relative file names would be relative to this
14824: uri default uri=path_translated
14825:
14826: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
14827:
14828: 2002-06-26 paf
14829:
14830: * configure, configure.in, src/include/pa_version.h:
14831: release_3_0_0004
14832:
14833: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
14834: 0 now
14835:
14836: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
14837:
14838: 2002-06-25 paf
14839:
14840: * src/main/pa_string.C: emtpy string, or string of whitespaces
14841: considered bad number now
14842:
14843: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
14844: now
14845:
14846: * operators.txt, src/classes/string.C: ^string.normalize [old
14847: name: optimize
14848:
14849: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
14850: library configured
14851:
14852: * src/main/pa_request.C: configure_admin forced if no @conf
14853:
14854: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
14855: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
14856: when needed and to call system crypt() if not $apr1$ prefix
14857:
14858: 2002-06-24 paf
14859:
14860: * INSTALL: --with-static/shared-mailreceive described
14861:
14862: * src/include/pa_config_fixed.h: ssize_t fixed
14863:
1.97 moko 14864: * Makefile.in, configure, configure.in, bin/Makefile.in,
14865: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
14866: src/Makefile.in, src/classes/Makefile.in,
14867: src/include/Makefile.in, src/include/pa_config_auto.h.in,
14868: src/lib/Makefile.in, src/lib/pcre/Makefile.in,
14869: src/main/Makefile.in, src/sql/Makefile.in,
14870: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
14871: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
14872: src/types/Makefile.am, src/types/Makefile.in,
1.95 moko 14873: src/types/pa_vmail.C: $mail:received makes update
14874:
14875: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
14876: WITH_MAILRECEIVE
14877:
14878: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
14879:
14880: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
14881: option, for $mail:receive
14882:
14883: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
14884: introducting $message:received ^mail:send rewritten with backward
14885: comp
14886:
14887: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
14888: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14889: types/types.dsp: win32xml win32mailreceive pseudomodules paths
14890: now
14891:
14892: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
14893: src/include/pa_charset.h, src/include/pa_config_fixed.h,
14894: src/include/pa_request.h, src/include/pa_string.h,
14895: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
14896: src/main/pa_globals.C, src/main/pa_request.C,
14897: src/main/pa_string.C, src/main/pa_uue.C,
14898: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
14899: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14900: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
14901: uue to separate file introducting $message:received ^mail:send
14902: rewritten with backward comp
14903:
14904: 2002-06-21 paf
14905:
1.97 moko 14906: * src/lib/: Makefile.am, Makefile.in, md5/pa_md5.h: lib restructure
14907: apache .am & co changes
1.95 moko 14908:
1.97 moko 14909: * Makefile.in, configure, configure.in, src/Makefile.in,
14910: src/classes/Makefile.in, src/lib/Makefile.in,
14911: src/lib/md5/Makefile.am, src/lib/md5/pa_md5c.c,
14912: src/lib/pcre/Makefile.in, src/main/Makefile.in,
14913: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
14914: src/types/Makefile.in: lib restructure .in and .am files
14915: appropriate changes
1.95 moko 14916:
14917: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
14918: pcre to libs/ added libs/md5 which is linked to non-apache
14919: targets ^math:crypt[password;$apr1$salt]
14920:
14921: * INSTALL, configure.in, operators.txt, parser3.dsw,
14922: src/Makefile.am, src/classes/Makefile.am,
14923: src/classes/classes.dsp, src/classes/math.C,
14924: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.97 moko 14925: src/lib/pcre/Makefile.am, src/lib/pcre/Makefile.in,
14926: src/lib/pcre/README, src/lib/pcre/Tech.Notes,
14927: src/lib/pcre/dftables.c, src/lib/pcre/get.c,
14928: src/lib/pcre/ibm-1250.ucm, src/lib/pcre/ibm-1251.ucm,
14929: src/lib/pcre/ibm-1257.ucm, src/lib/pcre/internal.h,
14930: src/lib/pcre/maketables.c, src/lib/pcre/pcre-2_08.tar.gz,
14931: src/lib/pcre/pcre.3, src/lib/pcre/pcre.3.html,
14932: src/lib/pcre/pcre.3.txt, src/lib/pcre/pcre.c,
14933: src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 14934: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
14935: src/lib/pcre/pcre_parser_ctype.dsp,
14936: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
14937: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
14938: src/main/compile.tab.C, src/main/main.dsp,
14939: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
14940: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
14941: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
14942: to libs/ added libs/md5 which is linked to non-apache targets
14943: ^math:crypt[password;$apr1$salt]
14944:
14945: 2002-06-20 paf
14946:
14947: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.97 moko 14948: bin/Makefile.in, bin/auto.p.dist.in, src/classes/file.C,
14949: src/classes/op.C, src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 14950: src/include/pa_request.h, src/main/execute.C,
14951: src/main/pa_request.C, src/targets/cgi/parser3.C,
14952: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
14953: marged latest HEAD updates, mainly file:justname&co &
14954: @auto/conf[filespec
14955:
14956: * operators.txt, src/classes/file.C:
14957: !^file:dirname[/a/some.tar.gz]=/a
14958: !^file:dirname[/a/b/]=/a
14959: !^file:basename[/a/some.tar.gz]=some.tar.gz
14960: !^file:justname[/a/some.tar.gz]=some.tar
14961: !^file:justext[/a/some.tar.gz]=gz
14962:
14963: * src/: classes/op.C, include/pa_request.h, main/execute.C,
14964: main/pa_request.C, types/pa_vmethod_frame.h: introducing
14965: @conf/auto[filespec]
14966:
14967: * bin/auto.p.dist.in: <noindex>
14968:
1.97 moko 14969: * configure, bin/Makefile.in: parser3.conf renamed to auto.p
14970: autoconf changes
1.95 moko 14971:
14972: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
14973: bin/auto.p.dist.in, src/doc/doxygen.cfg,
14974: src/include/pa_globals.h, src/targets/cgi/parser3.C,
14975: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
14976:
14977: 2002-06-18 paf
14978:
14979: * configure, configure.in, src/include/pa_version.h: version to
14980: configure.in
14981:
14982: * INSTALL: reflected .conf.dist dir change
14983:
1.97 moko 14984: * Makefile.am, Makefile.in, configure, configure.in,
14985: bin/Makefile.am, bin/Makefile.in, etc/Makefile.in,
14986: etc/parser3.charsets/Makefile.am,
14987: etc/parser3.charsets/Makefile.in: parser3.conf.dist moved to bin,
1.95 moko 14988: .in & *.am updated
14989:
14990: * src/classes/file.C: strncasecmp
14991:
14992: * src/classes/file.C: strcasecmp
14993:
1.97 moko 14994: * bin/Makefile.am, bin/Makefile.in, etc/Makefile.am:
14995: bin/parser3.conf.dist [moved from etc
1.95 moko 14996:
14997: * src/classes/file.C: ^file::exec[script;$.bad error case
14998: insensitive check now
14999:
15000: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
15001:
15002: * configure, configure.in, src/include/pa_pool.h,
15003: src/include/pa_types.h: pack configure.in detection simplified.
15004: figured out that gcc on sparc not that stupid as thought
15005: previously: on sparc: when it sees packed class it modifies it's
15006: field-access-code to byte operations [stb, ldub] instead of 4byte
15007: operations [st, lduh] so packed must be all parts of packed
15008: class, i.e. it's parents&fields(classes). for now it's only
15009: String that packed and what was wrong is that it's parent -
15010: Pooled, were not packed. fixed that.
15011:
15012: 2002-06-14 paf
15013:
15014: * operators.txt: more precise xml-to-text options
15015:
15016: * operators.txt, src/types/pa_vxnode.C: xnode
15017: attribute_node.name/value xnode pi.node.data
15018:
15019: 2002-06-12 paf
15020:
1.97 moko 15021: * Makefile.in, configure, configure.in, etc/Makefile.in,
15022: etc/parser3.charsets/Makefile.in, src/Makefile.in,
15023: src/classes/Makefile.in, src/include/Makefile.in,
15024: src/main/Makefile.in, src/sql/Makefile.in,
15025: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
15026: src/targets/cgi/Makefile.in, src/targets/cgi/parser3.C,
15027: src/targets/isapi/Makefile.in, src/types/Makefile.in: removed
15028: root conf define creation
1.95 moko 15029:
15030: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
15031: src/include/pa_globals.h, src/include/pa_request.h,
15032: src/main/compile.tab.C, src/main/pa_globals.C,
15033: src/main/pa_request.C, src/targets/cgi/parser3.C,
15034: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
15035:
15036: * src/classes/mail.C: sendmail -ti [default now]
15037:
15038: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
15039: to be strings. for convinient #ing
15040:
15041: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
15042: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
15043:
15044: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
15045: main/pa_globals.C, main/pa_request.C: @conf
15046:
15047: 2002-06-11 paf
15048:
15049: * src/classes/file.C: check simplified
15050:
15051: * src/: classes/file.C, targets/cgi/parser3.dsp,
15052: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
15053: valid prefix
15054:
15055: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
15056: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
15057: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
15058:
15059: 2002-06-10 paf
15060:
15061: * operators.txt, src/classes/op.C, src/include/pa_common.h,
15062: src/main/pa_common.C: lock failures reported now
15063:
15064: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
15065: string->double @ compile time were not-enough-checking...
15066:
15067: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
15068: autoconvert now ignored
15069:
15070: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
15071: check
15072:
15073: * src/classes/mail.C: mail netscape attachment name fixed. todo:
15074: $response:body content-type:name
15075:
15076: * configure, configure.in: hpux check, nsl link, no socket
15077:
15078: * operators.txt: old merge conflict removed
15079:
15080: * configure, configure.in: pack even address access on sparc&co
15081: arch checked in configure
15082:
15083: * configure, src/include/pa_version.h: makes
15084:
15085: * configure, configure.in, src/include/pa_version.h: makes
15086:
15087: * src/main/untaint.C: (bug#2) mail subject got always prepended
15088: with charset even when all letters were 7bit one
15089:
15090: * src/main/pa_common.C: merged fixed -d (bug)
15091:
15092: * src/main/pa_common.C: fixed -d (bug)
15093:
15094: 2002-06-03 paf
15095:
15096: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
15097: src/classes/classes.dsp, src/main/compile.tab.C,
15098: src/main/main.dsp, src/main/pa_globals.C,
15099: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15100: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
15101: .dsp-s along with reorganized cvs modules dirs structure
15102:
15103: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15104: main/pa_globals.C, targets/cgi/parser3.dsp,
15105: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
15106: modules
15107:
15108: 2002-05-28 paf
15109:
15110: * src/targets/cgi/parser3.C: info.uri now ""
15111:
15112: 2002-05-17 paf
15113:
15114: * src/classes/: table.C: ^table.save << checked empty
15115: pre/match/post columns
15116:
15117: 2002-05-16 paf
15118:
15119: * src/classes/image.C: image::measure can png now
15120:
15121: 2002-05-15 paf
15122:
15123: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
15124: added
15125:
15126: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
15127:
15128: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
15129: %H[:%M[:%S]]]]]] [-%m now
15130:
15131: 2002-05-14 paf
15132:
15133: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
15134:
15135: 2002-05-07 paf
15136:
15137: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
15138: src/include/pa_globals.h, src/include/pa_request.h,
15139: src/include/pa_table.h, src/main/compile.tab.C,
15140: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
15141: src/main/pa_request.C, src/main/pa_table.C,
15142: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
15143: src/targets/isapi/parser3isapi.dsp,
15144: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
15145: name2number field now &. main_method_name now on Request pool
15146: rather on global_pool [Junction+VJunction created on same pool as
15147: name = were created on global pool, causing mem leaks]
15148:
15149: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
15150: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
15151: main/compile.y, main/main.dsp, main/pa_globals.C,
15152: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
15153: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
15154: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
15155: field now &. main_method_name now on Request pool rather on
15156: global_pool [Junction+VJunction created on same pool as name =
15157: were created on global pool, causing mem leaks]
15158:
15159: 2002-05-06 paf
15160:
15161: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15162: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
15163: 100*40 bytes per request memory leak [nonpool malloc in globals]
15164:
15165: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15166: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
15167: 100*40 bytes per request memory leak [nonpool malloc in globals]
15168:
15169: 2002-04-30 paf
15170:
15171: * configure, src/include/pa_version.h: version now not b
15172:
15173: * src/targets/cgi/parser3.C: request.uri now never 0
15174:
15175: 2002-04-29 paf
15176:
15177: * configure.in: removed b
15178:
15179: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
15180: Exception::comment/type checked in (), no there's no empty
15181: type/comment by default
15182:
15183: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
15184: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
15185: src/doc/value.dox, src/include/pa_exception.h,
15186: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
15187: 0001
15188:
15189: 2002-04-26 paf
15190:
15191: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
15192: size reduced
15193:
15194: 2002-04-25 paf
15195:
15196: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
15197: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
15198: now that took into account
15199:
15200: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
15201: 01:03:04]
15202:
15203: * ChangeLog, operators.txt, src/classes/date.C:
15204: ^date::create[2002-12-33 01:03:04]
15205:
15206: * ChangeLog: updated changelog
15207:
15208: * src/classes/table.C: removed restriction on column count to
15209: ^table.hash to work, now must be >0 [were >1]
15210:
15211: 2002-04-24 paf
15212:
15213: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15214: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
15215: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
15216: targets
15217:
15218: 2002-04-23 paf
15219:
15220: * operators.txt, src/classes/string.C:
15221: int/double/string:sql{}[$.default{code}] fixed [were barking:
15222: "junction used outside of context"]
15223:
15224: 2002-04-22 paf
15225:
15226: * types.txt, src/classes/string.C, src/include/pa_string.h,
15227: src/main/pa_string.C, src/types/pa_vstring.C,
15228: src/types/pa_vstring.h: ^string.optimize[]
15229:
15230: * src/: include/pa_globals.h, include/pa_table.h,
15231: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
15232: table template
15233:
15234: * src/classes/: string.C: optimize removed from string
15235: .left/right/pos
15236:
15237: * src/main/execute.C: rolled back to
15238: before_killing_userjunction_contexts
15239:
15240: * src/main/execute.C: user junctions context killed
15241:
15242: * src/main/execute.C: junctions to local contexts got
15243: cleanized&checked later
15244:
15245: 2002-04-19 paf
15246:
15247: * src/: classes/string.C, include/pa_request.h,
15248: include/pa_string.h, main/pa_request.C, main/pa_string.C,
15249: types/pa_vstring.C, types/pa_vstring.h: string now optimized
15250: prior to .left .right .mid .pos .match when that is profitable,
15251: and always before .replace when $ORIGINS(1) optimization disabled
15252: economy from not wasting mem on lots of strings which occur by
15253: lots of String:mid calls to get parts of source string between
15254: found_occurances
15255:
15256: * src/classes/file.C: ovector now local economy: 16 bytes per
15257: ^file:list
15258:
15259: * src/: include/pa_globals.h, include/pa_table.h,
15260: main/pa_globals.C, main/pa_string.C: String::match table columns
15261: globalized, not created @ each ^match anymore economy:
15262: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
15263:
15264: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
15265: removed from each String::match replace iteration, and made
15266: stacked sizeof(VTable)=12bytes economy on each replace code
15267:
15268: * src/doc/footer.htm: 2001,
15269:
15270: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
15271: string.match[]['] option enables generation of $match.prematch
15272: .match .postmatch columns
15273:
15274: * src/main/pa_string.C: String::match options analized without
15275: cstr-ing them now
15276:
15277: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
15278: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
15279: config updated to doxygen 1.2.15, created helper which fixes
15280: minor bugs in chm project files & htm tree. changed extension to
15281: .htm
15282:
15283: 2002-04-18 paf
15284:
15285: * src/doc/doxygen.cfg: .chi generation disabled
15286:
15287: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
15288: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
15289: fields&methods
15290:
15291: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
15292: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
15293: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
15294: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
15295: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
15296: types/pa_vresponse.h, types/pa_vstateless_class.h,
15297: types/pa_vstateless_object.h, types/pa_vstatus.h,
15298: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
15299: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
15300: VStateless_class to VObject
15301:
15302: * src/: main/pa_request.C, types/pa_valiased.h,
15303: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15304: types/pa_vstring.h: VStateless_string_object speicalized light
15305: version of VStateless_object
15306:
15307: * src/classes/op.C: ^throw comment param made optional
15308:
15309: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
15310: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
15311: and implemented down in VClass, fclass_alias removed,
15312:
15313: * src/types/pa_value.C: forced to cut that from .h because of
15314: VStateless_class usage [undefined in .h]
15315:
15316: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15317: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15318: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
15319: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
15320: on each CALL]
15321:
15322: * src/: classes/classes.h, classes/date.C, classes/double.C,
15323: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
15324: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
15325: classes/response.C, classes/string.C, classes/table.C,
15326: classes/void.C, classes/xnode.C, include/pa_globals.h,
15327: include/pa_request.h, main/execute.C, main/pa_globals.C,
15328: main/pa_request.C, types/Makefile.am, types/pa_value.h,
15329: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
15330: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15331: types/pa_vstateless_class.h, types/pa_wcontext.C,
15332: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
15333: removed Value::fname
15334:
15335: 2002-04-17 paf
15336:
15337: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
15338: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
15339: doc/pooled.dox, doc/string.dox, doc/targets.dox,
15340: include/pa_pool.h, include/pa_types.h: dox updated to current
15341: state, PTHROW freshen to throw & co
15342:
15343: * src/types/pa_vhash.h: vstring wrong parent fixed
15344:
15345: * src/classes/op.C: taint local result var bug fixed
15346:
15347: 2002-04-16 paf
15348:
15349: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
15350: Attic asm.txt as most interesting
15351:
15352: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
15353: check, preventing content-length: 0 from appearing
15354:
15355: * src/main/execute.C: $result in @main now taken into account as in
15356: usual functions
15357:
15358: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
15359: & @unhandled_exception now taken into account as in usual
15360: functions
15361:
15362: * src/doc/postbuild.txt: instructions on post .html build
15363:
15364: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
15365:
15366: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
15367: tainted
15368:
15369: * src/main/pa_request.C: uri in error log
15370:
15371: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
15372: cheched date:create(days) param for validity [later were assumed
15373: valid and crashed on invalid onces]
15374:
15375: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
15376: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
15377: and used that for removing VString wrapper
15378:
15379: * src/classes/op.C: exception2vhash file now tainted
15380:
15381: * src/classes/op.C: _process pseudo origin copied from local var to
15382: heap
15383:
15384: * src/classes/op.C: extra check on empty file in origin in _execute
15385:
15386: 2002-04-15 paf
15387:
15388: * src/: main/execute.C, types/pa_value.h: fixed name update
15389:
15390: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
15391: functions
15392:
15393: * src/: classes/file.C, classes/hash.C, classes/op.C,
15394: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
15395: started dual write_xxx_lang functions, if checked & works
15396:
15397: * src/: classes/date.C, classes/file.C, classes/mail.C,
15398: classes/string.C, classes/xnode.C, include/pa_request.h,
15399: types/pa_value.h, types/pa_wcontext.h: removed absolutely
15400: unnecessary VString shells
15401:
15402: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
15403: prev changes]
15404:
15405: * src/: classes/image.C, classes/op.C, classes/string.C,
15406: classes/table.C, include/pa_request.h, main/execute.C,
15407: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
15408: StringOrValue wcontext result, now ready for dual writes
15409:
15410: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
15411: checked that
15412:
15413: * src/main/: compile.tab.C, compile.y, compile_tools.C,
15414: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
15415: changed to OP_WRITE_VALUE in var get cases
15416:
15417: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
15418: include/pa_request.h, main/compile.tab.C, main/compile.y,
15419: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15420: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
15421: switch in hash constructor fixed [were problems with using of
15422: stacked wwrapper after it's death]
15423:
15424: 2002-04-12 paf
15425:
15426: * operators.txt, src/classes/table.C: table.select(expression) 0
15427:
15428: 2002-04-11 paf
15429:
15430: * src/: classes/string.C, include/pa_request.h, main/execute.C:
15431: Request::process_internal codeFrame & wwrapper stacked [not
15432: wasting heap anymore]
15433:
15434: 2002-04-10 paf
15435:
15436: * src/: classes/double.C, classes/file.C, classes/hash.C,
15437: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
15438: classes/string.C, classes/table.C, classes/void.C,
15439: classes/xdoc.C, include/pa_request.h, main/execute.C,
15440: main/pa_string.C: killed Request::process() wrapping
15441: VString(String) in case we need only String
15442:
15443: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15444: killed 8 bytes from String.head
15445:
15446: 2002-04-09 paf
15447:
15448: * src/: main/compile.tab.C, targets/cgi/parser3.C,
15449: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
15450: local*/char b[...]; a=b; situations
15451:
15452: * operators.txt, src/classes/xdoc.C: xslt params made literal
15453:
15454: * src/classes/xdoc.C: xslt params fixed
15455:
15456: * src/: main/pa_common.C, targets/cgi/parser3.C,
15457: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
15458: not pool.malloc(MAX_NUMBER) but really neaded
15459:
1.97 moko 15460: * etc/Makefile.in, etc/parser3.charsets/Makefile.in,
15461: src/classes/Makefile.in, src/sql/Makefile.in,
15462: src/targets/Makefile.in, src/targets/cgi/Makefile.in,
15463: src/targets/isapi/Makefile.in, src/types/Makefile.in: makse
15464:
1.95 moko 15465: * operators.txt, src/classes/double.C, src/classes/int.C:
15466: int/double.int/double(default)
15467:
15468: 2002-04-04 paf
15469:
15470: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
15471: [when reconstructing pieces were split by
15472: max_integral(piece.size), thus some strings to replace happen to
15473: be split into two = not replaced)
15474:
15475: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
15476: standalone version = current dir
15477:
15478: * src/targets/cgi/parser3.C: document root in standalone version =
15479: current dir
15480:
15481: 2002-04-03 paf
15482:
15483: * configure, configure.in: more checks on nonexistent charset
15484:
1.97 moko 15485: * INSTALL, Makefile.in, configure, configure.in, etc/Makefile.in,
15486: etc/parser3.charsets/Makefile.in, src/Makefile.in,
15487: src/include/Makefile.in, src/main/Makefile.in: root config
15488: configure options
1.95 moko 15489:
15490: 2002-04-02 paf
15491:
15492: * src/main/compile.C: parser.compile [exception name more like in
15493: doc]
15494:
15495: 2002-04-01 paf
15496:
15497: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
15498: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
15499: .content-type.charset, not .charset
15500:
15501: 2002-03-29 paf
15502:
15503: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
15504:
15505: * operators.txt, src/classes/date.C: ^date::create now may not
15506: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
15507: days' year. | 31.05->31.04 roll
15508:
15509: 2002-03-28 paf
15510:
15511: * operators.txt, src/classes/date.C, src/classes/op.C,
15512: src/include/pa_globals.h, src/include/pa_hash.h,
15513: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
15514: ^cache(seconds) ^cache[date] }
15515:
15516: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
15517: param
15518:
15519: 2002-03-27 paf
15520:
15521: * operators.txt, src/classes/date.C, src/classes/double.C,
15522: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
15523: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
15524: src/classes/math.C, src/classes/op.C, src/classes/string.C,
15525: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15526: src/classes/xnode.C, src/include/pa_exception.h,
15527: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
15528: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
15529: src/main/pa_array.C, src/main/pa_charset.C,
15530: src/main/pa_charsets.C, src/main/pa_common.C,
15531: src/main/pa_dictionary.C, src/main/pa_exception.C,
15532: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
15533: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
15534: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
15535: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
15536: src/types/pa_value.h, src/types/pa_vcookie.C,
15537: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
15538: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
15539: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
15540: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
15541: src/types/pa_wwrapper.h: assigned exception types
15542:
15543: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
15544: src/include/pa_request.h, src/main/execute.C,
15545: src/main/pa_request.C: decided agains resetting exception_trace,
15546: just changed name
15547:
15548: 2002-03-26 paf
15549:
15550: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
15551: fixed
15552:
15553: * src/classes/op.C: forced language of $source field of exception
15554: to 'tainted', so that sql-langed-frags could be outputed outside
15555: of connect
15556:
15557: * operators.txt: removed date.roll limit of +-1 offset
15558:
15559: * src/classes/date.C: removed date.roll limit of +-1 offset
15560:
15561: * operators.txt, src/classes/date.C: fixed date roll on
15562: daylightsaving days mktime took into account tm_isdst flag, which
15563: remained from BEFORE roll, but should have been reset
15564:
15565: 2002-03-25 paf
15566:
15567: * operators.txt, src/targets/cgi/parser3.C:
15568: http_site_config_filespec
15569:
15570: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
15571: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
15572: with any/both --disable-foreign-group-files --disable-execs
15573:
15574: * INSTALL: "--with=sendmail=COMMAND" comment
15575:
15576: * INSTALL, configure, configure.in, src/classes/mail.C,
15577: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.97 moko 15578: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in:
15579: --disable-foreign-group-files now disables execs also.
15580: introducing --sendmail
1.95 moko 15581:
15582: * operators.txt: pgsql options comment
15583:
15584: * INSTALL: comment on --disable-link-stdcpp
15585:
1.97 moko 15586: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am,
15587: src/targets/cgi/Makefile.in: libstdc++ link skipping configure
15588: option
1.95 moko 15589:
15590: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
15591: with error were put to cache with 'marked_to_rollback' flag, all
15592: consequent even OK requests rolled back
15593:
15594: 2002-03-22 paf
15595:
15596: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
15597: false return
15598:
15599: * operators.txt: few comments on sets
15600:
15601: 2002-03-18 paf
15602:
15603: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
15604: src/include/pa_globals.h, src/include/pa_request.h,
15605: src/include/pa_stack.h, src/main/pa_globals.C,
15606: src/main/pa_request.C: introducing ^try
15607:
15608: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
15609: types/pa_vdouble.h: removed some tested @tests
15610:
15611: 2002-03-15 paf
15612:
15613: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
15614:
15615: 2002-03-13 paf
15616:
15617: * src/main/pa_exception.C: checked not-pooled malloc
15618:
15619: 2002-03-11 paf
15620:
15621: * INSTALL, configure, configure.in,
15622: src/include/pa_config_auto.h.in: --disable-foreign-group-files
15623:
15624: * src/main/pa_common.C: --disable-foreign-group-files
15625:
15626: * INSTALL: --disable-execs
15627:
15628: * src/main/pa_exec.C: --disable-execs
15629:
15630: * configure, configure.in, src/include/pa_config_auto.h.in:
15631: --disable-execs
15632:
15633: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
15634:
15635: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
15636: file::exec/cgi linebreaks "0D0A" changed to 0A onces
15637:
15638: 2002-03-05 paf
15639:
15640: * operators.txt, src/classes/date.C: date week calendar columns
15641: named
15642:
15643: * operators.txt, src/classes/date.C: date week calendar columns
15644: named
15645:
15646: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
15647: requires headers to be terminated with \r\n manually [refuses to
15648: separate header/body itself]
15649:
15650: * src/: main/pa_globals.C, targets/cgi/parser3.C,
15651: targets/isapi/parser3isapi.C: isapi site config beside .dll
15652:
15653: 2002-03-04 paf
15654:
15655: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
15656: in PASS language
15657:
15658: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
15659: deserialize checks on broken file
15660:
15661: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
15662: parser3isapi.dsp: isapi updated
15663:
15664: 2002-03-01 paf
15665:
15666: * src/main/pa_exec.C: execle -> execve, now argc OK
15667:
15668: 2002-02-28 paf
15669:
15670: * src/main/untaint.C: removed some debug comments
15671:
15672: * src/main/pa_charsets.C: when placing charset to cache using
15673: global name now [were request]
15674:
15675: * configure, configure.in: apache module updated
15676:
15677: * src/main/pa_string.C: origin by first piece preferred before last
15678: piece
15679:
15680: 2002-02-27 paf
15681:
15682: * src/main/pa_charset.C: size_t
15683:
15684: * INSTALL: shared/static-xml with-pathlink
15685:
15686: * operators.txt: SMTP comment
15687:
15688: 2002-02-26 paf
15689:
15690: * src/main/pa_exec.C: more precise names for vars, cosmetic
15691:
15692: * src/classes/xnode.C: in some situation, xpath query returned
15693: result with type NODESET, but empty nodeset member field, checked
15694: that
15695:
15696: 2002-02-22 paf
15697:
15698: * INSTALL: without-zlib comment
15699:
15700: * etc/parser3.charsets/windows-1251.cfg: °
15701:
15702: * configure, configure.in: glib###.a detection fixed
15703:
15704: * INSTALL: hashfile removed from INSTALL
15705:
1.97 moko 15706: * Makefile.am, Makefile.in: make update
1.95 moko 15707:
15708: * src/main/pa_string.C: string iterators fixed again, so were
15709: String::join_chain
15710:
15711: * src/main/pa_string.C: string iterators fixed again, so were
15712: String::join_chain
15713:
15714: * src/: include/pa_string.h, main/pa_string.C: string iterators
15715: fixed again, so were String::join_chain
15716:
15717: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
15718:
15719: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
15720: "session"
15721:
1.97 moko 15722: * Makefile.in, configure, configure.in,
15723: src/include/pa_config_auto.h.in: --with-shared-xml
15724: --with-static-xml
1.95 moko 15725:
15726: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
15727: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
15728: types/types.dsp: *.dsp: removed refereces to win32db & ancient
15729: xalan&xml
15730:
15731: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
15732:
15733: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
15734: src/types/types.dsp: removed hashfile support from sources for
15735: now
15736:
1.97 moko 15737: * Makefile.in, configure, configure.in, etc/Makefile.in,
15738: etc/parser3.charsets/Makefile.in, src/Makefile.in,
15739: src/classes/Makefile.am, src/classes/Makefile.in,
1.95 moko 15740: src/classes/hashfile.C, src/include/Makefile.am,
1.97 moko 15741: src/include/Makefile.in, src/include/pa_config_auto.h.in,
15742: src/include/pa_db_connection.h, src/include/pa_db_manager.h,
15743: src/include/pa_db_table.h, src/main/Makefile.am,
15744: src/main/Makefile.in, src/main/pa_db_connection.C,
1.95 moko 15745: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.97 moko 15746: src/main/pa_globals.C, src/sql/Makefile.in,
15747: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
15748: src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
15749: src/types/Makefile.am, src/types/Makefile.in,
15750: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: removed
15751: hashfile support for now
1.95 moko 15752:
15753: 2002-02-21 paf
15754:
15755: * src/main/untaint.C: removed debug code, activated commented-for
15756: debug parts
15757:
1.97 moko 15758: * Makefile.am, Makefile.in: make cvsupdate
1.95 moko 15759:
15760: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
15761: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
15762: append_row, not at link zero now string to string appending works
15763:
15764: 2002-02-20 paf
15765:
15766: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
15767: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
15768: DEBUG_STRING_APPENDS_VS_EXPANDS
15769:
15770: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15771: economy: 22%
15772:
15773: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15774: space uptimized: string::link_row removed
15775:
15776: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
15777: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
15778: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
15779: types/pa_vstring.h: speed uptimized: string::is_empty
15780:
15781: * operators.txt, src/include/pa_common.h,
15782: src/include/pa_config_fixed.h, src/include/pa_string.h,
15783: src/include/pa_types.h, src/main/compile.tab.C,
15784: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
15785: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
15786: string append optimiziation idea and estimates
15787:
15788: 2002-02-19 paf
15789:
15790: * src/classes/math.C: not used directly [but erroreously reported
15791: that 'is', thus registering twice&other probs]
15792:
15793: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
15794: to node [element]
15795:
15796: * src/main/compile.C: without string_origins parse error
15797: file+line+col possible
15798:
15799: * src/main/: compile.C: without string_origins not worked
15800:
15801: 2002-02-18 paf
15802:
15803: * src/types/pa_vdouble.h: since we have in_expression removed that
15804: trick i've installed into double::as_string
15805:
15806: * src/main/pa_globals.C: extern "C" was removed too fast
15807:
15808: * src/: include/pa_opcode.h, include/pa_request.h,
15809: main/compile.tab.C, main/compile.y, main/execute.C,
15810: types/pa_wcontext.h: in_expression aimed to solve old problem
15811: with string/nonstring values, now in expressions double/int
15812: values are passed as-is, without stupid tostring/fromstring
15813: conversions
15814:
15815: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
15816: __cplusplus } #endif
15817:
15818: * src/main/compile.tab.C: bison env set so one could compile
15819: without cygwin installed
15820:
15821: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
15822: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
15823: gnome xml libs parser .dsp-s changed accordingly
15824:
15825: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
15826:
15827: * operators.txt, src/classes/date.C: date::create [were date::set,
15828: with backward comp
15829:
15830: * src/classes/math.C: math:random range check fixed
15831:
15832: * src/main/: compile.tab.C, compile.y: integer division stops name
15833:
15834: * INSTALL: local install comment
15835:
1.97 moko 15836: * Makefile.in, ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 15837:
1.97 moko 15838: * Makefile.in, acinclude.m4, aclocal.m4, configure, configure.in,
15839: etc/Makefile.in, etc/parser3.charsets/Makefile.in,
15840: src/Makefile.in, src/classes/Makefile.in,
15841: src/include/Makefile.in, src/include/pa_config_auto.h.in,
15842: src/include/pa_config_includes.h, src/main/Makefile.in,
15843: src/sql/Makefile.in, src/targets/Makefile.in,
15844: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
15845: src/targets/cgi/parser3.C, src/targets/isapi/Makefile.in,
15846: src/types/Makefile.in: removed libtool usage from build mech
1.95 moko 15847:
15848: * operators.txt: \ comment
15849:
15850: 2002-02-13 paf
15851:
15852: * src/include/pa_config_includes.h: sys/time time both included
15853: now. vaguely remember confilicts on this on some system [not on
15854: six|ablv] so when would see them again would think up proper
15855: check
15856:
1.97 moko 15857: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am,
15858: src/targets/cgi/Makefile.in: --with-glib-config CXXLINK=$(CC) for
15859: targets/cgi/parser3
1.95 moko 15860:
15861: * src/main/pa_common.C: truncation never occured when writing files
15862: on unix [since i've changed cache mech] fix
15863:
15864: * src/main/pa_common.C: strnchr: sanity check added
15865:
15866: * etc/parser3.charsets/windows-1257.cfg: id added
15867:
15868: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
15869: baltic charset file generated, in generation script ispunct check
15870: added
15871:
15872: 2002-02-08 paf
15873:
1.97 moko 15874: * src/: include/Makefile.am, include/Makefile.in, sql/Makefile.am,
15875: sql/Makefile.in, targets/isapi/Makefile.am,
15876: targets/isapi/Makefile.in: forgotten makes
1.95 moko 15877:
15878: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
15879: forgotten
15880:
15881: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
15882:
15883: * INSTALL, README: install&others updated
15884:
15885: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
15886:
1.97 moko 15887: * Makefile.am, Makefile.in, configure, configure.in,
15888: etc/parser3.charsets/Makefile.am,
15889: etc/parser3.charsets/Makefile.in, src/Makefile.am,
15890: src/Makefile.in, src/classes/Makefile.am,
15891: src/classes/Makefile.in, src/main/Makefile.am,
15892: src/main/Makefile.in, src/main/pa_status_provider.C,
15893: src/targets/Makefile.am, src/targets/Makefile.in,
15894: src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
15895: src/types/Makefile.am, src/types/Makefile.in: 'make dist' works
1.95 moko 15896:
15897: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15898: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15899: classes/hashfile.C, classes/int.C, classes/mail.C,
15900: classes/math.C, classes/op.C, classes/response.C,
15901: classes/string.C, classes/table.C, classes/void.C,
15902: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15903: include/pa_array.h, include/pa_cache_managers.h,
15904: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15905: include/pa_config_fixed.h, include/pa_config_includes.h,
15906: include/pa_db_connection.h, include/pa_db_manager.h,
15907: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
15908: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15909: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15910: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15911: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15912: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15913: include/pa_stack.h, include/pa_string.h,
15914: include/pa_stylesheet_connection.h,
15915: include/pa_stylesheet_manager.h, include/pa_table.h,
15916: include/pa_threads.h, include/pa_types.h, main/compile.C,
15917: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15918: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
15919: main/pa_db_connection.C, main/pa_db_manager.C,
15920: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
15921: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
15922: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
15923: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
15924: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15925: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
15926: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
15927: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15928: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15929: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
15930: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
15931: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15932: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
15933: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
15934: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
15935: types/pa_vmethod_frame.h, types/pa_vobject.h,
15936: types/pa_vrequest.h, types/pa_vresponse.h,
15937: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15938: types/pa_vstateless_object.h, types/pa_vstatus.C,
15939: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15940: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15941: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
15942: classes/image.C, main/pa_common.C, main/pa_exec.C,
15943: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
15944: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
15945: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
15946: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
15947: types/pa_vxnode.C, main/pa_charset.C: name spelling
15948:
15949: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15950: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15951: classes/hashfile.C, classes/image.C, classes/int.C,
15952: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15953: classes/string.C, classes/table.C, classes/void.C,
15954: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15955: include/pa_array.h, include/pa_cache_managers.h,
15956: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15957: include/pa_config_fixed.h, include/pa_config_includes.h,
15958: include/pa_db_connection.h, include/pa_db_manager.h,
15959: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
15960: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15961: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15962: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15963: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15964: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15965: include/pa_stack.h, include/pa_string.h,
15966: include/pa_stylesheet_connection.h,
15967: include/pa_stylesheet_manager.h, include/pa_table.h,
15968: include/pa_threads.h, include/pa_types.h, main/compile.C,
15969: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
15970: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
15971: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15972: main/pa_db_connection.C, main/pa_db_manager.C,
15973: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
15974: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
15975: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
15976: main/pa_socks.C, main/pa_sql_driver_manager.C,
15977: main/pa_status_provider.C, main/pa_string.C,
15978: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
15979: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
15980: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15981: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15982: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15983: targets/isapi/pool_storage.h, types/pa_valiased.C,
15984: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
15985: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15986: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15987: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15988: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15989: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
15990: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15991: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
15992: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15993: types/pa_vresponse.h, types/pa_vstateless_class.C,
15994: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15995: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15996: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15997: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15998: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15999: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
16000:
16001: 2002-02-07 paf
16002:
16003: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
16004:
1.97 moko 16005: * src/: classes/Makefile.in, main/Makefile.in, targets/Makefile.in,
16006: targets/cgi/Makefile.in, types/Makefile.in: makes
16007:
16008: * configure, configure.in, src/classes/Makefile.in,
16009: src/include/pa_config_auto.h.in, src/main/Makefile.in,
16010: src/main/pa_common.C, src/main/pa_socks.C,
16011: src/targets/Makefile.in, src/targets/cgi/Makefile.in,
16012: src/types/Makefile.in: compiled under cygwin added yet another
16013: locking function: fcntl
1.95 moko 16014:
16015: * config.sub: on cygwin configure passes it with strange i1586
16016: const, hacked it to mean i586
16017:
16018: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16019: disabled $if reference due to conflicts with local variables
16020:
16021: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
16022: xdoc::set obsolete now, now xdoc::create, with both sences
16023:
16024: * operators.txt, src/classes/table.C, src/include/pa_array.h,
16025: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
16026: table::create now // 'set' name obsolete now table clone.
16027:
16028: * operators.txt, src/classes/string.C,
16029: src/include/pa_config_fixed.h, src/main/compile.tab.C:
16030: ^int/double/string.format now can be called with normal []
16031: brackets, not stupid {} as it were implemented for some strange
16032: reason. retaining backward compatibility due to some
16033: already-implemented servers
16034:
16035: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
16036: main/compile.y, main/compile_tools.C, main/compile_tools.h:
16037: operators now detected by check at name_without_curly_rdive_read
16038: rule whether diving code constists only of
16039: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
16040: with OP_GET_ELEMENT_OR_OPERATOR to form
16041: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
16042:
16043: 2002-02-06 paf
16044:
16045: * configure, configure.in: prefix expanded, grr
16046:
16047: * operators.txt, src/classes/mail.C: mail:send config changed
16048:
16049: 2002-02-05 paf
16050:
16051: * operators.txt: regex options commented
16052:
16053: * src/main/: pa_exec.C: argv0 now correct
16054:
16055: * src/types/pa_vstatus.C: status:rusage 3
16056:
16057: * src/types/pa_vstatus.C: status:rusage 2
16058:
16059: * operators.txt: status:rusage described int operators
16060:
16061: * src/types/pa_vstatus.C: status:rusage 1
16062:
16063: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
16064: src/types/types.dsp: status:rusage
16065:
16066: * configure.in, operators.txt, src/classes/file.C,
16067: src/classes/op.C, src/include/pa_common.h,
16068: src/include/pa_config_includes.h, src/main/compile.tab.C,
16069: src/main/pa_common.C: rewritten ^cache to use
16070: non-blocking-exclusive-caches
16071:
16072: * src/main/pa_common.C: text file read mode on win32 adjusted
16073: [speed impact. was off for debugging purpose, but forgotten
16074: afterwards]
16075:
16076: 2002-02-01 paf
16077:
16078: * src/classes/op.C: file_write does EX lock after create, while
16079: file_read does SH after open, so there's a moment after create
16080: but before EX lock when read can sneak into, and read
16081: just-created-for-writing-and-not-yet-locked file, added a check
16082: for that in ^cache...read
16083:
16084: 2002-01-31 paf
16085:
16086: * src/main/: compile.y, compile.tab.C: disabled operator call after
16087: ^xxx:
16088:
16089: * src/main/: compile.tab.C, execute.C: made operators lookup first
16090: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
16091:
16092: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
16093: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16094: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
16095: operators check 6.1 rewritten. now check is done at compile time
16096:
16097: * src/main/execute.C: operators check 5 floated up old error of
16098: staying in 'entered class/object' state after $a($a..) it
16099: prevented operators from being called thereafter
16100:
16101: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16102: main/execute.C: operators check 4 floated up old error of staying
16103: in 'entered object' state after ^a.a(a) it prevented operators
16104: from being called thereafter
16105:
16106: * src/main/execute.C: operators check 3 floated up old error of
16107: staying in 'entered class' state after $a:a(a) it prevented
16108: operators from being called thereafter
16109:
16110: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
16111: floated up old error of staying in 'entered class' state after
16112: $a:a[a] it prevented operators from being called thereafter
16113:
16114: * src/main/execute.C: operators check, thay mistakenly seen in
16115: $class:operator $object.operators contexts
16116:
16117: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
16118: win32
16119:
1.97 moko 16120: * INSTALL, Makefile.in, configure, configure.in, ident.awk,
16121: etc/Makefile.am, etc/Makefile.in,
16122: etc/parser3.charsets/Makefile.in, src/Makefile.in,
16123: src/classes/Makefile.am, src/classes/Makefile.in,
16124: src/main/Makefile.am, src/main/Makefile.in,
16125: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
16126: src/targets/cgi/Makefile.in,
1.95 moko 16127: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.97 moko 16128: src/types/Makefile.am, src/types/Makefile.in: lowered indent.awk
16129: back to src/
1.95 moko 16130:
1.97 moko 16131: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, Makefile.in,
16132: NEWS, README, acinclude.m4, aclocal.m4, asm.txt, config.guess,
16133: config.sub, configure, configure.in, form.txt, ident.awk,
16134: install-sh, lang.txt, ltconfig, ltmain.sh, missing,
16135: mkinstalldirs, operators.txt, parser3.dsw, sql.txt, types.txt,
16136: etc/Makefile.am, etc/Makefile.in,
1.95 moko 16137: etc/parser3.charsets/Makefile.am,
1.97 moko 16138: etc/parser3.charsets/Makefile.in,
1.95 moko 16139: etc/parser3.charsets/koi8-r.cfg,
16140: etc/parser3.charsets/windows-1250.cfg,
16141: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.97 moko 16142: src/Makefile.in, src/classes/Makefile.am,
16143: src/classes/Makefile.in, src/include/pa_config_auto.h.in,
16144: src/main/Makefile.am, src/main/Makefile.in,
16145: src/targets/Makefile.in, src/targets/cgi/Makefile.am,
16146: src/targets/cgi/Makefile.in, src/targets/cgi/parser3.C,
16147: src/types/Makefile.am, src/types/Makefile.in: moved etc&www out
16148: of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 16149: straightened installation scripts procedure made
16150: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
16151: change
16152:
16153: 2002-01-30 paf
16154:
16155: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
16156: removed] those comments were a mistake, and prevented libltdl
16157: from function properly
16158:
16159: 2002-01-29 paf
16160:
1.97 moko 16161: * src/: Makefile.am, Makefile.in, classes/Makefile.am,
16162: classes/Makefile.in, main/Makefile.in, targets/Makefile.in,
16163: targets/cgi/Makefile.in, types/Makefile.in: removed
16164: libltdl/libtool creation [modified acinclude.m4 which were
16165: creating int into just assignment LIBTOOL=../libtool] added
16166: default system config&charsetts prepared 'make install', now it
16167: installs targets/cgi/parser3 into bin directory etc/parser3.conf
16168: & etc/parser3.charsets/* into $sysconfdir and
1.95 moko 16169: $sysconfdir/parser3.charsets respectively
16170:
16171: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
16172: main/pa_globals.C: few forgotten ifdef XML added
16173:
16174: 2002-01-28 paf
16175:
1.97 moko 16176: * src/: classes/Makefile.am, classes/Makefile.in,
16177: targets/cgi/Makefile.am, targets/cgi/Makefile.in: xalan-patch
1.95 moko 16178: removed
16179:
16180: * src/main/pa_exception.C: dom|generic error output fix
16181:
16182: * src/classes/xnode.C: xdoc.importNode 3 [check err]
16183:
16184: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
16185:
16186: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
16187: [fixed as_node helper func to accept docs]
16188:
16189: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
16190: xdoc.importNode 0
16191:
16192: * src/classes/xdoc.C: xdoc::set now untaints OK
16193:
1.97 moko 16194: * src/Makefile.in: stupid make runs automake on ths
16195:
1.95 moko 16196: 2002-01-25 paf
16197:
16198: * src/main/: compile.tab.C, compile.y: #comment before @ after
16199: @SPECIAL now works OK
16200:
16201: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
16202:
16203: * src/main/pa_exec.C: max arg count now 10, and proper message on
16204: violation that added
16205:
16206: * src/classes/hash.C: unified hash::sql, now
16207: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
16208:
16209: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
16210: ^file:lock[filename]{code}
16211:
16212: * src/: classes/file.C, classes/op.C, classes/string.C,
16213: classes/table.C, classes/xdoc.C, include/pa_common.h,
16214: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
16215: to some pa_common funcs
16216:
16217: * src/: include/pa_charset.h, main/pa_globals.C:
16218: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
16219:
16220: * src/: include/pa_charset.h, main/pa_charset.C,
16221: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
16222: not stupid illegal define
16223:
16224: 2002-01-24 paf
16225:
16226: * src/include/pa_version.h: changed version number
16227:
16228: * src/: classes/hashfile.C, include/pa_db_table.h,
16229: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16230: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16231: main/pa_db_connection.C, main/pa_db_table.C,
16232: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
16233: hashfile without logfiles
16234:
16235: * src/: classes/hashfile.C, include/pa_db_table.h,
16236: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
16237: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
16238: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
16239: DB_INIT_TXN init bits, thus got rid of huge log files, which
16240: cluttered disk without huge need]
16241:
16242: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
16243: handy macro, which is strangly abscent in dome lib
16244:
16245: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
16246:
16247: * src/classes/xdoc.C: checked empty response
16248:
16249: * src/classes/xnode.C: xdoc.select fixed context node [were always
16250: /, not self node]
16251:
16252: * src/classes/xnode.C: xnode.select returns array always now, in
16253: case 'nothing found' returns empty array
16254:
16255: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
16256: be more tender with ctrl/c/v
16257:
16258: 2002-01-23 paf
16259:
16260: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
16261: substituted. // 2. when dom tree with entites goes under
16262: transform text nodes // got [erroreosly] cut on first
16263: entity occurance
16264:
16265: * src/types/pa_vdouble.h: double prec. todo: get rid of
16266: twice-converting
16267:
16268: * src/types/pa_vdouble.h: %.20E now float format when %g produced
16269: 'e' in output this is for regretful twice-converting here:
16270: $a(double value) when they write double falue they convert it to
16271: string first, thus %g were losing precesion.
16272:
16273: todo: think up some way to remove double->string string->double
16274: twice-converting
16275:
16276: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
16277: %.20E now default float format this is for regretful
16278: twice-converting here: $a(double value) when they write double
16279: falue they convert it to string first, thus %g were losing
16280: precesion.
16281:
16282: todo: think up some way to remove double->string string->double
16283: twice-converting
16284:
16285: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
16286: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
16287: reasons in comment inside
16288:
16289: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
16290: statically linked]
16291:
16292: * src/: include/pa_exception.h, main/compile.tab.C,
16293: main/pa_exception.C: removed exception va_list constructor. 1.
16294: not needed anymore 2. there were a conflict[causing errors]
16295: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
16296: never detected an ambiguilty here, compiling ctor(, "hello") into
16297: ctor(, va_list) which, of course, caused gpf
16298:
16299: * src/main/pa_globals.C: removed debug xslt messages
16300:
16301: 2002-01-22 paf
16302:
16303: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
16304: main/pa_globals.C: xsl stylesheet load: parsed entities, this
16305: helps compiling stylesheet properly. example: this refused to
16306: work, <b>«<xsl:value-of select="@title"
16307: />»</b> stranly worked only this way:
16308: <b>«<xsl:value-of select="@title" />»</b>
16309:
16310: docs says "set it to 1", never going into details, so I decided
16311: to try NOT to do that
16312:
16313: * src/classes/table.C: join behaived badly in case named tables
16314: structure mismatched: 0 strings sneaked into dest failing
16315: afterwards. replaced them with empty strings
16316:
16317: 2002-01-21 paf
16318:
16319: * src/main/pa_charset.C: checked empty transcoders in
16320: transcode_cstr|buf
16321:
16322: * src/classes/xdoc.C: xdoc::load error source = filespec
16323:
16324: * src/classes/xdoc.C: transform error source now
16325: stylesheet_filespec
16326:
1.97 moko 16327: * src/: classes/Makefile.in, classes/xdoc.C, classes/xnode.C,
1.95 moko 16328: include/pa_stylesheet_connection.h, main/pa_charset.C,
16329: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.97 moko 16330: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am,
16331: targets/cgi/Makefile.in: autoconf gnome
1.95 moko 16332:
16333: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
16334: include/pa_globals.h, include/pa_stylesheet_connection.h,
16335: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
16336: xslt generic error 1
16337:
16338: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
16339: xml generic message 1
16340:
16341: * src/classes/table.C: ^table::load empty lines or #comments before
16342: headline
16343:
16344: * src/: include/pa_array.h, include/pa_globals.h,
16345: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
16346: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
16347: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
16348: errors 0
16349:
16350: 2002-01-16 paf
16351:
16352: * src/: classes/hash.C, classes/op.C, classes/string.C,
16353: classes/table.C, classes/void.C, classes/xdoc.C,
16354: include/pa_db_connection.h, include/pa_request.h,
16355: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16356: include/pa_stylesheet_connection.h,
16357: include/pa_stylesheet_manager.h, main/pa_request.C,
16358: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16359: targets/cgi/pool_storage.h: auto closers to sql_connection,
16360: stylesheet_connection auto destroyers to remaining gnome objects
16361:
16362: * src/classes/xdoc.C: few comments
16363:
16364: 2002-01-15 paf
16365:
16366: * src/classes/xdoc.C: xdoc file save string
16367:
16368: ready. todo: error handling
16369:
16370: * src/classes/xdoc.C: xdoc save rewritten using
16371: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
16372: result
16373:
16374: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
16375: started output options parsing
16376:
16377: 2002-01-14 paf
16378:
16379: * src/classes/xdoc.C: method
16380:
16381: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16382: include/pa_pool.h, include/pa_stylesheet_connection.h,
16383: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
16384: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
16385: xslt transform0. TODO: use output options handle errors
16386:
16387: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
16388:
16389: 2002-01-11 paf
16390:
16391: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
16392: main/compile_tools.C, main/compile_tools.h, main/execute.C:
16393: partial logical && || evaluation
16394:
16395: * src/classes/xnode.C: xpath selectNodes
16396:
16397: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
16398: string/number/bool
16399:
16400: * src/classes/xnode.C: xpath selectNode 2
16401:
16402: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
16403: xpath selectNode 1
16404:
16405: 2002-01-10 paf
16406:
16407: * src/classes/xnode.C: xpath selectNode -100 [just written]
16408:
16409: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16410: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
16411: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
16412: refcounter]
16413:
16414: 2001-12-29 paf
16415:
16416: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
16417: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
16418: glib works 0
16419:
16420: 2001-12-28 paf
16421:
16422: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
16423: main/pa_exception.C: started glib transcoders
16424:
16425: * src/main/pa_globals.C: renamed gdome to libgdome.dll
16426:
16427: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
16428: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
16429: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
16430: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
16431: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
16432: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
16433: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
16434: libs just compiled in. no refcounting no xpath no xslt yet
16435:
16436: 2001-12-27 paf
16437:
16438: * src/: include/pa_charset.h, include/pa_common.h,
16439: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16440: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
16441: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
16442: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
16443: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
16444: from xalan&xerces, started the process. globals [initialization
16445: pool [charset update charset [transcodings vxnode vxdoc [DOM
16446: calls
16447:
16448: * src/classes/Makefile.am: going away from xalan&xerces, not needed
16449: anymore
16450:
16451: 2001-12-26 paf
16452:
16453: * src/: include/pa_charset.h, include/pa_charsets.h,
16454: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
16455: key globalized [bug]
16456:
16457: 2001-12-25 paf
16458:
16459: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
16460: main/pa_string.C: table set & append changed splitting languages,
16461: separators now can be clean AND as-is same to mail command line
16462: $MAIN:MAIL.progX arguments
16463:
16464: 2001-12-24 paf
16465:
16466: * src/classes/mail.C: one parted text messages - no multipart
16467: mime-type anymore. for convinient if $.attach-ments
16468:
16469: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
16470: main/pa_string.C: read from cache size check updated
16471:
16472: * src/main/: pa_string.C: String::join_chain another ugly bug :(
16473:
16474: 2001-12-21 paf
16475:
16476: * src/classes/date.C: date:sql-string now returns localtime
16477:
16478: * src/main/pa_request.C: $result in @main actually not working, to
16479: hell with it for now
16480:
16481: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16482: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
16483: @postprocess @exception
16484:
16485: * src/main/execute.C: junction evaluation canceled - endless
16486: recursion detected
16487:
16488: 2001-12-19 paf
16489:
16490: * src/main/pa_charset.C: charset->charset transcoding via unicode
16491: intermediate
16492:
16493: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
16494:
16495: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
16496:
16497: * src/classes/op.C: ^cache keypath now relative
16498:
16499: * src/classes/mail.C: changed weighting prior to sort
16500:
16501: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
16502: were missing
16503:
16504: 2001-12-17 paf
16505:
16506: * src/main/pa_charset.C: ifndef XML were bad type
16507:
16508: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
16509: outdated unset services_pool
16510:
16511: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
16512: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
16513: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
16514:
16515: * src/main/untaint.C: allowed space in filespec
16516:
16517: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
16518:
16519: * src/classes/image.C: no govno
16520:
16521: * src/classes/image.C: govno
16522:
16523: 2001-12-16 paf
16524:
1.97 moko 16525: * src/: main/Makefile.in, targets/cgi/Makefile.in,
16526: types/Makefile.in: makes
16527:
1.95 moko 16528: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
16529:
16530: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
16531: charset_connection&manager replaced by charset&charsets
16532:
16533: * src/main/pa_charset.C: name_cstr 0
16534:
16535: * src/main/untaint.C: uri lang now knows about client/source
16536: charsets
16537:
16538: * src/: classes/file.C, classes/math.C, classes/op.C,
16539: classes/string.C, classes/table.C, classes/xdoc.C,
16540: include/pa_array.h, include/pa_cache_managers.h,
16541: include/pa_charset_connection.h, include/pa_charset_manager.h,
16542: include/pa_common.h, include/pa_db_connection.h,
16543: include/pa_db_manager.h, include/pa_db_table.h,
16544: include/pa_dictionary.h, include/pa_exception.h,
16545: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
16546: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
16547: include/pa_sapi.h, include/pa_socks.h,
16548: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16549: include/pa_string.h, include/pa_stylesheet_connection.h,
16550: include/pa_stylesheet_manager.h, include/pa_table.h,
16551: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
16552: main/pa_charset.C, main/pa_charset_connection.C,
16553: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
16554: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
16555: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
16556: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
16557: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16558: types/types.dsp: introducing Charset
16559:
16560: 2001-12-14 paf
16561:
16562: * src/: include/pa_request.h, include/pa_transcoder.h,
16563: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
16564: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
16565: uri lang
16566:
16567: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
16568:
16569: * src/targets/cgi/Makefile.am: -I../../pcre to .am
16570:
16571: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
16572: defalts_name global
16573:
16574: * src/: include/pa_charset_connection.h, include/pa_pool.h,
16575: include/pa_request.h, main/main.dsp,
16576: main/pa_charset_connection.C, main/pa_charset_manager.C,
16577: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
16578: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
16579: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
16580: changed charset model. now important: $request:charset
16581: $response:charset while $response:content-type.charset become
16582: unimportant [informational]
16583:
16584: 2001-12-13 paf
16585:
16586: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
16587:
16588: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
16589: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
16590: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
16591: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
16592: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
16593: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
16594:
16595: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
16596: auto_ptr part other way, because of stupid gcc 2.96
16597: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
16598: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
16599: FormatterListener] /usr/include/g++-3/memory:48:
16600: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
16601: _Tp1 = FormatterListener, _Tp = FormatterListener]
16602:
16603: * src/classes/xdoc.C: removed extra inc
16604:
16605: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
16606:
16607: * src/include/pa_types.h: msvc head debugging flag
16608:
16609: * src/classes/xdoc.C: freed up listener
16610:
16611: * src/classes/string.C: change msg '... code is not code'
16612:
16613: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
16614: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16615: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
16616: [past/future prob]
16617:
16618: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16619: include/pa_config_fixed.h, include/pa_db_manager.h,
16620: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
16621: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
16622:
16623: * src/: include/pa_config_fixed.h, main/pa_common.C,
16624: main/pa_string.C: removed signed mismatch warnings
16625:
16626: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
16627: 'expires' from header outputs
16628:
16629: * src/main/pa_string.C: string::recustruct erroreusly used outdated
16630: row ptr
16631:
16632: * src/classes/file.C: file::cgi bug, request_method were passed to
16633: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
16634:
16635: * src/classes/xdoc.C: lang list updated
16636:
16637: 2001-12-10 paf
16638:
16639: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
16640:
16641: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
16642: erase files like that, knowing their full name introducing //
16643: theoretical problem with, for instance, "_2B" and "." fragments,
16644: // they would yield the same // because
16645: need_file_encode('_')=false // but we need to delete such files
16646: somehow, getting names from ^index
16647:
16648: * src/main/pa_string.C: ^string.replace bug fixed [bad
16649: string::join_chank break]
16650:
16651: 2001-12-07 paf
16652:
16653: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
16654: include/pa_common.h, include/pa_config_auto.h.in,
16655: include/pa_config_fixed.h, include/pa_config_includes.h,
16656: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
16657: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
16658: types/pa_vhashfile.C: merged from r14_simple_cache
16659:
16660: * src/main/pa_string.C: stupid sparc architecture failed to access
16661: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
16662: lduh [ %i2 + 1 ], %l0
16663:
16664: bus error, fixed that
16665:
16666: * src/main/pa_string.C: strange string deserialize bug on
16667: client[pmts], a bit shortened,
16668:
16669: * src/include/pa_config_auto.h.in: makes
16670:
16671: * src/: include/pa_common.h, include/pa_config_fixed.h,
16672: include/pa_config_includes.h, main/pa_common.C: exclusive lock
16673: file write shared lock file read
16674:
16675: * src/: classes/op.C, include/pa_common.h,
16676: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
16677:
16678: 2001-12-06 paf
16679:
16680: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16681: main/pa_request.C: #ifdef RESOURCES_DEBUG
16682:
16683: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
16684: info
16685:
16686: * src/classes/hashfile.C: removed transaction from ^cache
16687:
16688: 2001-12-05 paf
16689:
16690: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
16691: IIS5 there were a prob with illegal call check
16692:
16693: 2001-12-04 paf
16694:
16695: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16696: main/pa_request.C: measures to log
16697:
16698: 2001-11-23 paf
16699:
16700: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
16701: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
16702: types/pa_vhashfile.C: merged from _0014, 1
16703:
16704: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
16705: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
16706: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
16707: ^cache(33) would change
16708:
16709: 0660 bits in file_write & hashfile create
16710:
16711: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
16712: after pa_string optimization]
16713:
16714: 2001-11-22 paf
16715:
16716: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
16717: table.offset[whence]
16718:
16719: * src/classes/op.C: process cstr(,connection)
16720:
16721: * src/classes/op.C: process now gets its body on current language,
16722: not as-is
16723:
16724: * src/main/untaint.C: ORIGINS mode removed UHTML
16725:
16726: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
16727: bit
16728:
1.97 moko 16729: * src/: Makefile.in, classes/xdoc.C, targets/Makefile.in,
16730: targets/cgi/Makefile.in: cached xslt [removed nocache forcing]
1.95 moko 16731:
16732: 2001-11-21 paf
16733:
16734: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
16735: <xsl:output output options made identical to xsl:output
16736: attributes exclusion: cdata-section-elements what xalan can do
16737: but that not used now: it can escape and remove CDATA sections
16738:
16739: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
16740: produced by xslt
16741:
16742: * src/targets/cgi/parser3.C: removed debug cgi||1
16743:
16744: * src/main/: pa_string.C, untaint.C: cached some string::size() es
16745:
16746: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
16747: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
16748: default language for {code}, it happen to change it's language
16749: from CLEAN, so later refused to split by CLEAN \t
16750:
16751: 2001-11-20 paf
16752:
1.97 moko 16753: * src/: classes/Makefile.am, classes/Makefile.in, classes/table.C,
16754: main/Makefile.am, main/Makefile.in, main/pa_exception.C,
16755: types/Makefile.am, types/Makefile.in: moved ident.C & co to
1.95 moko 16756: bottom of dependeces, so that errors would popup quicklier, fixed
16757: line numbering in table::sql
16758:
16759: 2001-11-19 paf
16760:
16761: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
16762: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
16763: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
16764: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
16765: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
16766: at wcontext.write
16767:
1.97 moko 16768: * src/: classes/Makefile.in, main/Makefile.in, targets/Makefile.am,
16769: targets/Makefile.in, targets/cgi/Makefile.in,
16770: targets/cgi/parser3.C, types/Makefile.in: #if _MSC_VER
1.95 moko 16771: _set_new_handler
16772:
1.97 moko 16773: * src/: Makefile.in, targets/cgi/parser3.C,
16774: targets/isapi/parser3isapi.C: set_new_handler in apache&isapi
1.95 moko 16775:
16776: 2001-11-16 paf
16777:
16778: * src/targets/cgi/parser3.C: pool debug @ die
16779:
16780: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
16781: removed 8 bytes from String, 2 bytes from
16782: string::chunk::row::item
16783:
16784: * src/main/pa_string.C: removed 1+4 bytes from String
16785:
16786: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
16787: types/pa_vstring.C: removed 1+4 bytes from String
16788:
16789: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
16790: 0
16791:
16792: * src/: include/pa_globals.h, include/pa_string.h,
16793: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
16794: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
16795: targets/cgi/parser3.C: introducing estimating
16796: String::cstr_bufsize, 0
16797:
16798: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
16799:
16800: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
16801:
16802: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
16803: include/pa_pool.h: die in pool::fail
16804:
16805: 2001-11-15 paf
16806:
16807: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
16808: main/pa_exception.C, targets/cgi/parser3.C: exception with
16809: dynamic buffer re-back now with counter
16810:
16811: * src/: include/pa_exception.h, main/pa_exception.C: exception with
16812: static buffer back
16813:
16814: * src/targets/cgi/parser3.C: std::
16815:
16816: * src/: classes/classes.awk, include/pa_config_auto.h.in,
16817: include/pa_config_includes.h: setnewhandler check
16818:
1.97 moko 16819: * src/: include/pa_config_auto.h.in, main/Makefile.in: makes
16820:
16821: * src/Makefile.in: configure set_new_handler check added
1.95 moko 16822:
16823: * src/targets/cgi/parser3.C: set_new_handler started
16824:
16825: 2001-11-14 paf
16826:
16827: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
16828: was wrong
16829:
16830: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
16831: was wrong
16832:
16833: * src/main/pa_request.C: z
16834:
16835: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
16836: full returns win32 -1 solaris >buffer_size
16837:
16838: checked all that
16839:
16840: * src/classes/op.C: ^untaint{body} as-is default now
16841:
16842: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
16843: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
16844: with no_bad_constructors_try
16845:
16846: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
16847: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
16848: this: $bred[^string::length[]] $bred[^response::clear[]]
16849: $bred[^int::int[]]
16850:
16851: now VObject creation moved into overriden
16852: VClass::create_new_value, thus 0 from create_new_value means that
16853: class has no ctors
16854:
16855: 2001-11-13 paf
16856:
16857: * src/classes/classes.C: returned accedently removed if in foreach
16858: callbacks [when hash no-0-restructure]
16859:
16860: 2001-11-12 paf
16861:
16862: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
16863: passed as-is to method, xalan makes & into & itself
16864:
16865: * src/classes/date.C: date.roll parser2 alg used
16866:
16867: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
16868: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
16869: main/pa_dictionary.C, main/pa_hash.C,
16870: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
16871: now does not containt 0 values. put 0 actullay removes. no check
16872: on 0 value in foreach now required
16873:
16874: 2001-11-11 paf
16875:
16876: * src/sql/pa_sql_driver.h: removed extra constructor, doc
16877:
16878: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
16879:
16880: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
16881: driver initialize not const
16882:
16883: 2001-11-10 paf
16884:
16885: * src/main/pa_exec.C: doc
16886:
16887: 2001-11-09 paf
16888:
16889: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
16890: param properly
16891:
16892: * src/classes/string.C: string.save now does untainting before
16893: saving
16894:
16895: * src/main/pa_common.C: line endings fixing fixed last piece[was
16896: still cstr oriented]
16897:
16898: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
16899: line endings fixing got rid of cstr, now must work ok with post
16900: multipart
16901:
16902: * src/types/pa_vform.C: line endings fixed at post / multipart /
16903: not file also now
16904:
16905: 2001-11-08 paf
16906:
16907: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16908: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
16909: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
16910: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
16911: main/pa_stylesheet_manager.C: restructured Cache manager to be
16912: simple parent, not second parent [gcc 2.96 strangly refused to
16913: call virtual from second parent]
16914:
1.97 moko 16915: * src/: Makefile.in, include/pa_common.h, main/Makefile.am,
16916: main/Makefile.in, targets/cgi/pa_pool.C: makes
1.95 moko 16917:
16918: * src/: include/pa_request.h, main/pa_request.C,
16919: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
16920: 'status' class enabler
16921:
16922: <Location /parser-status.html> ParserStatusAllowed </Location>
16923:
16924: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
16925: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
16926: include/pa_stylesheet_manager.h, main/main.dsp,
16927: main/pa_cache_managers.C, main/pa_charset_manager.C,
16928: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
16929: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
16930: types/pa_vstatus.h: cache_managers, maybe-expiring every request
16931: todo: apache 'status' class enabler
16932:
16933: 2001-11-05 paf
16934:
16935: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
16936: debug to normal
16937:
16938: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
16939: hence i removed skipping 0 values in hash::for_each-es we need to
16940: check cleaned cache items manually. few more checks.
16941:
16942: expiring to 0 time was wrong, changed to 'now' time
16943:
16944: * src/targets/cgi/parser3.C: read can return 0, that means sort of
16945: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
16946: on apache already done :)
16947:
16948: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
16949: skipping 0 values in hash::for_each-es we need to check cleaned
16950: cache items manually
16951:
16952: * src/main/: pa_db_connection.C, pa_db_table.C:
16953: parser_multithreaded check was wrong
16954:
16955: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16956: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16957: classes/hashfile.C, classes/image.C, classes/int.C,
16958: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
16959: classes/string.C, classes/table.C, classes/void.C,
16960: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
16961: include/pa_array.h, include/pa_charset_connection.h,
16962: include/pa_charset_manager.h, include/pa_common.h,
16963: include/pa_config_fixed.h, include/pa_config_includes.h,
16964: include/pa_db_connection.h, include/pa_db_manager.h,
16965: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
16966: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16967: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16968: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16969: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16970: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16971: include/pa_stack.h, include/pa_string.h,
16972: include/pa_stylesheet_connection.h,
16973: include/pa_stylesheet_manager.h, include/pa_table.h,
16974: include/pa_threads.h, include/pa_types.h, main/compile.C,
16975: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
16976: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
16977: main/pa_charset_manager.C, main/pa_common.C,
16978: main/pa_db_connection.C, main/pa_db_manager.C,
16979: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
16980: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
16981: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
16982: main/pa_socks.C, main/pa_sql_driver_manager.C,
16983: main/pa_status_provider.C, main/pa_string.C,
16984: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
16985: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
16986: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
16987: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
16988: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
16989: targets/isapi/pool_storage.h, types/pa_valiased.C,
16990: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
16991: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16992: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
16993: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
16994: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16995: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
16996: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16997: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
16998: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
16999: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17000: types/pa_vstateless_object.h, types/pa_vstatus.h,
17001: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
17002: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
17003: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17004: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
17005: $status:db fixed used not initialized in db_connection & db_table
17006:
17007: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
17008: $status:charset
17009:
17010: * src/: classes/xdoc.C, include/pa_db_connection.h,
17011: include/pa_stylesheet_connection.h,
17012: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
17013: types/pa_vstatus.h: $status:stylesheet
17014:
17015: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
17016: include/pa_request.h, include/pa_sql_connection.h,
17017: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17018: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
17019: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
17020: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
17021: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
17022: types/pa_vxnode.C, types/types.dsp: started status parser class
17023:
17024: 2001-11-01 paf
17025:
17026: * src/include/pa_config_auto.h.in: makes
17027:
17028: * src/main/pa_hash.C: removed old extra include
17029:
17030: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
17031: checks [for hp, there are such in math.h]
17032:
17033: * src/classes/op.C: ^for endless loop check strightened
17034:
17035: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
17036: behavior in native calls. it left unchanged, so ^for ^foreach &
17037: co can use r.root to write their i & key,value there
17038:
1.97 moko 17039: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
17040: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
17041: makes
17042:
1.95 moko 17043: * src/classes/op.C: detected for var storage bug, fixed.
17044: todo:foreach
17045:
17046: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
17047: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
17048: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
17049: changing of hash inside of foreach
17050:
17051: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
17052: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
17053: were hash.foreach
17054:
17055: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
17056: types/pa_vstring.C, types/pa_vstring.h:
17057: ^foreach[key|value]{body}[[separator]|{separator}]
17058:
17059: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
17060: types/pa_vcookie.C: ^hash.delete[key]
17061:
17062: 2001-10-31 paf
17063:
17064: * src/main/: compile.C, pa_common.C: completely empty file now
17065: considered "read", not ignored [not perfect trick used]
17066:
17067: * src/main/pa_common.C: simplier common ifdefs
17068:
17069: * src/main/pa_common.C: typing bug in common - bad ifdeff
17070:
17071: * src/main/pa_db_connection.C: z
17072:
17073: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
17074: lockdetector flags
17075: dbenv.lk_detect=DB_LOCK_RANDOM;
17076:
17077: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
17078: from accidental show [imagine user forgot @exception]
17079:
17080: * src/classes/table.C: ^table.save[[nameless|+append;]path]
17081:
17082: * src/: classes/file.C, classes/image.C, classes/mail.C,
17083: classes/string.C, classes/xnode.C, include/pa_common.h,
17084: main/pa_common.C: ^string.save[[append;]path]
17085:
17086: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17087: main/execute.C: \ in expression: int divide 10/3=3
17088:
17089: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
17090: inside of ^cache
17091:
17092: * src/: include/pa_threads.h, main/pa_db_connection.C,
17093: main/pa_db_table.C, targets/cgi/pa_threads.C,
17094: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
17095: needed
17096:
17097: 2001-10-30 paf
17098:
17099: * src/: classes/classes.dsp, main/main.dsp,
17100: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17101: types/types.dsp: enabled debug incremental compile
17102:
17103: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
17104: form post data line endings not reformatted now.
17105:
17106: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
17107: now required [had bug when file= has no value]
17108:
17109: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
17110: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
17111: cstr(asis) default param removed
17112:
17113: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
17114:
17115: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
17116:
17117: * src/include/pa_dir.h: LOAD_DIR fixed
17118:
17119: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
17120: was broken} fix_line_breaks
17121:
17122: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
17123: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
17124: packed with #pragma pack
17125:
1.97 moko 17126: * src/: Makefile.in, include/pa_config_auto.h.in: pragma detection
1.95 moko 17127:
17128: 2001-10-29 paf
17129:
17130: * src/types/pa_wcontext.h: bitfield syntax stricter
17131:
17132: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
17133: string hash.puts
17134:
17135: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
17136:
17137: * src/include/pa_sql_connection.h: there were one wrong
17138: SQL_CONNECTION_FUNC_GUARDED [failed]
17139:
17140: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
17141: param.someday either ifdef or remove it
17142:
17143: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
17144:
17145: * src/main/untaint.C: optimizing returned after debugging
17146:
17147: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
17148: main/untaint.C: memory hunging #pragma pack(1)
17149:
17150: 16 419 844 13 169 394
17151:
17152: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
17153: targets/cgi/pa_pool.C: String size_t replace to uint in proper
17154: places [todo:Array]
17155:
17156: * src/: main/execute.C, targets/cgi/pa_pool.C,
17157: targets/cgi/parser3.dsp, types/pa_wcontext.h,
17158: types/pa_wwrapper.h: debugging memory WContext flags to bits
17159:
17160: total 5 652 652/158731 total 5 469 332/158731
17161:
17162: * src/: include/pa_array.h, main/pa_array.C: debugging memory
17163: Array:: without cache in get/put now
17164:
17165: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
17166: 18:25:27 2001] total 5 652 652/158731
17167:
17168: * src/: include/pa_string.h, main/pa_string.C,
17169: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
17170: now
17171:
17172: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
17173: 18:11:53 2001] total 5796092/158731
17174:
17175: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
17176: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
17177: key ref now
17178:
17179: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
17180: 17:11:17 2001] total 16867948/202658
17181:
17182: * src/: classes/file.C, classes/image.C, classes/string.C,
17183: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
17184: main/execute.C, main/pa_array.C, main/pa_common.C,
17185: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
17186: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17187: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
17188: string::as_int/double now usually uses stack, not heap [200K out
17189: of 17M :)] VString(String&) not copies reference [29M -> 17M]
17190:
17191: * src/main/pa_sql_driver_manager.C: ping to have services [old
17192: hiding bug]
17193:
17194: * src/Makefile.am: .am order
17195:
17196: * src/: include/pa_array.h, include/pa_charset_manager.h,
17197: include/pa_db_connection.h, include/pa_db_manager.h,
17198: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
17199: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
17200: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
17201: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
17202: required "friend class"
17203:
17204: ../include/pa_request.h:51: friend declaration requires
17205: class-key, i.e. `friend class Temp_lang'
17206:
17207: * src/: include/pa_exception.h, include/pa_sql_connection.h,
17208: main/pa_exception.C, main/pa_sql_driver_manager.C,
17209: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
17210:
17211: the idea is to #1 jump to C++ some function to main body, where
17212: every function stack frame has exception unwind information and
17213: from there... #2 propagate_exception()
17214:
17215: 2001-10-28 paf
17216:
17217: * src/main/pa_db_connection.C: removed old consts
17218:
17219: * src/main/pa_db_connection.C: expire table [was accidently pasted
17220: with wrong type/cast]
17221:
17222: * src/main/: pa_db_connection.C, pa_db_table.C: exception
17223: translation
17224:
1.97 moko 17225: * src/: classes/Makefile.am, classes/Makefile.in,
17226: targets/cgi/Makefile.am, targets/cgi/Makefile.in: db makes.
1.95 moko 17227: remember to build DB2 with -fexceptions!!!
17228:
17229: * src/main/pa_db_table.C: DB_RMW defed
17230:
17231: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
17232: include/pa_db_connection.h, include/pa_db_manager.h,
17233: include/pa_db_table.h, main/pa_db_connection.C,
17234: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
17235:
17236: 2001-10-27 paf
17237:
17238: * src/: classes/hashfile.C, include/pa_db_connection.h,
17239: include/pa_db_table.h, main/pa_db_connection.C,
17240: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
17241: types/pa_vhashfile.C: DB2 ifdefs
17242:
1.97 moko 17243: * src/: Makefile.in, classes/Makefile.am, classes/Makefile.in,
17244: include/pa_config_fixed.h, main/Makefile.am, main/Makefile.in,
17245: targets/Makefile.in, targets/cgi/Makefile.am,
17246: targets/cgi/Makefile.in, types/Makefile.am, types/Makefile.in:
1.95 moko 17247: makes with DB2
17248:
1.97 moko 17249: * src/: Makefile.in, classes/Makefile.in,
17250: include/pa_config_auto.h.in, main/Makefile.am, main/Makefile.in,
17251: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.am,
17252: types/Makefile.in: makes db
1.95 moko 17253:
17254: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
17255: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
17256: globals.C
17257:
17258: * src/: classes/hashfile.C, include/pa_db_connection.h,
17259: include/pa_db_table.h, main/pa_db_connection.C,
17260: main/pa_db_table.C: ^hashfile.clear[]
17261:
17262: * src/classes/classes.awk: no $ in var names
17263:
17264: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
17265: connection&table [forgotten calls]
17266:
17267: 2001-10-26 paf
17268:
17269: * src/main/pa_db_connection.C: db checkpoints
17270:
17271: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
17272: checkpoints
17273:
17274: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
17275: default. but entities still reparsed. todo: tothink
17276:
17277: * src/main/pa_db_connection.C: db recover mech 2
17278:
17279: * src/: classes/hashfile.C, include/pa_db_connection.h,
17280: include/pa_db_manager.h, include/pa_db_table.h,
17281: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
17282: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
17283: types/pa_vhashfile.h: db connections & tables now cached at
17284: create time & multithreaded
17285:
17286: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
17287: parsed_source
17288:
17289: * src/main/pa_db_connection.C: about to remove connection from
17290: vhashfile
17291:
17292: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
17293: transaction commit/rollback responsibility left to parent [as it
17294: sould - else there were a bug with double free]
17295:
17296: * src/include/pa_db_table.h: db: child transaction commit/rollback
17297: responsibility left to parent [as it sould - else there were a
17298: bug with double free]
17299:
17300: 2001-10-25 paf
17301:
17302: * src/: classes/hashfile.C, include/pa_common.h,
17303: include/pa_db_connection.h, include/pa_db_manager.h,
17304: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
17305: types/pa_vhashfile.C, types/pa_vhashfile.h,
17306: include/pa_db_table.h, main/pa_db_table.C: started db_home
17307: [multiple, cached] todo: autorecover [tried, but not succeded,
17308: yet]
17309:
17310: * src/include/pa_dir.h: ancient gpf on dir not found fixed
17311:
17312: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
17313: transaction parent passed
17314:
17315: 2001-10-24 parser
17316:
1.97 moko 17317: * src/classes/: Makefile.am, Makefile.in: makes
1.95 moko 17318:
17319: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
17320: isapi/pool_storage.h: pool_storage fixed
17321:
17322: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
17323: types/pa_vform.h: form fix_line_breaks
17324:
1.97 moko 17325: * src/: classes/Makefile.in, main/Makefile.in,
17326: targets/cgi/Makefile.in, targets/cgi/pool_storage.h: makes
1.95 moko 17327:
17328: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
17329: targets/cgi/pool_storage.h: makes
17330:
17331: * src/sql/pa_sql_driver.h: version
17332:
17333: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
17334: types/pa_vform.C, types/pa_vform.h: .am
17335:
17336: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
17337: this: DB_RMW Acquire write locks instead of read locks when doing
17338: the retrieval. Setting this flag may decrease the likelihood of
17339: deadlock during a read-modify-write cycle by immediately
17340: acquiring the write lock during the read part of the cycle so
17341: that another thread of control acquiring a read lock for the same
17342: item, in its own read-modify-write cycle, will not result in
17343: deadlock
17344:
17345: * src/targets/isapi/parser3isapi.dsp: doc
17346:
17347: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
17348:
17349: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
17350:
17351: * src/: classes/hashfile.C, include/pa_db_connection.h,
17352: main/pa_db_connection.C: hashfile expired deleted from db when
17353: get & iterate
17354:
17355: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
17356: expiring 1
17357:
17358: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
17359:
17360: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
17361: db_connection not bothers with key when not returning expired
17362: data
17363:
17364: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
17365: types/pa_vhashfile.C: db_cursor constructor public now
17366:
17367: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
17368: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
17369: stamped, todo: put_element analize
17370:
17371: * src/: include/pa_db_connection.h, include/pa_string.h,
17372: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
17373: serialize. todo stamp
17374:
17375: 2001-10-23 parser
17376:
17377: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
17378: classes/image.C, classes/mail.C, classes/response.C,
17379: classes/string.C, classes/table.C, classes/xdoc.C,
17380: include/pa_config_fixed.h, include/pa_db_connection.h,
17381: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
17382: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
17383: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
17384: types/pa_vtable.C: ^hashfile.hash[]
17385:
17386: * src/: classes/hashfile.C, classes/xdoc.C,
17387: include/pa_config_fixed.h, main/pa_db_manager.C,
17388: main/pa_globals.C: ifdefs so it compiled without db
17389:
17390: * src/: classes/hashfile.C, include/pa_db_connection.h,
17391: include/pa_db_manager.h, main/pa_db_connection.C,
17392: main/pa_db_manager.C, types/pa_vhashfile.h:
17393: ^hashfile.transaction{code} ^hashfile:clear[filename]
17394: ^hashfile.delete[key]
17395:
17396: 2001-10-22 parser
17397:
17398: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
17399: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
17400:
17401: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
17402: classes/xnode.C, include/pa_charset_connection.h,
17403: include/pa_db_connection.h, include/pa_db_manager.h,
17404: include/pa_exception.h, include/pa_sapi.h,
17405: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17406: include/pa_stylesheet_connection.h,
17407: include/pa_stylesheet_manager.h,
17408: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17409: main/pa_db_connection.C, main/pa_db_manager.C,
17410: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
17411: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
17412: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
17413: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
17414: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
17415: types/types.dsp: hashfile 0
17416:
17417: * src/types/pa_vhashfile.C: z
17418:
17419: * src/: classes/classes.dsp, classes/hashfile.C,
17420: include/pa_config_fixed.h, main/execute.C,
17421: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
17422: types/pa_vhashfile.h, types/types.dsp: hashfile -100
17423:
17424: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
17425:
17426: * src/: include/pa_exception.h, include/pa_request.h,
17427: main/execute.C, main/pa_exception.C, main/pa_request.C,
17428: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17429: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
17430:
17431: 2001-10-19 parser
17432:
17433: * src/include/pa_pool.h: header
17434:
17435: * src/main/pa_pool.C: auto compiled on gcc
17436:
17437: * src/classes/image.C: comment
17438:
1.97 moko 17439: * src/: Makefile.in, classes/Makefile.in, include/pa_pool.h,
17440: main/Makefile.in, main/pa_common.C, targets/Makefile.in,
17441: targets/cgi/Makefile.in, types/Makefile.in: makes
1.95 moko 17442:
17443: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17444: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17445: types/pa_vxnode.h: xnode clone got freed
17446:
17447: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17448: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
17449: can free up xalandomstring resulting from pool::transcode
17450:
17451: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
17452: include/pa_config_fixed.h, include/pa_exception.h,
17453: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
17454: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
17455: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
17456: to c++ exceptions 1xml configure fixed to exclude xalan-patch
17457: from non-xml compile
17458:
17459: * src/main/pa_request.C: pool:: context - get_context
17460:
17461: * src/: classes/classes.h, classes/date.C, classes/double.C,
17462: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17463: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17464: classes/string.C, classes/table.C, classes/void.C,
17465: include/pa_config_fixed.h, include/pa_exception.h,
17466: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
17467: main/compile.C, main/compile_tools.C, main/execute.C,
17468: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
17469: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
17470: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17471: main/pa_string.C, main/pa_table.C, main/untaint.C,
17472: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17473: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
17474: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
17475: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
17476: types/pa_vstateless_class.h, types/pa_vtable.C,
17477: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
17478: exceptions 0
17479:
17480: * src/classes/classes.awk: $ removed
17481:
17482: 2001-10-18 parser
17483:
17484: * src/types/pa_vcookie.C: cookie:CLASS
17485:
17486: * src/main/main.dsp: project
17487:
17488: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
17489: set_document & ctor question "who owns document" solved
17490:
17491: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
17492:
17493: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17494: main/pa_pool.C: encoding in dom creating funcs
17495:
17496: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
17497: be transformed now
17498:
17499: * src/classes/xdoc.C: dom created by create can be transformed now
17500:
17501: * src/classes/xdoc.C: z
17502:
17503: * src/classes/xdoc.C: comment
17504:
17505: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
17506: create now uses XercesDocumentBridge, appendChild&co now works
17507:
17508: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
17509: @ recompile
17510:
17511: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
17512: $origin @exception[
17513:
17514: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
17515: tag names forced to XML lang
17516:
17517: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
17518: leechy-found bugs in code&doc fixed
17519:
17520: 2001-10-17 parser
17521:
17522: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
17523: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
17524: n functionality preserved
17525:
17526: * src/types/pa_vimage.h: removed unused vimage::save
17527:
17528: 2001-10-16 parser
17529:
17530: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
17531:
17532: * src/classes/: xnode.C: removed few dom returns & changed op.txt
17533:
17534: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
17535:
17536: * src/classes/image.C: image.copy tolerance
17537:
17538: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
17539: ineffective, but works for small paleted image
17540:
17541: * src/types/pa_vimage.C: comment
17542:
17543: * src/classes/image.C: gd size/resize bugfix
17544:
17545: * src/: classes/classes.dsp, main/main.dsp,
17546: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17547: types/types.dsp: ident >nul 2>&1
17548:
17549: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
17550: systems
17551:
17552: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
17553: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
17554:
17555: 2001-10-15 parser
17556:
17557: * src/main/execute.C: z
17558:
17559: * src/classes/: xdoc.C: !::create{qualifiedName}
17560:
17561: * src/types/pa_vxnode.C: document_type_node.
17562: !readonly attribute DOMString name
17563: !notation_node.
17564: !readonly attribute DOMString publicId
17565: !readonly attribute DOMString systemId
17566:
1.97 moko 17567: * src/: Makefile.in, types/pa_vcode_frame.h, types/pa_wcontext.C:
17568: code_frame fixed - ::write badly passed string too transparently
17569: [failed to intercept it]
1.95 moko 17570:
17571: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
17572: include/pa_request.h, main/pa_sql_driver_manager.C,
17573: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17574: types/pa_vxnode.h: DOM1 major addtion, only few
17575: attributes/methods left
17576:
17577: 2001-10-13 parser
17578:
17579: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
17580: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
17581: in main handler
17582:
17583: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
17584: cleanups & frees order
17585:
17586: * src/types/pa_vcode_frame.h: couple comments
17587:
17588: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
17589: transparent enough to handle hash if creation&passing
17590:
17591: * src/: include/pa_config_fixed.h, main/execute.C,
17592: main/pa_exception.C: noticed that vcodeframe not transparent
17593: enough, would change now
17594:
17595: 2001-10-12 parser
17596:
17597: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
17598: fixed. initialization&free on each thread!
17599:
17600: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
17601: handling changed: now type of default param analized always, not
17602: only at problem time, thus helping early problem spotting
17603:
17604: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
17605: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
17606: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
17607: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
17608: multithread bug fixed. initialization&free on each thread!
17609:
17610: 2001-10-11 parser
17611:
17612: * src/classes/xnode.C: xnode.selectSingle now
17613:
17614: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
17615: include/pa_pool.h, include/pa_stylesheet_connection.h,
17616: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
17617: convertors out of Pool into Exception
17618:
17619: * src/main/pa_string.C: const
17620:
17621: * src/: include/pa_string.h, main/pa_string.C: restructured string:
17622: linked pieces of same language together prior to String::replace
17623:
17624: * src/classes/hash.C: !^hash.add[addme]
17625: !^hash.sub[subme]
17626: !^a.union[b] = new
17627: !^a.intersection[b] = new
17628: !^a.intersects[b] = bool
17629:
17630: * src/classes/hash.C: !^hash::append[append_from]
17631:
17632: * src/: classes/hash.C, types/pa_vhash.h:
17633: !^hash::create[[copy_from]]
17634:
17635: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
17636: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
17637: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
17638: fixed. got rid of empty_string, which caused errors - it hasnt
17639: exception but somebody[value.bark] tried to throw it on it's pool
17640:
1.97 moko 17641: * src/Makefile.in: makes
17642:
17643: * src/: Makefile.in, classes/Makefile.in: makes. stdc++ lib added
17644: to apache libraries
17645:
17646: * src/: Makefile.in, classes/Makefile.in,
17647: include/pa_config_auto.h.in, main/Makefile.in,
17648: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
17649: makes
17650:
17651: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
17652: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
17653: makes
1.95 moko 17654:
17655: 2001-10-10 parser
17656:
17657: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
17658:
17659: * src/main/: compile.tab.C, compile.y: ^a[
17660:
17661: @next_method << now unclosed ] would be reported here
17662:
17663: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
17664: compile error
17665:
17666: 2001-10-09 parser
17667:
1.97 moko 17668: * src/: Makefile.in, classes/Makefile.am, classes/Makefile.in,
17669: main/Makefile.am, main/Makefile.in, targets/Makefile.in,
17670: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
17671: types/Makefile.am, types/Makefile.in: makes
17672:
17673: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
17674: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
17675: makes
1.95 moko 17676:
17677: * src/classes/Makefile.am: makes
17678:
17679: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
17680: win32 errors intercepted [xalan transformer patched and
17681: incorporated]
17682:
17683: * src/: classes/classes.dsp, classes/xdoc.C,
17684: include/pa_stylesheet_connection.h, main/main.dsp,
17685: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17686: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
17687: patches starting
17688:
17689: * src/classes/: string.C, table.C: ^string.save[file]
17690:
17691: * src/classes/: date.C, table.C: calendar moved to date
17692:
17693: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
17694: string/table] now
17695:
17696: * src/classes/: op.C, table.C: z
17697:
17698: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
17699: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
17700: types/pa_vxnode.h: table:menu & op for delims made allowed not to
17701: be code [be string..]
17702:
17703: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
17704: table.C: lots of
17705: params->as_int/double/as_string/as_junction/as_no_junction
17706: messages added
17707:
17708: 2001-10-08 parser
17709:
17710: * src/: classes/date.C, classes/image.C, classes/string.C,
17711: classes/table.C, classes/void.C, include/pa_request.h:
17712: params->as_int/double message added
17713:
17714: * src/classes/image.C: image:circle [and round arc] uses Bresenham
17715:
17716: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
17717: image:sector removed image:html internal "line-*" attribs
17718:
17719: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
17720: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
17721:
17722: * src/types/pa_vcookie.C: removing cookie made more netscape-like
17723: way
17724:
17725: * src/: classes/file.C, classes/form.C, main/pa_common.C,
17726: main/untaint.C: header untainting to UL_HTTP_HEADER,
17727: UL_MAIL_HEADER made nonforced [only tainted pieces]
17728:
17729: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
17730: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
17731: @ SAPI::log
17732:
17733: * src/main/untaint.C: \r to ' ' in origins mode
17734:
17735: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
17736: set]
17737:
17738: * src/: classes/xdoc.C, include/pa_config_fixed.h,
17739: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
17740: nonstandard liaison freed up
17741:
17742: 2001-10-07 parser
17743:
17744: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
17745: project
17746:
17747: 2001-10-05 parser
17748:
17749: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
17750: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
17751: from outputing to cerr. lots of "todos"
17752:
17753: * src/main/untaint.C: http_header tainting more gentle with
17754: enquoting now
17755:
17756: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
17757: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
17758: xml errorhandler. fixed string.replace a little, read @test
17759:
17760: * src/main/pa_string.C: found replace bug - first_that_starts(char
17761: *) does not have limit, and looks further eos, fixing....
17762:
17763: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
17764:
17765: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
17766:
17767: * src/main/: pa_charset_connection.C: ctype another mem clear
17768: bugfix
17769:
1.97 moko 17770: * src/: Makefile.in, main/compile.tab.C, main/compile.y: disabled
17771: ^literals in names $result[^[$p^]z] now works fine
1.95 moko 17772:
17773: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
17774: wrong. fixed it
17775:
17776: * src/main/pa_charset_connection.C: unicode zero pair at the beging
17777: of totable appered to be vital
17778:
17779: 2001-10-04 parser
17780:
17781: * src/classes/image.C: ^image.length[text]
17782:
17783: 2001-10-03 parser
17784:
17785: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
17786:
17787: * src/main/pa_request.C: restored pcre defaulting in request
17788: [mindlessly "optimized" yesterday] comment left
17789:
17790: 2001-10-02 parser
17791:
17792: * src/: main/pa_charset_manager.C,
17793: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
17794: needed
17795:
17796: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
17797: forgot non-xml pool.*charset needed
17798:
17799: * src/classes/table.C: # config comments fixed
17800:
17801: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
17802: charset_connection #comment now
17803:
17804: * src/: classes/classes.dsp, types/types.dsp: release projects
17805: options fixed to use release msvcrt lib
17806:
1.97 moko 17807: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
17808: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
17809: makes
17810:
1.95 moko 17811: * src/main/pa_charset_connection.C: pcre tables now const inside
17812: removed default - pcre handles that internally fixed bug on
17813: not-cleaning tables [previously was calloced, now member]
17814:
17815: * src/: include/pa_request.h, main/pa_charset_connection.C,
17816: main/pa_request.C, types/pa_vstring.h: pcre tables now const
17817: inside removed default - pcre handles that internally fixed bug
17818: on not-cleaning tables [previously was calloced, now member]
17819:
17820: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
17821: tested charset reload on file change @ apache version = OK tested
17822: freeing up prev encoding on adding new = OK
17823:
17824: 2001-10-01 parser
17825:
17826: * src/main/pa_charset_connection.C: removed entitify external hack
17827: [internal installed]
17828:
1.97 moko 17829: * src/main/: Makefile.am, Makefile.in: makes+removed dtd
1.95 moko 17830:
17831: * src/: include/pa_charset_connection.h,
17832: include/pa_charset_manager.h,
17833: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17834: main/pa_charset_connection.C, main/pa_charset_manager.C,
17835: main/pa_request.C: charset loading & caching mech 0
17836:
17837: * src/: include/pa_stylesheet_connection.h,
17838: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
17839: main/pa_globals.C, main/pa_request.C: would make charset loading
17840: & caching mech now
17841:
17842: 2001-09-30 parser
17843:
17844: * src/main/pa_request.C: forgot to fill toTable
17845:
17846: * src/: include/pa_config_fixed.h, main/pa_request.C: started
17847: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
17848: failed on win32 for now..
17849:
17850: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
17851: now charsets table configuration variable is: CHARSETS
17852:
17853: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
17854: ctype with unicode 1. todo: no П entities on output somehow
17855:
17856: * src/: classes/file.C, classes/op.C, classes/string.C,
17857: include/pa_request.h, main/pa_request.C: started ctype with
17858: unicode values
17859:
17860: 2001-09-28 parser
17861:
17862: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
17863: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
17864: string passed AS-IS now
17865:
17866: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
17867: way of user-configuring... todo: implement
17868:
17869: 2001-09-27 parser
17870:
17871: * src/classes/table.C: table.sort changed to sort table itself
17872:
17873: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
17874: X^.getElementsByTagName[tagname] = array of xnode
17875: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
17876: nodes removed - regretfully not supported @ xalan. maybe someday
17877: would reimplement, if needed.
17878:
17879: win32build system: solved long waiting anti-non-started-apache
17880: problem
17881:
17882: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
17883: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17884: types/types.dsp: win32 ident make system so not to rebuild
17885: library [ident.C.new]
17886:
17887: 2001-09-26 parser
17888:
17889: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
17890: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
17891: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17892: types/pa_vxnode.C, types/types.dsp: z
17893:
17894: * src/classes/classes.C: forgot one non-xml check
17895:
1.97 moko 17896: * src/: Makefile.am, classes/Makefile.am, classes/Makefile.in,
17897: main/Makefile.am, main/Makefile.in, targets/Makefile.in,
17898: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
17899: types/Makefile.am, types/Makefile.in: makes with clases.awk
1.95 moko 17900:
17901: * src/targets/cgi/parser3.C: z
17902:
17903: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
17904: targets/isapi/parser3isapi.C: #ifdef SMTP
17905:
17906: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
17907: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17908: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
17909: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
17910: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
17911: types/types.dsp: xdoc&xnode now
17912:
17913: * src/: classes/classes.C, classes/classes.awk,
17914: classes/classes.dsp, classes/classes.h, classes/date.C,
17915: classes/dnode.C, classes/dnode.h, classes/dom.C,
17916: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17917: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17918: classes/op.C, classes/response.C, classes/string.C,
17919: classes/table.C, classes/void.C, include/pa_array.h,
17920: include/pa_common.h, include/pa_config_fixed.h,
17921: include/pa_config_includes.h, include/pa_dictionary.h,
17922: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17923: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
17924: include/pa_socks.h, include/pa_sql_connection.h,
17925: include/pa_sql_driver_manager.h, include/pa_stack.h,
17926: include/pa_string.h, include/pa_stylesheet_connection.h,
17927: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
17928: include/pa_xslt_stylesheet_manager.h, main/compile.C,
17929: main/compile.y, main/compile_tools.C, main/compile_tools.h,
17930: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
17931: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17932: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17933: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17934: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
17935: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
17936: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17937: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17938: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
17939: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
17940: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
17941: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
17942: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17943: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17944: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
17945: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
17946: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17947: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
17948: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
17949: types/pa_vmethod_frame.h, types/pa_vobject.h,
17950: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
17951: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17952: types/pa_vstateless_object.h, types/pa_vstring.C,
17953: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17954: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
17955: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
17956: main.dsp splitted to main+classes+types along to .am
17957:
17958: * src/classes/Makefile.am: removed useless var
17959:
17960: * src/: classes/classes.cmd, main/main.dsp,
17961: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
17962: main.dsp
17963:
17964: 2001-09-25 parser
17965:
17966: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
17967: 1251 though, todo ICU
17968:
1.97 moko 17969: * src/: Makefile.am, Makefile.in, classes/Makefile.am,
17970: classes/Makefile.in, classes/dom.C,
1.95 moko 17971: include/pa_stylesheet_connection.h, main/Makefile.am,
1.97 moko 17972: main/Makefile.in, main/pa_pool.C, targets/Makefile.in,
17973: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
17974: types/Makefile.am, types/Makefile.in, types/pa_vdom.h: xml
17975: configure makes
1.95 moko 17976:
17977: 2001-09-24 parser
17978:
1.97 moko 17979: * src/: Makefile.in, classes/Makefile.am, classes/Makefile.in,
17980: include/pa_config_auto.h.in, main/Makefile.in,
17981: targets/Makefile.in, types/Makefile.am, types/Makefile.in: makes
1.95 moko 17982:
1.97 moko 17983: * src/targets/cgi/: Makefile.am, Makefile.in: makefiles
1.95 moko 17984:
17985: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
17986: started unix makes update
17987:
17988: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
17989: started unix makes update
17990:
17991: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
17992:
17993: * src/types/pa_value.h: z
17994:
17995: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
17996: bugs with usinge hash/table in expressions
17997:
17998: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
17999: resolved conflicts fixed [const]
18000:
18001: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
18002: classes/table.C, include/pa_request.h, include/pa_sapi.h,
18003: main/compile.C, main/compile.tab.C, main/compile.y,
18004: main/compile_tools.h, main/main.dsp, main/pa_common.C,
18005: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
18006: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
18007: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
18008: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18009: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
18010: with before_xml [merge2 actually didn't happen - i've created
18011: tags on wrong branch. so this merge is in fact re-merge]
18012:
18013: 2001-09-21 parser
18014:
18015: * src/: main/main.dsp, targets/cgi/parser3.dsp,
18016: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
18017: produced "" in make file and sadly wrong interpreted on load]
18018:
1.97 moko 18019: * src/: Makefile.in, classes/classes.h, classes/hash.C,
18020: classes/op.C, classes/table.C, doc/doxygen.cfg,
18021: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
18022: include/pa_sapi.h, include/pa_sql_driver_manager.h,
18023: include/pa_string.h, main/compile.tab.C, main/main.dsp,
18024: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
18025: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp: merged
18026: with before_xml
1.95 moko 18027:
18028: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
18029: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
18030: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
18031: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
18032: main/pa_pool.C, main/pa_request.C,
18033: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
18034: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
18035: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18036: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
18037: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
18038: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
18039: types/pa_vrequest.C, types/pa_vresponse.h,
18040: types/pa_vstateless_class.C, types/pa_vstring.C,
18041: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
18042: created new projects for sql drivers [planning to remove sql
18043: drivers from main cvs project] first, will join latest changes
18044:
18045: * src/classes/: dom.C: defaulted dom writing methods encoding to
18046: pool.get_charset
18047:
18048: * src/classes/dom.C: defaulted dom writing methods encoding to
18049: pool.get_charset
18050:
18051: * src/include/pa_pool.h: defaulted dom writing methods encoding to
18052: pool.get_charset
18053:
18054: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
18055: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
18056: methods encoding to pool.get_charset
18057:
18058: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
18059: transcoder were created right "unsupported encoding" message.
18060: not @ set time, but @ use time, so until xml output functions
18061: .string, .file, .save used - no encoding name check occur
18062:
18063: reduced transcode buffer size to 60 fixed pool cleanup - no
18064: registration needed, pools are officially destructured
18065:
18066: 2001-09-20 parser
18067:
18068: * src/classes/image.C: 20K preload on jpg measure [image::measure]
18069:
18070: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
18071: $MAIN:DEFAULTS.content-type[$.charset[here]]
18072:
18073: * src/: classes/dnode.C, classes/dom.C,
18074: include/pa_config_includes.h, include/pa_globals.h,
18075: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
18076: main/pa_pool.C, targets/cgi/parser3.dsp,
18077: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
18078: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
18079: Pool::transcode 0
18080:
18081: * src/classes/dom.C: dom. string save file moved output xml options
18082: to last param and made it optional
18083:
18084: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
18085: dnodes
18086: !$attributenode.specified = boolean
18087: true if the attribute received its value explicitly
18088: in the XML document,
18089: or if a value was assigned programatically with the
18090: setValue function.
18091: false if the attribute value came from the default value
18092: declared in the document's DTD.
18093: !$pinode.target = target of this processing instruction
18094: XML defines this as being the first token following the
18095: markup
18096: that begins the processing instruction.
18097: XPath:
18098: !^node.select[xpath/query/expression] = hash of 0->node0
18099: 1->node1
18100: !^node.select-single[xpath/query/expression] = first node if
18101: any
18102:
18103: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
18104: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
18105: some 'const's added
18106:
18107: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
18108: expression context now, there value = size and boolean value
18109: size!=0
18110:
18111: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
18112: can be used in expression context now, there value = size and
18113: boolean value size!=0
18114:
18115: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
18116: types/pa_vstring.h: dnode .file .string .save moved back to dom
18117: due to strange xalan bug
18118:
18119: 2001-09-18 parser
18120:
18121: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
18122: classes/image.C, classes/op.C, classes/table.C,
18123: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
18124: include/pa_sql_driver_manager.h, main/compile.C,
18125: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18126: main/execute.C, main/pa_common.C, main/pa_request.C,
18127: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
18128: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
18129: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
18130: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
18131: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
18132: before_xml branch ^if(def $hash) now true only when
18133: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
18134:
18135: * src/: classes/op.C, main/execute.C: operators self changed to
18136: root ^for variable context changed to self
18137:
18138: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
18139: dnode 1
18140:
18141: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
18142: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
18143:
18144: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
18145: poly* fixed
18146:
18147: 2001-09-17 parser
18148:
18149: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
18150: types/pa_vdom.h: started dnode+dom
18151:
18152: dnode DOM methods: $node.name $node.value
18153: ...others...
18154:
18155: ^node.xpath[/rates/USD] = hash
18156: $hash[
18157: $.0[node0]
18158: $.1[node1]
18159: ]
18160:
18161: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
18162: applies to all linear primitives
18163:
18164: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
18165: include/pa_stylesheet_connection.h, main/main.dsp,
18166: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
18167: types/pa_vimage.h: started dnode DOM: $node.name
18168: $node.value ...others... ^node.xpath[/rates/USD] = hash
18169: dom(dnode)
18170:
18171: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
18172: main/compile.y, main/compile_tools.h, main/execute.C,
18173: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
18174: in expression compound($aa.zz.xx) names now can have minus '-' in
18175: name after '.'
18176:
18177: 2001-09-15 parser
18178:
18179: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
18180: image: $line-width ^line(...)[**** style]
18181:
18182: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
18183: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
18184: pool_storage - cleanups first, allocations second. apache wisely
18185: does just like that
18186:
18187: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
18188: rewritten using template, no bugs now
18189:
18190: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
18191: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
18192: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
18193: poorly started isapi pool_storage, would rewrite using template
18194: now
18195:
18196: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
18197: include/pa_stylesheet_connection.h, main/main.dsp,
18198: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
18199: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
18200: xalan objects freed up [introducing Pool::register_cleanup]
18201:
18202: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
18203: comments
18204:
18205: 2001-09-14 parser
18206:
18207: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
18208: z
18209:
18210: * src/: classes/dom.C, classes/file.C, classes/image.C,
18211: classes/mail.C, include/pa_common.h,
18212: include/pa_sql_driver_manager.h, include/pa_string.h,
18213: include/pa_stylesheet_connection.h,
18214: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
18215: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
18216: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
18217: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
18218: compiled&cached
18219:
18220: 2001-09-13 parser
18221:
18222: * src/: classes/dom.C, classes/file.C, classes/image.C,
18223: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
18224:
18225: * src/classes/dom.C: dom:file content-type(.method)
18226:
18227: * src/: include/pa_common.h, include/pa_globals.h,
18228: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
18229: string now more informative error messages
18230:
18231: * src/: include/pa_globals.h, include/pa_request.h,
18232: main/pa_request.C, targets/cgi/parser3.C,
18233: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
18234: ParserSiteConfig .../parser3.conf
18235:
18236: cgi&isapi looks for {configure|c:\windows}/parser3.conf
18237:
18238: 2001-09-12 parser
18239:
18240: * src/: classes/op.C, include/pa_sql_driver_manager.h,
18241: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
18242: precise error reporting: "connection string must start with
18243: protocol://" now
18244:
18245: * src/main/compile.tab.C: fixed - subname code parts actually []
18246: braced
18247:
18248: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
18249: lexer on LS_USER level did [] matching without setting nestage,
18250: introduced special LS_NAME_SQUARE_PART state
18251:
18252: 2001-09-11 parser
18253:
18254: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
18255: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
18256: languages+=xml
18257:
18258: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
18259:
18260: * src/classes/dom.C: ^dom:save/string/file[output options] output
18261: options: $.method[xml|html|text] detection fixed
18262:
18263: * src/types/pa_vdom.h: messages
18264:
18265: * src/classes/dom.C: ^dom:save/string/file[output options] output
18266: options: $.method[xml|html|text] detection fixed
18267:
18268: 2001-09-10 parser
18269:
18270: * src/classes/dom.C: ^dom:save/string/file[output options] output
18271: options: $.method[xml|html|text] $.encoding[windows-1251|...]
18272:
18273: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
18274: added]
18275:
18276: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
18277: ^dom.xslt[stylesheet filename] 0
18278:
18279: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
18280: ^dom.xslt[stylesheet filename] -1 doc is lying
18281:
18282: * src/classes/dom.C: ^dom.file[encoding] = file
18283:
18284: * src/classes/: dom.C: ^dom.string[encoding] 1
18285: ^dom.save[encoding;filename]
18286:
18287: * src/classes/dom.C: ^dom.string[] 0
18288:
18289: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
18290:
18291: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
18292: types/pa_vform.h: ^dom.save[b.xml] 0
18293:
18294: 2001-09-08 parser
18295:
18296: * src/types/pa_vform.C: $form:tables.name.field
18297:
18298: 2001-09-07 parser
18299:
18300: * src/classes/table.C: table:empty removed, superceded by ^if(def
18301: $table)...
18302:
18303: * src/targets/cgi/parser3.C: z
18304:
18305: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
18306: from '' to int/double is 0]
18307:
18308: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
18309: $table) is false when table is empty
18310:
18311: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
18312: !$form:tables $atable[$form:tables.a]
18313: ^atable.menu{a=$atable.element}[,]
18314:
18315: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
18316: types/pa_vform.h, types/pa_vhash.h: !$form:fields
18317:
1.97 moko 18318: * src/: Makefile.in, classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 18319: types/pa_vdom.h, types/pa_vform.C: merged with successful start
18320: of dom
18321:
18322: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
18323: types/pa_vform.C, types/pa_vform.h: z
18324:
18325: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
18326: element [not last]
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: introducing dom. dom:load[a.xml]
18330:
18331: 2001-09-06 parser
18332:
18333: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
18334: table with one column 'element' and two rows: 1 and 2
18335:
18336: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
18337: table with one column 'element' and two rows: 1 and 2
18338:
18339: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
18340: bad int/double conversions, and now $form:nonexistent.int(88)
18341: would return 88
18342:
18343: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
18344: types/pa_vhash.h: now there's special hash key '_default'
18345: [instead of ^_default method] $hash[ $.a[1] $.b[2]
18346: $._default[xx] ] $hash.c
18347:
18348: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
18349: fixed [thanks, fif], ^; were treated there non-literally
18350:
18351: * src/doc/doxygen.cfg: merged new default options from 1.2.10
18352: doxygen
18353:
18354: * src/: classes/image.C, classes/op.C, classes/string.C,
18355: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
18356: types/pa_vtable.C: few #ifndef DOXYGEN
18357:
18358: 2001-09-05 parser
18359:
18360: * src/classes/: string.C, table.C: sql options can be void [same as
18361: image:html the other day]
18362:
1.97 moko 18363: * src/targets/cgi/Makefile.in: makes
18364:
1.95 moko 18365: * src/targets/cgi/Makefile.am: .am undo
18366:
18367: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
18368: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
18369: macro expantion on param, simply qoutes whatever passed, undone
18370:
18371: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
18372: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
18373: STRINGIZE(name) #name invented
18374:
18375: * src/: classes/op.C, include/pa_sql_driver_manager.h,
18376: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
18377: MAIN_SQL_DRIVERS_NAME "drivers"
18378:
18379: moved to be availible to all users
18380:
18381: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
18382: SQL_DRIVER_CREATE_FUNC_NAME
18383:
1.97 moko 18384: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
18385: types/Makefile.in: makes
18386:
1.95 moko 18387: * src/classes/mail.C: MAIN:MAIL check fixed
18388:
18389: 2001-09-04 parser
18390:
18391: * src/classes/image.C: image.html now can accept void params
18392:
18393: * src/targets/isapi/parser3isapi.C: z
18394:
18395: * src/targets/cgi/parser3.C: full_file_spec bug
18396:
18397: * src/targets/cgi/parser3.C: getenvcheck
18398:
18399: * src/targets/cgi/parser3.C: zz
18400:
18401: * src/targets/cgi/parser3.C: zzz
18402:
18403: * src/classes/date.C: date
18404:
18405: * src/classes/date.C: date:sql-string is now without ''
18406:
1.97 moko 18407: * src/: include/pa_config_auto.h.in, targets/Makefile.in,
18408: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
1.95 moko 18409: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
18410: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
18411:
1.97 moko 18412: * src/: Makefile.in, include/pa_config_auto.h.in,
18413: targets/cgi/Makefile.in: makes
1.95 moko 18414:
18415: 2001-09-03 parser
18416:
18417: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
18418:
18419: 2001-09-01 parser
18420:
18421: * src/classes/image.C: letter_spacing
18422:
18423: * src/classes/image.C: image: font params changed
18424:
18425: * src/classes/image.C: image: as_int as_string used
18426:
18427: * src/types/pa_vmethod_frame.h: $result[] now gets properly
18428: analized
18429:
18430: 2001-08-31 parser
18431:
18432: * src/targets/cgi/parser3.C: z
18433:
1.97 moko 18434: * src/: Makefile.in, include/pa_dir.h, targets/Makefile.in,
18435: targets/cgi/parser3.C: compiled under cygwin
1.95 moko 18436:
18437: * src/classes/void.C: void:int/double += (default)
18438:
18439: * src/classes/image.C: image:font added space param image:font
18440: changed charwidth alg, added kerning const[for now]
18441:
18442: * src/classes/: string.C, table.C: string:int/double (defaults)
18443:
18444: 2001-08-29 parser
18445:
18446: * src/main/pa_exception.C: exception redundant debug info
18447:
18448: 2001-08-28 parser
18449:
18450: * src/classes/image.C: image error msgs
18451:
18452: * src/classes/image.C: image: gifsize little endian
18453:
1.97 moko 18454: * src/Makefile.in: makes
18455:
1.95 moko 18456: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
18457: doxygeneration
18458:
1.97 moko 18459: * src/: classes/Makefile.in, main/Makefile.in,
18460: targets/cgi/Makefile.in, types/Makefile.in: make.ins
18461:
1.95 moko 18462: * src/: classes/Makefile.am, main/Makefile.am,
18463: targets/cgi/Makefile.am, types/Makefile.am: .am-s
18464:
18465: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
18466: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
18467:
18468: * src/main/compile.C: NO_STRING_ORIGIN check2
18469:
1.97 moko 18470: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
18471: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
18472: makefiles
18473:
1.95 moko 18474: * src/classes/table.C: NO_STRING_ORIGIN check
18475:
18476: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
18477: storage class specifiers invalid in friend function declarations
18478:
18479: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
18480: main/untaint.C, targets/cgi/parser3.C,
18481: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
18482: case of limit
18483:
18484: * src/: classes/file.C, main/pa_common.C: file:move
18485: autocreate/remove dest/src dir
18486:
18487: * src/: classes/string.C, include/pa_dictionary.h,
18488: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
18489: main/untaint.C: pa_directory speeded up. moved zero 'from' check
18490: to directory constructor. string:replace
18491:
18492: 2001-08-27 parser
18493:
18494: * src/classes/image.C: fixed jpgsize alg
18495:
18496: * src/classes/image.C: fixed jpgsize alg
18497:
18498: * src/main/pa_exception.C: z
18499:
18500: * src/main/pa_common.C: removed debug info from pa_common
18501:
18502: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
18503: [auto.p from current dir loading]
18504:
1.97 moko 18505: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
18506: main/pa_common.C, main/pa_exception.C,
18507: main/pa_sql_driver_manager.C, targets/Makefile.in,
18508: targets/cgi/Makefile.am, targets/cgi/Makefile.in,
18509: types/Makefile.in: configure for solaris -lsocket
1.95 moko 18510:
18511: 2001-08-24 parser
18512:
18513: * src/targets/cgi/parser3.C: not cgi extra \n 3
18514:
18515: * src/targets/cgi/parser3.C: not cgi extra \n 2
18516:
18517: * src/targets/cgi/parser3.C: not cgi extra \n
18518:
18519: * src/main/pa_sql_driver_manager.C: z
18520:
18521: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
18522: sql* removed services from disconnect - cross-request ideological
18523: probs.
18524:
18525: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
18526: cross-request ideological probs. oracle - fixed bug: cs
18527: allocated on request.pool and got freed before disconnect
18528:
18529: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
18530: mallocs fixed
18531:
18532: 2001-08-23 parser
18533:
18534: * src/classes/file.C: minor bug in file:save fixed
18535:
18536: * src/main/pa_sql_driver_manager.C: oracle: dlink
18537:
18538: 2001-08-22 parser
18539:
18540: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
18541: types/pa_vfile.h: file:load|save[text|binary;
18542:
18543: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
18544:
18545: 2001-08-21 parser
18546:
18547: * src/classes/: file.C, table.C: ^file:list
18548:
18549: 2001-08-20 parser
18550:
18551: * src/: main/compile.tab.C, main/compile.y,
18552: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
18553: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
18554: recousively caused problems: inc incremeted 123 literal!! fixed
18555:
18556: 2001-08-10 parser
18557:
18558: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
18559:
18560: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
18561: added
18562:
18563: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
18564: added
18565:
18566: * src/classes/table.C: table:sort restored [it was bad test :(]
18567:
18568: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
18569: ''
18570:
18571: * src/main/: pa_request.C: wanted to make const int
18572: MAX_EXECUTE_SECONDS=1;
18573:
18574: but couldnt, set_callback_and_alarm appeared to be not exported
18575: :(
18576:
18577: * src/main/pa_string.C: string.match hanged on. there were a hang
18578: check but it weren't wise enough
18579:
18580: @parse[dateString][tmp]
18581: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
18582: #end
18583:
18584: @main[] ^parse[2001-02-03]
18585:
18586: * src/classes/: table.C: table:sort now default desc
18587:
18588: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
18589: table.sort now creates new sorted table
18590:
18591: 2001-08-09 parser
18592:
18593: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
18594:
18595: * src/classes/hash.C: hash:_default now [was hash:default]
18596:
18597: * src/classes/op.C: case without switch check added
18598:
18599: * src/types/pa_vcookie.C: cookie name&value origins added, more
18600: precise $ORIGINS(1)
18601:
1.97 moko 18602: * src/main/Makefile.in: make.in
18603:
1.95 moko 18604: * src/main/Makefile.am: .am
18605:
18606: * src/classes/void.C: void: int double copy/paste from int: bug
18607: fixed
18608:
18609: * src/classes/void.C: void: int double copy/paste from int: bug
18610: fixed
18611:
18612: 2001-08-07 parser
18613:
18614: * src/: classes/double.C, classes/int.C, classes/string.C,
18615: classes/table.C, include/pa_globals.h, main/pa_globals.C:
18616: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
18617: string, table
18618:
18619: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
18620: srand made working
18621:
18622: 2001-08-06 parser
18623:
18624: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
18625: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
18626: main/compile.tab.C, main/compile.y, main/pa_array.C,
18627: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
18628: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
18629:
18630: * src/main/pa_exec.C: exec win32 real filename
18631:
18632: * src/classes/file.C: exec stderr out
18633:
18634: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
18635:
18636: 2001-08-03 parser
18637:
18638: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
18639:
18640: 2001-08-02 parser
18641:
18642: * src/: classes/string.C, classes/table.C, include/pa_array.h,
18643: main/execute.C, main/pa_exec.C: introducing Array_iter
18644:
18645: * src/main/execute.C: detected quick_get recursion bug. changed to
18646: get@execute, but needs array iterator, separate from array to
18647: avoid it & use caching
18648:
18649: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
18650: bug fixed
18651:
18652: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
18653: main/execute.C, main/pa_globals.C: found another multithread bug
18654: in op.C (last, last global var killed) :)
18655:
18656: 2001-08-01 parser
18657:
18658: * src/: include/pa_dictionary.h, include/pa_globals.h,
18659: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
18660: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
18661: main/untaint.C: speeded up typo-html replacements. introducing
18662: Dictionary with first-char caching
18663:
18664: 2001-07-31 parser
18665:
18666: * src/types/Makefile.am: pa_vtable.C added to .am
18667:
18668: * src/main/compile.tab.C: added, so that could be compiled even on
18669: non-bison-enabled platforms
18670:
18671: 2001-07-28 parser
18672:
18673: * src/classes/table.C: table:hash always produces hash, when can't
18674: - empty
18675:
18676: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
18677: skipped \n
18678:
18679: 2001-07-27 parser
18680:
18681: * src/classes/: double.C, int.C, string.C: provided meaningful msg
18682: on int/double/string :sql without result and default
18683:
18684: 2001-07-26 parser
18685:
18686: * src/classes/op.C: fixed bad multithread bug with strangly global
18687: OP
18688:
18689: * src/main/compile.y: $man[$.age[zzz]] 0
18690:
18691: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
18692: creation syntax problem persists. restored $: for a while.
18693: thinking of $man[$.age[zzz]] syntax now
18694:
18695: * src/: classes/double.C, classes/int.C, classes/string.C,
18696: include/pa_opcode.h, main/compile.C, main/compile.y,
18697: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
18698: types/pa_vmethod_frame.h, types/pa_wcontext.h,
18699: types/pa_wwrapper.h: fixing :: realization #1
18700:
18701: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
18702: main/compile_tools.h, main/execute.C, main/pa_request.C,
18703: types/pa_vmethod_frame.h: introducing :: this is constructor call
18704: prefix. ordinary : remains for static accesses
18705:
18706: 2001-07-25 parser
18707:
18708: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
18709: fields 2. methods 3. columns
18710:
18711: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
18712: quote. optimized double&int tostring-s
18713:
18714: * src/main/: compile.C, compile.y, compile_tools.h: allowed
18715: whitespace before first method decl
18716:
18717: * src/classes/table.C: allowed nontable result in table:sql,
18718: results in empty table
18719:
18720: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
18721: lines before first method decl
18722:
18723: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
18724: types/pa_vtable.h: ^table.record[] now $table.fields
18725:
18726: * src/main/compile.y: $var[] is now empty string, not void
18727:
18728: * src/main/: compile.y, execute.C: $var[] is now empty string, not
18729: void
18730:
18731: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
18732: main/pa_globals.C: match replace code context moved to implicit
18733: $match context
18734:
18735: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
18736: main/compile_tools.h, main/execute.C: with killed, code storage
18737: introduced with former 'with' syntax
18738:
18739: 2001-07-24 parser
18740:
18741: * src/: main/compile.C, main/execute.C, main/pa_string.C,
18742: types/pa_value.h: first get_element, next get operator
18743:
18744: * src/main/compile.y: removed @end handling
18745:
18746: * src/main/: compile.C, compile.y: @end handling method2
18747:
18748: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18749: file:move
18750:
18751: * src/main/pa_common.C: file_read close @ eof when imgsize bug
18752: fixed
18753:
18754: 2001-07-23 parser
18755:
18756: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
18757: driver
18758:
18759: * src/classes/hash.C: changed sql driver query interface
18760:
18761: * src/: classes/hash.C, classes/string.C, classes/table.C,
18762: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
18763: changed sql driver query interface
18764:
18765: 2001-07-20 parser
18766:
18767: * src/types/pa_vrequest.C: X!$browser:type
18768:
18769: * src/: classes/file.C, classes/string.C, include/pa_string.h,
18770: main/execute.C, main/pa_string.C, types/pa_valiased.C,
18771: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
18772: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
18773: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
18774: types/pa_vobject.h, types/pa_vrequest.C,
18775: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
18776: ^class:method dynamic calls allowed. ^BASE.method call disabled.
18777: BASE element globally removed
18778:
18779: 2001-07-18 parser
18780:
18781: * src/classes/file.C: file:exec/cgi msg
18782:
18783: * src/classes/file.C: $file:exit-code renamed to 'status'
18784:
18785: * src/: classes/file.C, main/pa_exec.C: file:exec
18786:
1.97 moko 18787: * src/: classes/Makefile.in, main/Makefile.in, targets/Makefile.in,
18788: targets/cgi/Makefile.in, types/Makefile.in: $id in .in's from
18789: .am's removed
18790:
18791: * src/: Makefile.am, Makefile.in, classes/Makefile.am,
18792: main/Makefile.am, targets/Makefile.am, targets/cgi/Makefile.am,
18793: types/Makefile.am: removed $id from *.in *.am
1.95 moko 18794:
18795: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
18796: abbrevations
18797:
18798: * src/: classes/date.C, classes/mail.C, classes/math.C,
18799: classes/string.C, classes/table.C, include/pa_globals.h,
18800: include/pa_string.h, main/execute.C, main/pa_globals.C,
18801: main/pa_request.C, main/pa_string.C, main/untaint.C,
18802: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
18803: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
18804: $ORIGINS(1) output tracing mode
18805:
1.97 moko 18806: 2001-07-17 parser
18807:
18808: * src/: Makefile.in, classes/Makefile.in: == wrong
18809:
1.95 moko 18810: 2001-07-13 parser
18811:
18812: * src/: classes/double.C, classes/int.C, classes/string.C,
18813: include/pa_request.h, main/execute.C, main/pa_request.C:
18814: auto.p[@auto], /news/auto.p[no @auto], so that initializing
18815: second would not call first @auto
18816:
18817: * src/main/: execute.C, pa_request.C: order of MAIN parents was
18818: wrong, fixed
18819:
18820: 2001-07-12 parser
18821:
18822: * src/types/pa_value.h: pa_value.putelement modification of system
18823: classes prevented
18824:
18825: 2001-07-11 parser
18826:
18827: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
18828: table $piece
18829:
18830: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
18831: types/pa_vstateless_class.h: $file created by file:state +=
18832: .atime .mtime .ctime +found&fixed bug with exceptions on
18833: get_junction-created objects [they were on wrong pool]
18834:
18835: 2001-07-09 parser
18836:
18837: * src/main/untaint.C: qp wrong name
18838:
18839: * src/: classes/date.C, classes/string.C, classes/table.C,
18840: main/compile.y: date format 0
18841:
18842: 2001-07-07 parser
18843:
18844: * src/: classes/date.C, classes/table.C, include/pa_common.h,
18845: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
18846: roll table calendar
18847:
18848: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
18849: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
18850: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
18851: include/pa_request.h, main/main.dsp, types/pa_value.h,
18852: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
18853: string. todo: sql, calendar
18854:
18855: 2001-07-06 parser
18856:
18857: * src/: classes/math.C, include/pa_request.h, main/execute.C,
18858: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
18859:
18860: 2001-07-03 parser
18861:
18862: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
18863: classes/random.C, main/main.dsp: class random renamed to math,
18864: operators became methods
18865:
18866: * src/classes/op.C: pow sqrt
18867:
18868: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
18869:
18870: 2001-07-02 parser
18871:
18872: * src/classes/table.C: ^table.columns column renamed from 'name' to
18873: 'column'
18874:
18875: * src/classes/hash.C: ^hash.keys[]
18876:
18877: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
18878:
18879: * src/main/: compile.y, compile_tools.h: in expressions now allowed
18880: 'strings'
18881:
18882: 2001-06-29 parser
18883:
18884: * src/main/: execute.C: /0 %0 checkes ver 2
18885:
18886: * src/main/execute.C: /0 %0 checke
18887:
1.97 moko 18888: * src/: Makefile.in, classes/Makefile.in: makes
18889:
1.95 moko 18890: * src/classes/Makefile.am: nothing - void
18891:
18892: * src/classes/table.C: empty strings @ sql
18893:
18894: 2001-06-28 parser
18895:
18896: * src/: classes/double.C, classes/file.C, classes/form.C,
18897: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18898: classes/op.C, classes/random.C, classes/response.C,
18899: classes/string.C, classes/table.C, classes/void.C,
18900: main/compile.C, main/compile_tools.C, main/execute.C,
18901: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
18902: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18903: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18904: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18905: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
18906: targets/isapi/parser3isapi.C, main/compile.y: */ static const
18907: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
18908: $";
18909:
18910: * src/: classes/double.C, classes/file.C, classes/form.C,
18911: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18912: classes/op.C, classes/random.C, classes/response.C,
18913: classes/string.C, classes/table.C, classes/void.C,
18914: main/compile.C, main/compile.y, main/compile_tools.C,
18915: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
18916: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18917: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18918: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18919: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
18920: targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
18921:
18922: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
18923: $class:name: == ${class:name}:
18924:
18925: * src/classes/string.C: exactly one
18926:
18927: 2001-06-27 parser
18928:
18929: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
18930: types/pa_vvoid.h: nothing renamed to void
18931:
18932: * src/classes/op.C: ^switch ^case
18933:
18934: * src/main/compile.y: nothing renamed to void
18935:
18936: * src/: classes/hash.C, classes/table.C, main/compile.y,
18937: main/execute.C, main/main.dsp, main/pa_request.C,
18938: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
18939: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
18940: void
18941:
18942: * src/main/compile.y: lexer: $zzzz^zzzz were name part
18943:
18944: 2001-05-28 parser
18945:
18946: * src/doc/html2chm.cmd: removed >a
18947:
18948: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
18949: project options [some bugs]
18950:
18951: * src/doc/sources2html.cmd: z
18952:
18953: * src/: classes/classes.C, main/compile.C, main/compile.y,
18954: main/execute.C: operators are not in root class again
18955:
18956: 2001-05-24 parser
18957:
18958: * src/targets/cgi/parser3.dsp: project file
18959:
1.97 moko 18960: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
18961: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
18962: makes
18963:
1.95 moko 18964: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
18965: ^log ^exp
18966:
18967: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
18968: conversions in @exception[params]
18969:
18970: * src/main/pa_request.C: // no _ conversions in @exception[params]
18971:
18972: 2001-05-23 parser
18973:
18974: * src/main/pa_string.C: string cmp bug
18975:
18976: * src/classes/: mail.C, op.C: rem max 1000
18977:
18978: * src/: classes/op.C, main/compile.y: allow one empty line before
18979: LS_DEF_NAME
18980:
18981: 2001-05-22 parser
18982:
18983: * src/classes/op.C: if params code-required
18984:
18985: 2001-05-21 parser
18986:
1.97 moko 18987: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
18988: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
18989: makes
18990:
1.95 moko 18991: * src/types/pa_vstring.C: eoleof
18992:
18993: * src/classes/Makefile.am: .AM
18994:
18995: * src/classes/nothing.C: resultless ^sql moved to nothing:
18996:
18997: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
18998:
18999: * src/: classes/double.C, classes/nothing.C, classes/string.C,
19000: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
19001: types/pa_vunknown.h, classes/hash.C, main/compile.y,
19002: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
19003: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
19004: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
19005: 'nothing'
19006:
19007: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
19008: vstring::set_string
19009:
19010: * src/classes/: double.C, int.C, string.C: int,double;sql
19011:
19012: * src/: classes/hash.C, classes/int.C, classes/string.C,
19013: classes/table.C, include/pa_string.h, main/pa_string.C,
19014: types/pa_vstring.C, types/pa_vstring.h: started int:sql
19015:
19016: * src/: classes/classes.C, classes/hash.C, classes/op.C,
19017: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
19018: hash:sql moved to main trunc. operators.txt updated
19019:
19020: * src/classes/: hash.C, op.C, table.C: hash:sql
19021:
19022: * src/classes/op.C: z
19023:
19024: * src/: main/compile.C, classes/classes.C: 1
19025:
19026: * src/: classes/classes.C, main/compile.C, main/compile.y,
19027: main/execute.C: 0
19028:
19029: * src/main/execute.C: z
19030:
1.97 moko 19031: * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
19032: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
19033: make system timestamps
19034:
19035: * src/Makefile.in: file stamps to remove autoreconf
19036:
1.95 moko 19037: * src/targets/cgi/parser3.C: z
19038:
19039: * src/targets/cgi/parser3.C: argv can be just "parser3". made
19040: site_auto_path "." in that case
19041:
1.97 moko 19042: * src/targets/cgi/Makefile.in: z
19043:
1.95 moko 19044: * src/targets/cgi/: parser3.C: z
19045:
19046: * src/main/pa_request.C: .am
19047:
19048: * src/: main/pa_request.C, targets/cgi/parser3.C:
19049: pcre_tables=pcre_default_tables;
19050:
19051: 2001-05-19 parser
19052:
19053: * src/main/pa_string.C: z
19054:
19055: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
19056: introducing String::cstr_bufsize, returns just size+1 for as_is
19057: target.
19058:
19059: * src/: main/untaint.C, targets/cgi/pa_pool.C,
19060: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
19061: used, 4* mem wasted
19062:
19063: * src/classes/string.C: root context in match replace body now
19064: unchanged
19065:
19066: * src/types/pa_value.h: parameter # 1 based
19067:
19068: * src/main/pa_common.C: common: actual filename '%s'
19069:
19070: * src/classes/string.C: z
19071:
1.97 moko 19072: * src/classes/Makefile.in: clean
19073:
1.95 moko 19074: * src/classes/Makefile.am: classes/.am
19075:
19076: * src/classes/: Makefile.am: classes/.am
19077:
19078: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
19079: targets/cgi/pa_pool.C: classes/.am
19080:
19081: 2001-05-18 parser
19082:
1.97 moko 19083: * src/: Makefile.in, classes/Makefile.in,
19084: include/pa_config_auto.h.in, main/Makefile.in,
19085: targets/Makefile.in, targets/cgi/Makefile.in,
19086: targets/cgi/pa_pool.C, types/Makefile.in: .am pa_threads.C ins
1.95 moko 19087:
19088: * src/targets/cgi/Makefile.am: .am pa_threads.C added
19089:
19090: 2001-05-17 parser
19091:
19092: * src/: classes/string.C, include/pa_config_fixed.h,
19093: include/pa_config_includes.h, main/compile.y,
19094: main/compile_tools.h, main/execute.C, main/pa_array.C,
19095: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
19096: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
19097: types/pa_vform.C: #include "pa_config_includes.h" removed from
19098: most .C
19099:
19100: * src/doc/html2chm.cmd: z
19101:
19102: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
19103: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
19104:
19105: * src/main/pa_sql_driver_manager.C: moved expiration to
19106: get_connection_from_cache
19107:
19108: * src/main/pa_sql_driver_manager.C: cache expiration bf
19109:
19110: * src/: classes/classes.h, include/pa_sql_connection.h,
19111: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
19112: cache expiration[use SQL_Driver::disconnect]
19113:
19114: * src/main/pa_table.C: table.locate current restored on "not found"
19115:
19116: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
19117: line no
19118:
19119: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19120: ANTI_ENDLESS_EXECUTE_RECOURSION
19121:
19122: * src/: classes/op.C, include/pa_sql_connection.h,
19123: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
19124: sql/pa_sql_driver.h: fixed problem at last: 2connections own
19125: 1driver and set_services fight for driver::fservices. before fix
19126:
19127: * src/: classes/op.C, include/pa_config_fixed.h,
19128: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19129: main/pa_sql_driver_manager.C: found problem at last: 2connections
19130: own 1driver and set_services fight for driver::fservices. before
19131: fix
19132:
19133: * src/: include/pa_config_fixed.h, include/pa_threads.h,
19134: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
19135: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
19136: pa_threads.C
19137:
19138: * src/include/pa_threads.h: removed targets/parser
19139:
19140: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
19141: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
19142: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
19143: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
19144: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
19145: headers
19146:
19147: * src/: classes/image.C, include/pa_sql_driver_manager.h,
19148: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
19149: order prevented sqlmanager to see MULTYTHREAD define
19150:
19151: * src/: include/pa_config_fixed.h, include/pa_threads.h,
19152: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
19153: put/gets
19154:
19155: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
19156: from hash.h
19157:
19158: * src/: classes/op.C, include/pa_sql_connection.h,
19159: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
19160: from cache ->set_services(&services);
19161:
19162: 2001-05-16 parser
19163:
19164: * src/targets/cgi/parser3.C: z
19165:
19166: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
19167: debug, #ifdefed some. would debug later, on more precise sample
19168: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
19169: $name.$tail[$tail!] $name.$tail } ok3
19170:
19171: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
19172: removed array debug. before vstring rebasing
19173:
19174: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
19175: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
19176: array debugged; adjusted
19177:
19178: * src/main/: pa_sql_driver_manager.C, pa_string.C:
19179: SQL_Driver_manager line no for connect/charset errors
19180:
19181: 2001-05-15 parser
19182:
19183: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
19184: main/pa_string.C: string+array made linear grows
19185:
19186: * src/: include/pa_string.h, main/pa_string.C,
19187: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
19188: grow lineary, not exponentialy
19189:
19190: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
19191: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
19192: with fullchunk cmps
19193:
19194: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
19195: 70041= 81
19196:
19197: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
19198: targets/cgi/parser3.C: detected huge mem allocation: size/times
19199: malloc 27809390/368771, calloc 3232/83. would test now
19200:
19201: * src/: classes/random.C, main/compile.y, main/execute.C,
19202: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
19203: numbered params had wrong name - for instance: bad error message
19204: in ^for[] bad body type. fixed
19205:
19206: 2001-05-14 parser
19207:
19208: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
19209: main/untaint.C: ^string.upper|lower[]
19210:
19211: 2001-05-11 parser
19212:
19213: * src/: classes/double.C, classes/image.C, classes/op.C,
19214: classes/string.C, classes/table.C, classes/unknown.C,
19215: main/execute.C, types/pa_value.h, types/pa_vbool.h,
19216: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
19217: types/pa_vunknown.h: op: MAX_LOOPS as_int
19218:
19219: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
19220: .dsp for win32tools
19221:
19222: 2001-05-11 paf
19223:
19224: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
19225: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
19226: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
19227: targets/isapi/kill.pl: moved win32 helpers to /win32tools
19228:
19229: 2001-05-10 paf
19230:
19231: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
19232: for C++, that's all
19233:
1.97 moko 19234: * src/: Makefile.in, classes/Makefile.in,
19235: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19236: include/pa_config_includes.h, main/Makefile.in,
19237: targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
19238: inline wonders
1.95 moko 19239:
19240: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
19241: doc/doxygen.cmd: hash.C added
19242:
19243: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
19244:
19245: * src/main/compile.y: @end grammar: allowed zero strings in control
19246: menthod
19247:
19248: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
19249: pa_vstateless_object.h: changed priority: field before method
19250: lookup in vclass & vobject
19251:
19252: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
19253: grammar: priorities changes [lowerd && prior] vobject: now first
19254: fields, next methods
19255:
19256: 2001-05-08 paf
19257:
19258: * src/main/pa_table.C: table columnname2item on nameless ignored
19259: bark=false. fixed
19260:
19261: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
19262: types/pa_vmethod_frame.h: hash:default works at last!
19263:
19264: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
19265: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
19266: hash:default
19267:
19268: * src/classes/table.C: z
19269:
19270: * src/classes/table.C: table:hash always hash of hash now
19271:
19272: * src/classes/table.C: table:empty return bool now
19273:
19274: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
19275: include/pa_table.h, main/pa_table.C, types/pa_value.h,
19276: types/pa_vtable.h: table:hash
19277:
19278: * src/classes/table.C: table:record have name
19279:
19280: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
19281: returns vunknown
19282:
19283: * src/classes/: double.C, int.C, op.C, string.C:
19284: int,double,string:int[] double[] string:length[] results now have
19285: hames
19286:
19287: * src/: classes/op.C, classes/table.C, main/main.dsp,
19288: types/pa_vtable.h: removed table:find. table:locate and op:eval
19289: now return bool
19290:
19291: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
19292: in method checkparams again. fixed
19293:
19294: 2001-05-07 paf
19295:
19296: * src/doc/chm.cmd: cmd
19297:
19298: * src/: classes/image.C, classes/mail.C, classes/string.C,
19299: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
19300: types/pa_value.h: method reported errors on wrong pool
19301:
19302: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
19303: now
19304:
19305: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
19306: include/code.h, include/pa_opcode.h, main/compile.C,
19307: main/compile_tools.h, main/execute.C, types/pa_value.h,
19308: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19309: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
19310: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
19311: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19312: types/pa_vmethod_frame.h, types/pa_vobject.h,
19313: types/pa_vrequest.h, types/pa_vresponse.h,
19314: types/pa_vstateless_class.h, types/pa_vstring.h,
19315: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
19316: types/pa_wwrapper.h: pa_code.h
19317:
19318: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
19319:
19320: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
19321: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
19322: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
19323: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
19324: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
19325: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
19326: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
19327: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
19328: types/pa_vtable.h: dox, split by not clean parts also
19329:
19330: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
19331: types/pa_vtable.h: table: fields, then methods. so to enable
19332: 'dir' fields & co. more
19333:
19334: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
19335: so to enable 'dir' fields & co.
19336:
19337: * src/main/compile.y: grammar: @end
19338:
19339: 2001-05-04 paf
19340:
19341: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
19342: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
19343:
19344: * src/: classes/classes.h, classes/double.C, classes/file.C,
19345: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
19346: classes/op.C, classes/random.C, classes/response.C,
19347: classes/string.C, classes/table.C, classes/unknown.C,
19348: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
19349: method dox
19350:
19351: 2001-05-03 paf
19352:
19353: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
19354: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
19355: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
19356: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
19357: doc/string.dox, doc/targets.dox, doc/value.dox,
19358: main/pa_request.C: dox splitted .dox files and added some
19359:
19360: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
19361:
19362: 2001-05-02 paf
19363:
19364: * src/classes/: image.C, table.C: table:dir result are not tainted
19365: by file_name language now
19366:
19367: 2001-04-28 paf
19368:
19369: * src/classes/classes.inc: removed classes.inc
19370:
19371: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
19372: from .am
19373:
19374: * src/classes/classes.awk: skipped classes in .awk
19375:
19376: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
19377: classes/classes.inc, classes/double.C, classes/file.C,
19378: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
19379: classes/string.C, classes/table.C, classes/unknown.C,
19380: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
19381: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
19382: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
19383: pa_methoded back to classes/classes.h
19384:
19385: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
19386:
19387: * src/: classes/Makefile.am, classes/classes.awk,
19388: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
19389: classes/ls.exe, main/bison.exe: classes.inc autogenerator
19390:
19391: * src/: classes/classes.C, classes/classes.h, classes/double.C,
19392: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
19393: classes/response.C, classes/string.C, classes/table.C,
19394: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
19395: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
19396: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
19397: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
19398: include|main/pa_methoded
19399:
19400: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
19401: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
19402:
19403: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
19404: moved some configured data to request::classes_conf moved some
19405: string crations from globals to M... [works]
19406:
19407: * src/: classes/form.C, classes/mail.C, classes/op.C,
19408: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
19409: main/pa_request.C: moved some configured data to
19410: request::classes_conf moved some string crations from globals to
19411: M...
19412:
19413: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
19414: about to move configured data to special request hash
19415:
19416: * src/: classes/classes.C, classes/classes.h, classes/file.C,
19417: classes/form.C, classes/mail.C, include/pa_request.h,
19418: main/pa_request.C: configure started
19419:
19420: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
19421: 2. todo: methoded-configure
19422:
19423: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
19424: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19425: classes/_random.h, classes/_response.h, classes/_string.h,
19426: classes/_table.h, classes/_unknown.h, classes/classes.inc,
19427: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
19428: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19429: classes/random.C, classes/response.C, classes/string.C,
19430: classes/table.C, classes/unknown.C, include/pa_globals.h,
19431: include/pa_request.h, main/compile.y, main/execute.C,
19432: main/main.dsp, main/pa_globals.C, main/pa_request.C,
19433: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19434: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
19435: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
19436: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
19437: types/pa_vrequest.h, types/pa_vresponse.h,
19438: types/pa_vstateless_class.h, types/pa_vstring.h,
19439: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
19440: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
19441: methoded-configure
19442:
19443: * src/: classes/file.C, classes/table.C, main/compile.y,
19444: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
19445: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
19446: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
19447:
19448: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
19449: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
19450: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19451: classes/random.C, classes/response.C, classes/string.C,
19452: classes/table.C, classes/unknown.C, include/pa_request.h,
19453: main/compile.y, main/execute.C, main/pa_globals.C,
19454: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
19455: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19456: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
19457: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
19458: beautifying just compiled. todo: debug, configure
19459:
19460: 2001-04-27 paf
19461:
19462: * src/: classes/file.C, classes/image.C, classes/table.C,
19463: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
19464: beautifying -99
19465:
19466: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
19467: classes/_response.h, classes/_unknown.h, classes/classes.C,
19468: classes/classes.h, classes/double.C, classes/file.C,
19469: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
19470: classes/op.C, classes/random.C, classes/response.C,
19471: classes/string.C, include/pa_globals.h, main/main.dsp,
19472: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
19473: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
19474: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
19475: types/pa_vunknown.h: beautifying -100
19476:
19477: * src/main/compile.y: serge@ found @CLASS bug. fixed
19478:
19479: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
19480: classes/_op.h, classes/_random.h, classes/_table.h,
19481: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
19482: classes/op.C, classes/random.C, classes/response.C,
19483: classes/string.C, classes/table.C, classes/unknown.C,
19484: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
19485: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
19486: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
19487: beautifying
19488:
19489: 2001-04-26 paf
19490:
19491: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
19492:
19493: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
19494: documentation ++
19495:
19496: * src/: classes/_exec.h, doc/doxygen.cfg,
19497: include/pa_config_fixed.h, include/pa_config_includes.h,
19498: targets/cgi/pa_pool.C: code documentation ++
19499:
19500: * src/: classes/_image.h, classes/op.C, classes/random.C,
19501: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19502: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
19503: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
19504: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19505: types/pa_vmethod_frame.h, types/pa_vobject.h,
19506: types/pa_vrequest.C, types/pa_vrequest.h,
19507: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
19508: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
19509: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
19510: code documentation ++
19511:
19512: * src/: classes/image.C, classes/mail.C, classes/string.C,
19513: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
19514: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
19515: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
19516: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
19517: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19518: types/pa_vobject.h, types/pa_vstateless_class.h,
19519: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
19520:
19521: * src/main/: pa_request.C, pa_string.C: z
19522:
19523: * src/: include/pa_common.h, include/pa_types.h,
19524: main/pa_sql_driver_manager.C: module [and, guess, isapi]
19525: connection caching fixed. request-pooled-url were stored into
19526: global connectioncache
19527:
19528: 2001-04-25 paf
19529:
19530: * src/: doc/doxygen.cfg, doc/doxygen.txt,
19531: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
19532:
19533: * src/: include/code.h, include/pa_common.h, main/compile.y,
19534: main/execute.C, main/pa_common.C: -d
19535:
19536: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
19537: illegal call check a bit improved, but still under iis no mapping
19538: of dir with parser allowed!
19539:
19540: 2001-04-24 paf
19541:
1.97 moko 19542: * src/targets/Makefile.in: apache makefile.in s
19543:
1.95 moko 19544: * src/targets/Makefile.am: apache module lib .am
19545:
19546: * src/main/pa_exec.C: windows32 buildCommand
19547:
19548: 2001-04-23 paf
19549:
19550: * src/targets/cgi/Makefile.am: win32 conditional
19551:
19552: * src/targets/cgi/Makefile.am: win32 conditional
19553:
19554: * src/targets/cgi/Makefile.am: liblink
19555:
19556: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
19557: vfile fields return type
19558:
19559: * src/types/pa_vfile.h: vfile fields return type
19560:
19561: * src/include/pa_config_auto.h.in: .h.in
19562:
1.97 moko 19563: * src/targets/Makefile.in: makefiles&co
19564:
1.95 moko 19565: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
19566: types/Makefile: makefiles removed
19567:
1.97 moko 19568: * src/: classes/Makefile.in, main/Makefile.in,
19569: targets/cgi/Makefile.in, types/Makefile.in, Makefile.in: makefile
19570: ins
19571:
1.95 moko 19572: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
19573: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
19574:
19575: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
19576: [tested: i & g ]
19577:
19578: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
19579: @test noticed series in isapi, check how initialize_random_class
19580: is called! [must be called only once]
19581:
19582: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
19583: would not be 'unknown column'
19584:
19585: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
19586: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
19587:
19588: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
19589: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
19590: [now doesnt]
19591:
19592: * src/targets/cgi/parser3.C: cgi cmdline ver
19593:
19594: * src/targets/cgi/parser3.C: cgi /// @test disable
19595: /cgi-bin/parser3/auto.p
19596:
19597: * src/main/untaint.C: untaint without charset
19598:
19599: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
19600: main/pa_common.C: common: file_write /// @test mkdirs
19601: file_delete rmdirs
19602:
19603: * src/main/untaint.C: mail header only once to =?
19604:
19605: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
19606: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
19607: main/untaint.C: untaint - @test optimize whitespaces for
19608: all but 'html'
19609:
19610: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
19611: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
19612: main/untaint.C: untaint - @test mail-header
19613:
19614: 2001-04-20 paf
19615:
19616: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19617: include/pa_request.h, include/pa_string.h, main/compile.y,
19618: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
19619: targets/cgi/parser3.C: $MAIN:LOCALE
19620:
19621: * src/main/untaint.C: z
19622:
19623: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
19624:
19625: 2001-04-19 paf
19626:
19627: * src/main/compile_tools.h: $a$b bugfix
19628:
19629: * src/targets/cgi/parser3.C: z
19630:
19631: * src/classes/file.C: z
19632:
19633: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
19634: done: header to $fields. waits for header '\' tricks
19635:
19636: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
19637: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
19638: changed urlencode here and in untaint.C to HTTP standard's " and
19639: \" mech
19640:
19641: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
19642: http://alx/~paf/ doesnt load /auto.p
19643:
19644: 2001-04-18 paf
19645:
19646: * src/main/pa_request.C: 1
19647:
19648: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
19649: linux @alx
19650:
19651: 2001-04-17 paf
19652:
19653: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
19654: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
19655: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
19656: enabled
19657:
19658: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
19659: classes/_exec.h, classes/_file.h, classes/_form.h,
19660: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19661: classes/_random.h, classes/_response.h, classes/_string.h,
19662: classes/_table.h, classes/_unknown.h, classes/file.C,
19663: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
19664: include/pa_config_fixed.h, include/pa_config_includes.h,
19665: include/pa_hash.h, include/pa_sql_driver_manager.h,
19666: include/pa_version.h, main/Makefile.am, main/compile.y,
19667: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
19668: main/pa_sql_driver_manager.C, sql/Makefile.am,
19669: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
19670: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
19671: types/pa_vform.C, types/pa_vimage.h: exec @jav
19672:
19673: * src/: include/pa_sql_driver_manager.h,
19674: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
19675: types/pa_vimage.h: sql driver interface now has initialize(client
19676: .so)
19677:
19678: 2001-04-16 paf
19679:
19680: * src/Makefile.am: compile2 cygwin
19681:
19682: * src/: include/pa_config_includes.h, main/pa_exec.C,
19683: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
19684:
19685: * src/targets/cgi/Makefile.am: compile0 jav
19686:
19687: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
19688: classes/_exec.h, classes/_file.h, classes/_form.h,
19689: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
19690: classes/_random.h, classes/_response.h, classes/_string.h,
19691: classes/_table.h, classes/_unknown.h, classes/image.C,
19692: classes/mail.C, classes/op.C, classes/random.C,
19693: include/pa_config_fixed.h, include/pa_config_includes.h,
19694: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
19695: main/compile.y, main/pa_common.C, main/pa_exec.C,
19696: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
19697: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
19698: compile-1
19699:
19700: 2001-04-15 paf
19701:
19702: * src/classes/op.C: z
19703:
19704: * src/classes/table.C: table:empty +=process
19705:
19706: * src/types/pa_value.h: MethodParams !junction
19707:
19708: * src/: classes/_string.h, classes/double.C, classes/file.C,
19709: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
19710: classes/random.C, classes/response.C, classes/string.C,
19711: classes/table.C, classes/unknown.C, main/pa_request.C:
19712: MethodParams everywhere
19713:
19714: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
19715: types/pa_vmethod_frame.h: MethodParams in op.C
19716:
19717: 2001-04-12 paf
19718:
19719: * src/: classes/image.C, types/pa_vimage.h: image:font :text
19720:
19721: * src/: classes/_unknown.h, classes/unknown.C,
19722: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
19723: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
19724:
19725: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
19726:
19727: * src/classes/image.C: image:gif now does not have params
19728:
19729: * src/classes/image.C:
19730: image:line/fill/rectangle/bar/replace/polygon/polybar
19731:
19732: * src/: classes/image.C, classes/op.C, main/execute.C,
19733: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
19734: for var now written not to r.wcontext, but to r.root cleared
19735: "entered_object" state
19736:
19737: 2001-04-11 paf
19738:
19739: * src/classes/image.C: image:create image:load
19740:
19741: * src/: classes/image.C, main/main.dsp: gd with mem write + image
19742: just compiled
19743:
19744: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
19745: todo: gif without file
19746:
19747: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
19748: started porting to Pooled descendant
19749:
19750: * src/: classes/image.C, main/execute.C, main/main.dsp,
19751: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
19752: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
19753: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
19754:
19755: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
19756: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
19757: end. switching to python imaging lib
19758:
19759: * src/main/main.dsp: gd+smtp made separate libs
19760:
19761: * src/: include/pa_globals.h, include/pa_string.h,
19762: main/pa_common.C, main/pa_request.C, main/untaint.C,
19763: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
19764: length
19765:
19766: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
19767: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
19768: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
19769: UL_FILE_NAME of posted file name
19770:
19771: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
19772: post [broke when moved post read to core]
19773:
19774: 2001-04-10 paf
19775:
19776: * src/classes/image.C: image:html done
19777:
19778: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
19779:
19780: * src/classes/image.C: z
19781:
19782: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
19783: forgotten!
19784:
19785: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
19786: main/pa_request.C, main/pa_string.C, main/untaint.C,
19787: types/pa_vimage.h: image:measure -90
19788:
19789: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
19790: classes/_int.h, classes/_mail.h, classes/_op.h,
19791: classes/_random.h, classes/_response.h, classes/_string.h,
19792: classes/_table.h, classes/file.C, classes/mail.C,
19793: include/pa_common.h, include/pa_globals.h, main/execute.C,
19794: main/main.dsp, main/pa_common.C, main/pa_globals.C,
19795: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
19796: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
19797: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
19798: compiled
19799:
19800: * src/classes/mail.C: minor bug with unclear from/to
19801:
19802: * src/classes/mail.C: sendmail unix skipping defaults
19803:
19804: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
19805: sendmail unix added defaults
19806:
19807: * src/classes/mail.C: unix sendmail compiled. todo:testing
19808:
19809: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
19810:
19811: 2001-04-09 paf
19812:
19813: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
19814: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
19815: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19816: targets/isapi/parser3isapi.dsp: all targets exec
19817:
19818: * src/: include/pa_sapi.h, include/pa_string.h,
19819: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19820: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
19821: args in apache:util.script
19822:
19823: * src/include/pa_string.h: written but not tested exec with env for
19824: unix
19825:
19826: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
19827: targets/cgi/parser3.C: exec win32 env
19828:
19829: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
19830: 0
19831:
19832: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
19833: main/execute.C, main/main.dsp, main/pa_globals.C,
19834: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
19835: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
19836:
19837: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
19838: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
19839:
19840: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
19841: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
19842:
19843: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
19844: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
19845: main/pa_common.C, main/pa_request.C, main/pa_string.C,
19846: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19847: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
19848: exec class just compiled. moved post read to request core
19849:
19850: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
19851: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
19852: main/pa_globals.C, targets/cgi/parser3.C,
19853: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
19854: are already read by vform
19855:
19856: 2001-04-08 paf
19857:
19858: * src/: classes/file.C, classes/mail.C, classes/string.C,
19859: include/pa_request.h, include/pa_string.h, main/pa_request.C:
19860: uuencode. string<<
19861:
19862: 2001-04-07 paf
19863:
19864: * src/classes/mail.C: z
19865:
19866: * src/classes/mail.C: z
19867:
19868: * src/classes/mail.C: ^mail[$attach
19869:
19870: * src/classes/mail.C: ^attach dead end
19871:
19872: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
19873: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19874: targets/isapi/parser3isapi.C: mail:send 1
19875:
19876: * src/: classes/mail.C, main/pa_request.C: z
19877:
19878: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
19879: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
19880: compiled
19881:
19882: * src/classes/mail.C: +=
19883:
19884: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
19885: prepared
19886:
19887: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
19888: include/pa_globals.h, include/pa_string.h, main/main.dsp,
19889: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
19890: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
19891:
19892: 2001-04-06 paf
19893:
19894: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
19895: main/pa_string.C: table:dir 1
19896:
19897: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
19898: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
19899:
19900: * src/: classes/_op.h, classes/_root.h, classes/op.C,
19901: classes/root.C, include/pa_globals.h, include/pa_request.h,
19902: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
19903: main/pa_request.C: renamed 'root' to 'op'
19904:
19905: * src/classes/: _op.h, op.C: renamed from 'root'
19906:
19907: * src/types/pa_valiased.C: another root inherititance skipped
19908:
19909: * src/main/: compile.C, compile.y, execute.C: operators are now not
19910: root methods of parent class. just 'ROOT' class
19911:
19912: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
19913: @office
19914:
19915: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
19916:
19917: 2001-04-05 paf
19918:
19919: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
19920: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
19921: constructor flag dropped at get_method_frame and remembered into
19922: method_frame
19923:
19924: * src/: classes/file.C, classes/root.C, classes/string.C,
19925: classes/table.C, main/pa_request.C: junction to code&expression
19926: in errors
19927:
19928: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
19929: main/pa_string.C, targets/isapi/parser3isapi.dsp:
19930: $LOCALE:ctype[Russian_Russia.1251]
19931:
19932: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
19933: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
19934: main/pa_table.C: hash now not thread-safe.
19935:
19936: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
19937: main/untaint.C: z
19938:
19939: * src/: classes/random.C, classes/root.C, classes/table.C,
19940: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
19941: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
19942: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
19943: types/pa_wcontext.h: sql quote. string untaint UL_SQL
19944:
19945: * src/: classes/table.C, include/pa_sql_connection.h,
19946: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
19947:
19948: * src/classes/table.C: select * from hren error contains statement
19949:
19950: * src/: classes/table.C, include/pa_sql_connection.h,
19951: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
19952: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
19953:
19954: * src/: classes/root.C, include/pa_sql_connection.h,
19955: include/pa_sql_driver.h, main/main.dsp,
19956: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
19957: services for conv memory & error reporting
19958:
19959: 2001-04-04 paf
19960:
19961: * src/doc/doxygen.cfg: z
19962:
19963: * src/include/pa_sql_driver.h: mysql connect
19964:
19965: * src/include/pa_sql_driver.h: mysql info
19966:
19967: * src/: classes/root.C, include/pa_sql_driver.h,
19968: include/pa_sql_driver_manager.h, main/main.dsp,
19969: main/pa_sql_driver_manager.C: more manager&connection&driver
19970:
19971: * src/sql/Makefile.am: forgot to add mysql client
19972:
19973: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
19974: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
19975: [forgot to add libltdl, added]
19976:
19977: * src/: Makefile.am, classes/root.C, classes/string.C,
19978: classes/table.C, include/pa_globals.h, include/pa_hash.h,
19979: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
19980: include/pa_string.h, include/pa_table.h, main/main.dsp,
19981: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
19982: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
19983: -1000 just compiled
19984:
19985: * src/: classes/random.C, classes/root.C, classes/table.C,
19986: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
19987: main/pa_request.C, types/pa_vclass.h: sql frame -10
19988:
19989: 2001-04-03 paf
19990:
19991: * src/types/pa_vform.C: z
19992:
19993: * src/: classes/string.C, types/pa_vform.C: string:match replace
19994: assigned lang
19995:
19996: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
19997: {}[]< empty []
19998:
19999: * src/: classes/file.C, classes/string.C, classes/table.C,
20000: include/pa_string.h, main/pa_common.C, main/pa_string.C,
20001: main/untaint.C: string:match replace 2. string.cstr(forced lang)
20002:
20003: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20004: string:match replace strange matches
20005:
20006: * src/classes/string.C: string:match replace 0
20007:
20008: * src/: classes/string.C, main/pa_string.C: string:match replace
20009: prepared 2
20010:
20011: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20012: string:match replace prepared
20013:
20014: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20015: string:match replace -11
20016:
20017: * src/: classes/string.C, include/pa_globals.h,
20018: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
20019: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
20020:
20021: * src/: classes/string.C, include/pa_globals.h,
20022: include/pa_string.h, main/main.dsp, main/pa_globals.C,
20023: main/pa_string.C: string:match [search] -1 just compiled
20024:
20025: * src/types/pa_vstring.C: z
20026:
20027: * src/: classes/double.C, classes/file.C, classes/form.C,
20028: classes/int.C, classes/response.C, classes/root.C,
20029: classes/string.C, classes/table.C, include/pa_string.h,
20030: main/pa_string.C: string:match -10 [frame]
20031:
20032: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
20033: main/pa_request.C: z
20034:
20035: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
20036: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
20037: todo/tests
20038:
20039: * src/include/pa_common.h: z
20040:
20041: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
20042: main/pa_request.C, targets/cgi/parser3.C,
20043: targets/isapi/parser3isapi.C, types/pa_vfile.C:
20044: content-disposition
20045:
20046: * src/: include/pa_common.h, include/pa_globals.h,
20047: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20048: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
20049:
20050: * src/: include/pa_common.h, include/pa_request.h,
20051: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
20052: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
20053: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
20054: response:body
20055:
20056: * src/classes/table.C: table:append now uses string::split
20057:
20058: * src/classes/table.C: z
20059:
20060: * src/: classes/file.C, classes/root.C, classes/string.C,
20061: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
20062: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
20063: include/pa_string.h, main/execute.C, main/pa_string.C,
20064: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
20065: string::pos & cmp & piece bugs fixed. string::split new
20066: table:load separated from set table:set implemented with clean \n
20067: \t searches
20068:
20069: 2001-04-02 paf
20070:
20071: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
20072: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
20073: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
20074: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
20075: it in table:set/load
20076:
20077: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
20078: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
20079:
20080: * src/classes/random.C: random:generate 1
20081:
20082: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
20083: main/main.dsp, main/pa_globals.C, main/pa_request.C,
20084: types/pa_value.h: random:generate
20085:
20086: 2001-03-30 paf
20087:
20088: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
20089: todo: table flip and append. string::pos
20090:
20091: * src/: classes/double.C, classes/file.C, classes/int.C,
20092: classes/response.C, classes/root.C, classes/string.C,
20093: classes/table.C, main/compile.y, main/execute.C,
20094: types/pa_value.h, types/pa_vstateless_class.C,
20095: types/pa_vstateless_class.h: static|dynamic|any method
20096: registration
20097:
20098: * src/: classes/file.C, classes/table.C, include/pa_table.h,
20099: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
20100: table:flip
20101:
20102: 2001-03-29 paf
20103:
20104: * src/classes/string.C: string:xsplit forgot that they must result
20105: in 1 row N column [not vice versa]
20106:
20107: * src/classes/string.C: z
20108:
20109: * src/classes/string.C: string: rsplit
20110:
20111: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20112: string: lsplit
20113:
20114: * src/: classes/string.C, include/pa_string.h, main/execute.C,
20115: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
20116: lsplit -1
20117:
20118: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20119: string: pos
20120:
20121: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20122: string: pos -1
20123:
20124: * src/: classes/string.C, classes/table.C, include/pa_string.h,
20125: main/compile.y, main/pa_request.C, main/pa_string.C,
20126: main/untaint.C: string: left right mid
20127:
20128: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
20129: main/compile_tools.h, main/main.dsp, types/pa_value.h,
20130: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
20131: and [;] are different now.
20132:
20133: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
20134: main/untaint.C: pool.request undone
20135:
20136: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
20137: main/untaint.C: pool.request
20138:
20139: 2001-03-28 paf
20140:
20141: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
20142: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20143: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
20144: $request:browser [.type .version]; unknown.get_double now = 0.
20145:
20146: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
20147: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
20148: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
20149: types/pa_vform.C: file:load autodetection of mime-type by
20150: user-file-name
20151:
20152: * src/: classes/file.C, main/execute.C, main/pa_common.C,
20153: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
20154: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
20155:
20156: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
20157: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
20158: write. must be self.set
20159:
20160: * src/: classes/file.C, classes/root.C, classes/table.C,
20161: include/pa_table.h, main/pa_table.C: table:locate1, file:test
20162:
20163: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
20164: include/pa_table.h, main/pa_array.C, main/pa_table.C,
20165: types/pa_vtable.h: table:locate just compiled
20166:
20167: 2001-03-27 paf
20168:
20169: * src/main/: execute.C, pa_common.C: fixed r/w context of
20170: code-params2, fixed ntfs hardlink slow dir update
20171:
20172: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
20173: types/pa_wcontext.h: fixed r/w context of code-params
20174:
20175: * src/: classes/table.C, main/execute.C: about to change junction
20176: rcontext!!
20177:
20178: * src/: classes/double.C, classes/int.C, classes/root.C,
20179: classes/string.C, classes/table.C, main/compile_tools.C,
20180: main/execute.C, main/pa_request.C, main/untaint.C,
20181: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
20182: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
20183: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
20184: types/pa_vunknown.h: sort 0
20185:
20186: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
20187: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
20188: renamed to are_static_calls_disabled
20189:
20190: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
20191: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
20192: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
20193: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
20194:
20195: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
20196:
20197: * src/: classes/table.C, include/pa_common.h, main/compile.y:
20198: started table:sort fixed minor bug in #...^{
20199:
20200: * src/: classes/table.C, include/pa_common.h, main/compile.y,
20201: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
20202: decided to have as it were. stepped back. grammar: added 'in'
20203: 'is' 'lt'&co follow-space check
20204:
20205: 2001-03-26 paf
20206:
20207: * src/: classes/file.C, classes/root.C, classes/table.C,
20208: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
20209: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20210: main/pa_table.C: moved ::save to pa_table. disabled @auto
20211: invocation in ^process
20212:
20213: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
20214:
20215: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
20216: main/pa_array.C: table:record
20217:
20218: * src/: main/untaint.C, targets/cgi/parser3.C,
20219: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20220: targets/isapi/pool_storage.h, types/pa_valiased.h,
20221: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
20222: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
20223: types/pa_vtable.h: z
20224:
20225: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
20226: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
20227: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
20228: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
20229: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
20230: method realisations on 'self' validity - they now can simply
20231: assume that 'self' is V{Proper} .
20232:
20233: 2001-03-25 paf
20234:
20235: * src/main/untaint.C: z
20236:
20237: * src/main/: pa_request.C, untaint.C: moved default typo-table to
20238: lowlevel - it initialization could be skipped if failed in @auto.
20239: so that exception report would use some table
20240:
20241: * src/main/pa_request.C: table empty lines ignored. system-default
20242: content type assigned in output:result [can fail in main:auto and
20243: skipped normal defaults extraction]
20244:
20245: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
20246: bug
20247:
20248: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
20249: processing to table [except preliminary \r\n \r \n replacements
20250: to "\n"]
20251:
20252: * src/: classes/table.C, main/untaint.C: html-typo - decided to
20253: move all the processing to table
20254:
20255: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
20256: main/pa_table.C, main/untaint.C: returned table originating.
20257: useful for reporting typo table problems origin. think would be
20258: useful somewhere else
20259:
20260: * src/main/untaint.C: typo \r \r\n \n properly handled
20261:
20262: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
20263: include/pa_table.h, main/compile.y, main/compile_tools.C,
20264: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
20265: main/pa_string.C, main/pa_table.C, main/untaint.C,
20266: types/pa_vcookie.h: typo & typo-default
20267:
20268: 2001-03-24 paf
20269:
20270: * src/main/pa_common.C: z
20271:
20272: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
20273: targets/cgi/parser3.C: html-typo 2
20274:
20275: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
20276: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
20277: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
20278: main/execute.C, main/pa_array.C, main/pa_globals.C,
20279: main/pa_request.C, main/pa_string.C, main/untaint.C,
20280: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20281: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
20282: noticed double default content-type prob. run cgi.cmd tomorrow
20283: first html-typo sample. detected << problem: they become ltlt too
20284: fast
20285:
20286: * src/main/compile.y: z
20287:
20288: * src/main/: compile.y, compile_tools.h: #comment
20289:
20290: * src/: classes/file.C, classes/root.C, classes/table.C,
20291: include/pa_common.h, include/pa_request.h, main/compile.y,
20292: main/pa_common.C, main/pa_request.C, main/pa_string.C,
20293: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
20294: stringified
20295:
20296: * src/types/pa_valiased.C: decided to String-ify file_read
20297:
20298: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
20299: isapi/parser3isapi.dsp: cgi: sapi::log
20300:
20301: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
20302: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
20303: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
20304: error log experiments failed - cgi under iis got no access to
20305: log. registereventsource simply failed with 5(illegal call) code,
20306: while worked OK as standalone executable. isapi: used
20307: HSE_APPEND_LOG_PARAMETER feature
20308:
20309: * src/: include/pa_common.h, include/pa_globals.h,
20310: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20311: targets/isapi/parser3isapi.C: fixed default content-type
20312: allocation storage
20313:
20314: * src/: include/pa_globals.h, include/pa_request.h,
20315: main/pa_globals.C, main/pa_request.C: z
20316:
20317: * src/: include/pa_array.h, include/pa_hash.h,
20318: include/pa_request.h, main/compile.y, main/pa_array.C,
20319: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
20320: types/pa_vcookie.C: cyclic uses ignored. defaulted default
20321: content-type
20322:
20323: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
20324: sanity
20325:
20326: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
20327: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
20328: away freeze mech. no danger now for you can't do
20329: ^request:process[@new-method[] body] trick anymore. still
20330: remains $some_instance.process[@new-method[] possibility] but
20331: would leave it as a feature. see index for sample
20332:
20333: * src/: include/pa_common.h, main/pa_common.C,
20334: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
20335: monkey every target
20336:
20337: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
20338: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
20339: types/pa_vform.C, types/pa_vform.h: auto.p monkey
20340:
20341: 2001-03-23 paf
20342:
20343: * src/: include/pa_pool.h, main/pa_request.C,
20344: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20345: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20346: targets/isapi/pool_storage.h: isapi: dumb pool storage
20347:
20348: * src/targets/isapi/pa_pool.C: decided to continue with extension
20349:
20350: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
20351: it would be better to rewrite as filter then to deal with pool
20352:
20353: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
20354: now like in cgi, not from APPL_PHYSICAL_PATH
20355:
20356: * src/: classes/root.C, classes/table.C, include/pa_common.h,
20357: include/pa_config_fixed.h, include/pa_config_includes.h,
20358: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
20359: include/pa_version.h, main/compile.y, main/execute.C,
20360: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
20361: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20362: main/untaint.C, targets/cgi/parser3.C,
20363: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
20364: cgi: reinvent document_root and request_uri under iis. autoconf
20365: updated. introducing ap_config_includes
20366:
20367: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
20368:
20369: * src/targets/cgi/parser3.C: cgi: only one pool now
20370:
20371: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
20372: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20373: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
20374: types/pa_venv.h, types/pa_vform.C: sapi made object
20375:
20376: * src/: include/pa_globals.h, main/pa_request.C,
20377: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20378: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
20379: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
20380:
20381: * src/: main/pa_request.C, targets/cgi/parser3.C,
20382: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
20383: isapi minor env beauty
20384:
20385: * src/: main/pa_request.C, targets/cgi/parser3.C,
20386: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
20387: isapi document_root 0
20388:
20389: 2001-03-22 paf
20390:
20391: * src/targets/isapi/parser3isapi.C: isapi keep-alive
20392:
20393: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
20394: isapi/parser3isapi.C: z
20395:
20396: * src/: include/pa_pool.h, main/pa_request.C,
20397: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
20398:
20399: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
20400: kill.pl: isapi added utils
20401:
20402: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
20403: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20404: types/pa_vform.C: isapi 0
20405:
20406: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
20407: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20408: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20409: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
20410: started isapi
20411:
20412: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
20413: some comments
20414:
20415: * src/: include/pa_globals.h, include/pa_request.h,
20416: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
20417: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
20418: parser_root_auto_path parser_site_auto_path
20419:
20420: * src/types/pa_vcookie.C: cookie attr decoded
20421:
20422: 2001-03-21 paf
20423:
20424: * src/targets/cgi/parser3.C: z
20425:
20426: * src/include/pa_globals.h: post. todo: config of auto.p path
20427:
20428: * src/: include/pa_globals.h, targets/cgi/parser3.C,
20429: types/pa_venv.h: in cookie & env. todo:post
20430:
20431: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
20432: classes/root.C, classes/table.C, include/pa_array.h,
20433: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
20434: include/pa_request.h, include/pa_string.h, main/Makefile.am,
20435: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
20436: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20437: main/pa_table.C, main/untaint.C, targets/Makefile.am,
20438: targets/cgi/Makefile.am, targets/cgi/parser3.C,
20439: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
20440: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
20441: shifted apache branch on main trunc
20442:
20443: * src/: include/pa_common.h, include/pa_globals.h,
20444: include/pa_pool.h, include/pa_request.h, main/main.dsp,
20445: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
20446: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
20447: starting mod_parser3
20448:
20449: * src/targets/cgi/parser3.C: starting mod_parser3
20450:
20451: 2001-03-20 paf
20452:
20453: * src/: main/pa_common.C, targets/cgi/Makefile.am,
20454: targets/cgi/parser3.C: automake compiled and works. todo:make
20455: win32 ifdefs work and add ifdef unistd
20456:
20457: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
20458: main/Makefile.am, main/pa_common.C, main/pa_request.C,
20459: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
20460: z
20461:
20462: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
20463: main/execute.C, main/pa_common.C, types/Makefile.am: removing
20464: locking
20465:
20466: * src/: classes/Makefile.am, types/Makefile.am: z
20467:
20468: * src/: Makefile.am, classes/file.C, classes/root.C,
20469: classes/table.C, include/pa_array.h, include/pa_request.h,
20470: include/pa_string.h, main/Makefile.am, main/execute.C,
20471: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
20472: main/pa_string.C, main/untaint.C, targets/Makefile.am,
20473: targets/cgi/Makefile.am, targets/cgi/parser3.C,
20474: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
20475:
20476: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
20477: main/pa_request.C, types/pa_vfile.h: ^table:save
20478:
20479: * src/: classes/file.C, classes/table.C, include/pa_array.h,
20480: include/pa_common.h, include/pa_request.h, include/pa_string.h,
20481: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
20482: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
20483: types/pa_vform.h: z
20484:
20485: * src/include/pa_string.h: z
20486:
20487: * src/: classes/_request.h, classes/request.C, main/main.dsp,
20488: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
20489: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
20490: :Value
20491:
20492: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
20493: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
20494: :VStateless_object
20495:
20496: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
20497: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
20498: :VStateless_object
20499:
20500: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20501: types/pa_valiased.C, types/pa_vform.h: commented VForm
20502:
20503: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
20504: types/pa_valiased.h, types/pa_value.h,
20505: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20506: types/pa_vstateless_object.h: moved common get_element part from
20507: stateless object&class into VAliased
20508:
20509: * src/: classes/_env.h, classes/_table.h, classes/env.C,
20510: classes/table.C, main/execute.C, main/main.dsp,
20511: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
20512: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
20513: now :Value
20514:
20515: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
20516: main/execute.C, main/main.dsp, main/pa_globals.C,
20517: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
20518:
20519: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
20520: doxx
20521:
20522: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
20523: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
20524: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
20525: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
20526: and ^file:save
20527:
20528: 2001-03-19 paf
20529:
20530: * src/types/pa_vfile.C: z
20531:
20532: * src/: classes/file.C, classes/request.C, classes/table.C,
20533: include/pa_string.h, main/main.dsp, main/pa_pool.C,
20534: main/pa_request.C, main/untaint.C, types/pa_value.h,
20535: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
20536:
20537: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
20538: include/pa_string.h, include/pa_table.h, main/main.dsp,
20539: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
20540: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
20541: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
20542: classes/_file.h, classes/file.C, types/pa_vfile.C,
20543: types/pa_vfile.h: file class just compiled
20544:
20545: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
20546: include/pa_table.h, include/pa_types.h, main/execute.C,
20547: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
20548: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
20549: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
20550:
20551: * src/include/pa_pool.h: z
20552:
20553: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
20554: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
20555: Hash::Value to Val so to doxygen would finlly stop confusing
20556: those Value-s
20557:
20558: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
20559: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
20560: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20561: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20562: include/pa_types.h, main/compile.C, main/compile.y,
20563: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20564: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
20565: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
20566: main/pa_request.C, main/pa_string.C, main/pa_table.C,
20567: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
20568:
20569: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
20570: derivates somehow unlinked. don't know why yet
20571:
20572: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
20573: include/pa_string.h, include/pa_threads.h, main/compile.C,
20574: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20575: main/execute.C, main/pa_array.C, main/pa_common.C,
20576: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
20577: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
20578: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
20579:
20580: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
20581: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
20582: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
20583: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
20584: types/pa_vrequest.h: doc: detected Value derivates prob
20585:
20586: * src/include/pa_globals.h: z
20587:
20588: * src/: classes/_request.h, classes/request.C, include/code.h,
20589: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
20590: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
20591: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
20592: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20593: main/execute.C, main/pa_pool.C, main/pa_request.C,
20594: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20595: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
20596:
20597: 2001-03-18 paf
20598:
20599: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
20600: cookie: allowed access to hash-assigned
20601:
20602: * src/targets/cgi/parser3.C: z
20603:
20604: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
20605: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
20606: include/pa_types.h, main/main.dsp, main/pa_common.C,
20607: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
20608: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
20609: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
20610: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
20611: types/pa_vunknown.h: cookie class
20612:
20613: * src/main/pa_request.C: zero length output allowed
20614:
20615: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
20616: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
20617:
20618: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
20619: lang switch
20620:
20621: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
20622: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20623: types/pa_value.h, types/pa_vhash.h:
20624: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
20625:
20626: * src/main/execute.C: z
20627:
20628: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
20629: targets/cgi/parser3.C: taint[uri
20630:
20631: * src/: classes/request.C, classes/response.C, classes/root.C,
20632: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20633: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
20634: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
20635:
20636: * src/: classes/root.C, classes/string.C, include/pa_string.h,
20637: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20638: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
20639: types/pa_vstateless_class.C: convinient string(pool, char *src,
20640: bool tainted) ctor
20641:
20642: * src/: include/pa_hash.h, include/pa_request.h,
20643: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
20644: main/pa_request.C, main/pa_string.C, main/untaint.C,
20645: targets/cgi/parser3.C: proper @exceptions params tainting
20646:
20647: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
20648: response fields to header
20649:
20650: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20651: z
20652:
20653: * src/: classes/_response.h, classes/response.C,
20654: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20655: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
20656: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
20657: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
20658: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
20659: $response: 0 request::core exception rethrow
20660:
20661: 2001-03-16 paf
20662:
20663: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
20664: types/pa_vrequest.h: native method' class call with less params
20665: then needed error reporting
20666:
20667: * src/: classes/_request.h, classes/request.C,
20668: include/pa_globals.h, include/pa_request.h, main/execute.C,
20669: main/main.dsp, main/pa_globals.C, main/pa_request.C,
20670: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
20671: types/pa_vrequest.h: $request : query :uri
20672:
20673: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
20674: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
20675: types/pa_wcontext.h: $result
20676:
20677: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
20678:
20679: * src/: classes/double.C, include/code.h, main/compile.y,
20680: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
20681: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
20682:
20683: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
20684: main/compile.y, main/execute.C, types/pa_value.h,
20685: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
20686: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
20687: wcontext conflict
20688:
20689: * src/: main/execute.C, types/pa_value.h,
20690: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
20691: $string.field
20692:
20693: 2001-03-15 paf
20694:
20695: * src/main/pa_request.C: news sample
20696:
20697: * src/: main/compile.y, main/execute.C, main/pa_request.C,
20698: targets/cgi/parser3.C, types/pa_vstring.h: @exception
20699:
20700: * src/main/: compile.y, execute.C: z
20701:
20702: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
20703: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
20704: pre pre works
20705:
20706: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20707: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
20708: fillfields just compiled
20709:
20710: 2001-03-14 paf
20711:
20712: * src/: include/pa_request.h, main/pa_request.C,
20713: targets/cgi/parser3.C: z
20714:
20715: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
20716: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
20717: types/pa_vstring.h: limits -1
20718:
20719: * src/: include/pa_globals.h, include/pa_request.h,
20720: include/pa_types.h, main/main.dsp, main/pa_globals.C,
20721: main/pa_request.C, targets/cgi/parser3.C,
20722: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
20723: request_info -1
20724:
20725: * src/: include/pa_globals.h, main/pa_globals.C,
20726: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20727: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
20728: vform_fields_fill
20729:
20730: * src/targets/cgi/parser3.C: # if MSVC
20731:
20732: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
20733: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
20734:
20735: * src/targets/cgi/parser3.C: z
20736:
20737: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
20738: include/pa_string.h, include/pa_types.h, main/compile.y,
20739: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
20740: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
20741: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
20742: types/pa_vunknown.h: global handler, exceptions in parser3
20743:
20744: 2001-03-13 paf
20745:
20746: * src/: classes/form.C, main/compile.y, main/core.C,
20747: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
20748: types/pa_vform.h, types/pa_vstateless_class.C,
20749: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
20750: instead
20751:
20752: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
20753: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
20754: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
20755: started cgi target
20756:
20757: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
20758: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
20759: before error show with parser
20760:
20761: * src/: classes/_form.h, classes/form.C, include/core.h,
20762: include/pa_request.h, main/core.C, main/pa_request.C,
20763: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
20764:
20765: * src/targets/cgi/: parser.dsp, parser3.dsp: z
20766:
20767: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
20768: parser3.C: renamed targets/ parser to cgi
20769:
20770: * src/: classes/double.C, classes/env.C, classes/int.C,
20771: classes/root.C, classes/string.C, classes/table.C,
20772: include/pa_request.h, types/pa_vhash.h: z
20773:
20774: * src/: classes/_env.h, classes/env.C, classes/root.C,
20775: include/core.h, include/pa_pool.h, include/pa_request.h,
20776: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
20777: main/pa_common.C, main/pa_request.C, types/pa_value.h,
20778: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
20779: [historical moment :)]
20780:
20781: * src/: include/code.h, include/pa_string.h, main/compile.y,
20782: main/execute.C, main/pa_string.C: 'value is type' expr operator
20783:
20784: * src/types/pa_venv.h: $ENV 1
20785:
20786: * src/main/execute.C: z
20787:
20788: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
20789: future methods of ENV constructor if
20790:
20791: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
20792: class
20793:
20794: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20795: classes/_root.h, classes/_string.h, classes/_table.h,
20796: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
20797: classes/string.C, classes/table.C, include/pa_request.h,
20798: main/compile.C, main/compile_tools.h, main/core.C,
20799: main/execute.C, main/main.dsp, main/pa_request.C,
20800: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
20801: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
20802: types/pa_vobject.h, types/pa_vstateless_class.C,
20803: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20804: types/pa_wcontext.h: $ENV: re 0, stateless classes
20805:
20806: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20807: classes/_root.h, classes/_string.h, classes/_table.h,
20808: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
20809: classes/string.C, classes/table.C, include/pa_request.h,
20810: main/compile.C, main/compile_tools.h, main/core.C,
20811: main/execute.C, main/main.dsp, main/pa_request.C,
20812: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
20813: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
20814: types/pa_vobject.h, types/pa_vstateless_class.C,
20815: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20816: types/pa_wcontext.h: $ENV: re 0, stateless classes
20817:
20818: * src/: include/pa_request.h, main/compile.C, main/execute.C,
20819: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
20820: yesterdays bad decision on execute_static_method
20821:
20822: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
20823:
20824: * src/: classes/double.C, classes/int.C, classes/root.C,
20825: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
20826:
20827: * src/main/pa_request.C: z
20828:
20829: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
20830: include/pa_pool.h: skipped_restructure_exceptions_dead_end
20831:
20832: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
20833: include/pa_pool.h, main/pa_request.C:
20834: restructure_exceptions_dead_end
20835:
20836: * src/: classes/root.C, main/compile.y: ^if required junctions.
20837: allowed ; inside {} to break params
20838:
20839: * src/classes/root.C: ^eval
20840:
20841: * src/: classes/_string.h, classes/double.C, classes/int.C,
20842: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
20843: string ^format
20844:
20845: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
20846: 'bad' but not 'enough'
20847:
20848: * src/: classes/double.C, classes/root.C, classes/table.C,
20849: include/pa_common.h, include/pa_types.h, main/compile.y,
20850: main/pa_common.C, main/pa_request.C, main/untaint.C,
20851: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
20852: types/pa_wwrapper.h: think constructing flag as is is bad
20853:
20854: * src/: classes/double.C, classes/int.C, classes/root.C,
20855: classes/string.C, classes/table.C, main/core.C, main/execute.C,
20856: types/pa_vint.h: ^for
20857:
20858: 2001-03-12 paf
20859:
20860: * src/classes/table.C: table ^empty
20861:
20862: * src/: classes/table.C, include/pa_table.h: table ^menu
20863:
20864: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
20865: ^offset ^line ^count
20866:
20867: * src/classes/root.C: ^round() ^floor() ^ceiling()
20868: ^abs() ^sign()
20869:
20870: * src/classes/: root.C, table.C: ^use
20871:
20872: * src/: classes/root.C, classes/table.C, include/pa_request.h,
20873: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
20874: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
20875: ^while. switched off wcontext.constructing after write(value) or
20876: auto-vhash-constructing
20877:
20878: * src/: classes/root.C, classes/table.C, include/pa_request.h,
20879: main/pa_request.C: fail_if_junction_ helper func
20880:
20881: * src/: classes/root.C, classes/table.C, include/pa_common.h,
20882: include/pa_request.h, main/execute.C, main/main.dsp,
20883: main/pa_common.C, main/pa_request.C: ^process error point by
20884: actual method_name, not source. ^load
20885:
20886: * src/types/pa_vtable.h: table: no, better with string in cells...
20887:
20888: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
20889: classes/_table.h, classes/table.C, main/untaint.C: z
20890:
20891: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
20892: include/pa_table.h, main/core.C, main/execute.C,
20893: main/pa_common.C, main/pa_request.C, main/pa_table.C,
20894: types/pa_value.h: table:set 0
20895:
20896: * src/: classes/root.C, include/core.h, include/pa_array.h,
20897: include/pa_request.h, include/pa_table.h, main/core.C,
20898: main/main.dsp, main/pa_request.C, main/pa_table.C,
20899: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
20900: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
20901: types/pa_vstring.h: freeze, ^table:create[] -1
20902:
20903: * src/: classes/root.C, types/pa_value.h: z
20904:
20905: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
20906: get_method in couple places optimizing them
20907:
20908: * src/classes/root.C: z
20909:
20910: * src/: classes/root.C, types/pa_vclass.h: process temp main
20911: zeroing
20912:
20913: * src/: classes/double.C, classes/int.C, classes/root.C,
20914: classes/string.C, include/pa_common.h, include/pa_request.h,
20915: include/pa_string.h, include/pa_types.h, main/compile.C,
20916: main/compile.y, main/compile_tools.h, main/execute.C,
20917: main/pa_common.C, main/pa_request.C, types/pa_value.h,
20918: types/pa_vmframe.h: ^process. actual names to store param and
20919: check_actual_numbered_params for better place diagnostics
20920:
20921: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
20922: method-junctions bug fixed
20923:
20924: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
20925: pa_vstateless_object.h, pa_vstring.h: stateless_object
20926:
20927: 2001-03-11 paf
20928:
20929: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
20930: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
20931: VDouble VInt base now VObject_base - without fields
20932:
20933: * src/: classes/root.C, include/core.h, main/core.C: z
20934:
20935: * src/: classes/double.C, classes/int.C, classes/root.C,
20936: classes/string.C, include/core.h, include/pa_hash.h,
20937: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
20938: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
20939:
20940: * src/: classes/double.C, classes/int.C, classes/root.C,
20941: include/pa_request.h, main/execute.C: intercept_string
20942:
20943: * src/: classes/double.C, classes/int.C, classes/root.C,
20944: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
20945:
20946: * src/: classes/double.C, classes/int.C, include/pa_request.h:
20947: ^inc-s(expr)
20948:
20949: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20950: classes/_root.h, classes/_string.h, classes/double.C,
20951: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
20952: include/code.h, include/core.h, include/pa_array.h,
20953: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
20954: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
20955: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
20956: include/pa_types.h, main/compile.C, main/compile.y,
20957: main/compile_tools.C, main/compile_tools.h, main/core.C,
20958: main/execute.C, main/pa_array.C, main/pa_common.C,
20959: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
20960: main/pa_request.C, main/pa_string.C, main/pa_table.C,
20961: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20962: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
20963: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
20964: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
20965: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
20966: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
20967:
20968: * src/: main/pa_request.C, types/pa_vhash.h: z
20969:
20970: * src/: include/core.h, include/pa_request.h, main/core.C,
20971: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
20972:
20973: * src/: include/pa_valiased.h, include/pa_value.h,
20974: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
20975: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
20976: include/pa_vjunction.h, include/pa_vmframe.h,
20977: include/pa_vobject.h, include/pa_vstring.h,
20978: include/pa_vunknown.h, include/pa_wcontext.h,
20979: include/pa_wwrapper.h, main/compile.y, main/core.C,
20980: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
20981: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
20982: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
20983: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
20984: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
20985: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
20986: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
20987: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
20988: include/
20989:
20990: 2001-03-10 paf
20991:
20992: * src/: include/core.h, include/pa_request.h, main/core.C,
20993: main/pa_request.C: run+auto=run
20994:
20995: * src/: classes/root.C, include/pa_request.h: minor if junction bug
20996:
20997: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
20998: classes/_root.h, classes/_string.h, classes/double.C,
20999: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
21000: include/code.h, include/core.h, include/pa_array.h,
21001: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
21002: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
21003: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
21004: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
21005: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
21006: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
21007: include/pa_vjunction.h, include/pa_vmframe.h,
21008: include/pa_vobject.h, include/pa_vstring.h,
21009: include/pa_vunknown.h, include/pa_wcontext.h,
21010: include/pa_wwrapper.h, main/compile.C, main/compile.y,
21011: main/compile_tools.C, main/compile_tools.h, main/core.C,
21012: main/execute.C, main/pa_array.C, main/pa_cframe.C,
21013: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
21014: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21015: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
21016: main/pa_wcontext.C: sources header
21017:
21018: * src/main/pa_request.C: auto..
21019:
21020: * src/: include/pa_request.h, main/compile.C, main/compile.y,
21021: main/pa_request.C: auto tree0
21022:
21023: * src/: include/core.h, include/pa_request.h, main/compile.y,
21024: main/core.C, main/pa_request.C: names to core.C
21025:
21026: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
21027: include/pa_request.h, main/core.C, main/execute.C,
21028: main/pa_common.C, main/pa_request.C: root auto.p loaded
21029:
21030: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
21031: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
21032: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21033: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
21034:
21035: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21036: @auto[] realised. auto.p scan togo
21037:
21038: * src/: include/pa_request.h, main/execute.C: autocalc
21039: code-junctions result now have names
21040:
21041: * src/: classes/double.C, classes/int.C, classes/root.C,
21042: classes/string.C, include/pa_request.h, include/pa_string.h,
21043: include/pa_wcontext.h, main/compile.y, main/execute.C,
21044: main/pa_string.C, main/pa_wcontext.C: tainting 0
21045:
21046: * src/classes/env.C: env:file/line
21047:
21048: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
21049: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
21050: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
21051: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
21052: main/compile_tools.C, main/compile_tools.h, main/core.C,
21053: main/execute.C, main/main.dsp, main/pa_cframe.C,
21054: main/pa_request.C, main/pa_wcontext.C: const fight finished
21055:
21056: * src/include/pa_vclass.h: const fight to go
21057:
21058: * src/: classes/_env.h, classes/env.C, classes/root.C,
21059: include/pa_request.h, include/pa_vclass.h, main/core.C,
21060: main/main.dsp: env0
21061:
21062: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
21063: classes/_string.h, classes/double.C, classes/int.C,
21064: classes/root.C, classes/string.C, include/pa_request.h,
21065: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
21066: include/pa_wcontext.h, main/core.C, main/main.dsp,
21067: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
21068: main/pa_wcontext.C: ^lang prepare0
21069:
21070: 2001-03-09 paf
21071:
21072: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
21073: construct proper naming
21074:
21075: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
21076: classes/double.C, classes/int.C, classes/root.C,
21077: classes/string.C, include/code.h, include/pa_value.h,
21078: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
21079: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21080: main/compile.y, main/compile_tools.C, main/core.C,
21081: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
21082: and ^double[]. fixed expr type
21083:
21084: * src/: classes/root.C, include/pa_request.h, main/execute.C:
21085: ^string.length[]
21086:
21087: 2001-03-08 paf
21088:
21089: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
21090:
21091: * src/: include/pa_vclass.h, include/pa_vstring.h,
21092: include/pa_wcontext.h, main/compile.y, main/core.C,
21093: main/execute.C, main/main.dsp: dead end: vstring can't be
21094: derivated from vobject
21095:
21096: * src/: include/pa_vclass.h, include/pa_vhash.h,
21097: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
21098:
21099: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
21100: remained clone conseqs
21101:
21102: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
21103:
21104: * src/main/pa_vclass.C: wow! vclass were out of vcs
21105:
21106: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
21107: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
21108: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
21109: include/pa_vobject.h, include/pa_vstring.h,
21110: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
21111: main/execute.C: withoud cloning. didn't need it actually, params
21112: got passed from out unnamed ewpool
21113:
21114: * src/: include/pa_vdouble.h, include/pa_vhash.h,
21115: include/pa_vjunction.h, include/pa_vobject.h,
21116: include/pa_vunknown.h, main/compile.y: cloning dead end
21117:
21118: * src/: include/pa_bool.h, include/pa_double.h,
21119: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
21120: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
21121: include/pa_vjunction.h, include/pa_vmframe.h,
21122: include/pa_vobject.h, include/pa_vstring.h,
21123: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
21124: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
21125: to give params proper names
21126:
21127: * src/main/pa_wcontext.C: z
21128:
21129: * src/: include/pa_vmframe.h, main/execute.C: added names to
21130: unknown values in get_element and unfilled params. removed wrong
21131: name change in get_element
21132:
21133: * src/main/execute.C: z
21134:
21135: * src/main/execute.C: fixed problems calling operators in
21136: constructors
21137:
21138: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
21139: detected problems calling operators in constructors
21140:
21141: * src/: classes/root.C, include/pa_request.h, main/execute.C:
21142: autocalc def to string
21143:
21144: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
21145: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
21146:
21147: * src/classes/root.C: added root.c
21148:
21149: * src/: include/pa_request.h, include/pa_value.h,
21150: include/pa_vcframe.h, include/pa_vmframe.h,
21151: include/pa_wcontext.h, main/compile.C, main/compile.y,
21152: main/core.C, main/execute.C, main/pa_cframe.C,
21153: main/pa_wcontext.C: 'if' just compiled
21154:
21155: * src/: include/pa_vbool.h, include/pa_vdouble.h,
21156: include/pa_vjunction.h, include/pa_vmframe.h,
21157: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
21158: main/pa_wcontext.C: z
21159:
21160: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
21161: main/core.C, main/execute.C, main/main.dsp: z. detected probs
21162: with parameter names in operator methods
21163:
21164: * src/main/compile.y: minor renamings in .y
21165:
21166: * src/: include/pa_request.h, main/compile.C, main/compile.y,
21167: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
21168: @BASE. changed 'RUN' assignment mech
21169:
21170: * src/main/execute.C: z
21171:
21172: * src/: include/code.h, main/compile.y, main/compile_tools.C,
21173: main/compile_tools.h, main/execute.C: made class: dynamic, not
21174: static. so to enable runtime ^use
21175:
21176: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
21177:
21178: * src/: include/code.h, main/compile.y, main/compile_tools.C,
21179: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
21180:
21181: * src/main/execute.C: root root in code-junction
21182:
21183: 2001-03-07 paf
21184:
21185: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
21186: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
21187:
21188: * src/: include/pa_stack.h, include/pa_value.h,
21189: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
21190: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
21191: fixed rwcontext of {} params up
21192:
21193: * src/main/: compile.y, compile_tools.h: ^func(params)
21194:
21195: * src/main/compile.y: .y priorities syntax shaped up a bit
21196:
21197: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
21198: include/pa_vunknown.h, main/compile.y, main/execute.C,
21199: main/pa_hash.C: expr def in -f
21200:
21201: * src/main/: compile.y, execute.C: expr calls
21202:
21203: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
21204: fixed
21205:
21206: * src/main/compile.y: expr quoted code
21207:
21208: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
21209: support0
21210:
21211: * src/main/compile.y: expr string comparisons 0
21212:
21213: * src/: include/pa_string.h, main/compile.y, main/execute.C,
21214: main/pa_string.C: just compiled lt&co
21215:
21216: * src/main/execute.C: ^var.menu{$field} problem detected. that
21217: $field not a $var.field
21218:
21219: 2001-03-06 paf
21220:
21221: * src/main/compile.y: .y expr visible-shorter
21222:
21223: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
21224: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
21225: logical
21226:
21227: * src/: include/pa_vstring.h, main/compile.y: problems with
21228: skipping whitespace in yylex
21229:
21230: * src/include/pa_vbool.h: forgot this
21231:
21232: * src/: include/code.h, main/compile.y, main/execute.C: without
21233: string ops in expressions 0
21234:
21235: * src/: include/pa_value.h, include/pa_vdouble.h,
21236: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
21237: main/execute.C, main/main.dsp: !~
21238:
21239: * src/: include/pa_vcframe.h, include/pa_vclass.h,
21240: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
21241: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21242: include/pa_vunknown.h, include/pa_wcontext.h,
21243: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
21244: main/compile_tools.h, main/execute.C: +-*/
21245:
21246: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
21247: main/compile_tools.h: grammar-1.1 $a(z) $a=0
21248:
21249: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
21250: main/execute.C: expr grammar-1 2*2=4.000000 :)
21251:
21252: * src/main/compile.y: expr grammar-1
21253:
21254: * src/main/compile.y: expr lexx1
21255:
21256: * src/main/: compile.y, execute.C, main.dsp: z
21257:
21258: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
21259: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
21260: main/execute.C: expr lex0 exec-1
21261:
21262: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
21263:
21264: 2001-02-26 paf
21265:
21266: * src/main/compile.y: max_string in yyerror bug fix
21267:
21268: 2001-02-25 paf
21269:
21270: * src/: include/pa_value.h, include/pa_vmframe.h,
21271: include/pa_wcontext.h, main/execute.C: VAliased3
21272:
21273: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
21274:
21275: * src/main/execute.C: VAliased1
21276:
21277: * src/: include/pa_request.h, include/pa_value.h,
21278: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
21279: VAliased0
21280:
21281: * src/: include/pa_pool.h, include/pa_request.h,
21282: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
21283: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
21284: VAliased just compiled
21285:
21286: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
21287: include/pa_vobject.h, main/execute.C: alias dead end
21288:
21289: * src/: include/pa_value.h, include/pa_vclass.h,
21290: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
21291: main/main.dsp: no not get fields into interm VFielded class.
21292: fields & staticfields 1
21293:
21294: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
21295: include/pa_vobject.h, include/pa_wcontext.h,
21296: include/pa_wwrapper.h, main/core.C, main/execute.C,
21297: main/main.dsp: would now get fields into interm VFielded class
21298:
21299: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
21300: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
21301: include/pa_wcontext.h, main/compile.y, main/core.C,
21302: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
21303: main/pa_wcontext.C: virtuals2
21304:
21305: * src/main/compile.y: : 1
21306:
21307: * src/main/compile.y: rethought to $class:static.field.subfield
21308:
21309: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
21310: $class:element
21311:
21312: * src/: include/pa_value.h, include/pa_vmframe.h,
21313: include/pa_wwrapper.h, main/compile.y, main/execute.C,
21314: main/pa_wcontext.C: before execute class calls rewrite
21315:
21316: * src/: include/pa_request.h, main/compile.C, main/core.C: default
21317: name RUN, also alias
21318:
21319: * src/main/compile.y: escaping bug
21320:
21321: * src/: include/pa_request.h, include/pa_value.h,
21322: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
21323: main/core.C, main/execute.C, main/pa_common.C: vobject1
21324:
21325: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
21326: include/pa_vmframe.h, include/pa_vobject.h,
21327: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
21328: main/compile_tools.h, main/execute.C: ^class:method() just
21329: compiled
21330:
21331: 2001-02-24 paf
21332:
21333: * src/main/main.dsp: no bison -d
21334:
21335: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
21336: class' err msg wrong
21337:
21338: * src/main/compile.y: z
21339:
21340: * src/main/: compile.y, core.C: yylex need some @special lines adj
21341:
21342: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
21343: main/compile.y, main/compile_tools.h, main/core.C: modules0
21344:
21345: * src/: include/pa_vclass.h, main/core.C: z
21346:
21347: * src/: include/pa_value.h, include/pa_vclass.h,
21348: include/pa_vobject.h, main/main.dsp: vobject00
21349:
21350: * src/main/pa_array.C: minor bug in expanding very small arrays.
21351: 60% from 1 were 0
21352:
21353: * src/: include/pa_value.h, include/pa_wcontext.h,
21354: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
21355: as bad as you've named it: wcontext.value() was not a perfect
21356: idea
21357:
21358: * src/main/execute.C: codeframe1
21359:
21360: * src/: include/pa_value.h, include/pa_vcframe.h,
21361: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
21362: include/pa_vjunction.h, include/pa_vmframe.h,
21363: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
21364: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
21365: just compiled
21366:
21367: * src/: include/pa_vframe.h, main/compile.y: found junction
21368: ideology @: ^x{$a()) must construct current wcontext element, so
21369: smart wcontext handling needed
21370:
21371: * src/main/compile.y: fixed grammar bugs in constructor/params
21372: klinch
21373:
21374: * src/main/: compile.y, execute.C: fixed empty constructor
21375: optimized empty case. failed on calls - produced empty string
21376: param
21377:
21378: * src/main/compile.y: fixed last \n macrotemplate strip bug
21379:
21380: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
21381: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
21382: main/compile_tools.C, main/compile_tools.h, main/core.C,
21383: main/execute.C: code junctions0. something wrong with last \n
21384: macrotemplate strip
21385:
21386: * src/: include/pa_value.h, main/compile.C, main/core.C,
21387: main/pa_value.C: minor error reporting format beautifyings
21388:
21389: * src/: include/pa_value.h, include/pa_vclass.h,
21390: include/pa_vframe.h, main/core.C, main/execute.C,
21391: main/pa_value.C: get_method RIP. junctions everywhere. call with
21392: junctions0
21393:
21394: 2001-02-23 paf
21395:
21396: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
21397: pa_wwrapper.h: lara came, can't work, sorry :(
21398:
21399: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
21400: junction
21401:
21402: * src/: include/pa_vframe.h, include/pa_vunknown.h,
21403: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
21404: main/execute.C, main/main.dsp, main/pa_value.C: call0
21405:
21406: * src/: include/pa_hash.h, include/pa_value.h,
21407: include/pa_wcontext.h, main/core.C, main/execute.C,
21408: main/main.dsp, main/pa_hash.C: started call. store param, vframe
21409: done
21410:
21411: * src/include/pa_wcontext.h: z
21412:
21413: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
21414: wrong grammar in complex constructor case
21415:
21416: * src/main/: compile.y, execute.C: empty constructor bug fixed
21417:
21418: * src/main/execute.C: with result rwpool
21419:
21420: * src/: include/pa_value.h, main/core.C, main/execute.C,
21421: main/main.dsp: value named
21422:
21423: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
21424: strign 2 value in 2 places in execute
21425:
21426: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
21427: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
21428: wcontext.put_element when wcontext fvalue==0
21429:
21430: 2001-02-22 paf
21431:
21432: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
21433: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
21434: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
21435:
21436: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
21437: erroreos checkout
21438:
21439: * src/: include/pa_request.h, main/compile.y: $self.put(val)
21440:
21441: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
21442: main/compile_tools.h, main/pa_array.C: $self.get
21443:
21444: * src/main/: compile.C, compile.y, compile_tools.C: z
21445:
21446: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
21447: bit. finished now.
21448:
21449: * src/main/compile.y: $: finished
21450:
21451: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
21452:
21453: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
21454: main/execute.C: OP_STRING better then some xxx _VALUE
21455:
21456: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
21457: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21458: string to vstring it .y all
21459:
21460: * src/: include/pa_request.h, include/pa_stack.h,
21461: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
21462: all
21463:
21464: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
21465: precise parse error line:col
21466:
21467: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
21468: main/pa_hash.C, main/pa_pool.C: TRY...
21469:
21470: * src/: include/pa_exception.h, include/pa_pool.h,
21471: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
21472: main/compile.C, main/compile.y, main/compile_tools.C,
21473: main/core.C, main/pa_array.C, main/pa_exception.C,
21474: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
21475: main/pa_table.C: removed exception from request
21476:
21477: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
21478: some forgotten
21479:
21480: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
21481: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
21482: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
21483: get/put simple vars to VClass works0
21484:
21485: * src/: include/pa_array.h, include/pa_wcontext.h,
21486: main/pa_string.C: in process, but found that exceptions are too
21487: global
21488:
21489: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
21490: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
21491: main/execute.C, main/pa_string.C: write_value write_string 0 it
21492: seems wcontext must write strings regardles of fvalue!=0
21493:
21494: 2001-02-21 paf
21495:
21496: * src/main/execute.C: tired :)
21497:
21498: * src/main/: compile.C, compile.y, execute.C: store0
21499:
21500: * src/: include/compile.h, include/execute.h, include/pa_array.h,
21501: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
21502: include/pa_wcontext.h, main/compile.C, main/compile.y,
21503: main/execute.C, main/main.dsp, main/pa_array.C,
21504: main/pa_request.C: get put -1 [just compiled]
21505:
21506: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
21507: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
21508: main/main.dsp, main/pa_request.C: request core methods0
21509:
21510: * src/: include/compile.h, include/pa_array.h, main/compile.C,
21511: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
21512: execute
21513:
21514: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
21515: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
21516: methods and one_big_piece. now compile returns array<method*>
21517:
21518: * src/main/compile.y: more straightforward yylex[end]
21519:
21520: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
21521: string.operator==(char*)
21522:
21523: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
21524: main/execute.C, main/pa_array.C: after array.const get wonders
21525:
21526: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
21527: pa_string.h, pa_value.h: struck with const array.gets
21528:
21529: * src/main/: execute.C: z
21530:
21531: * src/main/: compile.y, execute.C: z
21532:
21533: * src/main/: compile.C, compile.y, compile_tools.h: error
21534: processing in eval & yyerror so it wouldn't cause memleaks.
21535:
21536: * src/main/: compile.C, compile.y: failed to add absolute precies
21537: parse error positions. leaving RIGHTMOST position as
21538: @file[line:col]
21539:
21540: * src/: include/compile.h, main/compile.C, main/compile.y,
21541: main/compile_tools.h: line numbers needed. would add them to .y
21542: now internally. externally it's not as precise as needed
21543:
21544: * src/: include/code.h, include/pa_types.h, main/compile.C,
21545: main/compile.y, main/compile_tools.C, main/compile_tools.h,
21546: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
21547: compiler works ok
21548:
21549: 2001-02-20 paf
21550:
21551: * src/main/: compile.C, compile.y, compile_tools.C,
21552: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
21553: not perfect
21554:
21555: * src/: include/code.h, include/compile.h, include/execute.h,
21556: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
21557: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21558: main/compile.C, main/compile.y, main/compile_tools.C,
21559: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
21560: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
21561: main/pa_string.C, main/pa_table.C: bison[yacc] first time
21562: compiled. execute=dump for now
21563:
21564: * src/main/core.C: core rewrite using yacc investigations now will
21565: be compile[yacc]/execute[opcodes]
21566:
21567: 2001-02-15 paf
21568:
21569: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
21570: rewrite as turing machine? for it seems it would be it's too many
21571: ifs with this syntax now
21572:
21573: 2001-02-14 paf
21574:
21575: * src/main/core.C: get_params 1
21576:
21577: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
21578: :( ]
21579:
21580: * src/main/core.C: varios breaks
21581:
21582: * src/main/core.C: get names 3
21583:
21584: * src/main/core.C: get names 2
21585:
21586: * src/main/core.C: get names 1
21587:
21588: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
21589: names 0
21590:
21591: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
21592: text repassing2 operator static vars
21593:
21594: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
21595: main/pa_string.C: process text repassing
21596:
21597: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
21598: module:calls changes
21599:
21600: 2001-02-13 paf
21601:
21602: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
21603: ^class:calls[] started
21604:
21605: * src/: include/pa_value.h, main/core.C: z
21606:
21607: * src/main/core.C: operators : and self. prefixes
21608:
21609: * src/main/core.C: z
21610:
21611: * src/: include/pa_string.h, main/pa_string.C: String_iterator
21612: tested
21613:
21614: * src/: include/pa_string.h, main/pa_string.C: String_iterator
21615: optimized
21616:
21617: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
21618: would change privates to better support optimization
21619:
21620: * src/: include/pa_string.h, main/pa_string.C:
21621: String_iterator::skip_to todo:optimize
21622:
21623: 2001-02-12 paf
21624:
21625: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
21626: String_iterator
21627:
21628: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
21629: comments
21630:
21631: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
21632: self/methodref joined
21633:
21634: 2001-02-11 paf
21635:
21636: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
21637: main/main.dsp: core started. core.C, context&value .h
21638:
21639: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21640: include/pa_string.h, main/main.dsp, main/pa_array.C,
21641: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
21642:
21643: 2001-01-30 paf
21644:
21645: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
21646: comments
21647:
21648: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
21649: main/pa_pool.C: moved pa_pool.C to be target specific
21650:
21651: * src/: include/pa_exception.h, include/pa_pool.h,
21652: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
21653: to & changes
21654:
21655: * src/: include/pa_exception.h, include/pa_pool.h,
21656: include/pa_request.h, include/pa_table.h, main/pa_array.C,
21657: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
21658: re-associated. that's much better even removed 'die' necessety
21659:
21660: * src/: include/pa_error.h, include/pa_exception.h,
21661: include/pa_pool.h, include/pa_request.h, main/main.dsp,
21662: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
21663: targets/Makefile.am: lowered targets/parser into subdir, added
21664: parser_Pool(Pool) failed to add. would think..
21665:
21666: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
21667: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
21668: main/pa_string.C, main/pa_table.C: Table more like C++ style
21669: hence lots of 'const'
21670:
21671: * src/: include/pa_error.h, include/pa_request.h,
21672: include/pa_string.h, include/pa_table.h, main/pa_error.C,
21673: main/pa_table.C: Error fixed
21674:
21675: 2001-01-29 paf
21676:
21677: * src/: include/pa_array.h, include/pa_common.h,
21678: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
21679: include/pa_request.h, include/pa_string.h, include/pa_table.h,
21680: main/Makefile.am, main/pa_array.C, main/pa_common.C,
21681: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
21682:
21683: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21684: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21685: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
21686: main/pa_string.C, main/pa_table.C: Request Error Table
21687:
21688: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
21689: templates"
21690:
21691: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
21692: main/main.dsp, main/pa_array.C: templates failed no template
21693: specializations [VC6], no library auto instantation [VC6, GNU c++
21694: 2.95.2-6 from latest cygwin]
21695:
21696: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21697: include/pa_string.h, include/pa_table.h, include/pa_types.h,
21698: main/main.dsp, main/pa_array.C, main/pa_string.C,
21699: main/pa_table.C: Table started would test template Array now
21700:
21701: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
21702: String originating
21703:
21704: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
21705: main/pa_hash.C: made local Hash-es not thread safe=quicker by
21706: SYNCHRONIZED(thread_safe)
21707:
21708: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
21709: parts to top
21710:
21711: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
21712: main/pa_threads.C: decided on one global_mutex, like PHP as I can
21713: see: needed only in global Hash now, made Hash:: put/get
21714: SYNCHRONIZED
21715:
21716: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
21717: main/pa_threads.C: added pa_threads
21718:
21719: Mutex
21720:
21721: * src/include/pa_hash.h: some comments
21722:
21723: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
21724: Array& operator += (Array& src)
21725:
21726: * src/main/pa_array.C: expand not convinient, would rewrite
21727:
21728: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
21729: (Array& src)
21730:
21731: rethought, would change now
21732:
21733: 2001-01-27 paf
21734:
21735: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
21736: caching
21737:
21738: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21739: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
21740: cache rethought to chunk caching
21741:
21742: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
21743: include/pa_string.h, main/main.dsp, main/pa_array.C,
21744: main/pa_hash.C, main/pa_string.C: Array 0
21745:
21746: * src/main/pa_string.C: String::operator ==
21747:
21748: * src/main/pa_hash.C: String(&String)
21749:
21750: * src/main/pa_hash.C: added pa_hash.C [forgotten]
21751:
21752: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
21753: main/main.dsp, main/pa_string.C: uint, and added pa_types &
21754: pa_hash[forgotten]
21755:
21756: 2001-01-26 paf
21757:
21758: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
21759: removed templates [vc++ suxx]
21760:
21761: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
21762: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
21763:
21764: * src/include/: pa_pool.h, pa_string.h: pa_pool split
21765:
21766: * src/main/: main.dsp, pa_string.C: $Id$ check
21767:
21768: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
21769: check
21770:
21771: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
21772: dynamic row_count
21773:
21774: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
21775: main/main.dsp, main/pa_pool.C, main/pa_string.C,
21776: targets/Makefile.am: Initial revision
21777:
21778: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
21779: main/main.dsp, main/pa_pool.C, main/pa_string.C,
21780: targets/Makefile.am: creating parser3 module
21781:
E-mail: