Annotation of parser3/ChangeLog, revision 1.147
1.147 ! moko 1: 2020-11-22 moko
! 2:
! 3: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
! 4: types/pa_vfile.C: pa_filename added to avoid useless rsplit
! 5:
! 6: * src/main/pa_request.C: content_disposition_inline returned.
! 7:
! 8: 2020-11-17 moko
! 9:
! 10: * src/main/pa_request.C: empty main method name support
! 11:
! 12: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
! 13: config_handler added, stdout flush added.
! 14:
! 15: 2020-11-16 moko
! 16:
! 17: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
! 18:
! 19: * tests/results/: 099.processed, 205.processed, 237.processed,
! 20: 309.processed, 310.processed: Content-Disposition: inline is not
! 21: required and should not contain filename="<name>"
! 22:
! 23: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
! 24: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
! 25: targets/isapi/parser3isapi.C: pa_strcat implemented and used
! 26:
1.146 moko 27: 2020-11-14 moko
28:
29: * src/targets/cgi/parser3.C: spelling
30:
31: * src/targets/cgi/parser3.C: renaming
32:
33: * src/targets/cgi/parser3.C: args_skip removed, locate_config
34: relocated
35:
36: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
37: before request processing, which is weired
38:
39: 2020-11-13 moko
40:
41: * src/main/pa_http.C: pa_recv added with timeout support, thus read
42: copied in httpd.
43:
44: 2020-11-12 moko
45:
46: * src/main/pa_http.C: ALARM code unified to be used in httpd
47:
48: * src/: include/pa_request.h, main/pa_request.C,
49: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
50:
51: * src/main/pa_http.C: URI validation added
52:
53: * src/targets/cgi/parser3.C: filespec_to_process now variable,
54: can't be empty but can be null. httpd-main is now main method
55: name for httpd mode
56:
57: 2020-11-11 moko
58:
59: * src/main/pa_request.C: path_translated can be null in httpd mode
60:
61: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
62: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
63: classes/xdoc.C, include/pa_request.h, main/execute.C,
64: main/pa_request.C: r.absolute -> r.full_disk_path
65:
66: * src/targets/cgi/parser3.C: if filename to process is not
67: specified, auto.p should be present.
68:
1.145 moko 69: 2020-11-03 moko
70:
71: * src/: classes/op.C, include/pa_request.h: unused argument removed
72:
73: * src/main/pa_request.C: content_disposition_inline is the default,
74: not required.
75:
1.144 moko 76: 2020-10-29 moko
77:
78: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
79: ^use[file; $.main(true) ] implemented for auto.p processing and
80: path_translated changing to correct relative files path
81: calculation in httpd mode
82:
83: * src/: include/pa_request.h, main/pa_request.C:
84: fail_on_read_problem removed, as it allways true, as if should
85: be.
86:
87: * src/: include/pa_request.h, main/pa_request.C,
88: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
89: targets/isapi/parser3isapi.C: clearing config_filespec when
90: config was not found, thus flag not required and removed.
91:
92: 2020-10-28 moko
93:
94: * tests/: 402.html, results/402.processed: error reporting test
95:
96: * src/main/execute.C: better error reporting when
97: $result[^hash::create[]] in @main.
98:
99: * src/main/: execute.C, pa_request.C: frame.result() should be used
100: + minor optimization
101:
102: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
103: main/pa_xml_io.C: execute_*_method simplified and unified
104:
105: 2020-10-27 moko
106:
107: * tests/: 306.html, results/306.processed: a bit more testing. :)
108:
109: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
110: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
111: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
112: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
113: types/pa_vmethod_frame.h, types/pa_vobject.C,
114: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
115: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
116: longer used in object-prototype mode
117:
118: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
119: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
120: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
121: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
122: $form:name[value] features
123:
1.143 moko 124: 2020-10-18 moko
125:
126: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
127:
128: 2020-10-15 moko
129:
130: * src/main/pa_http.C: url no longer needed as
131: ALTER_EXCEPTION_SOURCE is used
132:
133: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
134: main/pa_http.C: check_file_size filespec is now optional
135:
136: * src/: classes/curl.C, include/pa_exception.h,
137: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
138: ALTER_EXCEPTION_COMMENT added for better error reporting
139:
140: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
141: results/346-curl.processed, results/379-curl.processed,
142: results/379.processed: test results updated as load now provides
143: better error reporting + curl responses updated
144:
145: 2020-10-14 moko
146:
147: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
148: main/pa_string.C, targets/apache/mod_parser3_core.C,
149: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
150: checked. 10 is now default base, no hex autodetect by default
151:
152: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
153: connection socket closing in destructor + accept exception
154: handling
155:
156: * src/targets/cgi/parser3.C: warning war
157:
158: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
159: main/pa_request.C, targets/apache/mod_parser3_core.C,
160: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
161: exception handling unified
162:
163: 2020-10-13 moko
164:
165: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
166: autodetection
167:
168: * src/targets/apache/mod_parser3_core.C: reverted to atoi
169:
170: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
171:
172: * src/main/pa_http.C: warning war
173:
1.142 moko 174: 2020-10-12 moko
175:
1.143 moko 176: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
177: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
178: unhandled exception code optimization
179:
180: * src/targets/cgi/parser3.C: request_info now global variable
181:
182: * src/main/pa_http.C: http_read_response moved to HTTP_response
183: class
184:
185: * src/: include/pa_http.h, main/pa_http.C,
186: targets/cgi/pa_sapi_info.h: read_post implemented
187:
1.142 moko 188: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
189: [host:]port syntax support in httpd mode
190:
191: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
192: targets/cgi/parser3.C: populate_env added
193:
194: * src/include/pa_hash.h: to make get(char *) compiling in
195: HashStringString
196:
197: 2020-10-10 moko
198:
199: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
200: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
201:
202: * src/: include/pa_http.h, include/pa_request_info.h,
203: main/pa_http.C, main/pa_string.C,
204: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
205: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
206: types/pa_vrequest.C: initial httpd mode implementation
207:
1.141 moko 208: 2020-10-04 moko
209:
210: * src/targets/cgi/parser3.C: options together
211:
212: 2020-09-30 moko
213:
214: * src/main/pa_http.C: renamed
215:
1.140 moko 216: 2020-08-14 moko
217:
218: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
219: src/targets/cgi/Makefile.am: no httpd as separate library
220:
221: 2020-08-13 moko
222:
223: * src/targets/cgi/parser3.C: SAPI::die used in exception in
224: unhandled exception handler to report 500 instead of 200 it was
225: before.
226:
227: * src/targets/apache/mod_parser3_core.C: minor cleanup
228:
229: * src/: include/pa_sapi.h, main/untaint.C,
230: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
231: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
232: thus replaced with SAPI::die and removed
233:
234: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
235: cgi/parser3.C: whitespace
236:
237: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
238:
239: 2020-08-12 moko
240:
241: * src/targets/cgi/parser3.C: duplicate info in signal logging
242: removed, whitespace was: SIGPIPE received while executing code.
243: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
244: cl=0]
245:
246: * parser3.sln: + httpd.vcproj
247:
248: 2020-08-11 moko
249:
250: * src/targets/cgi/Makefile.am: +libhttpd
251:
252: * configure.ac, src/lib/Makefile.am: +libhttpd
253:
1.139 moko 254: 2020-07-13 moko
255:
256: * tests/: 401.html, results/401.processed: test for hash key does
257: not keep language, but tainted in foreach.
258:
1.138 moko 259: 2020-07-01 moko
260:
261: * tests/: 235.html, results/235.processed: test result updated as
262: messages before attachments implemented (feature #1176)
263:
1.137 moko 264: 2020-06-27 moko
265:
266: * tests/: 400.html, results/400.processed: test updated to check
267: ^return{code}
268:
269: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
270: fixed
271:
272: 2020-06-26 moko
273:
274: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
275: added (related to https://www.parser.ru/forum/?id=85319)
276:
277: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
278: when $result assignment was last statement in the method
279: (https://www.parser.ru/forum/?id=85319)
280:
1.136 moko 281: 2020-05-23 moko
282:
283: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
284: whitespace, unused level removed
285:
286: 2020-05-19 moko
287:
288: * src/types/pa_vmail.C: whitespace
289:
290: * src/types/pa_vmail.C: files should be processed last (related to
291: feature #1176)
292:
1.135 moko 293: 2020-05-12 moko
294:
295: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
296: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
297:
298: * configure.ac: FreeBSD1X.X check added to avoid
299: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
300:
1.134 moko 301: 2020-02-26 moko
302:
303: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
304: compilation issue (related to bug #1201)
305:
306: * src/main/pa_common.C: entry_readable -> entry_exists,
307: undocumented access(fname, R_OK) call removed (fixes bug #1201)
308: -f and -d now works under Windows in UTF-8 with Russian
309: filenames.
310:
311: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
312: advice (related to feature #1199)
313:
314: 2020-02-25 moko
315:
316: * buildall: --silent removed
317:
318: * configure.ac: gmime-3.0 support
319:
320: * buildall: --with-system-mailreceive option added to build with
321: system libgmime
322:
323: * src/types/pa_vmail.C: avoiding
324: https://github.com/jstedfast/gmime/issues/83 "feature" (related
325: to feature #1199)
326:
1.133 moko 327: 2020-02-18 moko
328:
329: * src/classes/op.C: windows x64 debug mode compile fix
330:
331: * src/main/pa_globals.C: no longer required due to -MD -> -MT
332: change (releated to feature #1200)
333:
334: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
335: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
336: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
337: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
338: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
339: targets/apache/ApacheModuleParser3.vcproj,
340: targets/apache/ApacheModuleParser3Core.vcproj,
341: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
342: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
343: dependency (related to feature #1200)
344:
1.132 moko 345: 2020-02-12 moko
346:
347: * src/types/pa_vmail.C: minimize diff
348:
349: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
350: #1199)
351:
1.131 moko 352: 2020-01-18 moko
353:
354: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
355:
1.130 moko 356: 2019-12-28 moko
357:
358: * src/targets/cgi/parser3.C: avoid empty ?
359:
360: 2019-12-27 moko
361:
362: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
363: DOCUMENT_ROOT (related to feature #1164)
364:
365: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
366: fcgiwrap setup (implements feature #1164)
367:
368: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
369: but no issues found (related to feature #1164)
370:
371: * src/targets/cgi/parser3.C: actualized
372:
373: 2019-12-26 moko
374:
375: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
376: removed
377:
378: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
379: removed
380:
381: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
382: allocation errors, we don't want default gc warnings (without
383: timestamp and URI).
384:
385: * src/: classes/memory.C, main/pa_globals.C,
386: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
387: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
388: pa_globals_init
389:
390: * src/main/pa_globals.C: setup_hex_value() removed, static array
391: initialization used (optimization)
392:
393: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
394: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
395: pa_socks_init/pa_socks_done moved inside pa_globals_init
396: (optimization)
397:
1.129 moko 398: 2019-12-09 moko
399:
400: * src/include/pa_config_fixed.h: warning war
401:
1.128 moko 402: 2019-12-08 moko
403:
404: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
405: process grammar under Unix.
406:
407: 2019-12-07 moko
408:
409: * tests/389.html: For Windows XP. :)
410:
411: * tests/388-sql.html: Windows compatibility added
412:
413: 2019-12-06 moko
414:
415: * src/targets/cgi/parser3.C: warning war
416:
417: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
418: == sizeof(CORD)) to avoid aligning bugs in future
419:
420: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
421: XML_STATIC
422:
423: * src/include/pa_request.h: StackItem() not required
424:
425: * src/include/pa_stack.h: warning war
426:
427: * src/include/pa_config_includes.h: GCC warning silenced
428:
429: * src/include/pa_memory.h: warning war: the program should also
430: define 'void operator delete [](void*, std::size_t)'
431: [-Wsized-deallocation]
432:
433: * src/types/: pa_vregex.h, pa_vtable.h: warning war
434:
435: * src/classes/string.C: not reqired cast removed
436:
437: * src/classes/string.C: not reqired cast removed
438:
439: 2019-12-05 moko
440:
441: * src/lib/sdbm/pa_file_io.C: warning war
442:
443: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
444: enum Language : size_t - required for VS2015+ to make
445: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
446: without it (related to feature #1198)
447:
448: 2019-12-04 moko
449:
450: * src/main/pa_base64.C: unsigned char -> uchar
451:
452: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
453: as other libs
454:
455: * src/include/pa_version.h: +amd64
456:
457: 2019-12-03 moko
458:
459: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
460: release
461:
462: * src/include/pa_config_includes.h: warning war
463:
464: * src/classes/image.C: warning war
465:
466: * src/main/pa_globals.C: x64 libs support
467:
468: * src/include/pa_config_includes.h: warning war
469:
470: * src/types/pa_method.h: warning war
471:
1.127 moko 472: 2019-11-28 moko
473:
474: * src/classes/math.C: vs2003 compatibility + warning war
475:
476: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
477: libxml2-2.9.9 (related to feature #1136)
478:
479: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
480: typecast for more compatibility (related to feature #1136)
481:
482: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
483: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
484: feature #1136)
485:
486: 2019-11-26 moko
487:
488: * src/main/: compile_tools.C, compile_tools.h: invalid assert
489: removed (it was failing in $$var case), condition added
490:
1.126 moko 491: 2019-11-25 moko
492:
493: * tests/: 397.html, 399.html, results/141.processed,
494: results/399.processed: base64 options tested
495:
496: * src/: classes/math.C, main/pa_http.C: base64 options used
497:
498: * src/main/pa_base64.C: base64 encode rewritten, base64 options
499: implemented (feature #986)
500:
501: * src/main/pa_cache_managers.C: whitespace
502:
503: * tests/: 397.html, 399.html, results/399.processed: tests for
504: ^base64 encode options added (related to feature #986)
505:
506: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
507: pa_base64_encode(file) removed - more memory, but faster and less
508: code (related fo feature #986)
509:
510: 2019-11-24 moko
511:
512: * tests/: 155.html, results/155.processed: limit and offset in
513: ^table::load[] now supported, thus test added
514:
515: * src/: classes/file.C, classes/table.C, include/pa_common.h,
516: main/pa_common.C: optimization: offset and limit options parsing
517: moved inside file_load.
518:
519: 2019-11-23 moko
520:
521: * src/: classes/file.C, classes/op.C, include/pa_common.h,
522: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
523: optimization: file_read replaced with simplified file_read_binary
524:
525: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
526: types/pa_vform.C: whitespace
527:
528: * src/: include/pa_common.h, main/pa_common.C: never used params
529: removed
530:
531: 2019-11-21 moko
532:
533: * tests/: 193.html, results/193.processed, results/389.processed:
534: test results updated as now base64 does not discard tail without
535: padding (related to feature #986)
536:
537: 2019-11-20 moko
538:
539: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
540: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
541: pa_base64_decode (related to feature #986)
542:
543: * tests/398.html: tests for base64 decode added (related to feature
544: #986)
545:
546: * src/main/pa_base64.C: base64_decode rewritten - padding option
547: support, padding inside base 64 supported (related to feature
548: #096)
549:
550: 2019-11-19 moko
551:
552: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
553: FreeBSD 12
554:
1.125 moko 555: 2019-11-16 moko
556:
557: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
558: support added, step support removed (related to #986)
559:
560: 2019-11-15 moko
561:
562: * src/classes/math.C: using log since log2 is not present on
563: FreeBSD < 8.4 (related to feature #1177)
564:
565: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
566: pa_base64_size extracted and used for files as well (related to
567: feature 986)
568:
569: 2019-11-14 moko
570:
571: * tests/: 397.html, results/397.processed: + content check
572:
573: * tests/: 141.html, results/141.processed: make test resuls more
574: readable
575:
576: * tests/: 397.html, results/193.processed, results/397.processed:
577: test results updated after \x00 character was disabled in
578: math:convert string mode (related to feature #1177)
579:
580: * src/classes/: math.C, string.C: \\x00 character disabled while
581: converting to string (as in base64, related to feature #1177)
582:
583: * src/classes/file.C: more correct arguments separation
584:
585: * src/: classes/file.C, classes/math.C, classes/string.C,
586: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
587: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
588: options added, but not yet implemented (related to feature #986)
589:
590: * src/classes/math.C: whitespace
591:
592: 2019-11-13 moko
593:
594: * tests/: 397.html, results/397.processed: +tainting test (related
595: to feature #1177)
596:
597: * src/classes/math.C: as we now produce not only digits, result
598: should be tainted (related to feature #1177)
599:
600: * src/main/pa_base64.C: whitespace
601:
602: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
603: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
604: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
605: implementation moved from pa_common.h and pa_common.C
606:
607: 2019-11-12 moko
608:
609: * tests/: 275.html, results/275.processed: out of range test fixed,
610: as ^math:convert now supports arbitrary precision
611:
612: 2019-11-11 moko
613:
614: * tests/results/389.processed: uctualized error message
615:
616: * tests/: 389.html, 397.html, results/397.processed: tests for
617: ^math:convert added (related to feature #1177)
618:
619: * src/classes/math.C: ^math:convert now supports arbitrary
620: precision, alphabet support added (implements feature #1177)
621:
1.124 moko 622: 2019-11-06 moko
623:
624: * tests/: 181.html, results/181.processed: entities usage added,
625: more entites load tests (related to bug #842 discussion)
626:
627: 2019-11-05 moko
628:
629: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
630: call from xmlFileOpen if http://localhost/<file> was not found
631: (related to bug #842)
632:
633: * src/main/pa_xml_io.C: rename
634:
635: * src/main/pa_xml_io.C: +MemoryStream constructor
636:
637: * src/main/pa_xml_io.C: whitespace
638:
1.123 moko 639: 2019-10-31 moko
640:
641: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
642: XML_PARSE_NOENT) added to fix entities load, (related to feature
643: #1181)
644:
1.122 moko 645: 2019-10-25 moko
646:
647: * tests/: 388-sql.html, results/388-sql.processed: more multiple
648: queries tests
649:
650: 2019-10-24 moko
651:
652: * tests/: 388-sql.html, results/388-sql.processed: support for
653: pgsql driver test
654:
655: * tests/: 388-sql.html, results/388-sql.processed:
656: multi_statements=1 now tested, mysql test now supported
657: (connection must be specified in [parser3] section in .my.cnf)
658: related to issues #1195 and #1194
659:
1.121 moko 660: 2019-09-11 moko
661:
662: * src/classes/int.C: whitespace
663:
664: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
665: exception test
666:
667: * tests/results/388-sql.processed: sql queries now shown (related
668: to feature #1196)
669:
670: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
671: with old parser versions.
672:
673: * src/: classes/file.C, classes/hash.C, classes/string.C,
674: classes/table.C, classes/void.C, include/pa_sql_connection.h,
675: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
676: instead of connect string in query_event_handlers exceptions
677: (implements feature #1196)
678:
1.120 moko 679: 2019-09-06 moko
680:
681: * tests/388-sql.html: mysql compat
682:
683: * src/: classes/hash.C, classes/string.C, classes/table.C,
684: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
685: sql_ variables declaration moved to pa_common.h
686:
1.116 moko 687: 2019-01-15 moko
688:
689: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
690: logically sorted
691:
692: 2018-12-27 moko
693:
694: * src/include/pa_config_includes.h: warning war:
695: -Wdeprecated-register added for C++ 17
696:
697: 2018-10-15 moko
698:
699: * configure.ac: FreeBSD 11.2 can be build with ./configure
700: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
701: --with-xml=/usr/local/
702:
703: 2018-09-24 moko
704:
705: * tests/: 396.html, 396.tiff, results/396.processed: test for
706: ^image::measure[] now supports tiff added (related to feature
707: #1188)
708:
709: * src/classes/image.C: ^image::measure[] now supports tiff
710: (implements feature #1188)
711:
712: 2018-09-20 moko
713:
714: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
715: files measure added (related to ticket #1188)
716:
717: * src/classes/image.C: measure of bmp files implemented (related to
718: ticket #1188)
719:
720: 2018-09-18 moko
721:
722: * tests/: 394-curl.html, results/394-curl.processed,
723: results/auto.p: test for bug #1187 (max_file_size check for head
724: requests) added
725:
726: 2018-08-24 moko
727:
728: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
729: response content-length check is required (fixes bug #1187)
730:
731: 2018-05-11 moko
732:
733: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
734: $.append(bool) ] option added (related to feature #919)
735:
736: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
737: from misha@ patch (implements feature #919)
738:
739: 2018-03-22 moko
740:
741: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
742: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
743: with 128kb buffer. Now works at least 12 times faster. :) May be
744: Windows-only problem.
745:
746: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
747: build fix)
748:
749: 2018-02-03 moko
750:
751: * src/main/execute.C: removes irrelevant lines from exception stack
752: trace when exceptions occurs in assigment (fixes bug #1165)
753:
754: * tests/: 393.html, results/393.processed: test for behavour after
755: "Property can not be created, already exists field with that
756: name" exception removed (related to feature #1183)
757:
758: * src/types/pa_vclass.C: "Property can not be created, already
759: exists field with that name" exception removed (implements
760: feature #1183)
761:
762: 2018-01-19 moko
763:
764: * src/classes/string.C: whitespace
765:
766: * src/classes/string.C: whitespace
767:
768: * tests/: 392.html, results/392.processed: test for
769: ^regex::create[$regex] added (related to feature #1135)
770:
771: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
772: ^regex::create[$regex] added (implements feature #1135)
773:
774: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
775: commented define added (related to feature #1157)
776:
777: 2018-01-17 moko
778:
779: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
780:
781: 2018-01-15 moko
782:
783: * tests/: 390.html, results/390.processed: real path replaced by
784: stub
785:
786: * tests/: 391.html, results/391.processed: test for feature #1181
787: (XML_PARSE_HUGE exception) added
788:
789: 2018-01-11 moko
790:
791: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
792:
793: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
794: XML_PARSE_HUGE option passed by default (implements feature
795: #1181)
796:
797: * src/classes/string.C: whitespace
798:
799: 2017-12-10 moko
800:
801: * tests/: 389.html, 390.html, results/389.processed,
802: results/390.processed: image code coverage tests added (related
803: to feature #1125)
804:
805: 2017-12-08 moko
806:
807: * tests/: 346-curl.html, 388-sql.html, 389.html,
808: results/346-curl.processed, results/388-sql.processed,
809: results/389.processed: more code coverage tests
810:
811: * tests/: 264.html, results/264.processed: code coverage for
812: ^file::exec[]
813:
814: 2017-12-07 moko
815:
816: * tests/: 174.html, 388-sql.html, 389.html,
817: results/388-sql.processed, results/389.processed,
818: results/174.processed: more coverage tests
819:
820: * src/classes/math.C: exception text actualized
821:
822: 2017-12-06 moko
823:
824: * tests/388-sql.html: $SQL can be here
825:
826: * tests/results/auto.p: $SQL not required here
827:
828: * tests/: 388-sql.html, 389.html, Makefile,
829: results/388-sql.processed, results/389.processed, results/auto.p:
830: code coverage tests for sql (using sqlite) and int/double/bool
831: added (related to feature #1125)
832:
833: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
834: lib/json/json.vcproj, lib/md5/md5.vcproj,
835: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
836: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
837: targets/apache/ApacheModuleParser3Core.vcproj,
838: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
839: types/types.vcproj: gc\include no longer required
840:
841: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
842: required
843:
844: * src/: classes/Makefile.am, classes/table.C,
845: include/pa_config_includes.h, include/pa_string.h,
846: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
847: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
848: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
849: targets/apache/Makefile.am, targets/cgi/Makefile.am,
850: types/Makefile.am: to be sure that our version of gc.h/cord.h is
851: used, we now include it directly
852:
853: 2017-12-04 moko
854:
855: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
856: memcached/memcached.vcproj, punycode/punycode.vcproj,
857: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
858: where required
859:
860: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
861: now can be used to trace memory allocations
862:
863: * src/: classes/table.C, include/pa_config_includes.h,
864: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
865: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
866: method removes, libcord also can work without libgc
867:
868: * src/classes/json.C: pa_gc_malloc_atomic should not be used
869:
870: 2017-11-29 moko
871:
872: * src/classes/curl.C: no exception if some of ^curl:info[] elements
873: are not present (related to feature #1173)
874:
875: * tests/346-curl.html: test updated to test curl content-length bug
876: (related to feature #1173)
877:
878: * tests/results/346-curl.processed: more test for content-length
879: curl bug (related to feature #1173)
880:
881: * tests/results/346-curl.processed: test results updated after
882: #1173 implemented
883:
884: 2017-11-28 moko
885:
886: * src/classes/curl.C: another libcurl Content-length bug walkaround
887: (related to feature #1173)
888:
889: 2017-11-27 moko
890:
891: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
892: $.http_version[version string] added (implements feature #1173),
893: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
894: where $post(true) bug existed.
895:
896: 2017-11-18 moko
897:
898: * src/include/pa_memory.h: warning war (related to feature #1170)
899:
900: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
901: feature #1170)
902:
903: 2017-11-17 moko
904:
905: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
906: std::basic_stringstream used in ^table.csv-string[] is compatible
907: with delete usage check only under Debian 9 (related to feature
908: #1170)
909:
910: 2017-11-16 moko
911:
912: * src/: classes/curl.C, classes/hash.C, classes/json.C,
913: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
914: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
915: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
916: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
917: types/pa_vxdoc.h: regular new/delete no longer used in our code,
918: stubs defend from accidental use (implements feature #1170)
919:
920: 2017-06-24 moko
921:
922: * configure.ac: minor fix: thanks to alx@
923:
1.115 moko 924: 2017-05-29 moko
925:
926: * src/types/pa_vmail.C: mail headers are now correctly truncated -
927: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
928: added to avoid cutting of UTF-8 chars (fixed bug #123)
929:
930: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
931: ignored, =?UTF-8?Q?= should start in case of leading space
932: (related to bug #123)
933:
934: * buildall: echo -n -> printf for OS X. :)
935:
936: 2017-05-25 moko
937:
938: * tests/: 288.html, results/288.processed: test updated afted
939: setting $o.prop without setter exception removed (related to
940: feature #1157)
941:
942: * src/types/pa_vclass.C: no more "this property has no setter
943: method" when setting $o.prop without setter (implements feature
944: #1157)
945:
946: * buildall: echo \c -> echo -n for FreeBSD
947:
948: * configure, configure.ac, src/include/pa_config_auto.h.in,
949: src/types/pa_vdouble.h: isfinite now checked in configure
950:
951: * compile, config.guess, config.sub, depcomp, install-sh, missing:
952: upgraded to automake 1.15
953:
954: 2017-05-23 moko
955:
956: * src/types/pa_vdouble.h: finite returned where isfinite not
957: defined
958:
959: 2017-05-22 moko
960:
961: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
962:
963: * buildall: extern CFLAGS setting support
964:
965: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
966:
967: * buildall: http -> https
968:
969: * buildall: gc-7.2f -> gc-7.6.0
970:
971: 2017-05-20 moko
972:
973: * buildall: https, pcre, xml, xslt updated to current versions
974: (related to feature #1136)
975:
976: 2017-05-19 moko
977:
978: * tests/097.html: after parser.ru moved to https
979:
980: 2017-05-17 moko
981:
982: * tests/results/: 175.processed, 372.processed: tests resuls
983: updated after lintian spelling typos fixed (related to bug #1156)
984:
985: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
986: classes/string.C, classes/table.C, main/pa_charset.C,
987: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
988: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
989: lintian reported by Sergey B Kirpichev (fixes bug #1156)
990:
991: * tests/results/096.processed: +XMP
992:
993: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
994: $.xmp(true) options tested (test for feature #1154)
995:
996: * src/classes/image.C: ^image:measure[] options $.exif(false)
997: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
998: fetched by default! (implements feature #1154)
999:
1000: 2017-05-16 moko
1001:
1002: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1003: allowed (related to feature #1154)
1004:
1005: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1006: initial XMP implementation - without options and transcode
1007: (related to feature #1154)
1008:
1009: 2017-05-12 moko
1010:
1011: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1012: image: exif moved to ffields, skipped in ^image.html[] where
1013: iterators now used (preparation for feature #1154)
1014:
1015: 2017-05-05 moko
1016:
1017: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1018: results/387.processed: test for circular class inheritance check
1019: added (related to bug #1150)
1020:
1021: * src/types/pa_vstateless_class.C: circular class inheritance check
1022: added (fixes endless add_derived bug #1150)
1023:
1024: 2017-05-04 moko
1025:
1026: * tests/: 386.html, results/386.processed: test for
1027: $table.value(number) added (related to feature #1152)
1028:
1029: * src/types/pa_vtable.C: table put_element: column value must be
1030: string - > column value must be string compatible to allow
1031: $t.value(1) (implements feature #1152)
1032:
1033: 2017-05-03 moko
1034:
1035: * src/main/pa_request.C: $use[$method] is not possible, reverting
1036: (related to feature #1151)
1037:
1038: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1039: not possible, removing test (related to feature #1151)
1040:
1041: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1042: get_element_method added and used to allow $use[$method] and
1043: $autouse[$method] (implements feature 1151)
1044:
1045: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1046: variable added (related to feature #1151)
1047:
1048: * tests/results/226.processed: actualized after ^try-catch used
1049:
1050: * tests/: 226.html, 385.html, results/385.processed: test for
1051: @autouse in variable added
1052:
1053: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1054:
1.114 moko 1055: 2017-02-27 moko
1056:
1057: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1058:
1.113 moko 1059: 2017-02-20 moko
1060:
1061: * operators.txt: actualization + beauty
1062:
1063: 2017-02-16 moko
1064:
1065: * tests/: 384.html, results/384.processed: test for
1066: ^reflection:mixin[; $.name[] ] option added (related to feature
1067: #1089)
1068:
1069: * tests/: 384.html, results/384.processed: test for
1070: ^reflection:mixin[] added (related to feature #1089)
1071:
1072: * src/types/pa_value.h: warning war: virtual ~Value() added
1073:
1.112 moko 1074: 2017-02-15 moko
1075:
1076: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1077: fixed
1078:
1079: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1080: test added (related to feature #1069)
1081:
1082: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1083: compilation without HASH_ORDER fixed
1084:
1085: * src/: classes/reflection.C, include/pa_hash.h:
1086: $.reverse(true/false) added to ^reflection:methods[] (related to
1087: feature #1069)
1088:
1089: 2017-02-14 moko
1090:
1091: * tests/: 152.html, results/152.processed: test for $._default hash
1092: added (related to bug #1131)
1093:
1094: * tests/: 277.html, results/277.processed: test for hash with only
1095: $._default is now defined (related to bug #1131)
1096:
1097: * src/types/pa_vhash.h: hash with only $._default is now defined
1098: (fixed bug #1131)
1099:
1100: 2017-02-13 moko
1101:
1102: * tests/cat-windows.sh: cat-windows added (cygwin required)
1103:
1104: * tests/: 171.html, 264.html, 286.html, 370.html,
1105: results/320.processed, results/375.processed, results/auto.p:
1106: cat-windows.sh support added
1107:
1108: * tests/375.html: Windows support
1109:
1110: * tests/270.html: documented
1111:
1112: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1113: (not backslashes) even under Windows (broke test 270)
1114:
1115: 2017-02-12 moko
1116:
1117: * tests/: descript.ion, todo.txt: cleanup
1118:
1119: 2017-02-09 moko
1120:
1121: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1122: run_tests.cmd: Windows compatibility
1123:
1124: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1125: incorrectly (GMT) if parser is called from cygwin
1126:
1.111 moko 1127: 2017-02-08 moko
1128:
1.112 moko 1129: * operators.txt: actualization 15% completed
1130:
1131: * operators.txt: cp1251 -> utf-8
1132:
1133: * NEWS, README: minor update
1134:
1135: * src/include/pa_config_includes.h: warning war continues
1136:
1137: * src/: include/pa_config_includes.h, include/pa_memory.h,
1138: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1139: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1140: gcc 6.x issues fixed
1141:
1.111 moko 1142: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1143: classes/classes.h, classes/curl.C, classes/date.C,
1144: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1145: classes/hashfile.C, classes/image.C, classes/inet.C,
1146: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1147: classes/memcached.C, classes/memory.C, classes/op.C,
1148: classes/reflection.C, classes/regex.C, classes/response.C,
1149: classes/string.C, classes/table.C, classes/void.C,
1150: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1151: include/pa_array.h, include/pa_cache_managers.h,
1152: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1153: include/pa_config_fixed.h, include/pa_config_includes.h,
1154: include/pa_dictionary.h, include/pa_dir.h,
1155: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1156: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1157: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1158: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1159: include/pa_request_charsets.h, include/pa_request_info.h,
1160: include/pa_sapi.h, include/pa_socks.h,
1161: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1162: include/pa_stack.h, include/pa_string.h,
1163: include/pa_stylesheet_connection.h,
1164: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1165: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1166: include/pa_uue.h, include/pa_xml_exception.h,
1167: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1168: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1169: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1170: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1171: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1172: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1173: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1174: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1175: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1176: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1177: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1178: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1179: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1180: main/pa_string.C, main/pa_stylesheet_connection.C,
1181: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1182: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1183: main/untaint.C, sql/pa_sql_driver.h,
1184: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1185: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1186: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1187: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1188: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1189: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1190: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1191: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1192: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1193: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1194: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1195: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1196: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1197: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1198: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1199: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1200: types/pa_vmemcached.h, types/pa_vmemory.h,
1201: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1202: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1203: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1204: types/pa_vresponse.C, types/pa_vresponse.h,
1205: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1206: types/pa_vstateless_object.h, types/pa_vstatus.C,
1207: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1208: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1209: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1210: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1211: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1212: 2015->2017
1213:
1.110 moko 1214: 2017-02-07 moko
1215:
1216: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1217:
1218: 2017-02-06 moko
1219:
1220: * src/main/pa_common.C: minor fixes, whitespace
1221:
1222: * src/: classes/curl.C, classes/file.C, classes/image.C,
1223: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1224: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1225: now used (implements feature #1081)
1226:
1227: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1228:
1229: 2017-02-01 moko
1230:
1231: * src/include/pa_request.h: cleanup
1232:
1233: 2017-01-30 moko
1234:
1235: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1236:
1237: 2017-01-29 moko
1238:
1239: * tests/: 383.html, results/383.processed: test for
1240: ^reflection:stack[] added (related to feature #1052)
1241:
1242: * src/classes/reflection.C: else added
1243:
1244: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1245: $.max_file_lock_wait added (implements feature #1128)
1246:
1247: 2017-01-28 moko
1248:
1249: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1250: body and other cases tests added (related to featue #1014)
1251:
1252: * src/classes/curl.C: bug if response is empty fixed (related to
1253: feature #1014)
1254:
1255: 2017-01-27 moko
1256:
1257: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1258: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1259: added (implements feature #1052)
1260:
1261: 2017-01-25 moko
1262:
1263: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1264: method test added
1265:
1266: 2017-01-23 moko
1267:
1268: * src/classes/reflection.C: optimization: options->get replaced by
1269: hash iterator
1270:
1271: * tests/: 381.html, results/381.processed: now -> fixed date
1272:
1273: * src/main/pa_request.C: warning war
1274:
1275: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1276: 5Mb (fixes bug #1058)
1277:
1278: * src/classes/curl.C: warning war
1279:
1280: * tests/: 381.html, results/381.processed: tests for ^json:string
1281: $.one-line(true) option added (related to feature #1124)
1282:
1283: * src/: classes/json.C, types/pa_value.h: $json-string
1284: $.one-line(true|false) options is now supported (implements
1285: feature #1124)
1286:
1287: * tests/: 380.html, results/380.processed: test for modified
1288: $.max_file_size added (related to bug #1014)
1289:
1290: * tests/: 379.html, results/auto.p: tests for rewritten http file
1291: load added (related to bug #1014)
1292:
1293: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1294: main/pa_common.C, main/pa_http.C: check_file_size added and used
1295: in curl / file load from disk and http, http file load rewritten
1296: (related to bug #1014)
1297:
1298: 2017-01-18 moko
1299:
1300: * tests/: 378.html, results/378.processed: tests for ^result[]
1301: added (related to feature #66)
1302:
1303: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1304: Method::CO_WITHOUT_FRAME as frame still added in expression
1305: (related to feature #66)
1306:
1307: 2017-01-17 moko
1308:
1309: * tests/: 377.html, results/377.processed: test for different
1310: combinations of breaks in body and delimiter (related to bug
1311: #1077)
1312:
1313: * tests/: 376.html, results/376.processed: many ^break[] tests
1314: added (related to bug #1077)
1315:
1316: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1317: passed to native method" exception added to avoid bugs due to
1318: WRITE_EXPR_RESULT skipped and native methods execution continues
1319: after ^break[] (related to bug #1077)
1320:
1321: 2017-01-14 moko
1322:
1323: * tests/: 330.html, results/330.processed: test results updated
1324: after ^break[] bugs where fixed (related to bug #1077)
1325:
1326: * tests/: 329.html, results/329.processed: test results updated
1327: after ^break[] bugs where fixed (related to bug #1077)
1328:
1329: * tests/results/320.processed: ^return[] added
1330:
1331: 2017-01-13 moko
1332:
1333: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1334: classes/table.C, include/pa_request.h, main/execute.C,
1335: main/pa_request.C, targets/cgi/parser3.C,
1336: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1337: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1338: checked after each possible process/execute call (fixes bug
1339: #1077)
1340:
1341: 2016-12-29 moko
1342:
1343: * src/main/pa_common.C: warning war
1344:
1345: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1346: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1347: pa_file_size_limit added, ^math:random fixed for upper limit and
1348: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1349: (related to feature #1014)
1350:
1351: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1352: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1353: (related to feature #1014)
1354:
1355: 2016-12-28 moko
1356:
1357: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1358: warning war
1359:
1360: 2016-12-26 moko
1361:
1362: * tests/: 341.html, results/341.processed: test for
1363: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1364:
1365: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1366: (related to feature #1057)
1367:
1368: * src/types/pa_vdate.C: warning war continues...
1369:
1370: * src/: classes/date.C, classes/image.C, classes/table.C,
1371: include/pa_config_includes.h, types/pa_vfile.C: warning war
1372:
1373: * src/lib/gd/gifio.C: warning war / cleanup
1374:
1375: * src/lib/json/pa_json.C: warning war
1376:
1377: * src/classes/hash.C: warning war
1378:
1379: * src/types/pa_vfile.C: warning war
1380:
1381: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1382: -Wall warning war continues
1383:
1384: * configure.ac: --with-build-warnings actualized
1385:
1386: 2016-12-25 moko
1387:
1388: * src/main/pa_exec.C: -wAll warning war
1389:
1390: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1391: -wAll warning war
1392:
1393: * src/: include/pa_common.h, include/pa_sapi.h,
1394: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1395: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1396: -wAll warning war
1397:
1398: 2016-12-23 moko
1399:
1400: * src/lib/ltdl/Makefile.am: extra dist added
1401:
1402: * tests/results/344.processed: test result updated after $file.text
1403: prefetched in ^hash::create[$file] (related to feature #1075)
1404:
1405: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1406: ^hash::create[$file] (related to feature #1075)
1407:
1408: 2016-12-22 moko
1409:
1410: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1411: main/pa_request.C, main/pa_stylesheet_connection.C,
1412: types/pa_vfile.C: file_stat now return 64-bit size (implements
1413: #1014 under 32-bit unix versions)
1414:
1415: 2016-12-21 moko
1416:
1417: * tests/: 375.html, results/375.processed: test for exec returning
1418: stated file added (related to feature #1119)
1419:
1420: * src/classes/file.C: load should not return file with null body
1421: (fixes bug #1119)
1422:
1423: 2016-12-14 moko
1424:
1425: * tests/: 374.html, results/374.processed: test for $method.name
1426: added (related to feature #1117) plus method returning junction
1427: test
1428:
1429: 2016-12-13 moko
1430:
1431: * src/: include/pa_symbols.h, main/pa_symbols.C,
1432: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1433: (implements feature #1117)
1434:
1435: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1436: HEAD and TRACE can't have body (implements feature #1116)
1437:
1438: 2016-12-09 moko
1439:
1440: * tests/: 373.html, results/373.processed: tests for
1441: ^reflection:tainting added (related to feature #1098)
1442:
1443: * src/classes/reflection.C: ^reflection:tainting arguments order
1444: change (related to feature #1098)
1445:
1446: 2016-12-06 moko
1447:
1448: * src/: classes/reflection.C, include/pa_string.h,
1449: main/pa_string.C: ^reflection:tainting[$string] added (implements
1450: feature #1098)
1451:
1452: 2016-12-05 moko
1453:
1454: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1455: (fixes bug #1114)
1456:
1457: 2016-12-04 moko
1458:
1459: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1460: check added
1461:
1462: 2016-12-03 moko
1463:
1464: * tests/: 346-curl.html, results/346-curl.processed: test modified
1465: to test value.as_hash() usage
1466:
1467: * src/classes/curl.C: value.as_hash() used for correct hash
1468: processing
1469:
1470: * src/classes/reflection.C: exceptions texts fixes
1471:
1472: 2016-12-02 moko
1473:
1474: * tests/: 372.html, results/372.processed: tests for
1475: ^reflection:create[ $.class[name] $.constructor[name]
1476: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1477: feature #1094)
1478:
1479: * src/types/pa_vmethod_frame.h: comment added: params should be
1480: declared outside of *_FRAME_ACTION as MethodParams destructor
1481: will be called in ~VNativeMethodFrame
1482:
1483: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1484: ] minor fix
1485:
1486: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1487: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1488: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1489: now supported (implements feature #1094) value::as_hash added
1490: (and should be used everywhere)
1491:
1492: * src/classes/reflection.C: cleanup
1493:
1494: 2016-12-01 moko
1495:
1496: * tests/: 356.html, results/356.processed: test for method
1497: junctions class name added to the resulting hash added (related
1498: to feature #1068)
1499:
1500: * src/classes/reflection.C: for method junctions class name added
1501: to the resulting hash (related to feature #1068)
1502:
1503: 2016-11-30 moko
1504:
1505: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1506: exception (related to bug #1113)
1507:
1508: * src/types/pa_vhashfile.C: whitespace
1509:
1510: * src/main/pa_os.C: errno now returned as it should (fixes bug
1511: #1113)
1512:
1513: * tests/results/: 175.processed, 192.processed, 224.processed,
1514: 229.processed, 239.processed, 244.processed, 246.processed,
1515: 314.processed, 352.processed: tests results updated after method
1516: call exceptions improved as method now keeps its name
1517:
1518: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1519: types/pa_vmethod_frame.h: method call exceptions improved as
1520: method now keeps its name
1521:
1522: * tests/: 224.html, 239.html, results/224.processed,
1523: results/239.processed: tests and tests results updated after
1524: Request::construct exception changed
1525:
1526: * src/: classes/reflection.C, main/execute.C: Request::construct
1527: exception optimized
1528:
1529: * tests/: 371.html, results/371.processed: test for
1530: WWrapper.get_element call in $.name.key[value] code added
1531: (related to feature #1091)
1532:
1533: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1534: in $.name.key[value] code (related to feature #1091)
1535:
1536: 2016-11-29 moko
1537:
1538: * src/classes/op.C: VS warning war
1539:
1540: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1541: C4239: nonstandard extension used : 'return' : conversion from
1542: 'Value' to 'Value &' (related to feature #1020)
1543:
1544: * src/: main/execute.C, types/pa_vmethod_frame.h,
1545: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1546: used : 'return' : conversion from 'Value' to 'Value &' (related
1547: to feature #1020)
1548:
1549: * src/main/execute.C: VS warning war
1550:
1551: * src/targets/cgi/parser3.C: VS compatibility fix
1552:
1553: * src/include/pa_request.h: VS warning war
1554:
1555: * tests/: 370.html, results/370.processed: test for ^file::exec[
1556: ... $.stdin[$binary_file] ] added (related to bug #1044)
1557:
1558: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1559: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1560: $.stdin[$binary_file] (fixes bug #1044)
1561:
1562: 2016-11-28 moko
1563:
1564: * src/main/pa_exec.C: whitespace
1565:
1566: * src/main/pa_request.C: whitespace
1567:
1568: * tests/: 369.html, results/369.processed: test for
1569: $response:status usage added (related to feature #1099)
1570:
1571: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1572: if < 100 (implements feature #1099)
1573:
1574: * src/targets/cgi/parser3.C: whitespace
1575:
1576: * src/targets/cgi/parser3.C: whitespace
1577:
1578: * tests/: 368.html, results/368.processed: test updated after
1579: ^reflection:filename[$method] added (related to feature #1053)
1580:
1581: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1582: main/compile.y, main/execute.C, main/pa_request.C,
1583: types/pa_vclass.h: filename -> filespec,
1584: ^reflection:filename[$method] added (related to feature #1053)
1585:
1586: 2016-11-27 moko
1587:
1588: * tests/: 368.html, results/368.processed: test for
1589: reflection:filename[$class or object] added (related to feature
1590: #1053)
1591:
1592: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1593: types/pa_vstateless_class.h: ^reflection:filename[$class or
1594: object] added (implements feature #1053)
1595:
1596: 2016-11-26 moko
1597:
1598: * src/: include/pa_request_info.h,
1599: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1600: remove_absolute_uri -> strip_absolute_uri
1601:
1602: 2016-11-25 moko
1603:
1604: * src/: include/pa_request_info.h,
1605: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1606: request_info.remove_absolute_uri added to remove possible
1607: http://site.name/ from $request:uri (implements feature #1112)
1608:
1609: 2016-11-24 moko
1610:
1611: * tests/: 367-curl.html, results/367-curl.processed: test for
1612: previous request headers clearing after redirect added (related
1613: to bug #1109)
1614:
1615: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1616: response headers from previous requests are now cleared, only
1617: last request headers are collected (fixes bug #1109)
1618:
1619: * tests/results/: 266.processed, 321.processed, 356.processed:
1620: tests results updated as method name now added to the resulting
1621: hash for new syntax only (Imp1 compatimility fixed, related to
1622: feature #1068)
1623:
1624: * src/classes/reflection.C: method name now added to the resulting
1625: hash for new syntax only (Imp1 compatimility fixed, related to
1626: feature #1068)
1627:
1628: * tests/results/366.processed: test for native and parser
1629: implementation of ^use[] logic (related to feature #1074)
1630:
1631: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1632: for native and parser implementation of ^use[] logic (related to
1633: feature #1074)
1634:
1635: 2016-11-23 moko
1636:
1637: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1638: main/pa_request.C: @USE file now implemented as ^use[file;
1639: $.origin[origin_file] ] (implements feature #1074)
1640:
1.109 moko 1641: 2016-11-21 moko
1642:
1.110 moko 1643: * tests/: 365.html, results/365.processed: test for $caller bugs in
1644: 3.4.4 and $caller.method now tested (related to feature #1110)
1645:
1646: * tests/: 364.html, results/364.processed: $caller usage in
1647: different contexts now tested (related to feature #1110)
1648:
1649: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1650:
1651: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1652:
1.109 moko 1653: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1654: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1655: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1656: used (implements feature #1110)
1657:
1658: 2016-11-20 moko
1659:
1660: * src/types/pa_vdouble.h: whitespace
1661:
1662: 2016-11-11 moko
1663:
1664: * tests/: 363.html, results/363.processed: more tests for feature
1665: #1091 (how parser methods work in expression context)
1666:
1667: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1668: expressions strings are now written as strings, not values by
1669: write_as_string (related to feature #1091)
1670:
1671: * src/classes/op.C: to make more correct behavour in expression
1672: context
1673:
1674: 2016-11-07 moko
1675:
1676: * tests/: 362.html, results/362.processed: test for
1677: xsltParseStylesheetDoc caching as xsl modification after it added
1678: (related to bug #1108)
1679:
1680: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1681: result now cached as xdoc is modified after it (fixes bug #1108)
1682:
1683: 2016-11-06 moko
1684:
1685: * src/types/pa_vxdoc.h: whitespace
1686:
1687: 2016-11-05 moko
1688:
1689: * src/types/pa_vmethod_frame.h: cleanup
1690:
1691: 2016-11-03 moko
1692:
1693: * tests/results/244.processed: more correct exception after method
1694: frames separation
1695:
1696: * src/types/pa_vmethod_frame.h: minor optimizaion
1697:
1698: * src/types/pa_method.h: optimization: params_count added
1699:
1700: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1701: include/pa_request.h, main/execute.C, main/pa_request.C,
1702: types/pa_value.C, types/pa_vmethod_frame.C,
1703: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1704: VMethodFrame now divided into VNativeMethodFrame,
1705: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1706: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1707: and used (related to feature #1104)
1708:
1709: 2016-11-02 moko
1710:
1711: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1712: classes/double.C, classes/file.C, classes/hash.C,
1713: classes/hashfile.C, classes/image.C, classes/inet.C,
1714: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1715: classes/memcached.C, classes/op.C, classes/reflection.C,
1716: classes/regex.C, classes/string.C, classes/table.C,
1717: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1718: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1719: r.write (implements feature #1091)
1720:
1721: * src/main/execute.C: cleanup (related to feature #1104)
1722:
1723: * src/: include/pa_request.h, main/execute.C,
1724: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1725: added, in_expression removed (implements feature #1104)
1726:
1727: 2016-10-31 moko
1728:
1729: * src/types/pa_value.C: whitespace
1730:
1731: 2016-10-28 moko
1732:
1733: * tests/results/244.processed: updated after error reporting fixed
1734: in pa_wcontext.C
1735:
1736: * src/types/pa_wcontext.C: error reporting fixed
1737:
1738: * src/types/pa_wcontext.h: whitespace
1739:
1740: * src/classes/image.C: not fully readed entries are no longer
1741: processed (fixes bug #1106)
1742:
1743: 2016-10-26 moko
1744:
1745: * src/classes/image.C: whitespace
1746:
1747: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1748: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1749: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1750: longer required (related to feature #1091)
1751:
1752: * tests/results/: 264.processed, 350.processed: test results update
1753: reverted (whitespace optimization) after write_no_lang removed :)
1754: (related to feature #1091)
1755:
1756: * src/: classes/file.C, classes/hash.C, classes/op.C,
1757: classes/string.C, classes/table.C, classes/void.C,
1758: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1759: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1760: equal write_pass_lang (related to feature #1091)
1761:
1762: * tests/results/: 264.processed, 350.processed: test results
1763: updated (whitespace optimization) after write_assign_lang removed
1764: (related to feature #1091)
1765:
1766: * tests/: 361.html, results/361.processed: test for non-string
1767: ^untaint added (related to feature #1091)
1768:
1769: * src/: classes/curl.C, classes/date.C, classes/file.C,
1770: classes/hash.C, classes/op.C, classes/string.C,
1771: include/pa_request.h, main/execute.C: optimization:
1772: write_assign_lang removed as not required (first part of feature
1773: #1091 implementation)
1774:
1.108 moko 1775: 2016-10-12 moko
1776:
1777: * tests/: 360.html, results/360.processed: more test code (related
1778: to feature #1104)
1779:
1780: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1781: include/pa_request.h, main/compile.y, main/execute.C: opcode
1782: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1783: WContext is next task (implements feature #1104)
1784:
1785: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1786: / CO_WITHOUT_WCONTEXT
1787:
1788: * tests/: 360.html, results/360.processed: test for in expression
1789: state (related to feature #1104)
1790:
1791: 2016-10-11 moko
1792:
1793: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1794:
1795: * src/classes/op.C: default value removed from initializer
1796:
1797: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1798:
1799: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1800:
1801: 2016-10-10 moko
1802:
1803: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1804: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1805: to feature #42)
1806:
1807: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1808: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1809:
1810: 2016-10-08 moko
1811:
1812: * src/classes/double.C: whitespace
1813:
1814: 2016-10-07 moko
1815:
1816: * src/types/pa_vmethod_frame.h: reorder
1817:
1818: 2016-10-06 moko
1819:
1820: * src/classes/date.C: typo
1821:
1822: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1823:
1824: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1825: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1826: types/pa_vmethod_frame.h: params.get now returns Value&, not
1827: Value*
1828:
1829: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1830:
1831: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1832: removed; first as_* code rewrite
1833:
1834: 2016-10-05 moko
1835:
1836: * src/include/pa_request.h: whitespace
1837:
1838: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1839: intercept_string added (related to feature #1097)
1840:
1841: * src/: classes/image.C, classes/op.C, classes/table.C,
1842: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1843: optimization: intercept_string removed (implements feature #1097)
1844:
1845: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1846:
1847: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1848: from VCodeFrame and WWrapper as not required
1849:
1850: 2016-10-04 moko
1851:
1852: * src/: classes/curl.C, classes/date.C, classes/double.C,
1853: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1854: classes/int.C, classes/json.C, classes/op.C,
1855: classes/reflection.C, classes/string.C, classes/table.C,
1856: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1857: proces_to_value -> process after StringOrValue removed (related
1858: to feature #1020)
1859:
1860: * src/classes/form.C: whitespace
1861:
1862: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1863:
1864: * tests/: 357.html, 358.html, results/357.processed,
1865: results/358.processed, results/auto.p: test for @conf
1866: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1867:
1868: 2016-10-03 moko
1869:
1870: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1871: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1872: supported (implements feature #42)
1873:
1874: * src/types/pa_vregex.h: no reason for VRegex to be
1875: is_evaluated_expr
1876:
1877: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1878: (implements feature #1095)
1879:
1880: 2016-10-01 moko
1881:
1882: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1883: false by default (related to feature #1089)
1884:
1885: 2016-09-30 moko
1886:
1887: * src/types/pa_wcontext.h: cleanup
1888:
1889: 2016-09-29 moko
1890:
1891: * src/main/execute.C: whitespace
1892:
1893: * src/include/pa_request.h: whitespace
1894:
1895: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1896: classes/op.C, classes/table.C, include/pa_request.h,
1897: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1898: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1899: StringOrValue removed as it just slows down and adds complexity
1900: (implements feature #1020)
1901:
1902: 2016-09-28 moko
1903:
1904: * tests/: 356.html, results/266.processed, results/321.processed,
1905: results/356.processed: tests updated after name was added to
1906: method_info hash, test for ^reflection:method_info[junction]
1907: added (related to feature #1068)
1908:
1909: * src/classes/reflection.C: ^reflection:method_info[junction] now
1910: supported, method name added to the resulting hash (implements
1911: feature #1068)
1912:
1913: * tests/: 276.html, results/276.processed: more tests for
1914: ^reflection:delete[]
1915:
1916: * src/classes/reflection.C: fixed bug then ^reflection:delete
1917: didn't work on class and could damage native objects (like file)
1918:
1919: 2016-09-26 moko
1920:
1921: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1922: results/345.processed, results/346-curl.processed,
1923: results/347-curl.processed, results/348.processed: numbers added
1924: to simplify diff analysis
1925:
1926: * tests/: 352.html, results/352.processed: test result updated as
1927: method name used
1928:
1929: * src/classes/reflection.C: method name used
1930:
1931: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1932: its name
1933:
1934: * src/types/pa_method.h: whitespace
1935:
1936: * src/classes/reflection.C: both method and field with one name can
1937: exist.
1938:
1939: * src/classes/reflection.C: ^reflection:mixin added (implements
1940: feature #1089)
1941:
1942: * tests/: 355.html, results/355.processed: property appears in
1943: derived class if added in base test added
1944:
1945: * src/types/pa_vstateless_class.h: get_method declaration +
1946: whitespace
1947:
1948: * tests/: 354.html, results/354.processed: nice test from method
1949: and property with one name in class added
1950:
1951: 2016-09-23 moko
1952:
1953: * src/classes/reflection.C: ^reflection:method usage documented
1954:
1955: 2016-09-22 moko
1956:
1957: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1958: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1959: compile warning and GPF occures on VS2003 (related to feature
1960: #1087)
1961:
1962: * tests/: 350.html, results/350.processed: test added for
1963: $.encloser[] support in ^table::create (related to feature #11)
1964:
1965: * src/classes/table.C: another minor fix (related to feature #11)
1966:
1.107 moko 1967: 2016-09-21 moko
1968:
1969: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1970:
1971: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1972: classes/json.C, classes/string.C, classes/table.C,
1973: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1974: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1975: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1976: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1977: pa_charsets, vs2015 warning war
1978:
1979: * src/classes/table.C: vs2015 warning war
1980:
1981: * src/types/pa_vdate.C: vs2015 warning war
1982:
1983: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
1984:
1985: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
1986: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
1987:
1988: * src/main/pa_common.C: vs2015 compilation fixes
1989:
1990: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
1991: vs2015 compilation fixes
1992:
1993: * src/main/pa_charset.C: vs2015 warning war
1994:
1995: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
1996:
1997: * src/main/pa_charset.C: vs2015 warning war
1998:
1999: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2000:
2001: * src/types/pa_vdate.C: vs2015 compilation fix
2002:
2003: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2004:
2005: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2006: VS2015 compilation fixes
2007:
2008: * src/classes/table.C: minor fix (related to feature #11)
2009:
2010: * tests/results/282.processed: no longer skipping extra enclosers
2011: (related to feature #11)
2012:
2013: * src/classes/table.C: minor fix + no longer skipping extra
2014: enclosers (related to feature #11)
2015:
2016: * src/classes/table.C: minor optimization (related to feature #11)
2017:
2018: * src/classes/table.C: minor fix and optimization (related to
2019: feature #11)
2020:
2021: 2016-09-20 moko
2022:
2023: * tests/: 353.html, results/353.processed: test for
2024: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2025: added (related to bug #1090)
2026:
2027: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2028: one_big_piece (fixes bug #1090)
2029:
2030: * tests/: 229.html, results/229.processed: code coverage tests
2031:
2032: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2033: body) was called
2034:
2035: * src/classes/op.C: whitespace
2036:
2037: * tests/: 323.html, results/323.processed: test for code junction
2038: should not be returned by ^reflection:class, ^reflection:base
2039:
2040: * src/classes/reflection.C: bugfix: code junction should not be
2041: returned by ^reflection:class, ^reflection:base
2042:
2043: * tests/: 323.html, 352.html, results/352.processed: no more
2044: exception for ^reflection:method[class;no-such-method] (related
2045: to feature #1087)
2046:
2047: * src/classes/reflection.C:
2048: ^reflection:method[class;no-such-method] : exception -> void
2049: (related to feature #1087)
2050:
2051: * src/include/pa_request.h: request::write_value added to allow
2052: write value without convertion (related to issue #1091)
2053:
2054: 2016-09-19 moko
2055:
2056: * src/main/pa_random.C: windows build fix
2057:
2058: * src/types/pa_vhash.h: warning war
2059:
2060: 2016-09-14 moko
2061:
2062: * tests/: 352.html, 552.html, results/352.processed,
2063: results/552.processed: test for ^reflection:method[] extension
2064: added (related to feature #1087)
2065:
2066: * tests/: 552.html, results/552.processed: test for
2067: ^reflection:method[] extension added (related to feature #1087)
2068:
2069: * src/classes/reflection.C: compatibility issue fixed, VClass
2070: dynamic_cast check added (related to feature #1087)
2071:
2072: * tests/: 351.html, results/351.processed: test for @auto[]
2073: inheritance bug diring ^process[] added (related to bug #1088)
2074:
2075: * src/: classes/op.C, main/pa_request.C,
2076: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2077: disable it inheritance during ^process (fixes bug #1088)
2078:
2079: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2080: added (implements feature #1087)
2081:
2082: 2016-09-13 moko
2083:
2084: * tests/: 349.html, results/auto.p: test for objects prototyping
2085: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2086: to feature #1086)
2087:
2088: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2089: types/pa_vobject.C: objects now are not class instances, but have
2090: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2091: in @conf (implements feature #1086)
2092:
2093: 2016-09-08 moko
2094:
2095: * src/: classes/file.C, classes/mail.C, classes/string.C,
2096: classes/table.C, main/pa_http.C, main/pa_string.C,
2097: include/pa_string.h: cleanup: string::split limit argument
2098: removed as no longer required, pos_after no longer reference
2099: (related to feature #11)
2100:
2101: * src/classes/table.C, tests/results/348.processed: now exception
2102: is rised when invalid option is passed to ^table::create[]
2103:
2104: * tests/: 282.cfg, 282.html, results/282.processed: more code
2105: coverage tests
2106:
2107: * tests/: 348.html, results/348.processed: code coverage tests
2108: added
2109:
2110: * tests/: 348.html, results/348.processed: generic ^table::create[]
2111: tests
2112:
2113: * tests/: 035.html, results/035.processed, results/272.processed:
2114: tests updated after $.encloser[] support for ^table::create
2115: implementation (related to feature #11)
2116:
2117: * src/classes/table.C: $.encloser[] support for ^table::create
2118: finally added (implements feature #11)
2119:
2120: 2016-09-07 moko
2121:
2122: * src/include/pa_string.h: added StringSplitHelper as friend
2123: (related to feature #11)
2124:
2125: * src/include/pa_string.h: body and langs now protected, not
2126: private to allow inheritance (related to feature #11)
2127:
2128: * src/classes/table.C: lsplit optimized before cloning for
2129: ^table::create with $.encloser[] (related to feature #11)
2130:
2131: * src/classes/table.C: optimizaion: TableControlChars.separators
2132: added and used (related to feature #11)
2133:
2134: * src/classes/table.C: spelling:
2135:
2136: TableSeparators -> TableControlChars column -> separator
2137: separators -> control_chars
2138:
2139: 2016-09-06 moko
2140:
2141: * src/main/pa_string.C: whitespace
2142:
2143: * src/main/pa_string.C: whitespace
2144:
2145: 2016-09-01 moko
2146:
2147: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2148: results OS-independent
2149:
2150: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2151: compiler (related to feature #1042)
2152:
2153: 2016-08-15 moko
2154:
2155: * src/include/pa_string.h: whitespace
2156:
2157: * src/classes/table.C: whitespace
2158:
1.106 moko 2159: 2016-08-05 moko
2160:
2161: * tests/: 344.html, results/344.processed: test for
2162: ^hash::create[$file] added (related to feature #1075)
2163:
2164: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2165: supported (implements feature #1075)
2166:
2167: 2016-08-04 moko
2168:
2169: * tests/: 341.html, results/341.processed: more code coverage tests
2170:
2171: * tests/: 346-curl.html, results/346-curl.processed: more code
2172: coverage tests for curl
2173:
2174: * tests/: 346-curl.html, results/346-curl.processed: more code
2175: coverage tests for curl
2176:
2177: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2178: results/223.processed: code coverage tests: $.form[ $.table[] ]
2179: test added
2180:
2181: * tests/: 223-curl.html, results/223-curl.processed: more code
2182: coverage tests for curl
2183:
2184: 2016-08-03 moko
2185:
2186: * src/classes/curl.C: dlink(curl_library) now called not once, but
2187: until it will be loaded, allowing to find existing library.
2188:
2189: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2190: results/347-curl.processed: more code coverage tests for curl
2191:
2192: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2193: results/339-curl.processed, results/346-curl.processed: curl
2194: functionality tests
2195:
2196: 2016-08-02 moko
2197:
2198: * tests/: 339.html, results/339.processed: test for tables in
2199: ^file:load[] and ^curl:load[] (commented) added (related to
2200: feature #1042)
2201:
2202: * tests/: 345.html, results/345.processed: code coverage tests for
2203: file class
2204:
2205: * tests/: 344.html, results/344.processed: code coverage tests
2206:
2207: * tests/: 344.html, results/344.processed: mdate removed from
2208: output
2209:
2210: * src/classes/file.C: minor bugfix: is_text should be taked from
2211: fcontent.is_text_mode() if not set (related to feature #1061)
2212:
2213: * tests/: 344.html, results/344.processed: more tests
2214:
2215: * tests/: 343.html, 344.html, results/343.processed,
2216: results/344.processed: tests for ^file::create[ $.from-charset
2217: and $.to-charset ] (related to feature #1061)
2218:
2219: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2220: aset_text_mode argument optimized
2221:
2222: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2223: checkBOM now used in detect_binary_content (related to feature
2224: #1061)
2225:
2226: * src/main/pa_request.C: load_charset no longer required to_upper
2227:
2228: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2229: preserves original file mode (if no $.mode specified)
2230:
2231: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2232: ^file::create now supports $.from-charset[] and $.to-charset
2233: options (implements feature #1061), automatic transcode is done
2234: if text file is created from binary file and charset is detected.
2235:
2236: 2016-07-30 moko
2237:
2238: * src/classes/table.C: ^t.hash[..;] now supported (related to
2239: feature #1057)
2240:
2241: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2242: added (related to feature #1057)
2243:
2244: * tests/: 286.html, results/286.processed: code tests coverage
2245:
2246: 2016-07-29 moko
2247:
2248: * src/classes/table.C: table size should be checked inside menu and
2249: foreach (related to feature #858)
2250:
2251: * src/: classes/curl.C, classes/file.C, classes/string.C,
2252: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2253: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2254: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2255: charsets.get now does str_upper inside (related to feature #1061)
2256:
2257: * tests/: 342.html, results/342.processed: more code coverage tests
2258:
2259: * tests/: 342.html, outputs/342.processed: table menu code coverage
2260: + foreach test added (related to feature #858)
2261:
2262: * tests/: 341.html, results/341.processed: tests for
2263: ^table.hash[]{code} added + code coverage tests (related to
2264: feature #1057)
2265:
2266: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2267: value} support (implements feature #1057)
2268:
2269: * src/classes/table.C: whitespace
2270:
2271: 2016-07-28 moko
2272:
2273: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2274: from URL, if not specified query string removed from url-based
2275: filenames in ^curl:load[] and ^file::load[] (related to feature
2276: #1042)
2277:
2278: 2016-07-27 moko
2279:
2280: * tests/: 340.html, results/340.processed: test for
2281: transcode_text_result=false added (related to issue #1042)
2282:
2283: 2016-07-26 moko
2284:
2285: * src/types/pa_vfile.C: file name should not be empty (if file path
2286: is folder and ends with /) (related to feature #1042)
2287:
2288: * src/main/pa_http.C: whitespace optimizaion
2289:
2290: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2291: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2292: multiple headers, ^file::load supports headers transcoding
2293: (implements feature #1042)
2294:
2295: 2016-07-25 moko
2296:
2297: * src/include/pa_common.h: PA_DEFAULT added
2298:
2299: 2016-07-22 moko
2300:
2301: * tests/: 338.html, results/338.processed: test for
2302: $date.field(value) added (related to feature #1066)
2303:
2304: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2305: $date.field(value) now supported for y/m/d/h/m/s (implements
2306: feature #1066)
2307:
1.105 moko 2308: 2016-07-21 moko
2309:
2310: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2311: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2312: arguments removed; image.C - absolute path shown in exception
2313: (implements feature #1071)
2314:
2315: * tests/: 235.html, results/235.processed: test and test result
2316: updated after static boundary in mail and Errors-To: mail header
2317: removed (related to feature #1047)
2318:
2319: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2320: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2321: used, static boundary in mail removed, Errors-To: mail header
2322: removed (implements feature #1047)
2323:
2324: 2016-07-20 moko
2325:
2326: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2327: equest.classes(): Value -> VStateless_class, part 3 (related to
2328: issue #1051)
2329:
2330: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2331: request.classes(): Value -> VStateless_class, part 2 (related to
2332: issue #1051)
2333:
2334: * tests/results/: 224.processed, 323.processed: classes without
2335: methods should not be methoded (related to issue #1051)
2336:
2337: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2338: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2339: -> VStateless_class, part 1 (related to issue #1051)
2340:
2341: * tests/: 337.html, results/337.processed: test for
2342: ^reflection:fields_reference[] and VHashReference class added
2343: (related to feature #1072)
2344:
2345: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2346: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2347: and VHashReference added, allowing ^reflection:fields_reference[]
2348: implementation (closes feature #1072)
2349:
2350: 2016-07-19 moko
2351:
2352: * tests/: 323.html, results/323.processed: we want to see
2353: "methoded"
2354:
2355: * tests/: 336.html, results/336.processed: test for $BASE:property
2356: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2357: #1059)
2358:
2359: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2360: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2361: somebody_entered_some_class, $BASE:property works again,
2362: ^BASE:method[] bugs fixed (fixes bug #1059)
2363:
2364: 2016-07-14 moko
2365:
2366: * tests/: 335.html, results/335.processed: test for feature #1055
2367: added
2368:
2369: * src/classes/hash.C: bugfix: $._default was not copied if empty
2370: feature: ^hash.contains[_default] added (implements feature
2371: #1055)
2372:
2373: 2016-07-13 moko
2374:
2375: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2376: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2377:
2378: 2016-07-05 moko
2379:
2380: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2381: in ^hash.foreach (related to feature #1073)
2382:
2383: 2016-07-04 moko
2384:
2385: * tests/: 134.html, 281.html, results/134.processed,
2386: results/281.processed: tests updated after hash blocking removed
2387: (related to feature #1073)
2388:
2389: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2390: no longer blocks on change during foreach (implements feature
2391: #1073)
2392:
2393: 2016-06-17 moko
2394:
2395: * tests/: 330.html, results/330.processed: try exception source
2396: test added (related to bug in #1062)
2397:
2398: * tests/: 334.html, results/334.processed: Exception stack trace
2399: test added (related to bug in $1062)
2400:
2401: * src/classes/op.C: Exception trace now correctly restored and
2402: errors reported (related to bug #1062)
2403:
1.104 moko 2404: 2016-05-25 moko
2405:
2406: * src/main/compile.y: minor cleanup + beauty
2407:
2408: 2016-05-24 moko
2409:
2410: * tests/: 333.html, results/333.processed: more exceptions testing
2411:
2412: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2413: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2414: features #1056, #1026)
2415:
2416: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2417: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2418: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2419: (implements feature #1056)
2420:
2421: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2422: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2423: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2424: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2425: feature #1026)
2426:
2427: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2428: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2429: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2430: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2431: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2432: feature #1026)
2433:
2434: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2435: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2436: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2437: SYMBOLS_CACHING define implemented (related to feature #1026)
2438:
2439: * src/main/main.vcproj: + ps_symbols
2440:
2441: * src/: include/Makefile.am, include/pa_string.h,
2442: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2443: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2444: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2445: types/pa_vstateless_class.C: initial implementation for symbols
2446: cache (related to feature #1026)
2447:
2448: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2449:
2450: * src/main/pa_globals.C: minor cleanup
2451:
2452: 2016-05-19 moko
2453:
2454: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2455: (related to feature #1046)
2456:
2457: * tests/: 331.html, results/331.processed: test for
2458: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2459: (related to feature #1051)
2460:
2461: * src/main/compile.y:
2462: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2463: (implements feature #1054)
2464:
2465: 2016-05-18 moko
2466:
2467: * src/types/pa_vtable.C, tests/results/324.processed: no more
2468: "column not found" exception for ^table.no-such-method[] (related
2469: to feature #1046)
2470:
2471: * tests/: 261.html, results/261.processed: test added and updated
2472: after feature #1046 implementation
2473:
2474: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2475: types/pa_vvoid.h: $string.anything works for whitespace strings,
2476: ^string.contains added for hash compatibility, $string.method no
2477: longer returns stting method (implements feature #1046)
2478:
2479: 2016-05-12 moko
2480:
2481: * src/classes/curl.C: content-type response header no longer
2482: ignored (fixes issue #1045)
2483:
2484: * tests/: 330.html, results/330.processed: test for incomplete
2485: finally execution when break occures added (related to issue
2486: #1077)
2487:
2488: * src/classes/op.C: bugfix: Request::skip reset is called before
2489: executing catch and finally code (fixes issue #1062)
2490:
2491: 2016-05-11 moko
2492:
2493: * tests/: 329.html, results/329.processed: test for invalid
2494: ^break[] behavour added (bug #1077)
2495:
2496: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2497:
2498: 2016-04-24 moko
2499:
2500: * src/types/pa_vstateless_class.h: warning war
2501:
2502: 2016-04-17 moko
2503:
2504: * tests/: 328.html, results/328.processed: test for
2505: ^break(condition) and ^continue(condition) (related to feature
2506: #1063)
2507:
2508: * src/classes/op.C: ^break(condition) and ^continue(condition)
2509: implemented (feature #1063)
2510:
2511: 2016-04-12 moko
2512:
2513: * tests/results/280.processed: ordered hash now used for class
2514: methods and properties (test results updated for feature #1069)
2515:
2516: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2517: to xdoc.C as under FreeBSD it was inited after and inheritance
2518: failed (related to issue #1051)
2519:
2520: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2521: are printed to check inheritance (related to feature #1051)
2522:
1.103 moko 2523: 2016-04-09 moko
2524:
2525: * tests/results/320.processed: ordered hash now used for class
2526: methods and properties (test results updated for feature #1069)
2527:
2528: * src/types/pa_vstateless_class.h: ordered hash now used for class
2529: methods and properties (implements feature #1069)
2530:
2531: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2532: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2533: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2534: feature #1051)
2535:
2536: 2016-04-07 moko
2537:
2538: * src/main/execute.C: returned Value in .CLASS case for VJunction
2539: (related to feature #1051)
2540:
2541: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2542: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2543: string constants deduplication (related to feature #1051)
2544:
2545: * tests/results/224.processed: test result updated (related to
2546: feature #1051)
2547:
2548: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2549: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2550: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2551: types/pa_vstatus.h: classes hash now contains only
2552: VStateless_class derived objects, .CLASS is also allways
2553: VStateless_class derived object (related to feature #1051).
2554:
2555: 2016-04-06 moko
2556:
2557: * tests/results/323.processed: test result updated after feature
2558: #1051 implementation
2559:
2560: * src/: classes/classes.h, classes/op.C, classes/response.C,
2561: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2562: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2563: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2564: types/pa_vresponse.C, types/pa_vresponse.h,
2565: types/pa_vstateless_class.h: base -> methoded_donor for static
2566: classes, type() moved from VStateless_class to VClass and
2567: Methoded (implements feature #1051)
2568:
2569: 2016-04-04 moko
2570:
2571: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2572: beauty: put_class added (related to feature #1051)
2573:
2574: 2016-04-01 moko
2575:
2576: * tests/results/: 175.processed, 192.processed, 224.processed,
2577: 229.processed, 244.processed, 246.processed, 316.processed: test
2578: results updated as class.type() removed from error messages, only
2579: type() left (related to feature #1051)
2580:
2581: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2582: classes/op.C, classes/reflection.C, main/compile.y,
2583: main/compile_tools.h, main/execute.C, main/pa_request.C,
2584: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2585: types/pa_vmethod_frame.h, types/pa_vobject.h,
2586: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2587: from VStateless_class, type() is used instead (related to feature
2588: #1051)
2589:
2590: * src/classes/mail.C: old logic restored.
2591:
2592: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2593: classes/classes.h, classes/curl.C, classes/date.C,
2594: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2595: classes/hashfile.C, classes/image.C, classes/inet.C,
2596: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2597: classes/memcached.C, classes/memory.C, classes/reflection.C,
2598: classes/regex.C, classes/response.C, classes/string.C,
2599: classes/table.C, classes/xdoc.C, classes/xnode.C,
2600: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2601: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2602: feature #1051)
2603:
2604: 2016-03-30 moko
2605:
2606: * tests/: 327.html, results/224.processed, results/327.processed:
2607: test for TZ specification in ^date::create[], TZ is kept during
2608: ^date::create[$dt] (related to feature #1048)
2609:
2610: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2611: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2612: feature #1048)
2613:
2614: 2016-03-29 moko
2615:
2616: * tests/: 315.html, results/315.processed: test for timezone format
2617: +HHmm added (related to feature #1065)
2618:
2619: * src/classes/date.C: timezone format +HHmm now supported
2620: (implements feature #1065)
2621:
2622: 2016-03-28 moko
2623:
2624: * tests/: 202.html, results/131.processed, results/202.processed,
2625: results/224.processed, results/256.processed,
2626: results/315.processed: test results updated after %.2d now
2627: default for hours offset in iso-string (was %2d), test for
2628: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2629: added (related to feature #1065)
2630:
2631: 2016-03-27 moko
2632:
2633: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2634: feature #1065)
2635:
2636: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2637: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2638: added (implements feature #1065)
2639:
2640: 2016-03-24 moko
2641:
2642: * tests/: 202.html, results/202.processed: test $date.week added
2643: (related to bug #1067)
2644:
2645: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2646: date (fix for bug #1067)
2647:
2648: 2016-03-10 moko
2649:
2650: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2651:
1.102 moko 2652: 2015-12-07 moko
2653:
2654: * tests/: 326.html, results/326.processed: test for .CLASS &
2655: .CLASS_NAME optimization added (related to feature #844)
2656:
2657: 2015-11-17 moko
2658:
2659: * tests/: 323.html, results/323.processed: order added
2660:
2661: * tests/: 325.html, results/325.processed: double range test added
2662: (related to bug #1049)
2663:
2664: 2015-11-16 moko
2665:
2666: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2667: added to disallow NaN and Infinity (fixes bug #1049)
2668:
2669: 2015-11-11 moko
2670:
2671: * tests/324.html: parser 3.4.3 execution support added (related to
2672: feature #1017)
2673:
2674: * tests/: 324.html, results/324.processed: test for
2675: GET_ELEMENT4CALL feature added (feature #1017)
2676:
1.101 moko 2677: 2015-10-29 moko
2678:
2679: * operators.txt: updated for 3.4.4
2680:
2681: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2682:
2683: * src/main/pa_exec.C: get_exit_status implemented for Windows
2684: (related to bug #1043)
2685:
2686: 2015-10-28 moko
2687:
2688: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2689: hangup during ^file::exec (fixes bug #1043)
2690:
1.100 moko 2691: 2015-10-27 moko
2692:
2693: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2694:
1.99 moko 2695: 2015-10-26 moko
2696:
1.100 moko 2697: * tests/322.html, src/classes/reflection.C: arguments reorder
2698: (related to issue #1041)
2699:
2700: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2701: Copyright year updated
2702:
1.99 moko 2703: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2704: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2705: classes/form.C, classes/hash.C, classes/hashfile.C,
2706: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2707: classes/mail.C, classes/math.C, classes/memcached.C,
2708: classes/memory.C, classes/op.C, classes/reflection.C,
2709: classes/regex.C, classes/response.C, classes/string.C,
2710: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2711: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2712: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2713: include/pa_config_fixed.h, include/pa_config_includes.h,
2714: include/pa_dictionary.h, include/pa_dir.h,
2715: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2716: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2717: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2718: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2719: include/pa_request_charsets.h, include/pa_request_info.h,
2720: include/pa_sapi.h, include/pa_socks.h,
2721: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2722: include/pa_stack.h, include/pa_string.h,
2723: include/pa_stylesheet_connection.h,
2724: include/pa_stylesheet_manager.h, include/pa_table.h,
2725: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2726: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2727: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2728: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2729: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2730: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2731: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2732: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2733: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2734: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2735: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2736: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2737: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2738: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2739: main/pa_string.C, main/pa_stylesheet_connection.C,
2740: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2741: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2742: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2743: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2744: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2745: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2746: targets/isapi/parser3isapi.C, types/pa_junction.h,
2747: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2748: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2749: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2750: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2751: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2752: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2753: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2754: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2755: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2756: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2757: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2758: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2759: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2760: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2761: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2762: types/pa_vresponse.C, types/pa_vresponse.h,
2763: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2764: types/pa_vstateless_object.h, types/pa_vstatus.C,
2765: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2766: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2767: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2768: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2769: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2770:
2771: * src/targets/cgi/parser3.C: year updated
2772:
2773: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2774: issue #1041)
2775:
2776: * tests/: 323.html, results/323.processed: test for base classes
2777: added
2778:
2779: * tests/: 261.html, results/261.processed: updated after better
2780: error reporting done for $string.key exception
2781:
2782: * src/types/pa_vstring.h: better error report for $string.key
2783: exception
2784:
2785: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2786: copied as VObject::get_element4call to remove extra virtual call
2787:
2788: * tests/: 322.html, results/322.processed: test for
2789: ^reflection:is[] added (related to feature #1041)
2790:
2791: * src/classes/reflection.C: ^reflection:is empty value is void
2792: (related to feature #1041)
2793:
2794: * src/classes/reflection.C:
2795: ^reflection:is[class_name|code|method;[context;]element_name]
2796: added (implements feature #1041)
2797:
2798: 2015-10-24 moko
2799:
2800: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2801:
1.98 moko 2802: 2015-10-22 moko
2803:
2804: * tests/: 321.html, results/321.processed: test for
2805: ^reflection:method_info[] file detection added
2806:
2807: * tests/: 320.html, results/320.processed: test for
2808: ^reflection:class_by_name[class_name] added (related to feature
2809: #993)
2810:
2811: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2812: added (implements feature #993)
2813:
2814: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2815: (related to feature #1017)
2816:
2817: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2818: added (related to issue #1039)
2819:
2820: * src/main/pa_request.C: ^throw origin fixed (related to feature
2821: #1039)
2822:
2823: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2824: for VDate
2825:
2826: * tests/results/182.processed: updated after feature #1038
2827: implemented
2828:
2829: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2830: compile-time exception origin added (test for feature #1039)
2831:
2832: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2833: main/pa_request.C: exception unification: compile-time exceptions
2834: now have origin, @USE origins also tracked (implements feature
2835: #1039)
2836:
2837: 2015-10-20 moko
2838:
2839: * src/main/pa_request.C: cleanup
2840:
2841: 2015-10-15 moko
2842:
2843: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2844:
2845: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2846: types/pa_vtable.C: new feature: no more $table.method and
2847: $hash.method, aliases for _at, _count, _key (related to feature
2848: #1017)
2849:
1.97 moko 2850: 2015-10-14 moko
2851:
1.98 moko 2852: * tests/: 317.html, results/317.processed: test for
2853: ^string.unescape[] added (related to feature #120)
2854:
1.97 moko 2855: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2856: defined" bug (described in issue #1036)
2857:
2858: * tests/: 247.html, results/247.processed: test for checkBOM added
2859: (test for bug #1037)
2860:
2861: * src/: include/pa_charsets.h, main/pa_charsets.C,
2862: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2863: it's not enforced, skips BOM signature if it complies charset
2864: (fixes bug #1037)
2865:
2866: 2015-10-13 moko
2867:
2868: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2869: linking
2870:
2871: * src/classes/inet.C: vs2003 compilation fix
2872:
2873: * src/classes/math.C: warning war
2874:
2875: * src/lib/punycode/pa_punycode.c: warning war
2876:
2877: 2015-10-12 moko
2878:
2879: * src/lib/punycode/pa_punycode.c: warning war
2880:
2881: * parser3.sln: moved parser3 first, to make it default startup
2882: project
2883:
2884: * buildall: parser "mirror" now used for external libs sources
2885: (implements feature #1036)
2886:
2887: * buildall: most external libs are updated to their current
2888: versions (related to feature #1036)
2889:
2890: * src/classes/image.C: more tags added
2891:
2892: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2893:
2894: 2015-10-11 moko
2895:
2896: * src/classes/curl.C: minor optimization (related to feature #1035)
2897:
2898: 2015-10-09 moko
2899:
2900: * src/classes/curl.C: pa_strdup added for strings from curl
2901: (related to feature #1035)
2902:
2903: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2904: ULLONG_MAX definition
2905:
2906: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2907: (implements feature #1035)
2908:
2909: * src/main/pa_charset.C: String::Body(String::C) used
2910:
2911: * src/main/pa_charset.C: exceptions unified
2912:
2913: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2914: unified
2915:
2916: * src/: classes/file.C, classes/image.C, classes/mail.C,
2917: classes/op.C, classes/xdoc.C, classes/xnode.C,
2918: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2919: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2920: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2921: String::Body(String::C) constructor added (related to bug #957)
2922:
2923: * src/classes/file.C: minor optimization
2924:
2925: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2926: Cord(char*) autocreation (related to bug #957)
2927:
2928: * src/: classes/string.C, main/untaint.C: minor optimizations
2929:
2930: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2931: String(char*, Lang, length) removed, String(C(), Lang) used
2932: instead (related to bug #957)
2933:
2934: 2015-10-08 moko
2935:
2936: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2937: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2938: main/untaint.C: Now char * is converted to CORD only using
2939: AS_CORD() to check for empty cord bug (fixes bug #957)
2940:
2941: * src/include/pa_hash.h: fixed compilation without
2942: HASH_CODE_CACHING
2943:
2944: * src/classes/string.C:
2945: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2946: feature #120)
2947:
2948: * src/main/pa_common.C: reduce js flags checks count (related to
2949: feature #120)
2950:
1.96 moko 2951: 2015-10-07 moko
2952:
2953: * tests/: 275.html, results/275.processed: test modified after
2954: unsigned long long int support implemented (feature #1034)
2955:
2956: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2957: pa_atoul added for unsigned long long int support
2958:
2959: 2015-10-06 moko
2960:
2961: * src/types/pa_vdate.C: INT_MAX used
2962:
2963: 2015-10-03 moko
2964:
2965: * tests/: 302.html, results/302.processed: test for bug #1023
2966: (\u2028, \u2029 escaping) added
2967:
2968: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2969: json:string[] (fixes bug #1023)
2970:
2971: 2015-09-29 moko
2972:
2973: * tests/305.html: try-catch added for OS without ipv6 support
2974:
2975: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2976: compilation
2977:
2978: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2979: main/execute.C, types/pa_value.h, types/pa_vhash.h,
2980: types/pa_vtable.C, types/pa_vtable.h: get_element4call
2981: implemented to distinguish ^hash.method from $hash.field
2982: (implements feature #1017)
2983:
2984: * src/lib/punycode/pa_punycode.c: warning war
2985:
2986: * src/include/pa_config_includes.h: warning war
2987:
2988: * src/include/pa_config_includes.h: pragma warning actualized a bit
2989:
2990: * src/include/pa_config_includes.h: warning war
2991:
2992: * src/include/pa_hash.h: clang compilation fix
2993:
2994: 2015-09-27 moko
2995:
2996: * src/main/compile.tab.C: Bison 3 is now default
2997:
2998: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
2999:
3000: 2015-09-25 moko
3001:
3002: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3003: works with undefined HASH_ORDER (related to feature #196)
3004:
3005: 2015-09-24 moko
3006:
3007: * tests/: 027.html, results/027.processed: test modified to test
3008: ^hash.sort (feature #196)
3009:
3010: * src/: classes/hash.C, include/pa_hash.h:
3011: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3012: added (implements feature #196)
3013:
3014: * tests/: 316.html, results/316.processed: Added test for bug #1025
3015: (exception handling in non-cached ^cache), plus for "it does not
3016: have logical value" and "$exception.handled value must be either
3017: boolean or string 'cache'" exceptions.
3018:
3019: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3020: code (fixes bug #1025)
3021:
1.95 moko 3022: 2015-09-23 moko
3023:
3024: * src/classes/table.C: warning war
3025:
3026: * src/: classes/math.C, types/pa_vcookie.C: warning war
3027:
3028: * src/classes/file.C: warning war
3029:
3030: * src/: include/pa_table.h, main/pa_table.C: warning war
3031:
3032: * src/: main/pa_request.C, classes/date.C: warning war
3033:
3034: * src/: types/pa_vdate.C, classes/op.C: warning war
3035:
3036: * tests/: 122.html, results/122.processed: win sync: to remove
3037: differences with OS that doesn't keep timezone change history
3038:
3039: * src/types/pa_vdate.C: tzset() should be called in Windows after
3040: TZ change (related to feature #36)
3041:
3042: * tests/: 075.html, results/075.processed: win sync: to remove
3043: differences with OS that doesn't keep timezone change history
3044:
3045: * tests/: 315.html, results/315.processed: win sync: to remove
3046: differences with OS that doesn't keep timezone change history
3047:
3048: * tests/: 256.html, results/256.processed: win sync: to remove
3049: differences with OS that doesn't keep timezone change history
3050:
3051: * tests/: 124.html, results/124.processed: win results sync: to
3052: avoid hitting time change hole.
3053:
3054: * src/types/pa_vdate.C: static returned. :)
3055:
3056: 2015-09-22 moko
3057:
3058: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3059:
3060: * tests/results/131.processed: more tests for feature #1032
3061:
3062: * src/classes/date.C: minor fix related to feature #1032
3063:
3064: * operators.txt: ISO date creation documented (related to feature
3065: #1032)
3066:
3067: * operators.txt: iso-string documented (related to feature #1032)
3068:
3069: * tests/: 315.html, results/315.processed: more tests added
3070: (related to feature #1032)
3071:
3072: * tests/: 131.html, results/131.processed: date range checks
3073: updated (related to feature #36)
3074:
3075: * tests/: 315.html, results/057.processed, results/315.processed:
3076: test added for ISO date support (related to issue #315)
3077:
3078: * src/classes/date.C: more readable exceptions in date creation
3079: (related to ticket #1032)
3080:
3081: 2015-09-18 moko
3082:
3083: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3084: added (related to issue #1032)
3085:
3086: * tests/results/256.processed, src/classes/json.C: iso-string
3087: documented (related to issue #1032)
3088:
3089: * tests/: 256.html, results/256.processed: ISO date check added
3090: (related to issue #1032)
3091:
3092: * tests/: 057.html, results/057.processed, results/224.processed:
3093: tests results updated after ISO date support implemented (related
3094: to feature #1032)
3095:
3096: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3097: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3098: ^date::create[string] constructor formalized, ^date.iso-string[]
3099: added (implements feature #1032)
3100:
3101: 2015-09-05 moko
3102:
3103: * operators.txt: actualized
3104:
3105: * operators.txt: date changes documented (related to ticket #36)
3106:
3107: 2015-09-04 moko
3108:
3109: * src/types/pa_vdate.C: warning war
3110:
3111: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3112:
3113: 2015-09-03 moko
3114:
3115: * tests/results/096.processed: test result updated for 0..9999 year
3116: date range support (related to feature #36)
3117:
3118: * tests/: 314.html, results/314.processed: test for
3119: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3120: bug #1031)
3121:
3122: * src/classes/string.C: Static calls fixed for ^string:base64[],
3123: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3124:
1.116 moko 3125: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3126: configure.in -> configure.ac
1.95 moko 3127:
1.116 moko 3128: * configure, configure.in, src/include/pa_config_auto.h.in: more
3129: correct timezone check for FreeBSD Warning war: configure.in ->
3130: configure.ac
1.95 moko 3131:
3132: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3133: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3134: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3135: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3136: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3137: src/main/Makefile.am, src/targets/apache/Makefile.am,
3138: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3139: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3140: check added
3141:
3142: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3143:
3144: * tests/results/: 124.processed, 224.processed: test resuls updated
3145: for new date implementation (related to feature #36)
3146:
3147: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3148: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3149: types/pa_vdate.h: new double date implementation with internal
3150: support for extended 0..9999 year range, default timezone support
3151: (related to feature #36)
3152:
3153: 2015-08-28 moko
3154:
3155: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3156: (fixes bug #1030)
3157:
3158: 2015-08-21 moko
3159:
3160: * src/classes/inet.C: snprintf size "bug" commented
3161:
3162: * src/main/pa_common.C: snprintf comments updated
3163:
3164: 2015-08-16 moko
3165:
3166: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3167:
3168: 2015-08-11 moko
3169:
3170: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3171: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3172: can be null (fixes bug #1029)
3173:
3174: 2015-08-06 moko
3175:
1.116 moko 3176: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3177: pa_vdate.C added
1.95 moko 3178:
3179: 2015-08-05 moko
3180:
3181: * tests/: 313.html, results/313.processed: test for
3182: ^table.count[columns] and ^table.flip[] with nameless tables
3183: (feature #1003)
3184:
3185: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3186: max_cell added, now ^table.count[columns] and ^table.flip[] works
3187: correctly for nameless tables (implements feature #1003)
3188:
3189: 2015-08-03 moko
3190:
3191: * tests/312.html: test for ^table.append[$hash] and
3192: ^table.insert[$hash] added (related to feature #1028)
3193:
3194: * src/classes/table.C: ^table.append[$hash] and
3195: ^table.insert[$hash] now supported (implements feature #1028)
3196:
3197: * tests/: 312.html, results/312.processed: test row copy in
3198: ^table.hash[; $.type[table] ] added (related to feature #1016)
3199:
3200: * src/classes/table.C: row copy now created in ^table.hash[;
3201: $.type[table] ] (related to feature #1016)
3202:
3203: 2015-07-29 moko
3204:
3205: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3206: added (related to feature #1016)
3207:
3208: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3209: ^table.delete[] added to delete current row (related to feature
3210: 1016)
3211:
3212: 2015-07-28 moko
3213:
3214: * tests/: 312.html, results/312.processed: test for
3215: $table.column[value] and ^table.insert{row} (related to feature
3216: #1016)
3217:
3218: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3219: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3220: ^table.insert{row} are now implemented (feature #1016)
3221:
3222: * src/include/pa_array.h: Optimization: bool reverse removed from
3223: append(), insert() added, memmove arguments order in remove()
3224: fixed (related to feature #1016)
3225:
3226: 2015-07-23 moko
3227:
3228: * src/classes/json.C: tainted json and empty json exception added
3229: (implements feature #1015)
3230:
3231: * tests/: 311.html, results/311.processed: empty json and tainted
3232: json exception test added (related to issue #1015)
3233:
3234: 2015-07-22 moko
3235:
3236: * tests/: 311.html, results/311.processed: test for UTF-8
3237: processing added
3238:
3239: * tests/: 311.html, results/311.processed: test for
3240: json_exception_with_source added (related to issue #394)
3241:
3242: * src/classes/json.C: json_exception_with_source added (implements
3243: feature #394)
3244:
3245: 2015-06-29 moko
3246:
3247: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3248: directories are now correctly determined if _d_type == DT_UNKNOWN
3249: (closes bug #1027)
3250:
3251: 2015-06-10 moko
3252:
3253: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3254: error if libxml has LIBXML_ICU_ENABLED.
3255:
3256: 2015-06-04 moko
3257:
3258: * tests/099.html: ups, reverting
3259:
3260: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3261: results/310.processed: tests for $response:body[ $.file[] ] and
3262: $response:last-modified added
3263:
3264: * src/main/pa_request.C: last-modified check fixed
3265:
3266: 2015-06-03 moko
3267:
3268: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3269: results/205.processed, results/293.processed: $response:headers
3270: logging added (tests for feature #1007)
3271:
3272: * src/: include/pa_common.h, include/pa_request.h,
3273: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3274: $response:headers are now in uppercase (closes feature #1007)
3275:
3276: 2015-06-02 moko
3277:
3278: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3279: build errors reverted for clang compatibility
3280:
3281: 2015-06-01 moko
3282:
3283: * src/include/pa_memory.h: -pedantic build errors fixed
3284:
3285: * src/classes/math.C: -pedantic build error fixed
3286:
3287: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3288:
3289: 2015-05-31 moko
3290:
3291: * src/classes/table.C: USE_STRINGSTREAM optimized
3292:
3293: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3294: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3295: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3296: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3297: types/pa_vxnode.h: warning war (-pedantic flag)
3298:
3299: 2015-05-28 moko
3300:
3301: * tests/: 308.html, results/308.processed: test for
3302: ^table::create[$t;], etc work added (related to bug #975)
3303:
3304: * src/classes/table.C: check_option_param removed,
3305: ^table::create[$t;], etc now works (fixes bug #975)
3306:
3307: 2015-05-27 moko
3308:
3309: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3310: (Debian jessie) fixed (closes issue #1024)
3311:
3312: * tests/Makefile: sort added as in Debian jessie list become
3313: unsorted
3314:
3315: 2015-05-18 moko
3316:
3317: * tests/: 201.html, results/201.processed: test for
3318: ^string.trim[what] feature #1022
3319:
3320: * src/classes/string.C: ^string.trim[what] now supported,
3321: implements feature #1022
3322:
3323: 2015-05-17 moko
3324:
3325: * tests/results/185.processed: test result updated as feature #1021
3326: implemented (left/right accept negative parameter)
3327:
3328: * src/classes/string.C: left/right now accept negative parameter
3329: (implements feature #1021)
3330:
3331: 2015-05-08 moko
3332:
3333: * src/classes/math.C: isalnum -> pa_isalnum
3334:
3335: * src/main/execute.C: optimization in getter-junction processing
3336: (related to issue #997)
3337:
3338: 2015-05-07 moko
3339:
3340: * tests/: 307.html, results/307.processed: test for issue #997
3341: added
3342:
3343: * src/main/execute.C: process_getter result now checked if junction
3344: returned (closes issue #997)
3345:
3346: * tests/: 305.html, results/305.processed: sort added to ignore
3347: different order
3348:
3349: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3350: assignment (closes issue #994)
3351:
3352: * tests/: 306.html, results/306.processed: test for issue #994
3353: added
3354:
3355: * tests/: 303.html, results/303.processed: two more errors tested
3356:
3357: 2015-05-06 moko
3358:
3359: * tests/: 305.html, results/305.processed: test for name2ip &
3360: ip2name added (related to feature #992)
3361:
3362: * tests/: 303.html, 304.html, results/303.processed,
3363: results/304.processed: tests for idna conversion added (related
3364: to issue #849)
3365:
3366: 2015-05-02 moko
3367:
3368: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3369: implemented
3370:
3371: 2015-04-30 moko
3372:
3373: * src/main/pa_http.C: idna_host added, related to issue #849
3374:
3375: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3376: (related to issue #849)
3377:
3378: 2015-04-24 moko
3379:
3380: * src/types/pa_vjunction.C: warning war
3381:
3382: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3383: unification
3384:
3385: * src/lib/punycode/pa_idna.c: warning war
3386:
3387: 2015-04-22 moko
3388:
3389: * src/main/main.vcproj: punycode include path added
3390:
3391: * src/lib/punycode/pa_idna.c: windows compile error fixed
3392:
3393: * src/lib/punycode/pa_idna.c: warning war
3394:
3395: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3396: project file added
3397:
3398: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3399:
3400: * src/include/pa_memory.h: warning war
3401:
3402: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3403: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3404: implemented (related to feature #849)
3405:
3406: * configure.in, src/main/Makefile.am,
3407: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3408: libpunycode added in Unix
3409:
3410: 2015-04-21 moko
3411:
3412: * configure.in: large files support
3413:
3414: 2015-04-15 moko
3415:
3416: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3417: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3418: pa_punycode.h: initial version for punycode/idna support library
3419: (ticket #849)
3420:
3421: 2015-04-08 moko
3422:
3423: * src/: classes/curl.C, classes/date.C, classes/file.C,
3424: classes/image.C, classes/mail.C, classes/reflection.C,
3425: classes/string.C, classes/xnode.C, include/pa_request.h,
3426: include/pa_string.h, include/pa_stylesheet_connection.h,
3427: main/compile.y, main/compile_tools.h, main/execute.C,
3428: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3429: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3430: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3431: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3432: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3433: clang compiler warnings (closes issue #1018)
3434:
3435: * src/include/pa_string.h: String::Body comparation operators with
3436: char * added (related to issue #958)
3437:
3438: 2015-04-07 moko
3439:
3440: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3441: pa_malloc/pa_free to remove system malloc/free usage (related to
3442: issue #1018)
3443:
3444: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3445: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3446: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3447: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3448: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3449: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3450: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3451: malloc/strdup/free replaced with pa_ version and checks for
3452: accidental use of non-pa_ version added (related to issue #1018)
3453:
3454: 2015-04-03 moko
3455:
3456: * buildall: pcre-8.33 -> pcre-8.36
3457:
3458: * src/: main/compile.y, classes/form.C, classes/mail.C,
3459: classes/op.C, classes/string.C, main/compile.tab.C,
3460: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3461: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3462: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3463: ticket #958)
3464:
3465: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3466: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3467: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3468: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3469: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3470: $request:headers, $request:method added (implements feature
3471: #1007)
3472:
3473: 2015-03-17 misha
3474:
3475: * tests/302.html: - test for
3476: ^json:string[...;$._default[method-name]]
3477:
3478: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3479: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3480: option $._default[method-name] is specified in ^json:string[], a
3481: method with specified name will be called for classes/objects
3482: serialization ( new feature: #982 )
3483:
3484: 2015-03-16 misha
3485:
3486: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3487: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3488: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3489: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3490: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3491: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3492: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3493: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3494: types/pa_vrequest.h, types/pa_vstateless_class.C,
3495: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3496: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3497: $var.CLASS_NAME now have special opcodes. This can be switched
3498: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3499: on pa_opcode.h ( new feature: #844 )
3500:
3501: 2015-03-15 misha
3502:
3503: * tests/075.html: - test for $response:header[]
3504:
3505: * src/types/pa_vresponse.C: - $response:header[] deletes header
3506: that was set earlie ( new feature: #1001 )
3507:
3508: 2015-03-12 misha
3509:
3510: * tests/246.html: - more tests for ^hash._at[]
3511:
3512: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3513: accepts second param [key|value|hash] ( new feature: #1012 )
3514:
3515: 2015-03-09 moko
3516:
3517: * src/types/pa_vmail.C: exception for everything but
3518: $mail:received, closes issue #1011
3519:
3520: 2015-02-20 moko
3521:
3522: * tests/: 275.html, results/275.processed: hex detection in
3523: pa_atoui fix test (closes issue #1010)
3524:
3525: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3526: issue #1010)
3527:
3528: 2015-02-17 moko
3529:
3530: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3531: tainted.
3532:
3533: 2015-02-03 misha
3534:
3535: * tests/301.html: - test for ^json:string($double) causes
3536: exception. bugfix: #1008
3537:
3538: * src/classes/json.C: - ^json:string($double) causes exception.
3539: bugfix: #1008
3540:
3541: * tests/014.html: - updated for work with ^hash.delete[]
3542:
3543: 2015-01-12 misha
3544:
3545: * src/: classes/form.C, include/pa_common.h,
3546: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3547: types/pa_vform.h: - supports body with PUT method as well ( new
3548: feature: #1006 )
3549:
3550: * src/classes/file.C: - warnings war
3551:
3552: 2015-01-11 misha
3553:
3554: * tests/300.html: - test for ^hash.delete[] is added
3555:
3556: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3557: feature: #989 ) - tiny optimization in intersects
3558:
3559: 2015-01-06 moko
3560:
3561: * src/types/pa_vmail.C: file names transcode added, to and cc added
3562: with transcode, attachments detection fixed
3563:
3564: * src/main/pa_request.C: filling mail received after cgi/auto.p
3565: load to allow charset switch (related to issue #996)
3566:
3567: 2014-12-31 moko
3568:
3569: * src/types/pa_vmail.C: from and subject now transcoded if not
3570: UTF-8 source charset (fixes issue 996)
3571:
3572: * src/main/pa_exception.C: fixed string from stack bug (closes
3573: issue #1000)
3574:
3575: 2014-12-11 misha
3576:
3577: * src/types/pa_vhashfile.C: - check if key is not empty before
3578: access ( bug fix: #1005 )
3579:
3580: 2014-11-13 misha
3581:
3582: * src/main/compile.y: - PC.append does not reset to false while
3583: creating a new class. bugfix: #990
3584:
3585: * tests/299.html: - test for creation class after working with
3586: partial class (create+append)
3587:
3588: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3589: #995
3590:
3591: * tests/232.html: - test for @get[def] added
3592:
3593: 2014-10-12 moko
3594:
3595: * src/lib/pcre/pcre_internal.vcproj: correct path
3596:
3597: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3598: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3599: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3600: targets/apache/ApacheModuleParser3.vcproj,
3601: targets/apache/ApacheModuleParser3Core.vcproj,
3602: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3603: types/types.vcproj: project GUID inserted in *.vcproj for correct
3604: conversion in newer VS versions
3605:
3606: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3607: pcre_internal.vcproj added
3608:
3609: 2014-08-28 moko
3610:
3611: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3612: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3613: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3614:
3615: 2014-06-30 misha
3616:
3617: * tests/298.html: - tests for ^reflection:def[class;className]
3618: added
3619:
3620: * src/classes/reflection.C: - ^reflection:def[class;className]
3621: added ( new feature: #918 )
3622:
3623: 2014-06-29 misha
3624:
3625: * src/classes/table.C: - ^table::create[unsupported data] -
3626: exception comment changed to "body must be table or code" ( bug
3627: fix: #951 )
3628:
3629: * tests/: 261.html, results/261.processed: - tests for
3630: ^json:string[...;$.void[null|string]] added
3631:
3632: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3633: option $.void[string|null] added to ^json:string[...] ( new
3634: feature: #952 )
3635:
3636: 2014-06-28 moko
3637:
3638: * src/classes/curl.C: $.charset now processed before other curl
3639: options (closes issue #980)
3640:
3641: 2014-05-23 misha
3642:
3643: * src/classes/json.C: - bug fix: #987
3644:
3645: 2014-05-04 misha
3646:
3647: * tests/: 253.html, 253_json.txt: - test for
3648: ^json:parse[$.int(false)] is added
3649:
3650: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3651: default true). The option is similar to $.double(bool) but for
3652: integers.
3653:
3654: 2014-05-01 moko
3655:
3656: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3657: #12 )
3658:
3659: 2014-04-16 moko
3660:
3661: * src/main/pa_http.C: response-charset option should finally work
3662: now (fix for issue #867)
3663:
3664: * src/main/pa_http.C: response-charset option should work now (fix
3665: for issue #867)
3666:
3667: 2014-03-07 moko
3668:
3669: * buildall: libgc moved
3670:
3671: * buildall: libgc moved
3672:
3673: 2013-12-29 moko
3674:
3675: * src/classes/string.C: ^string:js-unescape result now tainted,
3676: closes issue #966
3677:
3678: * tests/: 186.html, results/186.processed: ^string:js-unescape
3679: result now tainted, issue #966
3680:
3681: 2013-12-03 moko
3682:
3683: * src/: classes/memcached.C, types/pa_vmemcached.C,
3684: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3685: option was added for http://www.parser.ru/forum/?id=79343
3686:
3687: * src/classes/file.C: bugfix for
3688: http://www.parser.ru/forum/?id=79337
3689:
3690: 2013-11-05 moko
3691:
3692: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3693:
3694: * src/main/pa_globals.C: spelling fixed
3695:
3696: 2013-10-29 moko
3697:
3698: * src/lib/json/json.vcproj: json.c -> pa_json.C
3699:
3700: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3701: #892
3702:
3703: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3704: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3705: exceptions to be thrown thougth json library), related to issue
3706: #892
3707:
3708: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3709: related to issue #896
3710:
3711: 2013-10-24 moko
3712:
3713: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3714:
3715: 2013-10-23 moko
3716:
3717: * README: actualization
3718:
3719: 2013-10-22 moko
3720:
3721: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3722: compatibility patch from Sergey Kirpichev
3723:
3724: * tests/: 297.html, results/297.processed: non-working getter fix
3725: test for issue #948
3726:
3727: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3728: called when saving value of $match variable in ^string.match[] to
3729: increase compatibility (related to issue #948).
3730:
3731: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3732: usage optimization
3733:
3734: 2013-10-21 moko
3735:
3736: * tests/: 182.html, results/182.processed: local path removed for
3737: compatibility
3738:
3739: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3740: results/244.processed, results/253.processed,
3741: results/254.processed, results/275.processed,
3742: results/281.processed: try_catch -> try-catch
3743:
3744: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3745: results/294.processed, results/296.processed: try_catch ->
3746: try-catch
3747:
3748: 2013-10-20 moko
3749:
3750: * tests/: 296.html, results/296.processed: test for xsl exception
3751: for issue #938 added.
3752:
3753: * src/: include/pa_xml_exception.h,
3754: main/pa_stylesheet_connection.C: forgotten to be replaced
3755: XmlException is now replaced (once again closes issue #938)
3756:
3757: 2013-10-19 misha
3758:
3759: * bin/auto.p.dist.in: - more mime-types are added
3760:
3761: 2013-10-18 moko
3762:
3763: * buildall: disable clock_gettime detection to avoid librt linking
3764: (which in turn depends on libpthread), related to issue #943
3765:
3766: 2013-10-18 misha
3767:
3768: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3769: lib/smtp/smtp.vcproj, main/main.vcproj,
3770: targets/apache/ApacheModuleParser3Core.vcproj,
3771: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3772: types/types.vcproj: - new locations for libxml2 includes where
3773: added to vcproj files
3774:
3775: 2013-10-18 moko
3776:
3777: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3778: fix
3779:
3780: * tests/: 295.html, results/295.processed: test for issue #948
3781: updated
3782:
3783: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3784: :)
3785:
3786: * tests/: 295.html, results/295.processed: test for issue #948
3787: added
3788:
3789: * src/: classes/hash.C, classes/string.C, classes/table.C,
3790: include/pa_request.h, types/pa_method.h: for getters and setters
3791: to be executed request.put_element should be called, not
3792: context.put_element (fixes issue #948)
3793:
3794: 2013-10-17 moko
3795:
3796: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3797: LIBXML2_NEW_BUFFER check (closes issue #943)
3798:
3799: * buildall: libxml 2.9.1 build is broken --without-reader.
3800:
3801: 2013-10-16 moko
3802:
3803: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3804:
3805: * tests/: 294.html, results/294.processed: test for issue #938
3806:
3807: * src/: classes/xdoc.C, classes/xnode.C,
3808: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3809: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3810:
3811: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3812: libxslt-1.1.26 -> libxslt-1.1.28
3813:
3814: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3815: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3816: to '?', related to issue #938
3817:
3818: 2013-10-15 moko
3819:
3820: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3821: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3822: minor optimizations (closes issue #896)
3823:
3824: * tests/results/: 292.processed, 293.processed: results updated to
3825: comply with issue #896
3826:
3827: * tests/: 292.html, 293.html, results/292.processed,
3828: results/293.processed: tests for json escaping
3829:
3830: 2013-10-14 moko
3831:
3832: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3833: and cleanup, code moved from .h to .C, no changes in code
3834:
3835: 2013-10-12 moko
3836:
3837: * tests/results/119.processed: updated test result commited
3838:
3839: * tests/: 291.html, results/291.processed: test for issue #894
3840: added
3841:
3842: * src/types/pa_wcontext.h: base methods call support function
3843: get_somebody_entered_some_class should not be true forever, as
3844: wcontext can have many get_elements calls (fixes issue #894)
3845:
3846: 2013-10-11 moko
3847:
3848: * tests/: 290.html, results/290.processed: test for junction GPF
3849: issue #942 added
3850:
3851: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3852: to native method fixed (closes issue #942)
3853:
3854: * tests/: 158.html, results/158.processed: test for csv-string[]
3855: added
3856:
3857: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3858: feature #907)
3859:
3860: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3861: feature #907)
3862:
3863: 2013-10-09 moko
3864:
3865: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3866: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3867: types/pa_vstateless_class.C: GET_default, SET_default now works
3868: properly not only in objects, but in classes as well (closes
3869: issue #903)
3870:
3871: * tests/: 289.html, results/289.processed: GET/SET_default now
3872: works in classes, not only objects, test case added, related to
3873: issue #903
3874:
3875: * tests/: 288.html, results/288.processed: test for endless
3876: recursion bug added (related to issue #903)
3877:
3878: 2013-10-05 moko
3879:
3880: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3881: classes/table.C, main/execute.C, types/pa_method.h,
3882: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3883: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3884: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3885: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3886: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3887: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3888: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3889: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3890: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3891: optimization: put_element no longer has "bool areplace" argument,
3892: related to issue #903
3893:
3894: 2013-10-03 moko
3895:
3896: * tests/results/182.processed: result for $.replace(false) test
3897: commited
3898:
3899: * src/classes/date.C: ^date::create(number) processed correctly
3900: (fixes issue #901)
3901:
3902: * src/classes/image.C: as_no_junction removed, as param can be
3903: expression (closes issue #931)
3904:
3905: * tests/233.html: test for issue #931 added
3906:
3907: 2013-10-02 moko
3908:
3909: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3910: modified, test for $.replace(false) added
3911:
3912: * src/main/compile_tools.h: forgotten class replace returned. :)
3913:
3914: 2013-09-30 moko
3915:
3916: * tests/: 141.html, results/141.processed: md5 tainting test added
3917:
3918: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3919: main/compile_tools.h, main/pa_request.C: allow_class_replace
3920: implemented; $.replace option added to ^process and ^use
3921:
3922: 2013-08-27 moko
3923:
3924: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3925: cstr_to_string_body_untaint should be called with charsets for
3926: possible uri language and connection for possible sql language.
3927: related to issue #857
3928:
3929: * buildall: and -> or fixed
3930:
3931: 2013-08-26 moko
3932:
3933: * buildall: prepare_ functions logic changed to support
3934: gc-7.2d.tar.gz extracting to gc-7.2 directory
3935:
3936: 2013-08-23 moko
3937:
3938: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3939: statically
3940:
3941: 2013-08-22 moko
3942:
3943: * src/classes/string.C: String::Empty used (related to issue #912)
3944: append_know_length removed (related to old GPF bug)
3945:
3946: 2013-08-21 moko
3947:
3948: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3949:
3950: * src/classes/math.C: ^math:digest[...;$file] support added
3951: (related to ticket #857
3952:
3953: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3954: implemented
3955:
3956: * src/types/pa_vhashfile.h: warning war
3957:
3958: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3959: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3960: anti_endless_json_string_recoursion removed from request;
3961: json_string_recoursion added to json_options; $.indent[indent
3962: value] now supported and passed within recoursion closes feature
3963: #937
3964:
3965: * tests/: 287.html, results/287.processed: test for feature #937
3966:
3967: 2013-07-31 moko
3968:
3969: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3970: compilation having #define _S
3971:
3972: * src/main/pa_globals.C: cleanup
3973:
3974: 2013-07-30 moko
3975:
3976: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3977: main/pa_common.C: vs2003 warning war
3978:
3979: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
3980:
3981: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
3982:
3983: * src/lib/md5/pa_sha2.c: warning war
3984:
3985: 2013-07-29 moko
3986:
3987: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
3988: patches from github
3989:
3990: * src/: classes/bool.C, classes/double.C, classes/int.C,
3991: classes/memcached.C, include/pa_config_includes.h,
3992: types/pa_vfile.C, types/pa_vfile.h: warning war
3993:
3994: * src/lib/json/json.vcproj: C++ -> C
3995:
3996: * src/lib/json/: json.c, pa_json.C: C++ warning revert
3997:
3998: * src/lib/json/: json.c, pa_json.C: windows compatibility
3999:
4000: * src/lib/json/: json.c, pa_json.C: windows compatibility
4001:
4002: * src/lib/json/: json.c, pa_json.C: warning war
4003:
4004: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4005:
4006: * src/include/pa_config_fixed.h: uint16_t added
4007:
4008: * configure.in: uint16_t check added
4009:
4010: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4011: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4012: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4013: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4014: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4015:
4016: 2013-07-25 moko
4017:
4018: * parser3.sln: dependencies added
4019:
4020: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4021: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4022: module support
4023:
4024: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4025:
4026: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4027:
4028: 2013-07-23 moko
4029:
4030: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4031: PA_DEBUG_GC_MEMORY removed
4032:
4033: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4034: PA_DEBUG_DISABLE_GC compilation fix
4035:
4036: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4037: main/pa_request.C: outdated RESOURCES_DEBUG removed
4038:
4039: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4040: garbage cleanup
4041:
4042: * src/main/pa_common.C: warning war
4043:
4044: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4045:
4046: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4047: minor cleanup
4048:
4049: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4050: uses cygwin, not WIN32 implementation
4051:
4052: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4053: able to exec shell scripts
4054:
4055: * src/classes/math.C: ifdef WIN32 cleanup
4056:
4057: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4058:
4059: * bin/auto.p.dist.in: libpq.so -> libpq.
4060:
4061: * src/classes/curl.C: LT_MODULE_EXT used
4062:
4063: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4064:
4065: 2013-07-22 moko
4066:
4067: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4068: includes fix
4069:
4070: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4071:
4072: * configure.in, src/include/pa_config_includes.h,
4073: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4074: src/main/pa_exec.C: includes cleanup
4075:
4076: * src/targets/cgi/parser3.C: 2012->2013
4077:
4078: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4079:
4080: * configure.in, src/include/pa_config_includes.h,
4081: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4082: src/main/pa_random.C, src/main/pa_socks.C,
4083: src/types/pa_vstatus.C: cygwin support cleanup
4084:
4085: * configure.in: dirent.h check added
4086:
4087: * src/: include/pa_config_includes.h, include/pa_dir.h,
4088: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4089: not copied
4090:
4091: 2013-07-21 moko
4092:
4093: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4094:
4095: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4096: parser3.vcproj: unused getopt.h / getopt.c removed
4097:
4098: * operators.txt, src/classes/file.C, tests/022.html,
4099: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4100: $.stat(true)] usage commented
4101:
4102: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4103: src/main/pa_dir.C: ^file:list[] now has dir column and when
4104: $.stat(true) it has size/*date columns modified patch from misha@
4105: that closes issue #914.
4106:
4107: * src/: include/pa_config_includes.h, main/pa_globals.C:
4108: PA_RELEASE_ASSERTS removed
4109:
4110: * src/lib/md5/pa_md5c.c: minor cleanup
4111:
4112: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4113: localeconv()->decimal_point usage remoed (related to issue #934)
4114:
4115: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4116: cordprnt.c removed
4117:
4118: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4119: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4120: pa-include/pa_strings.h: includes cleanup
4121:
4122: * src/lib/md5/pa_md5c.c: headers cleanup
4123:
4124: 2013-07-20 moko
4125:
4126: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4127: cleanup
4128:
4129: 2013-07-19 moko
4130:
4131: * src/classes/math.C: extern "C" added for crypt
4132:
4133: 2013-07-18 moko
4134:
4135: * src/classes/math.C: fix redhat7.2 build
4136:
4137: 2013-07-17 moko
4138:
4139: * configure.in, src/include/pa_config_includes.h,
4140: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4141: added for uint8/32/64_t)
4142:
4143: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4144: pa_config_includes.h used for uint32/64_t
4145:
4146: 2013-07-16 moko
4147:
4148: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4149: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4150: war
4151:
4152: * src/main/compile.tab.C: compile.y was updated
4153:
4154: * src/main/compile.y: warning war
4155:
4156: * src/: include/pa_exception.h, main/pa_exception.C,
4157: main/pa_xml_exception.C: warning war
4158:
4159: * src/: include/pa_common.h, main/pa_common.C: warning war
4160:
4161: * configure.in: beauty :)
4162:
4163: * tests/: 141.html, results/141.processed: sha256/512 added
4164:
4165: 2013-07-13 moko
4166:
4167: * src/lib/md5/md5.vcproj: sha2 added
4168:
4169: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4170: classes/math.C: sha2 support (sha256/sha512 digest)
4171:
4172: 2013-07-08 moko
4173:
4174: * src/classes/image.C: directory read or other read problem message
4175: fixed (related to issue #933)
4176:
4177: 2013-07-07 moko
4178:
4179: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
4180: dependense from $charsetsdir directory existance and content (and
4181: UTF-8 is default allready)
4182:
4183: * AUTHORS: + misha + moko. :)
4184:
4185: 2013-07-06 moko
4186:
4187: * src/: classes/curl.C, include/pa_globals.h,
4188: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4189: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4190: for lt_dlinit to be called once and lt_dlexit called at right
4191: place (related to issue #925)
4192:
4193: 2013-07-04 moko
4194:
4195: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4196: VString::as_vfile now uses vfile.set_binary_string to avoid
4197: content-type to be set, as it brokes badly designed logic in
4198: response output. This hopefully finishes issue #928.
4199:
4200: * tests/results/: 256.processed, 286.processed: file now displayed
4201: as name, size, mode, content-type
4202:
4203: * src/main/pa_common.C: read error now reported cottectly (fixes
4204: issue #933
4205:
4206: 2013-06-28 moko
4207:
4208: * tests/: 286.html, results/286.processed: test extended
4209:
4210: * tests/: 286.html, results/286.processed: Test for issue #928
4211: added. it tests default content-type change.
4212:
4213: * src/types/pa_vfile.C: closes issue #928 - default content-type
4214: now updated
4215:
4216: 2013-06-25 moko
4217:
4218: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4219: content-type for text/binary files without name added;
4220: ^file::create[$f;...] options now works properly and $f
4221: properties are default (fixes issue #928)
4222:
4223: 2013-05-16 misha
4224:
4225: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4226: added
4227:
4228: * src/main/pa_table.C: - a tiny memory optimisation while creating
4229: table if specified limit is bigger than source rows count
4230:
4231: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4232: added ( new feature: #858 )
4233:
4234: 2013-04-29 moko
4235:
4236: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4237: $.ipresolve(0|1|2) added (closes issue #891)
4238:
4239: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4240:
4241: 2013-04-24 moko
4242:
4243: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4244: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4245: types/pa_vmemcached.h: ^memcache.release[] added, calls
4246: memcached_quit (refs #893)
4247:
4248: 2013-04-22 moko
4249:
4250: * src/: include/pa_string.h, main/pa_common.C: no more double
4251: slashes in file path (fixes bug #872)
4252:
4253: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4254: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4255: #739)
4256:
4257: * tests/results/266.processed: $.max_params added (feature #915)
4258:
4259: * src/: include/pa_common.h, main/pa_http.C: response-charset
4260: option added to file::load (closes issue #867)
4261:
4262: 2013-04-20 misha
4263:
4264: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4265: commited
4266:
4267: 2013-03-15 misha
4268:
4269: * src/classes/: hash.C, table.C: - Optimisation: do not create
4270: multiple empty strings while ::sql. uae String::Empty instead
4271:
4272: 2013-03-14 misha
4273:
4274: * src/classes/reflection.C: - for user classes
4275: ^reflection:method_info[] returns $.max_params and $.extra_param
4276: with $.call_type if they available ( new feature: #915 )
4277:
4278: * src/classes/file.C: - ^file:delete[] now supports an option
4279: $.exception(false) that suppress any exception while deleting
4280: file ( new feature: #916 )
4281:
4282: * src/classes/curl.C: - parsing cookies after curl:load now should
4283: work :)
4284:
4285: 2013-03-12 misha
4286:
4287: * src/types/pa_vfile.C: - if specified file_name is empty string
4288: set default name for the file
4289:
4290: 2013-03-11 misha
4291:
4292: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4293: also available in $f.cookies
4294:
4295: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4296: moved to a separate method
4297:
4298: 2013-03-10 moko
4299:
4300: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4301: added
4302:
4303: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4304: removed (declared by autoconf)
4305:
4306: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4307: uint32_t define
4308:
4309: 2013-03-10 misha
4310:
4311: * src/classes/file.C: ^file:delete and ^file:move now support
4312: option $.keep-empty-dirs(true) ( new feature: #884 )
4313:
4314: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4315: empty dirs is added
4316:
4317: 2013-03-10 moko
4318:
4319: * src/classes/: bool.C, double.C, int.C: default can be present,
4320: but default check removed from ^int/double/bool.int/double/bool
4321: for string.int/double/bool compatibility (related to issue #913)
4322:
4323: * src/classes/string.C: ^string.int/dobule/bool no longer
4324: internally throws exception if default is present (closes issue
4325: #913)
4326:
4327: 2013-03-09 misha
4328:
4329: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4330: optimisations ( #845 )
4331:
4332: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4333:
4334: 2013-03-08 moko
4335:
4336: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4337: creates correct table (fixes issue #910)
4338:
4339: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4340: use outside of 'connect' operator (fixes issue #911)
4341:
4342: * tests/results/: 096.processed, 122.processed: test results
4343: updated as doubles now printed with 15 significant digits, not 5
4344: (fixes issue #882)
4345:
4346: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4347: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4348:
4349: 2013-02-21 moko
4350:
4351: * src/classes/table.C: _locate_name_value does not check arguments
4352: count, so we check it in advance (fixes issue #905)
4353:
4354: 2012-10-23 moko
4355:
4356: * buildall: old shell for and echo compatibility (for six)
4357:
4358: 2012-10-19 moko
4359:
4360: * buildall: --strip added --disable-safe-mode listed in usage
4361:
4362: 2012-10-17 misha
4363:
4364: * src/classes/op.C: - apply-taint should not throw "outside
4365: connect" exception with sql lang now
4366:
4367: 2012-10-17 moko
4368:
4369: * src/main/pa_request.C: bugfix: safe mode should be inited for
4370: each request (for apache module)
4371:
4372: 2012-09-26 moko
4373:
4374: * src/doc/doxygen.cfg: png -> svg
4375:
4376: 2012-09-25 moko
4377:
4378: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4379: test added
4380:
4381: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4382: double use when key is long
4383:
4384: 2012-09-16 moko
4385:
4386: * src/classes/math.C: Format -> Method Encode -> Format
4387:
4388: * tests/: 141.html, results/141.processed: math:digest hmac test
4389: added
4390:
4391: 2012-09-14 moko
4392:
4393: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4394: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4395: implementation added
4396:
4397: 2012-09-12 moko
4398:
4399: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4400: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4401: targets.dox and string.dox slightly actualized
4402:
4403: 2012-08-31 moko
4404:
4405: * ChangeLog: now generated with patched cvs2cl.pl
4406:
4407: 2012-07-29 moko
4408:
4409: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4410: result should be pushed after VMethodFrame destructor is called,
4411: as it deletes junctions from stack params (fixes issue #868)
4412:
4413: 2012-07-23 moko
4414:
4415: * INSTALL, README: buildall script usage documented, other outdated
4416: info updated.
4417:
4418: * buildall-with-xml, buildall-without-xml: replaced by buildall
4419:
4420: 2012-07-21 moko
4421:
4422: * buildall: glib does not compile when threads are disabled...
4423:
4424: * src/types/pa_vmail.C: g_assertion fixes for empty input
4425:
4426: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4427: unref, can't unref nested objects)
4428:
4429: * src/types/pa_vmail.C: another check added
4430:
4431: 2012-07-19 moko
4432:
4433: * buildall: usage added
4434:
4435: * buildall: new buildall script that unites buildall-with-xml,
4436: buildall-without-xml, --with-apache and --with-mailreceive
4437:
4438: * configure.in: support for static gmime and dynamic glib linking.
4439: fixes for FreeBSD
4440:
4441: 2012-07-17 moko
4442:
4443: * configure.in: --with-mailreceive replaced
4444: --with-static-mailreceive and --with-shared-mailreceive pathlink
4445: removed
4446:
4447: 2012-07-16 moko
4448:
4449: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4450: capitalized, content now decoded and text content converted to
4451: $request:charset. all properties are accessed by functions, this
4452: ready for dynamic load.
4453:
4454: 2012-06-28 moko
4455:
1.116 moko 4456: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4457: 32 bit
1.95 moko 4458:
4459: 2012-06-27 moko
4460:
4461: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4462: passive ftp
4463:
4464: * src/lib/ltdl/ltdl.vcproj: release build fixed
4465:
4466: * configure.in: 3.4.2 RC -> 3.4.2
4467:
4468: 2012-06-22 moko
4469:
4470: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4471: #815)
4472:
4473: * tests/: 284.html, results/284.processed: output options test
4474: (feature #265)
4475:
4476: 2012-06-22 misha
4477:
4478: * tests/215.html: - little changes
4479:
4480: 2012-06-21 moko
4481:
4482: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4483: types/pa_vxdoc.h: output_options returned and used (bugfix for
4484: feature #265)
4485:
4486: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4487: breaks long .*, default 10M restored. (issue #216)
4488:
4489: * tests/: 283.html, results/283.processed: test for issue #815
4490: added
4491:
4492: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4493: again, cstrm not required.
4494:
4495: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4496: Win32 and broken FreeBSD (issue #45)
4497:
4498: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4499:
4500: * src/main/pa_string.C: warnings war
4501:
4502: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4503: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4504: main/pa_socks.C, targets/apache/pa_threads.C,
4505: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4506: types/pa_vstatus.C: compilation under cygwin fixed
4507:
4508: 2012-06-19 moko
4509:
4510: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4511: Windows fixed
4512:
4513: * parser3.sln: removed antique pcre_ctype
4514:
4515: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4516:
4517: * src/include/pa_config_fixed.h: undefined reference to
4518: __imp__pcre_* fix for Windows
4519:
4520: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4521: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4522: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4523: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4524: define fixed
1.95 moko 4525:
4526: 2012-06-18 moko
4527:
4528: * src/classes/memcached.C: flush -> clear
4529:
4530: * src/classes/memcached.C: memcached does not support quotes even
4531: in server name
4532:
4533: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4534: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4535: called on open to check servers existance. $.key(true) syntax
4536: now supported
4537:
4538: 2012-06-17 moko
4539:
4540: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4541: cleanup
4542:
4543: * src/classes/table.C, tests/282.cfg, tests/282.html,
4544: tests/results/282.processed: encloser at the EOF bug fixed,
4545: incorrectly enclosed data now processed more logicaly (fixes
4546: #339)
4547:
4548: 2012-06-15 moko
4549:
4550: * buildall-without-xml: sync with buildall-with-xml
4551:
4552: * buildall-with-xml: download auto-detected between fetch and curl
4553:
4554: * configure.in: --with-gc and --with-pcre now also processed
4555: correctly
4556:
1.116 moko 4557: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4558: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4559: should be run on rol1 using automake / aclocal (GNU automake)
4560: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4561:
4562: * configure.in: new PARSER_VERSION logic
4563:
4564: * src/include/pa_version.h: new pa_version.h logic
4565:
4566: * src/: classes/curl.C, classes/file.C, classes/image.C,
4567: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4568: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4569: feols_normalized -> fis_text_content set_binary added
4570:
4571: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4572:
4573: 2012-06-15 misha
4574:
4575: * src/: classes/curl.C, classes/file.C, classes/image.C,
4576: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4577: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4578: ^file::create[text;content] EOLs in content now is normalized. (
4579: new feature: #815 )
4580:
4581: 2012-06-15 moko
4582:
4583: * configure.in: --disable-version-update added to disable version
4584: update with host information (for debian package) whitespace
4585: optimized
4586:
4587: * configure.in: version changed to 3.4.2 RC no-pic added for
4588: libtool
4589:
4590: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4591: it.
4592:
4593: 2012-06-14 moko
4594:
4595: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4596: tests/results/281.processed: "hash flocked" error removed for
4597: safe operations like ^h._count[] ( new feature: #335 )
4598:
1.116 moko 4599: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4600:
4601: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4602:
4603: * configure.in: --with-static/shared xml replaced with --with-xml,
4604: xml compilation check added
4605:
4606: * configure.in: --with-static/shared-gc, --with-static-pcre are
4607: replaced with --with-gc and --with-pcre test for pcre linking
4608: added
4609:
4610: 2012-06-13 moko
4611:
4612: * configure.in: apxs2 check optimized
4613:
4614: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4615: .la, includes optimized
4616:
4617: * buildall-with-xml: --with-pic looks better for -fPIC
4618:
4619: * configure.in: switched to convenience library in static linking
4620:
4621: * src/targets/apache/Makefile.am: switched to convenience library
4622: usage to avoid libtool warnings
4623:
4624: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4625: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4626: smtp/Makefile.am: switched to convenience library usage
4627:
4628: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4629:
4630: * src/targets/apache/Makefile.am: updated for libtool usage
4631:
4632: * bin/auto.p.dist.in: .cfg removed from charset names.
4633:
4634: * buildall-without-xml: --with-included-ltdl added
4635:
4636: * buildall-without-xml: sync with buildall-with-xml
4637:
4638: * buildall-with-xml: --with-included-ltdl added $cflags added for
4639: -fPIC for x64 $download added for wget success check added
4640:
4641: * buildall-without-xml: --with-dynamic-stdcpp removed
4642:
4643: * configure.in: disable-static returned
4644:
4645: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4646: LIBTOOLFLAGS
4647:
4648: 2012-06-12 moko
4649:
4650: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4651: compatible with LIBTOOLFLAGS for unknown reasons
4652:
4653: * buildall-with-xml: --with-dynamic-stdcpp removed
4654:
4655: * configure.in: static/dynamic -lstdc++ linking option removed
4656: apxs2 check added
4657:
4658: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4659: option removed
4660:
4661: 2012-06-10 moko
4662:
4663: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4664: added
4665:
4666: * src/targets/cgi/pp3.cmd: old PAF stuff
4667:
1.116 moko 4668: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4669: beauty
1.95 moko 4670:
4671: * depcomp: from libtool 2.4.2
4672:
4673: * configure.in: ltdl directory removed, it has correct Makefile.in
4674:
4675: 2012-06-09 moko
4676:
1.116 moko 4677: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4678: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4679: autogenerated files updated after libtool update
4680:
1.116 moko 4681: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4682: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4683: config_auto.h.in, config_fixed.h, configure, configure.ac,
4684: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4685: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4686: config/compile, config/config.guess, config/config.sub,
4687: config/depcomp, config/install-sh, config/ltmain.sh,
4688: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4689: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4690: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4691: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4692: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4693: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4694: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4695: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4696:
4697: * configure.in: preparation for new libtool
4698:
4699: * configure.in: Some beauty added :)
4700:
4701: * src/targets/apache/Makefile.am: := -> =
4702:
4703: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4704: again. :)
4705:
4706: * src/include/pa_config_includes.h, configure.in: limits.h added,
4707: previously was taken from pcre_internal.h. :)
4708:
4709: * src/lib/pcre/Makefile.am: config.h returned
4710:
4711: * src/lib/pcre/config.h: still need this. :)
4712:
4713: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4714:
4715: * configure.in: --with-charsets removed; --with-mysql-client & co
4716: removed
4717:
4718: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4719: now in parser tree, no need to copy
4720:
4721: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4722: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4723: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4724: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4725: extracts now used old trash removed
4726:
4727: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4728: rare charsets/drivers are commented, sql driver quessing removed
4729: (debian/patches/103_auto_p.patch)
4730:
4731: * etc/parser3.charsets/Makefile.am: charsets now in share
4732: (debian/patches/104_automake.patch) + all charsets are copied
4733:
4734: * buildall-with-xml, buildall-without-xml: curl option removed +
4735: extra arguments now supported
4736:
4737: 2012-06-08 misha
4738:
4739: * src/classes/table.C: - one params.as_hash usage was rolled back:
4740: the 2nd option in ^table.hash[] could be hash or table so
4741: .as_hash will throw an exception when table option is specified
4742:
4743: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4744: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4745: classes/table.C, classes/void.C, classes/xdoc.C,
4746: include/pa_exception.h, types/pa_vmethod_frame.C,
4747: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4748: and improved (whitespaces are allowed as empty options) -
4749: MethodParams::as_table is added - above methods are used for
4750: parsing methods' options ( new feature: #9 )
4751:
4752: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4753: to vclass. now class fields can be accessible as a hash:
4754: $h[^hash::create[$asd:CLASS]]
4755:
4756: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4757: have get_fields method so their fields can be accessed with
4758: ^reflection:fields[...] & ^reflection:field[...]
4759:
4760: 2012-06-06 misha
4761:
4762: * tests/280.html: - tests for
4763: ^reflection:method[obj-or-class;method],
4764: ^reflection:field[obj-or-class;field] and
4765: ^reflection:fields[obj-or-class] are added
4766:
4767: 2012-06-05 misha
4768:
4769: * src/classes/reflection.C: - ^reflection:method[class or
4770: object;method name] and ^reflection:field[class or object;field
4771: name] are added
4772:
4773: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4774: is used
4775:
4776: * src/types/pa_method.h: - Method::as_vjunction method is added
4777:
4778: 2012-06-05 moko
4779:
1.116 moko 4780: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4781:
4782: * src/classes/memcached.C: flish ttl fixed
4783:
4784: 2012-06-04 moko
4785:
4786: * src/classes/json.C, src/classes/op.C, tests/279.html,
4787: tests/results/279.processed: ^json:parse[] now supports $.taint
4788: option (new feature #833)
4789:
4790: 2012-06-04 misha
4791:
4792: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4793: - search_stop method was moved from pa_vcookie.C to pa_common.C
4794:
4795: 2012-06-03 misha
4796:
4797: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4798: cookies are parced and stored into $.cookies ( new feature: #31 )
4799:
4800: 2012-05-30 misha
4801:
4802: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4803: incomplete class into a scope while @USE is found
4804:
4805: * src/main/compile.y: - add incomplete class into a scope while
4806: @USE and @CLASS instructions are found ( bugfix: #838 )
4807:
4808: 2012-05-30 moko
4809:
4810: * src/types/pa_vclass.C, tests/278.html,
4811: tests/results/278.processed: removed "property has no getter
4812: method" exception when GET_DEFAULT present (fixes #269)
4813:
4814: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4815: $._default
4816:
4817: 2012-05-29 moko
4818:
4819: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4820: uninitialized values usage (new feature: #154)
4821:
4822: 2012-05-28 moko
4823:
4824: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4825: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4826: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4827: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4828: src/types/pa_vobject.C, src/types/pa_vobject.h,
4829: src/types/pa_vstring.h, src/types/pa_vtable.C,
4830: tests/results/277.processed, src/types/pa_vtable.h,
4831: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4832: ^json:string[$o; $.default[$method]] implemented for VObject (new
4833: feature #803)
4834:
4835: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4836: tests/results/277.processed: json numbers are now treated as
4837: double ( new feature: #834 )
4838:
4839: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4840: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4841: added for out of range checks, zero division in vint/vdouble
4842: check added ( fixes #832 )
4843:
4844: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4845: ( fixes #832 )
4846:
4847: 2012-05-28 misha
4848:
4849: * buildall-with-xml: - --without-lzma option is added to libxml2
4850: configure
4851:
4852: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4853: added - tests for unsupported values for options $.file, $.table
4854: and $.date are added
4855:
4856: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4857: accepts "stat" $.file[] option's value in addition to existed
4858: "text" and "base64" ( new feature: #835 )
4859:
4860: * tests/276.html: - test for
4861: ^reflection:delete[$object-or-class;field-name]
4862:
4863: * src/classes/reflection.C: -
4864: ^reflection:delete[$object-or-class;field-name] is added ( new
4865: feature: #268 )
4866:
4867: 2012-05-27 misha
4868:
4869: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4870:
4871: 2012-05-24 misha
4872:
4873: * src/include/pa_common.h: - method lastposafter was removed
4874:
4875: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4876: lastposafter - ^file:dirname[] & Co proper handle windows file
4877: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4878: work as *nix commands
4879:
4880: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4881:
4882: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4883: rskipchars were added
4884:
4885: * tests/270.html: - more tests for ^file:find[]
4886:
4887: * tests/065.html: - more tests for ^file:dirname[] & Co
4888:
4889: * src/include/pa_version.h: - must be "win32" here. it is
4890: auto-generated on *nix
4891:
4892: 2012-05-24 moko
4893:
4894: * src/classes/math.C: ^math:convert[] now supports uint32 and
4895: throws overflow exception ( new feature: #830 )
4896:
4897: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4898: uint32 support and overflow added ( new feature: #830 )
4899:
4900: 2012-05-23 moko
4901:
4902: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4903: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4904: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4905: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4906: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4907: types/pa_vregex.h, types/pa_vstateless_class.C,
4908: types/pa_vstateless_class.h, types/pa_vstring.h,
4909: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4910: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4911: "return string as-is" removed from as_expr_result. ( new feature:
4912: #831 )
4913:
4914: * tests/results/244.processed: test changed after bug #782 fix
4915: commited
4916:
4917: * tests/results/229.processed: test results for bug #782 commited
4918:
4919: * tests/: 254.html, results/254.processed: uid now just compared,
4920: not printed. :)
4921:
4922: 2012-05-20 moko
4923:
4924: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4925: feature: #341 )
4926:
4927: * tests/: 254.html, results/254.processed: test for
4928: ^reflection:uid[] added
4929:
4930: * tests/: 254.html, results/254.processed: test for
4931: ^reflection:uid[$obj] added
4932:
4933: 2012-05-17 misha
4934:
4935: * src/main/untaint.C: - do not replace ' char by _26 while
4936: exploding filespec-tainting ( new feature: #829 )
4937:
4938: 2012-05-12 moko
4939:
4940: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4941: not.
4942:
4943: 2012-05-08 moko
4944:
4945: * src/types/pa_vmethod_frame.h: bug #782 fixed
4946:
4947: * tests/229.html: test for bug #782
4948:
4949: * tests/results/259.processed, src/main/pa_request.C,
4950: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4951: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4952: src/types/pa_vvoid.h: feature #154 - first empty param now
4953: string; defined locals are empty strings; $STRICT-VARS(true)
4954: added
4955:
4956: 2012-04-27 moko
4957:
1.116 moko 4958: * src/targets/apache/Makefile.am:
1.95 moko 4959: ../../lib/memcached/libmemcached.a added
4960:
4961: 2012-04-27 misha
4962:
4963: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4964: ( #827 )
4965:
4966: 2012-04-25 moko
4967:
4968: * src/: classes/json.C, classes/memcached.C,
4969: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4970: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4971: implemented.
4972:
4973: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4974:
4975: 2012-04-23 moko
4976:
4977: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4978: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4979: types/pa_vmemcached.h: open allows options hash for new
4980: memcached(options) function
4981:
4982: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
4983: not appended
4984:
4985: 2012-04-21 moko
4986:
4987: * src/classes/curl.C: '' added. :)
4988:
4989: * src/classes/classes.vcproj: new curl.h location
4990:
4991: * src/classes/curl.C: verbose output redirection from stderr to
4992: file curl option added
4993:
4994: 2012-04-20 moko
4995:
4996: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
4997: contains what we need from curl, #ifdef HAVE_CURL removed
4998:
1.116 moko 4999: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5000: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5001: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5002: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5003: configure option
5004:
5005: 2012-04-19 moko
5006:
5007: * src/: classes/double.C, classes/inet.C, classes/int.C,
5008: classes/string.C, lib/gc/include/gc_allocator.h,
5009: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5010: options from sql_result_string removed. (closes issue #468)
5011:
5012: * src/types/pa_vmemcached.C: empty string fix
5013:
5014: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5015: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5016: pa_vmemcached.C
5017:
5018: 2012-04-18 moko
5019:
5020: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5021: apache2-mpm-prefork" error displayed in threaded mpm.
5022:
5023: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5024: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5025: installed (issue #354)
5026:
5027: 2012-04-16 moko
5028:
5029: * src/types/pa_vmemcached.C: call to memcached_result_create and
5030: memcached_result_free removed
5031:
5032: 2012-04-14 moko
5033:
5034: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5035:
5036: * src/types/pa_vmemcached.C: check_key added and used
5037:
5038: 2012-04-13 moko
5039:
5040: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5041: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5042: Serialization_data now added and used, VString now serialized
5043: with languages into memcached.
5044:
5045: 2012-03-28 moko
5046:
5047: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5048: lib/memcached/pa_memcached.h: result lengths added
5049:
5050: 2012-03-27 moko
5051:
5052: * src/types/pa_vmemcached.C: strdup added
5053:
5054: 2012-03-24 moko
5055:
5056: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5057: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5058: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5059:
5060: 2012-03-20 moko
5061:
1.116 moko 5062: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5063:
5064: * src/targets/cgi/Makefile.am: cleanup
5065:
5066: * src/: types/Makefile.am, types/pa_vmemcached.C,
5067: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5068:
5069: * src/: classes/Makefile.am, classes/memcached.C,
5070: lib/memcached/Makefile.am, lib/memcached/constants.h,
5071: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5072: lib/memcached/types.h, lib/Makefile.am: memcached initial
5073:
5074: 2012-03-16 moko
5075:
5076: * src/main/execute.C: ident now works under Linux + ident displays
5077: filenames (closes issue #818)
5078:
1.116 moko 5079: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5080: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5081: pa_vmethod_frame_local.h removed
5082:
5083: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5084: classes/classes.h, classes/curl.C, classes/date.C,
5085: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5086: classes/hashfile.C, classes/image.C, classes/inet.C,
5087: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5088: classes/memory.C, classes/op.C, classes/reflection.C,
5089: classes/regex.C, classes/response.C, classes/string.C,
5090: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5091: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5092: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5093: include/pa_config_fixed.h, include/pa_config_includes.h,
5094: include/pa_dictionary.h, include/pa_dir.h,
5095: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5096: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5097: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5098: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5099: include/pa_request_charsets.h, include/pa_request_info.h,
5100: include/pa_sapi.h, include/pa_socks.h,
5101: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5102: include/pa_stack.h, include/pa_string.h,
5103: include/pa_stylesheet_connection.h,
5104: include/pa_stylesheet_manager.h, include/pa_table.h,
5105: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5106: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5107: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5108: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5109: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5110: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5111: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5112: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5113: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5114: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5115: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5116: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5117: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5118: main/pa_string.C, main/pa_stylesheet_connection.C,
5119: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5120: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5121: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5122: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5123: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5124: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5125: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5126: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5127: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5128: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5129: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5130: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5131: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5132: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5133: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5134: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5135: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5136: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5137: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5138: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5139: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5140: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5141: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5142: types/pa_vresponse.h, types/pa_vstateless_class.C,
5143: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5144: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5145: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5146: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5147: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5148: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5149: ident now works under Linux + ident displays filenames (closes
5150: issue #818) Copyright updated
5151:
5152: 2012-03-13 moko
5153:
5154: * src/main/pa_string.C: compilation fix for feature #741
5155:
5156: 2012-03-09 misha
5157:
5158: * tests/193.html: - tests for ^string:base64[encoded] are updated
5159:
5160: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5161: now detects invalid base64 chars in the middle of encoded stricg
5162: ( new feature: #55 )
5163:
5164: * src/include/pa_exception.h: - new exception type for base64
5165: decoding is added
5166:
5167: 2012-03-06 misha
5168:
5169: * tests/274.html: - tests for ^date::today[] and
5170: ^date.sql-string[datetime|date|time] are added
5171:
5172: * src/classes/date.C: - constructor ^date::today[] is added ( new
5173: feature: #811 ) - ^date.sql-string[] now can accept one param --
5174: strings "datetime", "date" or "time" - comments tidying up
5175:
5176: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5177: date and time
5178:
5179: 2012-03-03 misha
5180:
5181: * tests/193.html: - tests for
5182: ^string:base64[encoded;$.strict(true)] are added
5183:
5184: * tests/results/auto.p: - try-catch operator is added
5185:
5186: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5187: main/pa_common.C: - $.strict(true|false) option is added to
5188: base64 decode methods ( new feature: #55 )
5189:
5190: * src/main/pa_common.C: - base64 decode memory usage was decreased
5191: ( new feature: #819 )
5192:
5193: 2012-02-28 moko
5194:
5195: * src/classes/hash.C: ident test
5196:
5197: 2012-02-27 misha
5198:
5199: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5200:
5201: 2012-01-08 misha
5202:
5203: * tests/273.html: - tests for ^string.replace[from;to] are added
5204:
5205: * src/: classes/string.C, include/pa_dictionary.h,
5206: main/pa_dictionary.C, main/pa_string.C: -
5207: ^string.replace[from;to] is added ( new feature: #741 ) -
5208: ^string.replace[one subst here] is slightly optimized
5209:
5210: 2011-12-07 misha
5211:
5212: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5213: named table with one empty column ( bugfix: #63 )
5214:
5215: 2011-11-30 misha
5216:
5217: * src/classes/json.C: - it's possible to set user's method for
5218: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5219: #763 )
5220:
5221: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5222:
5223: 2011-11-23 misha
5224:
5225: * src/: classes/curl.C, classes/file.C, classes/image.C,
5226: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5227: types/pa_vfile.h, types/pa_vform.C: - constructor
5228: ^file::create[mode;filename;content[;options]] now accepts binary
5229: mode and file-content - new constructor's format:
5230: ^file::create[string-or-file-content[;$.name[filename]
5231: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5232: feature: #65 )
5233:
5234: * src/: include/pa_request.h, main/pa_request.C: - new method
5235: mime_type_of(const String*) is added
5236:
5237: * src/include/pa_exception.h: - new exception constant
5238: FILE_NAME_MUST_BE_SPECIFIED is added
5239:
5240: * src/classes/table.C: - bug with negative offset transformed into
5241: a feature. it means pointing to a row from the end of the table (
5242: new feature: #810 )
5243:
5244: 2011-11-19 misha
5245:
5246: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5247: â ìåòîäå _select ( new feature: #810 )
5248:
5249: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5250: options were specified together is simplified
5251:
5252: 2011-11-12 misha
5253:
5254: * src/main/pa_request.C: - forgotten fix for escaping filename in
5255: HTTP content-disposition header (a part of bug #361 )
5256:
5257: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5258: checks for ancestors' classes as well ( new feature: #456 )
5259:
5260: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5261: "without cycle" now have types "parser.break" and
5262: "parser.continue" instead of "parser.runtime" ( new feature: #799
5263: )
5264:
5265: 2011-11-11 misha
5266:
5267: * tests/results/: 099.processed, 100.processed, 205.processed,
5268: 237.processed: - since bug #361 was fixed the content of filename
5269: in HTTP headers is quoted
5270:
5271: * tests/results/270.processed: - result for test 270
5272:
5273: * tests/: 065.html, results/065.processed: - more tests for
5274: ^file:basename[] & Co were added
5275:
5276: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5277:
5278: * tests/270.html: - tests for ^file:find[] are added
5279:
5280: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5281: using option $.charset. option $.engoding is still supported but
5282: these options can not be specified together
5283:
5284: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5285: comparation charset name with string "UTF-8" ( bugfix: #759 )
5286:
5287: 2011-10-11 misha
5288:
5289: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5290: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5291: #622)
5292:
5293: 2011-09-30 misha
5294:
5295: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5296: exception "saving stat-ed file" ( bugfix: #395 )
5297:
5298: 2011-05-30 misha
5299:
5300: * src/classes/string.C: - fixed bug which was added with
5301: params.as_hash into string:sql
5302:
5303: 2011-05-29 misha
5304:
5305: * src/types/pa_value.C: - filename in content-disposition header
5306: must be quoted ( bugfix: #361 )
5307:
5308: 2011-05-27 misha
5309:
5310: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5311: created file
5312:
5313: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5314: usage
5315:
5316: * src/include/pa_exception.h: - one more string for exception was
5317: added
5318:
5319: 2011-05-25 misha
5320:
5321: * tests/269.html: - tests for checking input params in some dom
5322: methods
5323:
5324: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5325: was added. it isn't possible not wo create xdoc with invalid
5326: tagName. ( bugfix: #160 )
5327:
5328: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5329: string "data must be string" was mover from pa_exception.h to
5330: pa_xml_exception.h
5331:
5332: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5333: as_xmlncname, as_xmlname and as_xmlnsuri were added
5334:
5335: * src/main/pa_xml_exception.C: - XmlException accepts more options
5336:
5337: * src/include/pa_xml_exception.h: - XmlException accepts more
5338: options - XML-related exception's strings were added
5339:
5340: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5341: output_options were removed)
5342:
5343: 2011-05-19 misha
5344:
5345: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5346: params.as_hash is used more while parsing methods hash-options
5347:
5348: 2011-05-18 misha
5349:
5350: * operators.txt: - info about json-serialization of xdoc was added
5351:
5352: * tests/256.html: - tests for json-serialization xdoc were added
5353:
5354: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5355:
5356: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5357: classes/json.C, classes/xdoc.C: - now json:string can serialize
5358: xdoc-objects. options (the same as ^xdoc.string[]) could be
5359: specified in $.xdoc[] ( new feature: #265 )
5360:
5361: 2011-05-15 misha
5362:
5363: * tests/268.html: - tests for ^table.count[with options] were added
5364:
5365: * src/classes/table.C: - method ^table.count[] now can accept
5366: options ( new feature: #93 ): ^table.count[column] returns number
5367: of columns for named table; ^table.count[cells] returns number of
5368: cells in the current row; ^table.count[] & ^table.count[rows]
5369: return number of rows in a table.
5370:
5371: * tests/267.html: - test for checking switch/case in boolean mode
5372: was added
5373:
5374: * src/classes/op.C: - if switch's or case's value is bool, they are
5375: compared as bool values, not as double values: new feature: #351
5376:
5377: 2011-05-06 misha
5378:
5379: * tests/242.html: - EOL before EOF was added
5380:
5381: * tests/169.html: - tests for splitting empty string and void were
5382: added
5383:
5384: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5385: returned table with one empty cell)
5386:
5387: 2011-04-03 misha
5388:
5389: * src/include/pa_version.h, configure.in: - version in head was
5390: changed to 3.4.2b
5391:
5392: 2011-03-30 misha
5393:
5394: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5395: as well ( new feature #294 )
5396:
5397: 2011-03-29 misha
5398:
5399: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5400: limited to approx. 6 MB. previous limits were too big for real
5401: life. bugfix: #216
5402:
5403: 2011-03-04 moko
5404:
5405: * etc/parser3.charsets/cp866.cfg: Conforms to
5406: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5407:
5408: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5409: vlalek@
5410:
5411: 2011-02-22 misha
5412:
5413: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5414: be under #ifdef XML or parser can't be compiled without xml
5415: support
5416:
5417: 2011-02-21 misha
5418:
1.116 moko 5419: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5420: ApacheModuleParser3.vcproj was removed
5421:
5422: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5423: removed)
5424:
5425: 2011-02-20 misha
5426:
5427: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5428: $.overridden in ^reflection:method_info[...] were added
5429:
5430: * src/classes/reflection.C: - beautifying result of
5431: ^reflection:method_info[] ($.overridden/inherited)
5432:
5433: 2011-02-18 misha
5434:
5435: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5436: and pa_isalnum instead of isalpha and isalnum - bug with
5437: redundand quoting lowercased latin chars while building email
5438: body was fixed
5439:
5440: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5441: added (they check for latin chars only)
5442:
5443: 2011-02-16 misha
5444:
5445: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5446: string size for transcoding gave too small value (should ever
5447: look for availability char in dest charset inspite of the char
5448: size)
5449:
5450: 2011-02-04 moko
5451:
5452: * tests/223.html: header values now not url-encoded (issue #195)
5453:
5454: 2011-02-01 misha
5455:
5456: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5457:
5458: 2011-01-31 misha
5459:
5460: * src/main/pa_request.C: - throw exception if param file_name in
5461: use_file is empty
5462:
5463: 2011-01-08 moko
5464:
5465: * src/classes/curl.C: compilations errors fixed
5466:
5467: 2010-12-29 moko
5468:
5469: * tests/: 265.html, results/265.processed: test for issue #200
5470: added
5471:
5472: * src/main/pa_string.C: empty regex result check added (fixes issue
5473: #200)
5474:
5475: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5476:
5477: * tests/results/223.processed: header values now not url-encoded
5478: (issue #195)
5479:
5480: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5481: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5482: pa_http_safe_header_name added for headers names (fixes bug #195)
5483:
5484: 2010-12-18 misha
5485:
5486: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5487: => pa-include
5488:
5489: 2010-11-28 moko
5490:
5491: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5492:
5493: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5494: -> pa
5495:
5496: * configure.in: apr -> pa
5497:
5498: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5499:
5500: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5501: classes/Makefile.am, types/Makefile.am: apr -> pa
5502:
5503: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5504: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5505: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5506: pa-include/pa_apr.h, pa-include/pa_errno.h,
5507: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5508: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5509: module apr name conflict resolved)
5510:
5511: 2010-11-27 misha
5512:
5513: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5514: libbz2
5515:
5516: 2010-11-26 misha
5517:
5518: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5519: warnings removed
5520:
5521: 2010-11-25 moko
5522:
5523: * operators.txt: $.indent(true)
5524:
5525: * operators.txt: another bugfix. :)
5526:
5527: * operators.txt: bugfix. :)
5528:
5529: * buildall-with-xml: libxml2-2.7.8 + with-apache
5530:
5531: 2010-11-24 moko
5532:
1.116 moko 5533: * configure: apxs support
1.95 moko 5534:
5535: * configure.in: apxs support -Bstatic gc removed for OS X
5536:
5537: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5538:
5539: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5540: THREAD_LOCAL usage
5541:
5542: * src/: classes/curl.C, include/pa_config_includes.h,
5543: main/pa_globals.C: THREAD_LOCAL defined and used
5544:
5545: 2010-11-23 moko
5546:
5547: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5548: should be passed to pa_sleep, and only fractional part (bugfix:
5549: #188)
5550:
5551: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5552:
5553: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5554: GC_dont_gc=1, as in cgi version
5555:
5556: * src/targets/apache/mod_parser3.c: warning war
5557:
5558: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5559: pa_httpd.h: version removed, some trash removed
5560:
5561: * src/targets/apache/mod_parser3.c: version removed (we don't want
5562: to show it), warning war
5563:
5564: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5565: pa_httpd.h: parser_status_allowed removed + merge config
5566: functions removed (override is the default) + beauty
5567:
5568: * src/: include/pa_request.h, main/pa_request.C,
5569: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5570: hide $status used in apache module removed
5571:
5572: 2010-11-18 moko
5573:
5574: * operators.txt: $.table[compact] added for ^json:string[]
5575:
5576: 2010-11-16 moko
5577:
5578: * src/targets/apache/mod_parser3.c: some cleanup done
5579:
5580: * src/main/untaint.C: bugfix: first, second String::Body argument
5581: is hashcode; second, info.fragment_begin is original, not
5582: resulting length
5583:
5584: * src/classes/file.C: new feature: $.stdin now untainted
5585:
5586: * tests/results/264.processed: new feature: $.stdin[] now untainted
5587:
5588: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5589:
5590: * src/classes/op.C: ^apply-taint[] method added
5591:
5592: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5593: added; $.stdin untaint test added
5594:
5595: 2010-11-15 moko
5596:
5597: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5598: removed
5599:
5600: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5601: pa_httpd.h: 2x2 calculated under apache2. :)
5602:
5603: 2010-11-13 moko
5604:
5605: * src/targets/apache/mod_parser3.c: initial changes to build module
5606: with apache 2.x includes
5607:
5608: * src/targets/apache/: Makefile.am, mod_parser3.c,
5609: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5610: united apache 1.3 / apache 2.x DSO module
5611:
5612: 2010-11-09 moko
5613:
5614: * src/types/pa_method.h: check added to dissallow @method[name;*]
5615: syntax
5616:
5617: * tests/: 263.html, results/263.processed: test from method[*args]
5618: added
5619:
5620: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5621: number of params can now be passed to a method declared with *arg
5622:
5623: 2010-11-06 moko
5624:
5625: * src/classes/table.C: formating fixed. :)
5626:
5627: * src/classes/table.C: closes #4: ^table.select now supports
5628: $.limit(), $.offset, $.reverse() options
5629:
5630: * tests/: 262.html, results/262.processed: test for ^table:select
5631: with options added (feature #4)
5632:
5633: * src/include/pa_array.h: remove function added
5634:
5635: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5636: object in get_element/put_element, using static one.
5637:
5638: 2010-11-04 moko
5639:
5640: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5641: options is passed
5642:
5643: * tests/: 256.html, results/256.processed: $.table[compact] feature
5644: now tested; k and p in handler now tested.
5645:
5646: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5647: $.table[compact] feature added
5648:
5649: * src/classes/json.C: key is now passed to handler in
5650: value_json_string; ^json:string result now process tainting
5651: inside and returns clean string, related to issue #153
5652:
5653: * src/main/untaint.C: bugfix: charset can be null (in
5654: ^string:save[] as example), thus check is added
5655:
5656: 2010-10-31 moko
5657:
5658: * src/classes/string.C: error message changed (fixes issue #149)
5659:
5660: 2010-10-29 moko
5661:
5662: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5663: port is not default (fixes issue #155); exception on invalid port
5664: added.
5665:
5666: * src/main/untaint.C: '*' is now not urlencoded to allow header
5667: "Accept: */*" to be passed
5668:
5669: 2010-10-28 moko
5670:
5671: * src/classes/curl.C: bugfix: detect_charset() was throwing
5672: exception on unknown charset even if response_charset was
5673: specified
5674:
5675: 2010-10-27 moko
5676:
5677: * src/classes/string.C: ^string.append removed for void
5678: compatibility
5679:
5680: 2010-10-26 moko
5681:
5682: * src/classes/json.C: libjson supports array at top level, we too
5683: (GPF fixed)
5684:
5685: 2010-10-25 moko
5686:
5687: * tests/: 253.html, results/253.processed: libjson supports array
5688: at top level, parser now supports it as well.
5689:
5690: * tests/261.html, tests/results/261.processed,
5691: src/types/pa_vstring.h: empty string is now void compatible
5692: (allows $empty.key)
5693:
5694: 2010-10-22 misha
5695:
5696: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5697: while adding additional expires checkout)
5698:
5699: * tests/030.html: - test for session cookie was added
5700:
5701: 2010-10-21 moko
5702:
5703: * src/: classes/string.C, classes/void.C, main/execute.C,
5704: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5705: string (feature #111)
5706:
5707: * tests/: 261.html, results/261.processed: checks void from string
5708: inheritance (feature #111)
5709:
5710: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5711: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5712: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5713: now true by default
5714:
5715: 2010-10-17 moko
5716:
5717: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5718: upload now uses binary blocks instead of L_FILE_POST tainting.
5719: (bugfix: #128)
5720:
5721: * tests/: 223.html, results/223.processed: binary file upload test
5722: added, GPF (issue #128) also checked in this test
5723:
5724: 2010-10-13 misha
5725:
5726: * tests/260.html: - test for math:convert
5727:
5728: * src/classes/math.C: - error in math:convert was fixed
5729:
5730: * operators.txt: - info about
5731: ^math:convert[number](from-base;to-base) was added
5732:
5733: * src/classes/math.C: - method
5734: ^math:convert[number](from-base;to-base) for converting number
5735: represention from one base to another was added ( new feature:
5736: #23 )
5737:
5738: 2010-10-13 moko
5739:
5740: * src/main/compile.tab.C: [] now is empty string, not void
5741:
5742: * src/main/compile.y: [] now is empty string, not void
5743:
5744: * src/types/pa_vvoid.h: void now passed as parameter
5745:
5746: * tests/: 259.html, results/259.processed: to test difference
5747: between void and empty string (see ticket #111)
5748:
5749: * tests/results/152.processed: $sEmpty[] is now empty string, not
5750: void
5751:
5752: * tests/256.html: $s[$void] is no longer empty string
5753:
5754: * tests/254.html: empty string is no longer void
5755:
5756: 2010-10-12 misha
5757:
5758: * src/types/pa_vcookie.C: - check if $.expires value can be
5759: converted to date during cookies set up ( bugfix: #104 )
5760:
5761: * tests/041.html: - more tests for ^table.locate were added
5762:
5763: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5764: work ( bugfix: #129 ) - exception comment for incorrect options
5765: ^table.locate[field;value;options] was fixed
5766:
5767: 2010-10-10 moko
5768:
5769: * src/: classes/reflection.C, main/execute.C: constructor returning
5770: another object feature returned
5771:
5772: * tests/results/258.processed: test result updated as constructor
5773: returning another object feature returned
5774:
5775: * tests/: 258.html, results/258.processed: test for constructor
5776: returning another object
5777:
5778: 2010-10-08 misha
5779:
5780: * tests/257.html: - whitespaces after @METACOMMANDS and their
5781: options shouldn't cause exceptions any longer
5782:
5783: 2010-10-06 moko
5784:
5785: * src/classes/: hash.C, table.C: length from sql server is now
5786: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5787:
5788: 2010-10-02 misha
5789:
5790: * operators.txt: - the X mark was removed from ^cache[file]. it is
5791: usable to delete cache file.
5792:
5793: 2010-10-02 moko
5794:
5795: * tests/: 253.html, results/253.processed: hook_key added for key
5796: checking
5797:
5798: * src/classes/json.C: null key bug fixed
5799:
5800: 2010-09-29 misha
5801:
5802: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5803:
5804: 2010-09-25 moko
5805:
5806: * src/classes/json.C: small fixed
5807:
5808: * tests/results/: 253.processed, 255.processed: just updated
5809:
5810: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5811: results/255.processed: charset transcode test added for
5812: json:parse
5813:
5814: 2010-09-24 moko
5815:
5816: * src/types/pa_value.h: warning war :)
5817:
5818: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5819: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5820: ^json:string
5821:
5822: 2010-09-22 moko
5823:
5824: * src/main/pa_charset.C: parser charset tables declare only
5825: white-space before 0x20, thus adding the missing chars
5826:
5827: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5828: to http://unicode.org/Public/MAPPINGS/VENDORS/
5829:
5830: 2010-09-21 misha
5831:
5832: * src/main/compile.y: - some semicolons were added (VS2010 don't
5833: want to compile grammar if they are absent)
5834:
5835: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5836:
5837: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5838:
5839: * src/main/main.vcproj: - path to bison is changed
5840:
5841: 2010-09-21 moko
5842:
1.116 moko 5843: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5844: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5845: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5846:
5847: 2010-09-20 misha
5848:
5849: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5850:
5851: * src/classes/json.C: - add EOL while json-serializing hash
5852:
5853: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5854: compilers don't like 'ES'.
5855:
5856: 2010-09-17 misha
5857:
5858: * operators.txt: - info about json class was added
5859:
5860: * src/classes/json.C: - ^json:string[object]
5861:
5862: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5863: preventing infinite recursion while executing json:string was
5864: added
5865:
5866: * src/include/pa_string.h: - method append_quoted was added
5867:
5868: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5869: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5870: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5871: was added to Value & Co
5872:
5873: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5874: were used
5875:
5876: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5877: were added
5878:
5879: 2010-09-10 moko
5880:
5881: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5882: die_or_abort (backport from 3.4.1)
5883:
5884: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5885: die_or_abort (bugfix: #106)
5886:
5887: 2010-09-09 moko
5888:
5889: * src/classes/json.C: warning war. :)
5890:
5891: 2010-09-08 misha
5892:
5893: * src/lib/json/Makefile.am: - additional include directories were
5894: added (for pa_memory.h and gc.h)
5895:
5896: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5897: compile as C++ instead default - additional include directory was
5898: added (for gc.h)
5899:
5900: * src/types/pa_vform.C: - little code reformating
5901:
5902: * src/classes/file.C: - $.content-type option now can be specified
5903: in ^file::create ( new feature: #102 )
5904:
5905: 2010-09-08 moko
5906:
5907: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5908: pa_malloc/pa_free
5909:
5910: 2010-09-07 moko
5911:
5912: * tests/results/254.processed: VStateless_class:put_element
5913: exception was fixed
5914:
5915: * src/types/: pa_value.h, pa_vstateless_class.h: now
5916: VStateless_class:put_element barks self.type, not this.type
5917: (bugfix: #105)
5918:
5919: 2010-09-06 moko
5920:
5921: * src/classes/reflection.C: bugfix: new String() is required for
5922: exception handling
5923:
5924: * tests/: 254.html, results/254.processed: test modified
5925:
5926: 2010-09-05 moko
5927:
5928: * tests/: 254.html, results/254.processed: ^reflection:copy test
5929: added
5930:
5931: * src/: classes/reflection.C, include/pa_request.h:
5932: ^reflection:copy implemented (new feature: #100)
5933:
5934: 2010-09-03 moko
5935:
5936: * src/lib/json/JSON_parser.C: c++ compatiblity
5937:
5938: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5939: option testing added
5940:
5941: 2010-09-02 moko
5942:
5943: * src/classes/json.C: $.distinct[first|last|all] added
5944:
5945: 2010-09-01 moko
5946:
5947: * tests/results/253.processed: json test result
5948:
5949: * tests/: 253.html, 253_json.txt: json test added
5950:
5951: * src/classes/json.C: json.C update to actual version + hash key
5952: creation bugfix
5953:
5954: 2010-08-31 misha
5955:
5956: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5957: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5958: src/lib/Makefile.am, src/classes/Makefile.am,
5959: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5960: json library was added
5961:
5962: 2010-08-30 moko
5963:
5964: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5965: types/pa_vobject.C: cosmetic optimization in
5966: request:execute_method usage
5967:
5968: * src/: include/pa_charset.h, main/pa_charset.C: small
5969: optimization, just to decrease number of lines. :)
5970:
5971: 2010-08-27 misha
5972:
5973: * src/classes/op.C: - taint[json] was added
5974:
5975: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5976: were added
5977:
5978: * src/main/pa_exec.C: - warning fix was rolled back.
5979:
5980: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
5981: include/pa_string.h: - taint[json] was added - escaping was
5982: slightly modified
5983:
5984: 2010-08-25 misha
5985:
5986: * src/classes/file.C: - typo in file:sql exception was fixed
5987:
5988: * src/main/pa_exec.C: - warning about declared and not used
5989: variable forced_allow was removed
5990:
5991: 2010-08-14 misha
5992:
5993: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
5994: were removed
5995:
5996: 2010-08-11 moko
5997:
5998: * tests/: 249.html, results/249.processed: default setter and
5999: anti-recursive default getter test added
6000:
6001: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6002: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6003: types/pa_vobject.h, types/pa_vstateless_class.C,
6004: types/pa_vstateless_class.h: default setter support +
6005: anti-recursive default getter support ( new feature: #13 )
6006:
6007: * src/include/pa_hash.h: optimization: threshold member removed
6008: from hash, reducing sizeof(hash)
6009:
6010: 2010-08-10 misha
6011:
6012: * tests/196.html: - junction-method was added to the test
6013:
6014: * tests/248.html: - ups. typo :)
6015:
6016: * tests/248.html: - test for checking .match with 4 params
6017:
6018: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6019: 247_windows1251.txt: - test for "transcode file from utf-8 to
6020: $request:charset during loading if the BOM code is detected"
6021:
6022: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6023: $request:charset during loading if the BOM code is detected ( new
6024: feature: #98 )
6025:
6026: 2010-08-05 misha
6027:
6028: * src/classes/image.C: - ^image.replace now can accept only 2
6029: params. in this case the whole image is affected ( new feature:
6030: #95 )
6031:
6032: 2010-08-04 misha
6033:
6034: * tests/246.html: - test tor ^hash._at[] was added
6035:
6036: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6037: #53 )
6038:
6039: * src/include/pa_hash.h: - methods for accessing the first and the
6040: last values of ordered hash were added (first_value and
6041: last_value)
6042:
6043: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6044: (similar to others file's methods):
6045: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6046: #68 )
6047:
6048: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6049:
6050: 2010-08-01 moko
6051:
6052: * src/classes/op.C: to correctly process $result[] in code, called
6053: from ^process
6054:
6055: * tests/245.html: $result in ^process[] test added
6056:
6057: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6058: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6059: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6060: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6061: caller, self) op_call(VMethodFrame &frame, bool constructing)
6062: removed, construct(class,method) added
6063:
6064: * tests/results/: 192.processed, 244.processed: request::construct
6065: added
6066:
6067: * tests/: 244.html, 245.html, results/244.processed,
6068: results/245.processed: object creation exceptions and ^process
6069: tests added
6070:
6071: 2010-07-28 misha
6072:
6073: * tests/make_tests.cmd: - win32 EOLs
6074:
6075: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6076: tests on Win32 were added (The system timezone should be GMT+3)
6077:
6078: 2010-07-26 misha
6079:
6080: * tests/: 212.html, results/212.processed: - sizes were removed
6081: mecause they could be different on different OSs
6082:
6083: * tests/065.html: - make it "win32 friendly"
6084:
6085: 2010-07-25 misha
6086:
6087: * src/main/compile.y: - all EOLs between methods are removed during
6088: compilation ( new feature: #47 )
6089:
6090: * tests/results/149.processed: - prepare tests to trim trailing
6091: methods' EOLs
6092:
6093: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6094:
6095: * tests/: results/006.processed, results/014.processed, 006.html,
6096: 014.html, 022.html: - prepare tests to trim trailing methods'
6097: EOLs
6098:
6099: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6100: results/071.processed, results/022.processed: - prepare tests to
6101: trim trailing methods' EOLs
6102:
6103: * tests/: results/073.processed, results/109.processed,
6104: results/142.processed, results/144.processed,
6105: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6106: 144.html: - prepare tests to trim trailing methods' EOLs
6107:
6108: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6109: 149.html, 152.html, results/096.processed, results/107.processed,
6110: results/109.processed, results/142.processed,
6111: results/144.processed: - prepare tests to trim trailing methods'
6112: EOLs
6113:
6114: 2010-07-24 moko
6115:
6116: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6117: the hash order in this test
6118:
6119: * tests/014.html: to check hash order, hash no is longer sorted
6120: before print
6121:
6122: * src/include/pa_hash.h: hash copy constructor now keeps order
6123: (bugfix: #54)
6124:
6125: 2010-07-23 moko
6126:
6127: * tests/results/224.processed: @auto[] is no longer inherited
6128:
6129: * src/types/pa_vstateless_class.C, tests/227.html,
6130: tests/results/227.processed: @auto[] is no longer inherited
6131: (bugfix: #57)
6132:
6133: 2010-07-22 misha
6134:
6135: * src/classes/table.C: - don't skip comment lines during
6136: table::load if encloser or separator is set as '#' ( new feature:
6137: #30 )
6138:
6139: * src/targets/cgi/parser3.C: - don't run as cgi if
6140: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6141: #12 )
6142:
6143: * src/classes/file.C: - set PARSER_VARSION env before external
6144: script executing
6145:
6146: 2010-07-13 misha
6147:
6148: * tests/058.html: - test for suppressing @border was added - test
6149: for user attribute was added
6150:
6151: * tests/results/186.processed: unescaping from \uXXXX
6152:
6153: * tests/186.html: unescaping from \uXXXX
6154:
6155: * tests/: 239.html, results/239.processed: method call type
6156:
6157: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6158: $junction_method.CLASS_NAME (+CLASS)
6159:
6160: 2010-07-07 misha
6161:
6162: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6163: *nix
6164:
6165: 2010-07-05 misha
6166:
6167: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6168: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6169: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6170: comment strings "options must be hash", "options must be hash,
6171: not code" and "called with invalid option" were replaced by
6172: constatns - exception comment string "invalid option passed" was
6173: replaced by "called with invalid option" (now in different
6174: methods are the same exception comment string)
6175:
6176: * src/include/pa_exception.h: - more exception strings were defined
6177:
6178: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6179: types/pa_vstateless_class.h: - now we can define possible
6180: method's call type ( new feature: #5 ) 1.
6181: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6182: methods 2. @static:method[params] (only static keyword could be
6183: used here) -- for specified methods
6184:
6185: * src/main/pa_common.C: - junction points should not be deleted on
6186: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6187: cleanup
6188:
6189: 2010-07-03 misha
6190:
6191: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6192: results/158.processed, results/160.processed,
6193: results/161.processed, results/162.processed,
6194: results/163.processed: - prepare tests to trim trailing methods'
6195: EOLs
6196:
6197: * tests/results/169.processed: - prepare tests to trim trailing
6198: methods' EOLs
6199:
6200: * tests/results/: 168.processed, 169.processed: - prepare tests to
6201: trim trailing methods' EOLs
6202:
6203: * tests/: results/170.processed, results/167.processed,
6204: results/168.processed, results/169.processed, 167.html, 168.html,
6205: 169.html: - prepare tests to trim trailing methods' EOLs
6206:
6207: * tests/: results/170.processed, results/171.processed,
6208: results/172.processed, results/173.processed,
6209: results/174.processed, results/175.processed, 170.html, 171.html,
6210: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6211: trailing methods' EOLs
6212:
6213: * tests/: results/176.processed, results/180.processed,
6214: results/184.processed, results/185.processed,
6215: results/191.processed, results/192.processed,
6216: results/196.processed, results/197.processed,
6217: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6218: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6219: to trim trailing methods' EOLs
6220:
6221: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6222: results/199.processed, results/208.processed,
6223: results/209.processed, results/213.processed,
6224: results/214.processed: - prepare tests to trim trailing methods'
6225: EOLs
6226:
6227: 2010-06-29 misha
6228:
6229: * tests/: 220.html, 218.html, results/218.processed,
6230: results/215.processed, results/217.processed, 215.html, 217.html:
6231: - prepare tests to trim trailing methods' EOLs
6232:
6233: * tests/: results/224.processed, 224.html, 223.html,
6234: results/223.processed, results/220.processed: - prepare tests to
6235: trim trailing methods' EOLs
6236:
6237: * tests/results/: 226.processed, 230.processed: - prepare tests to
6238: trim trailing methods' EOLs
6239:
6240: * tests/: 229.html, results/229.processed: - prepare tests to trim
6241: trailing methods' EOLs
6242:
6243: * tests/: 232.html, 235.html, results/232.processed,
6244: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6245: results/226.processed, results/227.processed,
6246: results/228.processed, results/230.processed: - prepare tests to
6247: trim trailing methods' EOLs
6248:
6249: 2010-06-16 moko
6250:
6251: * tests/: 229.html, results/229.processed: elseif now supported in
6252: ^if
6253:
6254: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6255:
6256: 2010-06-03 misha
6257:
6258: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6259: instead of memcopy for overlaped regions
6260:
6261: 2010-05-25 misha
6262:
6263: * src/main/pa_common.C: - wanring about unused vars was removed
6264:
6265: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6266: get_method_filename was moved to execute.C
6267:
6268: 2010-05-23 misha
6269:
6270: * src/main/pa_request.C: - more accurate detection of method's file
6271:
6272: 2010-05-22 misha
6273:
6274: * src/classes/reflection.C: - bugfix: core during detection of
6275: .file if filespec isn't detected successfully
6276:
6277: 2010-05-20 misha
6278:
6279: * src/main/pa_request.C: - fix in get_method_filename
6280:
6281: * src/include/pa_request.h: - new feature: #24 -- searching
6282: included file in @USE/^use is changed. if its filespec doesn't
6283: start from '/' it will be searched in caller file directory
6284:
6285: * src/classes/reflection.C: - ^reflection:method_info returns file
6286: where the method is defined
6287:
6288: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6289: classes/op.C: - new feature: #24 -- searching included file in
6290: @USE/^use is changed. if its filespec doesn't start from '/' it
6291: will be searched in caller file directory
6292:
6293: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6294: is moved to pa_common.h
6295:
6296: 2010-05-18 misha
6297:
6298: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6299: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6300: cookie parser decode \uXXXX as well as %uXXXX
6301:
6302: 2010-05-17 misha
6303:
6304: * src/classes/curl.C: beauty: - unused param is removed in method
6305: _curl_version_action - some spaces were removed or replaced by
6306: tabs
6307:
6308: * src/classes/table.C: - bugfix: #72 core with empty value during
6309: ^table.hash[...;name_of_the_last_column][$.type[string]]
6310:
6311: 2010-05-16 misha
6312:
6313: * src/classes/curl.C: new: #61 more curl options were added
6314: (contributed by Sumo)
6315:
6316: 2010-04-29 pretender
6317:
6318: * src/main/pa_string.C: fixes #63 Split result from empty string
6319: now empty string.
6320:
6321: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6322: string type.
6323:
6324: 2010-04-28 pretender
6325:
6326: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6327: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6328: macrodefinition removed
6329:
6330: 2010-04-19 pretender
6331:
6332: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6333: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6334:
6335: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6336: fixes #64 Now file.missing exception generates in unsafe mode to.
6337:
6338: * src/classes/file.C: fixes #48 Now not throw "not save environment
6339: variable" exception in grpunlim version.
6340:
6341: 2010-04-05 misha
6342:
6343: * src/classes/string.C: - new feature: 4th param was added to
6344: match. if specified its value is returned in case of nothing was
6345: found
6346:
6347: 2010-04-01 misha
6348:
6349: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6350: multiple execution of /a/b/auto.p
6351:
6352: 2010-03-19 misha
6353:
6354: * src/main/execute.C: - core in $table1.$table2 was fixed
6355:
6356: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6357:
6358: 2010-01-27 misha
6359:
6360: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6361: trying to open file by path /existing-file/non-exixting-file
6362:
6363: 2010-01-26 misha
6364:
6365: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6366: was added (returns file)
6367:
6368: 2009-12-22 misha
6369:
6370: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6371: now parser doesn't have class curl if it was built without it
6372:
6373: 2009-12-15 misha
6374:
6375: * configure.in: - little cheat with curl include dir was added
6376:
6377: 2009-12-05 misha
6378:
6379: * src/classes/curl.C: - some fixes
6380:
6381: 2009-12-04 misha
6382:
6383: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6384: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6385: buildall-with-xml, buildall-without-xml, configure.in: - curl
6386: class was added
6387:
6388: * src/include/pa_hash.h: - hash-iterator was added
6389:
6390: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6391: was added to pcre
6392:
6393: 2009-11-27 misha
6394:
6395: * src/classes/image.C: - don't add @border attribute to output of
6396: ^image.html[] if it was specified by user with empty value
6397:
6398: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6399: root element and we are trying to access .documentElement
6400:
6401: 2009-11-11 misha
6402:
6403: * src/classes/table.C: - in ^table.flip[] look at number of columns
6404: instead of number of items in first row for named tables
6405:
6406: 2009-11-10 misha
6407:
6408: * operators.txt: - info about hash-options in ^file::create was
6409: added
6410:
6411: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6412: added
6413:
6414: 2009-11-09 misha
6415:
6416: * buildall-with-xml: - moving to libxml 2.7.6
6417:
6418: * tests/236.html: - tests for comparations cords with functions
6419: were added
6420:
6421: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6422: added
6423:
6424: * src/main/pa_http.C: - little optimisation
6425:
6426: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6427: GPF mallocs + stringstream (table.save)
6428:
6429: * src/classes/file.C: - file::create now accepts 4th param: options
6430: with $.charset
6431:
6432: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6433: bug in cord (comparation cords with functions was buggy)
6434:
6435: 2009-11-06 misha
6436:
6437: * src/main/pa_string.C: - bugfix: calculation string.length
6438: sometimes was buggy
6439:
6440: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6441: destroyed if exception occured during match/replace
6442:
6443: * src/: main/pa_charset.C, include/pa_charset.h: - method
6444: lengthUTF8Char was added
6445:
6446: * src/classes/op.C: - clean tainting lang was added for user's
6447: usage
6448:
6449: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6450: fixed: checkouts are required after GC_MALLOC
6451:
6452: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6453:
6454: * operators.txt: - actually, there is no ^untaint[xml] in
6455: file::create
6456:
6457: 2009-10-15 misha
6458:
6459: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6460: were added
6461:
6462: * tests/234.html: - more tests for checking ^taint[uri] escaping
6463: were added
6464:
6465: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6466: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6467: hacking: for dealing with transcoding+^taint[uri]
6468: transcode_and_untaint was replaced by untaint_and_transcode
6469:
6470: 2009-10-13 misha
6471:
6472: * tests/: 121.html, results/121.processed: - test transcoding +
6473: url-escaping now
6474:
6475: * tests/results/auto.p: - more helpers' methods were added
6476:
6477: * src/main/pa_globals.C: - die instead of abort
6478:
6479: 2009-10-06 misha
6480:
6481: * src/main/pa_common.C: - don't allocate memory during
6482: capitalization if input string is already capitalized
6483:
6484: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6485:
6486: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6487: use format function because it calls malloc
6488:
6489: * src/include/pa_common.h: - more capitalized headers were added
6490:
6491: * src/main/pa_common.C: - in safe mode clear executable bits during
6492: file writing
6493:
6494: 2009-10-05 misha
6495:
6496: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6497:
6498: 2009-10-03 misha
6499:
6500: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6501: ^img.text[] & ^img.length[] can work in utf-8 now
6502:
6503: * src/: include/pa_charset.h, main/pa_charset.C: - class
6504: UTF8_string_iterator was added
6505:
6506: * src/classes/image.C: - respect utf-8 when calculate alphabet
6507: length
6508:
6509: * src/classes/mail.C: - check from before get message.cstr
6510:
6511: 2009-10-02 misha
6512:
6513: * tests/233.html: - test for image.font, image.length, image.text
6514: with text in utf-8 were added
6515:
6516: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6517:
6518: * buildall-with-xml, buildall-without-xml: - comment about gc
6519: version for freebsd 4 was added
6520:
6521: 2009-10-01 misha
6522:
6523: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6524: terminator) - read_pipe were slightly optimized
6525:
6526: 2009-09-28 misha
6527:
6528: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6529: removed
6530:
6531: * src/types/pa_vmail.C: - forgot about space after ':'
6532:
6533: * src/types/pa_vmail.C: - escape filenames while preparing mail
6534: body - small simplifications
6535:
6536: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6537: inout params like pa_base64
6538:
6539: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6540: option $.debug-print(1) was added to mail:send - changes for
6541: using uue_encode which uses less memory
6542:
6543: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6544:
6545: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6546: memory now
6547:
6548: 2009-09-26 misha
6549:
6550: * src/types/pa_vmail.C: - default encoding now is base64
6551:
6552: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6553:
6554: 2009-09-25 misha
6555:
6556: * src/types/pa_vmail.C: - capitalization of headers was added to
6557: sending mail as well
6558:
6559: * buildall-with-xml: - catalog package was removed from libxml
6560:
6561: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6562: win32 absolute path
6563:
6564: * src/include/pa_common.h: - one more capitalized header was added
6565:
6566: 2009-09-22 misha
6567:
6568: * INSTALL: - comment about building just httpd binary while
6569: building apache module was added
6570:
6571: 2009-09-21 misha
6572:
6573: * buildall-with-xml: - moving to the latest versions of xml libs:
6574: libxml 2.7.4 and libxslt 1.1.25
6575:
6576: 2009-09-19 misha
6577:
6578: * tests/231.html: - test for encoding cookie in win-1251
6579:
6580: 2009-09-18 misha
6581:
6582: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6583: object] were added
6584:
6585: * operators.txt: - info about method ^reflection:fields[class or
6586: object] was added
6587:
6588: * src/classes/reflection.C: - method ^reflection:fields[class or
6589: object] was added
6590:
6591: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6592: methods get_fields were added
6593:
6594: * tests/232.html: - tests for @GET[name]
6595:
6596: * src/classes/table.C: - some changes in handling hash-options for
6597: creare, join and locate
6598:
6599: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6600: defined with option: the type of requested value
6601:
6602: 2009-09-17 misha
6603:
6604: * tests/212.html: - tests for .pattern and .options were added
6605:
6606: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6607: $regex.options were added
6608:
6609: 2009-09-11 misha
6610:
6611: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6612: rewrited. it checks not just one case of sending cookies during
6613: file::load[http], but also sending headers and fields (including
6614: files)
6615:
6616: 2009-09-10 misha
6617:
6618: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6619: was removed => now parser can open files with Russian 'r' in
6620: filename
6621:
6622: * src/main/untaint.C: - bugfix: client charset whould be analized
6623: while escaping cookies but now source charset
6624:
6625: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6626: ^tainted[uri] so it was possible to make request with incorrect
6627: http header
6628:
6629: * src/main/pa_http.C: - capitalization of http headers during
6630: file::load[http was slightly changes - bugfix: all headers which
6631: parser sends during file::load[http should be transcoded and only
6632: then escaped
6633:
6634: * src/main/untaint.C: - a bit more comments were added
6635:
6636: * src/classes/: file.C, string.C: - types where changes (minus 2
6637: warnings)
6638:
6639: * src/include/pa_common.h: - 2 capitalized strings for making http
6640: headers during file::load[http were added
6641:
6642: 2009-09-08 misha
6643:
6644: * operators.txt: - changes in file.save and string.save were added
6645:
6646: * tests/: 230.html, 230.txt: - tests for checking options in
6647: file.save and string.save were added
6648:
6649: * src/main/pa_request.C: - http headers names, which are passed to
6650: SAPI::add_header_attribute are lowercased now (it'll be
6651: capitalized in that method)
6652:
6653: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6654: classes/string.C: - file_write accepts Request_charsets and asked
6655: charset and cound transcode content before writing - string.save
6656: and file.save have option $.charset now
6657:
6658: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6659: classes/xdoc.C: - file_write accepts Request_charsets and asked
6660: charset and cound transcode content before writing
6661:
6662: * src/include/pa_exception.h: - new exception comment string was
6663: defined
6664:
6665: 2009-09-07 misha
6666:
6667: * src/main/compile.y: - grammar $name\ name stops now for regex
6668: sub-pattern\s
6669:
6670: 2009-09-04 misha
6671:
6672: * src/main/pa_http.C: - capitalization of http headers during
6673: file::load[http was implemented
6674:
6675: 2009-09-03 misha
6676:
6677: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6678: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6679: types/pa_vmail.C, targets/cgi/parser3.C,
6680: targets/isapi/parser3isapi.C: - back to storing response http
6681: headers in lowercase - capitalize them during output
6682:
6683: 2009-08-31 misha
6684:
6685: * src/classes/table.C: - allow call with any brackets (it could be
6686: useful in methods with explict result declaration)
6687:
6688: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6689: correctly if $request:charset==koi8-r
6690:
6691: 2009-08-30 misha
6692:
6693: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6694: changed: content-type => Content-type and so on
6695:
6696: * src/classes/file.C, src/include/pa_common.h,
6697: src/include/pa_request.h, src/main/pa_http.C,
6698: src/main/pa_request.C, src/types/pa_vcookie.C,
6699: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6700: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6701: tests/results/002.processed, tests/results/003.processed,
6702: tests/results/004.processed, tests/results/005.processed,
6703: tests/results/006.processed, tests/results/007.processed,
6704: tests/results/008.processed, tests/results/009.processed,
6705: tests/results/010.processed, tests/results/011.processed,
6706: tests/results/012.processed, tests/results/013.processed,
6707: tests/results/014.processed, tests/results/015.processed,
6708: tests/results/016.processed, tests/results/017.processed,
6709: tests/results/018.processed, tests/results/019.processed,
6710: tests/results/020.processed, tests/results/021.processed,
6711: tests/results/022.processed, tests/results/023.processed,
6712: tests/results/024.processed, tests/results/025.processed,
6713: tests/results/026.processed, tests/results/027.processed,
6714: tests/results/028.processed, tests/results/029.processed,
6715: tests/results/030.processed, tests/results/031.processed,
6716: tests/results/032.processed, tests/results/033.processed,
6717: tests/results/034.processed, tests/results/035.processed,
6718: tests/results/036.processed, tests/results/037.processed,
6719: tests/results/038.processed, tests/results/039.processed,
6720: tests/results/040.processed, tests/results/041.processed,
6721: tests/results/042.processed, tests/results/043.processed,
6722: tests/results/044.processed, tests/results/045.processed,
6723: tests/results/046.processed, tests/results/047.processed,
6724: tests/results/048.processed, tests/results/049.processed,
6725: tests/results/050.processed, tests/results/051.processed,
6726: tests/results/052.processed, tests/results/053.processed,
6727: tests/results/054.processed, tests/results/055.processed,
6728: tests/results/056.processed, tests/results/057.processed,
6729: tests/results/058.processed, tests/results/059.processed,
6730: tests/results/060.processed, tests/results/061.processed,
6731: tests/results/062.processed, tests/results/063.processed,
6732: tests/results/064.processed, tests/results/065.processed,
6733: tests/results/066.processed, tests/results/067.processed,
6734: tests/results/068.processed, tests/results/069.processed,
6735: tests/results/070.processed, tests/results/071.processed,
6736: tests/results/072.processed, tests/results/073.processed,
6737: tests/results/074.processed, tests/results/075.processed,
6738: tests/results/076.processed, tests/results/077.processed,
6739: tests/results/078.processed, tests/results/079.processed,
6740: tests/results/080.processed, tests/results/081.processed,
6741: tests/results/082.processed, tests/results/083.processed,
6742: tests/results/084.processed, tests/results/085.processed,
6743: tests/results/086.processed, tests/results/087.processed,
6744: tests/results/088.processed, tests/results/089.processed,
6745: tests/results/090.processed, tests/results/091.processed,
6746: tests/results/092.processed, tests/results/093.processed,
6747: tests/results/094.processed, tests/results/095.processed,
6748: tests/results/096.processed, tests/results/097.processed,
6749: tests/results/098.processed, tests/results/099.processed,
6750: tests/results/100.processed, tests/results/101.processed,
6751: tests/results/102.processed, tests/results/103.processed,
6752: tests/results/104.processed, tests/results/105.processed,
6753: tests/results/106.processed, tests/results/107.processed,
6754: tests/results/108.processed, tests/results/109.processed,
6755: tests/results/110.processed, tests/results/111.processed,
6756: tests/results/112.processed, tests/results/113.processed,
6757: tests/results/114.processed, tests/results/115.processed,
6758: tests/results/116.processed, tests/results/117.processed,
6759: tests/results/118.processed, tests/results/119.processed,
6760: tests/results/120.processed, tests/results/121.processed,
6761: tests/results/122.processed, tests/results/123.processed,
6762: tests/results/124.processed, tests/results/125.processed,
6763: tests/results/126.processed, tests/results/127.processed,
6764: tests/results/128.processed, tests/results/129.processed,
6765: tests/results/130.processed, tests/results/131.processed,
6766: tests/results/132.processed, tests/results/133.processed,
6767: tests/results/134.processed, tests/results/135.processed,
6768: tests/results/136.processed, tests/results/138.processed,
6769: tests/results/139.processed, tests/results/140.processed,
6770: tests/results/141.processed, tests/results/142.processed,
6771: tests/results/143.processed, tests/results/144.processed,
6772: tests/results/145.processed, tests/results/146.processed,
6773: tests/results/147.processed, tests/results/148.processed,
6774: tests/results/149.processed, tests/results/150.processed,
6775: tests/results/151.processed, tests/results/152.processed,
6776: tests/results/153.processed, tests/results/154.processed,
6777: tests/results/155.processed, tests/results/156.processed,
6778: tests/results/157.processed, tests/results/158.processed,
6779: tests/results/159.processed, tests/results/160.processed,
6780: tests/results/161.processed, tests/results/162.processed,
6781: tests/results/163.processed, tests/results/164.processed,
6782: tests/results/165.processed, tests/results/166.processed,
6783: tests/results/167.processed, tests/results/168.processed,
6784: tests/results/169.processed, tests/results/170.processed,
6785: tests/results/171.processed, tests/results/172.processed,
6786: tests/results/173.processed, tests/results/174.processed,
6787: tests/results/175.processed, tests/results/176.processed,
6788: tests/results/177.processed, tests/results/178.processed,
6789: tests/results/179.processed, tests/results/180.processed,
6790: tests/results/181.processed, tests/results/182.processed,
6791: tests/results/183.processed, tests/results/184.processed,
6792: tests/results/185.processed, tests/results/186.processed,
6793: tests/results/187.processed, tests/results/188.processed,
6794: tests/results/189.processed, tests/results/190.processed,
6795: tests/results/191.processed, tests/results/192.processed,
6796: tests/results/193.processed, tests/results/194.processed,
6797: tests/results/195.processed, tests/results/196.processed,
6798: tests/results/197.processed, tests/results/198.processed,
6799: tests/results/199.processed, tests/results/200.processed,
6800: tests/results/201.processed, tests/results/202.processed,
6801: tests/results/203.processed, tests/results/204.processed,
6802: tests/results/205.processed, tests/results/206.processed,
6803: tests/results/207.processed, tests/results/208.processed,
6804: tests/results/209.processed, tests/results/210.processed,
6805: tests/results/211.processed, tests/results/212.processed,
6806: tests/results/213.processed, tests/results/214.processed,
6807: tests/results/215.processed, tests/results/216.processed,
6808: tests/results/217.processed, tests/results/218.processed,
6809: tests/results/219.processed, tests/results/220.processed,
6810: tests/results/221.processed, tests/results/222.processed,
6811: tests/results/223.processed, tests/results/224.processed,
6812: tests/results/225.processed, tests/results/226.processed,
6813: tests/results/227.processed, tests/results/228.processed,
6814: tests/results/229.processed: - http headers were changed:
6815: content-type => Content-type and so on
6816:
6817: 2009-08-27 misha
6818:
6819: * src/: main/pa_random.C, include/pa_random.h,
6820: targets/cgi/parser3.C: - year was updated :)
6821:
6822: 2009-08-26 misha
6823:
6824: * tests/: 224.html, 224.p: - test for creating of parser object
6825: using constructor without params - little bugfix in test
6826:
6827: * src/main/compile_tools.h: - bugfix: should't call autouse while
6828: checking existed class while processing partial option
6829:
6830: * src/classes/reflection.C: - bugfix: core when creating object
6831: with reflection and constructor doesn't have params
6832:
6833: 2009-08-24 misha
6834:
6835: * tests/229.html: - tests for checking the number of parameters
6836: were added
6837:
6838: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6839: number of method's parameters wasn't checked correctly (the bug
6840: was introduced in 3.4.0)
6841:
6842: 2009-08-22 misha
6843:
6844: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6845: transcoded, but tainted pieces are escaped only when
6846: content-type==url-encoding
6847:
6848: * tests/228.html: - test for checking
6849: ^file::load[http://...;$.body[]]
6850:
6851: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6852: post charset was too early (charsets is empty at this moment)
6853:
6854: 2009-08-21 misha
6855:
6856: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6857: main/untaint.C: - some fixes with transcode+untaint
6858:
6859: 2009-08-15 misha
6860:
6861: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6862: was increaced to 100 (was 50)
6863:
6864: * tests/227.html: - test for checking overriding properties in
6865: static classes was added
6866:
6867: * tests/: 226.html, 226.p: - test for @autoload[] was added
6868:
6869: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6870: main/execute.C, main/pa_request.C, classes/reflection.C: -
6871: autouse was implemented
6872:
6873: 2009-08-14 misha
6874:
6875: * src/classes/reflection.C: - outdated checkout was removed
6876:
6877: * src/classes/reflection.C: - optimization - method ^dynamical was
6878: added.
6879:
6880: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6881: types/pa_vstateless_class.h, main/execute.C: - optimization
6882:
6883: * src/types/pa_vclass.C: - exception if base on sytem class
6884:
6885: 2009-08-12 misha
6886:
6887: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6888: pa_vstateless_class.h: - little optimisation
6889:
6890: 2009-08-11 misha
6891:
6892: * tests/224.html: - method_params => method_info - checking for
6893: $.inherited
6894:
6895: * src/classes/reflection.C, operators.txt: - method method_params
6896: was renamed to method_info and now it returns class name, if
6897: method was defined in ancestor
6898:
6899: * tests/225.html: - tests for cheching properties in hierarhical
6900: classes were added
6901:
6902: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6903: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6904: main/compile.y, main/execute.C, classes/classes.C: - problems
6905: with properties in new classes implementation were fixed
6906:
6907: 2009-08-10 misha
6908:
6909: * src/main/execute.C: - now constructor shouldn't be defined in
6910: class. it could be defined in parent.
6911:
6912: 2009-08-09 misha
6913:
6914: * src/classes/reflection.C: - ^reflection:methods doesn't return
6915: base's methods
6916:
6917: 2009-08-08 misha
6918:
6919: * src/: classes/classes.h, classes/date.C, classes/file.C,
6920: classes/form.C, classes/hash.C, classes/hashfile.C,
6921: classes/image.C, classes/mail.C, classes/op.C,
6922: classes/reflection.C, classes/regex.C, classes/string.C,
6923: classes/table.C, classes/xdoc.C, classes/xnode.C,
6924: classes/xnode.h, include/pa_hash.h, main/execute.C,
6925: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6926: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6927: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6928: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6929: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6930: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6931: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6932: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6933: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6934: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6935: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6936: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6937: types/pa_vresponse.C, types/pa_vresponse.h,
6938: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6939: types/pa_vstateless_object.h, types/pa_vstatus.C,
6940: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6941: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6942: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6943: types/pa_wwrapper.h, types/types.vcproj: - new classes
6944: implementation
6945:
6946: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6947: USE_MUNMAP is used. so it is disabled as a workaround.
6948:
6949: 2009-08-05 misha
6950:
6951: * src/: main/pa_common.C, include/pa_common.h: - not needed
6952: parameter was removed
6953:
6954: * src/main/pa_http.C: - bugfix: error was during detecting
6955: content-type of file which was loaded by http
6956:
6957: 2009-08-01 misha
6958:
6959: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6960: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6961: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6962: can't be disabled with defines any longer
6963:
6964: 2009-07-29 misha
6965:
6966: * src/classes/reflection.C, tests/results/224.processed: - for
6967: native methods with any call type now returned empty call_type
6968: value
6969:
6970: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6971: classes/table.C, include/pa_hash.h, include/pa_request.h,
6972: main/pa_request.C: - break in cycles was optimized
6973:
6974: * INSTALL: - more defines were described
6975:
6976: 2009-07-28 misha
6977:
6978: * operators.txt: - some changes in information about reflection
6979: class
6980:
6981: * tests/: 224.html, 224.p: - tests for reflection class
6982:
6983: * src/classes/reflection.C: - some bugs were fixed, method classes
6984: was added, refactoring
6985:
6986: 2009-07-26 misha
6987:
6988: * src/classes/classes.vcproj: - reflection class wass added to
6989: project
6990:
6991: * operators.txt: - information about reflection class was added
6992:
6993: * src/classes/reflection.C: - class was redesigned
6994:
6995: 2009-07-24 misha
6996:
6997: * src/classes/: Makefile.am, reflection.C: - class reflection was
6998: added
6999:
7000: * src/types/pa_vstateless_class.h: - method for reflection method's
7001: in classes was added
7002:
7003: 2009-07-22 misha
7004:
7005: * src/main/compile_tools.h: - bugfix: $object.$var was
7006: over-optimized. it failed if $object1.$object2.field
7007:
7008: 2009-07-16 misha
7009:
7010: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7011: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7012: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7013: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7014: one more arg: length of cord
7015:
7016: 2009-07-15 misha
7017:
7018: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7019: tainted in ^file::load[http://...;$.cookies[]]
7020:
7021: * src/classes/: op.C, regex.C, string.C: - new string with
7022: exception was used
7023:
7024: * src/include/pa_exception.h: - new string with exception was added
7025:
7026: * tests/223.html: - test for checking cookie-encoding during
7027: ^file::load[http was added
7028:
7029: * tests/: 221.html, 222.html: - tests for checking type of
7030: $table.fields.field were added
7031:
7032: * src/types/pa_vtable.C: - not used var decl was removed
7033:
7034: * src/include/pa_string.h: - use cached string length in Body::mid.
7035: it improves speed of match with brackets in pattern
7036:
7037: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7038: outside
7039:
7040: 2009-07-14 misha
7041:
7042: * src/types/pa_vtable.C: - $table.fields.a return string even if
7043: column is empty (sometime returned void) - $table.fields was
7044: added for nameless tables
7045:
7046: * src/targets/cgi/getopt.c: - one warning resolved
7047:
7048: * src/main/pa_string.C: - potentian bug fixed
7049:
7050: * src/classes/op.C: - small optimization in taint/untaint
7051:
7052: 2009-07-13 misha
7053:
7054: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7055: added
7056:
7057: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7058: souldn't add the attribut to output
7059:
7060: 2009-07-11 misha
7061:
7062: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7063: stack size was increaced to 2MB (default=1MB)
7064:
7065: 2009-07-08 misha
7066:
7067: * src/main/pa_string.C: - link to UTF-8 description was added
7068:
7069: * src/include/pa_hash.h: - hash keeps element's order in more
7070: places (ex: ._keys[])
7071:
7072: * tests/220.html: - test for checking order of elements in hash in
7073: foreach was added
7074:
7075: * tests/172.html: - small changes in printing hash
7076:
7077: * tests/129.html: - small changes in printing hash
7078:
7079: * src/: include/pa_common.h, include/pa_hash.h,
7080: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7081: types/pa_vmethod_frame.h: - hash now keeps order of elements
7082:
7083: * tests/014.html: - small changes in printing hash
7084:
7085: 2009-07-07 misha
7086:
7087: * src/classes/op.C: - new taint language "parser-code" was added
7088:
7089: * tests/219.html: - test for auto untaint parser code in process
7090: was added
7091:
7092: * src/classes/op.C: - tainted pieces in body of process are
7093: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7094:
7095: * src/: include/pa_string.h, main/untaint.C: - new language
7096: L_PARSER_CODE for auto-untaint in process was added
7097:
7098: * src/: classes/file.C, classes/hash.C, classes/image.C,
7099: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7100: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7101: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7102: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7103: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7104: code cleanup
7105:
7106: 2009-07-06 misha
7107:
7108: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7109: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7110: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7111:
7112: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7113: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7114: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7115: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7116: should be used
7117:
7118: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7119: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7120: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7121: untaint_cstr[m] should be used
7122:
7123: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7124: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7125:
7126: * tests/218.html: - test for checking automatic file-spec-taint was
7127: added
7128:
7129: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7130: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7131: classes/file.C, classes/hash.C, classes/image.C,
7132: classes/string.C, classes/table.C, classes/void.C,
7133: classes/xdoc.C: - optimizations and simplification of
7134: string.cstr(...)
7135:
7136: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7137: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7138: - optimizations and simplification of string.cstr(...)
7139:
7140: 2009-07-04 misha
7141:
7142: * tests/217.html: - test for recursion detection was added
7143:
7144: * src/: types/types.vcproj, main/main.vcproj,
7145: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7146: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7147: from .vcproj
7148:
7149: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7150:
7151: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7152: uploading files and case-insensitive http-method were added
7153:
7154: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7155: tainted pattern in ^file:list[] was added
7156:
7157: 2009-07-03 misha
7158:
7159: * src/: classes/classes.vcproj, main/main.vcproj,
7160: types/types.vcproj, targets/cgi/parser3.vcproj,
7161: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7162: for dynamic_cast) - little options changes
7163:
7164: * src/main/pa_http.C: - file::load[http works now with uploading
7165: files _and_ changing $.charset
7166:
7167: 2009-06-29 misha
7168:
7169: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7170: while creating pattern
7171:
7172: 2009-06-25 misha
7173:
7174: * src/classes/image.C, operators.txt: - options' names for
7175: ^image.font were changed to $.space, $.width and $spacing -
7176: default space width now == gif's width
7177:
7178: 2009-06-24 misha
7179:
7180: * tests/215.html: - tests for $file.mode were added
7181:
7182: * operators.txt: - added info about $file.mode and changes in
7183: ^image.font[
7184:
7185: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7186: param now could be omited - third param now could be hash (with
7187: all widths options: $.space-width, $.letter-width) - it's
7188: possible to specify tracking ($.letter-space)
7189:
7190: * src/classes/file.C: - file objects now could have mode field
7191: (text|binary)
7192:
7193: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7194:
7195: 2009-06-23 misha
7196:
7197: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7198: trim can work with utf-8 chars now
7199:
7200: 2009-06-20 misha
7201:
7202: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7203: was implemented
7204:
7205: * src/classes/table.C: - string length cacheing was implemented
7206:
7207: * src/include/pa_string.h: - string length cacheing was implemented
7208:
7209: 2009-06-17 misha
7210:
7211: * src/main/execute.C: - value param was removed from
7212: WContext::WContext
7213:
7214: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7215: pa_wwrapper.h: - value param was removed from WContext::WContext
7216: - field wcontext was removed from VCodeFrame (using fparent
7217: instead)
7218:
7219: * tests/214.html: - test with hash copying
7220:
7221: 2009-06-16 misha
7222:
7223: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7224: strings doesn't work in expression anymore
7225:
7226: * src/main/execute.C: - less calls for get_constructing() - little
7227: refactoring
7228:
7229: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7230: include/pa_request.h: - less calls for get_constructing()
7231:
7232: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7233: introduced with OPTIMIZE_SINGLE_STRING optimization
7234:
7235: 2009-06-14 misha
7236:
7237: * src/: classes/date.C, classes/file.C, classes/hash.C,
7238: classes/hashfile.C, classes/image.C, classes/regex.C,
7239: classes/table.C, classes/xdoc.C, classes/xnode.h,
7240: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7241: types/pa_vstateless_class.h, main/execute.C: - create object for
7242: storing object's fields only for parser objects
7243:
7244: 2009-06-13 misha
7245:
7246: * buildall-with-xml, buildall-without-xml: - new option was added
7247: for building GC (it slightly reduces memory usage)
7248:
7249: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7250: single string write
7251:
7252: * src/main/execute.C: - bytecode optimization of ^class:constructor
7253: - optimization of single string write
7254:
7255: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7256: - bytecode optimization of ^class:constructor
7257:
7258: 2009-06-09 misha
7259:
7260: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7261: main (better compatibility)
7262:
7263: 2009-06-08 misha
7264:
7265: * src/main/compile.y: - I've forgot to commit it :(
7266:
7267: 2009-06-07 misha
7268:
7269: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7270: WITH_READ and WITH_ROOT
7271:
7272: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7273: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7274: WITH_ROOT - little refactoring
7275:
7276: 2009-06-06 misha
7277:
7278: * tests/213.html: - tests for 3rd match string-param were added
7279:
7280: * src/classes/string.C: - 3rd match param could be string now
7281:
7282: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7283: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7284: GET_OBJECT_ELEMENT
7285:
7286: 2009-06-05 misha
7287:
7288: * src/main/pa_http.C: - bugfix: content-length was not calculated
7289: if $.body was specified
7290:
7291: 2009-06-04 misha
7292:
7293: * src/classes/op.C: - optimizing write_assign_lang in connect
7294:
7295: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7296:
7297: * src/main/execute.C: - little refactoring - optimizing
7298: write_assign_lang in taint/untaint
7299:
7300: * src/include/pa_opcode.h: - little refactoring
7301:
7302: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7303: main/compile_tools.h, main/execute.C: - optimizations for
7304: $self.field, ^self.method, $self.field[...] and $self.field(...)
7305: were added
7306:
7307: 2009-06-03 misha
7308:
7309: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7310:
7311: 2009-06-02 misha
7312:
7313: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7314: include/pa_opcode.h: - refactoring in last optimizations
7315: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7316: now but code is much easy and it is ready for further
7317: improvements.
7318:
7319: 2009-05-27 misha
7320:
7321: * src/: types/pa_junction.h, types/pa_vjunction.C,
7322: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7323: changed in destructing junctions
7324:
7325: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7326: String:Body
7327:
7328: 2009-05-26 misha
7329:
7330: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7331: one method detect_charset was deleted - bug was fixed in this
7332: method (error while detecting charset in content_type withot last
7333: ';')
7334:
7335: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7336: once
7337:
7338: 2009-05-25 misha
7339:
7340: * src/classes/file.C: - bugfix: file::exec didn't work after
7341: optimizing of helper_length
7342:
7343: 2009-05-24 misha
7344:
7345: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7346: were added - little refactoring
7347:
7348: * src/main/execute.C: - core while printing in debug log
7349: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7350: optimisations were added
7351:
7352: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7353: were added
7354:
7355: 2009-05-23 misha
7356:
7357: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7358: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7359: CORD_cat optimization
7360:
7361: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7362: - call constr optimisation under separate define now
7363:
7364: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7365: in $b should be string, not void
7366:
7367: * src/main/compile.y: - little fix for rem-cut optimisation
7368:
7369: * src/: include/pa_opcode.h, main/compile_tools.C,
7370: main/compile_tools.h, main/execute.C: - optimisations for
7371: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7372:
7373: * INSTALL: - description of some #defined were added
7374:
7375: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7376: before 1st access (memory usage is reduced if don't access to
7377: .text field)
7378:
7379: * src/include/pa_array.h: - array grows step now not static (it
7380: reduces numbers of reallocs)
7381:
7382: 2009-05-20 misha
7383:
7384: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7385: $.b(2), $c[d] and $.e[f] was added
7386:
7387: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7388: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7389: $.e[f] was added
7390:
7391: * src/main/execute.C: - debug printing moved in defines
7392:
7393: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7394: and little refactoring for OP_GET_OBJECT_ELEMENT +
7395: OP_GET_OBJECT_VAR_ELEMENT optimisation
7396:
7397: 2009-05-19 misha
7398:
7399: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7400: execute.C: - $a.$b & ^a.$b bytecode optimisation
7401:
7402: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7403: ^a.$b optimisation)
7404:
7405: * src/main/compile.y: - compiler now generate new opcodes:
7406: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7407: ^a.b - compiler now cut off ^rem{ with all content ; any number
7408: of params }
7409:
7410: * src/main/execute.C: - code for handle new opcodes
7411: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7412:
7413: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7414: added for LA2V and LA2S
7415:
7416: * src/include/pa_opcode.h: - new defines which can be used for
7417: disable some bytecode optimisation and new opcodes were added
7418:
7419: 2009-05-17 misha
7420:
7421: * src/lib/cord/cordxtra.c: - bugfix.
7422:
7423: * tests/212.html: - .size[] and .study_size[] were added to tests
7424:
7425: * operators.txt: - info about regex class was added
7426:
7427: * tests/212.html: - tests for regex class were added
7428:
7429: 2009-05-16 misha
7430:
7431: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7432: gc7.1
7433:
7434: * tests/022.html: - test for ^file:list[path;] (empty second param)
7435: was added
7436:
7437: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7438: param) should work
7439:
7440: 2009-05-15 misha
7441:
7442: * src/classes/table.C: - automatically disable stringstream usage
7443: on freebsd4
7444:
7445: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7446: scope
7447:
7448: * tests/211.html: - test with different types of access to hash was
7449: added
7450:
7451: * tests/210.html: - test which checks for loosing tainting in
7452: hash's keys was added
7453:
7454: * tests/208.html: - some parser work added. or stime == 0 %-)
7455:
7456: * src/lib/cord/cordbscs.c: - little hack was added to cord
7457:
7458: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7459:
7460: * src/include/pa_version.h, configure.in: - moko have made a lot of
7461: optimisations for increacing version number more dramatically :)
7462:
7463: * src/classes/date.C: - little refactoring: use constructor which
7464: accepts formated string
7465:
7466: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7467: which can print formatted string was added
7468:
7469: 2009-05-14 misha
7470:
7471: * src/include/pa_string.h: - type was fixed
7472:
7473: * src/: classes/hashfile.C, classes/op.C,
7474: include/pa_cache_managers.h, include/pa_charset.h,
7475: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7476: include/pa_request.h, include/pa_sql_driver_manager.h,
7477: include/pa_string.h, include/pa_stylesheet_manager.h,
7478: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7479: main/pa_charsets.C, main/pa_string.C,
7480: main/pa_stylesheet_connection.C, types/pa_value.h,
7481: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7482: types/pa_vobject.C, types/pa_vstateless_class.C,
7483: types/pa_vstateless_class.h: - hash_code caching was implemented
7484: (seaches should be faster now)
7485:
7486: * src/: classes/file.C, classes/hash.C, classes/image.C,
7487: classes/string.C, classes/table.C, include/pa_string.h,
7488: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7489: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7490: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7491: types/pa_vrequest.C: - String constructors don't have that stupid
7492: true/false param which means 'tainted'. they accept lang instead.
7493:
7494: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7495: with OPTIMIZE_RESULT
7496:
7497: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7498: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7499:
7500: 2009-05-13 misha
7501:
7502: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7503: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7504: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7505: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7506: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7507: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7508: include/pa_string.h, classes/date.C, classes/file.C,
7509: classes/hash.C, classes/image.C, classes/string.C,
7510: classes/table.C, classes/xdoc.C: - result optimisation -
7511: helper_length parameter removed from string constructors
7512:
7513: 2009-05-11 misha
7514:
7515: * tests/209.html: - tests for ^hash::create[hash] were added
7516:
7517: * tests/208.html: - tests for $status:rusage, $status:memory,
7518: ^memory:compact[] were added
7519:
7520: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7521: log10 were added
7522:
7523: * tests/206.html: - test for try with finally was added
7524:
7525: 2009-05-10 misha
7526:
7527: * tests/205.html: - test for ^file::create[...] was added
7528:
7529: * tests/204.html: - test for ^response:clear[] was added
7530:
7531: * tests/038.html: - tests for trigonometric functions were added
7532:
7533: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7534: added - more tests for .add, .sub, .union, .intersects and
7535: .intersections
7536:
7537: * tests/065.html: - test for ^file:dirname was added
7538:
7539: * tests/030.html: - test for $cookie:fields was added
7540:
7541: * tests/203.html: - test for ^h._keys[column name] was added
7542:
7543: * tests/201.html: - tests for .trim were added
7544:
7545: * tests/202.html: - tests for last-day,
7546: date:calendar[type](YYYY;MM;DD) were added
7547:
7548: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7549: .offset[type](N) were added
7550:
7551: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7552: and .pos[c](N) were added
7553:
7554: * tests/141.html: - test for math:sha1 was added
7555:
7556: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7557:
7558: 2009-05-09 misha
7559:
7560: * src/main/compile.y: - rollback
7561:
7562: 2009-05-05 misha
7563:
7564: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7565: replaced by is_empty()
7566:
7567: * src/: include/pa_string.h, main/pa_charset.C: - little
7568: optimisation: somewhere length() was replaced by is_empty()
7569:
7570: * src/classes/table.C: - little optimisation: somewhere length()
7571: was replaced by is_empty()
7572:
7573: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7574: classes/op.C, classes/table.C, main/pa_exception.C: - little
7575: optimisation: somewhere length() was replaced by is_empty()
7576:
7577: 2009-05-04 misha
7578:
7579: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7580: types/pa_vstateless_class.h, main/execute.C,
7581: include/pa_request.h, classes/hash.C, classes/op.C,
7582: classes/table.C: - more optimisations were added: some operators
7583: don't switch write context anylonger
7584:
7585: 2009-05-01 misha
7586:
7587: * src/main/compile.y: - slightly more opcode optimisations for
7588: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7589:
7590: * src/main/execute.C: - simplifying process for getters
7591:
7592: 2009-04-30 misha
7593:
7594: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7595:
7596: * tests/results/199.processed: - test for checking $result into
7597: ^rem was added
7598:
7599: * tests/199.html: - test for checking $result into ^rem was added
7600:
7601: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7602: some OS it returns list in different order)
7603:
7604: * src/: include/pa_array.h, include/pa_request.h,
7605: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7606: changes in stack impl - get_element() optimisation: 3rd param
7607: removed - bugfix: problems with reading empty input param -
7608: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7609:
7610: * tests/results/198.processed: - test for reading empty local var
7611: was added
7612:
7613: * tests/198.html: - test for reading empty local var was added
7614:
7615: 2009-04-29 misha
7616:
7617: * src/main/compile.y: - bugfix: couldn't compile because
7618: OP_VALUE__GET_ELEMENT should be unde #ifdef
7619:
7620: * src/: include/pa_array.h, include/pa_opcode.h,
7621: include/pa_request.h, main/compile.y, main/execute.C,
7622: main/pa_request.C, types/pa_vmethod_frame.C,
7623: types/pa_vmethod_frame.h: - we can work without opcode
7624: OP_STORE_PARAM, so it was removed
7625:
7626: 2009-04-28 misha
7627:
7628: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7629: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7630: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7631: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7632: 4.
7633: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7634:
7635: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7636:
7637: * src/: main/pa_string.C, classes/string.C: - !length() =>
7638: is_empty()
7639:
7640: 2009-04-27 misha
7641:
7642: * src/types/pa_vregex.h: - back explicit vars initialisation
7643:
7644: 2009-04-24 misha
7645:
7646: * src/classes/string.C: - ups. typo fixed
7647:
7648: * src/main/execute.C: - more replacements '*new VBool' to
7649: 'VBool::get' - checks for ^break[], ^continue[] and
7650: parser.interrupted were optimised
7651:
7652: * src/classes/string.C: - number of params.count() calls was
7653: slightly reduced
7654:
7655: 2009-04-23 misha
7656:
7657: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7658: make it x64 friendly
7659:
7660: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7661: parser is x64 friendly now
7662:
7663: 2009-04-22 misha
7664:
7665: * src/types/pa_vhashfile.C: - coder friendly exception about
7666: exceeding record size was added
7667:
7668: * src/classes/file.C: - use vregex object instead of direct calls
7669: methods from pcre lib
7670:
7671: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7672: classes/string.C: - use vregex object instead of direct calls
7673: methods from pcre lib
7674:
7675: * src/: include/pa_common.h, main/pa_common.C: - method
7676: print_pcre_exec_error_text was moved to class vregex
7677:
7678: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7679: was added
7680:
7681: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7682: - class vregex was added
7683:
7684: 2009-04-21 misha
7685:
7686: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7687:
7688: * src/: types/pa_junction.h, types/pa_value.C,
7689: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7690: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7691: junction-optimisation (destructors)
7692:
7693: * src/include/pa_array.h: - free under if now
7694:
7695: 2009-04-19 misha
7696:
7697: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7698:
7699: 2009-04-18 misha
7700:
7701: * src/include/pa_version.h:
7702: :q :
7703:
7704: CV:
7705: ----------------------------------------------------------------------
7706:
7707: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7708: refactoring
7709:
7710: * src/: include/pa_array.h, include/pa_hash.h,
7711: types/pa_vmethod_frame.h: - destructors under #ifdef now
7712:
7713: * src/include/pa_memory.h: - define for using destructors was added
7714:
7715: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7716: main/execute.C: - some junctions will be cached now
7717:
7718: * src/include/pa_hash.h: - hash destructor frees pairs now
7719:
7720: * src/include/pa_array.h: - inline was added to destructor
7721:
7722: * src/types/pa_method.h: - comment was changed
7723:
7724: 2009-04-17 misha
7725:
7726: * src/: include/pa_array.h, include/pa_hash.h,
7727: types/pa_vmethod_frame.h: - destructors were added
7728:
7729: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7730: renamed to always_use_result
7731:
7732: * src/main/: compile.y, compile_tools.h: - rollback changes in
7733: compiler: full backward compatibility is better
7734:
7735: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7736: result in var's hash
7737:
7738: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7739: optimisation in method_frame
7740:
7741: * src/include/pa_array.h: - optimisation in array (allocate
7742: elements only when needed)
7743:
7744: * src/types/pa_vresponse.C: - check for $response:headers field
7745: before looking at custom fields
7746:
7747: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7748: not needed to check existance var with name 'result' in var's
7749: hash
7750:
7751: * src/main/compile.y: - compiler was changed: now it detects
7752: writings to $result and set flag writo_to_result in method
7753:
7754: * src/classes/string.C: - little optimisation: no needed to write
7755: number with lang
7756:
7757: * src/main/pa_charset.C: - methods readChar and skipChar which is
7758: used for read utf8-strings were renamed - is_escaped was renamed
7759: to isEscaped (to the same name convention)
7760:
7761: * src/: types/pa_method.h, main/compile_tools.h: - flag
7762: write_to_result added. compiler get this info from code.
7763:
7764: 2009-04-16 misha
7765:
7766: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7767: String only before 1st write
7768:
7769: * src/include/pa_string.h: - not needed template removed
7770:
7771: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7772: types/pa_vjunction.C, types/pa_vproperty.C,
7773: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7774: main/pa_request.C, classes/bool.C, classes/double.C,
7775: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7776: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7777: bool objects)
7778:
7779: 2009-04-15 misha
7780:
7781: * src/lib/cord/cordxtra.c: - more optimisation
7782:
7783: * src/: include/pa_string.h, main/untaint.C: - String::append
7784: optimisation
7785:
7786: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7787: then get and can sometime be used)
7788:
7789: * src/main/pa_string.C: - String::length optimisation
7790:
7791: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7792: these methods read different strings
7793:
7794: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7795: fresult_initial_void removed + some optimisation - if $result
7796: defined we don't write to context anymore
7797:
7798: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7799: need just skip char)
7800:
7801: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7802: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7803: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7804:
7805: * src/types/pa_vvoid.h: - added get() method for retreave one
7806: instance
7807:
7808: 2009-04-11 misha
7809:
7810: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7811:
7812: * tests/197.html: - test for parser://test in xml was added
7813:
7814: * src/classes/string.C: - small optimisation
7815:
7816: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7817: optimisation
7818:
7819: 2009-04-10 misha
7820:
7821: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7822: to pcre-7.8
7823:
7824: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7825:
7826: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7827: added
7828:
7829: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7830: $request:CLASS_NAME were added
7831:
7832: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7833: were added
7834:
7835: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7836: $env:CLASS_NAME were added
7837:
7838: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7839: '@todo' now
7840:
7841: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7842: compirer
7843:
7844: * src/main/pa_string.C: - little code cleanup
7845:
7846: * src/main/pa_common.C: - describe one more UTF-8 related error
7847: during PCRE compile/execute
7848:
7849: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7850: normalizing todo-comments: '@todo' now
7851:
7852: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7853:
7854: * src/main/pa_charset.C: - type changed for making compiler happy
7855:
7856: 2009-03-10 misha
7857:
7858: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7859: in main()
7860:
7861: 2009-02-01 misha
7862:
7863: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7864: boundary
7865:
7866: 2009-01-25 misha
7867:
7868: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7869:
7870: * src/classes/file.C: - more changes for parsing different number
7871: of params for file::load
7872:
7873: * tests/193.html: - tests for exception while base64-decode binary
7874: to string was added
7875:
7876: * tests/192.html: - tests for file::load with different number of
7877: options
7878:
7879: * src/classes/math.C: - ups. forgot '+1'
7880:
7881: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7882: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7883: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7884: (new option $.encode[multipart-form/data] should be specified) -
7885: $.method[] option for file::load now is not case-sensitive
7886:
7887: * src/: include/pa_string.h, main/untaint.C: - for file post the
7888: new taint language L_FILE_POST was added
7889:
7890: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7891: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7892: stuff was moved to separate files
7893:
7894: 2009-01-23 misha
7895:
7896: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7897: spaces to tabs were converted
7898:
7899: 2009-01-12 misha
7900:
7901: * src/main/pa_http.C: - value of $.method[] option force uppercased
7902: now
7903:
7904: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7905: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7906: their names
7907:
7908: * src/main/pa_common.C: - changes in formating
7909:
7910: * src/: classes/file.C, main/pa_http.C: - some constants changed
7911: their names
7912:
7913: * src/include/pa_http.h: - some spaces were converted to tabs
7914:
7915: * src/include/pa_common.h: - some constants changed their names
7916:
7917: * src/classes/file.C: - fixed 4-th paramether for file::load -
7918: little code rewriting
7919:
7920: * src/types/pa_vfile.C: - little code rewriting
7921:
7922: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7923: types/pa_value.h: - some formating changes
7924:
7925: * src/include/pa_common.h: - some formating spaces transformed to
7926: tabs
7927:
7928: * src/classes/string.C: - exception while base64-decode binary to a
7929: string
7930:
7931: 2009-01-11 misha
7932:
7933: * configure.in: - version changed to 3.3.1b
7934:
7935: 2008-09-05 misha
7936:
7937: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7938: release_3_3_0 on 2008-09-05 10:59:35 +0000
7939:
7940: 2008-09-04 misha
7941:
7942: * tests/: 130.html, 131.html: - these exceptions not typeless
7943: anymore
7944:
7945: * src/classes/op.C: - exception with 'invalid taint language' not
7946: typeless anylonger
7947:
7948: * src/classes/image.C: - some exceptions while operations with
7949: image not typeless anymore
7950:
7951: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7952: main/pa_exec.C, main/pa_http.C: - some exceptions while
7953: operations with files not typeless anymore
7954:
7955: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7956: types/pa_vdate.h: - exceptions while checking date range not
7957: typeless anymore
7958:
7959: * src/include/pa_exception.h: - exception type string for invalid
7960: date range was added
7961:
7962: 2008-09-03 misha
7963:
7964: * src/: classes/file.C, main/pa_string.C: - exception while pce
7965: operations not typeless anymore
7966:
7967: * src/include/pa_exception.h: - exception type for pce operations
7968: was added
7969:
7970: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7971: and .CLASS_NAME insite classes
7972:
7973: * src/classes/table.C: - don't save table header whiile
7974: ^table.save[append;filename] if file exists
7975:
7976: 2008-09-02 misha
7977:
7978: * src/main/compile.y, src/main/compile_tools.h,
7979: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
7980: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
7981: renamed to partial and it login changed: we must mark class as
7982: partial for allow their modifications in future.
7983:
7984: 2008-08-29 misha
7985:
7986: * tests/results/022.processed: - testing taint[regex] in mask for
7987: file:list
7988:
7989: * tests/022.html: - testing taint[regex] in mask for file:list
7990:
7991: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
7992: for file:list was added
7993:
7994: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
7995: file:list
7996:
7997: 2008-08-26 misha
7998:
7999: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8000: last derived object
8001:
8002: * src/classes/image.C: - many strings "image.format" replaced by
8003: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8004: understand some more exif tags
8005:
8006: * src/include/pa_exception.h: - string "image.format" was added
8007:
8008: 2008-08-21 misha
8009:
8010: * src/: main/pa_string.C, classes/file.C: - use method for print
8011: pcre_exec text error
8012:
8013: * src/main/pa_common.C: - method for print pcre_exec text error was
8014: added
8015:
8016: * src/include/pa_common.h: - method declaration for print pcre_exec
8017: text error was added
8018:
8019: 2008-08-19 misha
8020:
8021: * src/main/execute.C: - bugfix: opcodes must be in separate
8022: namespace while debug execution as well
8023:
8024: * tests/: 015.html, results/015.processed: - test for escaping some
8025: parser chars was added
8026:
8027: 2008-08-18 misha
8028:
8029: * tests/: 190.html, 190.p, results/190.processed: - test for
8030: $caller.self.field + default getter in one class was added
8031:
8032: * tests/: 189.html, results/189.processed: - test for
8033: ^date::create[date object]
8034:
8035: * tests/: 188.html, results/188.processed: - tests for match with
8036: UTF-8 strings
8037:
8038: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8039: ^string.match[]
8040:
8041: * ChangeLog: - parser 3.3.0 beta13
8042:
8043: 2008-08-15 misha
8044:
1.116 moko 8045: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8046: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8047: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8048: dftables.c: - old PCRE files removed
1.95 moko 8049:
8050: * src/lib/pcre/config.h: - configuration for PCRE library
8051:
8052: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8053: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8054:
8055: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8056: library and set flag UTF8 if $request:charset is UTF-8
8057:
8058: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8059: include/pa_config_fixed.h: - moved to new PCRE library
8060:
8061: * src/: main/main.vcproj, types/types.vcproj,
8062: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8063: win32\pcre instead of parser3\src\lib\pcre
8064:
8065: * src/: include/pa_opcode.h, include/pa_operation.h,
8066: main/compile.C, main/compile.y, main/compile_tools.C,
8067: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8068: opcodes were moved to separate namespace
8069:
8070: 2008-08-14 misha
8071:
8072: * src/types/pa_vstateless_class.C: - newline at the end missed
8073:
8074: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8075: tainting
8076:
8077: 2008-08-11 misha
8078:
8079: * tests/: 187.html, 187.p, results/187.processed: - tests for
8080: $caller.self, $caller.self.field and $caller.self.field[value]
8081: were added
8082:
8083: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8084: runtime as well (for $caller.self)
8085:
8086: 2008-07-25 misha
8087:
8088: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8089: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8090: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8091: tests with international characters
8092:
8093: 2008-07-23 misha
8094:
8095: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8096: file::load[...;http://
8097:
8098: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8099: now everywhere in separate namespace
8100:
8101: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8102: for vars
8103:
8104: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8105: can be escaped by '^'
8106:
8107: 2008-07-22 misha
8108:
8109: * src/classes/string.C, tests/186.html: - names changes:
8110: escape=>js-escape, unescape=>js-unescape
8111:
8112: 2008-07-21 misha
8113:
8114: * tests/results/186.processed: - test for string escape/unescape
8115:
8116: * tests/186.html: - test for string escape/unescape
8117:
8118: * src/classes/string.C: - string has escape and unescape methods
8119: now
8120:
8121: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8122: added
8123:
8124: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8125: method-layers added (with different params)
8126:
8127: 2008-07-18 misha
8128:
8129: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8130: was added
8131:
8132: * tests/185.html: - test for ^str.pos[sub](offset) added
8133:
8134: * src/classes/string.C, src/classes/void.C, operators.txt: -
8135: ^string.pos[substr](offset) -- 2nd param accepted now
8136:
8137: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8138: strings
8139:
8140: 2008-07-17 misha
8141:
8142: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8143: helper length added for mid for small optimisation
8144:
8145: 2008-07-16 misha
8146:
8147: * tests/: 185.html, results/185.processed: - tests for
8148: length/left/right/mid/pos with utf-8 strings
8149:
8150: * src/classes/string.C: - left/right/mid/length/pos works fine for
8151: utf-8 strings
8152:
8153: * src/main/untaint.C: - comments removed
8154:
8155: * src/: include/pa_string.h, main/pa_string.C,
8156: include/pa_charset.h, main/pa_charset.C: - methods for working
8157: with pos/mid for strings in utf-8 were added
8158:
8159: 2008-07-15 misha
8160:
8161: * tests/: 184.html, results/184.processed: - test for case body as
8162: expression: $var(^switch(1){^case(1)(true)..})
8163:
8164: * src/classes/op.C: - case body can be expression now:
8165: $var(^switch(1){^case(1)(true)..})
8166:
8167: * tests/: results/183.processed, 183.html: - added test for testing
8168: new cookie encoding (%uXXXX)
8169:
8170: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8171: decoding for backward compatibility they decoded from %XX in
8172: request:charset too
8173:
8174: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8175: - cookie class now decode cookies before first access after last
8176: request:charset changing (as form class).
8177:
8178: * src/main/pa_charset.C: - added method escape for escaping cookies
8179: as %uXXXX - before transcode calculate required space for dest
8180: string. it reduce mem usage for transcode
8181:
8182: * src/include/pa_charset.h: - added method escape for escaping
8183: cookies as %uXXXX
8184:
8185: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8186: was added. will used for escaping cookies as %uXXXX
8187:
8188: * src/include/pa_common.h: - escape method has new option for skip
8189: converting '+' to a space char
8190:
8191: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8192: transcode - escape method has new option for skip converting '+'
8193: to a space char
8194:
8195: 2008-07-08 misha
8196:
8197: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8198: (no UE if more then 1 case matches anylonger) - optimization:
8199: doing searching.as_string() || searching.as_double() only once
8200:
8201: 2008-07-04 misha
8202:
8203: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8204: now ^date::create[date object] works
8205:
8206: * src/classes/string.C: - left and right added as aliases for start
8207: and end in ^string.trim[]
8208:
8209: 2008-07-03 misha
8210:
8211: * src/classes/file.C: - allow $.limit for file::sql as well
8212:
8213: * src/classes/file.C: - allow $.offset option for file::sql - force
8214: send limit=1 to query for use sql specifics authomatically
8215:
8216: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8217: if $.limit value if empty. autoconvert it as everywere
8218:
8219: 2008-07-02 misha
8220:
8221: * configure.in: - time to change version number to 3.3.0 %-)
8222:
8223: * src/include/pa_version.h: - time to change version number to
8224: 3.3.0 %-)
8225:
8226: 2008-06-26 misha
8227:
8228: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8229: $.limit(0) fixes
8230:
8231: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8232: - $.limit(0) fixes
8233:
8234: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8235: new API)
8236:
8237: * src/: include/pa_sql_driver_manager.h,
8238: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8239: classes/op.C: - document_root added
8240:
8241: * src/main/compile.tab.C: - error message was changed
8242:
8243: 2008-06-25 misha
8244:
8245: * src/main/compile.y: - error message was changed
8246:
8247: 2008-06-24 misha
8248:
8249: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8250:
8251: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8252: tests for @OPTIONS\nappend
8253:
8254: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8255:
8256: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8257:
8258: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8259:
8260: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8261: compile.y
8262:
8263: 2008-06-17 misha
8264:
8265: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8266: compilation: ^if(default){true. it's incorrect. must be
8267: exception}
8268:
8269: 2008-06-16 misha
8270:
8271: * tests/: 181.ent, 181.html, results/181.processed: - test for
8272: checking external reference loading with 'http://localhost'
8273: prefix while creating xdoc
8274:
8275: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8276: ^math:long2ip[] and ^math:ip2long[]
8277:
8278: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8279: added which use scalar stateless class method when user object
8280: used in scalar context - use get_scalar_value when user object
8281: requested in scalar context
8282:
8283: * src/main/pa_common.C: - size must be int but not size_t or we
8284: can't compare with 0 sprintf result
8285:
8286: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8287: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8288: with internal switch between local/global vars
8289:
8290: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8291: specified
8292:
8293: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8294: pa_vstateless_object.h: - stateless class and object now has
8295: private scalar field and getter/setter for working with it
8296:
8297: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8298: moved to inet static class
8299:
8300: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8301: class added (^inet:aton[IP], ^inet:ntoa(number))
8302:
8303: * tests/: 180.html, results/180.processed: - tests for
8304: ^math:long2ip(long) and ^math:ip2long[IP]
8305:
8306: * src/classes/math.C: - ^math:ip2long[IP] added
8307:
8308: 2008-06-11 misha
8309:
8310: * src/main/pa_xml_io.C: - use file_read_text again because of we
8311: need cut BOM code and remove DOS newline chars. but don't
8312: transcode it anyway.
8313:
8314: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8315: main/pa_http.C: - option for disable transcoding while file_read
8316: and file_read_text added
8317:
8318: 2008-06-10 misha
8319:
8320: * tests/: 179.html, 179.p, results/179.processed: - test for many
8321: classes in 1 file
8322:
8323: * src/main/: compile.C, compile_tools.h: - compile return list of
8324: classes now.
8325:
8326: * src/main/: compile.y, compile.tab.C: - compile return list of
8327: classes now. internals.
8328:
8329: * src/main/pa_request.C: - compile return list of classes now. try
8330: call @conf and @auto for each returned class
8331:
8332: * src/include/pa_request.h: - compile return list of classes now
8333:
8334: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8335: return list of classes when compile buf)
8336:
8337: 2008-06-07 misha
8338:
8339: * src/main/pa_request.C: - constructing VRequest object with 3rd
8340: param -- form
8341:
8342: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8343: 3rd param: form. needed for get post_charset
8344:
8345: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8346: added
8347:
8348: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8349: types/pa_vform.C, types/pa_vform.h: - some polish
8350:
8351: 2008-06-06 misha
8352:
8353: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8354: charset and decode chars from it but not from response:charset
8355:
8356: * src/main/pa_http.C: - detect_charset moved out of here
8357:
8358: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8359: methods moved here - unescape_chars accepn one charset now
8360:
8361: * src/main/pa_http.C: - new constants used - don't allow
8362: $.content-type in ^file::load[;http://;$.method[POST]] - add
8363: charset info while ^file::load[;http://;$.method[POST]] - option
8364: $.omit-post-charset(true) added to ^file::load[;http://] for
8365: disabling charset during post
8366:
8367: * src/types/pa_vform.C: - new constants used
8368:
8369: * src/include/pa_common.h: - some constants were added
8370:
8371: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8372: instead of StrEqNc
8373:
8374: * src/main/pa_common.C: - new method for caseless search
8375: c-substring in c-string - use isxdigit instead of is_hex_digit
8376:
8377: * src/include/pa_common.h: - new method for caseless search
8378: c-substring in c-string
8379:
8380: 2008-06-05 misha
8381:
8382: * tests/results/178.processed: - test for testing default getter
8383:
8384: * tests/178.html: - test for testing default getter
8385:
8386: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8387: for test for testing default getter
8388:
8389: * src/main/execute.C: - default getter soul
8390:
8391: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8392: requested objects' field not found
8393:
8394: * src/types/pa_vclass.C: - register default getter if defined - get
8395: default getter if requested field not found
8396:
8397: * src/types/pa_vstateless_object.h: - method get_default_getter was
8398: added
8399:
8400: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8401: pointer to default getter and methods for get/set it were added
8402:
8403: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8404: auto_name field (for default getter)
8405:
8406: 2008-06-04 misha
8407:
8408: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8409: transcoding, no cutting BOM code, no fixing line breaks) and get
8410: it to libxml "as is"
8411:
8412: 2008-06-03 misha
8413:
8414: * src/main/pa_common.C: - use store_Char instead of
8415: transcodeCharFromUTF8
8416:
8417: * src/: include/pa_charset.h, main/pa_charset.C: - method
8418: store_Char added, transcodeCharFromUTF8 -- removed
8419:
8420: 2008-06-02 misha
8421:
8422: * tests/: results/177.processed, 177.html: - test for checking
8423: .[acm]date after local ^file::load[] was added
8424:
8425: * tests/: results/176.processed, 176.html: - test for checking
8426: @OPTION\locals + @method[vars][locals] added
8427:
8428: * tests/results/auto.p: - CLASS_PATH specified for checking use
8429:
8430: 2008-05-30 misha
8431:
8432: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8433: @OPTION\nlocals + @method[vars][;locals;] were added
8434:
8435: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8436: moved to separate method op_code - switch from VMethodFrame to
8437: VMethodFrameGlobal + VMethodFrameLocal
8438:
8439: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8440: was moved to separate method op_code
8441:
8442: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8443: VMethodFrame now
8444:
8445: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8446: all_vars_local as well
8447:
8448: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8449: pa_vmethod_frame_local.h, Makefile.am: - who children for
8450: VMethodFrame were added: one (global) works as VMethodFrame
8451: before and second (local) write all vars in self vars scope
8452:
8453: * src/types/pa_method.h: - method has bool flag all_vars_local now
8454:
8455: 2008-05-29 misha
8456:
8457: * tests/: 129.html, results/129.processed: - more tests for
8458: ^table.hash[]
8459:
8460: * src/classes/hash.C: - ^hash::sql has a new option:
8461: $.type[hash|string|table] as ^table.hash[] one.
8462:
8463: * src/classes/op.C: - ^try has 3rd param now: finally code which
8464: executed anyway after try or catch section
8465:
8466: 2008-05-27 misha
8467:
8468: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8469: must not fail if $.distinct(1) wasn't specified
8470:
8471: 2008-05-26 misha
8472:
8473: * src/classes/op.C: - allow ^throw[my type]
8474:
8475: 2008-05-22 misha
8476:
8477: * configure.in, configure: - version number updated to 3.2.4b
8478:
8479: * src/classes/: op.C, string.C: - trim format string before
8480: eval/format
8481:
8482: * tests/: results/175.processed, 175.html: - more tests for
8483: different format strings in .format[]
8484:
8485: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8486: as well (not only %XX)
8487:
8488: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8489: charset specified - checks for format before print number
8490: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8491: (instead of tabs) removed
8492:
8493: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8494: charset specified
8495:
8496: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8497: char in requested charset from utf code was added
8498:
8499: 2008-05-19 misha
8500:
8501: * tests/: 174.html, results/174.processed: - test for
8502: ^hashfile.cleanup[] added
8503:
8504: * src/classes/hashfile.C: - optimization: don't create any key or
8505: value variable if it's name weren't specified
8506: (^hf.foreach[;v]{...})
8507:
8508: 2008-05-16 misha
8509:
8510: * src/classes/hash.C: - optimization: don't create any key variable
8511: if variable name wasn't specified (^h.foreach[;v]{...})
8512:
8513: 2008-05-15 misha
8514:
8515: * src/classes/op.C: - small changes
8516:
8517: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8518:
8519: * src/classes/hash.C: - calculate var_context once before foreach
8520:
8521: 2008-05-14 misha
8522:
8523: * src/classes/hashfile.C: - incorrect vars context calculation for
8524: ^hashfile.foreach[;]{} fixed
8525:
8526: * src/classes/: hash.C, table.C: - little optimisation
8527:
8528: * src/classes/file.C: - bugfix: double absolute path while loading
8529: file
8530:
8531: * tests/: 174.html, results/174.processed: - tests for hashfile
8532: were added
8533:
8534: * buildall-with-xml: - moving to libxslt 1.1.24
8535:
8536: 2008-04-30 misha
8537:
8538: * src/classes/file.C: - stat file while loading (local only) so
8539: .adate, .mdate and .cdate available without additional ::stat
8540:
8541: 2008-04-28 misha
8542:
8543: * src/classes/file.C: - $.name and $.content-type available for
8544: stated file
8545:
8546: 2008-04-14 misha
8547:
8548: * src/targets/cgi/parser3.C: - new year in copyright %-)
8549:
8550: * src/include/pa_version.h: - new version number in head
8551:
8552: 2008-04-10 misha
8553:
8554: * tests/: 080.html, results/080.processed: - cut '0' from
8555: exponential part because of on diff OS it differ (20 or 020 for
8556: ex)
8557:
8558: * tests/: 119.html, results/119.processed: - check for encoding
8559: while creating xdoc
8560:
8561: 2008-04-09 misha
8562:
8563: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8564:
8565: * src/main/pa_common.C: - comment added
8566:
8567: * src/classes/date.C: - little refactoring
8568:
8569: 2008-04-07 misha
8570:
8571: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8572: style of ^table.save[]: prepare one big string and sabe it at
8573: once. it's safe on freebsd 4.x but use much more memory.
8574:
8575: * buildall-with-xml, buildall-without-xml: - option
8576: --disable-stringstream added (under comment. use it on freebsd
8577: 4.x)
8578:
8579: 2008-02-22 misha
8580:
8581: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8582: specified together in file::load[;http] - get back transcoding
8583: $.body[] in file::load[;http]
8584:
8585: 2008-02-21 misha
8586:
8587: * src/classes/date.C: - ^date.gmt-string[] was added
8588:
8589: * src/types/pa_value.C: - method for output date in RFC 822 format
8590: moved to pa_common.h
8591:
8592: * src/include/pa_common.h: - method for output date in RFC 822
8593: format moved here from pa_value.C
8594:
8595: * src/types/pa_vmail.C: - fixed core in sending mail with
8596: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8597:
8598: 2008-02-20 misha
8599:
8600: * src/main/pa_http.C: - transcode $.headers before escaping into
8601: specified charset while ^file::load[...;http://...] (L_URI
8602: instead of L_HTTP_HEADER) - $.cookies param available in
8603: ^file::load[;http://...] now (but we don't parse set-cookies from
8604: response yet) (cookies not transcoded as common $cookies)
8605:
8606: 2008-02-19 misha
8607:
8608: * src/main/pa_request.C: - rollback: we mustn't force taint
8609: $response:field values because in this case
8610: $response:locateion[http://...] don't works.
8611:
8612: 2008-02-15 misha
8613:
8614: * src/classes/op.C: - little refactoring
8615:
8616: * src/main/pa_http.C: - taint names of $.headers for load[;http
8617:
8618: * src/main/pa_request.C: - force taint values of $response:field
8619:
8620: 2008-02-14 misha
8621:
8622: * src/main/pa_request.C: - $response:field transcoded to
8623: $response:charset before escaping now
8624:
8625: * src/main/pa_http.C: - some outdated comments removed
8626:
8627: * src/classes/date.C: - lastdat -> last-day
8628:
8629: * src/classes/date.C: - ^date:lastday(year;month) and
8630: ^date.lastday[] were added - little code refactoring - comments
8631: changes
8632:
8633: * tests/: 159.html, results/159.processed: - test for number of
8634: days in February
8635:
8636: * src/types/pa_value.C: - fixes in code formatting
8637:
8638: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8639: and comments
8640:
8641: 2008-02-13 misha
8642:
8643: * src/main/pa_common.C: - bugfix for february at leap year
8644:
8645: 2008-01-28 misha
8646:
8647: * tests/: 160.html, results/160.processed: - more test for cache
8648: added
8649:
8650: * src/classes/op.C: - bugfix: cache body executed twice if contains
8651: unhandled exception
8652:
8653: 2008-01-25 misha
8654:
8655: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8656: bug when hashfile became inavailable after memory:compact)
8657:
8658: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8659:
8660: 2008-01-22 misha
8661:
8662: * src/classes/table.C: - little refactiring and exception texts
8663: changes in method ^table.hash[]
8664:
8665: * src/types/pa_vcookie.C: - link to cookie specification changed
8666:
8667: 2008-01-21 misha
8668:
8669: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8670: file::exec/cgi
8671:
8672: * src/classes/file.C: - bugfix: core while processing headers if
8673: executed cgi script don't return content
8674:
8675: 2008-01-18 misha
8676:
8677: * buildall-with-xml: - move to libxml2 version 2.6.31
8678:
8679: * src/include/pa_version.h, configure.in: - version number updated
8680: to '3.2.3b'
8681:
8682: 2007-12-28 misha
8683:
8684: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8685: hash.contains
8686:
8687: 2007-12-27 misha
8688:
8689: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8690: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8691: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8692: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8693: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8694: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8695: src/targets/cgi/parser3.vcproj,
8696: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8697: back to VS2003 because of Apache 1.3 module can't work if it was
8698: built in VS 2005. with cgi all file so VS2003 project files can
8699: be easy converted to the new format.
8700:
8701: 2007-12-04 misha
8702:
8703: * src/types/pa_vcode_frame.h: - changes in comment
8704:
8705: 2007-11-29 misha
8706:
8707: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8708: intercept strings any longer
8709:
8710: * tests/: 173.html, results/173.processed: - tests for
8711: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8712: but not in main code frame
8713:
8714: * tests/: 172.html, results/172.processed: - more tests for pass
8715: objects from code frames
8716:
8717: 2007-11-27 misha
8718:
8719: * tests/: 152.html, results/152.processed: - tests for converting
8720: strings 'true'/'false' to bool were added
8721:
8722: * tests/152.html: - added checks for converting strings
8723: 'true'/'false' to bool
8724:
8725: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8726: not only strings with numbers but with values 'true'/'false' as
8727: well
8728:
8729: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8730: for parser3.log increased
8731:
8732: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8733:
8734: * src/include/pa_common.h: - remove_crlf return cstring size now
8735:
8736: * src/include/pa_types.h: - constant with buffer size for
8737: parser3.log added
8738:
8739: 2007-11-16 misha
8740:
8741: * tests/cat.sh: - script for tests for file::exec/cgi
8742:
8743: * tests/171.html: - tests for file::exec/cgi
8744:
8745: * tests/results/171.processed: - tests results for file::exec/cgi
8746:
8747: 2007-11-15 misha
8748:
8749: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8750:
8751: * src/classes/file.C: - .body must be set before analyzing cgi
8752: headers
8753:
8754: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8755: only if exec/cgi return anything.
8756:
8757: 2007-11-14 misha
8758:
8759: * operators.txt: - info about new text|binary option for
8760: file::exec/cgi was added
8761:
8762: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8763: ^file:exec[[text|binary];script;...]
8764:
8765: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8766: classes/string.C, classes/table.C: - more text strings moved to
8767: the one place
8768:
8769: 2007-11-09 misha
8770:
8771: * src/types/pa_vrequest.C: - $request:argv must be taint
8772:
8773: * ChangeLog: - $request:argv [patch from Sumo]
8774:
8775: * operators.txt: - $request:argv
8776:
8777: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8778: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8779:
8780: 2007-10-25 misha
8781:
8782: * buildall-with-xml, buildall-without-xml: - options preparations
8783: for ./configure rewrited
8784:
8785: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8786: error occure in unhandled_exception finally fixed
8787:
8788: 2007-10-23 misha
8789:
8790: * tests/: 170.html, results/170.processed: - test for
8791: @method[][result]
8792:
8793: * operators.txt: - added info about node.prefix and
8794: node.namespaceURI
8795:
8796: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8797:
8798: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8799: added for node and attribute
8800:
8801: 2007-10-22 misha
8802:
8803: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8804:
8805: * src/main/pa_request.C: - added const content-transfer-encoding
8806:
8807: * src/include/pa_request.h: - added const content-transfer-encoding
8808: - ups. constants must be in lowercase (for search)
8809:
8810: * src/types/pa_vmail.C: - more constants used -
8811: content-transfer-encoding: 8bit added
8812:
8813: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8814:
8815: * src/include/pa_request.h: - more constants
8816:
8817: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8818: ommit anymore if $.content-disposition was specified - little
8819: refactoring
8820:
8821: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8822:
8823: 2007-10-17 misha
8824:
8825: * operators.txt: - info about
8826: table::create[nameless]{data}[>options<] was added
8827:
8828: * src/main/: compile.tab.C, compile.y: - if error occure while
8829: compile method don't put this method in methods table anymore.
8830: in other case the parser coredumped if @unhandled_exception
8831: method can't be compiled because of parser.compile error.
8832:
8833: * src/main/execute.C: - little code reformating
8834:
8835: * src/main/pa_request.C: - little code reformating - comment
8836: changed
8837:
8838: 2007-10-16 misha
8839:
8840: * tests/: 035.html, results/035.processed: - tests
8841: table::create[]{}[options] added
8842:
8843: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8844: options (only $.seperator[] yet)
8845:
8846: 2007-10-10 misha
8847:
8848: * src/classes/table.C: - some contstants moved to pa_common.h -
8849: some code changes
8850:
8851: 2007-10-02 misha
8852:
8853: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8854: then three time as much. but base64 encoding method still use
8855: less memory anyway.
8856:
8857: 2007-09-17 misha
8858:
8859: * operators.txt: - added info about $cookie:fields
8860:
8861: * src/types/pa_vcookie.C: - $cookie:fields available now
8862:
8863: * src/classes/hash.C: - some stuff for use with .for_each moved to
8864: common
8865:
8866: * src/include/pa_common.h: - some stuff for use with .for_each
8867: moved here
8868:
8869: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8870:
8871: 2007-09-14 misha
8872:
8873: * buildall-with-xml: - new xml libs again =)
8874:
8875: 2007-08-28 misha
8876:
8877: * operators.txt: - texts about ^table.columns[[column name]] and
8878: ^string.split[...][v][column name] were added
8879:
8880: * tests/: 168.html, 169.html, results/168.processed,
8881: results/169.processed: - tests for ^table.columns[[column name]]
8882: and ^string.split[...][v][column name] were added
8883:
8884: * src/classes/table.C: - new option ^table.columns[[column name]]
8885: was added
8886:
8887: * src/classes/string.C: - new option ^string.split[...;v;[column
8888: name]]
8889:
8890: * src/include/pa_exception.h: - error text message for
8891: ^hash._keys[], ^table.columns[] and ^string.split[]
8892:
8893: 2007-08-27 misha
8894:
8895: * src/main/untaint.C: - try to fix coredump on unix if print to
8896: body ^taint[sql][something] outside of connect
8897:
8898: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8899: outside of connect
8900:
8901: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8902: added (commented by default)
8903:
8904: 2007-08-20 misha
8905:
8906: * operators.txt: - comment about new method ^node.hasAttributes[]
8907: was added
8908:
8909: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8910: duplicated exception text strings were removed
8911:
8912: * src/include/pa_exception.h: - more exception text strings moved
8913: here
8914:
8915: * src/classes/table.C: - some duplicate exceptions' text strings
8916: removed
8917:
8918: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8919: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8920: removed
8921:
8922: * src/include/pa_exception.h: - some exception text strings movet
8923: to pa_exception
8924:
8925: * tests/: 149.html, results/149.processed: - test for
8926: ^xnode.hasAttributes[] was added - some code changes
8927:
8928: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8929: added
8930:
8931: 2007-08-17 misha
8932:
8933: * tests/: results/006.processed, results/059.processed, 006.html,
8934: 059.html: - more tests for match
8935:
8936: * tests/: 129.html, results/129.processed: - tests for
8937: ^table.hash[...][$.type[string|hash|table]] added
8938:
8939: * src/targets/cgi/parser3.C: - little syntax changes
8940:
8941: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8942: syntax changes
8943:
8944: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8945: messages in parser3.log switched off by default. If someone
8946: really still need it: use $SIGPIPE(1)
8947:
8948: 2007-08-08 misha
8949:
8950: * buildall-with-xml, buildall-without-xml: - remove libs source
8951: files by default since now
8952:
8953: 2007-08-07 misha
8954:
8955: * buildall-without-xml: - some option syntax changes
8956:
8957: * buildall-with-xml: - compile libxml2 without http support - some
8958: option syntax changes
8959:
8960: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8961:
8962: 2007-08-06 misha
8963:
8964: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8965:
8966: * tests/: 160.html, results/160.processed: - cache test was
8967: rewrited
8968:
8969: 2007-07-06 misha
8970:
8971: * tests/: 153.html, results/153.processed: - added test for
8972: ^math:sha1[string]
8973:
8974: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8975: transcoded
8976:
8977: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8978: were added
8979:
8980: 2007-06-28 misha
8981:
8982: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
8983: some incorrect chars
8984:
8985: 2007-06-19 misha
8986:
8987: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
8988: were moved on top because of gcc 4 had a problems during
8989: building.
8990:
8991: 2007-06-18 misha
8992:
8993: * tests/results/019.processed: - new image commited
8994:
8995: 2007-06-09 misha
8996:
8997: * src/classes/: op.C, table.C: - in while and table.select method
8998: as_expression used now
8999:
9000: * src/types/pa_vmethod_frame.h: - method as_expression was added
9001:
9002: 2007-06-08 misha
9003:
9004: * tests/: 166.html, results/166.processed: - test for
9005: ^match[...][n]
9006:
9007: * tests/: 165.html, results/165.processed: - tests for loops
9008:
9009: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9010: because of no speed/memory optimisation but some proglems with
9011: long cycles occure
9012:
9013: 2007-06-06 misha
9014:
9015: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9016: ^table.select(true) and ^table.select(1) didn't works because of
9017: awaiting junction-param only. fixed.
9018:
9019: 2007-05-24 misha
9020:
9021: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9022: with 0.5 secs interval
9023:
9024: * src/classes/op.C: - cache was rewrited. I hope it works with
9025: locking system now on unix
9026:
9027: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9028: system locks which wait till other threads release it but try get
9029: lock, if fail wait 1 sec and make 10 attempts.
9030:
9031: * src/include/pa_os.h: - consts for blocking locks + some comments
9032: were added
9033:
9034: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9035: opening files
9036:
9037: * src/classes/table.C: - changes in includes. if unclude <sstream>
9038: after our classes on unix it can't be build
9039:
9040: * src/types/pa_vhashfile.C: - not needed code removed
9041:
9042: 2007-05-23 misha
9043:
9044: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9045: include/pa_common.h: - cosmetic changes
9046:
9047: 2007-05-18 misha
9048:
9049: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9050: often. it's give some speed increasing
9051:
9052: * tests/results/160.processed: - returned time corrected
9053:
9054: * tests/160.html: - time increased because on unix 1 mean nothing
9055: :(
9056:
9057: * operators.txt: - added info about ^hash.contain[key]
9058:
9059: * src/classes/hash.C: - added ^hash.contain[key]
9060:
9061: * src/include/pa_hash.h: - added method for checking key exists in
9062: hash
9063:
9064: 2007-05-07 misha
9065:
9066: * src/include/pa_string.h: - was compilation error during build on
9067: freebsd4
9068:
9069: 2007-05-03 misha
9070:
9071: * src/classes/table.C: - option $.type[hash|string|table] was added
9072: for ^table.hash[]
9073:
9074: * src/classes/file.C: - comment removed
9075:
9076: 2007-04-26 misha
9077:
9078: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9079: real files doesn't opened in place anymore
9080:
9081: 2007-04-24 misha
9082:
9083: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9084:
9085: * src/include/pa_exception.h: "static" removed
9086:
9087: 2007-04-23 misha
9088:
9089: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9090:
9091: * src/classes/math.C: added: - ^math:ln(N) (the same as
9092: ^math:log(N)) - ^math:lg(N)
9093:
9094: * tests/: 097.html, results/097.processed: - charsets converstion
9095: during ^file::load[text;http://...] added
9096:
9097: * tests/: 164.html, results/164.processed: - check for set expires
9098: as a date
9099:
9100: * tests/: 164.html, results/164.processed: - test for hashfile
9101:
9102: * src/classes/hashfile.C: - little comment changes
9103:
9104: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9105: access
9106:
9107: * src/: classes/date.C, classes/double.C, classes/file.C,
9108: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9109: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9110: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9111: classes/xnode.h, include/pa_request.h, main/execute.C,
9112: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9113: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9114: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9115: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9116: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9117: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9118: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9119: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9120: "parser.runtime" strings were removed
9121:
9122: * src/classes/hashfile.C: - with .clear[] called files_delete()
9123: now.
9124:
9125: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9126:
9127: * src/include/pa_exception.h: - string constant with
9128: "parser.runtime" text was added
9129:
9130: 2007-04-20 misha
9131:
9132: * operators.txt: - some comments changing
9133:
9134: * operators.txt: - added info about .^hashfile.release[],
9135: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9136:
9137: * configure: =cheching for unsetenv
9138:
9139: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9140: ^hashfile.release[] were added
9141:
9142: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9143: ^string.match[][] understand new option now: return number of
9144: matches but not table wit results
9145:
9146: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9147: reopen now
9148:
9149: * src/classes/op.C: - bug. must be false
9150:
9151: * configure.in: - checking for unsetenv was added
9152:
9153: * src/types/pa_vform.C: - some comments
9154:
9155: 2007-04-18 misha
9156:
9157: * buildall-with-xml: moving to libxml2-2.6.28
9158:
9159: * buildall-with-xml, buildall-without-xml: added commented lines
9160: with --disable-safe-mode option
9161:
9162: * operators.txt: - info about $form:files
9163:
9164: 2007-04-17 misha
9165:
9166: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9167: $form:files was added
9168:
9169: * tests/: 163.html, results/163.processed: removing auto format
9170:
9171: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9172:
9173: 2007-04-16 misha
9174:
9175: * tests/: 163.html, results/163.processed: - test for .int[],
9176: floor, round, ceiling and .format[]
9177:
9178: * src/classes/file.C: - little optimization for getting args in
9179: exec/cgi
9180:
9181: 2007-04-13 misha
9182:
9183: * src/classes/file.C: - arguments for file::exec/cgi can be
9184: specified now as s table with one column
9185:
9186: 2007-03-27 misha
9187:
9188: * tests/: 162.html, results/162.processed: - test for
9189: ^table.select(^condition[$t])
9190:
9191: * tests/results/auto.p: - load windows-1251 charset for some tests
9192:
9193: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9194:
9195: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9196: 161_windows1251.txt: - added test for
9197: ^file::load[text;/local/file.txt;$.charset[...]]
9198:
9199: * tests/: results/013.processed, 013.html: - added test for
9200: checking $._default value while hash modifications
9201:
9202: * tests/: 160.html, results/160.processed: - add test for
9203: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9204:
9205: 2007-03-22 misha
9206:
9207: * src/include/pa_common.h: - "charset" string defined for
9208: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9209:
9210: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9211: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9212: added - not needed transcodes were removed from
9213: ^file::load[...;http://...]
9214:
9215: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9216: added
9217:
9218: * src/classes/date.C: - date.week was fixed
9219:
9220: * operators.txt: - added info about date.weekyear
9221:
9222: * tests/: 159.html, results/159.processed: - tests for date.week
9223: and date.weekyear added
9224:
9225: 2007-03-15 misha
9226:
9227: * src/classes/table.C: - enclose column numbers for nameless tables
9228: as well
9229:
9230: 2007-03-14 misha
9231:
9232: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9233:
9234: * src/classes/table.C: - table.save optimization: now required much
9235: less memory
9236:
9237: 2007-03-13 misha
9238:
9239: * tests/results/: 158.processed, 158.processes: - tests for
9240: table.save/table.load
9241:
9242: * tests/: 158.html, results/158.processes: - tests for
9243: table.save/table.load
9244:
9245: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9246:
9247: * buildall-with-xml: - pattern needed now for building
9248:
9249: * tests/results/097.processed: - added test results for xdoc::load
9250: & xdoc::load[http://...]
9251:
9252: * tests/097.html: - added test for xdoc::load
9253:
9254: 2007-03-12 misha
9255:
9256: * tests/: 107.html, results/107.processed: - added test for xpath
9257: '//man'
9258:
9259: 2007-03-01 misha
9260:
9261: * tests/: 097.html, results/097.processed: - added test for
9262: creating xdoc from file
9263:
9264: * tests/: results/157.processed, 157.html: - added test for
9265: file:move
9266:
9267: 2007-02-28 misha
9268:
9269: * src/classes/xdoc.C: - another attempt
9270:
9271: * src/classes/xdoc.C: - roll back last changes for a while
9272:
9273: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9274:
9275: * src/classes/file.C: - under lock we create non-exist dir anyway
9276:
9277: * tests/results/099.processed: - ever send content-disposition to
9278: client with file
9279:
9280: * tests/157.html: + test for file:copy
9281:
9282: 2007-02-26 misha
9283:
9284: * src/classes/file.C: - some similar strings moved to #define
9285: instead of to be copy/pasted many times
9286:
9287: * src/types/pa_vfile.h: - class name string ("file") moved to
9288: #define
9289:
9290: 2007-02-20 misha
9291:
9292: * bin/auto.p.dist.in: - added lines for sqlite
9293:
9294: * configure.in: - added some strings for sqlite detection
9295:
9296: 2007-02-19 misha
9297:
9298: * operators.txt: - some comments changes
9299:
9300: * buildall-with-xml, buildall-without-xml: - some modifications
9301:
9302: 2007-02-17 misha
9303:
9304: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9305:
9306: * src/main/pa_request.C: - damn, i forgot to commit it while I
9307: change console behaviour
9308:
9309: 2007-02-12 misha
9310:
9311: * src/targets/cgi/parser3.C: - don't print headers if
9312: $console:line[data] was used during cgi execution.
9313:
9314: * src/types/pa_vconsole.h: - console class have bool flag now which
9315: marked as 'true' if class was used.
9316:
9317: * tests/: 152.html, results/152.processed: - more types was added
9318: to test 152
9319:
9320: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9321: adding 'bool' (^if($image){} caused exception)
9322:
9323: 2007-02-09 misha
9324:
9325: * tests/: 152.html, results/152.processed: - test alightly updated
9326:
9327: * tests/: 152.html, results/152.processed: - test rewrited
9328:
9329: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9330: bugfix. I broke xdoc & xnode in expression
9331:
9332: 2007-02-08 misha
9333:
9334: * tests/: 152.html, results/152.processed: - add test for checking
9335: 'def' for void, string, bool, int & double
9336:
9337: 2007-02-07 misha
9338:
9339: * operators.txt: - ^file:base64[filespec] was added
9340:
9341: * tests/results/153.processed: - result test for
9342: ^file:base64[filespec] was updated
9343:
9344: * tests/153.html: - test for ^file:base64[filespec] was added
9345:
9346: * src/types/pa_vconsole.h: - little optimization
9347:
9348: * src/classes/file.C: - ^file:base64[filespec]
9349:
9350: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9351:
9352: * src/include/pa_common.h: - declarations for
9353: ^file:base64[filespec]
9354:
9355: * src/types/pa_vcookie.C: - little optimization
9356:
9357: 2007-02-06 misha
9358:
9359: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9360: were temporary commented
9361:
9362: * src/types/pa_vbool.h: - bugfix
9363:
9364: * tests/156.html: - added test for bool cookie
9365:
9366: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9367:
9368: * tests/: 155.html, results/155.processed: - added test for check
9369: $.encloser[] option for table save/load
9370:
9371: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9372:
9373: 2007-02-05 misha
9374:
9375: * tests/results/152.processed: - newline at the end was missed
9376:
9377: * tests/results/141.processed: - math:md5 must be lowercased
9378:
9379: * src/targets/cgi/parser3.C: - 2007 in help ;)
9380:
9381: 2007-02-03 misha
9382:
9383: * tests/results/: 150.processed, 151.processed, 152.processed: -
9384: test for bool added and some content length fixes
9385:
9386: * tests/152.html: - test for bool added
9387:
9388: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9389:
9390: * operators.txt: - info bool class was added
9391:
1.116 moko 9392: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9393: classes/classes.vcproj, classes/double.C, classes/int.C,
9394: classes/string.C, classes/void.C, classes/xnode.C,
9395: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9396: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9397: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9398: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9399: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9400: types/types.vcproj: - bool class was added
9401:
9402: * src/main/pa_request.C: - fix
9403:
9404: 2007-01-18 misha
9405:
9406: * src/: main/pa_string.C, classes/string.C: - return table during
9407: ^string.match[][] even if no matched found.
9408:
9409: 2006-12-20 misha
9410:
9411: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9412: http://www.parser.ru/forum/?id=55598 ]
9413:
9414: 2006-12-19 misha
9415:
9416: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9417: details: http://www.parser.ru/forum/?id=52359
9418:
9419: * src/main/pa_request.C: - always set content-disposition for
9420: $response:body[hash here]. more details:
9421: http://www.parser.ru/forum/?id=52130
9422:
9423: 2006-12-07 misha
9424:
9425: * operators.txt: - added info about bool params in cookie set
9426:
9427: * src/types/pa_vcookie.C: - bool param in cookies available now
9428: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9429: ]
9430:
9431: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9432: was added
9433:
9434: 2006-12-02 misha
9435:
9436: * src/classes/file.C: - file_block_read used instead of native read
9437:
9438: * src/main/pa_common.C: - added file_block_read with read error
9439: detection - file_block_read used instead of native read
9440:
9441: * src/include/pa_common.h: - added file_block_read declaration
9442:
9443: 2006-12-01 misha
9444:
9445: * operators.txt: - info about $var.CLASS_NAME was added
9446:
9447: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9448: $var.CLASS_NAME added
9449:
9450: * operators.txt: - added info about ^file:copy[]
9451:
9452: * src/classes/file.C: - ^file:copy[from;fo] was added
9453:
9454: 2006-11-20 misha
9455:
9456: * src/classes/date.C: - bug fix :)
9457:
9458: 2006-11-17 misha
9459:
9460: * src/include/pa_common.h: - array in crc32 calculation was changed
9461: to static
9462:
9463: * src/main/pa_common.C: - little optimization in getMonthDays -
9464: small changes in crc32 calculation
9465:
9466: * src/classes/date.C: - not needed code was removed
9467:
9468: 2006-11-16 misha
9469:
9470: * src/types/pa_vmail.C: - fix missed brakes
9471:
9472: * src/types/pa_vmail.C: - mail:send now set content-type:
9473: multipart/related instead of multipart/mixed if file have
9474: $.content-id[]
9475:
9476: 2006-11-15 misha
9477:
9478: * src/types/pa_vdouble.h: abs -> fabs
9479:
9480: 2006-11-14 misha
9481:
9482: * operators.txt: - added info about ^file.md5[] and
9483: ^file:md5[file-name]
9484:
9485: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9486: added
9487:
9488: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9489: FILE_BUFFER_SIZE
9490:
9491: * src/classes/math.C: - hex_string was moved to pa_common.h
9492:
9493: * src/include/pa_common.h: - hex_string was moved from math.C -
9494: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9495:
9496: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9497: values was fixed
9498:
9499: 2006-11-13 misha
9500:
9501: * operators.txt: - added info about ^math:crc32[string],
9502: ^file:crc32[file-name] & ^file.crc32[]
9503:
9504: * src/classes/math.C: - added ^math:crc32[string]
9505:
9506: * src/classes/file.C: - some comments were changed - added
9507: ^file:crc32[file-name] and ^file.crc32[]
9508:
9509: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9510: crc32 calculation added
9511:
9512: 2006-11-03 misha
9513:
9514: * src/include/pa_array.h: - not needed variable removed
9515:
9516: * tests/: 150.html, 151.html, results/150.processed,
9517: results/151.processed: - 2 tests were added
9518:
9519: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9520: with $.reverse(1) were fixed
9521:
9522: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9523: query converted to $.charset during ^file::load[http://...]
9524:
9525: 2006-11-02 misha
9526:
9527: * src/include/pa_table.h: ups. forget '=' char
9528:
9529: * src/include/pa_table.h: - one more fix in
9530: .locate[...][$.reverse(1)]
9531:
9532: 2006-11-01 misha
9533:
9534: * src/classes/math.C: - bug fix, details:
9535: http://www.parser.ru/forum/?id=53360
9536:
9537: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9538: false for all records )[$.reverse(1)]
9539:
9540: * src/main/pa_http.C: - second param for this mid method is length
9541: but not end_index so this method has error and can't detect
9542: charsets in next content-types: Content-type: text/html;
9543: charset="windows-1251" Content-type: text/html;
9544: charset="windows-1251"; Content-type: text/html;
9545: charset=windows-1251;
9546:
9547: only Content-type: text/html; charset=windows-1251 was fine
9548:
9549: 2006-10-31 misha
9550:
9551: * src/classes/file.C: - empty args in file::exec removed now
9552:
9553: 2006-09-11 misha
9554:
9555: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
9556: replaced to table::create - some changes in text/code formatting
9557:
9558: 2006-09-03 paf
9559:
9560: * src/classes/file.C: proper tainting of
9561: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9562:
9563: 2006-06-09 paf
9564:
9565: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9566:
9567: * src/classes/table.C: formatting
9568:
9569: * src/classes/table.C: incorporated patch from misha: Sent:
9570: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9571: ignoring string options for ^table.save[]
9572:
9573: * src/classes/hash.C: incorporated patch from misha Sent:
9574: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9575: $hash._default disappear while
9576:
9577: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9578: $.format[!uue|!base64] << new base64 option. default uue ] ]
9579:
9580: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9581: PM Subject: patch for base64 in ^mail:send[] %-)
9582:
9583: 2006-04-09 paf
9584:
9585: * src/main/compile.tab.C: ` change compiled
9586:
9587: * gnu.vcproj, operators.txt, parser3.sln,
9588: src/classes/classes.vcproj, src/classes/file.C,
9589: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9590: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9591: src/classes/xnode.C, src/include/pa_array.h,
9592: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9593: src/include/pa_memory.h, src/include/pa_request.h,
9594: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9595: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9596: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9597: src/lib/pcre/pcre_dftables.vcproj,
9598: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9599: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9600: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9601: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9602: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9603: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9604: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9605: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9606: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9607: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9608: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9609: src/types/pa_value.h, src/types/pa_vcookie.C,
9610: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9611: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9612: src/types/pa_vstatus.C, src/types/types.vcproj,
9613: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9614: ^menu, ^hash/hashfile.foreach
9615:
9616: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9617: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9618: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9619: src/classes/xnode.C, src/include/pa_array.h,
9620: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9621: src/include/pa_memory.h, src/include/pa_request.h,
9622: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9623: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9624: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9625: src/lib/pcre/pcre_dftables.vcproj,
9626: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9627: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9628: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9629: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9630: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9631: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9632: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9633: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9634: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9635: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9636: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9637: src/types/pa_value.h, src/types/pa_vcookie.C,
9638: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9639: src/types/pa_vstatus.C, src/types/types.vcproj,
9640: tests/descript.ion: ! switched to VS2005 (projects and
9641: object<info explicitly typed>.for_each(, info)) +
9642: $response:field[] setting void means removing + grammar $name`
9643: name stops now, for mysql `$field` + started ^break[]
9644: ^continue[], in ^for. TODO: to other iterators (while, menu,
9645: foreach) + all log messages += [uri=, method=, cl=]
9646:
9647: * buildall-with-xml: merged . ftp paths update
9648:
9649: * buildall-with-xml: . ftp paths update
9650:
9651: 2006-03-04 paf
9652:
9653: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9654: checks++ [thanks to Igor Zinkovsky for detailed report]
9655:
9656: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9657: Igor Zinkovsky for detailed report]
9658:
9659: 2006-03-01 paf
9660:
9661: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9662: \n to ' ' in
9663:
9664: 2006-02-18 paf
9665:
9666: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9667: \n to ' ' in
9668:
9669: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9670:
9671: 2006-02-03 paf
9672:
9673: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9674: base64
9675:
9676: * src/main/pa_common.C: ! bugfix: decoding from base64
9677:
9678: 2006-01-20 paf
9679:
9680: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9681: economy fix
9682:
9683: * src/classes/: table.C: merged from HEAD ! bugfix
9684: ^table.save[$.encloser-s now handled properly
9685:
9686: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9687: handled properly
9688:
9689: 2006-01-19 paf
9690:
9691: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9692: libgc:USE_MUNMAP activates merging of free memory blocks which
9693: helps a lot in our case: after transform we want
9694: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9695:
9696: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9697: economy fix
9698:
9699: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9700: activates merging of free memory blocks which helps a lot in our
9701: case: after transform we want CORD(main.result)->cstr[big
9702: malloc]->transcode[big malloc]
9703:
9704: 2006-01-17 paf
9705:
9706: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9707: before reading them. got rid of reallocs = became quicker and
9708: less fragmentated
9709:
9710: 2005-12-29 paf
9711:
1.116 moko 9712: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9713: configure, configure.in, src/include/pa_version.h,
9714: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9715: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9716: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9717: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9718: src/lib/ltdl/missing: . merged from 3.2.1
9719:
1.116 moko 9720: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9721: packaged when 'make dist', so do configure companion files in
9722: src/lib/ltdl
9723:
9724: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9725: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9726: missing: . now config_auto.h is created with configure [were
9727: constant]
1.95 moko 9728:
9729: * INSTALL: . references to documentation and some clarification
9730:
9731: * buildall-with-xml, buildall-without-xml: . farawell doc
9732: indication
9733:
1.116 moko 9734: * Makefile.am: . dist+=buildall*
1.95 moko 9735:
9736: 2005-12-28 paf
9737:
9738: * configure: . 3.2.1
9739:
9740: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9741: simplify build process, see INSTALL
9742:
9743: 2005-12-26 paf
9744:
9745: * configure: ver
9746:
9747: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9748: version
9749:
9750: 2005-12-21 paf
9751:
9752: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9753: compiled with bison 1.875b, it reports unexpected token names
9754:
9755: 2005-12-19 paf
9756:
9757: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9758: holds a link to xmlNode to prevent premature gc(xmlNode)
9759:
9760: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9761: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9762: src/main/main.vcproj, src/main/pa_globals.C,
9763: src/targets/cgi/parser3.vcproj,
9764: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9765: configure, configure.in, src/include/pa_version.h: . killing
9766: gdome [what a relief]
9767:
9768: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9769: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9770: run_parser.sh, results/001.processed, results/002.processed,
9771: results/003.processed, results/004.processed,
9772: results/005.processed, results/006.processed,
9773: results/008.processed, results/009.processed,
9774: results/010.processed, results/011.processed,
9775: results/012.processed, results/013.processed,
9776: results/014.processed, results/015.processed,
9777: results/016.processed, results/017.processed,
9778: results/018.processed, results/020.processed,
9779: results/021.processed, results/022.processed,
9780: results/023.processed, results/024.processed,
9781: results/025.processed, results/026.processed,
9782: results/027.processed, results/028.processed,
9783: results/029.processed, results/030.processed,
9784: results/031.processed, results/032.processed,
9785: results/033.processed, results/034.processed,
9786: results/035.processed, results/036.processed,
9787: results/037.processed, results/038.processed,
9788: results/039.processed, results/040.processed,
9789: results/041.processed, results/042.processed,
9790: results/043.processed, results/044.processed,
9791: results/045.processed, results/046.processed,
9792: results/047.processed, results/048.processed,
9793: results/049.processed, results/050.processed,
9794: results/051.processed, results/052.processed,
9795: results/053.processed, results/054.processed,
9796: results/055.processed, results/056.processed,
9797: results/057.processed, results/058.processed,
9798: results/059.processed, results/060.processed,
9799: results/061.processed, results/062.processed,
9800: results/063.processed, results/064.processed,
9801: results/065.processed, results/066.processed,
9802: results/067.processed, results/068.processed,
9803: results/069.processed, results/070.processed,
9804: results/071.processed, results/072.processed,
9805: results/073.processed, results/074.processed,
9806: results/075.processed, results/076.processed,
9807: results/077.processed, results/078.processed,
9808: results/079.processed, results/080.processed,
9809: results/081.processed, results/082.processed,
9810: results/083.processed, results/084.processed,
9811: results/085.processed, results/086.processed,
9812: results/087.processed, results/088.processed,
9813: results/089.processed, results/090.processed,
9814: results/091.processed, results/092.processed,
9815: results/093.processed, results/094.processed,
9816: results/095.processed, results/096.processed,
9817: results/097.processed, results/099.processed,
9818: results/100.processed, results/101.processed,
9819: results/102.processed, results/104.processed,
9820: results/105.processed, results/106.processed,
9821: results/107.processed, results/108.processed,
9822: results/109.processed, results/110.processed,
9823: results/111.processed, results/112.processed,
9824: results/113.processed, results/114.processed,
9825: results/115.processed, results/117.processed,
9826: results/119.processed, results/120.processed,
9827: results/121.processed, results/122.processed,
9828: results/123.processed, results/124.processed,
9829: results/125.processed, results/126.processed,
9830: results/127.processed, results/128.processed,
9831: results/129.processed, results/130.processed,
9832: results/131.processed, results/132.processed,
9833: results/133.processed, results/134.processed,
9834: results/135.processed, results/136.processed,
9835: results/138.processed, results/139.processed,
9836: results/140.processed, results/141.processed,
9837: results/142.processed, results/143.processed,
9838: results/144.processed, results/145.processed,
9839: results/146.processed, results/147.processed,
9840: results/148.processed, results/149.processed, results/auto.p: .
9841: now works if we turn off default auto.p
9842:
1.116 moko 9843: * configure: . makes
1.95 moko 9844:
9845: * src/types/pa_vxnode.C: . less warnings
9846:
9847: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9848: tests/145.html, tests/149.html, tests/descript.ion,
9849: tests/outputs/d.cmd, tests/results/142.processed,
9850: tests/results/143.processed, tests/results/144.processed,
9851: tests/results/145.processed, tests/results/146.processed,
9852: tests/results/147.processed, tests/results/148.processed,
9853: tests/results/149.processed: . removed .nodeValue from all node
9854: types other than 5 (grabbed piece from gdome)
9855:
9856: * tests/: 137.html, results/137.processed: . not handled this case
9857: yet. code does not hang from inserting parent into child,
9858: considering thing minor issue -- nodes are removed from source
9859: anyway, don't know why shold that be an error after all
9860:
9861: * src/targets/cgi/parser3.C: . style
9862:
9863: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9864: xdoc too [were barking "not element"]
9865:
9866: 2005-12-16 paf
9867:
9868: * tests/: 146.html, 147.html, 148.html: . more tests
9869:
9870: * src/classes/xnode.C: . also bark on possible errors
9871:
9872: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9873: props
9874:
9875: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9876: main/compile.y: merged from HEAD ! fixed overoptimized
9877: ^call(false) case. (confused it with ^call[] case)
9878:
9879: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9880: ^call(false) case. (confused it with ^call[] case)
9881:
9882: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9883:
9884: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9885: results/001.processed, results/002.processed,
9886: results/003.processed, results/004.processed,
9887: results/005.processed, results/006.processed,
9888: results/008.processed, results/009.processed,
9889: results/010.processed, results/011.processed,
9890: results/012.processed, results/013.processed,
9891: results/014.processed, results/015.processed,
9892: results/016.processed, results/017.processed,
9893: results/018.processed, results/019.processed,
9894: results/020.processed, results/021.processed,
9895: results/022.processed, results/023.processed,
9896: results/024.processed, results/025.processed,
9897: results/026.processed, results/027.processed,
9898: results/028.processed, results/029.processed,
9899: results/030.processed, results/031.processed,
9900: results/032.processed, results/033.processed,
9901: results/034.processed, results/035.processed,
9902: results/036.processed, results/037.processed,
9903: results/038.processed, results/039.processed,
9904: results/040.processed, results/041.processed,
9905: results/042.processed, results/043.processed,
9906: results/044.processed, results/045.processed,
9907: results/046.processed, results/047.processed,
9908: results/048.processed, results/049.processed,
9909: results/050.processed, results/051.processed,
9910: results/052.processed, results/053.processed,
9911: results/054.processed, results/055.processed,
9912: results/056.processed, results/057.processed,
9913: results/058.processed, results/059.processed,
9914: results/060.processed, results/061.processed,
9915: results/062.processed, results/063.processed,
9916: results/064.processed, results/065.processed,
9917: results/066.processed, results/067.processed,
9918: results/068.processed, results/069.processed,
9919: results/070.processed, results/071.processed,
9920: results/072.processed, results/073.processed,
9921: results/074.processed, results/075.processed,
9922: results/076.processed, results/077.processed,
9923: results/078.processed, results/079.processed,
9924: results/080.processed, results/081.processed,
9925: results/082.processed, results/083.processed,
9926: results/084.processed, results/085.processed,
9927: results/086.processed, results/087.processed,
9928: results/088.processed, results/089.processed,
9929: results/090.processed, results/091.processed,
9930: results/092.processed, results/093.processed,
9931: results/094.processed, results/095.processed,
9932: results/096.processed, results/097.processed,
9933: results/099.processed, results/101.processed,
9934: results/102.processed, results/104.processed,
9935: results/105.processed, results/106.processed,
9936: results/107.processed, results/108.processed,
9937: results/109.processed, results/110.processed,
9938: results/111.processed, results/112.processed,
9939: results/113.processed, results/114.processed,
9940: results/115.processed, results/116.processed,
9941: results/117.processed, results/118.processed,
9942: results/119.processed, results/120.processed,
9943: results/121.processed, results/122.processed,
9944: results/123.processed, results/124.processed,
9945: results/125.processed, results/126.processed,
9946: results/127.processed, results/128.processed,
9947: results/129.processed, results/130.processed,
9948: results/131.processed, results/132.processed,
9949: results/133.processed, results/134.processed,
9950: results/135.processed, results/136.processed,
9951: results/137.processed, results/138.processed,
9952: results/139.processed, results/140.processed,
9953: results/141.processed: . refreshed old tests, made them work
9954: without auto.p (in utf8) . things noted: . gif got encoded
9955: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9956: some strange year)
9957:
9958: * INSTALL: . revived linux libgc fix
9959:
9960: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9961: glib/gdome in INSTALL and patches]
9962:
9963: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9964: include/pa_charset.h, include/pa_config_includes.h,
9965: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9966: include/pa_xml_exception.h, lib/cord/Makefile.am,
9967: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9968: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9969: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9970: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9971: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9972: types/pa_vxnode.h: . started killing gdome
9973:
9974: 2005-12-13 paf
9975:
9976: * src/main/: pa_request.C: merged from HEAD ! when code in
9977: @unhandled_exception thrown another exception, print correct
9978: origin (earlier code in catch of exception inside of
9979: @unhandled_exception grabbed parent_frame(original_exception)
9980: origin and printed it, instead of true origin)
9981:
9982: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
9983: another exception, print correct origin (earlier code in catch of
9984: exception inside of @unhandled_exception grabbed
9985: parent_frame(original_exception) origin and printed it, instead
9986: of true origin)
9987:
9988: 2005-12-09 paf
9989:
9990: * INSTALL: . updated INSTALL doc to work around linux stack base
9991: detection problem, due to change in gc6.4 code
9992:
9993: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
9994: ignored in ^string.matched :(
9995:
9996: * src/main/pa_string.C: ! regex tainting were ignored in
9997: ^string.matched :(
9998:
9999: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10000: src/include/pa_config_fixed.h, src/include/pa_version.h,
10001: src/main/compile.y, src/main/compile_tools.h,
10002: src/main/pa_charset.C, src/main/pa_common.C,
10003: src/main/pa_globals.C, src/main/pa_string.C,
10004: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10005: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10006:
10007: 2005-12-08 paf
10008:
10009: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10010: 500 chars now handled OK [were wrapped on 500th char according to
10011: rfc, but sendmail failed to unwrap it properly]
10012:
10013: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10014: handled OK [were wrapped on 500th char according to rfc, but
10015: sendmail failed to unwrap it properly]
10016:
10017: * src/targets/isapi/parser3isapi.C: . less warnings
10018:
10019: * src/targets/isapi/parser3isapi.C: . undone some strange change
10020: since 3.1.5
10021:
10022: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10023: link fixes
10024:
10025: * src/: classes/date.C, include/pa_config_fixed.h,
10026: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10027: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10028: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10029:
10030: * src/include/pa_config_fixed.h: . removed outdated string origins
10031: [in current storage scheme there's no place for them. someday we
10032: can add third CORD to store origins and special version of parser
10033: which stores origins there [separate binary]]
10034:
10035: 2005-12-07 paf
10036:
10037: * src/targets/isapi/parser3isapi.C: . now links in release mode
10038:
10039: * src/include/pa_version.h: makefiles
10040:
10041: * src/include/pa_version.h: . not beta
10042:
10043: * configure, configure.in, src/include/pa_version.h: not beta
10044:
10045: 2005-12-06 paf
10046:
10047: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10048: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10049: decided to undo the change ^call[$void] passes void. now it will
10050: pass empty string again.
10051:
10052: * src/main/: compile.tab.C, compile.y: . version readded
10053:
10054: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10055: = ^switch[void] problem
10056:
10057: 2005-12-01 paf
10058:
10059: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10060: caused ^case[string] to be coerced to double since searching
10061: value were not string (it was vvoid)
10062:
10063: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10064: ^case[string] to be coerced to double since searching value were
10065: not string (it was vvoid)
10066:
10067: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10068: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10069:
10070: 2005-11-30 paf
10071:
10072: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10073: win32 must putenv("TZ="), on unix works only putenv("TZ")
10074:
10075: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10076: putenv("TZ="), on unix works only putenv("TZ")
10077:
10078: * INSTALL: . xml libs versions updated
10079:
10080: * src/main/pa_globals.C: //20051130 trying to remove this, author
10081: claims that fixed a lot there // 20040920 for now both
10082: workarounds needed. wait for new libxml/xsl versions
10083:
10084: 2005-11-28 paf
10085:
10086: * src/classes/table.C: merged from HEAD: ! nameless table has
10087: columns==0
10088:
10089: * src/classes/table.C: ! nameless table has columns==0
10090:
10091: * src/main/pa_http.C: merged from HEAD: ! status line check made
10092: earlier [was totally wrong]
10093:
10094: * src/main/pa_http.C: ! status line check made earlier [was totally
10095: wrong]
10096:
10097: 2005-11-25 paf
10098:
10099: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10100: undoing for now...
10101:
10102: * src/include/pa_version.h: -this reduces speed(table::load),
10103: strange. undoing
10104:
10105: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10106:
10107: * src/classes/op.C: + ^while(){}[SEPARATOR]
10108:
10109: * src/include/pa_array.h: + optimistics added: all arrays (table
10110: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10111: this speeds things up and saves memory a LOT! (not noticed
10112: negative effect on syntetic tests, future will tell...)
10113:
10114: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10115: changed gc_malloc implementation, which obscured profiling
10116:
10117: * src/classes/table.C: merged from HEAD: + optimized
10118: table::load/sql, now row ArrayString-s allocated with
10119: columns.count() elements and don't always grow from
10120: count=3[realloc,realloc]
10121:
10122: * src/classes/table.C: + optimized table::load/sql, now row
10123: ArrayString-s allocated with columns.count() elements and don't
10124: always grow from count=3[realloc,realloc]
10125:
10126: * src/classes/table.C: merged from HEAD: . ^table.save unused
10127: buffer after save
10128:
10129: * src/classes/table.C: . ^table.save unused buffer after save
10130:
10131: 2005-11-24 paf
10132:
10133: * configure.in: . merged glib2-config patch
10134:
10135: * configure.in: + trying to find glib2-config
10136:
10137: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10138: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10139: file/dir_readable to simple file/dir_exist, this would help in
10140: situations "class not found because .p file has bad rights" << in
10141: that case error would be explicit "access denied to 'this' file"
10142:
1.116 moko 10143: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10144:
10145: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10146: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10147: to simple file/dir_exist, this would help in situations "class
10148: not found because .p file has bad rights" << in that case error
10149: would be explicit "access denied to 'this' file"
10150:
10151: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10152: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10153: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10154: ^file::exec/cgi[script;$.charset[changed]
10155: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10156: encoded in $.charset charset
10157:
10158: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10159: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10160: encoded in $.charset charset
10161:
10162: * src/: include/Makefile.am, include/pa_common.h,
10163: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10164: main/pa_common.C, main/pa_http.C: . extracted http:// into
10165: separate file [preparation for
10166: ^file::cgi[script;$.form[$.field1[]
10167:
10168: 2005-11-22 paf
10169:
10170: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10171:
10172: * acinclude.m4, configure.in: . merged underquting fixes
10173:
1.116 moko 10174: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10175:
10176: * src/classes/op.C: . overmerged a little
10177:
10178: * src/main/compile.tab.C: Makefile
10179:
10180: * src/main/: pa_common.C: . less gcc warnings
10181:
10182: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10183: now reports original exception if we have no old cache
10184:
10185: * src/classes/op.C: + $exception.handled[cache] now reports
10186: original exception if we have no old cache
10187:
10188: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10189: from HEAD: + ^taint/untaint[regex] << escapes these:
10190: \^$.[]|()?*+{}
10191:
10192: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10193: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10194:
10195: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10196: getenv-ed variable, which does not work both on win32&unix.
10197: copied old TZ value now
10198:
10199: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10200: stored pointer to getenv-ed variable, which does not work both on
10201: win32&unix. copied old TZ value now
10202:
10203: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10204: getenv-ed variable, which does not work both on win32&unix.
10205: copied old TZ value now
10206:
10207: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10208: access to internal hash
10209:
10210: * src/types/pa_vresponse.C: + $response:headers access to internal
10211: hash
10212:
10213: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10214: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10215: isapi] this reduces number of "GC Warning: Repeated allocation of
10216: very large block" messages to only important onces
10217:
10218: * src/targets/isapi/parser3isapi.C: +
10219: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10220: isapi] this reduces number of "GC Warning: Repeated allocation of
10221: very large block" messages to only important onces
10222:
10223: * src/classes/string.C: merged from HEAD: + removed limitation on
10224: ^string/int/double:sql{}[$.default[({param style})] ]
10225:
10226: * src/classes/string.C: + removed limitation on
10227: ^string/int/double:sql{}[$.default[({param style})] ]
10228:
10229: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10230: with ?params or $.form option" limitation
10231:
10232: * src/main/pa_common.C: + removed "use either uri with ?params or
10233: $.form option" limitation
10234:
10235: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10236: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10237: ^file::base64[encoded] decode
10238:
10239: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10240: main/pa_common.C: + ^file.base64[] encode +
10241: ^file::base64[encoded] decode
10242:
10243: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10244: ^string:base64[encoded] decode
10245:
10246: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10247: ^string:base64[in] encode + ^string.base64[] decode
10248:
10249: 2005-11-21 paf
10250:
10251: * src/classes/file.C: + merged from HEAD:
10252: ^file::create[text;file.xml;^untaint[xml]{data}]
10253:
10254: * src/classes/file.C: +
10255: ^file::create[text;file.xml;^untaint[xml]{data}]
10256:
10257: * src/main/pa_request.C: ! merged: $response:body[file] now
10258: differes from :download, it does not return content-disposition
10259: at all now [previusely it returned valueless content-disposition]
10260:
10261: * src/main/pa_request.C: ! $response:body[file] now differes from
10262: :download, it does not return content-disposition at all now
10263: [previusely it returned valueless content-disposition]
10264:
10265: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10266: literals, reverted to just vvod, recreating empty array with each
10267: void_value token. that's absolutely needed, since that array
10268: grows
10269:
10270: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10271: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10272: types/pa_vmethod_frame.h: + merged: expression literals:
10273: true/false. ^format[$.indent(true)]
10274:
10275: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10276: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10277: types/pa_vmethod_frame.h: + expression literals: true/false.
10278: ^format[$.indent(true)]
10279:
10280: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10281: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10282: i386-pc-win32)"
10283:
10284: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10285: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10286: i386-pc-win32)"
10287:
10288: 2005-11-18 paf
10289:
10290: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10291: null}[$.default(123)] will now return default value
10292:
10293: * src/classes/op.C: + merged ^cache[] << returns current cache
10294: expiration time
10295:
10296: * src/classes/op.C: + ^cache[] << returns current cache expiration
10297: time
10298:
10299: * src/classes/table.C: ! merged ^table::create[not'nameless';
10300: failed << Exception.problem_source pointed to local var!
10301:
10302: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10303: Exception.problem_source pointed to local var!
10304:
10305: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10306: now loads VFile.ptr!=0, so such files can be saved now
10307:
10308: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10309: loads VFile.ptr!=0, so such files can be saved now
10310:
10311: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10312: only . and .. now removed from list [were removed all .*]
10313:
10314: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10315: .. now removed from list [were removed all .*]
10316:
10317: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10318: open error now checked, were not :( [stole that piece from apache
10319: 1.3 sources]
10320:
10321: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10322: checked, were not :( [stole that piece from apache 1.3 sources]
10323:
10324: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10325: untainting of @main result if returned by $result or
10326: $response:body
10327:
10328: * src/main/pa_request.C: ! ensured proper untainting of @main
10329: result if returned by $result or $response:body
10330:
10331: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10332: issue: now tries to guess content-length and allocates one big
10333: piece if possible [regretfully gc_realloc works as malloc+free,
10334: leaving lots of holes behind]
10335:
10336: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10337: fixed file load memory issue: now tries to guess content-length
10338: and allocates one big piece if possible [regretfully gc_realloc
10339: works as malloc+free, leaving lots of holes behind]
10340:
10341: 2005-11-16 paf
10342:
10343: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10344: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10345: table::save with enclosers now doubles them: "->"" !
10346: table::save/load do not remove elements from options hash
10347:
10348: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10349: [were overoptimized ^if(double_literal), compiler confused
10350: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10351:
10352: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10353: [were overoptimized ^if(double_literal), compiler confused
10354: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10355:
10356: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10357: main/pa_common.C: ! table::save with enclosers now doubles them:
10358: "->"" ! table::save/load do not remove elements from options hash
10359:
10360: 2005-11-03 paf
10361:
1.116 moko 10362: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10363: compilation, not all makefiles liked that
1.95 moko 10364:
10365: 2005-08-30 paf
10366:
10367: * src/classes/op.C: merge . speedup check of [DEFAULT]
10368:
10369: * src/classes/op.C: . speedup check of [DEFAULT]
10370:
10371: 2005-08-26 paf
10372:
10373: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10374:
10375: * src/: classes/date.C, types/pa_vdate.h: + date.week
10376:
10377: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10378: complains about bad!=nameless
10379:
10380: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10381: about bad!=nameless
10382:
10383: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10384: optional options were allowed to be empty. were checked
10385: if(is_string), changed to !defined||is_string to allow void
10386:
10387: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10388: classes/string.C, classes/table.C, classes/void.C: ! optional
10389: options were allowed to be empty. were checked if(is_string),
10390: changed to !defined||is_string to allow void
10391:
10392: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10393: as_junction where they needed as_int/double, so failed with
10394: recent "(const) now no junction" optimization
10395:
10396: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10397: merged ! many classes/* used as_junction where they needed
10398: as_int/double, so failed with recent "(const) now no junction"
10399: optimization
10400:
10401: * src/: classes/double.C, classes/int.C, classes/math.C,
10402: classes/op.C, classes/string.C, classes/table.C,
10403: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10404: used as_junction where they needed as_int/double, so failed with
10405: recent "(const) now no junction" optimization
10406:
10407: 2005-08-24 paf
10408:
10409: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10410: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10411: stripped it
10412:
10413: 2005-08-09 paf
10414:
10415: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10416: not cleared
10417:
10418: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10419: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10420: classes/hashfile.C, classes/image.C, classes/int.C,
10421: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10422: classes/response.C, classes/string.C, classes/table.C,
10423: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10424: include/pa_array.h, include/pa_cache_managers.h,
10425: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10426: include/pa_config_fixed.h, include/pa_config_includes.h,
10427: include/pa_dictionary.h, include/pa_dir.h,
10428: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10429: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10430: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10431: include/pa_request_charsets.h, include/pa_request_info.h,
10432: include/pa_sapi.h, include/pa_socks.h,
10433: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10434: include/pa_stack.h, include/pa_string.h,
10435: include/pa_stylesheet_connection.h,
10436: include/pa_stylesheet_manager.h, include/pa_table.h,
10437: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10438: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10439: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10440: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10441: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10442: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10443: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10444: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10445: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10446: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10447: main/pa_sql_driver_manager.C, main/pa_string.C,
10448: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10449: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10450: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10451: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10452: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10453: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10454: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10455: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10456: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10457: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10458: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10459: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10460: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10461: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10462: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10463: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10464: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10465: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10466: types/pa_vresponse.C, types/pa_vresponse.h,
10467: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10468: types/pa_vstateless_object.h, types/pa_vstatus.C,
10469: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10470: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10471: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10472: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10473: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10474:
10475: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10476: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10477: speedup consequent checks in vmethod_frame
10478:
10479: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10480: not cleared
10481:
10482: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10483: params: 50 max (were 10)
10484:
10485: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10486: params: 50 max (were 10)
10487:
10488: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10489: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10490: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10491: empty string) ! simplified (double) speedup consequent checks in
10492: vmethod_frame
10493:
10494: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10495: optimized constants in expressions vstring->vdouble + optimized
10496: ^call(vdouble), no junction creation, no calls later
10497:
10498: 2005-08-08 paf
10499:
10500: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
10501: integrated
10502:
10503: * bin/auto.p.dist.in: . apache bad 404 handling workaround
10504: integrated
10505:
10506: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10507: compile_tools.h: merged + optimized constants in expressions
10508: vstring->vdouble + optimized ^call(vdouble), no junction
10509: creation, no calls later
10510:
10511: * src/types/pa_vdouble.h: merged . double values without fractional
10512: part now default printed as %.0f instead of %g
10513:
10514: * src/types/pa_vdouble.h: . double values without fractional part
10515: now default printed as %.0f instead of %g
10516:
10517: * src/classes/hashfile.C: . merged ! second hashfile::open would
10518: cause an exception
10519:
10520: * src/classes/hashfile.C: ! second hashfile::open would cause an
10521: exception
10522:
10523: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10524: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10525: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10526: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10527: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10528: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10529: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10530: types/pa_vresponse.h, types/pa_vstateless_class.C,
10531: types/pa_vstateless_object.h, types/pa_vvoid.h,
10532: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10533: merged VJunction(new Junction) optimization from 3.1.4
10534:
10535: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10536: types/pa_vstateless_class.C: + optimized new VJunction(new
10537: Junction(params)) to new VJunction(params), thousands of mallocs
10538: removed
10539:
10540: 2005-08-05 paf
10541:
10542: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10543: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10544: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10545: creation, no calls later
10546:
10547: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10548: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10549: classes/hashfile.C, classes/image.C, classes/int.C,
10550: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10551: classes/response.C, classes/string.C, classes/table.C,
10552: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10553: include/pa_array.h, include/pa_cache_managers.h,
10554: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10555: include/pa_config_fixed.h, include/pa_config_includes.h,
10556: include/pa_dictionary.h, include/pa_dir.h,
10557: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10558: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10559: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10560: include/pa_request_charsets.h, include/pa_request_info.h,
10561: include/pa_sapi.h, include/pa_socks.h,
10562: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10563: include/pa_stack.h, include/pa_string.h,
10564: include/pa_stylesheet_connection.h,
10565: include/pa_stylesheet_manager.h, include/pa_table.h,
10566: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10567: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10568: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10569: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10570: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10571: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10572: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10573: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10574: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10575: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10576: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10577: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10578: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10579: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10580: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10581: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10582: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10583: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10584: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10585: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10586: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10587: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10588: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10589: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10590: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10591: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10592: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10593: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10594: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10595: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10596: types/pa_vstateless_object.h, types/pa_vstatus.C,
10597: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10598: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10599: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10600: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10601: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10602:
10603: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10604: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10605: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10606: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10607: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10608: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10609: optimized constants in expressions vstring->vdouble
10610:
10611: 2005-07-29 paf
10612:
10613: * src/types/pa_vclass.C: . shaped up error messages a bit
10614:
10615: * src/types/pa_vclass.C: + property getter can now be overridden
10616:
10617: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10618: bug fix: static parent fields were not replaced in case
10619: $derived:field[put] + property setter can now be overridden
10620:
10621: 2005-07-28 paf
10622:
10623: * configure, configure.in, src/classes/classes.h,
10624: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10625: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10626: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10627: src/classes/xnode.h, src/include/pa_hash.h,
10628: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10629: src/types/Makefile.am, src/types/pa_method.h,
10630: src/types/pa_value.h, src/types/pa_vclass.C,
10631: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10632: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10633: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10634: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10635: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10636: src/types/pa_vobject.C, src/types/pa_vobject.h,
10637: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10638: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10639: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10640: src/types/pa_vstateless_class.h,
1.95 moko 10641: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10642: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10643: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10644: dynamic_fields_join
10645:
10646: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10647: classes/xnode.C, include/pa_hash.h, main/execute.C,
10648: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10649: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10650: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10651: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10652: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10653: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10654: types/pa_vresponse.h, types/pa_vstateless_object.h,
10655: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10656: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10657: restored its checks in vobject.put_element->static fields |
10658: dynamic properties
10659:
10660: 2005-07-27 paf
10661:
10662: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10663: is some old code containing @set_name $name
10664:
10665: * src/types/pa_vobject.h: . fixed warning
10666:
10667: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10668: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10669:
10670: * src/: classes/xnode.C, include/pa_hash.h,
10671: types/pa_vstateless_class.C: ! new asserts were all false.
10672: regretfully reverted them all to checks
10673:
10674: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10675: classes/op.C, main/execute.C, types/pa_method.h,
10676: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10677: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10678: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10679: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10680: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10681: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10682: types/pa_vstateless_object.h, types/pa_vvoid.h,
10683: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10684: joined_dynamic_fields: removed unused param from put_method
10685: (returned to 3 params)
10686:
10687: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10688: joined_dynamic_fields: dynamic get/set works with overriding
10689: props [alpha2]
10690:
10691: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10692: works [alfa]
10693:
10694: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10695: classes/op.C, include/pa_hash.h, main/execute.C,
10696: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10697: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10698: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10699: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10700: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10701: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10702: types/pa_vresponse.h, types/pa_vstateless_class.C,
10703: types/pa_vstateless_object.h, types/pa_vvoid.h,
10704: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10705: joined_dynamic_fields: just compiled
10706:
10707: * src/: classes/date.C, classes/file.C, classes/hash.C,
10708: classes/hashfile.C, classes/image.C, classes/table.C,
10709: classes/xdoc.C, classes/xnode.h, main/execute.C,
10710: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10711: types/pa_vstateless_class.h: joined_dynamic_fields: started
10712:
10713: * src/types/pa_vobject.C: . object setters [only started, does not
10714: work yet]
10715:
10716: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10717: object setters [only started, does not work yet]
10718:
10719: 2005-07-26 paf
10720:
10721: * src/: include/pa_request.h, main/execute.C: . properties: set
10722: works [alpha2]. for classes. todo: for objects
10723:
10724: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10725: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10726: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10727: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10728: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10729: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10730: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10731: types/pa_vstateless_object.h, types/pa_vvoid.h,
10732: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10733: properties: set works [alpha1]
10734:
10735: 2005-07-25 paf
10736:
10737: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10738: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10739: properties: started, get works [alpha1, other approach]
10740:
10741: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10742: properties: started, get works [alpha2]
10743:
10744: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10745: pa_vstateless_class.h: . properties: started, get works [alpha]
10746:
10747: 2005-07-15 paf
10748:
10749: * src/: classes/classes.h, classes/op.C, main/execute.C,
10750: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10751: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10752: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10753: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10754: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10755: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10756: types/pa_vresponse.C, types/pa_vresponse.h,
10757: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10758: types/pa_vstateless_object.h, types/pa_vvoid.h,
10759: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10760: types/pa_wwrapper.h, types/types.vcproj: + started property
10761: [getters work but think of changing them too to precaching]
10762:
10763: 2005-07-08 paf
10764:
10765: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10766: gpf
10767:
10768: 2005-06-28 paf
10769:
10770: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10771: in passing empty strings to file::exec/cgi environment
10772:
10773: 2005-06-06 paf
10774:
10775: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10776: ^table:sql ^hash:sql now DO process $.bind option
10777:
10778: 2005-05-24 paf
10779:
10780: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10781: $.limit] now work again [support was broken in 3.1.4]
10782:
10783: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10784: ALL_INTERIOR_POINTERS
10785:
10786: 2005-05-12 paf
10787:
10788: * configure: 3.1.5beta
10789:
10790: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10791:
10792: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10793: $.limit] now work again [support was broken in 3.1.4]
10794:
10795: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10796: line-width [was refusing to fill if line-width >1, thanks to
10797: Seras <seras@pinxit.lt> for repro case
10798:
10799: 2005-04-25 paf
10800:
10801: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10802: correctly
10803:
10804: 2005-04-19 paf
10805:
10806: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10807: in VString violating invariant!!
10808:
10809: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10810: getenv("TZ")==null
10811:
10812: 2005-04-08 paf
10813:
10814: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10815: bugfix: when there is no char in charset one byte produces 6
10816: (ÿ <<max). increased buffer size!
10817:
10818: 2005-03-23 paf
10819:
10820: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10821: ^date.sql-string now takes TZ into account
10822:
10823: 2005-03-16 paf
10824:
10825: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10826: gcc 3.4
10827:
10828: * src/types/pa_vhash.C: . warning about eof eol
10829:
10830: 2005-02-17 paf
10831:
10832: * operators.txt, src/classes/op.C: + operator ^sleep(double
10833: seconds)
10834:
10835: 2005-02-02 paf
10836:
10837: * src/classes/xnode.C: beauty: removed needless includes
10838:
10839: 2005-01-31 paf
10840:
10841: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10842: $.partNoNumber now alias to $.part1
10843:
10844: * src/types/pa_vmail.C: change: incoming letter part contains
10845: "content-disposition" header with any value? now considering that
10846: part to be "file#" [for text/plain text/html were $.text#
10847: $.html#]
10848:
10849: * INSTALL: updatet to latest working versions available
10850:
10851: 2005-01-20 paf
10852:
10853: * configure.in, src/include/pa_version.h: version
10854:
10855: 2005-01-19 paf
10856:
1.116 moko 10857: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10858: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10859: couple warnings in parser3.C
1.95 moko 10860:
10861: 2004-12-23 paf
10862:
10863: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10864:
10865: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10866: dir to directory of script (when shbang used), not to directory
10867: of its interpreter
10868:
10869: * src/include/pa_version.h: compiled on win32...
10870:
10871: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10872: we need more hspace
10873:
10874: * configure, configure.in, src/include/pa_version.h: configured
10875: host to pa_version. will be displayed everywhere
10876:
10877: * src/main/pa_request.C: new: @unhandled_exception can prevent
10878: exception from being logged by setting $exception.handled(1)
10879:
10880: * operators.txt, src/classes/file.C: change:
10881: ^file::sql{query}[[options]] options: $.name[file name]
10882: $.content-type[application/what]
10883:
10884: * src/: include/pa_common.h, main/pa_common.C,
10885: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10886: new file
10887:
10888: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10889: bugfix: table->hash now regards _default
10890:
10891: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10892: created by accessing $name_of_method it acquired bad self=closest
10893: methodframe; instead of proper self (current class)
10894:
10895: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10896: hashfile produced bad cord
10897:
10898: 2004-12-10 paf
10899:
10900: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10901: subsequent failures though defined in .h
10902:
10903: * src/main/pa_common.C: comment on volatile
10904:
10905: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10906: alarm function were not used since the beginning due to stupid
10907: error [setsigjmp were not checked in configure.in]
10908:
10909: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10910: unix too
10911:
10912: * src/main/pa_common.C: http: exception status of send/recv errors
10913: change to most probable http.timeout
10914:
10915: * src/main/pa_common.C: win32: http connection $.timeout option now
10916: works [setsockopt on send/receive]
10917:
10918: 2004-12-08 paf
10919:
10920: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10921: cstr-ed knowing mail charset, and untainting uri lang now knows
10922: proper charset
10923:
10924: 2004-11-24 paf
10925:
10926: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10927:
10928: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10929: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10930:
10931: 2004-11-12 paf
10932:
10933: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10934: [since 3.0.4]
10935:
10936: 2004-11-09 paf
10937:
10938: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10939: writes basics to c:\parser3.log
10940:
10941: 2004-10-21 paf
10942:
10943: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10944: tainted strings [were returning clean onces]
10945:
10946: 2004-10-15 paf
10947:
10948: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10949: cycles(i=1; i=2), which was wrong, now does ONE
10950:
10951: 2004-10-12 paf
10952:
10953: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10954:
10955: 2004-10-07 paf
10956:
10957: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10958: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10959: release asserts
10960:
10961: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10962: String.dump() to stdout in detailed form [were String.v() in
10963: short form]
10964:
10965: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10966: \t\r\n as @#| and truncates long char sequences less
10967:
10968: 2004-10-06 paf
10969:
10970: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10971: win32 beauty: socket errors properly decoded
10972:
10973: 2004-10-05 paf
10974:
10975: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10976: request::configure_user/admin done always, even if no
10977: file-to-process useful in @unhandled_exception [say, if they
10978: would want to mail by SMTP something]
10979:
10980: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
10981: now performed prior to file loading [and @auto executing] thus
10982: making $cookie:value available in @auto and in
10983: @unhandled_exception when IIS is configured to run interpreter
10984: even if no file exist
10985:
10986: 2004-09-20 paf
10987:
10988: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
10989: somewhere where it should have called xmlMalloc and it calls
10990: xmlFree when it should have not called it. inserted two
10991: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
10992: xmlFree just ignored. put away a testcase, maybe someday libxml
10993: author would fix all that. until that day: we have SLOW garbage
10994: collecting when many xml objects are alive hint: do
10995: ^memory:compact[] before xdoc::create
10996:
10997: 2004-09-17 paf
10998:
10999: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11000: error from 3.0.8 version]
11001:
11002: 2004-09-14 paf
11003:
11004: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11005: part bugfix: hashfile.foreach iterated only part if hashfile were
11006: modified inside
11007:
11008: 2004-09-13 paf
11009:
11010: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11011: [were as octal]
11012:
11013: * src/types/pa_vhashfile.C: beauty: not reproduced
11014: $hashfile.key[$novalue] bug [reported by motorin], inserted
11015: safety-check
11016:
11017: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11018: [not something obscure from sdbm lib]
11019:
11020: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11021: = strerror now returnes something and we can properly report that
11022: to client
11023:
11024: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11025: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11026:
11027: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11028: [tainted as-is] this helps //[space][newline] to remain as-is and
11029: not be unnecessary optimized away [ruining javascript]
11030:
11031: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11032: [tainted as-is]
11033:
11034: * src/classes/mail.C: bugfix: typo error
11035:
11036: 2004-09-09 paf
11037:
11038: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11039: separators bugfix: loads header with endings \r\n\r\n and \n\n
11040: (bloody yandex.server)
11041:
11042: 2004-09-06 paf
11043:
11044: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11045: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11046: encoded
11047:
11048: 2004-09-01 paf
11049:
11050: * src/types/pa_vmail.C: change: multipart/mixed changed to
11051: multipart/related outlook express have no problems showing
11052: unrelated attachments. todo: someday figure out a way of
11053: multipart/mixed multipart/related text/html
11054: image/xxx application/octet-stream << true attachments
11055:
11056: * src/types/pa_vmail.C: new:
11057: ^mail:send[$.file[$.content-disposition can be overriden new:
11058: empty mail header fields removed from letter
11059:
11060: * src/: classes/mail.C, include/pa_config_fixed.h,
11061: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11062: ^mail:send[ $.file[ $.any[header]
11063:
11064: 2004-08-30 paf
11065:
11066: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11067: warnings
11068:
11069: * src/main/pa_common.C: beauty: do not bother with charset
11070: detection when ^file::load[binary
11071:
11072: 2004-08-27 paf
11073:
11074: * src/main/pa_common.C: hack: for yandex.server http server
11075:
11076: 2004-08-18 paf
11077:
11078: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11079: possibly-chunked response
11080:
11081: 2004-08-17 paf
11082:
11083: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11084: $f.content-type now = that of http response
11085:
11086: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11087: $f.content-type now = that of http response
11088:
11089: 2004-07-30 paf
11090:
11091: * src/: include/pa_request.h, main/pa_request.C,
11092: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11093: win32: system&parser exceptions in release mode reported properly
11094: parser exception in exception handler WERE mistakenly reported as
11095: system exception, without details [in apache & isapi] +some
11096: beauty in exception text
11097:
11098: * src/: include/pa_exception.h, main/pa_request.C,
11099: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11100: release mode reported properly parser exception in exception
11101: handler WERE mistakenly reported as system exception, without
11102: details
11103:
11104: * src/main/execute.C: beauty: simplified system exception handling
11105:
11106: 2004-07-29 paf
11107:
11108: * src/classes/table.C: bugfix:
11109: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11110: were ignored, and \t used unconditionally]
11111:
11112: * src/types/Makefile.am: added vhash.c
11113:
11114: 2004-07-28 paf
11115:
11116: * src/: classes/date.C, classes/image.C, classes/math.C,
11117: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11118: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11119: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11120: failed on russian letters
11121:
11122: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11123: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11124: letters
11125:
11126: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11127: as 'currentDirectory' parameter to CreateProcess
11128:
11129: 2004-07-27 paf
11130:
11131: * src/targets/cgi/parser3.vcproj: beauty: win32:
11132: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11133: from release somewhere [to help searching for unhandled system
11134: exceptions]
11135:
11136: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11137: TZ shift
11138:
11139: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11140: but also in ctor
11141:
11142: 2004-07-26 paf
11143:
11144: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11145: src/main/pa_request.C, src/types/pa_vfile.h,
11146: src/types/pa_vhash.C, src/types/pa_vhash.h,
11147: src/types/types.vcproj: new: $response:body/download[
11148: $.file[name on disk] $.name[of file for user]
11149: $.mdate[date of last-modified. default from directory] ]
11150:
11151: * src/classes/file.C: moving file:send somewhere else..
11152:
11153: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11154: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11155: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11156: $response:download[ $.filename[filename] $.option[] ,, ]
11157:
11158: * src/classes/file.C: beauty: invalid mode thoroughly reported
11159:
11160: 2004-07-21 paf
11161:
11162: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11163: to several lines
11164:
11165: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11166:
11167: note: ms outlook[!express] shows only first 255 characters of
11168: subject
11169:
11170: 2004-07-15 paf
11171:
11172: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11173: off]
11174:
11175: 2004-07-14 paf
11176:
11177: * src/classes/table.C: bugfix: $.bind values now got untainted
11178: according to lang [were: as-is]
11179:
11180: 2004-07-07 paf
11181:
11182: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11183: checked that
11184:
11185: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11186: now untainted according to their languages. were: as-is.
11187: EVERYWHERE
11188:
11189: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11190: environment string now untainted according to their languages.
11191: were: as-is. EVERYWHERE
11192:
11193: * src/main/pa_exec.C: bufix: on unix environment string now
11194: untainted according to their languages. were: as-is. on win32:
11195: ok
11196:
11197: * parser3.vssscc: ...would not go unnoticed
11198:
11199: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11200: fails. in case on input appears nonutf, those bytes will be
11201: printed in %HH form. that can be easily decoded/recovered.
11202:
11203: this form is quite noticable, and hopefully would not go noticed
11204:
11205: 2004-07-06 paf
11206:
11207: * src/main/pa_exec.C: bufix: on unix environment string now
11208: untainted according to their languages. were: as-is. on win32:
11209: ok
11210:
11211: 2004-07-01 paf
11212:
11213: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11214: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11215: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11216: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11217: main/main.vcproj, targets/cgi/parser3.vcproj,
11218: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11219: option: global optimization ON
11220:
11221: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11222: to do xdoc::create{invalid chars} standard disables chars less
11223: then \x20, except tab, cr, lf.
11224:
11225: changed tainting so that those become '!'
11226:
11227: 2004-06-25 paf
11228:
11229: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11230: int on odd address [prev bugfix failed due to superwize
11231: optimizer, which turned memcpy into same 'ld' asm command]
11232:
11233: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11234: int on odd address
11235:
11236: 2004-06-22 paf
11237:
11238: * src/sql/pa_sql_driver.h: note: about possible optimization
11239:
11240: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11241: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11242: src/include/pa_config_includes.h: new: ^void:sql{call
11243: paf(:a)}[ $.bind[ $.a[2]
11244: ] ] output variables work. todo: check in out
11245: variables
11246:
11247: 2004-06-18 paf
11248:
11249: * src/: classes/file.C, classes/hash.C, classes/string.C,
11250: classes/table.C, classes/void.C, include/pa_globals.h,
11251: include/pa_sql_connection.h, main/compile.tab.C,
11252: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11253: $.bind[ $.a[2] ]
11254: ] input variables work. todo:output
11255:
11256: * src/targets/cgi/parser3.C: bugfix: iis specific
11257: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11258: /_bug.html?404;http://hpsv/test/
11259: --------------------------------------------------------------------------------
11260: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11261: --------------------------------------------------------------------------------
11262: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11263:
11264: 2004-06-16 paf
11265:
11266: * src/targets/cgi/parser3.C: new: iis specific
11267: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11268: $request:query
11269: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11270: $form:fields IIS-STATUS="404"
11271: IIS-DOCUMENT="http://server/_bug.html" f="v"
11272:
11273: todo: isapi too
11274:
11275: 2004-05-26 paf
11276:
11277: * src/include/pa_version.h: 3.1.3
11278:
11279: * operators.txt: beauty: removed outdated level 'table'
11280:
11281: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11282:
11283: * src/main/pa_string.C: beauty: removed 3 warnings
11284:
11285: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11286: classes/op.C: beauty: removed outdated level 'table'
11287:
11288: 2004-05-25 paf
11289:
11290: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11291: implementation. mistery: how anything worked
11292:
11293: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11294: changed, it is now safe to use url if pointers to it are stored
11295: to gc mem
11296:
11297: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11298: unknown errors reported and not cause SIGSEGV now
11299:
11300: 2004-05-24 paf
11301:
11302: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11303: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11304: less memory: CORD_chars_block originally intended to ... it was
11305: good that CORD_chars_block were not used: it consumes more memory
11306: [and, might be slow too] undoing that. [and removed that func so
11307: that it would not confuse parser developer in future]
11308:
11309: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11310: less memory: CORD_chars_block originally intended to
11311: speedup/reduce mem usage were forgotten, and were used stupid
11312: CORD_chars
11313:
11314: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11315:
11316: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11317: BIGENDIAN processors space-conserving mech failed, causing
11318: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11319: (1|2|3));
11320:
11321: 2004-05-14 paf
11322:
11323: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11324: bugfix: void now has vfile value, and $response:body[] works OK
11325:
11326: 2004-05-12 paf
11327:
11328: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11329: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11330: sources to use is_defined() {return as_bool();} along VBool
11331:
11332: 2004-05-11 paf
11333:
11334: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11335: referencing to local objects
11336:
11337: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11338: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11339: left intact
11340:
11341: 2004-04-15 paf
11342:
11343: * src/classes/date.C: merged: beauty: unused var removed
11344:
11345: * src/classes/date.C: beauty: unused var removed
11346:
11347: * src/include/: pa_exec.h: bugfix: interface without pointer
11348: provoked bug
11349:
11350: 2004-04-09 paf
11351:
11352: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11353:
11354: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11355:
11356: 2004-04-08 paf
11357:
11358: * src/classes/date.C: new: ^date::create[y-m-d
11359: h-M-s>>.milliseconds<<] now allowed, ignored so far
11360:
11361: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11362:
11363: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11364: to consult default catalog [usually, that file belongs to other
11365: user/group]
11366:
11367: 2004-04-06 paf
11368:
11369: * src/main/pa_common.C: beauty: gcc warning removed
11370:
11371: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11372: accept that trick, trying other
11373:
11374: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11375: explicit result problem
11376:
11377: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11378: explicit result problem
11379:
11380: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11381: explicit result problem
11382:
11383: * operators.txt, src/classes/string.C: new: ^string.append[string]
11384:
11385: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11386: main/execute.C: attempt_check_call_in_explicit_result_mode:
11387: failed
11388:
11389: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11390: http://i.p.a.ddress gethostbyaddr added [on some platforms
11391: gethostbyname failed with such 'domains'] now checked properly,
11392: were: needless reverse/forward dns lookup
11393:
11394: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11395: http://i.p.a.ddress gethostbyaddr added [on some platforms
11396: gethostbyname failed with such 'domains'] now checked properly,
11397: were: needless reverse/forward dns lookup
11398:
11399: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11400: @method[][result] means "no string output here" moved to lexical
11401: level [on grammar level it were too difficult]
11402:
11403: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11404: src/main/compile.y, src/main/compile_tools.h,
11405: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11406: @method[][result] means "no string output here", implemented part
11407: of that idea: compiler throws away string literal generation
11408: code. and barks nonwhitespace chars
11409:
11410: * operators.txt: truth: removed comment about $ORIGIN
11411:
11412: 2004-04-05 paf
11413:
11414: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11415: src/include/pa_version.h, src/main/pa_common.C,
11416: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11417:
11418: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11419: Konstantin Tomashevitch [mailto:konst@design.ru]
11420:
11421: * src/doc/html2chm.cmd: beauty: no need in bg here
11422:
11423: * src/doc/sources2html.cmd: beauty: same window, in bg it
11424: interfered with FAR console
11425:
11426: * configure, configure.in: 3.1.3
11427:
11428: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11429:
11430: * src/main/pa_common.C: removed warning
11431:
11432: * src/include/pa_version.h: 3.1.3
11433:
11434: 2004-04-02 paf
11435:
11436: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11437:
11438: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11439: allows to specify where to put parser log file
11440:
11441: 2004-04-01 paf
11442:
11443: * src/classes/table.C: bugfix: bugfix: table::load last line
11444: without tab and enter were ignored
11445:
11446: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11447: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11448: main/pa_socks.C, targets/cgi/parser3.C,
11449: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11450: bugfix: sql connections now are disconnected
11451:
11452: 2004-03-30 paf
11453:
11454: * src/classes/table.C: bugfix: table::load last line without tab
11455: and enter were ignored
11456:
11457: * src/classes/table.C: bufix: if last table lines were commented,
11458: gpfed
11459:
11460: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11461: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11462: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11463: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11464: doc/methoded.dox, doc/object.dox, doc/string.dox,
11465: doc/targets.dox, doc/value.dox, include/pa_version.h,
11466: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11467: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11468: bugfixes from 3.1.2, changed version to 3.1.3beta
11469:
11470: 2004-03-29 paf
11471:
11472: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11473: causes gpf
11474:
11475: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11476: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11477: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11478: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11479: value.dox: translated to english
11480:
11481: 2004-03-25 paf
11482:
11483: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11484: parser3project dependency removed
11485:
11486: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11487: bugfix: refused to compile without xml
11488:
11489: * src/types/pa_vform.C: beauty: removed warning
11490:
11491: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11492: any folder [removed last ;) folder dependency]
11493:
11494: * src/classes/classes.vcproj: bugfix: now all compiles in any
11495: folder [removed last ;) folder dependency]
11496:
11497: * src/include/pa_version.h: release
11498:
11499: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11500:
11501: * src/classes/table.C: beauty: comment& more meaningful error
11502: message
11503:
11504: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11505: $.hash[$.column_value1(true) ... ] [were producing some strang
11506: thing]
11507:
11508: 2004-03-23 paf
11509:
11510: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11511: and http status line parsing checked number of columns in table
11512: [user reported an assert]
11513:
11514: * operators.txt: example: on hashfile
11515:
11516: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11517: bugfix: junction reattach now actually reattaches a junction to
11518: new wcontext [were only assigning it to junction, which caused
11519: junction tracking to loose junction, and it's context were not
11520: killed, and it tried to process in invalid context, gpf]
11521:
11522: * src/targets/cgi/parser3.C: debug helper added
11523:
11524: 2004-03-19 paf
11525:
11526: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11527: "type(type)" in braces
11528:
11529: 2004-03-10 paf
11530:
11531: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11532: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11533: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11534: solution to search-in-namespaces problem:
11535: $xdoc.search-namespaces.x[http://pif.design.ru/]
11536: $nodes[^xdoc.select[//x:second]]
11537:
11538: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11539: expression][[NAMESPACES HASH]] allows to search for info in
11540: namespaces
11541:
11542: $nodes[^xdoc.select[//x:second][
11543: $.x[http://pif.design.ru/] ]]
11544:
11545: 2004-03-09 paf
11546:
11547: * operators.txt, src/main/pa_common.C: new:
11548: ^file::load[...][options] $.form[
11549: !$.field1[string]
11550: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11551: ] !$.body[string]
11552:
11553: GET ?here notGET(POST, HEAD, others) in content-type:
11554: application/x-www-form-urlencoded
11555:
11556: todo: upload files ability
11557:
11558: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11559: properly, done
11560:
11561: 2004-03-05 paf
11562:
11563: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11564: GET/POST $.form[$.fields started, not tested yet
11565: todo:$.field[table] for multiple values
11566:
11567: * operators.txt: new: http:// options $.user $.password basic
11568: authorization
11569:
11570: * src/main/pa_common.C: beauty: link to rtf added
11571:
11572: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11573: new: http:// options $.user $.password basic authorization
11574:
11575: * src/main/pa_common.C: beauty: removed needless vars
11576:
11577: * operators.txt: new: pgsql option [like that recently added to
11578: oracle driver] ClientCharset=parser-charset <<
11579: charset in which parser thinks client works
11580:
11581: * operators.txt: new: odbc option [like that recently added to
11582: oracle driver] ClientCharset=parser-charset <<
11583: charset in which parser thinks client works
11584:
11585: * src/sql/pa_sql_driver.h: beauty: important warning added
11586:
11587: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11588: char!
11589:
11590: * etc/parser3.charsets/windows-1251.cfg: typo
11591:
11592: 2004-03-04 paf
11593:
11594: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11595: cached, sql transcoding now goes faster
11596:
11597: * operators.txt: new: mysql option [like that recently added to
11598: oracle driver] ClientCharset=parser-charset <<
11599: charset in which parser thinks client works
11600:
11601: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11602: typo error
11603:
11604: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11605: chars commented
11606:
11607: 2004-03-03 paf
11608:
11609: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11610: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11611:
11612: 2004-03-02 paf
11613:
11614: * operators.txt: new[update typo]: !^void.left(n)
11615: nothing !^void.right(n) nothing !^void.mid(p[;n])
11616: nothing
11617:
11618: * operators.txt, src/classes/void.C: new: !^void.left(n)
11619: nothing !^void.right(n) nothing !^void.pos(p[;n])
11620: nothing
11621:
11622: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11623: ^file::sql[[name_to_become_$.name]]{} query result must be one
11624: row with columns: first: data second: file name third:
11625: content-type
11626:
11627: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11628: ^connect gets properly escaped string, which can be passed to
11629: request now this for mysql only. it's up to parser sql driver to
11630: fix zeros properly
11631:
11632: * INSTALL: note: added on building apache with this option:
11633: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11634:
11635: 2004-03-01 paf
11636:
11637: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11638: extension memory:compact befor processingrequest
11639:
11640: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11641: call sole column of result
11642:
11643: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11644: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11645: pixel color
11646:
11647: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11648: beauty: image -- less checks [were ugly impl]
11649:
11650: * src/classes/string.C: bugfix: ^string.left/right/mid with
11651: negative values now considered bad
11652:
11653: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11654:
11655: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11656: options now have unified defaults [after transform
11657: indent/omit-xml-declaration/standalone 'default' erroreously
11658: meant 'true']
11659:
11660: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11661: added [on some platforms gethostbyname failed with such
11662: 'domains']
11663:
11664: * src/include/pa_config_auto.h.in: no select check, no define
11665:
11666: * src/classes/string.C: feature: ^string.trim both parameters may
11667: be empty-strings, meaning kind=both chars=whitespaces
11668:
11669: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11670: exist
11671:
11672: * src/classes/string.C: check: trim 'chars' must not be empty,
11673: exception if it is
11674:
11675: * src/classes/string.C: changed: ^string.trim [] << both,
11676: whitespaces [start|both|end] << kind, whitespaces
11677: [start|both|end;chars] full
11678:
11679: 2004-02-27 paf
11680:
11681: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11682: method: ^string.trim[start|both|end[;chars]] default
11683: 'chars' -- whitespace chars finished
11684:
11685: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11686: src/main/pa_string.C: new method:
11687: ^string.trim[start|both|end[;chars]] default 'chars' --
11688: whitespace chars started, only start works
11689:
11690: * src/main/compile.C: bugfix: line numbers after
11691: ^process{}[$.line(-10]] can be negative, allowed to print they as
11692: signed
11693:
11694: * src/main/untaint.C: speed: there's no \n chars in output
11695: [normally], so no need to optimize them they could be retrived
11696: from databases, though. but 1. should be replaced 2. if not
11697: optimized, no harm done
11698:
11699: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11700: ^file::exec/cgi could return invalid status & zombie child can
11701: remain for short period until process exists [very bad in
11702: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11703:
11704: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11705: malicious SMTP server to attack as by returning too long status
11706: responses http://i2/tasks/edit/?id=4629448401140924947
11707:
11708: 2004-02-26 paf
11709:
11710: * operators.txt: feature: ^process...{CODE}[now has options] which
11711: are $.main[to what to rename @main] $.file[file,
11712: from which (user says) goes that CODE] $.lineno(line
11713: number in that file, where CODE starts. may be negative)
11714:
11715: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11716: src/main/compile.C, src/main/compile_tools.h,
11717: src/main/pa_request.C: feature: ^process...{CODE}[now has
11718: options] which are $.main[to what to rename @main]
11719: $.file[file, from which (user says) goes that CODE]
11720: $.lineno(line number in that file, where CODE starts. may be
11721: negative)
11722:
11723: 2004-02-25 paf
11724:
1.116 moko 11725: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11726: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11727:
11728: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11729: produces hash of column=>1
11730:
11731: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11732: with incomplete errno constants set
11733:
11734: 2004-02-24 paf
11735:
11736: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11737: "man select"
11738:
11739: * src/main/pa_os.C: beauty: <0 better then ==-1
11740:
11741: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11742:
11743: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11744:
1.116 moko 11745: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11746:
11747: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11748: unix: steps to work on unix [extracted 'to']
11749:
11750: * src/classes/mail.C: smtp on unix: steps to work on unix
11751:
11752: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11753:
1.116 moko 11754: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11755: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11756: unix [testing on solaris]
1.95 moko 11757:
11758: 2004-02-20 paf
11759:
11760: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11761: pointing that out
11762:
11763: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11764: fixed again [same solution, mistanenly removed one line]
11765:
11766: 2004-02-19 paf
11767:
11768: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11769: date::create from bad datetime in spring daylightsaving hole now
11770: OK for all platforms [on some platforms it failed]
11771:
11772: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11773: in daylightsaving hole] now throws error
11774:
11775: * src/classes/date.C: comment: mistake fixed
11776:
11777: 2004-02-18 paf
11778:
11779: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11780: now renderes in $request:charset, but in header puts
11781: $response:charset todo: make that default only so that coder
11782: could override that
11783:
11784: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11785: turns off omit-xml-declaration
11786:
11787: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11788: /.xsl for sample
11789:
11790: 2004-02-17 paf
11791:
11792: * src/classes/xdoc.C: beauty: needless helper class removed
11793:
11794: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11795: copied extra time
11796:
11797: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11798: part of libxml
11799:
11800: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11801: libxml to do the work] <xsl:output method="html"
11802: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11803: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11804: />
11805:
11806: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11807:
11808: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11809: caused assertion
11810:
11811: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11812: could hang. now such add does nothing, sub clears $hash
11813:
11814: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11815: not made quoted-printable
11816:
11817: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11818: string invariant
11819:
11820: 2004-02-16 paf
11821:
11822: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11823: cleared [were not cleared properly]
11824:
11825: 2004-02-13 paf
11826:
1.116 moko 11827: * src/include/pa_version.h: prerelease
1.95 moko 11828:
11829: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11830: used, introducing dependencies timestamp check
11831:
11832: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11833: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11834: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11835: .xsl.stamp now not used, introducing dependencies timestamp check
11836:
11837: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11838:
11839: 2004-02-12 paf
11840:
11841: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11842: ruined empty <input type=file> submits. parser thought there were
11843: nameless empty file and $form:field got value of type 'file'
11844:
11845: * INSTALL: --without-threads
11846:
11847: * src/include/pa_sapi.h: 2004
11848:
11849: 2004-02-11 paf
11850:
11851: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11852: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11853: classes/hashfile.C, classes/image.C, classes/int.C,
11854: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11855: classes/response.C, classes/string.C, classes/table.C,
11856: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11857: include/pa_array.h, include/pa_cache_managers.h,
11858: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11859: include/pa_config_fixed.h, include/pa_config_includes.h,
11860: include/pa_dictionary.h, include/pa_dir.h,
11861: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11862: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11863: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11864: include/pa_request_charsets.h, include/pa_request_info.h,
11865: include/pa_socks.h, include/pa_sql_connection.h,
11866: include/pa_sql_driver_manager.h, include/pa_stack.h,
11867: include/pa_string.h, include/pa_stylesheet_connection.h,
11868: include/pa_stylesheet_manager.h, include/pa_table.h,
11869: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11870: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11871: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11872: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11873: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11874: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11875: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11876: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11877: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11878: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11879: main/pa_sql_driver_manager.C, main/pa_string.C,
11880: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11881: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11882: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11883: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11884: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11885: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11886: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11887: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11888: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11889: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11890: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11891: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11892: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11893: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11894: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11895: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11896: types/pa_vresponse.h, types/pa_vstateless_class.C,
11897: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11898: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11899: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11900: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11901: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11902: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11903:
11904: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11905: debug version of gc.dll
11906:
11907: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11908: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11909: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11910: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11911: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11912: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11913: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11914: processes
11915:
11916: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11917: main/pa_globals.C, targets/cgi/parser3.vcproj,
11918: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11919: changes to reflect libxml xsl new folders
11920:
11921: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11922: lib/smtp/smtp.vcproj, main/main.vcproj,
11923: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11924: to reflect libxml xsl new folders
11925:
11926: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11927: lib/smtp/smtp.vcproj, main/main.vcproj,
11928: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11929: types/types.vcproj: started changes to reflect libxml xsl new
11930: folders
11931:
11932: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11933: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11934: src/main/compile.tab.C, src/main/main.vcproj,
11935: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11936: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11937: started changes to reflect libxml xsl new folders
11938:
11939: 2004-02-10 paf
11940:
11941: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11942: compile. recommened latest libxml up to date
11943:
11944: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11945: pattern compilation errors", on which spent 4 hours worktime. use
11946: versions higher than that. recommended now latest up to date
11947:
11948: 2004-02-06 paf
11949:
11950: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11951: beauty: unified destructing style
11952:
11953: * src/main/untaint.C: beauty: removed old def/ifdef
11954:
11955: * src/main/untaint.C: beauty: coredump @unknown untaint language
11956: now
11957:
11958: 2004-02-03 paf
11959:
11960: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11961: targets/isapi/parser3isapi.C, types/pa_value.C,
11962: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11963: then %ld/%lu
11964:
11965: * src/main/pa_common.C: typo: %l -> %u
11966:
11967: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11968: in attributes or documents-results of transform now not xx;
11969:
11970: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11971:
11972: * src/main/pa_charset.C: bugfix: forgot to undo some
11973:
11974: * src/main/pa_charset.C: beauty: uncomment
11975: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11976: libraries
11977:
11978: 2004-02-02 paf
11979:
11980: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
11981: $cookie:example[ $.value[value] $.path[/there/] ]
11982:
11983: $cookie:example[ $.value[] $.expires[session]
11984: $.path[/there/] $.domain[test.com] ]
11985:
11986: * src/types/pa_vform.C: bugfix: empty values with
11987: enctype=multipart/form-data now produce entries in $form:tables
11988: <form method=post enctype=multipart/form-data> <input type=hidden
11989: name=a> <input type=hidden name=b>
11990:
11991: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
11992: <hr> <pre>$request:body
11993:
11994: 2004-01-30 paf
11995:
11996: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
11997: or documents-results of transform now not xx;
11998:
11999: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12000: produce exception.
12001:
12002: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12003: bugfix: ^date::create[invalid fields now produce exception.
12004:
12005: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12006: year] now produces exception. todo: check other fields
12007:
12008: 2004-01-29 paf
12009:
12010: * src/include/pa_memory.h: typo error
12011:
12012: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12013: more byte then specified, then zeroed it << useless and
12014: potentially harmful(could gpf)
12015:
12016: 2004-01-22 paf
12017:
12018: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12019:
12020: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12021: optimization
12022:
12023: * src/main/untaint.C: bugfix: whitespace now optimized properly
12024: [were bug: ^taint[1 & 2]="1 &2"
12025:
12026: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12027: errors
12028:
12029: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12030: overflow
12031:
12032: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12033: error-reporting code * in parser-error reporting code [when no
12034: @unhandled_exception defined]
12035:
12036: fixed in one place: my *snprintf override
12037:
12038: 2004-01-13 paf
12039:
12040: * operators.txt: typo erro
12041:
12042: 2003-12-25 paf
12043:
12044: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12045: garbled [pieces after zero bytes were removed]
12046:
12047: 2003-12-22 paf
12048:
1.116 moko 12049: * src/include/Makefile.am: bugfix: removed from dist:
12050: src/include/pa_config_auto.h which were configured for
1.95 moko 12051: make-dist-platform and badly updated proper config file in target
12052: [when .tar used for updating existing source tree]
12053:
12054: * ChangeLog, operators.txt, src/classes/op.C,
12055: src/include/pa_sql_connection.h,
12056: src/include/pa_sql_driver_manager.h,
12057: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12058: feature: sql introducing ability to transcode charsets
12059:
12060: 2003-12-19 paf
12061:
12062: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12063: error message
12064:
12065: * src/main/pa_charset.C: bugfix: memory for charsethandler
12066: structure for libxml now allocated properly
12067:
12068: 2003-12-17 paf
12069:
12070: * src/types/pa_vfile.C: beauty: removed outdated cast
12071:
12072: * src/main/pa_common.C: bugfix: empty http response caused gpf
12073:
12074: * src/include/pa_string.h: bugfix: removed too strong a assert
12075:
12076: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12077: unreported xmlGenericErrors]
12078:
12079: 2003-12-15 paf
12080:
12081: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12082: works}
12083:
12084: 2003-12-11 paf
12085:
12086: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12087: id
12088: !$status:tid thread id
12089:
12090: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12091: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12092: bugfix(solaris): removed dependency on object initialization
12093: order [one more place]
12094:
12095: * src/: classes/file.C, classes/mail.C, classes/op.C,
12096: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12097: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12098: understand that
12099:
12100: * src/: classes/file.C, classes/mail.C, classes/op.C,
12101: classes/xdoc.C, include/pa_cache_managers.h,
12102: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12103: include/pa_stylesheet_manager.h, main/pa_request.C,
12104: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12105: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12106: ctor call [relying on implicit String::Body(cstr) call]
12107:
12108: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12109: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12110: object initialization order [two places]
12111:
12112: 2003-12-10 paf
12113:
12114: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12115: << time now ok
12116:
12117: * operators.txt, src/main/pa_sql_driver_manager.C,
12118: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12119: operational
12120:
12121: * ChangeLog, operators.txt, src/classes/xdoc.C,
12122: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12123: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12124: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12125: back operational
12126:
12127: 2003-12-02 paf
12128:
12129: * src/types/pa_vmail.C: bugfix:
12130: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12131: as-is forced]
12132:
12133: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12134: exceptions out of libxml callbacks: reimplemented error handling
12135: of http://localhost, parser://method and safemode check callbacks
12136:
12137: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12138: [merged from HEAD]
12139:
12140: * src/classes/image.C: nothing: comment removed
12141:
12142: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12143: addresses to int
12144:
12145: 2003-12-01 paf
12146:
12147: * src/main/pa_xml_io.C: bugfix: typo
12148:
12149: * src/main/pa_globals.C: bugfix: win32: compile prob
12150:
12151: * src/classes/xdoc.C: bugfix: typo
12152:
12153: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12154: exception
12155:
12156: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12157:
12158: 2003-11-28 paf
12159:
12160: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12161: all xml documents read
12162:
12163: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12164:
12165: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12166: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12167: replaced original open mech of xdoc::create & co to use libxml
12168: open, so that this would work for root document todo: safe mode
12169: checks to libxml: ideally to some 1 point
12170:
12171: * src/main/pa_xml_io.C: comment
12172:
12173: * operators.txt, src/main/pa_xml_io.C: leading / in
12174: http://parser[abscent params]
12175:
12176: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12177: works. todo: maybe replace original open mech of xdoc::create &
12178: co to use libxml open, so that this would work for root document
12179:
12180: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12181: "parser://method/params/here"> <test> &test^; </test> }]
12182:
12183: ^taint[^xdoc.string[]]
12184:
12185: @method[param] <!ENTITY test
12186: "test-entity-value+$form:user+$param!">
12187:
12188: 2003-11-27 paf
12189:
12190: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12191:
12192: * src/classes/date.C: bugfix: typo error
12193:
12194: 2003-11-26 paf
12195:
12196: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12197: src/main/Makefile.am, src/main/main.vcproj,
12198: src/main/pa_globals.C, src/main/pa_request.C,
12199: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12200: xml errors to hash<thread_id,error> reorganization: xml io moved
12201: to pa_xml_io.C/h
12202:
12203: * src/types/pa_value.h: warnings: --
12204:
12205: 2003-11-25 paf
12206:
12207: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12208: whatever)
12209:
12210: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12211: a, (c?x:y, z)
12212:
12213: * src/main/untaint.C: bugfix: consequences of not reading this
12214: comment: CORD_pos_chars_left /* Number of characters in cache.
12215: <= 0 ==> none */
12216:
12217: * src/include/pa_array.h: removed needless checks
12218:
12219: 2003-11-24 paf
12220:
12221: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12222: removed limit: now $form:xxx can be accessed anytime, even in
12223: @auto/conf [and request/response:charset still can be changed
12224: anytime]
12225:
12226: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12227: now not transcodes response body
12228:
12229: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12230: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12231: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12232: $xdoc.firstChild.firstChild.nodeValue[different]
12233: ^taint[^xdoc.string[]]
12234:
12235: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12236: workaround: static Hash::allocates -> static Hash_allocates
12237:
12238: 2003-11-21 paf
12239:
1.116 moko 12240: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12241: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12242: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12243:
12244: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12245:
12246: * src/classes/mail.C: bugfix: typo
12247:
12248: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12249: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12250: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12251: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12252: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12253: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12254:
12255: * src/main/pa_exec.C: bug in safe mode
12256:
12257: * src/include/Makefile.am: pa_xml_exception.h
12258:
12259: * src/targets/isapi/parser3isapi.C: more warnings --
12260:
12261: 2003-11-20 paf
12262:
12263: * src/: classes/math.C, classes/op.C, classes/string.C,
12264: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12265: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12266: --
12267:
12268: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12269: more warnings --
12270:
12271: * src/classes/xdoc.C: more warnings --
12272:
12273: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12274:
12275: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12276: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12277:
12278: * src/: classes/date.C, classes/file.C, classes/hash.C,
12279: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12280: classes/table.C, include/pa_cache_managers.h,
12281: include/pa_stylesheet_connection.h, main/pa_request.C,
12282: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12283: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12284: --
12285:
12286: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12287: can't report problem (undefined @unhandled_exception) problem
12288: source string were not reported
12289:
12290: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12291: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12292: classes/hashfile.C, classes/image.C, classes/int.C,
12293: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12294: classes/response.C, classes/string.C, classes/table.C,
12295: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12296: include/pa_array.h, include/pa_cache_managers.h,
12297: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12298: include/pa_config_fixed.h, include/pa_dictionary.h,
12299: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12300: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12301: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12302: include/pa_request.h, include/pa_request_charsets.h,
12303: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12304: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12305: include/pa_stack.h, include/pa_string.h,
12306: include/pa_stylesheet_connection.h,
12307: include/pa_stylesheet_manager.h, include/pa_table.h,
12308: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12309: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12310: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12311: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12312: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12313: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12314: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12315: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12316: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12317: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12318: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12319: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12320: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12321: targets/isapi/parser3isapi.C, types/pa_junction.h,
12322: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12323: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12324: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12325: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12326: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12327: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12328: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12329: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12330: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12331: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12332: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12333: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12334: types/pa_vresponse.h, types/pa_vstateless_class.C,
12335: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12336: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12337: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12338: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12339: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12340: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12341: const IDENT
12342:
12343: * src/: include/pa_array.h, include/pa_pool.h,
12344: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12345: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12346: types/pa_wcontext.h: more warnings --
12347:
12348: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12349: classes/file.C, classes/hash.C, classes/hashfile.C,
12350: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12351: classes/memory.C, classes/op.C, classes/string.C,
12352: classes/table.C, classes/xdoc.C, classes/xnode.C,
12353: include/pa_config_includes.h, include/pa_operation.h,
12354: include/pa_sql_connection.h, include/pa_table.h,
12355: include/pa_types.h, lib/ltdl/config_fixed.h,
12356: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12357: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12358: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12359: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12360: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12361: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12362: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12363: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12364: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12365: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12366: types/pa_vmail.C, types/pa_vobject.C,
12367: types/pa_vstateless_class.h, types/pa_vtable.C,
12368: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12369: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12370: on all projects (except libltdl=off & libsdbm=level3) found
12371: several unitialized vars
12372:
12373: 2003-11-19 paf
12374:
12375: * src/classes/op.C: more ansi C++ comp
12376:
12377: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12378: src/main/pa_request.C: ^cache[...]{body}{catch block with
12379: $exception.handled[cache] meaning "get expired cache, if any.
12380: else error"}
12381:
12382: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12383: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12384: ^cache[...]{body}{catch code with $exception.cache field}
12385:
12386: 2003-11-12 paf
12387:
12388: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12389: [copy/paste bug]
12390:
12391: 2003-11-11 paf
12392:
12393: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12394: failed]
12395:
12396: * bin/auto.p.dist.in: colno
12397:
12398: 2003-11-10 paf
12399:
12400: * src/types/pa_vconsole.h: flush
12401:
12402: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12403: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12404: read/write [for nntp]
12405:
12406: * operators.txt: mysql: transaction support: ?autocommit=0
12407:
12408: * operators.txt: comment: updated
12409:
12410: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12411: serialize version and exipire now removes entries
12412:
12413: * operators.txt: ^hashfile.delete[] removes files altogether [and
12414: dir, if could]
12415:
12416: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12417: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12418: removes files altogether [and dir, if could]
12419:
12420: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12421: nonexistent pair. .c coded that that was error. fixed
12422:
12423: * src/types/pa_vhashfile.C: sdbm: exception type change to
12424: file.access [regretfull can't split it to different exceptions
12425: without modifying sdbm source wich would prefer not to]
12426:
12427: 2003-11-07 paf
12428:
12429: * src/: classes/date.C, classes/file.C, classes/hash.C,
12430: classes/hashfile.C, classes/image.C, classes/table.C,
12431: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12432: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12433: main/execute.C, main/main.vcproj, main/pa_pool.C,
12434: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12435: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12436: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12437: destructing objects at request processing end
12438:
12439: 2003-11-06 paf
12440:
12441: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12442: updates
12443:
12444: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12445: to include sdbm
12446:
1.116 moko 12447: * src/include/: pa_config_includes.h, pa_version.h: our
12448: replacements of max& co only for cpp
1.95 moko 12449:
12450: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12451: upper dir, .am updated
12452:
12453: * tests/todo.txt: hashfile: done
12454:
12455: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12456: expiration [time in value. todo: move time to key]
12457:
12458: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12459:
12460: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12461: to do that in foreach, no errors, but surely wrong]
12462:
12463: * operators.txt, src/types/pa_vhashfile.C,
12464: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12465:
12466: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12467: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12468: foreach
12469:
12470: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12471: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12472:
12473: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12474: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12475:
12476: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12477: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12478: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12479: get/put [raw]
12480:
12481: * src/: classes/op.C, main/pa_os.C: just linked
12482:
12483: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12484: XmlException changes
12485:
12486: * src/: include/pa_charset.h, include/pa_globals.h,
12487: include/pa_stylesheet_connection.h, main/pa_exception.C:
12488: XmlException changes
12489:
12490: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12491:
12492: * src/: include/pa_common.h, include/pa_exception.h,
12493: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12494: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12495: main/pa_xml_exception.C: locking move to pa_os [along with
12496: pa_sleep] apr-impl locking done
12497:
12498: * configure, configure.in, operators.txt, parser3.sln,
12499: src/classes/classes.vcproj, src/classes/hashfile.C,
12500: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12501: src/include/pa_exception.h, src/include/pa_globals.h,
12502: src/include/pa_memory.h, src/include/pa_version.h,
12503: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12504: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12505: src/main/compile.tab.C, src/main/main.vcproj,
12506: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12507: src/types/Makefile.am, src/types/pa_vhash.C,
12508: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12509: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12510: again with sdbm from apache
12511:
12512: 2003-11-05 paf
12513:
12514: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12515: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12516: \parser3project dir anymore
12517:
12518: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12519: thoughtlessly from xalan]
12520:
12521: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12522: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12523: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12524:
12525: * src/main/helpers/CaseFolding.txt:
12526: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12527:
12528: 2003-11-04 paf
12529:
12530: * operators.txt: comment: ^mail:send[$.options[
12531:
12532: * src/classes/table.C: compiled on unix
12533:
1.116 moko 12534: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12535:
12536: * src/classes/mail.C: compiled on unix
12537:
12538: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12539: src/types/pa_vmail.h: !^mail:send[
12540: $.options[unix: string to append to sendmail command
12541: line]
12542:
12543: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12544: tests/todo.txt: ^table.save[... $.separator[^#09]
12545: $.encloser["] <nothing> by default
12546:
12547: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12548: !$.separator[^#09] !$.encloser["] <nothing> by
12549: default
12550:
12551: 2003-11-03 paf
12552:
12553: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12554: ^table::load[; options: !$.column-separator[^#09]
12555: !$.column-encloser["]
12556:
12557: * operators.txt, src/include/pa_config_fixed.h,
12558: src/types/pa_vrequest.C: $request:document-root
12559:
12560: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12561: [already included into uri=xxx]
12562:
12563: * operators.txt, src/classes/image.C, tests/todo.txt:
12564: ^image.gif[filename] for $response:download
12565:
12566: * src/classes/date.C: minor precaution
12567:
12568: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12569: !^date.unix-timestamp[]
12570:
12571: 2003-10-30 paf
12572:
12573: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12574: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12575:
12576: * src/classes/: date.C, image.C: improvement diagnostics:
12577: $now[^date::create[$undefined]] now is error
12578:
12579: * src/main/pa_common.C: read errors would now be reported 'actually
12580: read -1 bytes'
12581:
12582: 2003-10-24 paf
12583:
12584: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12585: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12586: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12587: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12588:
12589: 2003-10-22 paf
12590:
12591: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12592:
12593: 2003-10-21 paf
12594:
12595: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12596: fixed: string.match[g] without <'> option produced columns with
12597: NULL's, which gpf'ed at table.save time
12598:
12599: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12600: recoursion' message with intensive throw-catches fixed: incorrect
12601: name and line (one name upper then needed) in error message about
12602: problems inside try block
12603:
12604: 2003-10-10 paf
12605:
12606: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12607: check offset argument for validity did that in String::Body::pos
12608: myself http://i2/tasks/edit/?id=4577425257580789777
12609:
12610: 2003-10-07 paf
12611:
12612: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12613: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12614:
12615: 2003-10-03 paf
12616:
12617: * parser3.sln, src/include/pa_dictionary.h,
12618: src/main/pa_dictionary.C, src/main/pa_string.C,
12619: src/targets/cgi/parser3.vcproj: dictionary optimized by
12620: precalculating cstr&length
12621:
12622: 2003-10-02 paf
12623:
12624: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12625: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12626: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12627: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12628:
12629: 2003-09-30 paf
12630:
12631: * src/main/pa_string.C: string::replace bug fix [were ignoring
12632: occurrances after lang-mismatched
12633:
12634: 2003-09-29 paf
12635:
12636: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12637: helper
12638:
12639: * src/main/pa_string.C: string::serialize bug fix with
12640: zero-terminator
12641:
12642: * src/classes/table.C: ^nameless_table.save column row now has no
12643: \t at the end
12644:
12645: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12646: @postprocess now takes $response:body/download
12647:
12648: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12649: error message
12650:
12651: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12652:
12653: * src/classes/table.C: bugfix: flip: must produce nameless
12654: http://i2/tasks/edit/?id=4573405524674081244
12655:
12656: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12657: main/helpers/simple_folding.pl: utf-8 upper/lower
12658:
12659: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12660: to typo error http://i2/tasks/edit/?id=4573354650786434584
12661:
12662: 2003-09-26 paf
12663:
12664: * src/main/untaint.C: removed needless field
12665:
12666: * src/main/untaint.C: removed needless const
12667:
12668: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12669: String.for_each bug fixed [omited one-char cases]
12670:
12671: * src/include/pa_stack.h: bugfix: before collecting garbage,
12672: runtime-executor stack were cleared... BADLY
12673:
12674: * src/main/pa_string.C: ^stirng.replace code used old
12675: param-convention on langs.append, fixed that search fo the like,
12676: found none
12677:
12678: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12679: string::serialize/deserialize implemented Language enum assigned
12680: meaningful letters [more convinient for debugging. read warning
12681: before adding/changing anything]
12682:
12683: 2003-09-25 paf
12684:
12685: * src/: include/pa_string.h, include/pa_version.h,
12686: main/pa_string.C, main/untaint.C: templates and anonymous unions
12687: differences on unix
12688:
12689: * parser3.sln, src/classes/file.C, src/classes/image.C,
12690: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12691: src/classes/xdoc.C, src/classes/xnode.C,
12692: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12693: src/include/pa_charsets.h, src/include/pa_common.h,
12694: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12695: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12696: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12697: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12698: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12699: src/main/compile_tools.h, src/main/pa_charset.C,
12700: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12701: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12702: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12703: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12704: src/types/pa_vmail.C, src/types/pa_vmath.C,
12705: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12706: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12707:
12708: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12709: functions aligned to that of eeparser3 look
12710:
12711: * src/lib/cord/cordprnt.c: removed warnings
12712:
12713: 2003-09-24 paf
12714:
12715: * src/: classes/file.C, classes/image.C, classes/mail.C,
12716: classes/op.C, classes/xdoc.C, classes/xnode.C,
12717: include/pa_cache_managers.h, include/pa_charset.h,
12718: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12719: include/pa_sql_driver_manager.h, include/pa_string.h,
12720: include/pa_stylesheet_manager.h, include/pa_table.h,
12721: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12722: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12723: main/pa_sql_driver_manager.C, main/pa_string.C,
12724: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12725: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12726: types/pa_vstateless_class.h, types/pa_vstatus.C,
12727: types/pa_vxnode.C: v() functions of String::Body,
12728: String::Languages and String itself StringBody->String::Body
12729:
12730: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12731: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12732: never optimized anything. todo: somehow speed up harder cases:
12733: concatenationA+concatenationB when last block of A and first of B
12734: contain same letters
12735:
12736: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12737: lib/cord/include/cord.h: langs: speed up by joining adjucent
12738: blocks of same char [CORD_append_block]
12739:
12740: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12741: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12742: save space by extending blocks when appending block with c ==
12743: lastblock.c
12744:
12745: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12746: working yet :( but more working &understood :)
12747:
12748: * src/: classes/table.C, include/pa_string.h,
12749: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12750:
12751: 2003-09-23 paf
12752:
12753: * src/main/untaint.C: $a[ok!] $a works!
12754:
12755: * src/main/untaint.C: something even more works :)
12756:
12757: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12758: something more works :)
12759:
12760: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12761: lib/cord/cordxtra.c: something already works :)
12762:
12763: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12764: serialize&deserialize
12765:
12766: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12767: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12768: main/untaint.C: main idea implemented, details left
12769:
12770: 2003-09-22 paf
12771:
12772: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12773:
12774: * src/classes/xnode.C: copy/paste comment bugfix
12775:
12776: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12777: allocator returns 0, just die.
12778: http://i2/tasks/edit/?id=4570798492410259445
12779:
12780: * src/classes/xdoc.C: copy/paste comment bugfix
12781:
12782: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12783: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12784: xnode: getAttributeNS setAttributeNS removeAttributeNS
12785: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12786:
12787: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12788: chars due to bitwise operation signed-char error]
12789:
12790: 2003-09-19 paf
12791:
12792: * src/types/pa_wcontext.C: output message: more practical
12793: suggestion
12794:
12795: * src/main/pa_common.C, operators.txt: merged
12796: $f[^file::load[binary;http://...]] $f.tables
12797:
12798: 2003-09-02 paf
12799:
12800: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12801: flush stdout without referencing 'stdout' symbol. to hell with
12802: non-ansi libraries without 'stdout' symbol
12803:
12804: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12805: unix (users reported problems with some old libc)
12806:
12807: * src/types/pa_vdate.h: forgot initializer
12808:
12809: 2003-09-01 paf
12810:
12811: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12812: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12813: zone]
12814:
12815: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12816:
12817: 2003-08-19 paf
12818:
12819: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12820: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12821: simplified a little
12822:
12823: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12824: [lost fix from 3.0.8]
12825:
12826: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12827: visible here }
12828:
12829: bug fix
12830:
12831: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12832:
12833: * src/main/compile.tab.C: initialized couple of variables about
12834: which user reported runtime problems when parser were compiled
12835: with VC7, warning level4. study shows that later in bison
12836: they've fixed that. would migrate to latest bison someday
12837:
12838: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12839: recoding headers)
12840:
12841: * src/types/pa_vmail.C: works as before, same charset problems:
12842: gmime recodes to UTF-8 only headers, not body. so not recoding
12843: anything for now
12844:
12845: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12846: problems with body
12847:
12848: * src/types/pa_vmail.C: mail_receive just compiled
12849:
12850: 2003-08-18 paf
12851:
12852: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12853: main/main.vcproj, types/types.vcproj: win32: continued process
12854: detaching from \parser3project directory
12855:
12856: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12857: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12858: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12859: src/lib/pcre/pcre_dftables.dsp,
12860: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12861: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12862: src/types/types.dsp: moved to MSVC 7
12863:
12864: * gnu.vcproj.vspscc, parser3.vssscc,
12865: src/classes/classes.vcproj.vspscc,
12866: src/lib/cord/cord.vcproj.vspscc,
12867: src/lib/ltdl/libltdl.vcproj.vspscc,
12868: src/lib/md5/md5.vcproj.vspscc,
12869: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12870: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12871: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12872: src/targets/isapi/parser3isapi.vcproj.vspscc,
12873: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12874: moved to MSVC 7
12875:
12876: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12877: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12878: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12879: src/lib/pcre/pcre_dftables.vcproj,
12880: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12881: src/targets/cgi/parser3.vcproj,
12882: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12883: new VS project files
12884:
12885: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12886: .NET to detect Jalindi Igloo capabilities.
12887:
12888: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12889: src/classes/classes.awk, src/doc/footer.htm,
12890: src/include/pa_config_fixed.h, src/include/pa_version.h,
12891: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12892: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12893: src/types/pa_vmail.C: merged 3.1.0 latest changes
12894:
12895: 2003-08-15 paf
12896:
12897: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12898: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12899:
12900: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12901: non-ascii <yyy> now encoded correctly
12902:
12903: 2003-07-29 paf
12904:
1.116 moko 12905: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12906: dist
1.95 moko 12907:
12908: * src/types/pa_vmail.C: just started --with-mail-receive
12909:
12910: 2003-07-28 paf
12911:
1.116 moko 12912: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12913: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12914:
12915: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12916:
12917: 2003-07-25 paf
12918:
12919: * src/doc/footer.htm: year
12920:
12921: 2003-07-24 paf
12922:
12923: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12924: fix
12925:
12926: * src/include/pa_version.h: release
12927:
1.116 moko 12928: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12929:
12930: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12931: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12932: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12933: getting rid of win32xml pseudo project
12934:
12935: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12936:
1.116 moko 12937: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12938: configure.in, operators.txt, parser3.dsw,
1.95 moko 12939: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12940: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12941: src/classes/classes.C, src/classes/classes.awk,
12942: src/classes/classes.dsp, src/classes/classes.h,
12943: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12944: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12945: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12946: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12947: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12948: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12949: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12950: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12951: src/include/pa_array.h, src/include/pa_cache_managers.h,
12952: src/include/pa_charset.h, src/include/pa_charsets.h,
12953: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12954: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12955: src/include/pa_dictionary.h, src/include/pa_dir.h,
12956: src/include/pa_exception.h, src/include/pa_exec.h,
12957: src/include/pa_globals.h, src/include/pa_hash.h,
12958: src/include/pa_memory.h, src/include/pa_opcode.h,
12959: src/include/pa_operation.h, src/include/pa_pool.h,
12960: src/include/pa_pragma_pack_begin.h,
1.95 moko 12961: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12962: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12963: src/include/pa_sapi.h, src/include/pa_socks.h,
12964: src/include/pa_sql_connection.h,
12965: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12966: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12967: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12968: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12969: src/include/pa_uue.h, src/lib/Makefile.am,
12970: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12971: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12972: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12973: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12974: src/lib/cord/include/ec.h,
12975: src/lib/cord/include/private/Makefile.am,
12976: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12977: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12978: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12979: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 12980: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
12981: src/main/compile_tools.C, src/main/compile_tools.h,
12982: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
12983: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12984: src/main/pa_charsets.C, src/main/pa_common.C,
12985: src/main/pa_dictionary.C, src/main/pa_dir.C,
12986: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 12987: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
12988: src/main/pa_request.C, src/main/pa_socks.C,
12989: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
12990: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 12991: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
12992: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
12993: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
12994: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
12995: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
12996: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
12997: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 12998: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12999: src/targets/isapi/parser3isapi.dsp,
13000: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13001: src/types/pa_junction.h, src/types/pa_method.h,
13002: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13003: src/types/pa_vclass.C, src/types/pa_vclass.h,
13004: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13005: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13006: src/types/pa_vdouble.h, src/types/pa_venv.h,
13007: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13008: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13009: src/types/pa_vimage.C, src/types/pa_vimage.h,
13010: src/types/pa_vint.h, src/types/pa_vjunction.h,
13011: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13012: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13013: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13014: src/types/pa_vobject.C, src/types/pa_vobject.h,
13015: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13016: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13017: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13018: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13019: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13020: src/types/pa_vstring.h, src/types/pa_vtable.C,
13021: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13022: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13023: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13024: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13025: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13026: HEAD
13027:
13028: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13029: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13030: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13031: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13032: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13033: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13034: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13035: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13036: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13037: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13038: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13039: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13040: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13041: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13042: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13043: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13044: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13045: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13046: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13047: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13048: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13049: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13050: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13051: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13052: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13053: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13054: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13055: outputs/create-dir, results/001.processed, results/002.processed,
13056: results/003.processed, results/004.processed,
13057: results/005.processed, results/006.processed,
13058: results/007.processed, results/008.processed,
13059: results/009.processed, results/010.processed,
13060: results/011.processed, results/012.processed,
13061: results/013.processed, results/014.processed,
13062: results/015.processed, results/016.processed,
13063: results/017.processed, results/018.processed,
13064: results/019.processed, results/020.processed,
13065: results/021.processed, results/022.processed,
13066: results/023.processed, results/024.processed,
13067: results/025.processed, results/026.processed,
13068: results/027.processed, results/028.processed,
13069: results/029.processed, results/030.processed,
13070: results/031.processed, results/032.processed,
13071: results/033.processed, results/034.processed,
13072: results/035.processed, results/036.processed,
13073: results/037.processed, results/038.processed,
13074: results/039.processed, results/040.processed,
13075: results/041.processed, results/042.processed,
13076: results/043.processed, results/044.processed,
13077: results/045.processed, results/046.processed,
13078: results/047.processed, results/048.processed,
13079: results/049.processed, results/050.processed,
13080: results/051.processed, results/052.processed,
13081: results/053.processed, results/054.processed,
13082: results/055.processed, results/056.processed,
13083: results/057.processed, results/058.processed,
13084: results/059.processed, results/060.processed,
13085: results/061.processed, results/062.processed,
13086: results/063.processed, results/064.processed,
13087: results/065.processed, results/066.processed,
13088: results/067.processed, results/068.processed,
13089: results/069.processed, results/070.processed,
13090: results/071.processed, results/072.processed,
13091: results/073.processed, results/074.processed,
13092: results/075.processed, results/076.processed,
13093: results/077.processed, results/078.processed,
13094: results/079.processed, results/080.processed,
13095: results/081.processed, results/082.processed,
13096: results/083.processed, results/084.processed,
13097: results/085.processed, results/086.processed,
13098: results/087.processed, results/088.processed,
13099: results/089.processed, results/090.processed,
13100: results/091.processed, results/092.processed,
13101: results/093.processed, results/094.processed,
13102: results/095.processed, results/096.processed,
13103: results/097.processed, results/098.processed,
13104: results/099.processed, results/100.processed,
13105: results/101.processed, results/102.processed,
13106: results/103.processed, results/104.processed,
13107: results/105.processed, results/106.processed,
13108: results/107.processed, results/108.processed,
13109: results/109.processed, results/110.processed,
13110: results/111.processed, results/112.processed,
13111: results/113.processed, results/114.processed,
13112: results/115.processed, results/116.processed,
13113: results/117.processed, results/118.processed,
13114: results/119.processed, results/120.processed,
13115: results/121.processed, results/122.processed,
13116: results/123.processed, results/124.processed,
13117: results/125.processed, results/126.processed,
13118: results/127.processed, results/128.processed,
13119: results/129.processed, results/130.processed,
13120: results/131.processed, results/132.processed,
13121: results/133.processed, results/134.processed,
13122: results/135.processed, results/136.processed,
13123: results/137.processed, results/138.processed,
13124: results/139.processed, results/140.processed,
13125: results/141.processed: merged(copied) to HEAD from template_gc
13126:
13127: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13128: towards \parser3project not having to be in root
13129:
13130: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13131: module compiled [were minor unnecessary changes in lib/md5
13132: interface]
13133:
13134: * src/include/pa_version.h: release
13135:
13136: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13137:
13138: * src/classes/math.C: merged uuid bugfix
13139:
13140: * tests/: 141.html, results/141.processed: fixed bug with
13141: too-small-a-buffer
13142:
13143: * src/classes/math.C: uuid bugfix
13144:
13145: * tests/: 141.html, Makefile, results/005.processed,
13146: results/030.processed, results/075.processed,
13147: results/078.processed: to reflect date format change (were -
13148: become ' ')
13149:
13150: * src/classes/math.C: uuid bugfix
13151:
13152: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13153: debug/release changes
13154:
13155: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13156:
13157: 2003-07-23 paf
13158:
13159: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13160: renamed a little [to move to comman naming conv]
13161:
1.116 moko 13162: * src/targets/Makefile.am: apache13 splitted to simplify apache
13163: build
1.95 moko 13164:
13165: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13166: main/pa_request.C, main/pa_sql_driver_manager.C,
13167: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13168: stack top_index() fixed
13169:
13170: * src/main/pa_globals.C: minor style changes
13171:
13172: * src/: classes/op.C, include/pa_sql_connection.h: connection
13173: closing/caching fixed [connections were not closed/put to cache]
13174:
13175: 2003-07-22 paf
13176:
13177: * INSTALL: gc part updated stightly
13178:
13179: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13180: new sapi interface
13181:
13182: * src/classes/file.C: comment on OS
13183:
13184: * src/main/pa_string.C: removed reduntant invariant check [there is
13185: one deeper in cord lib]
13186:
13187: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13188:
13189: * src/main/pa_memory.C: out of memory is no longer coredump
13190:
13191: * INSTALL: disable-threads adviced
13192:
13193: 2003-07-21 paf
13194:
1.116 moko 13195: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13196:
13197: * src/classes/file.C: file::exec/cgi environment variables now must
13198: be UPPERCASE and A-Z 0-9 _-
13199:
13200: * src/classes/file.C: env passing fixed
13201:
13202: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13203:
13204: * src/main/pa_common.C: http:// CRLF now
13205:
13206: 2003-07-02 paf
13207:
13208: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13209: fields to reflect their real meaning
13210:
13211: 2003-06-27 paf
13212:
13213: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13214: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13215: file::exec/cgi .charset
13216:
13217: 2003-06-26 paf
13218:
13219: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13220: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13221: src/classes/table.C: fixed several uninitialized local
13222: structures. notably ^hash.foreach now inserts delimiters
13223: properly [were inserting it before first body]
13224:
13225: 2003-06-24 paf
13226:
13227: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13228:
13229: 2003-06-20 paf
13230:
13231: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13232: src/main/pa_globals.C: introducing
13233: $f[^file::load[binary;http://...]] $f.tables
13234:
13235: 2003-06-06 paf
13236:
13237: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13238: table. [were method lookup: inconsistent]
13239:
13240: 2003-06-02 paf
13241:
13242: * src/include/pa_memory.h: empty string clone fixed to return
13243: writable memory
13244:
13245: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13246: were not appended] which violated string invariant
13247:
13248: 2003-05-30 paf
13249:
13250: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13251: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13252:
13253: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13254: GMT ; RFC 822, updated by RFC 1123
13255:
13256: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13257: targets/isapi/parser3isapi.C: initialized request_info properly
13258:
13259: * src/classes/xnode.C: found minor bug, commended for future
13260:
13261: 2003-05-28 paf
13262:
13263: * src/classes/form.C: request_info.content_length can't be <0,
13264: size_t for some time
13265:
13266: 2003-05-26 paf
13267:
13268: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13269: forgotten <0 changed to !=STRING_NOT_FOUND
13270:
13271: * src/classes/math.C: merged ffffu from HEAD
13272:
13273: 2003-05-11 paf
13274:
13275: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13276:
13277: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13278: premature doc free. transformed document had xmlDoc reference
13279: stored to non-gc-memory (libgdome) added holding-reference
13280:
13281: 2003-04-29 paf
13282:
13283: * src/main/pa_globals.C: started digging on double free. on win32
13284: found that that's perfectly normal.
13285:
13286: 2003-04-25 paf
13287:
13288: * src/classes/table.C: table.join bug fix [bad limit check]
13289:
13290: * src/classes/math.C: merged from HEAD: simpiler hash_string
13291:
13292: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13293: print anything. changed to quicker and simplier code
13294:
13295: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13296: strict a check]
13297:
13298: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13299:
13300: 2003-04-24 paf
13301:
13302: * src/include/pa_table.h: too strict assert loosened
13303:
13304: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13305: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13306: report
13307:
13308: 2003-04-21 paf
13309:
1.116 moko 13310: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13311:
13312: * src/main/pa_globals.C: pcre memory management changed to use GC
13313: memory
13314:
13315: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13316: xmlMallocAtomic [author agreed to my suggestion], used that
13317:
13318: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13319:
13320: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13321: types/pa_vmail.C: attributed_meaning_to_string added
13322: L_UNSPECIFIED piece which was sortof OK, but violated string
13323: invariant [assertion barked on that] changed to L_PASS_APPEND,
13324: made that param obligatory
13325:
13326: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13327: fixed [assert helped]
13328:
13329: * src/include/pa_string.h: assert added [looking for bug]
13330:
13331: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13332: names on Win32 considered disk-global
13333:
13334: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13335: considered disk-global
13336:
13337: 2003-04-18 paf
13338:
13339: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13340: filenames
13341:
13342: * src/main/untaint.C: enabled '~' letter in filenames
13343:
13344: 2003-04-16 paf
13345:
13346: * src/classes/file.C: small bug introduced in autoptr times fixed
13347:
13348: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13349: HEAD
13350:
1.116 moko 13351: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13352:
13353: 2003-04-15 paf
13354:
13355: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13356: src/lib/md5/pa_md5c.c, tests/141.html,
13357: tests/results/141.processed: merged from head ^math:uuid[]
13358: ^math:uid64[] ^math:md5[string]
13359:
13360: test added: 141.html
13361:
13362: * operators.txt, src/classes/math.C: ^math:uid64[]
13363:
13364: * src/classes/math.C: ^math:uuid[]
13365:
13366: * operators.txt, src/classes/math.C: ^math:uuid[]
13367:
13368: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13369: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13370:
13371: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13372: src/include/pa_config_fixed.h, src/main/pa_common.C:
13373: ^file::load[mode;name; $.offset $.limit
13374:
13375: 2003-04-14 paf
13376:
13377: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13378: started ^math:md5
13379:
13380: * src/classes/table.C, src/include/pa_array.h,
13381: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13382: tests/results/140.processed: table $.reverse option works in
13383: create&co table $.distinct[tables] bug fix merged
13384:
13385: * src/: classes/table.C, include/pa_table.h: table
13386: $.distinct[tables] bug fixed
13387:
13388: * src/classes/table.C: more warnings
13389:
13390: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13391: removed checks in table::set_current, moved them back to
13392: table::locate implemented table::create/join ñ $.reverse
13393:
13394: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13395: removed checks in table::set_current, moved them back to
13396: table::locate
13397:
13398: 2003-04-11 paf
13399:
13400: * operators.txt, src/classes/date.C, src/classes/table.C,
13401: src/include/pa_array.h, src/include/pa_common.h,
13402: src/include/pa_config_includes.h, src/include/pa_string.h,
13403: src/include/pa_table.h, src/main/pa_request.C,
13404: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13405: src/main/pa_table.C: merged from HEAD from
13406: before_append_array_limit_sense_change to
13407: after_append_array_limit_sense_change
13408:
13409: * src/classes/table.C: typo
13410:
13411: * operators.txt, src/classes/date.C, src/classes/table.C,
13412: src/include/pa_array.h, src/include/pa_common.h,
13413: src/include/pa_config_includes.h, src/include/pa_globals.h,
13414: src/include/pa_table.h, src/main/pa_array.C,
13415: src/main/pa_globals.C, src/main/pa_request.C,
13416: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13417: src/main/pa_table.C: append_array_limit_sense_change locate
13418: accepts options same as create new option: $.reverse(1) [do not
13419: work in table::create]
13420:
13421: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13422: (stat xxx,
13423:
13424: * src/classes/: table.C: typo
13425:
13426: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13427: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13428: results/130.processed, results/131.processed,
13429: results/132.processed, results/133.processed,
13430: results/134.processed, results/135.processed,
13431: results/136.processed, results/137.processed,
13432: results/138.processed, results/139.processed: added few mustfail
13433: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13434: date/time 132.html mustfail: access to junction outside of
13435: context 133.html mustfail: access to junction outside of context,
13436: case version 134.html mustfail: hash: adding a key inside of
13437: foreach 135.html mustfail: modifying system class 136.html
13438: mustfail: $.name outside of $hash[here] 137.html mustfail:
13439: appendChild without import 138.html mustfail: invalid encoding
13440: inside of xml 139.html mustfail: bad XPath
13441:
13442: * operators.txt, src/classes/table.C, tests/084.html,
13443: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13444: tests/129.html, tests/results/125.processed,
13445: tests/results/126.processed, tests/results/127.processed,
13446: tests/results/128.processed, tests/results/129.processed: merged
13447: from HEAD ^table.hash[key][$.distinct[tables]]
13448:
13449: maked appropriate tests [changed one old nonconforming]
13450:
13451: * operators.txt, src/classes/table.C:
13452: ^table.hash[key][$.distinct[tables]]
13453:
13454: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13455: merged fix for found very old xml (dom) bug: were passing
13456: domString objects and later ERROREOUSLY freed them
13457:
13458: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13459: src/main/pa_charset.C: re-added libgdome patch. regretfully
13460: libgdome bug can not be worked around
13461:
13462: 2003-04-10 paf
13463:
13464: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13465: found very old xml (dom) bug: were passing domString objects and
13466: later ERROREOUSLY freed them
13467:
13468: * src/doc/string.dox, src/include/pa_memory.h,
13469: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13470: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13471: tests/123.html, tests/124.html, tests/results/001.processed,
13472: tests/results/002.processed, tests/results/003.processed,
13473: tests/results/004.processed, tests/results/005.processed,
13474: tests/results/006.processed, tests/results/008.processed,
13475: tests/results/009.processed, tests/results/010.processed,
13476: tests/results/011.processed, tests/results/012.processed,
13477: tests/results/013.processed, tests/results/014.processed,
13478: tests/results/015.processed, tests/results/016.processed,
13479: tests/results/017.processed, tests/results/018.processed,
13480: tests/results/020.processed, tests/results/021.processed,
13481: tests/results/022.processed, tests/results/023.processed,
13482: tests/results/024.processed, tests/results/025.processed,
13483: tests/results/026.processed, tests/results/027.processed,
13484: tests/results/028.processed, tests/results/029.processed,
13485: tests/results/030.processed, tests/results/031.processed,
13486: tests/results/032.processed, tests/results/033.processed,
13487: tests/results/034.processed, tests/results/035.processed,
13488: tests/results/036.processed, tests/results/037.processed,
13489: tests/results/038.processed, tests/results/039.processed,
13490: tests/results/040.processed, tests/results/041.processed,
13491: tests/results/042.processed, tests/results/043.processed,
13492: tests/results/044.processed, tests/results/045.processed,
13493: tests/results/046.processed, tests/results/047.processed,
13494: tests/results/048.processed, tests/results/049.processed,
13495: tests/results/050.processed, tests/results/051.processed,
13496: tests/results/052.processed, tests/results/053.processed,
13497: tests/results/054.processed, tests/results/055.processed,
13498: tests/results/056.processed, tests/results/057.processed,
13499: tests/results/058.processed, tests/results/059.processed,
13500: tests/results/060.processed, tests/results/061.processed,
13501: tests/results/062.processed, tests/results/063.processed,
13502: tests/results/064.processed, tests/results/065.processed,
13503: tests/results/066.processed, tests/results/067.processed,
13504: tests/results/068.processed, tests/results/069.processed,
13505: tests/results/070.processed, tests/results/071.processed,
13506: tests/results/072.processed, tests/results/073.processed,
13507: tests/results/074.processed, tests/results/075.processed,
13508: tests/results/076.processed, tests/results/077.processed,
13509: tests/results/078.processed, tests/results/079.processed,
13510: tests/results/080.processed, tests/results/081.processed,
13511: tests/results/082.processed, tests/results/083.processed,
13512: tests/results/084.processed, tests/results/085.processed,
13513: tests/results/086.processed, tests/results/087.processed,
13514: tests/results/088.processed, tests/results/089.processed,
13515: tests/results/090.processed, tests/results/091.processed,
13516: tests/results/092.processed, tests/results/093.processed,
13517: tests/results/094.processed, tests/results/095.processed,
13518: tests/results/096.processed, tests/results/097.processed,
13519: tests/results/101.processed, tests/results/102.processed,
13520: tests/results/104.processed, tests/results/105.processed,
13521: tests/results/106.processed, tests/results/107.processed,
13522: tests/results/108.processed, tests/results/109.processed,
13523: tests/results/110.processed, tests/results/111.processed,
13524: tests/results/112.processed, tests/results/113.processed,
13525: tests/results/114.processed, tests/results/115.processed,
13526: tests/results/116.processed, tests/results/117.processed,
13527: tests/results/118.processed, tests/results/119.processed,
13528: tests/results/120.processed, tests/results/121.processed,
13529: tests/results/122.processed, tests/results/123.processed,
13530: tests/results/124.processed: new convention: char* never 0.
13531: assert in cord on that
13532:
13533: * src/main/pa_charset.C: couple more asserts
13534:
13535: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13536: speedup
13537:
13538: * src/main/pa_charset.C: couple assertions on fantastic situations
13539: added [may be those is the case now?]
13540:
13541: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13542: that's memory from gc_malloc, not from g_malloc :(, but would
13543: hope]
13544:
13545: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13546: that's memory from gc_malloc, not from g_malloc :(, but would
13547: hope]
13548:
13549: * src/main/pa_charset.C: checked custom malloc for returning 0
13550:
13551: 2003-04-09 paf
13552:
13553: * src/classes/date.C: merged ^date.roll changes
13554:
13555: * src/classes/date.C: ^date.roll bug fix
13556:
13557: * src/classes/date.C: ^date.roll now throws less errors: month
13558: shifts handles end of month situation by reducing day number
13559: hour-hole shift reduces hour to recover
13560:
13561: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13562: Sort by function time
13563:
13564: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13565: http:// $.charset[] param done
13566:
13567: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13568: added [after volatile fix. passes on win&intel-solaris]
13569:
13570: 2003-04-08 paf
13571:
13572: * src/: classes/file.C, classes/op.C, classes/table.C,
13573: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13574: include/pa_common.h, include/pa_request_charsets.h,
13575: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13576: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13577: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13578: types/pa_vresponse.C: started http:// $.charset[] param and
13579: http response charset detection just compiled. todo:test
13580:
13581: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13582:
13583: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13584: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13585: types/pa_vmail.C: changed transcode param converntion along with
13586: string creating convention -- all strings are zero-terminated,
13587: this allowed to fix one remaining String("123", 2) case
13588:
13589: * src/: classes/date.C, classes/file.C, classes/hash.C,
13590: classes/op.C, classes/string.C, classes/table.C,
13591: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13592: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13593: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13594: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13595: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13596: violated String::invariant. started fixing [not compiled now]
13597:
13598: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13599: main/compile.tab.C, main/compile.y, main/pa_string.C,
13600: main/untaint.C, targets/cgi/parser3.C: number of string style
13601: improvements & optimizations
13602:
13603: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13604: :(]
13605:
13606: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13607: [for it's a pointer really]
13608:
13609: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13610: 'n' param. worked that around
13611:
13612: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13613: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13614: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13615: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13616: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13617:
13618: Thanks for the bug report and patch.
13619:
13620: I hadn't looked at this code in a while. Reading it now, it
13621: seems to me that the tests should also be ">= MAX_DEPTH" to
13622: comply with the invariant, though that may not matter a lot. I
13623: changed that, too.
13624:
13625: Hans
13626:
13627: 2003-04-07 paf
13628:
13629: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13630: merged from head:safe mode error message now includes numbers
13631:
13632: * src/main/execute.C: n-th attempt to make a=a work with double.
13633: problem: as_double returns it's result in fp-register compiler
13634: optimizes access to that register after b->as_double, and just
13635: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13636: from memory. _SAME_ double values do not match here. when
13637: forced to REload fp-register, values do match.
13638:
13639: tried to make them volatile.
13640:
13641: * src/main/execute.C: n-th attempt to make a=a work with double.
13642: problem: as_double returns it's result in fp-register compiler
13643: optimizes access to that register after b->as_double, and just
13644: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13645: from memory. _SAME_ double values do not match here. when
13646: forced to REload fp-register, values do match.
13647:
13648: tried to make them volatile.
13649:
13650: * src/types/pa_vobject.h: small style change
13651:
13652: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13653:
13654: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13655: mode error message now includes numbers
13656:
13657: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13658: now causes death
13659:
13660: 2003-04-04 paf
13661:
13662: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13663: incorportated pa_exec patch by From: "Victor Fedoseev"
13664: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13665: Sent: Thursday, January 23, 2003 9:14 AM
13666:
13667: huge speedup on ^file::cgi with big result
13668:
13669: * src/classes/table.C: sort table with 0 rows bug fixed
13670:
13671: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13672: fix http://i2/tasks/edit/?id=4493701604654042676
13673:
13674: @main[] $with_default[ $.a[1] $._default[default from
13675: with_default] ] ^show[$with_default]
13676:
13677: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13678: =$to_add_to.xxx=<br>
13679:
13680: ^show[$to_add_to]
13681:
13682: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13683: ^show[$cloned]
13684:
13685: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13686:
13687: } <hr>
13688:
13689: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13690: http://i2/tasks/edit/?id=4493701604654042676
13691:
13692: @main[] $with_default[ $.a[1] $._default[default from
13693: with_default] ] ^show[$with_default]
13694:
13695: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13696: =$to_add_to.xxx=<br>
13697:
13698: ^show[$to_add_to]
13699:
13700: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13701: ^show[$cloned]
13702:
13703: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13704:
13705: } <hr>
13706:
13707: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13708: http://i2/tasks/edit/?id=4507350336410850921
13709:
13710: * src/classes/xdoc.C: memory allocation func bugfix
13711: http://i2/tasks/edit/?id=4499303470368629745
13712:
13713: * src/classes/math.C: allowed random 1...
13714:
13715: * src/classes/math.C: allowed random 0..
13716:
13717: * src/main/pa_globals.C: exif mem leak
13718: http://i2/tasks/edit/?id=4480590323629807263
13719:
13720: * src/: classes/classes.dsp, main/main.dsp,
13721: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13722: fix http://i2/tasks/edit/?id=4493946731322521294
13723: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13724:
13725: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13726: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13727: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13728: links to xml libs made relative, no need to unpack parser3project
13729: to /parser3project.
13730:
13731: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13732: column more precise - tab handling bug fixed
13733:
13734: * src/main/: compile.tab.C, compile.y: more understandable error
13735: message in case @CLASS with more then one line inside
13736:
13737: * src/targets/cgi/parser3.C: more understandable error message in
13738: case of errors in @unhandled_exception
13739:
13740: 2003-04-03 paf
13741:
13742: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13743: src/main/compile.tab.C, src/main/compile.y,
13744: src/main/compile_tools.C, src/main/compile_tools.h,
13745: src/main/execute.C, src/main/pa_request.C: debug info format
13746: simplified, now it's: OP_VALUE Operation::Origin << here value*
13747:
13748: higher limits: file number (max: 255) line number (max:
13749: 64535) column number (max: 255)
13750:
13751: * src/classes/math.C: top limit
13752:
13753: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13754: precise parse error position in case of
13755:
13756: ^bug ]
13757:
13758: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13759: changed to realities, and passed [bug fixed]
13760:
13761: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13762: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13763: main/compile_tools.h, main/pa_request.C: introducing
13764: ^process...[main-method-alias]
13765:
13766: * src/: classes/date.C, classes/image.C, classes/op.C,
13767: classes/string.C, classes/table.C, classes/xdoc.C,
13768: types/pa_vmethod_frame.h: MethodParams& now [methods without
13769: params receive zero reference, but they are expected not to look
13770: there]
13771:
13772: * operators.txt, src/classes/date.C, src/classes/double.C,
13773: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13774: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13775: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13776: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13777: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13778: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13779: [methods without params receive zero reference, but they are
13780: expected not to look there]
13781:
13782: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13783: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13784: ^process...[filename] useful for better error reporting
13785: [file/line/col]
13786:
13787: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13788: types/pa_vstring.h: slightly improved error messages text: 1. is
13789: '%s', it 2. method undefined in case of ^void[]
13790:
13791: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13792: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13793: handling done. now we have error columns todo: test it
13794:
13795: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13796: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13797:
13798: this makes life easier: were: bad stack order -- were in
13799: exception catch unwind order, which didn't match execution order
13800:
13801: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13802:
13803: @first[] ^throw[a;1]
13804:
13805: showed throw a first throw b try
13806:
13807: which is no good
13808:
13809: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13810: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13811: trace reset after handled exception [old bug fixed]
13812:
13813: * src/main/: compile.tab.C, compile.y: parse position old bug
13814: fixed. position reporting made precise [both, in parse erros and
13815: runtime errors]
13816:
13817: 2003-04-02 paf
13818:
13819: * src/: include/pa_operation.h, include/pa_request.h,
13820: main/compile.C, main/compile.tab.C, main/compile.y,
13821: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13822: main/pa_exception.C, main/pa_request.C: debug info: started
13823: using. todo:complete
13824:
13825: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13826: main/compile.C, main/compile.tab.C, main/compile.y,
13827: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13828: main/pa_request.C: prepared debug info todo:use it
13829:
13830: * src/include/pa_operation.h: strange mistake fixed: forgot to
13831: return Operation class->union after switching from autoptrs.
13832:
13833: * tests/: Makefile, results/108.processed, results/117.processed:
13834: meta considered OK [it's up to coder now to remove it not needed]
13835:
13836: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13837: Dictionary constructor when moved to gc]
13838:
13839: * src/main/pa_common.C: uncommented http:// file loading
13840:
13841: * src/include/pa_array.h, src/main/execute.C,
13842: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13843: fix [gdGrowingBuf]
13844:
13845: * configure.in, src/lib/Makefile.am: removed patches
13846:
13847: * configure, src/include/pa_config_auto.h.in,
13848: src/main/pa_charset.C: --enable-assertions autoconf-ed
13849:
13850: * src/main/pa_common.C: uncommented http:// file loading
13851:
13852: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13853: xdoc::create/load
13854:
13855: * src/: classes/form.C, classes/hash.C, classes/image.C,
13856: classes/string.C, classes/table.C, classes/void.C,
13857: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13858: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13859: String::String(str,helper_length) are checked. found/fixed one
13860: place: $request:body now zero-terminated,
13861:
13862: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13863: main/compile_tools.C, main/execute.C, types/pa_value.h,
13864: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13865: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13866: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13867: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13868: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13869: types/pa_vxnode.h: more locally scoped vars in execute (more
13870: easily optimizable)
13871:
13872: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13873: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13874:
13875: * src/: include/pa_array.h, include/pa_stack.h,
13876: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13877: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13878: become assertion iterator in methodframe filler
13879:
13880: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13881: targets/cgi/parser3.C: array::get/put inlined
13882:
13883: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13884: gc_substitute_memory_management_functions +installed CORD_oom
13885: function
13886:
13887: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13888: src/include/pa_config_includes.h, src/include/pa_string.h,
13889: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13890: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13891: assertions started configure.in --enable-assertions
13892:
13893: 2003-04-01 paf
13894:
13895: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13896: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13897: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13898: gdome uses glib memory, and stores last pointer to xmlDoc there,
13899: gc misses that and collects valid memory fixed by remembering
13900: xmlDoc from dom object in xdoc. todo: do something with
13901: premature free of xdoc with xnodes/node values referring into it
13902:
13903: * src/classes/: mail.C: typo fix
13904:
13905: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13906: changes
13907:
13908: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13909: main/pa_memory.C: moved memory debugging to global level: to
13910: pa_gc_malloc
13911:
13912: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13913: debugging showed no errors. todo: debug parser memory
13914:
13915: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13916: configurations
13917:
13918: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13919: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13920: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13921: types/types.dsp: prepared xml-static configuration
13922:
13923: 2003-03-31 paf
13924:
13925: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13926: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13927: xml lib memory debugging, simple checks failed: it seems that
13928: library does realloc(bad ptr), and recording those ptrs in heap
13929: [for debugging] was bad: heap situation changes = everything
13930: works fine
13931:
13932: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13933: xmlRegisterCharEncodingHandler limitation [currently imposed
13934: limit of 10 user-defined charsets]
13935:
13936: 2003-03-28 paf
13937:
13938: * src/main/execute.C: execution stack copied to local register
13939: variable, removed lots [~2e7) of memory accesses
13940:
13941: 2003-03-27 paf
13942:
13943: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13944: works in debug, but fails in release todo: fix that
13945:
13946: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13947: targets/cgi/parser3.C: forgot to merge XML memory funcs
13948: replacement from gc branch
13949:
13950: * src/main/pa_exec.C: introducing append_help_length [radical
13951: improvement here]
13952:
13953: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13954: 'not recommened' in gc.h, on win32 noticed no difference]
13955:
13956: * src/include/pa_array.h: returned checked array get [were disabled
13957: for debugging] result:not slower [don't understand that, it were
13958: INLINED] todo: find out a way of inlining it!
13959:
13960: * src/: include/pa_string.h, lib/gc/include/gc.h,
13961: lib/gc/include/gc_fake.h, main/compile.tab.C,
13962: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13963: convention changed: all resulting strings are zero-terminated
13964:
13965: * src/: classes/date.C, classes/file.C, classes/hash.C,
13966: classes/string.C, classes/table.C, classes/void.C,
13967: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13968: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13969: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13970: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13971: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13972: types/pa_vfile.C, types/pa_vmail.C: introducing
13973: append_help_length [radical improvement here]
13974:
13975: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13976: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13977: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13978: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13979: even slower
13980:
13981: * src/: classes/string.C, classes/table.C, include/pa_array.h,
13982: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
13983: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
13984: clients of &get(): most to use non-ref version, some[in tight
13985: places] to get_unchecked_ref
13986:
13987: * src/doc/memory.dox: forgot to add
13988:
13989: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
13990: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
13991: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
13992: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
13993: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13994: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
13995: targets/cgi/parser3.dsp, types/pa_vmail.C,
13996: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
13997: T>>&<< removed after Stack::pop wiping removed [moved to separate
13998: func] other Array & removed
13999:
14000: 2003-03-26 paf
14001:
14002: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14003: classes/table.C, include/pa_array.h, include/pa_charset.h,
14004: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14005: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14006: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14007: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14008: main/pa_exec.C, main/pa_sql_driver_manager.C,
14009: main/pa_stylesheet_manager.C, main/pa_table.C,
14010: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14011: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14012: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14013: pre-evaluated .count() in some places
14014:
14015: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14016: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14017: types/types.dsp: .dsp profiling updated
14018:
14019: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14020: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14021: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14022:
14023: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14024: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14025: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14026: use lib/gc,lib/cord
14027:
1.116 moko 14028: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14029: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14030: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14031: src/include/pa_config_includes.h, src/include/pa_request.h,
14032: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14033: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14034: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14035: src/lib/cord/include/Makefile.am,
1.116 moko 14036: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14037: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14038: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14039: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14040: src/types/pa_vform.h, src/types/pa_vhash.h,
14041: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14042: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14043: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14044: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14045: funcs ported pa_exec
1.95 moko 14046:
14047: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14048:
14049: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14050: bundled gc includes
14051:
14052: * src/: classes/op.C, include/pa_array.h,
14053: include/pa_sql_connection.h, include/pa_string.h,
14054: include/pa_version.h, main/compile.tab.C, main/compile.y,
14055: main/execute.C, main/pa_common.C, main/pa_exception.C,
14056: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14057: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14058: first real site (aval)]
14059:
14060: 2003-03-25 paf
14061:
14062: * operators.txt, src/main/pa_sql_driver_manager.C,
14063: src/types/pa_vstatus.C: $status.memory used free since_compact
14064: process
14065:
14066: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14067: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14068:
14069: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14070:
14071: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14072: src/types/pa_value.h, src/types/pa_vfile.h,
14073: src/types/pa_vobject.C, src/types/pa_vobject.h,
14074: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14075: tests/results/121.processed: untaint.C L_URI
14076:
14077: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14078: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14079: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14080: src/types/pa_vmemory.h: ^memory:compact[]
14081:
14082: * tests/results/109.processed: it was a bug in parser. updated 109
14083: test result
14084:
14085: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14086:
14087: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14088: tests/results/107.processed: fixed dom language [values are now
14089: considered tainted. it was a bug in parser. updated 107 test
14090: result
14091:
14092: * src/classes/xdoc.C: fixed transform params
14093:
14094: * src/: include/pa_stylesheet_manager.h,
14095: main/pa_stylesheet_manager.C: fixed stylesheet caching
14096:
14097: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14098: overloads for structure handling
14099:
14100: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14101: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14102: StringBody(0) ambiguilty, introducting static
14103: StringBody::Format(int)
14104:
14105: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14106: linked
14107:
14108: * src/types/pa_vxdoc.C: vxdoc compiled
14109:
14110: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14111: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14112: finalizers isntalled
14113:
14114: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14115: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14116: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14117: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14118: compiled todo: xnode.C / finalizers
14119:
14120: * src/doc/string.dox: updated: new string internals
14121:
14122: 2003-03-24 paf
14123:
14124: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14125: include/pa_charset.h, include/pa_config_fixed.h,
14126: include/pa_request.h, include/pa_stylesheet_connection.h,
14127: include/pa_stylesheet_manager.h, main/pa_charset.C,
14128: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14129: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14130: types/pa_vxnode.h: started XML
14131:
14132: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14133:
14134: * src/: classes/file.C, classes/image.C, classes/mail.C,
14135: include/pa_string.h, main/pa_common.C,
14136: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14137:
14138: * src/: classes/file.C, classes/image.C, classes/mail.C,
14139: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14140: main/pa_request.C, main/pa_sql_driver_manager.C,
14141: types/pa_vimage.h: size_t pos everywhere checks changed to check
14142: for eq STRING_NOT_FOUND
14143:
14144: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14145: optimize bit implemented
14146:
14147: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14148: String::ArrayFragment::append_positions fixed
14149:
14150: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14151: String::this_starts fixed
14152:
14153: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14154:
14155: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14156: hashcode implemented fully, including per-char callback [it can
14157: be - substr CORD node]
14158:
14159: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14160: rewritten to rewalloc with 100byte buf ahead
14161:
14162: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14163: src/include/pa_string.h, src/main/compile.tab.C,
14164: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14165: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14166: CORD_ec [bad] would rewrite as realloc now
14167:
14168: * src/: classes/date.C, classes/file.C, classes/form.C,
14169: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14170: include/pa_cache_managers.h, include/pa_charsets.h,
14171: include/pa_common.h, include/pa_request.h,
14172: include/pa_sql_driver_manager.h, include/pa_table.h,
14173: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14174: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14175: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14176: types/pa_vmail.C, types/pa_vmethod_frame.C,
14177: types/pa_vstateless_class.h: 2*2 worked :)
14178:
14179: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14180: src/include/pa_exec.h, src/include/pa_string.h,
14181: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14182: passed OK
14183:
14184: * src/: classes/hash.C, classes/string.C, classes/table.C,
14185: types/pa_value.C: all linked todo: debug
14186:
14187: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14188: types/pa_vstateless_class.C: all compiled. todo:link
14189:
14190: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14191:
14192: * src/types/pa_vtable.C: pa_vtable.C compiled
14193:
14194: * src/types/pa_vstring.C: pa_vstring.C compiled
14195:
14196: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14197:
14198: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14199: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14200: pa_vstateless_class.C, pa_vstateless_class.h:
14201: pa_vstateless_class.C compiled
14202:
14203: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14204: types/pa_vmath.C: pa_vmail.C compiled
14205:
14206: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14207:
14208: * src/types/pa_vform.C: pa_vform.C compiled
14209:
14210: * src/types/pa_vfile.C: pa_vfile.C compiled
14211:
14212: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14213: pa_vstateless_class.C: pa_vcookie.C compiled
14214:
14215: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14216: types/pa_vhash.h: pa_value.C compiled
14217:
14218: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14219: classes.lib main.lib compiled
14220:
14221: * src/classes/void.C: void.C compiled
14222:
14223: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14224: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14225: compiled
14226:
14227: * src/: classes/string.C, include/pa_request.h,
14228: include/pa_string.h, main/pa_string.C: string.C compiled
14229:
14230: * src/: classes/op.C, classes/string.C, classes/table.C,
14231: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14232: main/pa_request.C, main/pa_string.C: op.C compiled
14233:
14234: * src/classes/: math.C, op.C: math.C compiled
14235:
14236: * src/: classes/mail.C, classes/string.C, classes/table.C,
14237: types/pa_vmail.h: mail.C compiled
14238:
14239: * src/classes/: int.C, table.C: int.C compiled
14240:
14241: * src/: classes/hash.C, classes/image.C, classes/string.C,
14242: classes/table.C, include/pa_memory.h, include/pa_string.h,
14243: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14244: compiled
14245:
14246: * src/: classes/hash.C, classes/string.C, classes/table.C,
14247: classes/void.C, classes/xdoc.C, include/pa_request.h,
14248: include/pa_sql_connection.h: hash.C compiled
14249:
14250: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14251: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14252: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14253: classes/math.C, classes/op.C, classes/response.C,
14254: classes/string.C, classes/table.C, classes/void.C,
14255: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14256: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14257: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14258: file.C table.C compiled
14259:
14260: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14261: main/untaint.C: main.lib compiled
14262:
14263: 2003-03-21 paf
14264:
14265: * src/: classes/op.C, include/pa_cache_managers.h,
14266: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14267: include/pa_stylesheet_manager.h, main/pa_exception.C,
14268: main/pa_globals.C, main/pa_sql_driver_manager.C,
14269: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14270: compiled
14271:
14272: * src/: classes/hash.C, classes/image.C, classes/op.C,
14273: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14274: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14275: main/compile.C, main/pa_common.C, main/pa_request.C,
14276: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14277: pa_request.C compiled
14278:
14279: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14280: include/pa_request.h, main/execute.C, main/pa_request.C,
14281: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14282: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14283: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14284: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14285: compiled
14286:
14287: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14288: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14289: on unix
14290:
14291: * src/: include/pa_charset.h, include/pa_charsets.h,
14292: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14293: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14294: pa_charsets.C compiled
14295:
14296: * src/: classes/image.C, classes/mail.C, classes/op.C,
14297: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14298: main/compile.y, main/execute.C, main/pa_common.C,
14299: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14300: types/pa_vcode_frame.h, types/pa_vimage.h,
14301: types/pa_vmethod_frame.h: execute.C compiled
14302:
14303: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14304: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14305: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14306: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14307: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14308: include/pa_cache_managers.h, include/pa_charsets.h,
14309: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14310: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14311: include/pa_sql_driver_manager.h, include/pa_string.h,
14312: include/pa_stylesheet_connection.h,
14313: include/pa_stylesheet_manager.h, include/pa_table.h,
14314: main/compile.C, main/compile.tab.C, main/compile.y,
14315: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14316: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14317: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14318: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14319: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14320: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14321: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14322: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14323: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14324: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14325: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14326: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14327: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14328: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14329: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14330: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14331: types/pa_vresponse.h, types/pa_vstateless_class.C,
14332: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14333: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14334: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14335: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14336: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14337: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14338: [C++ CORD wrapper]
14339:
14340: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14341:
14342: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14343: $file::exec/cgi[script; $.charset[this is script's charset]
14344:
14345: command line, env values, input got transcoded before call
14346: stdout, stderr got transcoded after call
14347:
14348: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14349: by default. use: ^file::exec[...;$.stdin[$request.body]
14350:
14351: * src/main/pa_common.C: } typo bug fix
14352:
14353: * src/main/pa_common.C: } typo bug fix
14354:
14355: 2003-03-20 paf
14356:
14357: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14358: main/untaint.C: cord bug fix, but still errors todo: clear out
14359:
14360: * src/include/pa_string.h: more tests
14361:
14362: * src/main/pa_string.C: string.pos fixed
14363:
1.116 moko 14364: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14365: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14366: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14367: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14368: replaces
1.95 moko 14369:
14370: * src/: classes/image.C, include/pa_dictionary.h,
14371: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14372: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14373: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14374: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14375:
14376: * src/include/pa_string.h: warning
14377:
14378: * src/include/pa_string.h: this_starts fixed
14379:
14380: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14381: new String ctor & append params convention
14382:
14383: * src/: classes/file.C, classes/hash.C, classes/image.C,
14384: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14385: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14386: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14387: main/pa_exception.C, main/pa_exec.C,
14388: main/pa_sql_driver_manager.C, main/pa_string.C,
14389: main/pa_stylesheet_manager.C, main/untaint.C,
14390: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14391: types/pa_vmail.C: more tests OK
14392:
14393: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14394: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14395: gc/exit runned OK
14396:
14397: * src/types/pa_vmail.C: another naming problem: should not name
14398: vars like that: unpredictable close caused problems with later
14399: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14400: descriptors missing on startup: stdin; Bad file number
14401:
14402: todo: find out why so many filters(stream) here. probably wrong?
14403:
14404: * src/: include/pa_dictionary.h, include/pa_string.h,
14405: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14406: main/untaint.C: test compiled
14407:
14408: * src/: classes/image.C, classes/mail.C, classes/math.C,
14409: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14410: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14411: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14412: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14413: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14414: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14415: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14416: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14417: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14418:
14419: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14420: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14421: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14422: src/include/pa_memory.h, src/include/pa_request.h,
14423: src/include/pa_request_charsets.h,
14424: src/include/pa_sql_connection.h, src/include/pa_string.h,
14425: src/main/compile.tab.C, src/main/execute.C,
14426: src/main/pa_charset.C, src/main/pa_common.C,
14427: src/main/pa_exception.C, src/main/pa_exec.C,
14428: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14429: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14430: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14431: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14432: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14433: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14434: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14435: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14436: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14437: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14438: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14439: pa_common.C [done, without http for now]
14440:
14441: 2003-03-19 paf
14442:
14443: * src/: classes/date.C, classes/form.C, classes/hash.C,
14444: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14445: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14446: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14447: include/pa_string.h, include/pa_table.h, main/compile.C,
14448: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14449: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14450: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14451: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14452: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14453: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14454: types/pa_vstateless_class.h, types/pa_vtable.C,
14455: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14456: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14457: types/pa_wwrapper.h: started test
14458:
1.116 moko 14459: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14460: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14461:
14462: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14463: include/pa_string.h, main/pa_string.C: string compiled todo: test
14464: it
14465:
14466: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14467: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14468: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14469: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14470: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14471: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14472: types/pa_vmethod_frame.h, types/types.dsp: string
14473: reimplementation with cord+array<fragment>: 70%
14474:
14475: 2003-03-18 paf
14476:
14477: * src/: classes/date.C, classes/file.C, classes/form.C,
14478: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14479: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14480: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14481: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14482: can ignore lang in cmp and pos really, but would
14483: split properly!
14484:
14485: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14486: cord part made parser/src/lib: it's not compiled into libgc by
14487: default
14488:
14489: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14490: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14491: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14492: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14493: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14494: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14495: src/classes/xnode.C, src/classes/xnode.h,
14496: src/include/Makefile.am, src/include/pa_cache_managers.h,
14497: src/include/pa_charset.h, src/include/pa_charsets.h,
14498: src/include/pa_common.h, src/include/pa_dictionary.h,
14499: src/include/pa_exception.h, src/include/pa_exec.h,
14500: src/include/pa_globals.h, src/include/pa_hash.h,
14501: src/include/pa_memory.h, src/include/pa_pool.h,
14502: src/include/pa_request.h, src/include/pa_request_charsets.h,
14503: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14504: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14505: src/include/pa_stylesheet_connection.h,
14506: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14507: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14508: src/main/compile.C, src/main/compile.tab.C,
14509: src/main/compile_tools.C, src/main/compile_tools.h,
14510: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14511: src/main/pa_charsets.C, src/main/pa_common.C,
14512: src/main/pa_dictionary.C, src/main/pa_exception.C,
14513: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14514: src/main/pa_pool.C, src/main/pa_request.C,
14515: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14516: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14517: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14518: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14519: src/types/pa_junction.h, src/types/pa_method.h,
14520: src/types/pa_value.C, src/types/pa_value.h,
14521: src/types/pa_vclass.C, src/types/pa_vclass.h,
14522: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14523: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14524: src/types/pa_vdouble.h, src/types/pa_venv.h,
14525: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14526: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14527: src/types/pa_vimage.C, src/types/pa_vimage.h,
14528: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14529: src/types/pa_vmath.C, src/types/pa_vmath.h,
14530: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14531: src/types/pa_vobject.C, src/types/pa_vobject.h,
14532: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14533: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14534: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14535: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14536: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14537: src/types/pa_vstring.h, src/types/pa_vtable.C,
14538: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14539: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14540: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14541: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14542: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14543: gc: PA_Object done lots of replacements also
14544:
14545: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14546: gc logging
14547:
14548: 2003-03-17 paf
14549:
14550: * src/: classes/date.C, classes/file.C, classes/form.C,
14551: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14552: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14553: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14554: include/pa_string.h, include/pa_types.h, main/compile.C,
14555: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14556: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14557: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14558: main/pa_sql_driver_manager.C, main/pa_string.C,
14559: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14560: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14561: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14562: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14563: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14564: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14565: types/pa_vxnode.h: libgc attempt
14566:
14567: 2003-03-13 paf
14568:
14569: * src/: include/pa_sql_driver_manager.h,
14570: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14571: called
14572:
14573: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14574: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14575: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14576: types/pa_value.h, types/pa_vobject.h,
14577: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14578: set_base, set_derived simplified [counter leaks fixed]
14579:
14580: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14581: src/types/types.dsp: incorporated status class patch From:
14582: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14583: 2003 8:14 AM
14584:
14585: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14586: Win32 specific: QuotaPeakNonPagedPoolUsage
14587: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14588:
14589: 2003-03-12 paf
14590:
1.116 moko 14591: * configure, configure.in, src/lib/ltdl/configure,
14592: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14593: lib/ltdl/Makefile now created by /configure.in only [were by
14594: lib/ltdl/configure.in OVERWRITE]
14595:
1.116 moko 14596: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14597: linkage fixed for g++ 3.2.2
1.95 moko 14598:
14599: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14600: on using privately declared class [fixed]
14601:
14602: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14603: 3.2 rightliy complained on using privately declared class [fixed]
14604:
14605: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14606: sigpipe before request constructor now causes death
14607:
14608: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14609: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14610: not cause exception in exception handler
14611:
1.116 moko 14612: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14613: now default links libstdc++ statically. that can be overriden by
14614: --with-dynamic-stdcpp
1.95 moko 14615:
14616: 2003-03-11 paf
14617:
14618: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14619: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14620: necessity of libstdc++
14621:
14622: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14623:
14624: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14625:
14626: 2003-03-08 paf
14627:
14628: * tests/Makefile: make install & co
14629:
14630: * src/: include/pa_request.h, classes/op.C: removing
14631: vclass,object.h -> pa_request.h dependency
14632:
14633: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14634: main/pa_request.C: removing vform,response,cookie.h ->
14635: pa_request.h dependency
14636:
14637: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14638: dependency [testing...]
14639:
14640: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14641: return 0; fixed
14642:
14643: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14644: types/pa_vmail.h: vmail.C received just compiled [not tested]
14645:
14646: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14647:
14648: * src/main/pa_request.C: forgotten: ifdef XML
14649:
14650: * src/main/pa_request.C: forgotten: ifdef XML
14651:
14652: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14653: win32 and run memleak tests again
14654:
14655: * src/targets/cgi/parser3.C: charsets: see some strange things with
14656: old xml lib-- it's internal memory handling has faults
14657:
14658: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14659: problems when transcode from charset A to A.
14660:
14661: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14662: todo: still problems when transcode from charset A to A.
14663:
14664: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14665: classes/table.C, include/pa_array.h,
14666: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14667: started full-scale-site-test [~ http://parser.ru sources]
14668:
14669: some fixes
14670:
14671: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14672: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14673: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14674: results/110.processed, results/111.processed,
14675: results/112.processed, results/113.processed,
14676: results/114.processed, results/115.processed,
14677: results/116.processed, results/117.processed,
14678: results/118.processed, results/119.processed,
14679: results/120.processed: xml: tests 109 dom create/show 110 xpath
14680: selectSingle 111 xdoc.create from tainted & 112
14681: xdoc.create/output with russian attr value 113 xpath
14682: selectString/Number 114 dom attributes.count 115 xpath selectBool
14683: 116 output media-type change 117 transform by dom stylesheet 118
14684: empty transform result 119 dom setAttribute 120 nbsp letter
14685: output
14686:
14687: =END OF PREPARED XML TESTS=
14688:
14689: 2003-03-07 paf
14690:
14691: * src/classes/xdoc.C, src/include/pa_charset.h,
14692: src/include/pa_stylesheet_connection.h, tests/108.html,
14693: tests/108.xsl, tests/results/108.processed: xml: test 108
14694: transform with params [bugs fixed]
14695:
14696: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14697: from copy/paste bug
14698:
14699: * src/classes/xdoc.C, src/include/pa_charset.h,
14700: src/include/pa_request.h, src/main/execute.C,
14701: src/main/pa_charset.C, src/main/pa_exception.C,
14702: src/main/pa_globals.C, src/main/pa_request.C,
14703: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14704: src/types/pa_vxnode.C, tests/107.html,
14705: tests/results/107.processed: xml: test: 107 bug fixes
14706:
14707: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14708: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14709: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14710:
14711: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14712: string
14713:
14714: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14715: mem alloc functions used for different cases [libxml, libxsl]
14716:
14717: * src/classes/classes.C: fixed: prevent system classes from
14718: modification to lock ALL the classes, not only directly used
14719:
14720: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14721: linked
14722:
14723: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14724:
14725: 2003-03-06 paf
14726:
14727: * src/classes/xdoc.C: xdoc.C 50%
14728:
14729: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14730: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14731: main/pa_globals.C, main/pa_request.C,
14732: main/pa_stylesheet_manager.C: xnode.C compiled
14733:
14734: * src/: include/pa_stylesheet_connection.h,
14735: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14736: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14737:
14738: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14739: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14740: xml: stylesheet&manager STARTED
14741:
14742: * src/: include/pa_globals.h, main/pa_charset.C,
14743: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14744:
14745: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14746: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14747: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14748: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14749: charsets
14750:
14751: * tests/023.html: in some cases it rounded up badly. postponing
14752: solution of that problem, making more simple test
14753:
14754: * tests/: 058_paf2000.png, results/058.processed: .png added with
14755: -kb now
14756:
14757: * src/: include/pa_charset.h, include/pa_charsets.h,
14758: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14759: moved to charsets.C
14760:
14761: 2003-03-05 paf
14762:
14763: * src/classes/string.C, src/include/pa_string.h,
14764: src/main/pa_string.C, tests/105.html,
14765: tests/results/105.processed: String::match bug fixed
14766:
14767: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14768: tests/results/104.processed: ^bpt operator added [does int3 in
14769: debug build on win32]
14770:
14771: * tests/: 057.html, results/057.processed: test bug fixed
14772:
1.116 moko 14773: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14774:
14775: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14776: missing
14777:
1.116 moko 14778: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14779: forgotten files added to Makes
1.95 moko 14780:
14781: * ltmain.sh: ltmain.sh added
14782:
14783: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14784: change undone ;(
14785:
14786: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14787: made static
14788:
14789: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14790: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14791: todo:make linker happy
1.95 moko 14792:
14793: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14794: env param made optional
14795:
14796: 2003-03-04 paf
14797:
14798: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14799: types/pa_vimage.h: number of gcc compiler bugs fixed
14800:
14801: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14802: results/103.processed: tests: 103 image.copy transparence test
14803:
14804: * src/main/execute.C, tests/101.html, tests/102.html,
14805: tests/results/101.processed, tests/results/102.processed: tests:
14806: 101 method/variable name conflict test 102 form fields change
14807: should not not change anything [bug fix]
14808:
14809: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14810: results/099.processed, results/100.processed: tests: 57 date
14811: create 2002: added 99,100 response:body/download
14812:
14813: * src/classes/image.C, tests/098.html, tests/098font.gif,
14814: tests/results/098.processed: test: 98 image font text [bug fixed]
14815:
14816: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14817: tests/results/097.processed: test: 97 file::load http:// [bugs
14818: fixed]
14819:
14820: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14821: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14822: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14823: image EXIF [bug fixed]
14824:
14825: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14826: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14827: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14828: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14829: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14830: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14831: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14832: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14833: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14834: tests/094.html, tests/095.html, tests/results/061.processed,
14835: tests/results/062.processed, tests/results/063.processed,
14836: tests/results/064.processed, tests/results/065.processed,
14837: tests/results/066.processed, tests/results/067.processed,
14838: tests/results/068.processed, tests/results/069.processed,
14839: tests/results/070.processed, tests/results/071.processed,
14840: tests/results/072.processed, tests/results/073.processed,
14841: tests/results/074.processed, tests/results/075.processed,
14842: tests/results/076.processed, tests/results/077.processed,
14843: tests/results/078.processed, tests/results/080.processed,
14844: tests/results/081.processed, tests/results/082.processed,
14845: tests/results/083.processed, tests/results/084.processed,
14846: tests/results/085.processed, tests/results/086.processed,
14847: tests/results/087.processed, tests/results/088.processed,
14848: tests/results/089.processed, tests/results/090.processed,
14849: tests/results/091.processed, tests/results/092.processed,
14850: tests/results/093.processed, tests/results/094.processed,
14851: tests/results/095.processed, tests/079.html,
14852: tests/results/079.processed: tests: 61 file::stat size 62
14853: string->int autoconvert 63 double .int,dec,div,mul 64 date
14854: compare 65 file: basename,justname,justext 66 math:crypt 67
14855: string.match simple on long 68 string.match normalized simple on
14856: long 69 string.int 70 file::stat content-type 71 table.join 72
14857: hash parameter conditional pass 73 date daylightsaving,yearday 74
14858: date arithmetics 75 response date values/attributes 76 string.pos
14859: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14860: with local 80 scientific numeric literal in string autoconvert 81
14861: xor: logical and numerical 82 for delims 83 menu delims 84
14862: table.hash distinct 85 long string replace 86 throw+catch
14863: current language preserve 87 bit shifts 88 junction tests +
14864: $caller test 89 hash.foreach selfmodification 90 int/void to int
14865: 91 $caller test 92 junction is + def junction tests 93 $caller
14866: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14867:
14868: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14869: fixed] 60 string eq string [bug fixed]
14870:
14871: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14872: 058.html, 058_paf2000.png, 059.html, 060.html,
14873: results/053.processed, results/054.processed,
14874: results/055.processed, results/056.processed,
14875: results/057.processed, results/058.processed,
14876: results/059.processed, results/060.processed: test: 53
14877: string.replace 54 junctions 55 table.hash 56 call indirect 57
14878: date.create[string] 58 image.measure[png]
14879:
14880: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14881: outputs/051.processed, results/052.processed: test: 52
14882: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14883: task: fix that
14884:
14885: 2003-03-03 paf
14886:
14887: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14888: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14889: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14890: outputs/049.processed, outputs/050.processed,
14891: outputs/051.processed, results/001.processed,
14892: results/002.processed, results/003.processed,
14893: results/005.processed, results/006.processed,
14894: results/008.processed, results/009.processed,
14895: results/011.processed, results/012.processed,
14896: results/013.processed, results/014.processed,
14897: results/015.processed, results/016.processed,
14898: results/017.processed, results/020.processed,
14899: results/021.processed, results/022.processed,
14900: results/024.processed, results/025.processed,
14901: results/026.processed, results/027.processed,
14902: results/028.processed, results/029.processed,
14903: results/030.processed, results/031.processed,
14904: results/049.processed, results/050.processed,
14905: results/051.processed, results/043.processed,
14906: results/044.processed, results/045.processed,
14907: results/046.processed, results/047.processed,
14908: results/048.processed: tests: 43,44,45 date rolls 46
14909: autoevaluating junction 47 table.select 48 name with subvar 49
14910: hash-creating switch 50 process 51 started parent/child, works as
14911: it were but it were NOT GOOD, created separate task to fix that
14912:
14913: * tests/: 042.html, results/042.processed: test: 42
14914: exception.handled
14915:
14916: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14917: expression
14918:
14919: * tests/: 040.html, results/040.processed: test: 39 method result
14920: of type table 40 method param junction auto evaluate
14921:
14922: * tests/: 039.html, results/039.processed: test: 37 method result
14923: of type table
14924:
14925: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14926: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14927: tests/038.html, tests/results/033.processed,
14928: tests/results/034.processed, tests/results/035.processed,
14929: tests/results/036.processed, tests/results/037.processed,
14930: tests/results/038.processed: tests: 33 string.replace 34
14931: string.upper 35 table created 36 local/global vars with juntions
14932: 37 table clone 38 math PI & number formatting
14933:
14934: math class registring typo fixed
14935:
14936: * src/classes/op.C, src/include/pa_request.h,
14937: src/include/pa_string.h, src/main/execute.C,
14938: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14939: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14940: tests/032.html, tests/results/032.processed: uchar changed to
14941: String_UL in all places [was not everywhere] untaint test: 032
14942:
14943: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14944: tests/results/004.processed, tests/parser-cygwin.sh,
14945: tests/parser-unix.sh: removed -H command line key, now testing
14946: using .sh file with SERVER_SOFTWARE=xxx
14947:
14948: 2003-02-26 paf
14949:
14950: * src/main/execute.C, src/types/pa_vstateless_class.h,
14951: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14952: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14953: tests/results/024.processed, tests/results/025.processed,
14954: tests/results/026.processed, tests/results/027.processed,
14955: tests/results/028.processed, tests/results/029.processed,
14956: tests/results/030.processed, tests/results/031.processed: fixed
14957: bug with name_cstr mutable CharPtr more tests
14958:
14959: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14960: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14961: << abort. die now just exits
14962:
14963: * src/classes/classes.awk, src/classes/classes.h,
14964: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14965: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14966: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14967: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14968: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14969: src/classes/xnode.C, src/include/pa_memory.h,
14970: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14971: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14972: src/types/pa_vform.C, tests/015.html, tests/016.html,
14973: tests/017.html, tests/018.html, tests/019.html,
14974: tests/019paf2001.gif, tests/020.html, tests/021.html,
14975: tests/022.html, tests/023.html, tests/022_dir/a.html,
14976: tests/022_dir/b.txt, tests/022_dir/c.htm,
14977: tests/results/015.processed, tests/results/016.processed,
14978: tests/results/017.processed, tests/results/018.processed,
14979: tests/results/019.processed, tests/results/020.processed,
14980: tests/results/021.processed, tests/results/022.processed,
14981: tests/results/023.processed: methoded_array now contains all Mxxx
14982: classes SAPI::get_env now returns info on pool more tests
14983:
14984: * src/include/pa_array.h, src/include/pa_hash.h,
14985: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
14986: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
14987: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
14988: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
14989: tests/014.html, tests/Makefile, tests/outputs/create-dir,
14990: tests/results/001.processed, tests/results/002.processed,
14991: tests/results/003.processed, tests/results/004.processed,
14992: tests/results/005.processed, tests/results/006.processed,
14993: tests/results/007.processed, tests/results/008.processed,
14994: tests/results/009.processed, tests/results/010.processed,
14995: tests/results/011.processed, tests/results/012.processed,
14996: tests/results/013.processed, tests/results/014.processed: hash
14997: cloning fixed
14998:
14999: 2003-02-25 paf
15000:
15001: * src/main/pa_common.C: typo fixed
15002:
15003: 2003-02-24 paf
15004:
15005: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15006: [one remained]
15007:
15008: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15009: [should have been get_string(&pool)] todo: check other such calls
15010:
15011: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15012: test10, bad lookups
15013:
15014: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15015: object got destructed, and xxx points to sky
15016:
15017: * ChangeLog, src/classes/string.C: match bug fixed
15018:
15019: * src/types/pa_vmail.C: body [text/html] transcoded to
15020: $.charset[specified] now
15021:
15022: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15023: which failed to handle sigsetjmp+throw: crashed inside of
15024: pre-throw code. rewritten simplier [though duplicating
15025: closesocket code]
15026:
15027: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15028: which failed to handle sigsetjmp+throw: crashed inside of
15029: pre-throw code. rewritten simplier [though duplicating
15030: closesocket code]
15031:
15032: 2003-02-21 paf
15033:
15034: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15035: $cookie:name[$.expires[date << can be now]]
15036:
15037: written makefile with regression tests [raw]
15038:
15039: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15040: tests' only [it's not forcing CGI mode now] now use -H to output
15041: CGI header when parser used in command line [useful for tests
15042: also]
15043:
15044: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15045: switches on CGI mode, and is used in regression tests
15046:
15047: * src/: include/pa_request.h, main/pa_request.C,
15048: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15049: fixed
15050:
15051: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15052: handling pa_*
15053:
15054: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15055: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15056: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15057: memory handling files
15058:
15059: * src/main/pa_array.C: pool::format_integer terminator fixed
15060:
15061: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15062: compiles OK test to show benefits of free
15063:
15064: * src/: classes/file.C, classes/image.C, classes/mail.C,
15065: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15066: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15067: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15068: use pool [as the one in ^process]
15069:
15070: * src/classes/op.C: fixed process. sould now check for all cstr's
15071: -- some must use pool [as the one in ^process]
15072:
15073: 2003-02-20 paf
15074:
15075: * src/: classes/date.C, classes/double.C, classes/file.C,
15076: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15077: classes/math.C, classes/op.C, classes/response.C,
15078: classes/string.C, classes/table.C, classes/void.C,
15079: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15080: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15081: string cmp fixed
15082:
15083: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15084: values passed OK now
15085:
15086: 2003-02-19 paf
15087:
15088: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15089: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15090: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15091: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15092: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15093: all remaning leaks resulted from pooled::malloc calls [excluding
15094: in gd -- planning complete rewrite extremely ugly code]
15095:
15096: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15097: files
15098:
15099: 2003-02-17 paf
15100:
15101: * src/: classes/date.C, classes/double.C, classes/file.C,
15102: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15103: classes/response.C, classes/string.C, classes/table.C,
15104: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15105: include/pa_stylesheet_connection.h,
15106: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15107: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15108: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15109: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15110: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15111: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15112: of unitialized simple-typed field
15113:
15114: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15115: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15116: simple-typed field fixed. todo: find&kill all like that one
15117:
15118: * src/: main/execute.C, targets/cgi/pa_pool.C,
15119: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15120: debug output fixed
15121:
15122: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15123: main/pa_request.C: stack-stored items need extra .ref to prevent
15124: object_ptr from delete[them]
15125:
15126: * src/: classes/date.C, classes/op.C, classes/table.C,
15127: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15128: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15129: main/pa_charset.C, main/pa_common.C,
15130: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15131: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15132: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15133: calls
15134:
15135: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15136: couple mem leaks rusulted from old pooled::malloc usage.
15137: todo:find more like those
15138:
15139: * src/main/: compile.C, compile_tools.C: 2*2!
15140:
15141: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15142: stackItem fixed [there were no string on stack before]
15143:
15144: * src/: main/execute.C, main/pa_request.C,
15145: types/pa_vmethod_frame.C: first letters out OK
15146:
15147: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15148: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15149: main/pa_string.C, main/untaint.C, types/pa_value.h,
15150: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15151: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15152: type not initialized with zeros :( while class fields of class
15153: types initialized with default constructors. learn C++
15154:
15155: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15156: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15157: classes/math.C, classes/xdoc.C, classes/xnode.C,
15158: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15159: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15160:
15161: 2003-02-14 paf
15162:
15163: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15164: 13 link errors
15165:
15166: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15167: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15168: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15169: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15170: errors :)
15171:
15172: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15173: classes/hash.C, classes/mail.C, classes/op.C,
15174: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15175: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15176: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15177: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15178:
15179: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15180: classes/table.C, include/pa_common.h, include/pa_globals.h,
15181: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15182: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15183: types/pa_vint.h, types/types.dsp: op compiled
15184:
15185: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15186: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15187: main/untaint.C, types/pa_vtable.h: string, response compiled
15188:
15189: 2003-02-07 paf
15190:
15191: * src/: classes/table.C, types/pa_vtable.h: table compiled
15192:
15193: 2003-02-06 paf
15194:
15195: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15196: mail compiled
15197:
15198: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15199: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15200: types/pa_vfile.h, types/pa_vimage.h: image compiled
15201:
15202: * src/classes/: file.C, form.C: form compiled
15203:
15204: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15205: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15206: types/pa_vfile.C, types/pa_vfile.h: file compiled
15207:
15208: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15209: types/pa_vmath.h: math compiled [win32]
15210:
15211: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15212: types/pa_vstring.h: hash compiled
15213:
15214: 2003-02-04 paf
15215:
15216: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15217: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15218: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15219: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15220: types/pa_vhash.h: hash 50% compiled
15221:
15222: * src/: classes/date.C, classes/file.C, classes/hash.C,
15223: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15224: classes/string.C, classes/table.C, classes/xdoc.C,
15225: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15226: main/pa_string.C: date compiled
15227:
15228: * src/classes/: classes.dsp, double.C: double compiled
15229:
15230: * src/: classes/date.C, classes/double.C, classes/file.C,
15231: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15232: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15233: classes/string.C, classes/table.C, classes/void.C,
15234: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15235: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15236: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15237: compiled
15238:
15239: * src/: classes/date.C, classes/double.C, classes/file.C,
15240: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15241: classes/math.C, classes/op.C, classes/response.C,
15242: classes/string.C, classes/table.C, classes/void.C,
15243: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15244: types/pa_vvoid.h: void compiled :)
15245:
15246: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15247: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15248: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15249: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15250: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15251: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15252: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15253: types/pa_vresponse.C, types/pa_vstateless_class.C,
15254: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15255: types/pa_wcontext.C, types/types.dsp: removed stupid
15256: value_includes.h
15257:
15258: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15259: trying to remove stupid value_includes.h
15260:
15261: * src/main/pa_exec.C: pa_exec compiled on win32
15262:
15263: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15264:
15265: * src/: include/pa_globals.h, include/pa_request.h,
15266: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15267: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15268: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15269: types/pa_vrequest.C, types/pa_vstateless_class.C,
15270: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15271:
15272: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15273: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15274: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15275:
15276: * src/: include/pa_array.h, include/pa_config_includes.h,
15277: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15278: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15279: compiled
15280:
15281: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15282: name conflicts)
15283:
15284: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15285: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15286: yelds "virtual memory exhausted" while trying to compile
15287: execute.C [eating up to 127MB]
15288:
15289: 2003-02-03 paf
15290:
15291: * src/: include/pa_config_includes.h, include/pa_hash.h,
15292: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15293: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15294: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15295: types/pa_vint.h, types/pa_vjunction.h,
15296: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15297: started gcc compiling pa_common compiled
15298:
15299: * src/: include/pa_exception.h, include/pa_pool.h,
15300: main/pa_exception.C: exception gcc change #1
15301:
1.116 moko 15302: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15303: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15304:
15305: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15306:
15307: * src/types/pa_vtable.C: vtable compiled
15308:
15309: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15310:
15311: * src/: include/pa_cache_managers.h, main/pa_request.C,
15312: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15313:
15314: * src/types/pa_vstateless_class.C: vstateless_class compiled
15315:
15316: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15317:
15318: * src/types/pa_vrequest.C: vrequest compiled
15319:
15320: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15321: pa_vobject.C, pa_vobject.h: vobject compiled
15322:
15323: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15324: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15325: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15326: compiled
15327:
15328: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15329:
15330: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15331: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15332: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15333: compiled
15334:
15335: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15336: main.lib - 0 error(s), 0 warning(s)
15337:
15338: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15339: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15340:
15341: 2003-01-31 paf
15342:
15343: * src/: include/pa_array.h, include/pa_operation.h,
15344: include/pa_request.h, main/execute.C, main/main.dsp,
15345: types/pa_vjunction.h: started last file from main library:
15346: execute
15347:
15348: * src/: include/pa_request.h, include/pa_sapi.h,
15349: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15350: main/pa_request.C, targets/cgi/parser3.C,
15351: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15352: types/pa_vhash.h: pa_request compiled
15353:
15354: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15355: include/pa_globals.h, include/pa_request.h,
15356: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15357: main/execute.C, main/main.dsp, main/pa_common.C,
15358: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15359: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15360: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15361: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15362: types/types.dsp: most pa_request compiled
15363:
15364: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15365: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15366: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15367: classes/op.C, classes/response.C, classes/string.C,
15368: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15369: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15370: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15371: include/pa_config_fixed.h, include/pa_config_includes.h,
15372: include/pa_dictionary.h, include/pa_dir.h,
15373: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15374: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15375: include/pa_pool.h, include/pa_request.h,
15376: include/pa_request_charsets.h, include/pa_request_info.h,
15377: include/pa_sapi.h, include/pa_socks.h,
15378: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15379: include/pa_stack.h, include/pa_string.h,
15380: include/pa_stylesheet_connection.h,
15381: include/pa_stylesheet_manager.h, include/pa_table.h,
15382: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15383: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15384: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15385: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15386: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15387: main/compile.C, main/compile.tab.C, main/compile.y,
15388: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15389: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15390: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15391: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15392: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15393: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15394: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15395: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15396: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15397: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15398: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15399: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15400: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15401: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15402: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15403: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15404: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15405: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15406: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15407: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15408: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15409: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15410: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15411: types/pa_vresponse.h, types/pa_vstateless_class.C,
15412: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15413: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15414: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15415: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15416: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15417: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15418:
15419: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15420: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15421: src/include/pa_charsets.h, src/include/pa_common.h,
15422: src/include/pa_dictionary.h, src/include/pa_exception.h,
15423: src/include/pa_exec.h, src/include/pa_pool.h,
15424: src/include/pa_request.h, src/include/pa_sapi.h,
15425: src/include/pa_sql_connection.h,
15426: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15427: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15428: src/main/compile.tab.C, src/main/compile_tools.C,
15429: src/main/compile_tools.h, src/main/main.dsp,
15430: src/main/pa_charset.C, src/main/pa_charsets.C,
15431: src/main/pa_common.C, src/main/pa_dictionary.C,
15432: src/main/pa_exception.C, src/main/pa_exec.C,
15433: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15434: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15435: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15436: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15437: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15438: src/types/pa_vdouble.h, src/types/pa_venv.h,
15439: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15440: src/types/pa_vhash.h, src/types/pa_vimage.C,
15441: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15442: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15443: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15444: src/types/pa_vobject.C, src/types/pa_vobject.h,
15445: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15446: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15447: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15448: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15449: src/types/pa_vstring.h, src/types/pa_vtable.h,
15450: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15451: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15452: died, long live StringPtr
15453:
15454: 2003-01-30 paf
15455:
15456: * src/: include/pa_charset.h, include/pa_request.h,
15457: include/pa_sql_driver_manager.h, main/compile.tab.C,
15458: main/compile.y, main/compile_tools.h, main/pa_request.C,
15459: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15460:
15461: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15462: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15463: types/pa_vhash.h, types/pa_vmethod_frame.h,
15464: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15465: types/types.dsp: vstateless_class compiled
15466:
15467: * src/main/compile.C: compile compiled
15468:
15469: * src/: include/pa_array.h, include/pa_operation.h,
15470: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15471: main/pa_table.C: compile_tools compiled
15472:
15473: * src/: include/pa_operation.h, main/compile.y,
15474: main/compile_tools.C, main/compile_tools.h: started
15475: compile_tools. vagues ideas of how to free compiled code
15476:
15477: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15478: main/main.dsp, types/pa_value.C, types/pa_value.h,
15479: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15480: compiled
15481:
15482: 2003-01-29 paf
15483:
15484: * src/: include/pa_globals.h, include/pa_request.h,
15485: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15486: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15487: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15488: compiled
15489:
15490: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15491: now
15492:
15493: * src/: include/pa_array.h, include/pa_exception.h,
15494: include/pa_pool.h, main/pa_exception.C: gd compiled
15495:
15496: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15497: compiled
15498:
15499: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15500: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15501: types/pa_vfile.h: vfile compiled
15502:
15503: * src/: include/pa_common.h, include/pa_globals.h,
15504: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15505: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15506: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15507:
15508: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15509: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15510: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15511: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15512: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15513:
15514: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15515: main/main.dsp, main/untaint.C: more compiled
15516:
15517: * src/: include/pa_charsets.h, include/pa_request.h,
15518: include/pa_request_info.h, include/pa_string.h,
15519: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15520: types/pa_vresponse.h: vrequest compiled
15521:
15522: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15523: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15524: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15525:
15526: * src/: classes/classes.h, include/pa_charset.h,
15527: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15528: include/pa_request.h, include/pa_string.h, main/main.dsp,
15529: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15530: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15531: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15532: types/pa_vrequest.C, types/pa_vrequest.h,
15533: types/pa_vstateless_class.h, types/pa_vstring.h,
15534: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15535:
15536: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15537: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15538: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15539: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15540: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15541: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15542: types/pa_vobject.h, types/pa_vstateless_class.h,
15543: types/pa_vstateless_object.h, types/pa_vstatus.h,
15544: types/pa_vstring.h, types/types.dsp: vmath compiled
15545:
15546: 2003-01-28 paf
15547:
15548: * src/: classes/classes.h, classes/date.C, classes/file.C,
15549: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15550: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15551: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15552: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15553: compile_tools
15554:
15555: * src/: include/pa_charset.h, include/pa_exception.h,
15556: include/pa_request.h, include/pa_string.h, main/untaint.C:
15557: untaint compiled
15558:
15559: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15560: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15561: more compiled. struck with string::store_to needing to know
15562: source/client charsets
15563:
15564: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15565: types/pa_vfile.h: uue compiled
15566:
15567: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15568: table compiled
15569:
15570: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15571: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15572:
15573: * src/: include/pa_charset.h, main/pa_charset.C,
15574: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15575: introduced]
15576:
15577: * src/: classes/date.C, include/pa_charset.h,
15578: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15579: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15580: pa_charsets compiled
15581:
15582: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15583: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15584:
15585: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15586: common compiled
15587:
15588: * src/: include/pa_charsets.h, main/pa_charsets.C,
15589: main/pa_sql_driver_manager.C: pa_charsets compiled
15590:
15591: * src/: include/pa_array.h, include/pa_charset.h,
15592: include/pa_charsets.h, include/pa_pool.h,
15593: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15594: include/pa_stack.h, include/pa_string.h,
15595: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15596: sql_driver_manager compiled
15597:
15598: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15599: letter i with two dots added to koi, all ukranian letters added
15600: to win1251.
15601:
15602: typographic simbol 0xb9 deleted from win1251 [strange one & were
15603: abscent from koi]
15604:
15605: 2003-01-27 paf
15606:
15607: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15608: include/pa_sql_driver_manager.h, include/pa_string.h,
15609: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15610: sql/pa_sql_driver.h: paused on sql_manager
15611:
15612: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15613: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15614: include/pa_stack.h, main/pa_sql_driver_manager.C,
15615: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15616:
15617: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15618: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15619: include/pa_table.h, main/pa_sql_driver_manager.C,
15620: main/pa_table.C: table compiled
15621:
15622: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15623: cache_managers compiled
15624:
15625: * src/: include/pa_array.h, include/pa_charset.h,
15626: include/pa_pool.h, main/pa_charset.C: charset compiled
15627:
15628: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15629:
15630: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15631: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15632: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15633: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15634: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15635:
15636: 2003-01-24 paf
15637:
15638: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15639: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15640: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15641: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15642: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15643: types/pa_vint.h, types/pa_vjunction.h,
15644: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15645: types/pa_vstatus.h, types/pa_vstring.h: more patched
15646:
15647: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15648: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15649: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15650: main/pa_string.C, main/pa_table.C: string compiled
15651:
15652: * src/: include/pa_array.h, include/pa_common.h,
15653: include/pa_dictionary.h, include/pa_exception.h,
15654: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15655: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15656: main/pa_string.C: dictionary compiled
15657:
15658: 2003-01-23 paf
15659:
15660: * src/: include/pa_array.h, include/pa_common.h,
15661: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15662: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15663: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15664: types/pa_value.h: resurrected pool in new sense: now it's
15665: factory, producing&accounting memory chunks for read[autofree]
15666: buffers
15667:
15668: * src/: include/pa_array.h, include/pa_exception.h,
15669: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15670: main/pa_exception.C, main/pa_table.C: table compiled
15671:
15672: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15673: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15674: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15675: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15676: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15677: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15678: main/pa_table.C: aint that easy
15679:
15680: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15681: main/main.dsp: continued with Hash
15682:
15683: * src/main/pa_common.C: connect_string allocated on heap[wes on
15684: stack] now. and exception can be reported OK now [can be reported
15685: outside of pro c with that stack]
15686:
15687: 2003-01-22 paf
15688:
15689: * src/: include/pa_array.h, include/pa_charset.h,
15690: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15691: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15692: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15693: base: contains references_count. auto_ptr template calls
15694: add_ref/release
15695:
15696: 2003-01-21 paf
15697:
15698: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15699: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15700: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15701: classes/op.C, classes/response.C, classes/string.C,
15702: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15703: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15704: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15705: include/pa_config_fixed.h, include/pa_config_includes.h,
15706: include/pa_dictionary.h, include/pa_dir.h,
15707: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15708: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15709: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15710: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15711: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15712: include/pa_stack.h, include/pa_string.h,
15713: include/pa_stylesheet_connection.h,
15714: include/pa_stylesheet_manager.h, include/pa_table.h,
15715: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15716: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15717: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15718: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15719: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15720: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15721: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15722: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15723: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15724: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15725: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15726: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15727: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15728: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15729: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15730: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15731: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15732: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15733: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15734: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15735: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15736: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15737: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15738: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15739: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15740: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15741: types/pa_vstateless_object.h, types/pa_vstatus.C,
15742: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15743: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15744: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15745: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15746: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15747: 2002->2003
15748:
15749: 2003-01-16 paf
15750:
15751: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15752: src/main/pa_globals.C: http:// introducing $.any-status(1)
15753:
15754: * operators.txt, src/include/pa_config_fixed.h,
15755: src/main/pa_common.C: http request now return status. and not
15756: fail on status!=200
15757:
15758: 2003-01-15 paf
15759:
15760: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15761:
15762: 2003-01-14 paf
15763:
15764: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15765: mkinstalldirs: removed some ancient files [they in / really]
15766:
15767: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15768: regretfully needed patch in two places. in config_fixed.h made
15769: stubs for lib to compile in MSVC
15770:
15771: 2003-01-13 paf
15772:
15773: * config.guess, config.sub, ltmain.sh: removed last piece of
15774: configure.in(libtool) hacks
15775:
1.116 moko 15776: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15777: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15778: ltdl.h: moved to latest libtool (1.4.3)
15779:
15780: 2003-01-10 paf
15781:
15782: * src/lib/ltdl/: configure, configure.in: PROG_NM
15783:
15784: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15785: patches. libxml2 >= 2.5.1
15786: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15787: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15788: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15789:
15790: * INSTALL: moved to latest versions of xml libs libxml2 >=
15791: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15792: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15793: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15794:
15795: 2003-01-09 paf
15796:
15797: * INSTALL: xml,xslt,gdome lib urls updated
15798:
15799: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15800: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15801: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15802: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15803: 1.7.2
1.95 moko 15804:
15805: * depcomp: moving to automake 1.7.2
15806:
15807: 2002-12-27 paf
15808:
15809: * src/include/pa_version.h: 0007
15810:
15811: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15812: outdated parts, made links to language docs
15813:
15814: * src/include/pa_config_auto.h.in: comment
15815:
15816: 2002-12-26 paf
15817:
15818: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15819: not contain trailing / fixed.
15820:
15821: * INSTALL: changing SAFE_MODE politics
15822:
15823: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15824:
15825: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15826:
15827: 2002-12-25 paf
15828:
15829: * src/main/pa_globals.C: optimized-xml
15830:
15831: * src/main/pa_globals.C: optimized-as-is
15832:
15833: 2002-12-24 paf
15834:
15835: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15836: fixed [were really called with zero size when .html?a=&b=]
15837:
15838: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15839: with --with-sendmail
15840:
15841: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15842: fixed]
15843:
15844: 2002-12-23 paf
15845:
15846: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15847: ignoring parameters & were storing only string with default
15848: expires
15849:
15850: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15851: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15852: December 23, 2002 4:22 AM Subject: bug â
15853: Charset::transcode_buf2xchar
15854:
15855: 2002-12-20 paf
15856:
15857: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15858: non-cgi [script] runs
15859:
15860: 2002-12-19 paf
15861:
15862: * INSTALL: --without-iconv recommended [it crashes on some systems
15863: [tested on elik]] moreover, it's not needed there [parser
15864: registers charsets itself]
15865:
15866: * INSTALL: --without-iconv recommended [it crashes on some systems
15867: [tested on elik]]
15868:
15869: * operators.txt, src/include/pa_globals.h,
15870: src/include/pa_request.h, src/main/pa_globals.C,
15871: src/main/pa_request.C: $response:download
15872:
15873: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15874: compiler [win32]].
15875:
15876: 2002-12-18 paf
15877:
15878: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15879:
15880: 2002-12-17 paf
15881:
15882: * src/targets/cgi/parser3.C: merged die&iis changes
15883:
15884: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15885: to exit(1) 2. more flexible iilegal call check
15886:
15887: 2002-12-16 paf
15888:
15889: * ltmain.sh: some automakes silly insist on having this handy
15890:
15891: * src/main/untaint.C: filespec russian small 'r' changed to latin
15892: 'p' bug fix
15893:
15894: 2002-12-15 paf
15895:
15896: * src/main/untaint.C: filespec russian small 'r' changed to latin
15897: 'p'
15898:
15899: * configure.in, src/include/pa_config_auto.h.in,
15900: src/main/compile.C, src/main/pa_common.C: merged small changes
15901: from branch 6 to HEAD
15902:
15903: * src/main/compile.C: removed warning
15904:
15905: * src/main/pa_common.C: ftruncate having checked
15906:
15907: * configure.in, src/include/pa_version.h: new version
15908:
15909: 2002-12-14 paf
15910:
15911: * src/classes/table.C: removed unnecessary code
15912:
15913: * src/sql/pa_sql_driver.h: exception type fixed
15914:
15915: 2002-12-09 paf
15916:
15917: * src/types/pa_vvoid.h: $void.store[now] error
15918:
15919: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15920:
15921: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15922: tries to write core dump
15923:
15924: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15925:
15926: * src/: classes/hash.C, classes/string.C, classes/table.C,
15927: classes/void.C, main/pa_sql_driver_manager.C,
15928: sql/pa_sql_driver.h: changed exception handling mech in sql
15929: handlers #2
15930:
15931: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15932: exception handling mech in sql handlers
15933:
15934: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15935: handlers
15936:
15937: * src/: classes/hash.C, classes/string.C, classes/table.C,
15938: classes/void.C, main/pa_sql_driver_manager.C,
15939: sql/pa_sql_driver.h: changed exception handling mech in sql
15940: handlers
15941:
1.116 moko 15942: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15943: to write makefile which used libtool to install things, which is
15944: not needed
1.95 moko 15945:
15946: 2002-12-06 paf
15947:
15948: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15949: $hash.fields -- pseudo field to make 'hash' more like 'table'
15950:
15951: 2002-12-05 paf
15952:
15953: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15954: cc/bcc OK now
15955:
15956: * src/main/untaint.C: mail header closed properly
15957:
15958: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15959: header ',' allowed. still bugs in smtp [only one receiptient
15960: works, cc, bcc ignored now, and MAILED ;)]
15961:
15962: [strncpy killed, memnchr used]
15963:
15964: * src/main/pa_table.C: table-copy now current=0
15965:
15966: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15967: lowlevel proc
15968:
15969: * src/targets/cgi/parser3.C: more checks on
15970: http://domain/parser.cgi start [maybe some getenv returns "",
15971: checked that now
15972:
15973: * src/targets/cgi/parser3.C: more checks on
15974: http://domain/parser.cgi start [maybe some getenv returns "",
15975: checked that now
15976:
15977: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15978: out-of-mem errors reached log]
15979:
15980: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
15981: mail:send MIME-Version default
15982:
15983: * src/main/main.dsp: pa_version included into main.dsp
15984:
15985: 2002-12-04 paf
15986:
15987: * src/types/pa_vform.C: $form:field string value cut by premature 0
15988:
15989: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
15990: lib/libltdl -> lib/ltdl Win32 changes. s
15991:
15992: * src/classes/classes.awk: more strict *.C$
15993:
15994: * gnu.dsp: restored
15995:
1.116 moko 15996: * configure.in, gnu.dsp, src/lib/Makefile.am,
15997: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
15998: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
15999: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16000: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16001: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16002: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16003: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16004: now created with /configure, not ltdl/configure, so it does have
16005: no problems with automake. ltdl/configure
16006: AC_OUTPUT(Makefile<<removed)
1.95 moko 16007:
16008: 2002-12-02 paf
16009:
16010: * operators.txt: removed outdated status:db
16011:
16012: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16013: src/main/pa_common.C, src/main/pa_request.C,
16014: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16015: tainted parts becomes http-header
16016:
16017: 2002-11-29 paf
16018:
16019: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16020: dates now objects of type date
16021:
16022: * src/classes/image.C: file.seek removed [it were used in image.C
16023: only, and for parser user this means that jpeg image has bad
16024: size in fragment's header] now used image.format
16025:
16026: * src/: include/pa_common.h, main/pa_common.C,
16027: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16028: now handled exactly like $response:header values. e.g. can be
16029: hash [can have subattributes] & contain date values.
16030:
16031: * src/main/pa_common.C: http:// param values lang forced URI
16032:
16033: * src/main/pa_common.C: http:// tainted partes now %xx
16034:
16035: 2002-11-28 paf
16036:
16037: * operators.txt: http.timeout
16038:
16039: * src/classes/image.C: ^image.length now counts interchar space.
16040: plus space after last char
16041:
16042: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16043:
16044: * src/classes/image.C: ^image.font width measurer now scans full
16045: height [were -1]
16046:
16047: * configure.in: stopped double libltdl/Makefile generation
16048:
16049: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16050: chars [one top horizontal line of 1pixel height were missing]
16051:
16052: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16053: 'false' to go into (Hash *) parameter
16054:
16055: 2002-11-27 paf
16056:
16057: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16058: types/pa_vmail.C: response:body[file] if file nows it's name now
16059: returns content-disposition: >>attachment<<
16060:
16061: * src/classes/image.C: ^image.font << bad font file-size now
16062: properly reported
16063:
16064: 2002-11-26 paf
16065:
16066: * src/main/pa_request.C: fixed lang in reponse header
16067:
16068: * src/main/pa_common.C: utf8 prefix ignored @read text
16069:
16070: * operators.txt, src/main/pa_common.C: http:// response status!=200
16071: made exception: http.status with source=bad status#
16072:
16073: 2002-11-25 paf
16074:
16075: * configure.in, src/classes/image.C,
16076: src/include/pa_config_auto.h.in,
16077: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16078: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16079: const void related probs fixed
1.95 moko 16080:
16081: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16082:
16083: $file[^file::load[http://there]] $file.SERVER
16084:
16085: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16086: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16087: http options [invalid onces now reported] made default
16088: user-agent: paf
16089:
16090: * operators.txt, src/classes/file.C, src/classes/table.C,
16091: src/classes/xdoc.C, src/include/pa_common.h,
16092: src/include/pa_globals.h, src/main/pa_common.C,
16093: src/main/pa_globals.C, src/main/pa_request.C,
16094: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16095: now understand http:// prefix and additional params, sample:
16096: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16097: $.USER-AGENT[parser3] ]]
16098:
16099: 2002-11-22 paf
16100:
16101: * src/classes/image.C, src/include/pa_globals.h,
16102: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16103: src/types/pa_vimage.h, operators.txt: $image.exif support
16104: $image.exif.DateTime & co
16105:
16106: 2002-11-21 paf
16107:
16108: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16109: _PASS_APPENDED)
16110:
16111: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16112: EXIF information [were big block and it's size were considered
16113: negative :(]
16114:
16115: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16116: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16117: internals rewritten. no there's reader.seek, and all's ready for
16118: EXIF extraction [now we fail to measure files with EXIF info]
16119:
16120: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16121: O_TRUNC truncates even exclusevely write-locked file [thanks to
16122: Igor Milyakov <virtan@rotabanner.com> for discovering]
16123:
16124: 2002-11-20 paf
16125:
16126: * src/targets/cgi/parser3.C: logging @signal += query_string
16127:
16128: * configure.in, src/include/pa_config_auto.h.in,
16129: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16130: comment
16131:
16132: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16133:
16134: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16135: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16136: currently processed document SIGPIPE >> interrupts request
16137: processing [exception = DB rollback]
16138:
16139: * src/main/pa_exec.C: comment
16140:
16141: * src/main/pa_exec.C: pa_exec: data written only if size>0
16142:
16143: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16144: << disable HTTP-POST repassing
16145:
16146: * src/: include/pa_config_fixed.h, main/pa_common.C,
16147: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16148: pipe read errors now checked
16149:
16150: 2002-11-19 paf
16151:
16152: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16153: CGI: Illegal call
16154:
16155: 2002-11-01 paf
16156:
16157: * src/main/execute.C: comment
16158:
16159: 2002-10-31 paf
16160:
16161: * src/main/execute.C: found out why, checked that for now. todo:
16162: find out a way for that user could do that
16163:
16164: * src/types/pa_vstateless_object.h: object put replaces static
16165: parent if any
16166:
16167: * src/types/pa_vobject.C: object put replaces static parent if any
16168:
16169: * src/: classes/form.C, classes/mail.C, classes/op.C,
16170: classes/xnode.h, main/compile.tab.C, main/execute.C,
16171: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16172: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16173: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16174: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16175: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16176: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16177: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16178: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16179: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16180: types/pa_vstateless_object.h, types/pa_vstatus.C,
16181: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16182: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16183: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16184: types/pa_wwrapper.h: static fix merged
16185:
16186: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16187: $virtual_fields in dynamic, but one can reach derived
16188: static[class] variable from base
16189:
16190: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16191: types/pa_vobject.C, types/pa_vobject.h,
16192: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16193: statics, left $virtual_fields in dynamic
16194:
16195: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16196: one can't remember derivates in base class: there's so many of
16197: them. also there can be no virtual method calls in static
16198: classes
16199:
16200: * src/: classes/form.C, classes/mail.C, classes/op.C,
16201: classes/xnode.h, main/execute.C, main/pa_request.C,
16202: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16203: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16204: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16205: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16206: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16207: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16208: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16209: types/pa_vresponse.C, types/pa_vresponse.h,
16210: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16211: types/pa_vstateless_object.h, types/pa_vstatus.C,
16212: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16213: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16214: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16215: types/pa_wwrapper.h: static call $self fixed
16216:
16217: * src/main/execute.C: comment
16218:
16219: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16220: ^process[$caller.self]{...} now compiles to last derived object
16221: part of that 'self'
16222:
16223: 2002-10-29 paf
16224:
16225: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16226: re-passing [iis to blame]
16227:
16228: * src/classes/string.C: changed string.save to pass current sql
16229: connection to cstr thus one can ^connect[some server]{
16230: $s[insert into table x (x) values (^taint[sql]{value})]
16231: ^s.save[some.sql] } and he'd get in some.sql file code with
16232: properly escaped. [tried in mssql->mysql export->import of
16233: binary data]
16234:
16235: 2002-10-25 paf
16236:
16237: * src/types/pa_vresponse.C: case insensitive response user fields
16238: get/put
16239:
16240: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16241: types/pa_vresponse.C: saving for maybe-future
16242:
16243: 2002-10-23 paf
16244:
16245: * operators.txt, src/classes/table.C: ^table.hash{code}...
16246: ^table.hash(expr)...
16247:
16248: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16249:
16250: 2002-10-22 paf
16251:
16252: * src/types/: pa_vform.C, pa_vform.h: removed needless
16253: VForm::Append...(...Value)
16254:
16255: * src/main/execute.C: $.name outside of $name[...] checked
16256:
16257: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16258: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16259:
16260: 2002-10-21 paf
16261:
16262: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16263: $form:qtail $form:imap.x/y
16264:
16265: * operators.txt, src/types/pa_vform.C: $form:nameless =
16266: "?value&...", "...&value&...", "...&value"
16267:
16268: * operators.txt, src/types/pa_vform.C: $form:image-map
16269:
16270: * operators.txt, src/classes/file.C: /some/page.html:
16271: ^file:fullpath[a.gif] => /some/a.gif
16272:
16273: 2002-10-17 paf
16274:
16275: * src/main/: compile.tab.C, compile.y: operators precedence changed
16276: a little: logical not and bitwise negation precedence made
16277: highest, << and >> bitshits precedence made equal [were << higher
16278: than >>]
16279:
16280: * src/classes/op.C: exception handling fixed [were bad with
16281: contexts]
16282:
16283: 2002-10-16 paf
16284:
16285: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16286: main/pa_request.C: Request::self considered equal to
16287: VMethodFrame::self, and removed, Request::get_self() mapped to
16288: VMethodFrame.self()
16289:
16290: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16291: $hash in open field now gives old good error meesage
16292:
16293: 2002-10-15 paf
16294:
16295: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16296: use ^if($junction is junction){was and now true}
16297:
16298: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16299: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16300: types/pa_vxnode.C: xml->parser strings now have origin, which
16301: points to place where value left xml library and came to parser:
16302: place of dom field extraction/call
16303:
16304: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16305: main/compile.tab.C, main/compile.y, main/execute.C,
16306: types/pa_vmethod_frame.h: removed last pieces of old code
16307: allowing $junction.xxx at compile time
16308:
16309: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16310: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16311: objects also considered [were only classes]
16312:
16313: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16314: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16315: with CLASS self. [ (request&method_frame).self temporarily
16316: changed ]
16317:
16318: * src/classes/: hash.C, op.C: method_frame now always changed, with
16319: no exception to native calls. for&foreach changed to use
16320: method_frame.caller for their var's name context
16321:
16322: * src/: main/execute.C, targets/cgi/parser3.C,
16323: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16324: compiling to system classes disabled
16325:
16326: * operators.txt, src/classes/op.C:
16327: ^process[$caller.CLASS]{code-string} added
16328:
16329: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16330: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16331: src/types/Makefile.am, src/types/pa_vjunction.C,
16332: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16333: src/types/types.dsp: removed $junction.get $junction.set[]
16334: introducing $caller
16335:
16336: * src/types/pa_value.h: removed outdated comments. doxygen would
16337: find them lower by inheritance tree
16338:
16339: * src/types/pa_vjunction.C: ident
16340:
16341: 2002-10-14 paf
16342:
16343: * src/classes/op.C: process compiles to code's class class
16344:
16345: * src/: classes/form.C, classes/mail.C, classes/op.C,
16346: include/pa_request.h, main/compile.C, main/compile.tab.C,
16347: main/compile.y, main/execute.C, main/pa_request.C,
16348: types/pa_vstateless_class.h: operators now main-class-methods
16349:
16350: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16351: better stack trace [has "call" & co there]
16352:
16353: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16354: operators @auto now executed in MAIN context
16355:
16356: * src/main/execute.C: operator execution context now = MAIN, not
16357: closest stack frame
16358:
16359: @touchit[] $i[after]
16360:
16361: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16362: were 'after'
16363:
16364: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16365: 'after'
16366:
16367: * src/main/execute.C: comment
16368:
16369: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16370: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16371: action]
16372:
16373: * src/types/pa_vxnode.C: misreplace fixed
16374:
16375: * configure, configure.in, src/include/pa_config_auto.h.in,
16376: src/types/pa_vstatus.C, operators.txt:
16377: $status:rusage.tv_secs/usecs introduced
16378:
16379: 2002-10-09 paf
16380:
16381: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16382: on empty string [or uses (default)]
16383:
16384: 2002-10-08 paf
16385:
16386: * src/main/untaint.C: mail header quoted printable changed after
16387: RFC reread
16388:
16389: * operators.txt: plan on ^if(method
16390:
16391: * src/types/pa_vxnode.C: misreplace
16392:
16393: 2002-09-24 paf
16394:
1.116 moko 16395: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16396:
16397: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16398: mailreceive would compile on freebsd now
16399:
16400: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16401: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16402: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16403: mailreceive would compile on freebsd now
1.95 moko 16404:
16405: * src/: classes/file.C, main/untaint.C: 1. file spec language
16406: changed: now there are only few chars are untainted: * ? ' " < >
16407: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16408: one should use ^untaint[uri]{...} now]
16409:
16410: 2. $list[^file:list[dir]] now returns simply tainted names in
16411: $list.name, not tainted as filespec
16412:
16413: @russianindex[] #dir with files with russian-lang names
16414: $where[dir]
16415:
16416: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16417: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16418:
16419: 2002-09-23 paf
16420:
16421: * src/types/pa_vdouble.h: double->int round added
16422:
16423: * src/classes/date.C: date bug fix, now
16424: round(floatDays*secondsPerDay)
16425:
16426: * src/classes/date.C: date bug fix, now
16427: round(floatDays*secondsPerDay)
16428:
16429: 2002-09-20 paf
16430:
16431: * src/main/execute.C: code junction calls disabled [before: code
16432: was compiled in such a way, that there were no code-junctions in
16433: OP_CALL]
16434:
16435: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16436:
16437: @badjunctioncallinside[code] ^code[]
16438:
16439: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16440: expanding to include ^junction.method
16441:
16442: * src/main/pa_common.C: -d "DIR/" now true
16443:
16444: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16445: as internal xdoc encoding, and after decoding attributes set by
16446: dom functions now encoded OK, not as digital entities
16447:
16448: * src/classes/xdoc.C: empty transform result, being taken as file
16449: now returns empty file, not raises stupid error about "stat-ed
16450: file"
16451:
16452: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16453: allowed
16454:
16455: * src/types/types.dsp: introducing $junction.get/put(1) one can
16456: write iterators now:
16457:
16458: ^user-foreach[key;value]{$key=$value<br>}
16459:
16460: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16461: $code.value($i*2) $code }
16462:
16463: * src/main/compile_tools.h: mistype
16464:
1.116 moko 16465: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16466: thus taking linking options configure changes into account [were:
16467: ignoring]
1.95 moko 16468:
16469: * src/types/: pa_vjunction.C, Makefile.am: introducing
16470: $junction.get/put(1) one can write iterators now:
16471:
16472: ^user-foreach[key;value]{$key=$value<br>}
16473:
16474: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16475: $code.value($i*2) $code }
16476:
16477: * src/: include/pa_opcode.h, include/pa_request.h,
16478: main/compile.tab.C, main/compile.y, main/execute.C,
16479: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16480: introducing $junction.get/put(1) one can write iterators now:
16481:
16482: ^user-foreach[key;value]{$key=$value<br>}
16483:
16484: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16485: $code.value($i*2) $code }
16486:
16487: 2002-09-19 paf
16488:
1.116 moko 16489: * Makefile.am: new: make commit
1.95 moko 16490:
16491: * aclocal.m4: forced to be older
16492:
16493: 2002-09-18 paf
16494:
16495: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16496: src/main/compile.y, src/main/execute.C: << >> int shifts
16497:
16498: * src/: include/pa_common.h, include/pa_request.h,
16499: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16500: - now this - fatal error
16501:
16502: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16503: that one can pass binary data there
16504:
16505: * src/: classes/date.C, classes/double.C, classes/file.C,
16506: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16507: classes/op.C, classes/response.C, classes/string.C,
16508: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16509: include/pa_request.h: pa_request contexts made privated, plus
16510: get_{self/method_frame} to read. Request_context_saver used in
16511: ^try to save flang too. [were not saved]
16512:
16513: * src/types/pa_vresponse.C: header value chains joined before
16514: output, this should help $.subject[$var $var] from being
16515: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16516:
16517: 2002-09-17 paf
16518:
16519: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16520: removed changes, operators executed with calling self. lots of
16521: code with ^include code relies on defined/defining self variables
16522:
16523: $a[1] ^include[print_a.p] print_a.p: $a
16524:
16525: ^include[set_a.p] a=$a set_a.p: $a[1]
16526:
16527: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16528: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16529: types/pa_vstateless_class.h: operators now executed with MAIN
16530: self. it's for ^include sake, too strong a change
16531:
16532: * src/classes/op.C: made place for ^process to compile it's code to
16533: in case of no self
16534:
16535: * src/main/execute.C: found ancient param to Junction, removed.
16536: allowed passing self to native_code_operators [for ^process to
16537: work, she needs self]
16538:
16539: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16540: types/pa_vstateless_class.h: found ancient param to Junction,
16541: removed. allowed passing self to native_code_operators [for
16542: ^process to work, she needs self]
16543:
16544: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16545: types/pa_value.h, types/pa_vmethod_frame.h,
16546: types/pa_vstateless_class.h: allowed Request.self to be 0,
16547: checked that in VMethodFrame get/put and $self.
16548:
16549: * src/classes/: table.C, xdoc.C: table::sql options table::create
16550: copy options options checked, wrong option now fatal error
16551:
16552: * src/main/pa_string.C: string.replace fixed [were missing words on
16553: pieces boundaries]
16554:
16555: * bin/auto.p.dist.in: strange \n
16556:
16557: * configure, configure.in: .so now detected [can be .sl on hpux,
16558: .dll on cygwin, .so in other cases)
16559:
1.116 moko 16560: * configure, configure.in, bin/auto.p.dist.in: .so now detected
16561: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 16562:
16563: * operators.txt, src/classes/hash.C, src/classes/table.C,
16564: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16565: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16566: record taken [were last]
16567:
16568: * src/: classes/hash.C, classes/table.C,
16569: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16570: now errors
16571:
16572: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16573:
16574: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16575: ,2,3]
16576:
16577: 2002-09-16 paf
16578:
16579: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16580: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16581: stdout to be binary. now detected closest header break.
16582:
16583: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16584: closed right
16585:
16586: 2002-09-13 paf
16587:
16588: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16589: src/main/compile_tools.h: (expression #comment)
16590:
16591: (multiline expression #comment line2 #comment )
16592:
16593: (expression #comment with (brackets) comment) << OK
16594:
16595: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16596: bitwise !|| numerical xor now [preparing for expression
16597: #comments]
16598:
16599: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16600: error
16601:
16602: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16603: cheched in pa_socks.C
16604:
1.116 moko 16605: * configure, configure.in, src/include/pa_config_auto.h.in:
16606: HAVE_WINSOCK_H created in configure.in
1.95 moko 16607:
16608: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16609: cookie date now clean [were mistakenly tainted & that worked bad
16610: with opera -- 'happily' that worked OK with msie]
16611:
16612: 2002-09-12 paf
16613:
16614: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16615: VClass get_element now first looks to fields, next to methods &
16616: co todo: the rest reason: more speed
16617:
16618: * src/main/untaint.C: quoted printable encoding stops before
16619: \s*<...>$
16620:
16621: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16622: stops before <...>$
16623:
16624: 2002-09-11 paf
16625:
16626: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16627: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16628: forgot to check users of those funcs. not all were using that
16629: return value convention
16630:
16631: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16632: windows-1254 added
16633:
16634: 2002-09-10 paf
16635:
16636: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16637: VCodeFrame parent param were specified badly
16638:
16639: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16640: WWrapper which used in constructing objects(second param to sql
16641: method) ^...sql{}[$.default{code}] now has parent, wich helps
16642: code in hash to survivi
16643:
16644: * src/: include/pa_request.h, main/execute.C: removed redundant
16645: param to execute [stack said 'thanks']
16646:
16647: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16648: types/pa_value.h, types/pa_vcode_frame.h,
16649: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16650: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16651: responsibility to wcontext
16652:
16653: * src/classes/file.C: decided not to log exec's with stderr, that
16654: could be warnings, and it's up to scritper to log/show them
16655:
16656: * src/: classes/double.C, main/execute.C: double:sql badly called
16657: write_assign_lang, not write_no_lang, thus doing unnecessary
16658: double/string converstion, which were loosing time&precesion
16659:
16660: * src/: main/pa_charset.C, types/pa_vmail.C:
16661: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16662: case of unfinished in buffer processing, causing accidental
16663: transcode stop [in case that source enc != utf-8 & there is
16664: incomplete utf-8 sequence at the end of 16000block iside of
16665: libxml lib] tfm readed & code updated
16666:
16667: 2002-09-04 paf
16668:
16669: * configure: makes with sjlj
16670:
16671: * INSTALL, src/include/pa_config_fixed.h,
16672: src/include/pa_sql_connection.h,
16673: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16674: checked. on win32 it made default
16675:
16676: * src/include/pa_config_auto.h.in: sjlj define
16677:
16678: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16679: can not work with longjump/throw pair, and one must switch that
16680: on there. todo: detect that automatically]
16681:
16682: * src/types/pa_vxnode.C: removed too strong checks of
16683: xnode.elements. now, for instance, if element does not have any
16684: attributes, $xnode.attributes is void, not error
16685:
16686: 2002-09-02 paf
16687:
16688: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16689: removed double_result, didn't help
16690:
16691: * src/main/execute.C: double_result made to move that var away from
16692: hungry g++ optimizer (-O2), before: it were optimized and
16693: comparison operators worked badly
16694:
16695: * src/types/pa_vdate.h: removed debug
16696:
1.116 moko 16697: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16698:
16699: * src/main/execute.C: fixed numeric < & co so that thay now use
16700: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16701: unknown reason.
16702:
16703: 2002-08-29 paf
16704:
16705: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16706: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16707: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16708: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16709: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16710: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16711: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16712: [called less frequent, allowed to remove ugly
16713: Junction.change_context-s from many places, switch,
16714: mail:send..html{}, ..] request.root renamed to method_frame [more
16715: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16716: [speed up]
16717:
16718: 2002-08-28 paf
16719:
16720: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16721: tainted
16722:
16723: * src/types/pa_vcookie.C: fixed cookie delete when
16724: $cookie:name[$.value[]]
16725:
16726: * operators.txt, src/classes/string.C:
16727: ^string.split[delim[;options]]
16728:
16729: 2002-08-27 paf
16730:
1.116 moko 16731: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16732:
16733: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16734: delimiter
16735:
16736: * INSTALL: recommended latest gmime 1.0.5
16737:
16738: 2002-08-26 paf
16739:
16740: * configure, configure.in: apache13/hook added to make dist.
16741:
16742: 2002-08-23 paf
16743:
16744: * src/: include/pa_common.h, main/pa_common.C,
16745: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16746: beside binary [cgi, isapi] not accessible [due to bad rights or
16747: whatever] it's error now
16748:
16749: 2002-08-21 paf
16750:
1.116 moko 16751: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16752:
16753: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16754: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16755: class". compiled as if here they named base class
16756:
16757: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16758: cloning constructor]
16759:
16760: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16761:
16762: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16763: src/types/pa_vfile.C, src/types/pa_vmail.C:
16764: $mail.received.file.value.content-type fixed
16765:
16766: 2002-08-20 paf
16767:
16768: * src/classes/file.C: fixed language of file:file result
16769:
16770: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16771: from 3.0.0005
16772:
16773: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16774:
16775: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16776: 3.0.0005
16777:
16778: * src/classes/void.C, operators.txt: ^void.length[] = 0
16779:
16780: 2002-08-19 paf
16781:
16782: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16783: work now
16784:
16785: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16786: error in xnode, which were not catched in xdoc]
16787:
16788: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16789: prepared: // validate each document after load/create (?)
16790: //xmlDoValidityCheckingDefaultValue = 1;
16791:
16792: 2002-08-15 paf
16793:
16794: * src/classes/classes.h: write to static var caused useless
16795: Exception, introduced Methoded::put_element wich consumes those
16796:
16797: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16798: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16799: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16800: $response:field[date] $response:field[$.xxx[date]]
16801:
16802: * src/: classes/hash.C, classes/string.C, classes/table.C,
16803: classes/void.C, include/pa_sql_connection.h: fixed source of
16804: ^hash::sql{bad}
16805:
16806: * operators.txt: $request:body unprecessed POST request body
16807:
16808: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16809:
16810: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16811: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16812:
16813: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16814: src/include/pa_request.h, src/main/pa_pool.C,
16815: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16816: $request:body r.post_data now const
16817:
16818: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16819: classes/xnode.C, main/execute.C, types/pa_value.h,
16820: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16821: types/pa_vtable.h: instead of type() checking everywhere used
16822: Value.as now user descendants can be used in params.
16823:
16824: VObject::as_*, is_defined now taken from bases. xtable(table)
16825: ^if($xtable) now OK
16826:
16827: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16828: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16829: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16830:
16831: 2002-08-14 paf
16832:
16833: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16834: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16835: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16836: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16837: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16838: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16839: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16840: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16841: types/pa_vresponse.C, types/pa_vresponse.h,
16842: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16843: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16844: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16845: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16846: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16847: & VClass
16848:
16849: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16850:
16851: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16852: removed fixopt stupidity. on stupid linux use cd /document/root
16853: ../cgi/parser3 script
16854:
16855: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16856: params, splitting them by space, excluding argv[0], argv[argc-1]
16857:
16858: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16859: fixopt.h: fixopt now preprocesses command line params, splitting
16860: them by space, excluding argv[0], argv[argc-1]
16861:
16862: * src/targets/cgi/parser3.C: -f config file
16863:
16864: * src/targets/cgi/parser3.C: fixed .log file dir
16865:
16866: 2002-08-13 paf
16867:
16868: * src/types/pa_vobject.C: allow override parent variables, useful
16869: for form descendants [in vobject too, were in vclass]
16870:
16871: * src/types/pa_vclass.C: allow override parent variables, useful
16872: for form descendants
16873:
16874: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16875: overwritten in derived(table)
16876:
16877: * src/: classes/form.C, classes/mail.C, classes/op.C,
16878: classes/xnode.h, include/pa_request.h, main/execute.C,
16879: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16880: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16881: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16882: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16883: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16884: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16885: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16886: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16887: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16888: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16889: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16890: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16891: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16892: Value::get_element(..., bool looking_down) [needed to exclude
16893: endless recoursion]
16894:
16895: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16896: fix bug with put endless recoursion todo: check 'as'
16897:
16898: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16899: reorganized modules todo: fix bug with put endless recoursion
16900: todo: check 'as'
16901:
16902: * src/types/pa_vobject.h: checked: table fields can be overwritten
16903: in derived(table)
16904:
16905: * src/types/pa_vobject.h: derived classes can have fields of their
16906: own now
16907:
16908: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16909: fixed error message on using non-created table
16910:
16911: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16912: classes/op.C, classes/xnode.h, include/pa_request.h,
16913: main/compile.C, main/compile.tab.C, main/execute.C,
16914: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16915: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16916: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16917: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16918: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16919: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16920: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16921: types/pa_vresponse.C, types/pa_vresponse.h,
16922: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16923: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16924: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16925: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16926: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16927: looking down/up tree todo: fix error message on non-constructed
16928: parents
16929:
16930: 2002-08-12 paf
16931:
16932: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16933: derived OK
16934:
16935: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16936: thorough testing
16937:
16938: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16939: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16940: types/pa_vobject.h, types/pa_vstateless_class.h,
16941: types/pa_vstateless_object.h, types/pa_wcontext.h,
16942: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16943: ^base:create[] dynamic call rewritten todo: thorough testing
16944:
16945: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16946: now instantates base class, remembers it and saves child in
16947: parent VObject.get_class now returns last child = downward
16948: virtual calls OK
16949:
16950: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16951: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16952: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16953: types/pa_vobject.h, types/pa_vresponse.h,
16954: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16955: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16956: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16957: VAliased [redundant], moved $CLASS to VObject only [parser class
16958: instance]
16959:
16960: * bin/auto.p.dist.in: more like in dist on parser.ru
16961:
16962: * bin/auto.p.dist.in: fixed sendmail default comment
16963:
16964: * src/main/pa_request.C: $response:body[file] content-type check
16965: fixed [were bad when content-type is hash]
16966:
16967: 2002-08-09 paf
16968:
16969: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16970: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16971:
16972: 2002-08-08 paf
16973:
16974: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16975: src/main/pa_globals.C: year column in month calendar [week year]
16976:
16977: * src/main/execute.C: error reporting on object writes to MAIN
16978: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16979:
16980: * operators.txt, src/types/pa_vdate.h: $date.yearday
16981: $date.daylightsaving
16982:
16983: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
16984: use tainted data now. only she must specify the language.
16985:
16986: ^mail:send[ $.from[paf@mail.design.ru]
16987: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
16988: $.text[^taint[uri][ìîñêâà]=] ]
16989:
16990: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
16991: now prints more precise origin
16992:
16993: * src/include/pa_string.h: String::first_char now not fails on
16994: empty strings ^if(-f '') now ok and in 3 other places.
16995:
16996: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
16997: String::first_char now not fails on empty strings ^if(-f '') now
16998: ok and in 3 other places.
16999:
17000: 2002-08-07 paf
17001:
17002: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17003: fixed
17004:
17005: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17006:
17007: * src/: main/execute.C, types/pa_vcode_frame.h,
17008: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17009: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17010: mistakenly not completely transparent to object writes.
17011: $hash[^if(1){$hash}] now works
17012:
17013: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17014: now erasing cache file [there were bad check on that]
17015:
17016: * src/: classes/classes.dsp, classes/table.C,
17017: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17018: all Debug dirs in .dsp now named 'Debug'
17019:
1.116 moko 17020: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17021:
17022: * operators.txt, src/classes/mail.C: exception_type email.send
17023:
17024: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17025:
17026: * src/types/pa_vmail.C: mail:send empty email checked
17027:
17028: 2002-08-06 paf
17029:
17030: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17031: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17032: ^table::create[$source;$.options] ^table::join[$source;$.options]
17033:
17034: * operators.txt, src/classes/hash.C, src/classes/string.C,
17035: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17036: # $.default() }
17037:
17038: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17039:
17040: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17041: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17042: $file.content-type [instead of .mime-type] now works for
17043: file::stat also
17044:
17045: * src/main/pa_request.C: case insensitive mime_type_of
17046:
17047: * bin/auto.p.dist.in: jpeg
17048:
17049: 2002-08-05 paf
17050:
17051: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17052:
17053: * src/types/pa_vmail.C: file buffer relocated to parser heap
17054:
17055: * operators.txt: comment on date:calendar week column
17056:
17057: * src/main/pa_common.C: write checked
17058:
17059: * src/main/: pa_common.C: write checked
17060:
17061: * src/classes/date.C: +1 buf size for stupid snprintfs
17062:
17063: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17064: month calendar week column [ISO 8601 Week Numbers]
17065:
17066: 2002-08-02 paf
17067:
17068: * src/: include/pa_config_fixed.h, main/pa_string.C,
17069: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17070: DEBUG*
17071:
17072: * configure, configure.in, src/include/pa_version.h: release
17073: 3_0_0005
17074:
17075: * bin/auto.p.dist.in: unhandled_exception comments
17076:
17077: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17078: multipart post fixed
17079:
17080: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17081: response transcoded source->client only when text/* or simple
17082: onoverridden $response:body
17083:
17084: 2002-08-01 paf
17085:
17086: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17087: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17088: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17089: classes/op.C, classes/response.C, classes/string.C,
17090: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17091: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17092: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17093: include/pa_config_fixed.h, include/pa_dictionary.h,
17094: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17095: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17096: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17097: include/pa_socks.h, include/pa_sql_connection.h,
17098: include/pa_sql_driver_manager.h, include/pa_stack.h,
17099: include/pa_string.h, include/pa_stylesheet_connection.h,
17100: include/pa_stylesheet_manager.h, include/pa_table.h,
17101: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17102: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17103: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17104: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17105: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17106: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17107: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17108: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17109: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17110: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17111: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17112: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17113: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17114: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17115: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17116: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17117: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17118: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17119: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17120: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17121: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17122: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17123: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17124: types/pa_vmethod_frame.h, types/pa_vobject.h,
17125: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17126: types/pa_vresponse.h, types/pa_vstateless_class.C,
17127: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17128: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17129: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17130: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17131: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17132: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17133:
17134: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17135: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17136: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17137: classes/math.C, classes/op.C, classes/response.C,
17138: classes/string.C, classes/table.C, classes/void.C,
17139: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17140: include/pa_array.h, include/pa_cache_managers.h,
17141: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17142: include/pa_config_fixed.h, include/pa_config_includes.h,
17143: include/pa_dictionary.h, include/pa_dir.h,
17144: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17145: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17146: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17147: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17148: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17149: include/pa_stack.h, include/pa_string.h,
17150: include/pa_stylesheet_connection.h,
17151: include/pa_stylesheet_manager.h, include/pa_table.h,
17152: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17153: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17154: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17155: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17156: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17157: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17158: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17159: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17160: main/pa_sql_driver_manager.C, main/pa_string.C,
17161: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17162: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17163: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17164: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17165: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17166: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17167: targets/isapi/pool_storage.h, types/pa_valiased.C,
17168: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17169: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17170: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17171: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17172: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17173: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17174: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17175: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17176: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17177: types/pa_vresponse.C, types/pa_vresponse.h,
17178: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17179: types/pa_vstateless_object.h, types/pa_vstatus.C,
17180: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17181: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17182: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17183: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17184: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17185: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17186: types/Makefile.am: ident.C* removed
17187:
17188: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17189: file:find[/can/do/this/now.txt]
17190:
17191: * src/targets/cgi/parser3.C: usage to stdout now
17192:
17193: 2002-07-31 paf
17194:
17195: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17196:
17197: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17198: default "postmaster"
17199:
17200: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17201: -f postmaster now default sendmail key word "postmaster"
17202: replaced to $.from
17203:
17204: 2002-07-30 paf
17205:
1.116 moko 17206: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17207: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17208:
17209: * src/main/pa_charset.C: comment
17210:
17211: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17212: table, &#decimal;
17213:
17214: * src/main/pa_request.C: comment
17215:
17216: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17217: paragraf]
17218:
17219: 2002-07-11 paf
17220:
17221: * src/main/pa_exec.C: build command line badly added params twice
17222: [and first time without ' ']. double wrong. fixed.
17223:
17224: * src/main/pa_exec.C: invalid .exe caused error message with params
17225: wich parser did not provide = reported badly. fixed that.
17226:
17227: * src/classes/mail.C: $MAIL[ # xxx ]
17228:
17229: now ok
17230:
17231: * operators.txt: plan: sql detailed exception
17232:
17233: 2002-07-01 paf
17234:
17235: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17236: [MForm.configure_admin were called when request.main_class ==0
17237:
17238: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17239:
17240: * src/classes/form.C: content_length type fix
17241:
17242: 2002-06-30 paf
17243:
17244: * src/classes/mail.C: merged from 4
17245:
17246: * src/classes/mail.C: restored $MAIL
17247:
17248: 2002-06-28 paf
17249:
17250: * configure, configure.in: removed paths.h
17251:
1.116 moko 17252: * configure, src/include/pa_version.h,
1.95 moko 17253: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17254: merged, makes updated
17255:
17256: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17257: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17258: src/include/pa_pool.h, src/include/pa_version.h,
17259: src/main/pa_charset.C, src/main/pa_pool.C,
17260: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17261: src/types/pa_vmail.C: merged latest updates to head
17262:
17263: 2002-06-27 paf
17264:
17265: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17266: not error now
17267:
17268: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17269: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17270: src/main/pa_charset.C, src/main/pa_pool.C:
17271: ^xdoc::create[[uri]]... base uri for document being created,
17272: imports and other relative file names would be relative to this
17273: uri default uri=path_translated
17274:
17275: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17276:
17277: 2002-06-26 paf
17278:
17279: * configure, configure.in, src/include/pa_version.h:
17280: release_3_0_0004
17281:
17282: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17283: 0 now
17284:
17285: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17286:
17287: 2002-06-25 paf
17288:
17289: * src/main/pa_string.C: emtpy string, or string of whitespaces
17290: considered bad number now
17291:
17292: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17293: now
17294:
17295: * operators.txt, src/classes/string.C: ^string.normalize [old
17296: name: optimize
17297:
17298: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17299: library configured
17300:
17301: * src/main/pa_request.C: configure_admin forced if no @conf
17302:
17303: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
17304: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
17305: when needed and to call system crypt() if not $apr1$ prefix
17306:
17307: 2002-06-24 paf
17308:
17309: * INSTALL: --with-static/shared-mailreceive described
17310:
17311: * src/include/pa_config_fixed.h: ssize_t fixed
17312:
1.116 moko 17313: * configure, configure.in, src/include/pa_config_auto.h.in,
17314: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17315: src/types/pa_vmail.C: $mail:received makes update
17316:
17317: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17318: WITH_MAILRECEIVE
17319:
17320: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17321:
17322: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17323: option, for $mail:receive
17324:
17325: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17326: introducting $message:received ^mail:send rewritten with backward
17327: comp
17328:
17329: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17330: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17331: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17332: now
17333:
17334: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17335: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17336: src/include/pa_request.h, src/include/pa_string.h,
17337: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17338: src/main/pa_globals.C, src/main/pa_request.C,
17339: src/main/pa_string.C, src/main/pa_uue.C,
17340: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17341: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17342: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17343: uue to separate file introducting $message:received ^mail:send
17344: rewritten with backward comp
17345:
17346: 2002-06-21 paf
17347:
1.116 moko 17348: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17349: co changes
1.95 moko 17350:
1.116 moko 17351: * configure, configure.in, src/lib/md5/Makefile.am,
17352: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17353: restructure .in and .am files appropriate changes
1.95 moko 17354:
17355: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17356: pcre to libs/ added libs/md5 which is linked to non-apache
17357: targets ^math:crypt[password;$apr1$salt]
17358:
17359: * INSTALL, configure.in, operators.txt, parser3.dsw,
17360: src/Makefile.am, src/classes/Makefile.am,
17361: src/classes/classes.dsp, src/classes/math.C,
17362: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17363: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17364: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17365: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17366: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17367: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17368: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17369: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17370: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17371: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17372: src/lib/pcre/pcre_parser_ctype.dsp,
17373: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17374: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17375: src/main/compile.tab.C, src/main/main.dsp,
17376: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17377: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17378: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17379: to libs/ added libs/md5 which is linked to non-apache targets
17380: ^math:crypt[password;$apr1$salt]
17381:
17382: 2002-06-20 paf
17383:
17384: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 17385: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
17386: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 17387: src/include/pa_request.h, src/main/execute.C,
17388: src/main/pa_request.C, src/targets/cgi/parser3.C,
17389: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
17390: marged latest HEAD updates, mainly file:justname&co &
17391: @auto/conf[filespec
17392:
17393: * operators.txt, src/classes/file.C:
17394: !^file:dirname[/a/some.tar.gz]=/a
17395: !^file:dirname[/a/b/]=/a
17396: !^file:basename[/a/some.tar.gz]=some.tar.gz
17397: !^file:justname[/a/some.tar.gz]=some.tar
17398: !^file:justext[/a/some.tar.gz]=gz
17399:
17400: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17401: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17402: @conf/auto[filespec]
17403:
17404: * bin/auto.p.dist.in: <noindex>
17405:
1.116 moko 17406: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17407:
17408: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
17409: bin/auto.p.dist.in, src/doc/doxygen.cfg,
17410: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17411: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17412:
17413: 2002-06-18 paf
17414:
17415: * configure, configure.in, src/include/pa_version.h: version to
17416: configure.in
17417:
17418: * INSTALL: reflected .conf.dist dir change
17419:
1.116 moko 17420: * Makefile.am, configure, configure.in, bin/Makefile.am,
17421: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17422: .in & *.am updated
17423:
17424: * src/classes/file.C: strncasecmp
17425:
17426: * src/classes/file.C: strcasecmp
17427:
1.116 moko 17428: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
17429: from etc
1.95 moko 17430:
17431: * src/classes/file.C: ^file::exec[script;$.bad error case
17432: insensitive check now
17433:
17434: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17435:
17436: * configure, configure.in, src/include/pa_pool.h,
17437: src/include/pa_types.h: pack configure.in detection simplified.
17438: figured out that gcc on sparc not that stupid as thought
17439: previously: on sparc: when it sees packed class it modifies it's
17440: field-access-code to byte operations [stb, ldub] instead of 4byte
17441: operations [st, lduh] so packed must be all parts of packed
17442: class, i.e. it's parents&fields(classes). for now it's only
17443: String that packed and what was wrong is that it's parent -
17444: Pooled, were not packed. fixed that.
17445:
17446: 2002-06-14 paf
17447:
17448: * operators.txt: more precise xml-to-text options
17449:
17450: * operators.txt, src/types/pa_vxnode.C: xnode
17451: attribute_node.name/value xnode pi.node.data
17452:
17453: 2002-06-12 paf
17454:
1.116 moko 17455: * configure, configure.in, src/targets/cgi/Makefile.am,
17456: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17457:
17458: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17459: src/include/pa_globals.h, src/include/pa_request.h,
17460: src/main/compile.tab.C, src/main/pa_globals.C,
17461: src/main/pa_request.C, src/targets/cgi/parser3.C,
17462: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17463:
17464: * src/classes/mail.C: sendmail -ti [default now]
17465:
17466: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17467: to be strings. for convinient #ing
17468:
17469: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17470: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17471:
17472: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17473: main/pa_globals.C, main/pa_request.C: @conf
17474:
17475: 2002-06-11 paf
17476:
17477: * src/classes/file.C: check simplified
17478:
17479: * src/: classes/file.C, targets/cgi/parser3.dsp,
17480: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17481: valid prefix
17482:
17483: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17484: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17485: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17486:
17487: 2002-06-10 paf
17488:
17489: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17490: src/main/pa_common.C: lock failures reported now
17491:
17492: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17493: string->double @ compile time were not-enough-checking...
17494:
17495: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17496: autoconvert now ignored
17497:
17498: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17499: check
17500:
17501: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17502: $response:body content-type:name
17503:
17504: * configure, configure.in: hpux check, nsl link, no socket
17505:
17506: * operators.txt: old merge conflict removed
17507:
17508: * configure, configure.in: pack even address access on sparc&co
17509: arch checked in configure
17510:
17511: * configure, src/include/pa_version.h: makes
17512:
17513: * configure, configure.in, src/include/pa_version.h: makes
17514:
17515: * src/main/untaint.C: (bug#2) mail subject got always prepended
17516: with charset even when all letters were 7bit one
17517:
17518: * src/main/pa_common.C: merged fixed -d (bug)
17519:
17520: * src/main/pa_common.C: fixed -d (bug)
17521:
17522: 2002-06-03 paf
17523:
17524: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17525: src/classes/classes.dsp, src/main/compile.tab.C,
17526: src/main/main.dsp, src/main/pa_globals.C,
17527: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17528: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17529: .dsp-s along with reorganized cvs modules dirs structure
17530:
17531: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17532: main/pa_globals.C, targets/cgi/parser3.dsp,
17533: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17534: modules
17535:
17536: 2002-05-28 paf
17537:
17538: * src/targets/cgi/parser3.C: info.uri now ""
17539:
17540: 2002-05-17 paf
17541:
17542: * src/classes/: table.C: ^table.save << checked empty
17543: pre/match/post columns
17544:
17545: 2002-05-16 paf
17546:
17547: * src/classes/image.C: image::measure can png now
17548:
17549: 2002-05-15 paf
17550:
17551: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17552: added
17553:
17554: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17555:
17556: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17557: %H[:%M[:%S]]]]]] [-%m now
17558:
17559: 2002-05-14 paf
17560:
17561: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17562:
17563: 2002-05-07 paf
17564:
17565: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17566: src/include/pa_globals.h, src/include/pa_request.h,
17567: src/include/pa_table.h, src/main/compile.tab.C,
17568: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17569: src/main/pa_request.C, src/main/pa_table.C,
17570: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17571: src/targets/isapi/parser3isapi.dsp,
17572: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17573: name2number field now &. main_method_name now on Request pool
17574: rather on global_pool [Junction+VJunction created on same pool as
17575: name = were created on global pool, causing mem leaks]
17576:
17577: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17578: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17579: main/compile.y, main/main.dsp, main/pa_globals.C,
17580: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17581: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17582: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17583: field now &. main_method_name now on Request pool rather on
17584: global_pool [Junction+VJunction created on same pool as name =
17585: were created on global pool, causing mem leaks]
17586:
17587: 2002-05-06 paf
17588:
17589: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17590: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17591: 100*40 bytes per request memory leak [nonpool malloc in globals]
17592:
17593: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17594: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17595: 100*40 bytes per request memory leak [nonpool malloc in globals]
17596:
17597: 2002-04-30 paf
17598:
17599: * configure, src/include/pa_version.h: version now not b
17600:
17601: * src/targets/cgi/parser3.C: request.uri now never 0
17602:
17603: 2002-04-29 paf
17604:
17605: * configure.in: removed b
17606:
17607: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17608: Exception::comment/type checked in (), no there's no empty
17609: type/comment by default
17610:
17611: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17612: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17613: src/doc/value.dox, src/include/pa_exception.h,
17614: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17615: 0001
17616:
17617: 2002-04-26 paf
17618:
17619: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17620: size reduced
17621:
17622: 2002-04-25 paf
17623:
17624: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17625: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17626: now that took into account
17627:
17628: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17629: 01:03:04]
17630:
17631: * ChangeLog, operators.txt, src/classes/date.C:
17632: ^date::create[2002-12-33 01:03:04]
17633:
17634: * ChangeLog: updated changelog
17635:
17636: * src/classes/table.C: removed restriction on column count to
17637: ^table.hash to work, now must be >0 [were >1]
17638:
17639: 2002-04-24 paf
17640:
17641: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17642: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17643: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17644: targets
17645:
17646: 2002-04-23 paf
17647:
17648: * operators.txt, src/classes/string.C:
17649: int/double/string:sql{}[$.default{code}] fixed [were barking:
17650: "junction used outside of context"]
17651:
17652: 2002-04-22 paf
17653:
17654: * types.txt, src/classes/string.C, src/include/pa_string.h,
17655: src/main/pa_string.C, src/types/pa_vstring.C,
17656: src/types/pa_vstring.h: ^string.optimize[]
17657:
17658: * src/: include/pa_globals.h, include/pa_table.h,
17659: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17660: table template
17661:
17662: * src/classes/: string.C: optimize removed from string
17663: .left/right/pos
17664:
17665: * src/main/execute.C: rolled back to
17666: before_killing_userjunction_contexts
17667:
17668: * src/main/execute.C: user junctions context killed
17669:
17670: * src/main/execute.C: junctions to local contexts got
17671: cleanized&checked later
17672:
17673: 2002-04-19 paf
17674:
17675: * src/: classes/string.C, include/pa_request.h,
17676: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17677: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17678: prior to .left .right .mid .pos .match when that is profitable,
17679: and always before .replace when $ORIGINS(1) optimization disabled
17680: economy from not wasting mem on lots of strings which occur by
17681: lots of String:mid calls to get parts of source string between
17682: found_occurances
17683:
17684: * src/classes/file.C: ovector now local economy: 16 bytes per
17685: ^file:list
17686:
17687: * src/: include/pa_globals.h, include/pa_table.h,
17688: main/pa_globals.C, main/pa_string.C: String::match table columns
17689: globalized, not created @ each ^match anymore economy:
17690: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17691:
17692: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17693: removed from each String::match replace iteration, and made
17694: stacked sizeof(VTable)=12bytes economy on each replace code
17695:
17696: * src/doc/footer.htm: 2001,
17697:
17698: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17699: string.match[]['] option enables generation of $match.prematch
17700: .match .postmatch columns
17701:
17702: * src/main/pa_string.C: String::match options analized without
17703: cstr-ing them now
17704:
17705: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17706: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17707: config updated to doxygen 1.2.15, created helper which fixes
17708: minor bugs in chm project files & htm tree. changed extension to
17709: .htm
17710:
17711: 2002-04-18 paf
17712:
17713: * src/doc/doxygen.cfg: .chi generation disabled
17714:
17715: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17716: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17717: fields&methods
17718:
17719: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17720: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17721: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17722: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17723: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17724: types/pa_vresponse.h, types/pa_vstateless_class.h,
17725: types/pa_vstateless_object.h, types/pa_vstatus.h,
17726: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17727: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17728: VStateless_class to VObject
17729:
17730: * src/: main/pa_request.C, types/pa_valiased.h,
17731: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17732: types/pa_vstring.h: VStateless_string_object speicalized light
17733: version of VStateless_object
17734:
17735: * src/classes/op.C: ^throw comment param made optional
17736:
17737: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17738: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17739: and implemented down in VClass, fclass_alias removed,
17740:
17741: * src/types/pa_value.C: forced to cut that from .h because of
17742: VStateless_class usage [undefined in .h]
17743:
17744: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17745: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17746: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17747: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17748: on each CALL]
17749:
17750: * src/: classes/classes.h, classes/date.C, classes/double.C,
17751: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17752: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17753: classes/response.C, classes/string.C, classes/table.C,
17754: classes/void.C, classes/xnode.C, include/pa_globals.h,
17755: include/pa_request.h, main/execute.C, main/pa_globals.C,
17756: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17757: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17758: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17759: types/pa_vstateless_class.h, types/pa_wcontext.C,
17760: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17761: removed Value::fname
17762:
17763: 2002-04-17 paf
17764:
17765: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17766: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17767: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17768: include/pa_pool.h, include/pa_types.h: dox updated to current
17769: state, PTHROW freshen to throw & co
17770:
17771: * src/types/pa_vhash.h: vstring wrong parent fixed
17772:
17773: * src/classes/op.C: taint local result var bug fixed
17774:
17775: 2002-04-16 paf
17776:
17777: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17778: Attic asm.txt as most interesting
17779:
17780: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17781: check, preventing content-length: 0 from appearing
17782:
17783: * src/main/execute.C: $result in @main now taken into account as in
17784: usual functions
17785:
17786: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17787: & @unhandled_exception now taken into account as in usual
17788: functions
17789:
17790: * src/doc/postbuild.txt: instructions on post .html build
17791:
17792: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17793:
17794: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17795: tainted
17796:
17797: * src/main/pa_request.C: uri in error log
17798:
17799: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17800: cheched date:create(days) param for validity [later were assumed
17801: valid and crashed on invalid onces]
17802:
17803: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17804: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17805: and used that for removing VString wrapper
17806:
17807: * src/classes/op.C: exception2vhash file now tainted
17808:
17809: * src/classes/op.C: _process pseudo origin copied from local var to
17810: heap
17811:
17812: * src/classes/op.C: extra check on empty file in origin in _execute
17813:
17814: 2002-04-15 paf
17815:
17816: * src/: main/execute.C, types/pa_value.h: fixed name update
17817:
17818: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17819: functions
17820:
17821: * src/: classes/file.C, classes/hash.C, classes/op.C,
17822: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17823: started dual write_xxx_lang functions, if checked & works
17824:
17825: * src/: classes/date.C, classes/file.C, classes/mail.C,
17826: classes/string.C, classes/xnode.C, include/pa_request.h,
17827: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17828: unnecessary VString shells
17829:
17830: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17831: prev changes]
17832:
17833: * src/: classes/image.C, classes/op.C, classes/string.C,
17834: classes/table.C, include/pa_request.h, main/execute.C,
17835: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17836: StringOrValue wcontext result, now ready for dual writes
17837:
17838: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17839: checked that
17840:
17841: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17842: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17843: changed to OP_WRITE_VALUE in var get cases
17844:
17845: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17846: include/pa_request.h, main/compile.tab.C, main/compile.y,
17847: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17848: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17849: switch in hash constructor fixed [were problems with using of
17850: stacked wwrapper after it's death]
17851:
17852: 2002-04-12 paf
17853:
17854: * operators.txt, src/classes/table.C: table.select(expression) 0
17855:
17856: 2002-04-11 paf
17857:
17858: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17859: Request::process_internal codeFrame & wwrapper stacked [not
17860: wasting heap anymore]
17861:
17862: 2002-04-10 paf
17863:
17864: * src/: classes/double.C, classes/file.C, classes/hash.C,
17865: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17866: classes/string.C, classes/table.C, classes/void.C,
17867: classes/xdoc.C, include/pa_request.h, main/execute.C,
17868: main/pa_string.C: killed Request::process() wrapping
17869: VString(String) in case we need only String
17870:
17871: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17872: killed 8 bytes from String.head
17873:
17874: 2002-04-09 paf
17875:
17876: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17877: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17878: local*/char b[...]; a=b; situations
17879:
17880: * operators.txt, src/classes/xdoc.C: xslt params made literal
17881:
17882: * src/classes/xdoc.C: xslt params fixed
17883:
17884: * src/: main/pa_common.C, targets/cgi/parser3.C,
17885: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17886: not pool.malloc(MAX_NUMBER) but really neaded
17887:
17888: * operators.txt, src/classes/double.C, src/classes/int.C:
17889: int/double.int/double(default)
17890:
17891: 2002-04-04 paf
17892:
17893: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17894: [when reconstructing pieces were split by
17895: max_integral(piece.size), thus some strings to replace happen to
17896: be split into two = not replaced)
17897:
17898: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17899: standalone version = current dir
17900:
17901: * src/targets/cgi/parser3.C: document root in standalone version =
17902: current dir
17903:
17904: 2002-04-03 paf
17905:
17906: * configure, configure.in: more checks on nonexistent charset
17907:
1.116 moko 17908: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17909:
17910: 2002-04-02 paf
17911:
17912: * src/main/compile.C: parser.compile [exception name more like in
17913: doc]
17914:
17915: 2002-04-01 paf
17916:
17917: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17918: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17919: .content-type.charset, not .charset
17920:
17921: 2002-03-29 paf
17922:
17923: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17924:
17925: * operators.txt, src/classes/date.C: ^date::create now may not
17926: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17927: days' year. | 31.05->31.04 roll
17928:
17929: 2002-03-28 paf
17930:
17931: * operators.txt, src/classes/date.C, src/classes/op.C,
17932: src/include/pa_globals.h, src/include/pa_hash.h,
17933: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17934: ^cache(seconds) ^cache[date] }
17935:
17936: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17937: param
17938:
17939: 2002-03-27 paf
17940:
17941: * operators.txt, src/classes/date.C, src/classes/double.C,
17942: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17943: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17944: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17945: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17946: src/classes/xnode.C, src/include/pa_exception.h,
17947: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17948: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17949: src/main/pa_array.C, src/main/pa_charset.C,
17950: src/main/pa_charsets.C, src/main/pa_common.C,
17951: src/main/pa_dictionary.C, src/main/pa_exception.C,
17952: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17953: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17954: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17955: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17956: src/types/pa_value.h, src/types/pa_vcookie.C,
17957: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17958: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17959: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17960: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17961: src/types/pa_wwrapper.h: assigned exception types
17962:
17963: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17964: src/include/pa_request.h, src/main/execute.C,
17965: src/main/pa_request.C: decided agains resetting exception_trace,
17966: just changed name
17967:
17968: 2002-03-26 paf
17969:
17970: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17971: fixed
17972:
17973: * src/classes/op.C: forced language of $source field of exception
17974: to 'tainted', so that sql-langed-frags could be outputed outside
17975: of connect
17976:
17977: * operators.txt: removed date.roll limit of +-1 offset
17978:
17979: * src/classes/date.C: removed date.roll limit of +-1 offset
17980:
17981: * operators.txt, src/classes/date.C: fixed date roll on
17982: daylightsaving days mktime took into account tm_isdst flag, which
17983: remained from BEFORE roll, but should have been reset
17984:
17985: 2002-03-25 paf
17986:
17987: * operators.txt, src/targets/cgi/parser3.C:
17988: http_site_config_filespec
17989:
17990: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
17991: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
17992: with any/both --disable-foreign-group-files --disable-execs
17993:
17994: * INSTALL: "--with=sendmail=COMMAND" comment
17995:
17996: * INSTALL, configure, configure.in, src/classes/mail.C,
17997: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 17998: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
17999: disables execs also. introducing --sendmail
1.95 moko 18000:
18001: * operators.txt: pgsql options comment
18002:
18003: * INSTALL: comment on --disable-link-stdcpp
18004:
1.116 moko 18005: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18006: libstdc++ link skipping configure option
1.95 moko 18007:
18008: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18009: with error were put to cache with 'marked_to_rollback' flag, all
18010: consequent even OK requests rolled back
18011:
18012: 2002-03-22 paf
18013:
18014: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18015: false return
18016:
18017: * operators.txt: few comments on sets
18018:
18019: 2002-03-18 paf
18020:
18021: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18022: src/include/pa_globals.h, src/include/pa_request.h,
18023: src/include/pa_stack.h, src/main/pa_globals.C,
18024: src/main/pa_request.C: introducing ^try
18025:
18026: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18027: types/pa_vdouble.h: removed some tested @tests
18028:
18029: 2002-03-15 paf
18030:
18031: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18032:
18033: 2002-03-13 paf
18034:
18035: * src/main/pa_exception.C: checked not-pooled malloc
18036:
18037: 2002-03-11 paf
18038:
18039: * INSTALL, configure, configure.in,
18040: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18041:
18042: * src/main/pa_common.C: --disable-foreign-group-files
18043:
18044: * INSTALL: --disable-execs
18045:
18046: * src/main/pa_exec.C: --disable-execs
18047:
18048: * configure, configure.in, src/include/pa_config_auto.h.in:
18049: --disable-execs
18050:
18051: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18052:
18053: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18054: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18055:
18056: 2002-03-05 paf
18057:
18058: * operators.txt, src/classes/date.C: date week calendar columns
18059: named
18060:
18061: * operators.txt, src/classes/date.C: date week calendar columns
18062: named
18063:
18064: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18065: requires headers to be terminated with \r\n manually [refuses to
18066: separate header/body itself]
18067:
18068: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18069: targets/isapi/parser3isapi.C: isapi site config beside .dll
18070:
18071: 2002-03-04 paf
18072:
18073: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18074: in PASS language
18075:
18076: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18077: deserialize checks on broken file
18078:
18079: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18080: parser3isapi.dsp: isapi updated
18081:
18082: 2002-03-01 paf
18083:
18084: * src/main/pa_exec.C: execle -> execve, now argc OK
18085:
18086: 2002-02-28 paf
18087:
18088: * src/main/untaint.C: removed some debug comments
18089:
18090: * src/main/pa_charsets.C: when placing charset to cache using
18091: global name now [were request]
18092:
18093: * configure, configure.in: apache module updated
18094:
18095: * src/main/pa_string.C: origin by first piece preferred before last
18096: piece
18097:
18098: 2002-02-27 paf
18099:
18100: * src/main/pa_charset.C: size_t
18101:
18102: * INSTALL: shared/static-xml with-pathlink
18103:
18104: * operators.txt: SMTP comment
18105:
18106: 2002-02-26 paf
18107:
18108: * src/main/pa_exec.C: more precise names for vars, cosmetic
18109:
18110: * src/classes/xnode.C: in some situation, xpath query returned
18111: result with type NODESET, but empty nodeset member field, checked
18112: that
18113:
18114: 2002-02-22 paf
18115:
18116: * INSTALL: without-zlib comment
18117:
18118: * etc/parser3.charsets/windows-1251.cfg: °
18119:
18120: * configure, configure.in: glib###.a detection fixed
18121:
18122: * INSTALL: hashfile removed from INSTALL
18123:
1.116 moko 18124: * Makefile.am: make update
1.95 moko 18125:
18126: * src/main/pa_string.C: string iterators fixed again, so were
18127: String::join_chain
18128:
18129: * src/main/pa_string.C: string iterators fixed again, so were
18130: String::join_chain
18131:
18132: * src/: include/pa_string.h, main/pa_string.C: string iterators
18133: fixed again, so were String::join_chain
18134:
18135: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18136:
18137: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18138: "session"
18139:
1.116 moko 18140: * configure, configure.in, src/include/pa_config_auto.h.in:
18141: --with-shared-xml --with-static-xml
1.95 moko 18142:
18143: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18144: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18145: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18146: xalan&xml
18147:
18148: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18149:
18150: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18151: src/types/types.dsp: removed hashfile support from sources for
18152: now
18153:
1.116 moko 18154: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18155: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18156: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18157: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18158: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18159: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18160: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18161: src/types/Makefile.am, src/types/pa_vhashfile.C,
18162: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18163:
18164: 2002-02-21 paf
18165:
18166: * src/main/untaint.C: removed debug code, activated commented-for
18167: debug parts
18168:
1.116 moko 18169: * Makefile.am: make cvsupdate
1.95 moko 18170:
18171: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18172: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18173: append_row, not at link zero now string to string appending works
18174:
18175: 2002-02-20 paf
18176:
18177: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18178: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18179: DEBUG_STRING_APPENDS_VS_EXPANDS
18180:
18181: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18182: economy: 22%
18183:
18184: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18185: space uptimized: string::link_row removed
18186:
18187: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18188: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18189: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18190: types/pa_vstring.h: speed uptimized: string::is_empty
18191:
18192: * operators.txt, src/include/pa_common.h,
18193: src/include/pa_config_fixed.h, src/include/pa_string.h,
18194: src/include/pa_types.h, src/main/compile.tab.C,
18195: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18196: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18197: string append optimiziation idea and estimates
18198:
18199: 2002-02-19 paf
18200:
18201: * src/classes/math.C: not used directly [but erroreously reported
18202: that 'is', thus registering twice&other probs]
18203:
18204: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18205: to node [element]
18206:
18207: * src/main/compile.C: without string_origins parse error
18208: file+line+col possible
18209:
18210: * src/main/: compile.C: without string_origins not worked
18211:
18212: 2002-02-18 paf
18213:
18214: * src/types/pa_vdouble.h: since we have in_expression removed that
18215: trick i've installed into double::as_string
18216:
18217: * src/main/pa_globals.C: extern "C" was removed too fast
18218:
18219: * src/: include/pa_opcode.h, include/pa_request.h,
18220: main/compile.tab.C, main/compile.y, main/execute.C,
18221: types/pa_wcontext.h: in_expression aimed to solve old problem
18222: with string/nonstring values, now in expressions double/int
18223: values are passed as-is, without stupid tostring/fromstring
18224: conversions
18225:
18226: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18227: __cplusplus } #endif
18228:
18229: * src/main/compile.tab.C: bison env set so one could compile
18230: without cygwin installed
18231:
18232: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18233: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18234: gnome xml libs parser .dsp-s changed accordingly
18235:
18236: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18237:
18238: * operators.txt, src/classes/date.C: date::create [were date::set,
18239: with backward comp
18240:
18241: * src/classes/math.C: math:random range check fixed
18242:
18243: * src/main/: compile.tab.C, compile.y: integer division stops name
18244:
18245: * INSTALL: local install comment
18246:
1.116 moko 18247: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18248:
1.116 moko 18249: * acinclude.m4, aclocal.m4, configure, configure.in,
18250: src/include/pa_config_auto.h.in,
18251: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18252: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18253:
18254: * operators.txt: \ comment
18255:
18256: 2002-02-13 paf
18257:
18258: * src/include/pa_config_includes.h: sys/time time both included
18259: now. vaguely remember confilicts on this on some system [not on
18260: six|ablv] so when would see them again would think up proper
18261: check
18262:
1.116 moko 18263: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18264: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18265:
18266: * src/main/pa_common.C: truncation never occured when writing files
18267: on unix [since i've changed cache mech] fix
18268:
18269: * src/main/pa_common.C: strnchr: sanity check added
18270:
18271: * etc/parser3.charsets/windows-1257.cfg: id added
18272:
18273: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18274: baltic charset file generated, in generation script ispunct check
18275: added
18276:
18277: 2002-02-08 paf
18278:
1.116 moko 18279: * src/: include/Makefile.am, sql/Makefile.am,
18280: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18281:
18282: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18283: forgotten
18284:
18285: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18286:
18287: * INSTALL, README: install&others updated
18288:
18289: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18290:
1.116 moko 18291: * Makefile.am, configure, configure.in,
18292: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18293: src/classes/Makefile.am, src/main/Makefile.am,
18294: src/main/pa_status_provider.C, src/targets/Makefile.am,
18295: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18296: works
1.95 moko 18297:
18298: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18299: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18300: classes/hashfile.C, classes/int.C, classes/mail.C,
18301: classes/math.C, classes/op.C, classes/response.C,
18302: classes/string.C, classes/table.C, classes/void.C,
18303: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18304: include/pa_array.h, include/pa_cache_managers.h,
18305: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18306: include/pa_config_fixed.h, include/pa_config_includes.h,
18307: include/pa_db_connection.h, include/pa_db_manager.h,
18308: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18309: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18310: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18311: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18312: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18313: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18314: include/pa_stack.h, include/pa_string.h,
18315: include/pa_stylesheet_connection.h,
18316: include/pa_stylesheet_manager.h, include/pa_table.h,
18317: include/pa_threads.h, include/pa_types.h, main/compile.C,
18318: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18319: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18320: main/pa_db_connection.C, main/pa_db_manager.C,
18321: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18322: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18323: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18324: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18325: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18326: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18327: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18328: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18329: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18330: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18331: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18332: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18333: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18334: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18335: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18336: types/pa_vmethod_frame.h, types/pa_vobject.h,
18337: types/pa_vrequest.h, types/pa_vresponse.h,
18338: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18339: types/pa_vstateless_object.h, types/pa_vstatus.C,
18340: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18341: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18342: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18343: classes/image.C, main/pa_common.C, main/pa_exec.C,
18344: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18345: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18346: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18347: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18348: types/pa_vxnode.C, main/pa_charset.C: name spelling
18349:
18350: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18351: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18352: classes/hashfile.C, classes/image.C, classes/int.C,
18353: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18354: classes/string.C, classes/table.C, classes/void.C,
18355: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18356: include/pa_array.h, include/pa_cache_managers.h,
18357: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18358: include/pa_config_fixed.h, include/pa_config_includes.h,
18359: include/pa_db_connection.h, include/pa_db_manager.h,
18360: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18361: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18362: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18363: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18364: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18365: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18366: include/pa_stack.h, include/pa_string.h,
18367: include/pa_stylesheet_connection.h,
18368: include/pa_stylesheet_manager.h, include/pa_table.h,
18369: include/pa_threads.h, include/pa_types.h, main/compile.C,
18370: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18371: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18372: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18373: main/pa_db_connection.C, main/pa_db_manager.C,
18374: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18375: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18376: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18377: main/pa_socks.C, main/pa_sql_driver_manager.C,
18378: main/pa_status_provider.C, main/pa_string.C,
18379: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18380: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18381: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18382: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18383: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18384: targets/isapi/pool_storage.h, types/pa_valiased.C,
18385: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18386: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18387: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18388: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18389: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18390: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18391: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18392: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18393: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18394: types/pa_vresponse.h, types/pa_vstateless_class.C,
18395: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18396: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18397: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18398: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18399: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18400: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18401:
18402: 2002-02-07 paf
18403:
18404: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18405:
1.116 moko 18406: * configure, configure.in, src/include/pa_config_auto.h.in,
18407: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18408: added yet another locking function: fcntl
1.95 moko 18409:
18410: * config.sub: on cygwin configure passes it with strange i1586
18411: const, hacked it to mean i586
18412:
18413: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18414: disabled $if reference due to conflicts with local variables
18415:
18416: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18417: xdoc::set obsolete now, now xdoc::create, with both sences
18418:
18419: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18420: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18421: table::create now // 'set' name obsolete now table clone.
18422:
18423: * operators.txt, src/classes/string.C,
18424: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18425: ^int/double/string.format now can be called with normal []
18426: brackets, not stupid {} as it were implemented for some strange
18427: reason. retaining backward compatibility due to some
18428: already-implemented servers
18429:
18430: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18431: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18432: operators now detected by check at name_without_curly_rdive_read
18433: rule whether diving code constists only of
18434: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18435: with OP_GET_ELEMENT_OR_OPERATOR to form
18436: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18437:
18438: 2002-02-06 paf
18439:
18440: * configure, configure.in: prefix expanded, grr
18441:
18442: * operators.txt, src/classes/mail.C: mail:send config changed
18443:
18444: 2002-02-05 paf
18445:
18446: * operators.txt: regex options commented
18447:
18448: * src/main/: pa_exec.C: argv0 now correct
18449:
18450: * src/types/pa_vstatus.C: status:rusage 3
18451:
18452: * src/types/pa_vstatus.C: status:rusage 2
18453:
18454: * operators.txt: status:rusage described int operators
18455:
18456: * src/types/pa_vstatus.C: status:rusage 1
18457:
18458: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18459: src/types/types.dsp: status:rusage
18460:
18461: * configure.in, operators.txt, src/classes/file.C,
18462: src/classes/op.C, src/include/pa_common.h,
18463: src/include/pa_config_includes.h, src/main/compile.tab.C,
18464: src/main/pa_common.C: rewritten ^cache to use
18465: non-blocking-exclusive-caches
18466:
18467: * src/main/pa_common.C: text file read mode on win32 adjusted
18468: [speed impact. was off for debugging purpose, but forgotten
18469: afterwards]
18470:
18471: 2002-02-01 paf
18472:
18473: * src/classes/op.C: file_write does EX lock after create, while
18474: file_read does SH after open, so there's a moment after create
18475: but before EX lock when read can sneak into, and read
18476: just-created-for-writing-and-not-yet-locked file, added a check
18477: for that in ^cache...read
18478:
18479: 2002-01-31 paf
18480:
18481: * src/main/: compile.y, compile.tab.C: disabled operator call after
18482: ^xxx:
18483:
18484: * src/main/: compile.tab.C, execute.C: made operators lookup first
18485: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18486:
18487: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18488: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18489: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18490: operators check 6.1 rewritten. now check is done at compile time
18491:
18492: * src/main/execute.C: operators check 5 floated up old error of
18493: staying in 'entered class/object' state after $a($a..) it
18494: prevented operators from being called thereafter
18495:
18496: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18497: main/execute.C: operators check 4 floated up old error of staying
18498: in 'entered object' state after ^a.a(a) it prevented operators
18499: from being called thereafter
18500:
18501: * src/main/execute.C: operators check 3 floated up old error of
18502: staying in 'entered class' state after $a:a(a) it prevented
18503: operators from being called thereafter
18504:
18505: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18506: floated up old error of staying in 'entered class' state after
18507: $a:a[a] it prevented operators from being called thereafter
18508:
18509: * src/main/execute.C: operators check, thay mistakenly seen in
18510: $class:operator $object.operators contexts
18511:
18512: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18513: win32
18514:
1.116 moko 18515: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18516: src/classes/Makefile.am, src/main/Makefile.am,
18517: src/targets/cgi/Makefile.am,
1.95 moko 18518: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18519: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18520:
1.116 moko 18521: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18522: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18523: configure, configure.in, form.txt, ident.awk, install-sh,
18524: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18525: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18526: etc/parser3.charsets/Makefile.am,
18527: etc/parser3.charsets/koi8-r.cfg,
18528: etc/parser3.charsets/windows-1250.cfg,
18529: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18530: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18531: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18532: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18533: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18534: straightened installation scripts procedure made
18535: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18536: change
18537:
18538: 2002-01-30 paf
18539:
18540: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18541: removed] those comments were a mistake, and prevented libltdl
18542: from function properly
18543:
18544: 2002-01-29 paf
18545:
1.116 moko 18546: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18547: creation [modified acinclude.m4 which were creating int into just
18548: assignment LIBTOOL=../libtool] added default system
18549: config&charsetts prepared 'make install', now it installs
18550: targets/cgi/parser3 into bin directory etc/parser3.conf &
18551: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18552: $sysconfdir/parser3.charsets respectively
18553:
18554: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18555: main/pa_globals.C: few forgotten ifdef XML added
18556:
18557: 2002-01-28 paf
18558:
1.116 moko 18559: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18560: removed
18561:
18562: * src/main/pa_exception.C: dom|generic error output fix
18563:
18564: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18565:
18566: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18567:
18568: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18569: [fixed as_node helper func to accept docs]
18570:
18571: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18572: xdoc.importNode 0
18573:
18574: * src/classes/xdoc.C: xdoc::set now untaints OK
18575:
18576: 2002-01-25 paf
18577:
18578: * src/main/: compile.tab.C, compile.y: #comment before @ after
18579: @SPECIAL now works OK
18580:
18581: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18582:
18583: * src/main/pa_exec.C: max arg count now 10, and proper message on
18584: violation that added
18585:
18586: * src/classes/hash.C: unified hash::sql, now
18587: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18588:
18589: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18590: ^file:lock[filename]{code}
18591:
18592: * src/: classes/file.C, classes/op.C, classes/string.C,
18593: classes/table.C, classes/xdoc.C, include/pa_common.h,
18594: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18595: to some pa_common funcs
18596:
18597: * src/: include/pa_charset.h, main/pa_globals.C:
18598: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18599:
18600: * src/: include/pa_charset.h, main/pa_charset.C,
18601: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18602: not stupid illegal define
18603:
18604: 2002-01-24 paf
18605:
18606: * src/include/pa_version.h: changed version number
18607:
18608: * src/: classes/hashfile.C, include/pa_db_table.h,
18609: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18610: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18611: main/pa_db_connection.C, main/pa_db_table.C,
18612: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18613: hashfile without logfiles
18614:
18615: * src/: classes/hashfile.C, include/pa_db_table.h,
18616: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18617: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18618: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18619: DB_INIT_TXN init bits, thus got rid of huge log files, which
18620: cluttered disk without huge need]
18621:
18622: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18623: handy macro, which is strangly abscent in dome lib
18624:
18625: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18626:
18627: * src/classes/xdoc.C: checked empty response
18628:
18629: * src/classes/xnode.C: xdoc.select fixed context node [were always
18630: /, not self node]
18631:
18632: * src/classes/xnode.C: xnode.select returns array always now, in
18633: case 'nothing found' returns empty array
18634:
18635: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18636: be more tender with ctrl/c/v
18637:
18638: 2002-01-23 paf
18639:
18640: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18641: substituted. // 2. when dom tree with entites goes under
18642: transform text nodes // got [erroreosly] cut on first
18643: entity occurance
18644:
18645: * src/types/pa_vdouble.h: double prec. todo: get rid of
18646: twice-converting
18647:
18648: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18649: 'e' in output this is for regretful twice-converting here:
18650: $a(double value) when they write double falue they convert it to
18651: string first, thus %g were losing precesion.
18652:
18653: todo: think up some way to remove double->string string->double
18654: twice-converting
18655:
18656: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18657: %.20E now default float format this is for regretful
18658: twice-converting here: $a(double value) when they write double
18659: falue they convert it to string first, thus %g were losing
18660: precesion.
18661:
18662: todo: think up some way to remove double->string string->double
18663: twice-converting
18664:
18665: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18666: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18667: reasons in comment inside
18668:
18669: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18670: statically linked]
18671:
18672: * src/: include/pa_exception.h, main/compile.tab.C,
18673: main/pa_exception.C: removed exception va_list constructor. 1.
18674: not needed anymore 2. there were a conflict[causing errors]
18675: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18676: never detected an ambiguilty here, compiling ctor(, "hello") into
18677: ctor(, va_list) which, of course, caused gpf
18678:
18679: * src/main/pa_globals.C: removed debug xslt messages
18680:
18681: 2002-01-22 paf
18682:
18683: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18684: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18685: helps compiling stylesheet properly. example: this refused to
18686: work, <b>«<xsl:value-of select="@title"
18687: />»</b> stranly worked only this way:
18688: <b>«<xsl:value-of select="@title" />»</b>
18689:
18690: docs says "set it to 1", never going into details, so I decided
18691: to try NOT to do that
18692:
18693: * src/classes/table.C: join behaived badly in case named tables
18694: structure mismatched: 0 strings sneaked into dest failing
18695: afterwards. replaced them with empty strings
18696:
18697: 2002-01-21 paf
18698:
18699: * src/main/pa_charset.C: checked empty transcoders in
18700: transcode_cstr|buf
18701:
18702: * src/classes/xdoc.C: xdoc::load error source = filespec
18703:
18704: * src/classes/xdoc.C: transform error source now
18705: stylesheet_filespec
18706:
1.116 moko 18707: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18708: include/pa_stylesheet_connection.h, main/pa_charset.C,
18709: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18710: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18711: gnome
1.95 moko 18712:
18713: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18714: include/pa_globals.h, include/pa_stylesheet_connection.h,
18715: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18716: xslt generic error 1
18717:
18718: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18719: xml generic message 1
18720:
18721: * src/classes/table.C: ^table::load empty lines or #comments before
18722: headline
18723:
18724: * src/: include/pa_array.h, include/pa_globals.h,
18725: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18726: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18727: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18728: errors 0
18729:
18730: 2002-01-16 paf
18731:
18732: * src/: classes/hash.C, classes/op.C, classes/string.C,
18733: classes/table.C, classes/void.C, classes/xdoc.C,
18734: include/pa_db_connection.h, include/pa_request.h,
18735: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18736: include/pa_stylesheet_connection.h,
18737: include/pa_stylesheet_manager.h, main/pa_request.C,
18738: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18739: targets/cgi/pool_storage.h: auto closers to sql_connection,
18740: stylesheet_connection auto destroyers to remaining gnome objects
18741:
18742: * src/classes/xdoc.C: few comments
18743:
18744: 2002-01-15 paf
18745:
18746: * src/classes/xdoc.C: xdoc file save string
18747:
18748: ready. todo: error handling
18749:
18750: * src/classes/xdoc.C: xdoc save rewritten using
18751: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18752: result
18753:
18754: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18755: started output options parsing
18756:
18757: 2002-01-14 paf
18758:
18759: * src/classes/xdoc.C: method
18760:
18761: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18762: include/pa_pool.h, include/pa_stylesheet_connection.h,
18763: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18764: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18765: xslt transform0. TODO: use output options handle errors
18766:
18767: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18768:
18769: 2002-01-11 paf
18770:
18771: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18772: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18773: partial logical && || evaluation
18774:
18775: * src/classes/xnode.C: xpath selectNodes
18776:
18777: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18778: string/number/bool
18779:
18780: * src/classes/xnode.C: xpath selectNode 2
18781:
18782: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18783: xpath selectNode 1
18784:
18785: 2002-01-10 paf
18786:
18787: * src/classes/xnode.C: xpath selectNode -100 [just written]
18788:
18789: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18790: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18791: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18792: refcounter]
18793:
18794: 2001-12-29 paf
18795:
18796: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18797: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18798: glib works 0
18799:
18800: 2001-12-28 paf
18801:
18802: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18803: main/pa_exception.C: started glib transcoders
18804:
18805: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18806:
18807: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18808: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18809: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18810: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18811: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18812: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18813: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18814: libs just compiled in. no refcounting no xpath no xslt yet
18815:
18816: 2001-12-27 paf
18817:
18818: * src/: include/pa_charset.h, include/pa_common.h,
18819: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18820: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18821: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18822: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18823: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18824: from xalan&xerces, started the process. globals [initialization
18825: pool [charset update charset [transcodings vxnode vxdoc [DOM
18826: calls
18827:
18828: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18829: anymore
18830:
18831: 2001-12-26 paf
18832:
18833: * src/: include/pa_charset.h, include/pa_charsets.h,
18834: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18835: key globalized [bug]
18836:
18837: 2001-12-25 paf
18838:
18839: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18840: main/pa_string.C: table set & append changed splitting languages,
18841: separators now can be clean AND as-is same to mail command line
18842: $MAIN:MAIL.progX arguments
18843:
18844: 2001-12-24 paf
18845:
18846: * src/classes/mail.C: one parted text messages - no multipart
18847: mime-type anymore. for convinient if $.attach-ments
18848:
18849: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18850: main/pa_string.C: read from cache size check updated
18851:
18852: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18853:
18854: 2001-12-21 paf
18855:
18856: * src/classes/date.C: date:sql-string now returns localtime
18857:
18858: * src/main/pa_request.C: $result in @main actually not working, to
18859: hell with it for now
18860:
18861: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18862: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18863: @postprocess @exception
18864:
18865: * src/main/execute.C: junction evaluation canceled - endless
18866: recursion detected
18867:
18868: 2001-12-19 paf
18869:
18870: * src/main/pa_charset.C: charset->charset transcoding via unicode
18871: intermediate
18872:
18873: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18874:
18875: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18876:
18877: * src/classes/op.C: ^cache keypath now relative
18878:
18879: * src/classes/mail.C: changed weighting prior to sort
18880:
18881: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18882: were missing
18883:
18884: 2001-12-17 paf
18885:
18886: * src/main/pa_charset.C: ifndef XML were bad type
18887:
18888: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18889: outdated unset services_pool
18890:
18891: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18892: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18893: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18894:
18895: * src/main/untaint.C: allowed space in filespec
18896:
18897: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18898:
18899: * src/classes/image.C: no govno
18900:
18901: * src/classes/image.C: govno
18902:
18903: 2001-12-16 paf
18904:
18905: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18906:
18907: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18908: charset_connection&manager replaced by charset&charsets
18909:
18910: * src/main/pa_charset.C: name_cstr 0
18911:
18912: * src/main/untaint.C: uri lang now knows about client/source
18913: charsets
18914:
18915: * src/: classes/file.C, classes/math.C, classes/op.C,
18916: classes/string.C, classes/table.C, classes/xdoc.C,
18917: include/pa_array.h, include/pa_cache_managers.h,
18918: include/pa_charset_connection.h, include/pa_charset_manager.h,
18919: include/pa_common.h, include/pa_db_connection.h,
18920: include/pa_db_manager.h, include/pa_db_table.h,
18921: include/pa_dictionary.h, include/pa_exception.h,
18922: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18923: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18924: include/pa_sapi.h, include/pa_socks.h,
18925: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18926: include/pa_string.h, include/pa_stylesheet_connection.h,
18927: include/pa_stylesheet_manager.h, include/pa_table.h,
18928: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18929: main/pa_charset.C, main/pa_charset_connection.C,
18930: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18931: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18932: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18933: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18934: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18935: types/types.dsp: introducing Charset
18936:
18937: 2001-12-14 paf
18938:
18939: * src/: include/pa_request.h, include/pa_transcoder.h,
18940: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18941: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18942: uri lang
18943:
18944: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18945:
18946: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18947:
18948: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18949: defalts_name global
18950:
18951: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18952: include/pa_request.h, main/main.dsp,
18953: main/pa_charset_connection.C, main/pa_charset_manager.C,
18954: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18955: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18956: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18957: changed charset model. now important: $request:charset
18958: $response:charset while $response:content-type.charset become
18959: unimportant [informational]
18960:
18961: 2001-12-13 paf
18962:
18963: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18964:
18965: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18966: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18967: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18968: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18969: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18970: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18971:
18972: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18973: auto_ptr part other way, because of stupid gcc 2.96
18974: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18975: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18976: FormatterListener] /usr/include/g++-3/memory:48:
18977: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18978: _Tp1 = FormatterListener, _Tp = FormatterListener]
18979:
18980: * src/classes/xdoc.C: removed extra inc
18981:
18982: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
18983:
18984: * src/include/pa_types.h: msvc head debugging flag
18985:
18986: * src/classes/xdoc.C: freed up listener
18987:
18988: * src/classes/string.C: change msg '... code is not code'
18989:
18990: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
18991: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18992: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
18993: [past/future prob]
18994:
18995: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
18996: include/pa_config_fixed.h, include/pa_db_manager.h,
18997: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
18998: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
18999:
19000: * src/: include/pa_config_fixed.h, main/pa_common.C,
19001: main/pa_string.C: removed signed mismatch warnings
19002:
19003: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19004: 'expires' from header outputs
19005:
19006: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19007: row ptr
19008:
19009: * src/classes/file.C: file::cgi bug, request_method were passed to
19010: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19011:
19012: * src/classes/xdoc.C: lang list updated
19013:
19014: 2001-12-10 paf
19015:
19016: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19017:
19018: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19019: erase files like that, knowing their full name introducing //
19020: theoretical problem with, for instance, "_2B" and "." fragments,
19021: // they would yield the same // because
19022: need_file_encode('_')=false // but we need to delete such files
19023: somehow, getting names from ^index
19024:
19025: * src/main/pa_string.C: ^string.replace bug fixed [bad
19026: string::join_chank break]
19027:
19028: 2001-12-07 paf
19029:
19030: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19031: include/pa_common.h, include/pa_config_auto.h.in,
19032: include/pa_config_fixed.h, include/pa_config_includes.h,
19033: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19034: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19035: types/pa_vhashfile.C: merged from r14_simple_cache
19036:
19037: * src/main/pa_string.C: stupid sparc architecture failed to access
19038: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19039: lduh [ %i2 + 1 ], %l0
19040:
19041: bus error, fixed that
19042:
19043: * src/main/pa_string.C: strange string deserialize bug on
19044: client[pmts], a bit shortened,
19045:
19046: * src/include/pa_config_auto.h.in: makes
19047:
19048: * src/: include/pa_common.h, include/pa_config_fixed.h,
19049: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19050: file write shared lock file read
19051:
19052: * src/: classes/op.C, include/pa_common.h,
19053: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19054:
19055: 2001-12-06 paf
19056:
19057: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19058: main/pa_request.C: #ifdef RESOURCES_DEBUG
19059:
19060: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19061: info
19062:
19063: * src/classes/hashfile.C: removed transaction from ^cache
19064:
19065: 2001-12-05 paf
19066:
19067: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19068: IIS5 there were a prob with illegal call check
19069:
19070: 2001-12-04 paf
19071:
19072: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19073: main/pa_request.C: measures to log
19074:
19075: 2001-11-23 paf
19076:
19077: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19078: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19079: types/pa_vhashfile.C: merged from _0014, 1
19080:
19081: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19082: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19083: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19084: ^cache(33) would change
19085:
19086: 0660 bits in file_write & hashfile create
19087:
19088: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19089: after pa_string optimization]
19090:
19091: 2001-11-22 paf
19092:
19093: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19094: table.offset[whence]
19095:
19096: * src/classes/op.C: process cstr(,connection)
19097:
19098: * src/classes/op.C: process now gets its body on current language,
19099: not as-is
19100:
19101: * src/main/untaint.C: ORIGINS mode removed UHTML
19102:
19103: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19104: bit
19105:
1.116 moko 19106: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19107:
19108: 2001-11-21 paf
19109:
19110: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19111: <xsl:output output options made identical to xsl:output
19112: attributes exclusion: cdata-section-elements what xalan can do
19113: but that not used now: it can escape and remove CDATA sections
19114:
19115: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19116: produced by xslt
19117:
19118: * src/targets/cgi/parser3.C: removed debug cgi||1
19119:
19120: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19121:
19122: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19123: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19124: default language for {code}, it happen to change it's language
19125: from CLEAN, so later refused to split by CLEAN \t
19126:
19127: 2001-11-20 paf
19128:
1.116 moko 19129: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19130: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19131: bottom of dependeces, so that errors would popup quicklier, fixed
19132: line numbering in table::sql
19133:
19134: 2001-11-19 paf
19135:
19136: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19137: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19138: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19139: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19140: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19141: at wcontext.write
19142:
1.116 moko 19143: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19144: _set_new_handler
19145:
1.116 moko 19146: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19147: set_new_handler in apache&isapi
1.95 moko 19148:
19149: 2001-11-16 paf
19150:
19151: * src/targets/cgi/parser3.C: pool debug @ die
19152:
19153: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19154: removed 8 bytes from String, 2 bytes from
19155: string::chunk::row::item
19156:
19157: * src/main/pa_string.C: removed 1+4 bytes from String
19158:
19159: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19160: types/pa_vstring.C: removed 1+4 bytes from String
19161:
19162: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19163: 0
19164:
19165: * src/: include/pa_globals.h, include/pa_string.h,
19166: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19167: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19168: targets/cgi/parser3.C: introducing estimating
19169: String::cstr_bufsize, 0
19170:
19171: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19172:
19173: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19174:
19175: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19176: include/pa_pool.h: die in pool::fail
19177:
19178: 2001-11-15 paf
19179:
19180: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19181: main/pa_exception.C, targets/cgi/parser3.C: exception with
19182: dynamic buffer re-back now with counter
19183:
19184: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19185: static buffer back
19186:
19187: * src/targets/cgi/parser3.C: std::
19188:
19189: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19190: include/pa_config_includes.h: setnewhandler check
19191:
1.116 moko 19192: * src/include/pa_config_auto.h.in: makes
1.95 moko 19193:
19194: * src/targets/cgi/parser3.C: set_new_handler started
19195:
19196: 2001-11-14 paf
19197:
19198: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19199: was wrong
19200:
19201: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19202: was wrong
19203:
19204: * src/main/pa_request.C: z
19205:
19206: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19207: full returns win32 -1 solaris >buffer_size
19208:
19209: checked all that
19210:
19211: * src/classes/op.C: ^untaint{body} as-is default now
19212:
19213: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19214: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19215: with no_bad_constructors_try
19216:
19217: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19218: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19219: this: $bred[^string::length[]] $bred[^response::clear[]]
19220: $bred[^int::int[]]
19221:
19222: now VObject creation moved into overriden
19223: VClass::create_new_value, thus 0 from create_new_value means that
19224: class has no ctors
19225:
19226: 2001-11-13 paf
19227:
19228: * src/classes/classes.C: returned accedently removed if in foreach
19229: callbacks [when hash no-0-restructure]
19230:
19231: 2001-11-12 paf
19232:
19233: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19234: passed as-is to method, xalan makes & into & itself
19235:
19236: * src/classes/date.C: date.roll parser2 alg used
19237:
19238: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19239: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19240: main/pa_dictionary.C, main/pa_hash.C,
19241: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19242: now does not containt 0 values. put 0 actullay removes. no check
19243: on 0 value in foreach now required
19244:
19245: 2001-11-11 paf
19246:
19247: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19248:
19249: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19250:
19251: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19252: driver initialize not const
19253:
19254: 2001-11-10 paf
19255:
19256: * src/main/pa_exec.C: doc
19257:
19258: 2001-11-09 paf
19259:
19260: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19261: param properly
19262:
19263: * src/classes/string.C: string.save now does untainting before
19264: saving
19265:
19266: * src/main/pa_common.C: line endings fixing fixed last piece[was
19267: still cstr oriented]
19268:
19269: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19270: line endings fixing got rid of cstr, now must work ok with post
19271: multipart
19272:
19273: * src/types/pa_vform.C: line endings fixed at post / multipart /
19274: not file also now
19275:
19276: 2001-11-08 paf
19277:
19278: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19279: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19280: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19281: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19282: main/pa_stylesheet_manager.C: restructured Cache manager to be
19283: simple parent, not second parent [gcc 2.96 strangly refused to
19284: call virtual from second parent]
19285:
1.116 moko 19286: * src/: include/pa_common.h, main/Makefile.am,
19287: targets/cgi/pa_pool.C: makes
1.95 moko 19288:
19289: * src/: include/pa_request.h, main/pa_request.C,
19290: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19291: 'status' class enabler
19292:
19293: <Location /parser-status.html> ParserStatusAllowed </Location>
19294:
19295: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19296: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19297: include/pa_stylesheet_manager.h, main/main.dsp,
19298: main/pa_cache_managers.C, main/pa_charset_manager.C,
19299: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19300: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19301: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19302: todo: apache 'status' class enabler
19303:
19304: 2001-11-05 paf
19305:
19306: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19307: debug to normal
19308:
19309: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19310: hence i removed skipping 0 values in hash::for_each-es we need to
19311: check cleaned cache items manually. few more checks.
19312:
19313: expiring to 0 time was wrong, changed to 'now' time
19314:
19315: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19316: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19317: on apache already done :)
19318:
19319: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19320: skipping 0 values in hash::for_each-es we need to check cleaned
19321: cache items manually
19322:
19323: * src/main/: pa_db_connection.C, pa_db_table.C:
19324: parser_multithreaded check was wrong
19325:
19326: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19327: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19328: classes/hashfile.C, classes/image.C, classes/int.C,
19329: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19330: classes/string.C, classes/table.C, classes/void.C,
19331: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19332: include/pa_array.h, include/pa_charset_connection.h,
19333: include/pa_charset_manager.h, include/pa_common.h,
19334: include/pa_config_fixed.h, include/pa_config_includes.h,
19335: include/pa_db_connection.h, include/pa_db_manager.h,
19336: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19337: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19338: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19339: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19340: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19341: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19342: include/pa_stack.h, include/pa_string.h,
19343: include/pa_stylesheet_connection.h,
19344: include/pa_stylesheet_manager.h, include/pa_table.h,
19345: include/pa_threads.h, include/pa_types.h, main/compile.C,
19346: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19347: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19348: main/pa_charset_manager.C, main/pa_common.C,
19349: main/pa_db_connection.C, main/pa_db_manager.C,
19350: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19351: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19352: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19353: main/pa_socks.C, main/pa_sql_driver_manager.C,
19354: main/pa_status_provider.C, main/pa_string.C,
19355: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19356: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19357: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19358: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19359: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19360: targets/isapi/pool_storage.h, types/pa_valiased.C,
19361: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19362: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19363: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19364: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19365: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19366: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19367: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19368: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19369: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19370: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19371: types/pa_vstateless_object.h, types/pa_vstatus.h,
19372: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19373: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19374: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19375: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19376: $status:db fixed used not initialized in db_connection & db_table
19377:
19378: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19379: $status:charset
19380:
19381: * src/: classes/xdoc.C, include/pa_db_connection.h,
19382: include/pa_stylesheet_connection.h,
19383: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19384: types/pa_vstatus.h: $status:stylesheet
19385:
19386: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19387: include/pa_request.h, include/pa_sql_connection.h,
19388: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19389: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19390: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19391: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19392: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19393: types/pa_vxnode.C, types/types.dsp: started status parser class
19394:
19395: 2001-11-01 paf
19396:
19397: * src/include/pa_config_auto.h.in: makes
19398:
19399: * src/main/pa_hash.C: removed old extra include
19400:
19401: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19402: checks [for hp, there are such in math.h]
19403:
19404: * src/classes/op.C: ^for endless loop check strightened
19405:
19406: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19407: behavior in native calls. it left unchanged, so ^for ^foreach &
19408: co can use r.root to write their i & key,value there
19409:
19410: * src/classes/op.C: detected for var storage bug, fixed.
19411: todo:foreach
19412:
19413: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19414: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19415: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19416: changing of hash inside of foreach
19417:
19418: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19419: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19420: were hash.foreach
19421:
19422: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19423: types/pa_vstring.C, types/pa_vstring.h:
19424: ^foreach[key|value]{body}[[separator]|{separator}]
19425:
19426: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19427: types/pa_vcookie.C: ^hash.delete[key]
19428:
19429: 2001-10-31 paf
19430:
19431: * src/main/: compile.C, pa_common.C: completely empty file now
19432: considered "read", not ignored [not perfect trick used]
19433:
19434: * src/main/pa_common.C: simplier common ifdefs
19435:
19436: * src/main/pa_common.C: typing bug in common - bad ifdeff
19437:
19438: * src/main/pa_db_connection.C: z
19439:
19440: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19441: lockdetector flags
19442: dbenv.lk_detect=DB_LOCK_RANDOM;
19443:
19444: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19445: from accidental show [imagine user forgot @exception]
19446:
19447: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19448:
19449: * src/: classes/file.C, classes/image.C, classes/mail.C,
19450: classes/string.C, classes/xnode.C, include/pa_common.h,
19451: main/pa_common.C: ^string.save[[append;]path]
19452:
19453: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19454: main/execute.C: \ in expression: int divide 10/3=3
19455:
19456: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19457: inside of ^cache
19458:
19459: * src/: include/pa_threads.h, main/pa_db_connection.C,
19460: main/pa_db_table.C, targets/cgi/pa_threads.C,
19461: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19462: needed
19463:
19464: 2001-10-30 paf
19465:
19466: * src/: classes/classes.dsp, main/main.dsp,
19467: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19468: types/types.dsp: enabled debug incremental compile
19469:
19470: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19471: form post data line endings not reformatted now.
19472:
19473: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19474: now required [had bug when file= has no value]
19475:
19476: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19477: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19478: cstr(asis) default param removed
19479:
19480: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19481:
19482: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19483:
19484: * src/include/pa_dir.h: LOAD_DIR fixed
19485:
19486: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19487: was broken} fix_line_breaks
19488:
19489: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19490: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19491: packed with #pragma pack
19492:
1.116 moko 19493: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19494:
19495: 2001-10-29 paf
19496:
19497: * src/types/pa_wcontext.h: bitfield syntax stricter
19498:
19499: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19500: string hash.puts
19501:
19502: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19503:
19504: * src/include/pa_sql_connection.h: there were one wrong
19505: SQL_CONNECTION_FUNC_GUARDED [failed]
19506:
19507: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19508: param.someday either ifdef or remove it
19509:
19510: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19511:
19512: * src/main/untaint.C: optimizing returned after debugging
19513:
19514: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19515: main/untaint.C: memory hunging #pragma pack(1)
19516:
19517: 16 419 844 13 169 394
19518:
19519: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19520: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19521: places [todo:Array]
19522:
19523: * src/: main/execute.C, targets/cgi/pa_pool.C,
19524: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19525: types/pa_wwrapper.h: debugging memory WContext flags to bits
19526:
19527: total 5 652 652/158731 total 5 469 332/158731
19528:
19529: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19530: Array:: without cache in get/put now
19531:
19532: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19533: 18:25:27 2001] total 5 652 652/158731
19534:
19535: * src/: include/pa_string.h, main/pa_string.C,
19536: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19537: now
19538:
19539: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19540: 18:11:53 2001] total 5796092/158731
19541:
19542: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19543: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19544: key ref now
19545:
19546: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19547: 17:11:17 2001] total 16867948/202658
19548:
19549: * src/: classes/file.C, classes/image.C, classes/string.C,
19550: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19551: main/execute.C, main/pa_array.C, main/pa_common.C,
19552: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19553: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19554: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19555: string::as_int/double now usually uses stack, not heap [200K out
19556: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19557:
19558: * src/main/pa_sql_driver_manager.C: ping to have services [old
19559: hiding bug]
19560:
19561: * src/Makefile.am: .am order
19562:
19563: * src/: include/pa_array.h, include/pa_charset_manager.h,
19564: include/pa_db_connection.h, include/pa_db_manager.h,
19565: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19566: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19567: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19568: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19569: required "friend class"
19570:
19571: ../include/pa_request.h:51: friend declaration requires
19572: class-key, i.e. `friend class Temp_lang'
19573:
19574: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19575: main/pa_exception.C, main/pa_sql_driver_manager.C,
19576: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19577:
19578: the idea is to #1 jump to C++ some function to main body, where
19579: every function stack frame has exception unwind information and
19580: from there... #2 propagate_exception()
19581:
19582: 2001-10-28 paf
19583:
19584: * src/main/pa_db_connection.C: removed old consts
19585:
19586: * src/main/pa_db_connection.C: expire table [was accidently pasted
19587: with wrong type/cast]
19588:
19589: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19590: translation
19591:
1.116 moko 19592: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19593: remember to build DB2 with -fexceptions!!!
19594:
19595: * src/main/pa_db_table.C: DB_RMW defed
19596:
19597: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19598: include/pa_db_connection.h, include/pa_db_manager.h,
19599: include/pa_db_table.h, main/pa_db_connection.C,
19600: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19601:
19602: 2001-10-27 paf
19603:
19604: * src/: classes/hashfile.C, include/pa_db_connection.h,
19605: include/pa_db_table.h, main/pa_db_connection.C,
19606: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19607: types/pa_vhashfile.C: DB2 ifdefs
19608:
1.116 moko 19609: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19610: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19611: makes with DB2
19612:
1.116 moko 19613: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19614: types/Makefile.am: makes db
1.95 moko 19615:
19616: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19617: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19618: globals.C
19619:
19620: * src/: classes/hashfile.C, include/pa_db_connection.h,
19621: include/pa_db_table.h, main/pa_db_connection.C,
19622: main/pa_db_table.C: ^hashfile.clear[]
19623:
19624: * src/classes/classes.awk: no $ in var names
19625:
19626: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19627: connection&table [forgotten calls]
19628:
19629: 2001-10-26 paf
19630:
19631: * src/main/pa_db_connection.C: db checkpoints
19632:
19633: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19634: checkpoints
19635:
19636: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19637: default. but entities still reparsed. todo: tothink
19638:
19639: * src/main/pa_db_connection.C: db recover mech 2
19640:
19641: * src/: classes/hashfile.C, include/pa_db_connection.h,
19642: include/pa_db_manager.h, include/pa_db_table.h,
19643: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19644: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19645: types/pa_vhashfile.h: db connections & tables now cached at
19646: create time & multithreaded
19647:
19648: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19649: parsed_source
19650:
19651: * src/main/pa_db_connection.C: about to remove connection from
19652: vhashfile
19653:
19654: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19655: transaction commit/rollback responsibility left to parent [as it
19656: sould - else there were a bug with double free]
19657:
19658: * src/include/pa_db_table.h: db: child transaction commit/rollback
19659: responsibility left to parent [as it sould - else there were a
19660: bug with double free]
19661:
19662: 2001-10-25 paf
19663:
19664: * src/: classes/hashfile.C, include/pa_common.h,
19665: include/pa_db_connection.h, include/pa_db_manager.h,
19666: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19667: types/pa_vhashfile.C, types/pa_vhashfile.h,
19668: include/pa_db_table.h, main/pa_db_table.C: started db_home
19669: [multiple, cached] todo: autorecover [tried, but not succeded,
19670: yet]
19671:
19672: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19673:
19674: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19675: transaction parent passed
19676:
19677: 2001-10-24 parser
19678:
1.116 moko 19679: * src/classes/Makefile.am: makes
1.95 moko 19680:
19681: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19682: isapi/pool_storage.h: pool_storage fixed
19683:
19684: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19685: types/pa_vform.h: form fix_line_breaks
19686:
1.116 moko 19687: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19688:
19689: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19690: targets/cgi/pool_storage.h: makes
19691:
19692: * src/sql/pa_sql_driver.h: version
19693:
19694: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19695: types/pa_vform.C, types/pa_vform.h: .am
19696:
19697: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19698: this: DB_RMW Acquire write locks instead of read locks when doing
19699: the retrieval. Setting this flag may decrease the likelihood of
19700: deadlock during a read-modify-write cycle by immediately
19701: acquiring the write lock during the read part of the cycle so
19702: that another thread of control acquiring a read lock for the same
19703: item, in its own read-modify-write cycle, will not result in
19704: deadlock
19705:
19706: * src/targets/isapi/parser3isapi.dsp: doc
19707:
19708: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19709:
19710: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19711:
19712: * src/: classes/hashfile.C, include/pa_db_connection.h,
19713: main/pa_db_connection.C: hashfile expired deleted from db when
19714: get & iterate
19715:
19716: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19717: expiring 1
19718:
19719: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19720:
19721: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19722: db_connection not bothers with key when not returning expired
19723: data
19724:
19725: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19726: types/pa_vhashfile.C: db_cursor constructor public now
19727:
19728: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19729: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19730: stamped, todo: put_element analize
19731:
19732: * src/: include/pa_db_connection.h, include/pa_string.h,
19733: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19734: serialize. todo stamp
19735:
19736: 2001-10-23 parser
19737:
19738: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19739: classes/image.C, classes/mail.C, classes/response.C,
19740: classes/string.C, classes/table.C, classes/xdoc.C,
19741: include/pa_config_fixed.h, include/pa_db_connection.h,
19742: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19743: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19744: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19745: types/pa_vtable.C: ^hashfile.hash[]
19746:
19747: * src/: classes/hashfile.C, classes/xdoc.C,
19748: include/pa_config_fixed.h, main/pa_db_manager.C,
19749: main/pa_globals.C: ifdefs so it compiled without db
19750:
19751: * src/: classes/hashfile.C, include/pa_db_connection.h,
19752: include/pa_db_manager.h, main/pa_db_connection.C,
19753: main/pa_db_manager.C, types/pa_vhashfile.h:
19754: ^hashfile.transaction{code} ^hashfile:clear[filename]
19755: ^hashfile.delete[key]
19756:
19757: 2001-10-22 parser
19758:
19759: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19760: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19761:
19762: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19763: classes/xnode.C, include/pa_charset_connection.h,
19764: include/pa_db_connection.h, include/pa_db_manager.h,
19765: include/pa_exception.h, include/pa_sapi.h,
19766: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19767: include/pa_stylesheet_connection.h,
19768: include/pa_stylesheet_manager.h,
19769: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19770: main/pa_db_connection.C, main/pa_db_manager.C,
19771: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19772: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19773: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19774: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19775: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19776: types/types.dsp: hashfile 0
19777:
19778: * src/types/pa_vhashfile.C: z
19779:
19780: * src/: classes/classes.dsp, classes/hashfile.C,
19781: include/pa_config_fixed.h, main/execute.C,
19782: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19783: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19784:
19785: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19786:
19787: * src/: include/pa_exception.h, include/pa_request.h,
19788: main/execute.C, main/pa_exception.C, main/pa_request.C,
19789: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19790: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19791:
19792: 2001-10-19 parser
19793:
19794: * src/include/pa_pool.h: header
19795:
19796: * src/main/pa_pool.C: auto compiled on gcc
19797:
19798: * src/classes/image.C: comment
19799:
1.116 moko 19800: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19801:
19802: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19803: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19804: types/pa_vxnode.h: xnode clone got freed
19805:
19806: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19807: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19808: can free up xalandomstring resulting from pool::transcode
19809:
19810: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19811: include/pa_config_fixed.h, include/pa_exception.h,
19812: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19813: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19814: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19815: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19816: from non-xml compile
19817:
19818: * src/main/pa_request.C: pool:: context - get_context
19819:
19820: * src/: classes/classes.h, classes/date.C, classes/double.C,
19821: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19822: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19823: classes/string.C, classes/table.C, classes/void.C,
19824: include/pa_config_fixed.h, include/pa_exception.h,
19825: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19826: main/compile.C, main/compile_tools.C, main/execute.C,
19827: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19828: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19829: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19830: main/pa_string.C, main/pa_table.C, main/untaint.C,
19831: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19832: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19833: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19834: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19835: types/pa_vstateless_class.h, types/pa_vtable.C,
19836: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19837: exceptions 0
19838:
19839: * src/classes/classes.awk: $ removed
19840:
19841: 2001-10-18 parser
19842:
19843: * src/types/pa_vcookie.C: cookie:CLASS
19844:
19845: * src/main/main.dsp: project
19846:
19847: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19848: set_document & ctor question "who owns document" solved
19849:
19850: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19851:
19852: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19853: main/pa_pool.C: encoding in dom creating funcs
19854:
19855: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19856: be transformed now
19857:
19858: * src/classes/xdoc.C: dom created by create can be transformed now
19859:
19860: * src/classes/xdoc.C: z
19861:
19862: * src/classes/xdoc.C: comment
19863:
19864: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19865: create now uses XercesDocumentBridge, appendChild&co now works
19866:
19867: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19868: @ recompile
19869:
19870: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19871: $origin @exception[
19872:
19873: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19874: tag names forced to XML lang
19875:
19876: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19877: leechy-found bugs in code&doc fixed
19878:
19879: 2001-10-17 parser
19880:
19881: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19882: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19883: n functionality preserved
19884:
19885: * src/types/pa_vimage.h: removed unused vimage::save
19886:
19887: 2001-10-16 parser
19888:
19889: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19890:
19891: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19892:
19893: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19894:
19895: * src/classes/image.C: image.copy tolerance
19896:
19897: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19898: ineffective, but works for small paleted image
19899:
19900: * src/types/pa_vimage.C: comment
19901:
19902: * src/classes/image.C: gd size/resize bugfix
19903:
19904: * src/: classes/classes.dsp, main/main.dsp,
19905: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19906: types/types.dsp: ident >nul 2>&1
19907:
19908: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19909: systems
19910:
19911: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19912: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19913:
19914: 2001-10-15 parser
19915:
19916: * src/main/execute.C: z
19917:
19918: * src/classes/: xdoc.C: !::create{qualifiedName}
19919:
19920: * src/types/pa_vxnode.C: document_type_node.
19921: !readonly attribute DOMString name
19922: !notation_node.
19923: !readonly attribute DOMString publicId
19924: !readonly attribute DOMString systemId
19925:
1.116 moko 19926: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19927: ::write badly passed string too transparently [failed to
19928: intercept it]
1.95 moko 19929:
19930: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19931: include/pa_request.h, main/pa_sql_driver_manager.C,
19932: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19933: types/pa_vxnode.h: DOM1 major addtion, only few
19934: attributes/methods left
19935:
19936: 2001-10-13 parser
19937:
19938: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19939: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19940: in main handler
19941:
19942: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19943: cleanups & frees order
19944:
19945: * src/types/pa_vcode_frame.h: couple comments
19946:
19947: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19948: transparent enough to handle hash if creation&passing
19949:
19950: * src/: include/pa_config_fixed.h, main/execute.C,
19951: main/pa_exception.C: noticed that vcodeframe not transparent
19952: enough, would change now
19953:
19954: 2001-10-12 parser
19955:
19956: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19957: fixed. initialization&free on each thread!
19958:
19959: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19960: handling changed: now type of default param analized always, not
19961: only at problem time, thus helping early problem spotting
19962:
19963: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19964: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19965: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19966: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19967: multithread bug fixed. initialization&free on each thread!
19968:
19969: 2001-10-11 parser
19970:
19971: * src/classes/xnode.C: xnode.selectSingle now
19972:
19973: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19974: include/pa_pool.h, include/pa_stylesheet_connection.h,
19975: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19976: convertors out of Pool into Exception
19977:
19978: * src/main/pa_string.C: const
19979:
19980: * src/: include/pa_string.h, main/pa_string.C: restructured string:
19981: linked pieces of same language together prior to String::replace
19982:
19983: * src/classes/hash.C: !^hash.add[addme]
19984: !^hash.sub[subme]
19985: !^a.union[b] = new
19986: !^a.intersection[b] = new
19987: !^a.intersects[b] = bool
19988:
19989: * src/classes/hash.C: !^hash::append[append_from]
19990:
19991: * src/: classes/hash.C, types/pa_vhash.h:
19992: !^hash::create[[copy_from]]
19993:
19994: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
19995: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
19996: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
19997: fixed. got rid of empty_string, which caused errors - it hasnt
19998: exception but somebody[value.bark] tried to throw it on it's pool
19999:
1.116 moko 20000: * src/include/pa_config_auto.h.in: makes
1.95 moko 20001:
20002: 2001-10-10 parser
20003:
20004: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20005:
20006: * src/main/: compile.tab.C, compile.y: ^a[
20007:
20008: @next_method << now unclosed ] would be reported here
20009:
20010: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20011: compile error
20012:
20013: 2001-10-09 parser
20014:
1.116 moko 20015: * src/: classes/Makefile.am, main/Makefile.am,
20016: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20017:
20018: * src/classes/Makefile.am: makes
20019:
20020: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20021: win32 errors intercepted [xalan transformer patched and
20022: incorporated]
20023:
20024: * src/: classes/classes.dsp, classes/xdoc.C,
20025: include/pa_stylesheet_connection.h, main/main.dsp,
20026: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20027: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20028: patches starting
20029:
20030: * src/classes/: string.C, table.C: ^string.save[file]
20031:
20032: * src/classes/: date.C, table.C: calendar moved to date
20033:
20034: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20035: string/table] now
20036:
20037: * src/classes/: op.C, table.C: z
20038:
20039: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20040: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20041: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20042: be code [be string..]
20043:
20044: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20045: table.C: lots of
20046: params->as_int/double/as_string/as_junction/as_no_junction
20047: messages added
20048:
20049: 2001-10-08 parser
20050:
20051: * src/: classes/date.C, classes/image.C, classes/string.C,
20052: classes/table.C, classes/void.C, include/pa_request.h:
20053: params->as_int/double message added
20054:
20055: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20056:
20057: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20058: image:sector removed image:html internal "line-*" attribs
20059:
20060: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20061: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20062:
20063: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20064: way
20065:
20066: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20067: main/untaint.C: header untainting to UL_HTTP_HEADER,
20068: UL_MAIL_HEADER made nonforced [only tainted pieces]
20069:
20070: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20071: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20072: @ SAPI::log
20073:
20074: * src/main/untaint.C: \r to ' ' in origins mode
20075:
20076: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20077: set]
20078:
20079: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20080: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20081: nonstandard liaison freed up
20082:
20083: 2001-10-07 parser
20084:
20085: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20086: project
20087:
20088: 2001-10-05 parser
20089:
20090: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20091: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20092: from outputing to cerr. lots of "todos"
20093:
20094: * src/main/untaint.C: http_header tainting more gentle with
20095: enquoting now
20096:
20097: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20098: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20099: xml errorhandler. fixed string.replace a little, read @test
20100:
20101: * src/main/pa_string.C: found replace bug - first_that_starts(char
20102: *) does not have limit, and looks further eos, fixing....
20103:
20104: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20105:
20106: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20107:
20108: * src/main/: pa_charset_connection.C: ctype another mem clear
20109: bugfix
20110:
1.116 moko 20111: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20112: $result[^[$p^]z] now works fine
1.95 moko 20113:
20114: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20115: wrong. fixed it
20116:
20117: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20118: of totable appered to be vital
20119:
20120: 2001-10-04 parser
20121:
20122: * src/classes/image.C: ^image.length[text]
20123:
20124: 2001-10-03 parser
20125:
20126: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20127:
20128: * src/main/pa_request.C: restored pcre defaulting in request
20129: [mindlessly "optimized" yesterday] comment left
20130:
20131: 2001-10-02 parser
20132:
20133: * src/: main/pa_charset_manager.C,
20134: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20135: needed
20136:
20137: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20138: forgot non-xml pool.*charset needed
20139:
20140: * src/classes/table.C: # config comments fixed
20141:
20142: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20143: charset_connection #comment now
20144:
20145: * src/: classes/classes.dsp, types/types.dsp: release projects
20146: options fixed to use release msvcrt lib
20147:
20148: * src/main/pa_charset_connection.C: pcre tables now const inside
20149: removed default - pcre handles that internally fixed bug on
20150: not-cleaning tables [previously was calloced, now member]
20151:
20152: * src/: include/pa_request.h, main/pa_charset_connection.C,
20153: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20154: inside removed default - pcre handles that internally fixed bug
20155: on not-cleaning tables [previously was calloced, now member]
20156:
20157: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20158: tested charset reload on file change @ apache version = OK tested
20159: freeing up prev encoding on adding new = OK
20160:
20161: 2001-10-01 parser
20162:
20163: * src/main/pa_charset_connection.C: removed entitify external hack
20164: [internal installed]
20165:
1.116 moko 20166: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20167:
20168: * src/: include/pa_charset_connection.h,
20169: include/pa_charset_manager.h,
20170: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20171: main/pa_charset_connection.C, main/pa_charset_manager.C,
20172: main/pa_request.C: charset loading & caching mech 0
20173:
20174: * src/: include/pa_stylesheet_connection.h,
20175: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20176: main/pa_globals.C, main/pa_request.C: would make charset loading
20177: & caching mech now
20178:
20179: 2001-09-30 parser
20180:
20181: * src/main/pa_request.C: forgot to fill toTable
20182:
20183: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20184: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20185: failed on win32 for now..
20186:
20187: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20188: now charsets table configuration variable is: CHARSETS
20189:
20190: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20191: ctype with unicode 1. todo: no П entities on output somehow
20192:
20193: * src/: classes/file.C, classes/op.C, classes/string.C,
20194: include/pa_request.h, main/pa_request.C: started ctype with
20195: unicode values
20196:
20197: 2001-09-28 parser
20198:
20199: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20200: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20201: string passed AS-IS now
20202:
20203: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20204: way of user-configuring... todo: implement
20205:
20206: 2001-09-27 parser
20207:
20208: * src/classes/table.C: table.sort changed to sort table itself
20209:
20210: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20211: X^.getElementsByTagName[tagname] = array of xnode
20212: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20213: nodes removed - regretfully not supported @ xalan. maybe someday
20214: would reimplement, if needed.
20215:
20216: win32build system: solved long waiting anti-non-started-apache
20217: problem
20218:
20219: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20220: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20221: types/types.dsp: win32 ident make system so not to rebuild
20222: library [ident.C.new]
20223:
20224: 2001-09-26 parser
20225:
20226: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20227: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20228: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20229: types/pa_vxnode.C, types/types.dsp: z
20230:
20231: * src/classes/classes.C: forgot one non-xml check
20232:
1.116 moko 20233: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20234: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20235:
20236: * src/targets/cgi/parser3.C: z
20237:
20238: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20239: targets/isapi/parser3isapi.C: #ifdef SMTP
20240:
20241: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20242: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20243: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20244: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20245: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20246: types/types.dsp: xdoc&xnode now
20247:
20248: * src/: classes/classes.C, classes/classes.awk,
20249: classes/classes.dsp, classes/classes.h, classes/date.C,
20250: classes/dnode.C, classes/dnode.h, classes/dom.C,
20251: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20252: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20253: classes/op.C, classes/response.C, classes/string.C,
20254: classes/table.C, classes/void.C, include/pa_array.h,
20255: include/pa_common.h, include/pa_config_fixed.h,
20256: include/pa_config_includes.h, include/pa_dictionary.h,
20257: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20258: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20259: include/pa_socks.h, include/pa_sql_connection.h,
20260: include/pa_sql_driver_manager.h, include/pa_stack.h,
20261: include/pa_string.h, include/pa_stylesheet_connection.h,
20262: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20263: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20264: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20265: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20266: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20267: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20268: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20269: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20270: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20271: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20272: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20273: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20274: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20275: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20276: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20277: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20278: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20279: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20280: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20281: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20282: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20283: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20284: types/pa_vmethod_frame.h, types/pa_vobject.h,
20285: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20286: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20287: types/pa_vstateless_object.h, types/pa_vstring.C,
20288: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20289: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20290: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20291: main.dsp splitted to main+classes+types along to .am
20292:
20293: * src/classes/Makefile.am: removed useless var
20294:
20295: * src/: classes/classes.cmd, main/main.dsp,
20296: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20297: main.dsp
20298:
20299: 2001-09-25 parser
20300:
20301: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20302: 1251 though, todo ICU
20303:
1.116 moko 20304: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20305: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20306: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20307: types/pa_vdom.h: xml configure makes
1.95 moko 20308:
20309: 2001-09-24 parser
20310:
1.116 moko 20311: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20312: types/Makefile.am: makes
1.95 moko 20313:
1.116 moko 20314: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20315:
20316: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20317: started unix makes update
20318:
20319: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20320: started unix makes update
20321:
20322: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20323:
20324: * src/types/pa_value.h: z
20325:
20326: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20327: bugs with usinge hash/table in expressions
20328:
20329: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20330: resolved conflicts fixed [const]
20331:
20332: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20333: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20334: main/compile.C, main/compile.tab.C, main/compile.y,
20335: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20336: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20337: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20338: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20339: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20340: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20341: with before_xml [merge2 actually didn't happen - i've created
20342: tags on wrong branch. so this merge is in fact re-merge]
20343:
20344: 2001-09-21 parser
20345:
20346: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20347: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20348: produced "" in make file and sadly wrong interpreted on load]
20349:
1.116 moko 20350: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20351: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20352: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20353: include/pa_sql_driver_manager.h, include/pa_string.h,
20354: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20355: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20356: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20357:
20358: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20359: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20360: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20361: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20362: main/pa_pool.C, main/pa_request.C,
20363: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20364: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20365: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20366: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20367: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20368: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20369: types/pa_vrequest.C, types/pa_vresponse.h,
20370: types/pa_vstateless_class.C, types/pa_vstring.C,
20371: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20372: created new projects for sql drivers [planning to remove sql
20373: drivers from main cvs project] first, will join latest changes
20374:
20375: * src/classes/: dom.C: defaulted dom writing methods encoding to
20376: pool.get_charset
20377:
20378: * src/classes/dom.C: defaulted dom writing methods encoding to
20379: pool.get_charset
20380:
20381: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20382: pool.get_charset
20383:
20384: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20385: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20386: methods encoding to pool.get_charset
20387:
20388: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20389: transcoder were created right "unsupported encoding" message.
20390: not @ set time, but @ use time, so until xml output functions
20391: .string, .file, .save used - no encoding name check occur
20392:
20393: reduced transcode buffer size to 60 fixed pool cleanup - no
20394: registration needed, pools are officially destructured
20395:
20396: 2001-09-20 parser
20397:
20398: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20399:
20400: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20401: $MAIN:DEFAULTS.content-type[$.charset[here]]
20402:
20403: * src/: classes/dnode.C, classes/dom.C,
20404: include/pa_config_includes.h, include/pa_globals.h,
20405: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20406: main/pa_pool.C, targets/cgi/parser3.dsp,
20407: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20408: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20409: Pool::transcode 0
20410:
20411: * src/classes/dom.C: dom. string save file moved output xml options
20412: to last param and made it optional
20413:
20414: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20415: dnodes
20416: !$attributenode.specified = boolean
20417: true if the attribute received its value explicitly
20418: in the XML document,
20419: or if a value was assigned programatically with the
20420: setValue function.
20421: false if the attribute value came from the default value
20422: declared in the document's DTD.
20423: !$pinode.target = target of this processing instruction
20424: XML defines this as being the first token following the
20425: markup
20426: that begins the processing instruction.
20427: XPath:
20428: !^node.select[xpath/query/expression] = hash of 0->node0
20429: 1->node1
20430: !^node.select-single[xpath/query/expression] = first node if
20431: any
20432:
20433: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20434: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20435: some 'const's added
20436:
20437: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20438: expression context now, there value = size and boolean value
20439: size!=0
20440:
20441: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20442: can be used in expression context now, there value = size and
20443: boolean value size!=0
20444:
20445: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20446: types/pa_vstring.h: dnode .file .string .save moved back to dom
20447: due to strange xalan bug
20448:
20449: 2001-09-18 parser
20450:
20451: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20452: classes/image.C, classes/op.C, classes/table.C,
20453: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20454: include/pa_sql_driver_manager.h, main/compile.C,
20455: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20456: main/execute.C, main/pa_common.C, main/pa_request.C,
20457: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20458: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20459: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20460: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20461: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20462: before_xml branch ^if(def $hash) now true only when
20463: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20464:
20465: * src/: classes/op.C, main/execute.C: operators self changed to
20466: root ^for variable context changed to self
20467:
20468: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20469: dnode 1
20470:
20471: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20472: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20473:
20474: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20475: poly* fixed
20476:
20477: 2001-09-17 parser
20478:
20479: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20480: types/pa_vdom.h: started dnode+dom
20481:
20482: dnode DOM methods: $node.name $node.value
20483: ...others...
20484:
20485: ^node.xpath[/rates/USD] = hash
20486: $hash[
20487: $.0[node0]
20488: $.1[node1]
20489: ]
20490:
20491: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20492: applies to all linear primitives
20493:
20494: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20495: include/pa_stylesheet_connection.h, main/main.dsp,
20496: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20497: types/pa_vimage.h: started dnode DOM: $node.name
20498: $node.value ...others... ^node.xpath[/rates/USD] = hash
20499: dom(dnode)
20500:
20501: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20502: main/compile.y, main/compile_tools.h, main/execute.C,
20503: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20504: in expression compound($aa.zz.xx) names now can have minus '-' in
20505: name after '.'
20506:
20507: 2001-09-15 parser
20508:
20509: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20510: image: $line-width ^line(...)[**** style]
20511:
20512: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20513: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20514: pool_storage - cleanups first, allocations second. apache wisely
20515: does just like that
20516:
20517: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20518: rewritten using template, no bugs now
20519:
20520: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20521: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20522: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20523: poorly started isapi pool_storage, would rewrite using template
20524: now
20525:
20526: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20527: include/pa_stylesheet_connection.h, main/main.dsp,
20528: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20529: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20530: xalan objects freed up [introducing Pool::register_cleanup]
20531:
20532: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20533: comments
20534:
20535: 2001-09-14 parser
20536:
20537: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20538: z
20539:
20540: * src/: classes/dom.C, classes/file.C, classes/image.C,
20541: classes/mail.C, include/pa_common.h,
20542: include/pa_sql_driver_manager.h, include/pa_string.h,
20543: include/pa_stylesheet_connection.h,
20544: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20545: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20546: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20547: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20548: compiled&cached
20549:
20550: 2001-09-13 parser
20551:
20552: * src/: classes/dom.C, classes/file.C, classes/image.C,
20553: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20554:
20555: * src/classes/dom.C: dom:file content-type(.method)
20556:
20557: * src/: include/pa_common.h, include/pa_globals.h,
20558: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20559: string now more informative error messages
20560:
20561: * src/: include/pa_globals.h, include/pa_request.h,
20562: main/pa_request.C, targets/cgi/parser3.C,
20563: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20564: ParserSiteConfig .../parser3.conf
20565:
20566: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20567:
20568: 2001-09-12 parser
20569:
20570: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20571: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20572: precise error reporting: "connection string must start with
20573: protocol://" now
20574:
20575: * src/main/compile.tab.C: fixed - subname code parts actually []
20576: braced
20577:
20578: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20579: lexer on LS_USER level did [] matching without setting nestage,
20580: introduced special LS_NAME_SQUARE_PART state
20581:
20582: 2001-09-11 parser
20583:
20584: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20585: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20586: languages+=xml
20587:
20588: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20589:
20590: * src/classes/dom.C: ^dom:save/string/file[output options] output
20591: options: $.method[xml|html|text] detection fixed
20592:
20593: * src/types/pa_vdom.h: messages
20594:
20595: * src/classes/dom.C: ^dom:save/string/file[output options] output
20596: options: $.method[xml|html|text] detection fixed
20597:
20598: 2001-09-10 parser
20599:
20600: * src/classes/dom.C: ^dom:save/string/file[output options] output
20601: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20602:
20603: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20604: added]
20605:
20606: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20607: ^dom.xslt[stylesheet filename] 0
20608:
20609: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20610: ^dom.xslt[stylesheet filename] -1 doc is lying
20611:
20612: * src/classes/dom.C: ^dom.file[encoding] = file
20613:
20614: * src/classes/: dom.C: ^dom.string[encoding] 1
20615: ^dom.save[encoding;filename]
20616:
20617: * src/classes/dom.C: ^dom.string[] 0
20618:
20619: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20620:
20621: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20622: types/pa_vform.h: ^dom.save[b.xml] 0
20623:
20624: 2001-09-08 parser
20625:
20626: * src/types/pa_vform.C: $form:tables.name.field
20627:
20628: 2001-09-07 parser
20629:
20630: * src/classes/table.C: table:empty removed, superceded by ^if(def
20631: $table)...
20632:
20633: * src/targets/cgi/parser3.C: z
20634:
20635: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20636: from '' to int/double is 0]
20637:
20638: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20639: $table) is false when table is empty
20640:
20641: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20642: !$form:tables $atable[$form:tables.a]
20643: ^atable.menu{a=$atable.element}[,]
20644:
20645: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20646: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20647:
1.116 moko 20648: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20649: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20650: of dom
20651:
20652: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20653: types/pa_vform.C, types/pa_vform.h: z
20654:
20655: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20656: element [not last]
20657:
1.116 moko 20658: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20659: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20660:
20661: 2001-09-06 parser
20662:
20663: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20664: table with one column 'element' and two rows: 1 and 2
20665:
20666: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20667: table with one column 'element' and two rows: 1 and 2
20668:
20669: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20670: bad int/double conversions, and now $form:nonexistent.int(88)
20671: would return 88
20672:
20673: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20674: types/pa_vhash.h: now there's special hash key '_default'
20675: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20676: $._default[xx] ] $hash.c
20677:
20678: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20679: fixed [thanks, fif], ^; were treated there non-literally
20680:
20681: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20682: doxygen
20683:
20684: * src/: classes/image.C, classes/op.C, classes/string.C,
20685: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20686: types/pa_vtable.C: few #ifndef DOXYGEN
20687:
20688: 2001-09-05 parser
20689:
20690: * src/classes/: string.C, table.C: sql options can be void [same as
20691: image:html the other day]
20692:
20693: * src/targets/cgi/Makefile.am: .am undo
20694:
20695: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20696: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20697: macro expantion on param, simply qoutes whatever passed, undone
20698:
20699: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20700: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20701: STRINGIZE(name) #name invented
20702:
20703: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20704: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20705: MAIN_SQL_DRIVERS_NAME "drivers"
20706:
20707: moved to be availible to all users
20708:
20709: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20710: SQL_DRIVER_CREATE_FUNC_NAME
20711:
20712: * src/classes/mail.C: MAIN:MAIL check fixed
20713:
20714: 2001-09-04 parser
20715:
20716: * src/classes/image.C: image.html now can accept void params
20717:
20718: * src/targets/isapi/parser3isapi.C: z
20719:
20720: * src/targets/cgi/parser3.C: full_file_spec bug
20721:
20722: * src/targets/cgi/parser3.C: getenvcheck
20723:
20724: * src/targets/cgi/parser3.C: zz
20725:
20726: * src/targets/cgi/parser3.C: zzz
20727:
20728: * src/classes/date.C: date
20729:
20730: * src/classes/date.C: date:sql-string is now without ''
20731:
1.116 moko 20732: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20733: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20734: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20735:
1.116 moko 20736: * src/include/pa_config_auto.h.in: makes
1.95 moko 20737:
20738: 2001-09-03 parser
20739:
20740: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20741:
20742: 2001-09-01 parser
20743:
20744: * src/classes/image.C: letter_spacing
20745:
20746: * src/classes/image.C: image: font params changed
20747:
20748: * src/classes/image.C: image: as_int as_string used
20749:
20750: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20751: analized
20752:
20753: 2001-08-31 parser
20754:
20755: * src/targets/cgi/parser3.C: z
20756:
1.116 moko 20757: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20758: cygwin
1.95 moko 20759:
20760: * src/classes/void.C: void:int/double += (default)
20761:
20762: * src/classes/image.C: image:font added space param image:font
20763: changed charwidth alg, added kerning const[for now]
20764:
20765: * src/classes/: string.C, table.C: string:int/double (defaults)
20766:
20767: 2001-08-29 parser
20768:
20769: * src/main/pa_exception.C: exception redundant debug info
20770:
20771: 2001-08-28 parser
20772:
20773: * src/classes/image.C: image error msgs
20774:
20775: * src/classes/image.C: image: gifsize little endian
20776:
20777: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20778: doxygeneration
20779:
20780: * src/: classes/Makefile.am, main/Makefile.am,
20781: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20782:
20783: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20784: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20785:
20786: * src/main/compile.C: NO_STRING_ORIGIN check2
20787:
20788: * src/classes/table.C: NO_STRING_ORIGIN check
20789:
20790: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20791: storage class specifiers invalid in friend function declarations
20792:
20793: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20794: main/untaint.C, targets/cgi/parser3.C,
20795: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20796: case of limit
20797:
20798: * src/: classes/file.C, main/pa_common.C: file:move
20799: autocreate/remove dest/src dir
20800:
20801: * src/: classes/string.C, include/pa_dictionary.h,
20802: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20803: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20804: to directory constructor. string:replace
20805:
20806: 2001-08-27 parser
20807:
20808: * src/classes/image.C: fixed jpgsize alg
20809:
20810: * src/classes/image.C: fixed jpgsize alg
20811:
20812: * src/main/pa_exception.C: z
20813:
20814: * src/main/pa_common.C: removed debug info from pa_common
20815:
20816: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20817: [auto.p from current dir loading]
20818:
1.116 moko 20819: * src/: main/pa_common.C, main/pa_exception.C,
20820: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20821: for solaris -lsocket
1.95 moko 20822:
20823: 2001-08-24 parser
20824:
20825: * src/targets/cgi/parser3.C: not cgi extra \n 3
20826:
20827: * src/targets/cgi/parser3.C: not cgi extra \n 2
20828:
20829: * src/targets/cgi/parser3.C: not cgi extra \n
20830:
20831: * src/main/pa_sql_driver_manager.C: z
20832:
20833: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20834: sql* removed services from disconnect - cross-request ideological
20835: probs.
20836:
20837: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20838: cross-request ideological probs. oracle - fixed bug: cs
20839: allocated on request.pool and got freed before disconnect
20840:
20841: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20842: mallocs fixed
20843:
20844: 2001-08-23 parser
20845:
20846: * src/classes/file.C: minor bug in file:save fixed
20847:
20848: * src/main/pa_sql_driver_manager.C: oracle: dlink
20849:
20850: 2001-08-22 parser
20851:
20852: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20853: types/pa_vfile.h: file:load|save[text|binary;
20854:
20855: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20856:
20857: 2001-08-21 parser
20858:
20859: * src/classes/: file.C, table.C: ^file:list
20860:
20861: 2001-08-20 parser
20862:
20863: * src/: main/compile.tab.C, main/compile.y,
20864: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20865: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20866: recousively caused problems: inc incremeted 123 literal!! fixed
20867:
20868: 2001-08-10 parser
20869:
20870: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20871:
20872: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20873: added
20874:
20875: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20876: added
20877:
20878: * src/classes/table.C: table:sort restored [it was bad test :(]
20879:
20880: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20881: ''
20882:
20883: * src/main/: pa_request.C: wanted to make const int
20884: MAX_EXECUTE_SECONDS=1;
20885:
20886: but couldnt, set_callback_and_alarm appeared to be not exported
20887: :(
20888:
20889: * src/main/pa_string.C: string.match hanged on. there were a hang
20890: check but it weren't wise enough
20891:
20892: @parse[dateString][tmp]
20893: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20894: #end
20895:
20896: @main[] ^parse[2001-02-03]
20897:
20898: * src/classes/: table.C: table:sort now default desc
20899:
20900: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20901: table.sort now creates new sorted table
20902:
20903: 2001-08-09 parser
20904:
20905: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20906:
20907: * src/classes/hash.C: hash:_default now [was hash:default]
20908:
20909: * src/classes/op.C: case without switch check added
20910:
20911: * src/types/pa_vcookie.C: cookie name&value origins added, more
20912: precise $ORIGINS(1)
20913:
20914: * src/main/Makefile.am: .am
20915:
20916: * src/classes/void.C: void: int double copy/paste from int: bug
20917: fixed
20918:
20919: * src/classes/void.C: void: int double copy/paste from int: bug
20920: fixed
20921:
20922: 2001-08-07 parser
20923:
20924: * src/: classes/double.C, classes/int.C, classes/string.C,
20925: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20926: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20927: string, table
20928:
20929: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20930: srand made working
20931:
20932: 2001-08-06 parser
20933:
20934: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20935: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20936: main/compile.tab.C, main/compile.y, main/pa_array.C,
20937: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20938: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20939:
20940: * src/main/pa_exec.C: exec win32 real filename
20941:
20942: * src/classes/file.C: exec stderr out
20943:
20944: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20945:
20946: 2001-08-03 parser
20947:
20948: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20949:
20950: 2001-08-02 parser
20951:
20952: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20953: main/execute.C, main/pa_exec.C: introducing Array_iter
20954:
20955: * src/main/execute.C: detected quick_get recursion bug. changed to
20956: get@execute, but needs array iterator, separate from array to
20957: avoid it & use caching
20958:
20959: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20960: bug fixed
20961:
20962: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20963: main/execute.C, main/pa_globals.C: found another multithread bug
20964: in op.C (last, last global var killed) :)
20965:
20966: 2001-08-01 parser
20967:
20968: * src/: include/pa_dictionary.h, include/pa_globals.h,
20969: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20970: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20971: main/untaint.C: speeded up typo-html replacements. introducing
20972: Dictionary with first-char caching
20973:
20974: 2001-07-31 parser
20975:
20976: * src/types/Makefile.am: pa_vtable.C added to .am
20977:
20978: * src/main/compile.tab.C: added, so that could be compiled even on
20979: non-bison-enabled platforms
20980:
20981: 2001-07-28 parser
20982:
20983: * src/classes/table.C: table:hash always produces hash, when can't
20984: - empty
20985:
20986: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
20987: skipped \n
20988:
20989: 2001-07-27 parser
20990:
20991: * src/classes/: double.C, int.C, string.C: provided meaningful msg
20992: on int/double/string :sql without result and default
20993:
20994: 2001-07-26 parser
20995:
20996: * src/classes/op.C: fixed bad multithread bug with strangly global
20997: OP
20998:
20999: * src/main/compile.y: $man[$.age[zzz]] 0
21000:
21001: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21002: creation syntax problem persists. restored $: for a while.
21003: thinking of $man[$.age[zzz]] syntax now
21004:
21005: * src/: classes/double.C, classes/int.C, classes/string.C,
21006: include/pa_opcode.h, main/compile.C, main/compile.y,
21007: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21008: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21009: types/pa_wwrapper.h: fixing :: realization #1
21010:
21011: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21012: main/compile_tools.h, main/execute.C, main/pa_request.C,
21013: types/pa_vmethod_frame.h: introducing :: this is constructor call
21014: prefix. ordinary : remains for static accesses
21015:
21016: 2001-07-25 parser
21017:
21018: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21019: fields 2. methods 3. columns
21020:
21021: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21022: quote. optimized double&int tostring-s
21023:
21024: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21025: whitespace before first method decl
21026:
21027: * src/classes/table.C: allowed nontable result in table:sql,
21028: results in empty table
21029:
21030: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21031: lines before first method decl
21032:
21033: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21034: types/pa_vtable.h: ^table.record[] now $table.fields
21035:
21036: * src/main/compile.y: $var[] is now empty string, not void
21037:
21038: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21039: void
21040:
21041: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21042: main/pa_globals.C: match replace code context moved to implicit
21043: $match context
21044:
21045: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21046: main/compile_tools.h, main/execute.C: with killed, code storage
21047: introduced with former 'with' syntax
21048:
21049: 2001-07-24 parser
21050:
21051: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21052: types/pa_value.h: first get_element, next get operator
21053:
21054: * src/main/compile.y: removed @end handling
21055:
21056: * src/main/: compile.C, compile.y: @end handling method2
21057:
21058: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21059: file:move
21060:
21061: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21062: fixed
21063:
21064: 2001-07-23 parser
21065:
21066: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21067: driver
21068:
21069: * src/classes/hash.C: changed sql driver query interface
21070:
21071: * src/: classes/hash.C, classes/string.C, classes/table.C,
21072: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21073: changed sql driver query interface
21074:
21075: 2001-07-20 parser
21076:
21077: * src/types/pa_vrequest.C: X!$browser:type
21078:
21079: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21080: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21081: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21082: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21083: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21084: types/pa_vobject.h, types/pa_vrequest.C,
21085: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21086: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21087: BASE element globally removed
21088:
21089: 2001-07-18 parser
21090:
21091: * src/classes/file.C: file:exec/cgi msg
21092:
21093: * src/classes/file.C: $file:exit-code renamed to 'status'
21094:
21095: * src/: classes/file.C, main/pa_exec.C: file:exec
21096:
1.116 moko 21097: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21098: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21099: removed $id from *.in *.am
1.95 moko 21100:
21101: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21102: abbrevations
21103:
21104: * src/: classes/date.C, classes/mail.C, classes/math.C,
21105: classes/string.C, classes/table.C, include/pa_globals.h,
21106: include/pa_string.h, main/execute.C, main/pa_globals.C,
21107: main/pa_request.C, main/pa_string.C, main/untaint.C,
21108: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21109: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21110: $ORIGINS(1) output tracing mode
21111:
21112: 2001-07-13 parser
21113:
21114: * src/: classes/double.C, classes/int.C, classes/string.C,
21115: include/pa_request.h, main/execute.C, main/pa_request.C:
21116: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21117: second would not call first @auto
21118:
21119: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21120: wrong, fixed
21121:
21122: 2001-07-12 parser
21123:
21124: * src/types/pa_value.h: pa_value.putelement modification of system
21125: classes prevented
21126:
21127: 2001-07-11 parser
21128:
21129: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21130: table $piece
21131:
21132: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21133: types/pa_vstateless_class.h: $file created by file:state +=
21134: .atime .mtime .ctime +found&fixed bug with exceptions on
21135: get_junction-created objects [they were on wrong pool]
21136:
21137: 2001-07-09 parser
21138:
21139: * src/main/untaint.C: qp wrong name
21140:
21141: * src/: classes/date.C, classes/string.C, classes/table.C,
21142: main/compile.y: date format 0
21143:
21144: 2001-07-07 parser
21145:
21146: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21147: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21148: roll table calendar
21149:
21150: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21151: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21152: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21153: include/pa_request.h, main/main.dsp, types/pa_value.h,
21154: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21155: string. todo: sql, calendar
21156:
21157: 2001-07-06 parser
21158:
21159: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21160: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21161:
21162: 2001-07-03 parser
21163:
21164: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21165: classes/random.C, main/main.dsp: class random renamed to math,
21166: operators became methods
21167:
21168: * src/classes/op.C: pow sqrt
21169:
21170: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21171:
21172: 2001-07-02 parser
21173:
21174: * src/classes/table.C: ^table.columns column renamed from 'name' to
21175: 'column'
21176:
21177: * src/classes/hash.C: ^hash.keys[]
21178:
21179: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21180:
21181: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21182: 'strings'
21183:
21184: 2001-06-29 parser
21185:
21186: * src/main/: execute.C: /0 %0 checkes ver 2
21187:
21188: * src/main/execute.C: /0 %0 checke
21189:
21190: * src/classes/Makefile.am: nothing - void
21191:
21192: * src/classes/table.C: empty strings @ sql
21193:
21194: 2001-06-28 parser
21195:
21196: * src/: classes/double.C, classes/file.C, classes/form.C,
21197: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21198: classes/op.C, classes/random.C, classes/response.C,
21199: classes/string.C, classes/table.C, classes/void.C,
21200: main/compile.C, main/compile_tools.C, main/execute.C,
21201: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21202: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21203: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21204: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21205: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21206: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21207: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21208: $";
21209:
21210: * src/: classes/double.C, classes/file.C, classes/form.C,
21211: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21212: classes/op.C, classes/random.C, classes/response.C,
21213: classes/string.C, classes/table.C, classes/void.C,
21214: main/compile.C, main/compile.y, main/compile_tools.C,
21215: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21216: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21217: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21218: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21219: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21220: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21221:
21222: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21223: $class:name: == ${class:name}:
21224:
21225: * src/classes/string.C: exactly one
21226:
21227: 2001-06-27 parser
21228:
21229: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21230: types/pa_vvoid.h: nothing renamed to void
21231:
21232: * src/classes/op.C: ^switch ^case
21233:
21234: * src/main/compile.y: nothing renamed to void
21235:
21236: * src/: classes/hash.C, classes/table.C, main/compile.y,
21237: main/execute.C, main/main.dsp, main/pa_request.C,
21238: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21239: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21240: void
21241:
21242: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21243:
21244: 2001-05-28 parser
21245:
21246: * src/doc/html2chm.cmd: removed >a
21247:
21248: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21249: project options [some bugs]
21250:
21251: * src/doc/sources2html.cmd: z
21252:
21253: * src/: classes/classes.C, main/compile.C, main/compile.y,
21254: main/execute.C: operators are not in root class again
21255:
21256: 2001-05-24 parser
21257:
21258: * src/targets/cgi/parser3.dsp: project file
21259:
21260: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21261: ^log ^exp
21262:
21263: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21264: conversions in @exception[params]
21265:
21266: * src/main/pa_request.C: // no _ conversions in @exception[params]
21267:
21268: 2001-05-23 parser
21269:
21270: * src/main/pa_string.C: string cmp bug
21271:
21272: * src/classes/: mail.C, op.C: rem max 1000
21273:
21274: * src/: classes/op.C, main/compile.y: allow one empty line before
21275: LS_DEF_NAME
21276:
21277: 2001-05-22 parser
21278:
21279: * src/classes/op.C: if params code-required
21280:
21281: 2001-05-21 parser
21282:
21283: * src/types/pa_vstring.C: eoleof
21284:
21285: * src/classes/Makefile.am: .AM
21286:
21287: * src/classes/nothing.C: resultless ^sql moved to nothing:
21288:
21289: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21290:
21291: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21292: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21293: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21294: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21295: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21296: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21297: 'nothing'
21298:
21299: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21300: vstring::set_string
21301:
21302: * src/classes/: double.C, int.C, string.C: int,double;sql
21303:
21304: * src/: classes/hash.C, classes/int.C, classes/string.C,
21305: classes/table.C, include/pa_string.h, main/pa_string.C,
21306: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21307:
21308: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21309: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21310: hash:sql moved to main trunc. operators.txt updated
21311:
21312: * src/classes/: hash.C, op.C, table.C: hash:sql
21313:
21314: * src/classes/op.C: z
21315:
21316: * src/: main/compile.C, classes/classes.C: 1
21317:
21318: * src/: classes/classes.C, main/compile.C, main/compile.y,
21319: main/execute.C: 0
21320:
21321: * src/main/execute.C: z
21322:
21323: * src/targets/cgi/parser3.C: z
21324:
21325: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21326: site_auto_path "." in that case
21327:
21328: * src/targets/cgi/: parser3.C: z
21329:
21330: * src/main/pa_request.C: .am
21331:
21332: * src/: main/pa_request.C, targets/cgi/parser3.C:
21333: pcre_tables=pcre_default_tables;
21334:
21335: 2001-05-19 parser
21336:
21337: * src/main/pa_string.C: z
21338:
21339: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21340: introducing String::cstr_bufsize, returns just size+1 for as_is
21341: target.
21342:
21343: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21344: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21345: used, 4* mem wasted
21346:
21347: * src/classes/string.C: root context in match replace body now
21348: unchanged
21349:
21350: * src/types/pa_value.h: parameter # 1 based
21351:
21352: * src/main/pa_common.C: common: actual filename '%s'
21353:
21354: * src/classes/string.C: z
21355:
21356: * src/classes/Makefile.am: classes/.am
21357:
21358: * src/classes/: Makefile.am: classes/.am
21359:
21360: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21361: targets/cgi/pa_pool.C: classes/.am
21362:
21363: 2001-05-18 parser
21364:
1.116 moko 21365: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21366: pa_threads.C ins
1.95 moko 21367:
21368: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21369:
21370: 2001-05-17 parser
21371:
21372: * src/: classes/string.C, include/pa_config_fixed.h,
21373: include/pa_config_includes.h, main/compile.y,
21374: main/compile_tools.h, main/execute.C, main/pa_array.C,
21375: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21376: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21377: types/pa_vform.C: #include "pa_config_includes.h" removed from
21378: most .C
21379:
21380: * src/doc/html2chm.cmd: z
21381:
21382: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21383: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21384:
21385: * src/main/pa_sql_driver_manager.C: moved expiration to
21386: get_connection_from_cache
21387:
21388: * src/main/pa_sql_driver_manager.C: cache expiration bf
21389:
21390: * src/: classes/classes.h, include/pa_sql_connection.h,
21391: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21392: cache expiration[use SQL_Driver::disconnect]
21393:
21394: * src/main/pa_table.C: table.locate current restored on "not found"
21395:
21396: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21397: line no
21398:
21399: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21400: ANTI_ENDLESS_EXECUTE_RECOURSION
21401:
21402: * src/: classes/op.C, include/pa_sql_connection.h,
21403: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21404: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21405: 1driver and set_services fight for driver::fservices. before fix
21406:
21407: * src/: classes/op.C, include/pa_config_fixed.h,
21408: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21409: main/pa_sql_driver_manager.C: found problem at last: 2connections
21410: own 1driver and set_services fight for driver::fservices. before
21411: fix
21412:
21413: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21414: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21415: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21416: pa_threads.C
21417:
21418: * src/include/pa_threads.h: removed targets/parser
21419:
21420: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21421: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21422: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21423: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21424: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21425: headers
21426:
21427: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21428: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21429: order prevented sqlmanager to see MULTYTHREAD define
21430:
21431: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21432: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21433: put/gets
21434:
21435: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21436: from hash.h
21437:
21438: * src/: classes/op.C, include/pa_sql_connection.h,
21439: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21440: from cache ->set_services(&services);
21441:
21442: 2001-05-16 parser
21443:
21444: * src/targets/cgi/parser3.C: z
21445:
21446: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21447: debug, #ifdefed some. would debug later, on more precise sample
21448: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21449: $name.$tail[$tail!] $name.$tail } ok3
21450:
21451: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21452: removed array debug. before vstring rebasing
21453:
21454: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21455: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21456: array debugged; adjusted
21457:
21458: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21459: SQL_Driver_manager line no for connect/charset errors
21460:
21461: 2001-05-15 parser
21462:
21463: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21464: main/pa_string.C: string+array made linear grows
21465:
21466: * src/: include/pa_string.h, main/pa_string.C,
21467: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21468: grow lineary, not exponentialy
21469:
21470: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21471: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21472: with fullchunk cmps
21473:
21474: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21475: 70041= 81
21476:
21477: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21478: targets/cgi/parser3.C: detected huge mem allocation: size/times
21479: malloc 27809390/368771, calloc 3232/83. would test now
21480:
21481: * src/: classes/random.C, main/compile.y, main/execute.C,
21482: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21483: numbered params had wrong name - for instance: bad error message
21484: in ^for[] bad body type. fixed
21485:
21486: 2001-05-14 parser
21487:
21488: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21489: main/untaint.C: ^string.upper|lower[]
21490:
21491: 2001-05-11 parser
21492:
21493: * src/: classes/double.C, classes/image.C, classes/op.C,
21494: classes/string.C, classes/table.C, classes/unknown.C,
21495: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21496: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21497: types/pa_vunknown.h: op: MAX_LOOPS as_int
21498:
21499: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21500: .dsp for win32tools
21501:
21502: 2001-05-11 paf
21503:
21504: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21505: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21506: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21507: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21508:
21509: 2001-05-10 paf
21510:
21511: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21512: for C++, that's all
21513:
1.116 moko 21514: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21515: pa_config_includes.h: inline wonders
1.95 moko 21516:
21517: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21518: doc/doxygen.cmd: hash.C added
21519:
21520: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21521:
21522: * src/main/compile.y: @end grammar: allowed zero strings in control
21523: menthod
21524:
21525: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21526: pa_vstateless_object.h: changed priority: field before method
21527: lookup in vclass & vobject
21528:
21529: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21530: grammar: priorities changes [lowerd && prior] vobject: now first
21531: fields, next methods
21532:
21533: 2001-05-08 paf
21534:
21535: * src/main/pa_table.C: table columnname2item on nameless ignored
21536: bark=false. fixed
21537:
21538: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21539: types/pa_vmethod_frame.h: hash:default works at last!
21540:
21541: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21542: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21543: hash:default
21544:
21545: * src/classes/table.C: z
21546:
21547: * src/classes/table.C: table:hash always hash of hash now
21548:
21549: * src/classes/table.C: table:empty return bool now
21550:
21551: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21552: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21553: types/pa_vtable.h: table:hash
21554:
21555: * src/classes/table.C: table:record have name
21556:
21557: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21558: returns vunknown
21559:
21560: * src/classes/: double.C, int.C, op.C, string.C:
21561: int,double,string:int[] double[] string:length[] results now have
21562: hames
21563:
21564: * src/: classes/op.C, classes/table.C, main/main.dsp,
21565: types/pa_vtable.h: removed table:find. table:locate and op:eval
21566: now return bool
21567:
21568: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21569: in method checkparams again. fixed
21570:
21571: 2001-05-07 paf
21572:
21573: * src/doc/chm.cmd: cmd
21574:
21575: * src/: classes/image.C, classes/mail.C, classes/string.C,
21576: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21577: types/pa_value.h: method reported errors on wrong pool
21578:
21579: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21580: now
21581:
21582: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21583: include/code.h, include/pa_opcode.h, main/compile.C,
21584: main/compile_tools.h, main/execute.C, types/pa_value.h,
21585: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21586: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21587: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21588: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21589: types/pa_vmethod_frame.h, types/pa_vobject.h,
21590: types/pa_vrequest.h, types/pa_vresponse.h,
21591: types/pa_vstateless_class.h, types/pa_vstring.h,
21592: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21593: types/pa_wwrapper.h: pa_code.h
21594:
21595: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21596:
21597: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21598: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21599: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21600: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21601: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21602: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21603: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21604: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21605: types/pa_vtable.h: dox, split by not clean parts also
21606:
21607: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21608: types/pa_vtable.h: table: fields, then methods. so to enable
21609: 'dir' fields & co. more
21610:
21611: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21612: so to enable 'dir' fields & co.
21613:
21614: * src/main/compile.y: grammar: @end
21615:
21616: 2001-05-04 paf
21617:
21618: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21619: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21620:
21621: * src/: classes/classes.h, classes/double.C, classes/file.C,
21622: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21623: classes/op.C, classes/random.C, classes/response.C,
21624: classes/string.C, classes/table.C, classes/unknown.C,
21625: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21626: method dox
21627:
21628: 2001-05-03 paf
21629:
21630: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21631: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21632: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21633: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21634: doc/string.dox, doc/targets.dox, doc/value.dox,
21635: main/pa_request.C: dox splitted .dox files and added some
21636:
21637: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21638:
21639: 2001-05-02 paf
21640:
21641: * src/classes/: image.C, table.C: table:dir result are not tainted
21642: by file_name language now
21643:
21644: 2001-04-28 paf
21645:
21646: * src/classes/classes.inc: removed classes.inc
21647:
21648: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21649: from .am
21650:
21651: * src/classes/classes.awk: skipped classes in .awk
21652:
21653: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21654: classes/classes.inc, classes/double.C, classes/file.C,
21655: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21656: classes/string.C, classes/table.C, classes/unknown.C,
21657: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21658: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21659: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21660: pa_methoded back to classes/classes.h
21661:
21662: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21663:
21664: * src/: classes/Makefile.am, classes/classes.awk,
21665: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21666: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21667:
21668: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21669: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21670: classes/response.C, classes/string.C, classes/table.C,
21671: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21672: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21673: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21674: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21675: include|main/pa_methoded
21676:
21677: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21678: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21679:
21680: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21681: moved some configured data to request::classes_conf moved some
21682: string crations from globals to M... [works]
21683:
21684: * src/: classes/form.C, classes/mail.C, classes/op.C,
21685: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21686: main/pa_request.C: moved some configured data to
21687: request::classes_conf moved some string crations from globals to
21688: M...
21689:
21690: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21691: about to move configured data to special request hash
21692:
21693: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21694: classes/form.C, classes/mail.C, include/pa_request.h,
21695: main/pa_request.C: configure started
21696:
21697: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21698: 2. todo: methoded-configure
21699:
21700: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21701: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21702: classes/_random.h, classes/_response.h, classes/_string.h,
21703: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21704: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21705: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21706: classes/random.C, classes/response.C, classes/string.C,
21707: classes/table.C, classes/unknown.C, include/pa_globals.h,
21708: include/pa_request.h, main/compile.y, main/execute.C,
21709: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21710: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21711: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21712: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21713: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21714: types/pa_vrequest.h, types/pa_vresponse.h,
21715: types/pa_vstateless_class.h, types/pa_vstring.h,
21716: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21717: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21718: methoded-configure
21719:
21720: * src/: classes/file.C, classes/table.C, main/compile.y,
21721: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21722: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21723: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21724:
21725: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21726: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21727: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21728: classes/random.C, classes/response.C, classes/string.C,
21729: classes/table.C, classes/unknown.C, include/pa_request.h,
21730: main/compile.y, main/execute.C, main/pa_globals.C,
21731: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21732: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21733: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21734: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21735: beautifying just compiled. todo: debug, configure
21736:
21737: 2001-04-27 paf
21738:
21739: * src/: classes/file.C, classes/image.C, classes/table.C,
21740: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21741: beautifying -99
21742:
21743: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21744: classes/_response.h, classes/_unknown.h, classes/classes.C,
21745: classes/classes.h, classes/double.C, classes/file.C,
21746: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21747: classes/op.C, classes/random.C, classes/response.C,
21748: classes/string.C, include/pa_globals.h, main/main.dsp,
21749: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21750: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21751: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21752: types/pa_vunknown.h: beautifying -100
21753:
21754: * src/main/compile.y: serge@ found @CLASS bug. fixed
21755:
21756: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21757: classes/_op.h, classes/_random.h, classes/_table.h,
21758: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21759: classes/op.C, classes/random.C, classes/response.C,
21760: classes/string.C, classes/table.C, classes/unknown.C,
21761: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21762: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21763: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21764: beautifying
21765:
21766: 2001-04-26 paf
21767:
21768: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21769:
21770: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21771: documentation ++
21772:
21773: * src/: classes/_exec.h, doc/doxygen.cfg,
21774: include/pa_config_fixed.h, include/pa_config_includes.h,
21775: targets/cgi/pa_pool.C: code documentation ++
21776:
21777: * src/: classes/_image.h, classes/op.C, classes/random.C,
21778: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21779: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21780: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21781: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21782: types/pa_vmethod_frame.h, types/pa_vobject.h,
21783: types/pa_vrequest.C, types/pa_vrequest.h,
21784: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21785: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21786: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21787: code documentation ++
21788:
21789: * src/: classes/image.C, classes/mail.C, classes/string.C,
21790: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21791: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21792: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21793: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21794: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21795: types/pa_vobject.h, types/pa_vstateless_class.h,
21796: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21797:
21798: * src/main/: pa_request.C, pa_string.C: z
21799:
21800: * src/: include/pa_common.h, include/pa_types.h,
21801: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21802: connection caching fixed. request-pooled-url were stored into
21803: global connectioncache
21804:
21805: 2001-04-25 paf
21806:
21807: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21808: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21809:
21810: * src/: include/code.h, include/pa_common.h, main/compile.y,
21811: main/execute.C, main/pa_common.C: -d
21812:
21813: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21814: illegal call check a bit improved, but still under iis no mapping
21815: of dir with parser allowed!
21816:
21817: 2001-04-24 paf
21818:
21819: * src/targets/Makefile.am: apache module lib .am
21820:
21821: * src/main/pa_exec.C: windows32 buildCommand
21822:
21823: 2001-04-23 paf
21824:
21825: * src/targets/cgi/Makefile.am: win32 conditional
21826:
21827: * src/targets/cgi/Makefile.am: win32 conditional
21828:
21829: * src/targets/cgi/Makefile.am: liblink
21830:
21831: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21832: vfile fields return type
21833:
21834: * src/types/pa_vfile.h: vfile fields return type
21835:
21836: * src/include/pa_config_auto.h.in: .h.in
21837:
21838: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21839: types/Makefile: makefiles removed
21840:
21841: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21842: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21843:
21844: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21845: [tested: i & g ]
21846:
21847: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21848: @test noticed series in isapi, check how initialize_random_class
21849: is called! [must be called only once]
21850:
21851: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21852: would not be 'unknown column'
21853:
21854: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21855: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21856:
21857: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21858: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21859: [now doesnt]
21860:
21861: * src/targets/cgi/parser3.C: cgi cmdline ver
21862:
21863: * src/targets/cgi/parser3.C: cgi /// @test disable
21864: /cgi-bin/parser3/auto.p
21865:
21866: * src/main/untaint.C: untaint without charset
21867:
21868: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21869: main/pa_common.C: common: file_write /// @test mkdirs
21870: file_delete rmdirs
21871:
21872: * src/main/untaint.C: mail header only once to =?
21873:
21874: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21875: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21876: main/untaint.C: untaint - @test optimize whitespaces for
21877: all but 'html'
21878:
21879: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21880: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21881: main/untaint.C: untaint - @test mail-header
21882:
21883: 2001-04-20 paf
21884:
21885: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21886: include/pa_request.h, include/pa_string.h, main/compile.y,
21887: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21888: targets/cgi/parser3.C: $MAIN:LOCALE
21889:
21890: * src/main/untaint.C: z
21891:
21892: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21893:
21894: 2001-04-19 paf
21895:
21896: * src/main/compile_tools.h: $a$b bugfix
21897:
21898: * src/targets/cgi/parser3.C: z
21899:
21900: * src/classes/file.C: z
21901:
21902: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21903: done: header to $fields. waits for header '\' tricks
21904:
21905: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21906: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21907: changed urlencode here and in untaint.C to HTTP standard's " and
21908: \" mech
21909:
21910: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21911: http://alx/~paf/ doesnt load /auto.p
21912:
21913: 2001-04-18 paf
21914:
21915: * src/main/pa_request.C: 1
21916:
21917: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21918: linux @alx
21919:
21920: 2001-04-17 paf
21921:
21922: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21923: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21924: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21925: enabled
21926:
21927: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21928: classes/_exec.h, classes/_file.h, classes/_form.h,
21929: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21930: classes/_random.h, classes/_response.h, classes/_string.h,
21931: classes/_table.h, classes/_unknown.h, classes/file.C,
21932: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21933: include/pa_config_fixed.h, include/pa_config_includes.h,
21934: include/pa_hash.h, include/pa_sql_driver_manager.h,
21935: include/pa_version.h, main/Makefile.am, main/compile.y,
21936: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21937: main/pa_sql_driver_manager.C, sql/Makefile.am,
21938: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21939: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21940: types/pa_vform.C, types/pa_vimage.h: exec @jav
21941:
21942: * src/: include/pa_sql_driver_manager.h,
21943: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21944: types/pa_vimage.h: sql driver interface now has initialize(client
21945: .so)
21946:
21947: 2001-04-16 paf
21948:
21949: * src/Makefile.am: compile2 cygwin
21950:
21951: * src/: include/pa_config_includes.h, main/pa_exec.C,
21952: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21953:
21954: * src/targets/cgi/Makefile.am: compile0 jav
21955:
21956: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21957: classes/_exec.h, classes/_file.h, classes/_form.h,
21958: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21959: classes/_random.h, classes/_response.h, classes/_string.h,
21960: classes/_table.h, classes/_unknown.h, classes/image.C,
21961: classes/mail.C, classes/op.C, classes/random.C,
21962: include/pa_config_fixed.h, include/pa_config_includes.h,
21963: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21964: main/compile.y, main/pa_common.C, main/pa_exec.C,
21965: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21966: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21967: compile-1
21968:
21969: 2001-04-15 paf
21970:
21971: * src/classes/op.C: z
21972:
21973: * src/classes/table.C: table:empty +=process
21974:
21975: * src/types/pa_value.h: MethodParams !junction
21976:
21977: * src/: classes/_string.h, classes/double.C, classes/file.C,
21978: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21979: classes/random.C, classes/response.C, classes/string.C,
21980: classes/table.C, classes/unknown.C, main/pa_request.C:
21981: MethodParams everywhere
21982:
21983: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
21984: types/pa_vmethod_frame.h: MethodParams in op.C
21985:
21986: 2001-04-12 paf
21987:
21988: * src/: classes/image.C, types/pa_vimage.h: image:font :text
21989:
21990: * src/: classes/_unknown.h, classes/unknown.C,
21991: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21992: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
21993:
21994: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
21995:
21996: * src/classes/image.C: image:gif now does not have params
21997:
21998: * src/classes/image.C:
21999: image:line/fill/rectangle/bar/replace/polygon/polybar
22000:
22001: * src/: classes/image.C, classes/op.C, main/execute.C,
22002: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22003: for var now written not to r.wcontext, but to r.root cleared
22004: "entered_object" state
22005:
22006: 2001-04-11 paf
22007:
22008: * src/classes/image.C: image:create image:load
22009:
22010: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22011: just compiled
22012:
22013: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22014: todo: gif without file
22015:
22016: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22017: started porting to Pooled descendant
22018:
22019: * src/: classes/image.C, main/execute.C, main/main.dsp,
22020: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22021: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22022: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22023:
22024: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22025: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22026: end. switching to python imaging lib
22027:
22028: * src/main/main.dsp: gd+smtp made separate libs
22029:
22030: * src/: include/pa_globals.h, include/pa_string.h,
22031: main/pa_common.C, main/pa_request.C, main/untaint.C,
22032: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22033: length
22034:
22035: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22036: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22037: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22038: UL_FILE_NAME of posted file name
22039:
22040: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22041: post [broke when moved post read to core]
22042:
22043: 2001-04-10 paf
22044:
22045: * src/classes/image.C: image:html done
22046:
22047: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22048:
22049: * src/classes/image.C: z
22050:
22051: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22052: forgotten!
22053:
22054: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22055: main/pa_request.C, main/pa_string.C, main/untaint.C,
22056: types/pa_vimage.h: image:measure -90
22057:
22058: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22059: classes/_int.h, classes/_mail.h, classes/_op.h,
22060: classes/_random.h, classes/_response.h, classes/_string.h,
22061: classes/_table.h, classes/file.C, classes/mail.C,
22062: include/pa_common.h, include/pa_globals.h, main/execute.C,
22063: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22064: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22065: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22066: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22067: compiled
22068:
22069: * src/classes/mail.C: minor bug with unclear from/to
22070:
22071: * src/classes/mail.C: sendmail unix skipping defaults
22072:
22073: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22074: sendmail unix added defaults
22075:
22076: * src/classes/mail.C: unix sendmail compiled. todo:testing
22077:
22078: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22079:
22080: 2001-04-09 paf
22081:
22082: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22083: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22084: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22085: targets/isapi/parser3isapi.dsp: all targets exec
22086:
22087: * src/: include/pa_sapi.h, include/pa_string.h,
22088: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22089: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22090: args in apache:util.script
22091:
22092: * src/include/pa_string.h: written but not tested exec with env for
22093: unix
22094:
22095: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22096: targets/cgi/parser3.C: exec win32 env
22097:
22098: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22099: 0
22100:
22101: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22102: main/execute.C, main/main.dsp, main/pa_globals.C,
22103: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22104: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22105:
22106: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22107: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22108:
22109: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22110: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22111:
22112: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22113: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22114: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22115: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22116: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22117: exec class just compiled. moved post read to request core
22118:
22119: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22120: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22121: main/pa_globals.C, targets/cgi/parser3.C,
22122: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22123: are already read by vform
22124:
22125: 2001-04-08 paf
22126:
22127: * src/: classes/file.C, classes/mail.C, classes/string.C,
22128: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22129: uuencode. string<<
22130:
22131: 2001-04-07 paf
22132:
22133: * src/classes/mail.C: z
22134:
22135: * src/classes/mail.C: z
22136:
22137: * src/classes/mail.C: ^mail[$attach
22138:
22139: * src/classes/mail.C: ^attach dead end
22140:
22141: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22142: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22143: targets/isapi/parser3isapi.C: mail:send 1
22144:
22145: * src/: classes/mail.C, main/pa_request.C: z
22146:
22147: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22148: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22149: compiled
22150:
22151: * src/classes/mail.C: +=
22152:
22153: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22154: prepared
22155:
22156: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22157: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22158: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22159: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22160:
22161: 2001-04-06 paf
22162:
22163: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22164: main/pa_string.C: table:dir 1
22165:
22166: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22167: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22168:
22169: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22170: classes/root.C, include/pa_globals.h, include/pa_request.h,
22171: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22172: main/pa_request.C: renamed 'root' to 'op'
22173:
22174: * src/classes/: _op.h, op.C: renamed from 'root'
22175:
22176: * src/types/pa_valiased.C: another root inherititance skipped
22177:
22178: * src/main/: compile.C, compile.y, execute.C: operators are now not
22179: root methods of parent class. just 'ROOT' class
22180:
22181: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22182: @office
22183:
22184: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22185:
22186: 2001-04-05 paf
22187:
22188: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22189: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22190: constructor flag dropped at get_method_frame and remembered into
22191: method_frame
22192:
22193: * src/: classes/file.C, classes/root.C, classes/string.C,
22194: classes/table.C, main/pa_request.C: junction to code&expression
22195: in errors
22196:
22197: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22198: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22199: $LOCALE:ctype[Russian_Russia.1251]
22200:
22201: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22202: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22203: main/pa_table.C: hash now not thread-safe.
22204:
22205: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22206: main/untaint.C: z
22207:
22208: * src/: classes/random.C, classes/root.C, classes/table.C,
22209: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22210: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22211: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22212: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22213:
22214: * src/: classes/table.C, include/pa_sql_connection.h,
22215: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22216:
22217: * src/classes/table.C: select * from hren error contains statement
22218:
22219: * src/: classes/table.C, include/pa_sql_connection.h,
22220: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22221: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22222:
22223: * src/: classes/root.C, include/pa_sql_connection.h,
22224: include/pa_sql_driver.h, main/main.dsp,
22225: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22226: services for conv memory & error reporting
22227:
22228: 2001-04-04 paf
22229:
22230: * src/doc/doxygen.cfg: z
22231:
22232: * src/include/pa_sql_driver.h: mysql connect
22233:
22234: * src/include/pa_sql_driver.h: mysql info
22235:
22236: * src/: classes/root.C, include/pa_sql_driver.h,
22237: include/pa_sql_driver_manager.h, main/main.dsp,
22238: main/pa_sql_driver_manager.C: more manager&connection&driver
22239:
22240: * src/sql/Makefile.am: forgot to add mysql client
22241:
22242: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22243: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22244: [forgot to add libltdl, added]
22245:
22246: * src/: Makefile.am, classes/root.C, classes/string.C,
22247: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22248: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22249: include/pa_string.h, include/pa_table.h, main/main.dsp,
22250: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22251: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22252: -1000 just compiled
22253:
22254: * src/: classes/random.C, classes/root.C, classes/table.C,
22255: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22256: main/pa_request.C, types/pa_vclass.h: sql frame -10
22257:
22258: 2001-04-03 paf
22259:
22260: * src/types/pa_vform.C: z
22261:
22262: * src/: classes/string.C, types/pa_vform.C: string:match replace
22263: assigned lang
22264:
22265: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22266: {}[]< empty []
22267:
22268: * src/: classes/file.C, classes/string.C, classes/table.C,
22269: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22270: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22271:
22272: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22273: string:match replace strange matches
22274:
22275: * src/classes/string.C: string:match replace 0
22276:
22277: * src/: classes/string.C, main/pa_string.C: string:match replace
22278: prepared 2
22279:
22280: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22281: string:match replace prepared
22282:
22283: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22284: string:match replace -11
22285:
22286: * src/: classes/string.C, include/pa_globals.h,
22287: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22288: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22289:
22290: * src/: classes/string.C, include/pa_globals.h,
22291: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22292: main/pa_string.C: string:match [search] -1 just compiled
22293:
22294: * src/types/pa_vstring.C: z
22295:
22296: * src/: classes/double.C, classes/file.C, classes/form.C,
22297: classes/int.C, classes/response.C, classes/root.C,
22298: classes/string.C, classes/table.C, include/pa_string.h,
22299: main/pa_string.C: string:match -10 [frame]
22300:
22301: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22302: main/pa_request.C: z
22303:
22304: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22305: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22306: todo/tests
22307:
22308: * src/include/pa_common.h: z
22309:
22310: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22311: main/pa_request.C, targets/cgi/parser3.C,
22312: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22313: content-disposition
22314:
22315: * src/: include/pa_common.h, include/pa_globals.h,
22316: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22317: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22318:
22319: * src/: include/pa_common.h, include/pa_request.h,
22320: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22321: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22322: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22323: response:body
22324:
22325: * src/classes/table.C: table:append now uses string::split
22326:
22327: * src/classes/table.C: z
22328:
22329: * src/: classes/file.C, classes/root.C, classes/string.C,
22330: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22331: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22332: include/pa_string.h, main/execute.C, main/pa_string.C,
22333: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22334: string::pos & cmp & piece bugs fixed. string::split new
22335: table:load separated from set table:set implemented with clean \n
22336: \t searches
22337:
22338: 2001-04-02 paf
22339:
22340: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22341: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22342: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22343: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22344: it in table:set/load
22345:
22346: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22347: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22348:
22349: * src/classes/random.C: random:generate 1
22350:
22351: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22352: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22353: types/pa_value.h: random:generate
22354:
22355: 2001-03-30 paf
22356:
22357: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22358: todo: table flip and append. string::pos
22359:
22360: * src/: classes/double.C, classes/file.C, classes/int.C,
22361: classes/response.C, classes/root.C, classes/string.C,
22362: classes/table.C, main/compile.y, main/execute.C,
22363: types/pa_value.h, types/pa_vstateless_class.C,
22364: types/pa_vstateless_class.h: static|dynamic|any method
22365: registration
22366:
22367: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22368: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22369: table:flip
22370:
22371: 2001-03-29 paf
22372:
22373: * src/classes/string.C: string:xsplit forgot that they must result
22374: in 1 row N column [not vice versa]
22375:
22376: * src/classes/string.C: z
22377:
22378: * src/classes/string.C: string: rsplit
22379:
22380: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22381: string: lsplit
22382:
22383: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22384: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22385: lsplit -1
22386:
22387: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22388: string: pos
22389:
22390: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22391: string: pos -1
22392:
22393: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22394: main/compile.y, main/pa_request.C, main/pa_string.C,
22395: main/untaint.C: string: left right mid
22396:
22397: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22398: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22399: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22400: and [;] are different now.
22401:
22402: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22403: main/untaint.C: pool.request undone
22404:
22405: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22406: main/untaint.C: pool.request
22407:
22408: 2001-03-28 paf
22409:
22410: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22411: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22412: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22413: $request:browser [.type .version]; unknown.get_double now = 0.
22414:
22415: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22416: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22417: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22418: types/pa_vform.C: file:load autodetection of mime-type by
22419: user-file-name
22420:
22421: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22422: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22423: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22424:
22425: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22426: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22427: write. must be self.set
22428:
22429: * src/: classes/file.C, classes/root.C, classes/table.C,
22430: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22431:
22432: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22433: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22434: types/pa_vtable.h: table:locate just compiled
22435:
22436: 2001-03-27 paf
22437:
22438: * src/main/: execute.C, pa_common.C: fixed r/w context of
22439: code-params2, fixed ntfs hardlink slow dir update
22440:
22441: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22442: types/pa_wcontext.h: fixed r/w context of code-params
22443:
22444: * src/: classes/table.C, main/execute.C: about to change junction
22445: rcontext!!
22446:
22447: * src/: classes/double.C, classes/int.C, classes/root.C,
22448: classes/string.C, classes/table.C, main/compile_tools.C,
22449: main/execute.C, main/pa_request.C, main/untaint.C,
22450: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22451: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22452: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22453: types/pa_vunknown.h: sort 0
22454:
22455: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22456: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22457: renamed to are_static_calls_disabled
22458:
22459: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22460: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22461: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22462: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22463:
22464: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22465:
22466: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22467: started table:sort fixed minor bug in #...^{
22468:
22469: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22470: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22471: decided to have as it were. stepped back. grammar: added 'in'
22472: 'is' 'lt'&co follow-space check
22473:
22474: 2001-03-26 paf
22475:
22476: * src/: classes/file.C, classes/root.C, classes/table.C,
22477: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22478: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22479: main/pa_table.C: moved ::save to pa_table. disabled @auto
22480: invocation in ^process
22481:
22482: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22483:
22484: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22485: main/pa_array.C: table:record
22486:
22487: * src/: main/untaint.C, targets/cgi/parser3.C,
22488: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22489: targets/isapi/pool_storage.h, types/pa_valiased.h,
22490: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22491: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22492: types/pa_vtable.h: z
22493:
22494: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22495: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22496: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22497: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22498: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22499: method realisations on 'self' validity - they now can simply
22500: assume that 'self' is V{Proper} .
22501:
22502: 2001-03-25 paf
22503:
22504: * src/main/untaint.C: z
22505:
22506: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22507: lowlevel - it initialization could be skipped if failed in @auto.
22508: so that exception report would use some table
22509:
22510: * src/main/pa_request.C: table empty lines ignored. system-default
22511: content type assigned in output:result [can fail in main:auto and
22512: skipped normal defaults extraction]
22513:
22514: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22515: bug
22516:
22517: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22518: processing to table [except preliminary \r\n \r \n replacements
22519: to "\n"]
22520:
22521: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22522: move all the processing to table
22523:
22524: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22525: main/pa_table.C, main/untaint.C: returned table originating.
22526: useful for reporting typo table problems origin. think would be
22527: useful somewhere else
22528:
22529: * src/main/untaint.C: typo \r \r\n \n properly handled
22530:
22531: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22532: include/pa_table.h, main/compile.y, main/compile_tools.C,
22533: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22534: main/pa_string.C, main/pa_table.C, main/untaint.C,
22535: types/pa_vcookie.h: typo & typo-default
22536:
22537: 2001-03-24 paf
22538:
22539: * src/main/pa_common.C: z
22540:
22541: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22542: targets/cgi/parser3.C: html-typo 2
22543:
22544: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22545: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22546: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22547: main/execute.C, main/pa_array.C, main/pa_globals.C,
22548: main/pa_request.C, main/pa_string.C, main/untaint.C,
22549: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22550: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22551: noticed double default content-type prob. run cgi.cmd tomorrow
22552: first html-typo sample. detected << problem: they become ltlt too
22553: fast
22554:
22555: * src/main/compile.y: z
22556:
22557: * src/main/: compile.y, compile_tools.h: #comment
22558:
22559: * src/: classes/file.C, classes/root.C, classes/table.C,
22560: include/pa_common.h, include/pa_request.h, main/compile.y,
22561: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22562: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22563: stringified
22564:
22565: * src/types/pa_valiased.C: decided to String-ify file_read
22566:
22567: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22568: isapi/parser3isapi.dsp: cgi: sapi::log
22569:
22570: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22571: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22572: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22573: error log experiments failed - cgi under iis got no access to
22574: log. registereventsource simply failed with 5(illegal call) code,
22575: while worked OK as standalone executable. isapi: used
22576: HSE_APPEND_LOG_PARAMETER feature
22577:
22578: * src/: include/pa_common.h, include/pa_globals.h,
22579: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22580: targets/isapi/parser3isapi.C: fixed default content-type
22581: allocation storage
22582:
22583: * src/: include/pa_globals.h, include/pa_request.h,
22584: main/pa_globals.C, main/pa_request.C: z
22585:
22586: * src/: include/pa_array.h, include/pa_hash.h,
22587: include/pa_request.h, main/compile.y, main/pa_array.C,
22588: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22589: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22590: content-type
22591:
22592: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22593: sanity
22594:
22595: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22596: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22597: away freeze mech. no danger now for you can't do
22598: ^request:process[@new-method[] body] trick anymore. still
22599: remains $some_instance.process[@new-method[] possibility] but
22600: would leave it as a feature. see index for sample
22601:
22602: * src/: include/pa_common.h, main/pa_common.C,
22603: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22604: monkey every target
22605:
22606: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22607: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22608: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22609:
22610: 2001-03-23 paf
22611:
22612: * src/: include/pa_pool.h, main/pa_request.C,
22613: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22614: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22615: targets/isapi/pool_storage.h: isapi: dumb pool storage
22616:
22617: * src/targets/isapi/pa_pool.C: decided to continue with extension
22618:
22619: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22620: it would be better to rewrite as filter then to deal with pool
22621:
22622: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22623: now like in cgi, not from APPL_PHYSICAL_PATH
22624:
22625: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22626: include/pa_config_fixed.h, include/pa_config_includes.h,
22627: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22628: include/pa_version.h, main/compile.y, main/execute.C,
22629: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22630: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22631: main/untaint.C, targets/cgi/parser3.C,
22632: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22633: cgi: reinvent document_root and request_uri under iis. autoconf
22634: updated. introducing ap_config_includes
22635:
22636: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22637:
22638: * src/targets/cgi/parser3.C: cgi: only one pool now
22639:
22640: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22641: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22642: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22643: types/pa_venv.h, types/pa_vform.C: sapi made object
22644:
22645: * src/: include/pa_globals.h, main/pa_request.C,
22646: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22647: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22648: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22649:
22650: * src/: main/pa_request.C, targets/cgi/parser3.C,
22651: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22652: isapi minor env beauty
22653:
22654: * src/: main/pa_request.C, targets/cgi/parser3.C,
22655: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22656: isapi document_root 0
22657:
22658: 2001-03-22 paf
22659:
22660: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22661:
22662: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22663: isapi/parser3isapi.C: z
22664:
22665: * src/: include/pa_pool.h, main/pa_request.C,
22666: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22667:
22668: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22669: kill.pl: isapi added utils
22670:
22671: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22672: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22673: types/pa_vform.C: isapi 0
22674:
22675: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22676: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22677: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22678: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22679: started isapi
22680:
22681: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22682: some comments
22683:
22684: * src/: include/pa_globals.h, include/pa_request.h,
22685: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22686: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22687: parser_root_auto_path parser_site_auto_path
22688:
22689: * src/types/pa_vcookie.C: cookie attr decoded
22690:
22691: 2001-03-21 paf
22692:
22693: * src/targets/cgi/parser3.C: z
22694:
22695: * src/include/pa_globals.h: post. todo: config of auto.p path
22696:
22697: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22698: types/pa_venv.h: in cookie & env. todo:post
22699:
22700: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22701: classes/root.C, classes/table.C, include/pa_array.h,
22702: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22703: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22704: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22705: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22706: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22707: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22708: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22709: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22710: shifted apache branch on main trunc
22711:
22712: * src/: include/pa_common.h, include/pa_globals.h,
22713: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22714: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22715: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22716: starting mod_parser3
22717:
22718: * src/targets/cgi/parser3.C: starting mod_parser3
22719:
22720: 2001-03-20 paf
22721:
22722: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22723: targets/cgi/parser3.C: automake compiled and works. todo:make
22724: win32 ifdefs work and add ifdef unistd
22725:
22726: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22727: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22728: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22729: z
22730:
22731: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22732: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22733: locking
22734:
22735: * src/: classes/Makefile.am, types/Makefile.am: z
22736:
22737: * src/: Makefile.am, classes/file.C, classes/root.C,
22738: classes/table.C, include/pa_array.h, include/pa_request.h,
22739: include/pa_string.h, main/Makefile.am, main/execute.C,
22740: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22741: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22742: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22743: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22744:
22745: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22746: main/pa_request.C, types/pa_vfile.h: ^table:save
22747:
22748: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22749: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22750: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22751: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22752: types/pa_vform.h: z
22753:
22754: * src/include/pa_string.h: z
22755:
22756: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22757: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22758: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22759: :Value
22760:
22761: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22762: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22763: :VStateless_object
22764:
22765: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22766: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22767: :VStateless_object
22768:
22769: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22770: types/pa_valiased.C, types/pa_vform.h: commented VForm
22771:
22772: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22773: types/pa_valiased.h, types/pa_value.h,
22774: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22775: types/pa_vstateless_object.h: moved common get_element part from
22776: stateless object&class into VAliased
22777:
22778: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22779: classes/table.C, main/execute.C, main/main.dsp,
22780: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22781: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22782: now :Value
22783:
22784: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22785: main/execute.C, main/main.dsp, main/pa_globals.C,
22786: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22787:
22788: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22789: doxx
22790:
22791: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22792: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22793: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22794: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22795: and ^file:save
22796:
22797: 2001-03-19 paf
22798:
22799: * src/types/pa_vfile.C: z
22800:
22801: * src/: classes/file.C, classes/request.C, classes/table.C,
22802: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22803: main/pa_request.C, main/untaint.C, types/pa_value.h,
22804: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22805:
22806: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22807: include/pa_string.h, include/pa_table.h, main/main.dsp,
22808: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22809: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22810: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22811: classes/_file.h, classes/file.C, types/pa_vfile.C,
22812: types/pa_vfile.h: file class just compiled
22813:
22814: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22815: include/pa_table.h, include/pa_types.h, main/execute.C,
22816: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22817: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22818: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22819:
22820: * src/include/pa_pool.h: z
22821:
22822: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22823: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22824: Hash::Value to Val so to doxygen would finlly stop confusing
22825: those Value-s
22826:
22827: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22828: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22829: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22830: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22831: include/pa_types.h, main/compile.C, main/compile.y,
22832: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22833: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22834: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22835: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22836: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22837:
22838: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22839: derivates somehow unlinked. don't know why yet
22840:
22841: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22842: include/pa_string.h, include/pa_threads.h, main/compile.C,
22843: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22844: main/execute.C, main/pa_array.C, main/pa_common.C,
22845: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22846: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22847: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22848:
22849: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22850: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22851: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22852: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22853: types/pa_vrequest.h: doc: detected Value derivates prob
22854:
22855: * src/include/pa_globals.h: z
22856:
22857: * src/: classes/_request.h, classes/request.C, include/code.h,
22858: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22859: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22860: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22861: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22862: main/execute.C, main/pa_pool.C, main/pa_request.C,
22863: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22864: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22865:
22866: 2001-03-18 paf
22867:
22868: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22869: cookie: allowed access to hash-assigned
22870:
22871: * src/targets/cgi/parser3.C: z
22872:
22873: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22874: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22875: include/pa_types.h, main/main.dsp, main/pa_common.C,
22876: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22877: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22878: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22879: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22880: types/pa_vunknown.h: cookie class
22881:
22882: * src/main/pa_request.C: zero length output allowed
22883:
22884: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22885: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22886:
22887: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22888: lang switch
22889:
22890: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22891: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22892: types/pa_value.h, types/pa_vhash.h:
22893: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22894:
22895: * src/main/execute.C: z
22896:
22897: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22898: targets/cgi/parser3.C: taint[uri
22899:
22900: * src/: classes/request.C, classes/response.C, classes/root.C,
22901: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22902: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22903: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22904:
22905: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22906: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22907: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22908: types/pa_vstateless_class.C: convinient string(pool, char *src,
22909: bool tainted) ctor
22910:
22911: * src/: include/pa_hash.h, include/pa_request.h,
22912: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22913: main/pa_request.C, main/pa_string.C, main/untaint.C,
22914: targets/cgi/parser3.C: proper @exceptions params tainting
22915:
22916: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22917: response fields to header
22918:
22919: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22920: z
22921:
22922: * src/: classes/_response.h, classes/response.C,
22923: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22924: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22925: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22926: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22927: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22928: $response: 0 request::core exception rethrow
22929:
22930: 2001-03-16 paf
22931:
22932: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22933: types/pa_vrequest.h: native method' class call with less params
22934: then needed error reporting
22935:
22936: * src/: classes/_request.h, classes/request.C,
22937: include/pa_globals.h, include/pa_request.h, main/execute.C,
22938: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22939: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22940: types/pa_vrequest.h: $request : query :uri
22941:
22942: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22943: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22944: types/pa_wcontext.h: $result
22945:
22946: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22947:
22948: * src/: classes/double.C, include/code.h, main/compile.y,
22949: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22950: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22951:
22952: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22953: main/compile.y, main/execute.C, types/pa_value.h,
22954: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22955: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22956: wcontext conflict
22957:
22958: * src/: main/execute.C, types/pa_value.h,
22959: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22960: $string.field
22961:
22962: 2001-03-15 paf
22963:
22964: * src/main/pa_request.C: news sample
22965:
22966: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22967: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22968:
22969: * src/main/: compile.y, execute.C: z
22970:
22971: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22972: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22973: pre pre works
22974:
22975: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22976: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22977: fillfields just compiled
22978:
22979: 2001-03-14 paf
22980:
22981: * src/: include/pa_request.h, main/pa_request.C,
22982: targets/cgi/parser3.C: z
22983:
22984: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22985: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
22986: types/pa_vstring.h: limits -1
22987:
22988: * src/: include/pa_globals.h, include/pa_request.h,
22989: include/pa_types.h, main/main.dsp, main/pa_globals.C,
22990: main/pa_request.C, targets/cgi/parser3.C,
22991: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
22992: request_info -1
22993:
22994: * src/: include/pa_globals.h, main/pa_globals.C,
22995: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22996: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
22997: vform_fields_fill
22998:
22999: * src/targets/cgi/parser3.C: # if MSVC
23000:
23001: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23002: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23003:
23004: * src/targets/cgi/parser3.C: z
23005:
23006: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23007: include/pa_string.h, include/pa_types.h, main/compile.y,
23008: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23009: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23010: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23011: types/pa_vunknown.h: global handler, exceptions in parser3
23012:
23013: 2001-03-13 paf
23014:
23015: * src/: classes/form.C, main/compile.y, main/core.C,
23016: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23017: types/pa_vform.h, types/pa_vstateless_class.C,
23018: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23019: instead
23020:
23021: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23022: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23023: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23024: started cgi target
23025:
23026: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23027: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23028: before error show with parser
23029:
23030: * src/: classes/_form.h, classes/form.C, include/core.h,
23031: include/pa_request.h, main/core.C, main/pa_request.C,
23032: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23033:
23034: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23035:
23036: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23037: parser3.C: renamed targets/ parser to cgi
23038:
23039: * src/: classes/double.C, classes/env.C, classes/int.C,
23040: classes/root.C, classes/string.C, classes/table.C,
23041: include/pa_request.h, types/pa_vhash.h: z
23042:
23043: * src/: classes/_env.h, classes/env.C, classes/root.C,
23044: include/core.h, include/pa_pool.h, include/pa_request.h,
23045: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23046: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23047: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23048: [historical moment :)]
23049:
23050: * src/: include/code.h, include/pa_string.h, main/compile.y,
23051: main/execute.C, main/pa_string.C: 'value is type' expr operator
23052:
23053: * src/types/pa_venv.h: $ENV 1
23054:
23055: * src/main/execute.C: z
23056:
23057: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23058: future methods of ENV constructor if
23059:
23060: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23061: class
23062:
23063: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23064: classes/_root.h, classes/_string.h, classes/_table.h,
23065: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23066: classes/string.C, classes/table.C, include/pa_request.h,
23067: main/compile.C, main/compile_tools.h, main/core.C,
23068: main/execute.C, main/main.dsp, main/pa_request.C,
23069: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23070: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23071: types/pa_vobject.h, types/pa_vstateless_class.C,
23072: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23073: types/pa_wcontext.h: $ENV: re 0, stateless classes
23074:
23075: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23076: classes/_root.h, classes/_string.h, classes/_table.h,
23077: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23078: classes/string.C, classes/table.C, include/pa_request.h,
23079: main/compile.C, main/compile_tools.h, main/core.C,
23080: main/execute.C, main/main.dsp, main/pa_request.C,
23081: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23082: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23083: types/pa_vobject.h, types/pa_vstateless_class.C,
23084: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23085: types/pa_wcontext.h: $ENV: re 0, stateless classes
23086:
23087: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23088: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23089: yesterdays bad decision on execute_static_method
23090:
23091: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23092:
23093: * src/: classes/double.C, classes/int.C, classes/root.C,
23094: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23095:
23096: * src/main/pa_request.C: z
23097:
23098: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23099: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23100:
23101: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23102: include/pa_pool.h, main/pa_request.C:
23103: restructure_exceptions_dead_end
23104:
23105: * src/: classes/root.C, main/compile.y: ^if required junctions.
23106: allowed ; inside {} to break params
23107:
23108: * src/classes/root.C: ^eval
23109:
23110: * src/: classes/_string.h, classes/double.C, classes/int.C,
23111: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23112: string ^format
23113:
23114: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23115: 'bad' but not 'enough'
23116:
23117: * src/: classes/double.C, classes/root.C, classes/table.C,
23118: include/pa_common.h, include/pa_types.h, main/compile.y,
23119: main/pa_common.C, main/pa_request.C, main/untaint.C,
23120: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23121: types/pa_wwrapper.h: think constructing flag as is is bad
23122:
23123: * src/: classes/double.C, classes/int.C, classes/root.C,
23124: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23125: types/pa_vint.h: ^for
23126:
23127: 2001-03-12 paf
23128:
23129: * src/classes/table.C: table ^empty
23130:
23131: * src/: classes/table.C, include/pa_table.h: table ^menu
23132:
23133: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23134: ^offset ^line ^count
23135:
23136: * src/classes/root.C: ^round() ^floor() ^ceiling()
23137: ^abs() ^sign()
23138:
23139: * src/classes/: root.C, table.C: ^use
23140:
23141: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23142: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23143: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23144: ^while. switched off wcontext.constructing after write(value) or
23145: auto-vhash-constructing
23146:
23147: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23148: main/pa_request.C: fail_if_junction_ helper func
23149:
23150: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23151: include/pa_request.h, main/execute.C, main/main.dsp,
23152: main/pa_common.C, main/pa_request.C: ^process error point by
23153: actual method_name, not source. ^load
23154:
23155: * src/types/pa_vtable.h: table: no, better with string in cells...
23156:
23157: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23158: classes/_table.h, classes/table.C, main/untaint.C: z
23159:
23160: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23161: include/pa_table.h, main/core.C, main/execute.C,
23162: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23163: types/pa_value.h: table:set 0
23164:
23165: * src/: classes/root.C, include/core.h, include/pa_array.h,
23166: include/pa_request.h, include/pa_table.h, main/core.C,
23167: main/main.dsp, main/pa_request.C, main/pa_table.C,
23168: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23169: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23170: types/pa_vstring.h: freeze, ^table:create[] -1
23171:
23172: * src/: classes/root.C, types/pa_value.h: z
23173:
23174: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23175: get_method in couple places optimizing them
23176:
23177: * src/classes/root.C: z
23178:
23179: * src/: classes/root.C, types/pa_vclass.h: process temp main
23180: zeroing
23181:
23182: * src/: classes/double.C, classes/int.C, classes/root.C,
23183: classes/string.C, include/pa_common.h, include/pa_request.h,
23184: include/pa_string.h, include/pa_types.h, main/compile.C,
23185: main/compile.y, main/compile_tools.h, main/execute.C,
23186: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23187: types/pa_vmframe.h: ^process. actual names to store param and
23188: check_actual_numbered_params for better place diagnostics
23189:
23190: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23191: method-junctions bug fixed
23192:
23193: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23194: pa_vstateless_object.h, pa_vstring.h: stateless_object
23195:
23196: 2001-03-11 paf
23197:
23198: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23199: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23200: VDouble VInt base now VObject_base - without fields
23201:
23202: * src/: classes/root.C, include/core.h, main/core.C: z
23203:
23204: * src/: classes/double.C, classes/int.C, classes/root.C,
23205: classes/string.C, include/core.h, include/pa_hash.h,
23206: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23207: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23208:
23209: * src/: classes/double.C, classes/int.C, classes/root.C,
23210: include/pa_request.h, main/execute.C: intercept_string
23211:
23212: * src/: classes/double.C, classes/int.C, classes/root.C,
23213: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23214:
23215: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23216: ^inc-s(expr)
23217:
23218: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23219: classes/_root.h, classes/_string.h, classes/double.C,
23220: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23221: include/code.h, include/core.h, include/pa_array.h,
23222: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23223: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23224: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23225: include/pa_types.h, main/compile.C, main/compile.y,
23226: main/compile_tools.C, main/compile_tools.h, main/core.C,
23227: main/execute.C, main/pa_array.C, main/pa_common.C,
23228: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23229: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23230: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23231: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23232: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23233: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23234: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23235: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23236:
23237: * src/: main/pa_request.C, types/pa_vhash.h: z
23238:
23239: * src/: include/core.h, include/pa_request.h, main/core.C,
23240: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23241:
23242: * src/: include/pa_valiased.h, include/pa_value.h,
23243: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23244: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23245: include/pa_vjunction.h, include/pa_vmframe.h,
23246: include/pa_vobject.h, include/pa_vstring.h,
23247: include/pa_vunknown.h, include/pa_wcontext.h,
23248: include/pa_wwrapper.h, main/compile.y, main/core.C,
23249: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23250: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23251: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23252: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23253: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23254: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23255: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23256: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23257: include/
23258:
23259: 2001-03-10 paf
23260:
23261: * src/: include/core.h, include/pa_request.h, main/core.C,
23262: main/pa_request.C: run+auto=run
23263:
23264: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23265:
23266: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23267: classes/_root.h, classes/_string.h, classes/double.C,
23268: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23269: include/code.h, include/core.h, include/pa_array.h,
23270: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23271: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23272: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23273: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23274: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23275: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23276: include/pa_vjunction.h, include/pa_vmframe.h,
23277: include/pa_vobject.h, include/pa_vstring.h,
23278: include/pa_vunknown.h, include/pa_wcontext.h,
23279: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23280: main/compile_tools.C, main/compile_tools.h, main/core.C,
23281: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23282: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23283: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23284: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23285: main/pa_wcontext.C: sources header
23286:
23287: * src/main/pa_request.C: auto..
23288:
23289: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23290: main/pa_request.C: auto tree0
23291:
23292: * src/: include/core.h, include/pa_request.h, main/compile.y,
23293: main/core.C, main/pa_request.C: names to core.C
23294:
23295: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23296: include/pa_request.h, main/core.C, main/execute.C,
23297: main/pa_common.C, main/pa_request.C: root auto.p loaded
23298:
23299: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23300: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23301: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23302: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23303:
23304: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23305: @auto[] realised. auto.p scan togo
23306:
23307: * src/: include/pa_request.h, main/execute.C: autocalc
23308: code-junctions result now have names
23309:
23310: * src/: classes/double.C, classes/int.C, classes/root.C,
23311: classes/string.C, include/pa_request.h, include/pa_string.h,
23312: include/pa_wcontext.h, main/compile.y, main/execute.C,
23313: main/pa_string.C, main/pa_wcontext.C: tainting 0
23314:
23315: * src/classes/env.C: env:file/line
23316:
23317: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23318: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23319: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23320: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23321: main/compile_tools.C, main/compile_tools.h, main/core.C,
23322: main/execute.C, main/main.dsp, main/pa_cframe.C,
23323: main/pa_request.C, main/pa_wcontext.C: const fight finished
23324:
23325: * src/include/pa_vclass.h: const fight to go
23326:
23327: * src/: classes/_env.h, classes/env.C, classes/root.C,
23328: include/pa_request.h, include/pa_vclass.h, main/core.C,
23329: main/main.dsp: env0
23330:
23331: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23332: classes/_string.h, classes/double.C, classes/int.C,
23333: classes/root.C, classes/string.C, include/pa_request.h,
23334: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23335: include/pa_wcontext.h, main/core.C, main/main.dsp,
23336: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23337: main/pa_wcontext.C: ^lang prepare0
23338:
23339: 2001-03-09 paf
23340:
23341: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23342: construct proper naming
23343:
23344: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23345: classes/double.C, classes/int.C, classes/root.C,
23346: classes/string.C, include/code.h, include/pa_value.h,
23347: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23348: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23349: main/compile.y, main/compile_tools.C, main/core.C,
23350: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23351: and ^double[]. fixed expr type
23352:
23353: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23354: ^string.length[]
23355:
23356: 2001-03-08 paf
23357:
23358: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23359:
23360: * src/: include/pa_vclass.h, include/pa_vstring.h,
23361: include/pa_wcontext.h, main/compile.y, main/core.C,
23362: main/execute.C, main/main.dsp: dead end: vstring can't be
23363: derivated from vobject
23364:
23365: * src/: include/pa_vclass.h, include/pa_vhash.h,
23366: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23367:
23368: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23369: remained clone conseqs
23370:
23371: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23372:
23373: * src/main/pa_vclass.C: wow! vclass were out of vcs
23374:
23375: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23376: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23377: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23378: include/pa_vobject.h, include/pa_vstring.h,
23379: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23380: main/execute.C: withoud cloning. didn't need it actually, params
23381: got passed from out unnamed ewpool
23382:
23383: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23384: include/pa_vjunction.h, include/pa_vobject.h,
23385: include/pa_vunknown.h, main/compile.y: cloning dead end
23386:
23387: * src/: include/pa_bool.h, include/pa_double.h,
23388: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23389: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23390: include/pa_vjunction.h, include/pa_vmframe.h,
23391: include/pa_vobject.h, include/pa_vstring.h,
23392: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23393: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23394: to give params proper names
23395:
23396: * src/main/pa_wcontext.C: z
23397:
23398: * src/: include/pa_vmframe.h, main/execute.C: added names to
23399: unknown values in get_element and unfilled params. removed wrong
23400: name change in get_element
23401:
23402: * src/main/execute.C: z
23403:
23404: * src/main/execute.C: fixed problems calling operators in
23405: constructors
23406:
23407: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23408: detected problems calling operators in constructors
23409:
23410: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23411: autocalc def to string
23412:
23413: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23414: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23415:
23416: * src/classes/root.C: added root.c
23417:
23418: * src/: include/pa_request.h, include/pa_value.h,
23419: include/pa_vcframe.h, include/pa_vmframe.h,
23420: include/pa_wcontext.h, main/compile.C, main/compile.y,
23421: main/core.C, main/execute.C, main/pa_cframe.C,
23422: main/pa_wcontext.C: 'if' just compiled
23423:
23424: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23425: include/pa_vjunction.h, include/pa_vmframe.h,
23426: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23427: main/pa_wcontext.C: z
23428:
23429: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23430: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23431: with parameter names in operator methods
23432:
23433: * src/main/compile.y: minor renamings in .y
23434:
23435: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23436: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23437: @BASE. changed 'RUN' assignment mech
23438:
23439: * src/main/execute.C: z
23440:
23441: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23442: main/compile_tools.h, main/execute.C: made class: dynamic, not
23443: static. so to enable runtime ^use
23444:
23445: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23446:
23447: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23448: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23449:
23450: * src/main/execute.C: root root in code-junction
23451:
23452: 2001-03-07 paf
23453:
23454: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23455: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23456:
23457: * src/: include/pa_stack.h, include/pa_value.h,
23458: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23459: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23460: fixed rwcontext of {} params up
23461:
23462: * src/main/: compile.y, compile_tools.h: ^func(params)
23463:
23464: * src/main/compile.y: .y priorities syntax shaped up a bit
23465:
23466: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23467: include/pa_vunknown.h, main/compile.y, main/execute.C,
23468: main/pa_hash.C: expr def in -f
23469:
23470: * src/main/: compile.y, execute.C: expr calls
23471:
23472: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23473: fixed
23474:
23475: * src/main/compile.y: expr quoted code
23476:
23477: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23478: support0
23479:
23480: * src/main/compile.y: expr string comparisons 0
23481:
23482: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23483: main/pa_string.C: just compiled lt&co
23484:
23485: * src/main/execute.C: ^var.menu{$field} problem detected. that
23486: $field not a $var.field
23487:
23488: 2001-03-06 paf
23489:
23490: * src/main/compile.y: .y expr visible-shorter
23491:
23492: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23493: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23494: logical
23495:
23496: * src/: include/pa_vstring.h, main/compile.y: problems with
23497: skipping whitespace in yylex
23498:
23499: * src/include/pa_vbool.h: forgot this
23500:
23501: * src/: include/code.h, main/compile.y, main/execute.C: without
23502: string ops in expressions 0
23503:
23504: * src/: include/pa_value.h, include/pa_vdouble.h,
23505: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23506: main/execute.C, main/main.dsp: !~
23507:
23508: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23509: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23510: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23511: include/pa_vunknown.h, include/pa_wcontext.h,
23512: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23513: main/compile_tools.h, main/execute.C: +-*/
23514:
23515: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23516: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23517:
23518: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23519: main/execute.C: expr grammar-1 2*2=4.000000 :)
23520:
23521: * src/main/compile.y: expr grammar-1
23522:
23523: * src/main/compile.y: expr lexx1
23524:
23525: * src/main/: compile.y, execute.C, main.dsp: z
23526:
23527: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23528: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23529: main/execute.C: expr lex0 exec-1
23530:
23531: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23532:
23533: 2001-02-26 paf
23534:
23535: * src/main/compile.y: max_string in yyerror bug fix
23536:
23537: 2001-02-25 paf
23538:
23539: * src/: include/pa_value.h, include/pa_vmframe.h,
23540: include/pa_wcontext.h, main/execute.C: VAliased3
23541:
23542: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23543:
23544: * src/main/execute.C: VAliased1
23545:
23546: * src/: include/pa_request.h, include/pa_value.h,
23547: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23548: VAliased0
23549:
23550: * src/: include/pa_pool.h, include/pa_request.h,
23551: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23552: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23553: VAliased just compiled
23554:
23555: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23556: include/pa_vobject.h, main/execute.C: alias dead end
23557:
23558: * src/: include/pa_value.h, include/pa_vclass.h,
23559: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23560: main/main.dsp: no not get fields into interm VFielded class.
23561: fields & staticfields 1
23562:
23563: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23564: include/pa_vobject.h, include/pa_wcontext.h,
23565: include/pa_wwrapper.h, main/core.C, main/execute.C,
23566: main/main.dsp: would now get fields into interm VFielded class
23567:
23568: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23569: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23570: include/pa_wcontext.h, main/compile.y, main/core.C,
23571: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23572: main/pa_wcontext.C: virtuals2
23573:
23574: * src/main/compile.y: : 1
23575:
23576: * src/main/compile.y: rethought to $class:static.field.subfield
23577:
23578: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23579: $class:element
23580:
23581: * src/: include/pa_value.h, include/pa_vmframe.h,
23582: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23583: main/pa_wcontext.C: before execute class calls rewrite
23584:
23585: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23586: name RUN, also alias
23587:
23588: * src/main/compile.y: escaping bug
23589:
23590: * src/: include/pa_request.h, include/pa_value.h,
23591: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23592: main/core.C, main/execute.C, main/pa_common.C: vobject1
23593:
23594: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23595: include/pa_vmframe.h, include/pa_vobject.h,
23596: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23597: main/compile_tools.h, main/execute.C: ^class:method() just
23598: compiled
23599:
23600: 2001-02-24 paf
23601:
23602: * src/main/main.dsp: no bison -d
23603:
23604: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23605: class' err msg wrong
23606:
23607: * src/main/compile.y: z
23608:
23609: * src/main/: compile.y, core.C: yylex need some @special lines adj
23610:
23611: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23612: main/compile.y, main/compile_tools.h, main/core.C: modules0
23613:
23614: * src/: include/pa_vclass.h, main/core.C: z
23615:
23616: * src/: include/pa_value.h, include/pa_vclass.h,
23617: include/pa_vobject.h, main/main.dsp: vobject00
23618:
23619: * src/main/pa_array.C: minor bug in expanding very small arrays.
23620: 60% from 1 were 0
23621:
23622: * src/: include/pa_value.h, include/pa_wcontext.h,
23623: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23624: as bad as you've named it: wcontext.value() was not a perfect
23625: idea
23626:
23627: * src/main/execute.C: codeframe1
23628:
23629: * src/: include/pa_value.h, include/pa_vcframe.h,
23630: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23631: include/pa_vjunction.h, include/pa_vmframe.h,
23632: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23633: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23634: just compiled
23635:
23636: * src/: include/pa_vframe.h, main/compile.y: found junction
23637: ideology @: ^x{$a()) must construct current wcontext element, so
23638: smart wcontext handling needed
23639:
23640: * src/main/compile.y: fixed grammar bugs in constructor/params
23641: klinch
23642:
23643: * src/main/: compile.y, execute.C: fixed empty constructor
23644: optimized empty case. failed on calls - produced empty string
23645: param
23646:
23647: * src/main/compile.y: fixed last \n macrotemplate strip bug
23648:
23649: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23650: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23651: main/compile_tools.C, main/compile_tools.h, main/core.C,
23652: main/execute.C: code junctions0. something wrong with last \n
23653: macrotemplate strip
23654:
23655: * src/: include/pa_value.h, main/compile.C, main/core.C,
23656: main/pa_value.C: minor error reporting format beautifyings
23657:
23658: * src/: include/pa_value.h, include/pa_vclass.h,
23659: include/pa_vframe.h, main/core.C, main/execute.C,
23660: main/pa_value.C: get_method RIP. junctions everywhere. call with
23661: junctions0
23662:
23663: 2001-02-23 paf
23664:
23665: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23666: pa_wwrapper.h: lara came, can't work, sorry :(
23667:
23668: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23669: junction
23670:
23671: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23672: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23673: main/execute.C, main/main.dsp, main/pa_value.C: call0
23674:
23675: * src/: include/pa_hash.h, include/pa_value.h,
23676: include/pa_wcontext.h, main/core.C, main/execute.C,
23677: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23678: done
23679:
23680: * src/include/pa_wcontext.h: z
23681:
23682: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23683: wrong grammar in complex constructor case
23684:
23685: * src/main/: compile.y, execute.C: empty constructor bug fixed
23686:
23687: * src/main/execute.C: with result rwpool
23688:
23689: * src/: include/pa_value.h, main/core.C, main/execute.C,
23690: main/main.dsp: value named
23691:
23692: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23693: strign 2 value in 2 places in execute
23694:
23695: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23696: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23697: wcontext.put_element when wcontext fvalue==0
23698:
23699: 2001-02-22 paf
23700:
23701: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23702: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23703: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23704:
23705: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23706: erroreos checkout
23707:
23708: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23709:
23710: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23711: main/compile_tools.h, main/pa_array.C: $self.get
23712:
23713: * src/main/: compile.C, compile.y, compile_tools.C: z
23714:
23715: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23716: bit. finished now.
23717:
23718: * src/main/compile.y: $: finished
23719:
23720: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23721:
23722: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23723: main/execute.C: OP_STRING better then some xxx _VALUE
23724:
23725: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23726: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23727: string to vstring it .y all
23728:
23729: * src/: include/pa_request.h, include/pa_stack.h,
23730: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23731: all
23732:
23733: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23734: precise parse error line:col
23735:
23736: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23737: main/pa_hash.C, main/pa_pool.C: TRY...
23738:
23739: * src/: include/pa_exception.h, include/pa_pool.h,
23740: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23741: main/compile.C, main/compile.y, main/compile_tools.C,
23742: main/core.C, main/pa_array.C, main/pa_exception.C,
23743: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23744: main/pa_table.C: removed exception from request
23745:
23746: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23747: some forgotten
23748:
23749: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23750: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23751: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23752: get/put simple vars to VClass works0
23753:
23754: * src/: include/pa_array.h, include/pa_wcontext.h,
23755: main/pa_string.C: in process, but found that exceptions are too
23756: global
23757:
23758: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23759: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23760: main/execute.C, main/pa_string.C: write_value write_string 0 it
23761: seems wcontext must write strings regardles of fvalue!=0
23762:
23763: 2001-02-21 paf
23764:
23765: * src/main/execute.C: tired :)
23766:
23767: * src/main/: compile.C, compile.y, execute.C: store0
23768:
23769: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23770: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23771: include/pa_wcontext.h, main/compile.C, main/compile.y,
23772: main/execute.C, main/main.dsp, main/pa_array.C,
23773: main/pa_request.C: get put -1 [just compiled]
23774:
23775: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23776: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23777: main/main.dsp, main/pa_request.C: request core methods0
23778:
23779: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23780: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23781: execute
23782:
23783: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23784: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23785: methods and one_big_piece. now compile returns array<method*>
23786:
23787: * src/main/compile.y: more straightforward yylex[end]
23788:
23789: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23790: string.operator==(char*)
23791:
23792: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23793: main/execute.C, main/pa_array.C: after array.const get wonders
23794:
23795: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23796: pa_string.h, pa_value.h: struck with const array.gets
23797:
23798: * src/main/: execute.C: z
23799:
23800: * src/main/: compile.y, execute.C: z
23801:
23802: * src/main/: compile.C, compile.y, compile_tools.h: error
23803: processing in eval & yyerror so it wouldn't cause memleaks.
23804:
23805: * src/main/: compile.C, compile.y: failed to add absolute precies
23806: parse error positions. leaving RIGHTMOST position as
23807: @file[line:col]
23808:
23809: * src/: include/compile.h, main/compile.C, main/compile.y,
23810: main/compile_tools.h: line numbers needed. would add them to .y
23811: now internally. externally it's not as precise as needed
23812:
23813: * src/: include/code.h, include/pa_types.h, main/compile.C,
23814: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23815: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23816: compiler works ok
23817:
23818: 2001-02-20 paf
23819:
23820: * src/main/: compile.C, compile.y, compile_tools.C,
23821: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23822: not perfect
23823:
23824: * src/: include/code.h, include/compile.h, include/execute.h,
23825: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23826: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23827: main/compile.C, main/compile.y, main/compile_tools.C,
23828: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23829: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23830: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23831: compiled. execute=dump for now
23832:
23833: * src/main/core.C: core rewrite using yacc investigations now will
23834: be compile[yacc]/execute[opcodes]
23835:
23836: 2001-02-15 paf
23837:
23838: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23839: rewrite as turing machine? for it seems it would be it's too many
23840: ifs with this syntax now
23841:
23842: 2001-02-14 paf
23843:
23844: * src/main/core.C: get_params 1
23845:
23846: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23847: :( ]
23848:
23849: * src/main/core.C: varios breaks
23850:
23851: * src/main/core.C: get names 3
23852:
23853: * src/main/core.C: get names 2
23854:
23855: * src/main/core.C: get names 1
23856:
23857: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23858: names 0
23859:
23860: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23861: text repassing2 operator static vars
23862:
23863: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23864: main/pa_string.C: process text repassing
23865:
23866: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23867: module:calls changes
23868:
23869: 2001-02-13 paf
23870:
23871: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23872: ^class:calls[] started
23873:
23874: * src/: include/pa_value.h, main/core.C: z
23875:
23876: * src/main/core.C: operators : and self. prefixes
23877:
23878: * src/main/core.C: z
23879:
23880: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23881: tested
23882:
23883: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23884: optimized
23885:
23886: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23887: would change privates to better support optimization
23888:
23889: * src/: include/pa_string.h, main/pa_string.C:
23890: String_iterator::skip_to todo:optimize
23891:
23892: 2001-02-12 paf
23893:
23894: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23895: String_iterator
23896:
23897: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23898: comments
23899:
23900: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23901: self/methodref joined
23902:
23903: 2001-02-11 paf
23904:
23905: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23906: main/main.dsp: core started. core.C, context&value .h
23907:
23908: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23909: include/pa_string.h, main/main.dsp, main/pa_array.C,
23910: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23911:
23912: 2001-01-30 paf
23913:
23914: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23915: comments
23916:
23917: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23918: main/pa_pool.C: moved pa_pool.C to be target specific
23919:
23920: * src/: include/pa_exception.h, include/pa_pool.h,
23921: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23922: to & changes
23923:
23924: * src/: include/pa_exception.h, include/pa_pool.h,
23925: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23926: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23927: re-associated. that's much better even removed 'die' necessety
23928:
23929: * src/: include/pa_error.h, include/pa_exception.h,
23930: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23931: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23932: targets/Makefile.am: lowered targets/parser into subdir, added
23933: parser_Pool(Pool) failed to add. would think..
23934:
23935: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23936: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23937: main/pa_string.C, main/pa_table.C: Table more like C++ style
23938: hence lots of 'const'
23939:
23940: * src/: include/pa_error.h, include/pa_request.h,
23941: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23942: main/pa_table.C: Error fixed
23943:
23944: 2001-01-29 paf
23945:
23946: * src/: include/pa_array.h, include/pa_common.h,
23947: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23948: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23949: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23950: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23951:
23952: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23953: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23954: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23955: main/pa_string.C, main/pa_table.C: Request Error Table
23956:
23957: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23958: templates"
23959:
23960: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23961: main/main.dsp, main/pa_array.C: templates failed no template
23962: specializations [VC6], no library auto instantation [VC6, GNU c++
23963: 2.95.2-6 from latest cygwin]
23964:
23965: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23966: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23967: main/main.dsp, main/pa_array.C, main/pa_string.C,
23968: main/pa_table.C: Table started would test template Array now
23969:
23970: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23971: String originating
23972:
23973: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23974: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23975: SYNCHRONIZED(thread_safe)
23976:
23977: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23978: parts to top
23979:
23980: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
23981: main/pa_threads.C: decided on one global_mutex, like PHP as I can
23982: see: needed only in global Hash now, made Hash:: put/get
23983: SYNCHRONIZED
23984:
23985: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
23986: main/pa_threads.C: added pa_threads
23987:
23988: Mutex
23989:
23990: * src/include/pa_hash.h: some comments
23991:
23992: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
23993: Array& operator += (Array& src)
23994:
23995: * src/main/pa_array.C: expand not convinient, would rewrite
23996:
23997: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
23998: (Array& src)
23999:
24000: rethought, would change now
24001:
24002: 2001-01-27 paf
24003:
24004: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24005: caching
24006:
24007: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24008: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24009: cache rethought to chunk caching
24010:
24011: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24012: include/pa_string.h, main/main.dsp, main/pa_array.C,
24013: main/pa_hash.C, main/pa_string.C: Array 0
24014:
24015: * src/main/pa_string.C: String::operator ==
24016:
24017: * src/main/pa_hash.C: String(&String)
24018:
24019: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24020:
24021: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24022: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24023: pa_hash[forgotten]
24024:
24025: 2001-01-26 paf
24026:
24027: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24028: removed templates [vc++ suxx]
24029:
24030: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24031: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24032:
24033: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24034:
1.119 moko 24035: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24036:
1.119 moko 24037: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24038: check
24039:
24040: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24041: dynamic row_count
24042:
24043: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24044: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24045: targets/Makefile.am: Initial revision
24046:
24047: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24048: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24049: targets/Makefile.am: creating parser3 module
24050:
E-mail: