Annotation of parser3/ChangeLog, revision 1.148
1.148 ! moko 1: 2020-11-29 moko
! 2:
! 3: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
! 4: processing, unnessesary defines removed
! 5:
! 6: 2020-11-24 moko
! 7:
! 8: * tests/results/: 099.processed, 100.processed, 205.processed,
! 9: 309.processed, 310.processed: Content-Disposition: inline
! 10: returned
! 11:
! 12: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
! 13: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
! 14: ] added (related to bug #1204)
! 15:
! 16: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
! 17: ] supported to avoid Content-Disposition: inline;
! 18: filename="<file>.ext" but still set Content-Type for ext (related
! 19: to bug #1204)
! 20:
1.147 moko 21: 2020-11-22 moko
22:
23: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24: types/pa_vfile.C: pa_filename added to avoid useless rsplit
25:
26: * src/main/pa_request.C: content_disposition_inline returned.
27:
28: 2020-11-17 moko
29:
30: * src/main/pa_request.C: empty main method name support
31:
32: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
33: config_handler added, stdout flush added.
34:
35: 2020-11-16 moko
36:
37: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
38:
39: * tests/results/: 099.processed, 205.processed, 237.processed,
40: 309.processed, 310.processed: Content-Disposition: inline is not
41: required and should not contain filename="<name>"
42:
43: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
44: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
45: targets/isapi/parser3isapi.C: pa_strcat implemented and used
46:
1.146 moko 47: 2020-11-14 moko
48:
49: * src/targets/cgi/parser3.C: spelling
50:
51: * src/targets/cgi/parser3.C: renaming
52:
53: * src/targets/cgi/parser3.C: args_skip removed, locate_config
54: relocated
55:
56: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
57: before request processing, which is weired
58:
59: 2020-11-13 moko
60:
61: * src/main/pa_http.C: pa_recv added with timeout support, thus read
62: copied in httpd.
63:
64: 2020-11-12 moko
65:
66: * src/main/pa_http.C: ALARM code unified to be used in httpd
67:
68: * src/: include/pa_request.h, main/pa_request.C,
69: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
70:
71: * src/main/pa_http.C: URI validation added
72:
73: * src/targets/cgi/parser3.C: filespec_to_process now variable,
74: can't be empty but can be null. httpd-main is now main method
75: name for httpd mode
76:
77: 2020-11-11 moko
78:
79: * src/main/pa_request.C: path_translated can be null in httpd mode
80:
81: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
82: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
83: classes/xdoc.C, include/pa_request.h, main/execute.C,
84: main/pa_request.C: r.absolute -> r.full_disk_path
85:
86: * src/targets/cgi/parser3.C: if filename to process is not
87: specified, auto.p should be present.
88:
1.145 moko 89: 2020-11-03 moko
90:
91: * src/: classes/op.C, include/pa_request.h: unused argument removed
92:
93: * src/main/pa_request.C: content_disposition_inline is the default,
94: not required.
95:
1.144 moko 96: 2020-10-29 moko
97:
98: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
99: ^use[file; $.main(true) ] implemented for auto.p processing and
100: path_translated changing to correct relative files path
101: calculation in httpd mode
102:
103: * src/: include/pa_request.h, main/pa_request.C:
104: fail_on_read_problem removed, as it allways true, as if should
105: be.
106:
107: * src/: include/pa_request.h, main/pa_request.C,
108: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
109: targets/isapi/parser3isapi.C: clearing config_filespec when
110: config was not found, thus flag not required and removed.
111:
112: 2020-10-28 moko
113:
114: * tests/: 402.html, results/402.processed: error reporting test
115:
116: * src/main/execute.C: better error reporting when
117: $result[^hash::create[]] in @main.
118:
119: * src/main/: execute.C, pa_request.C: frame.result() should be used
120: + minor optimization
121:
122: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
123: main/pa_xml_io.C: execute_*_method simplified and unified
124:
125: 2020-10-27 moko
126:
127: * tests/: 306.html, results/306.processed: a bit more testing. :)
128:
129: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
130: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
131: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
132: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
133: types/pa_vmethod_frame.h, types/pa_vobject.C,
134: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
135: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
136: longer used in object-prototype mode
137:
138: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
139: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
140: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
141: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
142: $form:name[value] features
143:
1.143 moko 144: 2020-10-18 moko
145:
146: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
147:
148: 2020-10-15 moko
149:
150: * src/main/pa_http.C: url no longer needed as
151: ALTER_EXCEPTION_SOURCE is used
152:
153: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
154: main/pa_http.C: check_file_size filespec is now optional
155:
156: * src/: classes/curl.C, include/pa_exception.h,
157: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
158: ALTER_EXCEPTION_COMMENT added for better error reporting
159:
160: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
161: results/346-curl.processed, results/379-curl.processed,
162: results/379.processed: test results updated as load now provides
163: better error reporting + curl responses updated
164:
165: 2020-10-14 moko
166:
167: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
168: main/pa_string.C, targets/apache/mod_parser3_core.C,
169: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
170: checked. 10 is now default base, no hex autodetect by default
171:
172: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
173: connection socket closing in destructor + accept exception
174: handling
175:
176: * src/targets/cgi/parser3.C: warning war
177:
178: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
179: main/pa_request.C, targets/apache/mod_parser3_core.C,
180: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
181: exception handling unified
182:
183: 2020-10-13 moko
184:
185: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
186: autodetection
187:
188: * src/targets/apache/mod_parser3_core.C: reverted to atoi
189:
190: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
191:
192: * src/main/pa_http.C: warning war
193:
1.142 moko 194: 2020-10-12 moko
195:
1.143 moko 196: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
197: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
198: unhandled exception code optimization
199:
200: * src/targets/cgi/parser3.C: request_info now global variable
201:
202: * src/main/pa_http.C: http_read_response moved to HTTP_response
203: class
204:
205: * src/: include/pa_http.h, main/pa_http.C,
206: targets/cgi/pa_sapi_info.h: read_post implemented
207:
1.142 moko 208: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
209: [host:]port syntax support in httpd mode
210:
211: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
212: targets/cgi/parser3.C: populate_env added
213:
214: * src/include/pa_hash.h: to make get(char *) compiling in
215: HashStringString
216:
217: 2020-10-10 moko
218:
219: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
220: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
221:
222: * src/: include/pa_http.h, include/pa_request_info.h,
223: main/pa_http.C, main/pa_string.C,
224: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
225: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
226: types/pa_vrequest.C: initial httpd mode implementation
227:
1.141 moko 228: 2020-10-04 moko
229:
230: * src/targets/cgi/parser3.C: options together
231:
232: 2020-09-30 moko
233:
234: * src/main/pa_http.C: renamed
235:
1.140 moko 236: 2020-08-14 moko
237:
238: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
239: src/targets/cgi/Makefile.am: no httpd as separate library
240:
241: 2020-08-13 moko
242:
243: * src/targets/cgi/parser3.C: SAPI::die used in exception in
244: unhandled exception handler to report 500 instead of 200 it was
245: before.
246:
247: * src/targets/apache/mod_parser3_core.C: minor cleanup
248:
249: * src/: include/pa_sapi.h, main/untaint.C,
250: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
251: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
252: thus replaced with SAPI::die and removed
253:
254: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
255: cgi/parser3.C: whitespace
256:
257: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
258:
259: 2020-08-12 moko
260:
261: * src/targets/cgi/parser3.C: duplicate info in signal logging
262: removed, whitespace was: SIGPIPE received while executing code.
263: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
264: cl=0]
265:
266: * parser3.sln: + httpd.vcproj
267:
268: 2020-08-11 moko
269:
270: * src/targets/cgi/Makefile.am: +libhttpd
271:
272: * configure.ac, src/lib/Makefile.am: +libhttpd
273:
1.139 moko 274: 2020-07-13 moko
275:
276: * tests/: 401.html, results/401.processed: test for hash key does
277: not keep language, but tainted in foreach.
278:
1.138 moko 279: 2020-07-01 moko
280:
281: * tests/: 235.html, results/235.processed: test result updated as
282: messages before attachments implemented (feature #1176)
283:
1.137 moko 284: 2020-06-27 moko
285:
286: * tests/: 400.html, results/400.processed: test updated to check
287: ^return{code}
288:
289: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
290: fixed
291:
292: 2020-06-26 moko
293:
294: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
295: added (related to https://www.parser.ru/forum/?id=85319)
296:
297: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
298: when $result assignment was last statement in the method
299: (https://www.parser.ru/forum/?id=85319)
300:
1.136 moko 301: 2020-05-23 moko
302:
303: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
304: whitespace, unused level removed
305:
306: 2020-05-19 moko
307:
308: * src/types/pa_vmail.C: whitespace
309:
310: * src/types/pa_vmail.C: files should be processed last (related to
311: feature #1176)
312:
1.135 moko 313: 2020-05-12 moko
314:
315: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
316: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
317:
318: * configure.ac: FreeBSD1X.X check added to avoid
319: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
320:
1.134 moko 321: 2020-02-26 moko
322:
323: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
324: compilation issue (related to bug #1201)
325:
326: * src/main/pa_common.C: entry_readable -> entry_exists,
327: undocumented access(fname, R_OK) call removed (fixes bug #1201)
328: -f and -d now works under Windows in UTF-8 with Russian
329: filenames.
330:
331: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
332: advice (related to feature #1199)
333:
334: 2020-02-25 moko
335:
336: * buildall: --silent removed
337:
338: * configure.ac: gmime-3.0 support
339:
340: * buildall: --with-system-mailreceive option added to build with
341: system libgmime
342:
343: * src/types/pa_vmail.C: avoiding
344: https://github.com/jstedfast/gmime/issues/83 "feature" (related
345: to feature #1199)
346:
1.133 moko 347: 2020-02-18 moko
348:
349: * src/classes/op.C: windows x64 debug mode compile fix
350:
351: * src/main/pa_globals.C: no longer required due to -MD -> -MT
352: change (releated to feature #1200)
353:
354: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
355: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
356: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
357: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
358: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
359: targets/apache/ApacheModuleParser3.vcproj,
360: targets/apache/ApacheModuleParser3Core.vcproj,
361: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
362: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
363: dependency (related to feature #1200)
364:
1.132 moko 365: 2020-02-12 moko
366:
367: * src/types/pa_vmail.C: minimize diff
368:
369: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
370: #1199)
371:
1.131 moko 372: 2020-01-18 moko
373:
374: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
375:
1.130 moko 376: 2019-12-28 moko
377:
378: * src/targets/cgi/parser3.C: avoid empty ?
379:
380: 2019-12-27 moko
381:
382: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
383: DOCUMENT_ROOT (related to feature #1164)
384:
385: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
386: fcgiwrap setup (implements feature #1164)
387:
388: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
389: but no issues found (related to feature #1164)
390:
391: * src/targets/cgi/parser3.C: actualized
392:
393: 2019-12-26 moko
394:
395: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
396: removed
397:
398: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
399: removed
400:
401: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
402: allocation errors, we don't want default gc warnings (without
403: timestamp and URI).
404:
405: * src/: classes/memory.C, main/pa_globals.C,
406: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
407: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
408: pa_globals_init
409:
410: * src/main/pa_globals.C: setup_hex_value() removed, static array
411: initialization used (optimization)
412:
413: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
414: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
415: pa_socks_init/pa_socks_done moved inside pa_globals_init
416: (optimization)
417:
1.129 moko 418: 2019-12-09 moko
419:
420: * src/include/pa_config_fixed.h: warning war
421:
1.128 moko 422: 2019-12-08 moko
423:
424: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
425: process grammar under Unix.
426:
427: 2019-12-07 moko
428:
429: * tests/389.html: For Windows XP. :)
430:
431: * tests/388-sql.html: Windows compatibility added
432:
433: 2019-12-06 moko
434:
435: * src/targets/cgi/parser3.C: warning war
436:
437: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
438: == sizeof(CORD)) to avoid aligning bugs in future
439:
440: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
441: XML_STATIC
442:
443: * src/include/pa_request.h: StackItem() not required
444:
445: * src/include/pa_stack.h: warning war
446:
447: * src/include/pa_config_includes.h: GCC warning silenced
448:
449: * src/include/pa_memory.h: warning war: the program should also
450: define 'void operator delete [](void*, std::size_t)'
451: [-Wsized-deallocation]
452:
453: * src/types/: pa_vregex.h, pa_vtable.h: warning war
454:
455: * src/classes/string.C: not reqired cast removed
456:
457: * src/classes/string.C: not reqired cast removed
458:
459: 2019-12-05 moko
460:
461: * src/lib/sdbm/pa_file_io.C: warning war
462:
463: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
464: enum Language : size_t - required for VS2015+ to make
465: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
466: without it (related to feature #1198)
467:
468: 2019-12-04 moko
469:
470: * src/main/pa_base64.C: unsigned char -> uchar
471:
472: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
473: as other libs
474:
475: * src/include/pa_version.h: +amd64
476:
477: 2019-12-03 moko
478:
479: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
480: release
481:
482: * src/include/pa_config_includes.h: warning war
483:
484: * src/classes/image.C: warning war
485:
486: * src/main/pa_globals.C: x64 libs support
487:
488: * src/include/pa_config_includes.h: warning war
489:
490: * src/types/pa_method.h: warning war
491:
1.127 moko 492: 2019-11-28 moko
493:
494: * src/classes/math.C: vs2003 compatibility + warning war
495:
496: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
497: libxml2-2.9.9 (related to feature #1136)
498:
499: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
500: typecast for more compatibility (related to feature #1136)
501:
502: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
503: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
504: feature #1136)
505:
506: 2019-11-26 moko
507:
508: * src/main/: compile_tools.C, compile_tools.h: invalid assert
509: removed (it was failing in $$var case), condition added
510:
1.126 moko 511: 2019-11-25 moko
512:
513: * tests/: 397.html, 399.html, results/141.processed,
514: results/399.processed: base64 options tested
515:
516: * src/: classes/math.C, main/pa_http.C: base64 options used
517:
518: * src/main/pa_base64.C: base64 encode rewritten, base64 options
519: implemented (feature #986)
520:
521: * src/main/pa_cache_managers.C: whitespace
522:
523: * tests/: 397.html, 399.html, results/399.processed: tests for
524: ^base64 encode options added (related to feature #986)
525:
526: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
527: pa_base64_encode(file) removed - more memory, but faster and less
528: code (related fo feature #986)
529:
530: 2019-11-24 moko
531:
532: * tests/: 155.html, results/155.processed: limit and offset in
533: ^table::load[] now supported, thus test added
534:
535: * src/: classes/file.C, classes/table.C, include/pa_common.h,
536: main/pa_common.C: optimization: offset and limit options parsing
537: moved inside file_load.
538:
539: 2019-11-23 moko
540:
541: * src/: classes/file.C, classes/op.C, include/pa_common.h,
542: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
543: optimization: file_read replaced with simplified file_read_binary
544:
545: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
546: types/pa_vform.C: whitespace
547:
548: * src/: include/pa_common.h, main/pa_common.C: never used params
549: removed
550:
551: 2019-11-21 moko
552:
553: * tests/: 193.html, results/193.processed, results/389.processed:
554: test results updated as now base64 does not discard tail without
555: padding (related to feature #986)
556:
557: 2019-11-20 moko
558:
559: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
560: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
561: pa_base64_decode (related to feature #986)
562:
563: * tests/398.html: tests for base64 decode added (related to feature
564: #986)
565:
566: * src/main/pa_base64.C: base64_decode rewritten - padding option
567: support, padding inside base 64 supported (related to feature
568: #096)
569:
570: 2019-11-19 moko
571:
572: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
573: FreeBSD 12
574:
1.125 moko 575: 2019-11-16 moko
576:
577: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
578: support added, step support removed (related to #986)
579:
580: 2019-11-15 moko
581:
582: * src/classes/math.C: using log since log2 is not present on
583: FreeBSD < 8.4 (related to feature #1177)
584:
585: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
586: pa_base64_size extracted and used for files as well (related to
587: feature 986)
588:
589: 2019-11-14 moko
590:
591: * tests/: 397.html, results/397.processed: + content check
592:
593: * tests/: 141.html, results/141.processed: make test resuls more
594: readable
595:
596: * tests/: 397.html, results/193.processed, results/397.processed:
597: test results updated after \x00 character was disabled in
598: math:convert string mode (related to feature #1177)
599:
600: * src/classes/: math.C, string.C: \\x00 character disabled while
601: converting to string (as in base64, related to feature #1177)
602:
603: * src/classes/file.C: more correct arguments separation
604:
605: * src/: classes/file.C, classes/math.C, classes/string.C,
606: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
607: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
608: options added, but not yet implemented (related to feature #986)
609:
610: * src/classes/math.C: whitespace
611:
612: 2019-11-13 moko
613:
614: * tests/: 397.html, results/397.processed: +tainting test (related
615: to feature #1177)
616:
617: * src/classes/math.C: as we now produce not only digits, result
618: should be tainted (related to feature #1177)
619:
620: * src/main/pa_base64.C: whitespace
621:
622: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
623: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
624: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
625: implementation moved from pa_common.h and pa_common.C
626:
627: 2019-11-12 moko
628:
629: * tests/: 275.html, results/275.processed: out of range test fixed,
630: as ^math:convert now supports arbitrary precision
631:
632: 2019-11-11 moko
633:
634: * tests/results/389.processed: uctualized error message
635:
636: * tests/: 389.html, 397.html, results/397.processed: tests for
637: ^math:convert added (related to feature #1177)
638:
639: * src/classes/math.C: ^math:convert now supports arbitrary
640: precision, alphabet support added (implements feature #1177)
641:
1.124 moko 642: 2019-11-06 moko
643:
644: * tests/: 181.html, results/181.processed: entities usage added,
645: more entites load tests (related to bug #842 discussion)
646:
647: 2019-11-05 moko
648:
649: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
650: call from xmlFileOpen if http://localhost/<file> was not found
651: (related to bug #842)
652:
653: * src/main/pa_xml_io.C: rename
654:
655: * src/main/pa_xml_io.C: +MemoryStream constructor
656:
657: * src/main/pa_xml_io.C: whitespace
658:
1.123 moko 659: 2019-10-31 moko
660:
661: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
662: XML_PARSE_NOENT) added to fix entities load, (related to feature
663: #1181)
664:
1.122 moko 665: 2019-10-25 moko
666:
667: * tests/: 388-sql.html, results/388-sql.processed: more multiple
668: queries tests
669:
670: 2019-10-24 moko
671:
672: * tests/: 388-sql.html, results/388-sql.processed: support for
673: pgsql driver test
674:
675: * tests/: 388-sql.html, results/388-sql.processed:
676: multi_statements=1 now tested, mysql test now supported
677: (connection must be specified in [parser3] section in .my.cnf)
678: related to issues #1195 and #1194
679:
1.121 moko 680: 2019-09-11 moko
681:
682: * src/classes/int.C: whitespace
683:
684: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
685: exception test
686:
687: * tests/results/388-sql.processed: sql queries now shown (related
688: to feature #1196)
689:
690: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
691: with old parser versions.
692:
693: * src/: classes/file.C, classes/hash.C, classes/string.C,
694: classes/table.C, classes/void.C, include/pa_sql_connection.h,
695: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
696: instead of connect string in query_event_handlers exceptions
697: (implements feature #1196)
698:
1.120 moko 699: 2019-09-06 moko
700:
701: * tests/388-sql.html: mysql compat
702:
703: * src/: classes/hash.C, classes/string.C, classes/table.C,
704: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
705: sql_ variables declaration moved to pa_common.h
706:
1.116 moko 707: 2019-01-15 moko
708:
709: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
710: logically sorted
711:
712: 2018-12-27 moko
713:
714: * src/include/pa_config_includes.h: warning war:
715: -Wdeprecated-register added for C++ 17
716:
717: 2018-10-15 moko
718:
719: * configure.ac: FreeBSD 11.2 can be build with ./configure
720: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
721: --with-xml=/usr/local/
722:
723: 2018-09-24 moko
724:
725: * tests/: 396.html, 396.tiff, results/396.processed: test for
726: ^image::measure[] now supports tiff added (related to feature
727: #1188)
728:
729: * src/classes/image.C: ^image::measure[] now supports tiff
730: (implements feature #1188)
731:
732: 2018-09-20 moko
733:
734: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
735: files measure added (related to ticket #1188)
736:
737: * src/classes/image.C: measure of bmp files implemented (related to
738: ticket #1188)
739:
740: 2018-09-18 moko
741:
742: * tests/: 394-curl.html, results/394-curl.processed,
743: results/auto.p: test for bug #1187 (max_file_size check for head
744: requests) added
745:
746: 2018-08-24 moko
747:
748: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
749: response content-length check is required (fixes bug #1187)
750:
751: 2018-05-11 moko
752:
753: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
754: $.append(bool) ] option added (related to feature #919)
755:
756: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
757: from misha@ patch (implements feature #919)
758:
759: 2018-03-22 moko
760:
761: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
762: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
763: with 128kb buffer. Now works at least 12 times faster. :) May be
764: Windows-only problem.
765:
766: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
767: build fix)
768:
769: 2018-02-03 moko
770:
771: * src/main/execute.C: removes irrelevant lines from exception stack
772: trace when exceptions occurs in assigment (fixes bug #1165)
773:
774: * tests/: 393.html, results/393.processed: test for behavour after
775: "Property can not be created, already exists field with that
776: name" exception removed (related to feature #1183)
777:
778: * src/types/pa_vclass.C: "Property can not be created, already
779: exists field with that name" exception removed (implements
780: feature #1183)
781:
782: 2018-01-19 moko
783:
784: * src/classes/string.C: whitespace
785:
786: * src/classes/string.C: whitespace
787:
788: * tests/: 392.html, results/392.processed: test for
789: ^regex::create[$regex] added (related to feature #1135)
790:
791: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
792: ^regex::create[$regex] added (implements feature #1135)
793:
794: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
795: commented define added (related to feature #1157)
796:
797: 2018-01-17 moko
798:
799: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
800:
801: 2018-01-15 moko
802:
803: * tests/: 390.html, results/390.processed: real path replaced by
804: stub
805:
806: * tests/: 391.html, results/391.processed: test for feature #1181
807: (XML_PARSE_HUGE exception) added
808:
809: 2018-01-11 moko
810:
811: * bin/auto.p.dist.in: sqlite3 -> libsqlite3
812:
813: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
814: XML_PARSE_HUGE option passed by default (implements feature
815: #1181)
816:
817: * src/classes/string.C: whitespace
818:
819: 2017-12-10 moko
820:
821: * tests/: 389.html, 390.html, results/389.processed,
822: results/390.processed: image code coverage tests added (related
823: to feature #1125)
824:
825: 2017-12-08 moko
826:
827: * tests/: 346-curl.html, 388-sql.html, 389.html,
828: results/346-curl.processed, results/388-sql.processed,
829: results/389.processed: more code coverage tests
830:
831: * tests/: 264.html, results/264.processed: code coverage for
832: ^file::exec[]
833:
834: 2017-12-07 moko
835:
836: * tests/: 174.html, 388-sql.html, 389.html,
837: results/388-sql.processed, results/389.processed,
838: results/174.processed: more coverage tests
839:
840: * src/classes/math.C: exception text actualized
841:
842: 2017-12-06 moko
843:
844: * tests/388-sql.html: $SQL can be here
845:
846: * tests/results/auto.p: $SQL not required here
847:
848: * tests/: 388-sql.html, 389.html, Makefile,
849: results/388-sql.processed, results/389.processed, results/auto.p:
850: code coverage tests for sql (using sqlite) and int/double/bool
851: added (related to feature #1125)
852:
853: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
854: lib/json/json.vcproj, lib/md5/md5.vcproj,
855: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
856: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
857: targets/apache/ApacheModuleParser3Core.vcproj,
858: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
859: types/types.vcproj: gc\include no longer required
860:
861: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
862: required
863:
864: * src/: classes/Makefile.am, classes/table.C,
865: include/pa_config_includes.h, include/pa_string.h,
866: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
867: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
868: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
869: targets/apache/Makefile.am, targets/cgi/Makefile.am,
870: types/Makefile.am: to be sure that our version of gc.h/cord.h is
871: used, we now include it directly
872:
873: 2017-12-04 moko
874:
875: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
876: memcached/memcached.vcproj, punycode/punycode.vcproj,
877: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
878: where required
879:
880: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
881: now can be used to trace memory allocations
882:
883: * src/: classes/table.C, include/pa_config_includes.h,
884: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
885: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
886: method removes, libcord also can work without libgc
887:
888: * src/classes/json.C: pa_gc_malloc_atomic should not be used
889:
890: 2017-11-29 moko
891:
892: * src/classes/curl.C: no exception if some of ^curl:info[] elements
893: are not present (related to feature #1173)
894:
895: * tests/346-curl.html: test updated to test curl content-length bug
896: (related to feature #1173)
897:
898: * tests/results/346-curl.processed: more test for content-length
899: curl bug (related to feature #1173)
900:
901: * tests/results/346-curl.processed: test results updated after
902: #1173 implemented
903:
904: 2017-11-28 moko
905:
906: * src/classes/curl.C: another libcurl Content-length bug walkaround
907: (related to feature #1173)
908:
909: 2017-11-27 moko
910:
911: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
912: $.http_version[version string] added (implements feature #1173),
913: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
914: where $post(true) bug existed.
915:
916: 2017-11-18 moko
917:
918: * src/include/pa_memory.h: warning war (related to feature #1170)
919:
920: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
921: feature #1170)
922:
923: 2017-11-17 moko
924:
925: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
926: std::basic_stringstream used in ^table.csv-string[] is compatible
927: with delete usage check only under Debian 9 (related to feature
928: #1170)
929:
930: 2017-11-16 moko
931:
932: * src/: classes/curl.C, classes/hash.C, classes/json.C,
933: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
934: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
935: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
936: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
937: types/pa_vxdoc.h: regular new/delete no longer used in our code,
938: stubs defend from accidental use (implements feature #1170)
939:
940: 2017-06-24 moko
941:
942: * configure.ac: minor fix: thanks to alx@
943:
1.115 moko 944: 2017-05-29 moko
945:
946: * src/types/pa_vmail.C: mail headers are now correctly truncated -
947: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
948: added to avoid cutting of UTF-8 chars (fixed bug #123)
949:
950: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
951: ignored, =?UTF-8?Q?= should start in case of leading space
952: (related to bug #123)
953:
954: * buildall: echo -n -> printf for OS X. :)
955:
956: 2017-05-25 moko
957:
958: * tests/: 288.html, results/288.processed: test updated afted
959: setting $o.prop without setter exception removed (related to
960: feature #1157)
961:
962: * src/types/pa_vclass.C: no more "this property has no setter
963: method" when setting $o.prop without setter (implements feature
964: #1157)
965:
966: * buildall: echo \c -> echo -n for FreeBSD
967:
968: * configure, configure.ac, src/include/pa_config_auto.h.in,
969: src/types/pa_vdouble.h: isfinite now checked in configure
970:
971: * compile, config.guess, config.sub, depcomp, install-sh, missing:
972: upgraded to automake 1.15
973:
974: 2017-05-23 moko
975:
976: * src/types/pa_vdouble.h: finite returned where isfinite not
977: defined
978:
979: 2017-05-22 moko
980:
981: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
982:
983: * buildall: extern CFLAGS setting support
984:
985: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
986:
987: * buildall: http -> https
988:
989: * buildall: gc-7.2f -> gc-7.6.0
990:
991: 2017-05-20 moko
992:
993: * buildall: https, pcre, xml, xslt updated to current versions
994: (related to feature #1136)
995:
996: 2017-05-19 moko
997:
998: * tests/097.html: after parser.ru moved to https
999:
1000: 2017-05-17 moko
1001:
1002: * tests/results/: 175.processed, 372.processed: tests resuls
1003: updated after lintian spelling typos fixed (related to bug #1156)
1004:
1005: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1006: classes/string.C, classes/table.C, main/pa_charset.C,
1007: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1008: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1009: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1010:
1011: * tests/results/096.processed: +XMP
1012:
1013: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1014: $.xmp(true) options tested (test for feature #1154)
1015:
1016: * src/classes/image.C: ^image:measure[] options $.exif(false)
1017: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1018: fetched by default! (implements feature #1154)
1019:
1020: 2017-05-16 moko
1021:
1022: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1023: allowed (related to feature #1154)
1024:
1025: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1026: initial XMP implementation - without options and transcode
1027: (related to feature #1154)
1028:
1029: 2017-05-12 moko
1030:
1031: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1032: image: exif moved to ffields, skipped in ^image.html[] where
1033: iterators now used (preparation for feature #1154)
1034:
1035: 2017-05-05 moko
1036:
1037: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1038: results/387.processed: test for circular class inheritance check
1039: added (related to bug #1150)
1040:
1041: * src/types/pa_vstateless_class.C: circular class inheritance check
1042: added (fixes endless add_derived bug #1150)
1043:
1044: 2017-05-04 moko
1045:
1046: * tests/: 386.html, results/386.processed: test for
1047: $table.value(number) added (related to feature #1152)
1048:
1049: * src/types/pa_vtable.C: table put_element: column value must be
1050: string - > column value must be string compatible to allow
1051: $t.value(1) (implements feature #1152)
1052:
1053: 2017-05-03 moko
1054:
1055: * src/main/pa_request.C: $use[$method] is not possible, reverting
1056: (related to feature #1151)
1057:
1058: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1059: not possible, removing test (related to feature #1151)
1060:
1061: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1062: get_element_method added and used to allow $use[$method] and
1063: $autouse[$method] (implements feature 1151)
1064:
1065: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1066: variable added (related to feature #1151)
1067:
1068: * tests/results/226.processed: actualized after ^try-catch used
1069:
1070: * tests/: 226.html, 385.html, results/385.processed: test for
1071: @autouse in variable added
1072:
1073: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1074:
1.114 moko 1075: 2017-02-27 moko
1076:
1077: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1078:
1.113 moko 1079: 2017-02-20 moko
1080:
1081: * operators.txt: actualization + beauty
1082:
1083: 2017-02-16 moko
1084:
1085: * tests/: 384.html, results/384.processed: test for
1086: ^reflection:mixin[; $.name[] ] option added (related to feature
1087: #1089)
1088:
1089: * tests/: 384.html, results/384.processed: test for
1090: ^reflection:mixin[] added (related to feature #1089)
1091:
1092: * src/types/pa_value.h: warning war: virtual ~Value() added
1093:
1.112 moko 1094: 2017-02-15 moko
1095:
1096: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1097: fixed
1098:
1099: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1100: test added (related to feature #1069)
1101:
1102: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1103: compilation without HASH_ORDER fixed
1104:
1105: * src/: classes/reflection.C, include/pa_hash.h:
1106: $.reverse(true/false) added to ^reflection:methods[] (related to
1107: feature #1069)
1108:
1109: 2017-02-14 moko
1110:
1111: * tests/: 152.html, results/152.processed: test for $._default hash
1112: added (related to bug #1131)
1113:
1114: * tests/: 277.html, results/277.processed: test for hash with only
1115: $._default is now defined (related to bug #1131)
1116:
1117: * src/types/pa_vhash.h: hash with only $._default is now defined
1118: (fixed bug #1131)
1119:
1120: 2017-02-13 moko
1121:
1122: * tests/cat-windows.sh: cat-windows added (cygwin required)
1123:
1124: * tests/: 171.html, 264.html, 286.html, 370.html,
1125: results/320.processed, results/375.processed, results/auto.p:
1126: cat-windows.sh support added
1127:
1128: * tests/375.html: Windows support
1129:
1130: * tests/270.html: documented
1131:
1132: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1133: (not backslashes) even under Windows (broke test 270)
1134:
1135: 2017-02-12 moko
1136:
1137: * tests/: descript.ion, todo.txt: cleanup
1138:
1139: 2017-02-09 moko
1140:
1141: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1142: run_tests.cmd: Windows compatibility
1143:
1144: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1145: incorrectly (GMT) if parser is called from cygwin
1146:
1.111 moko 1147: 2017-02-08 moko
1148:
1.112 moko 1149: * operators.txt: actualization 15% completed
1150:
1151: * operators.txt: cp1251 -> utf-8
1152:
1153: * NEWS, README: minor update
1154:
1155: * src/include/pa_config_includes.h: warning war continues
1156:
1157: * src/: include/pa_config_includes.h, include/pa_memory.h,
1158: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1159: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1160: gcc 6.x issues fixed
1161:
1.111 moko 1162: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1163: classes/classes.h, classes/curl.C, classes/date.C,
1164: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1165: classes/hashfile.C, classes/image.C, classes/inet.C,
1166: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1167: classes/memcached.C, classes/memory.C, classes/op.C,
1168: classes/reflection.C, classes/regex.C, classes/response.C,
1169: classes/string.C, classes/table.C, classes/void.C,
1170: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1171: include/pa_array.h, include/pa_cache_managers.h,
1172: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1173: include/pa_config_fixed.h, include/pa_config_includes.h,
1174: include/pa_dictionary.h, include/pa_dir.h,
1175: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1176: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1177: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1178: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1179: include/pa_request_charsets.h, include/pa_request_info.h,
1180: include/pa_sapi.h, include/pa_socks.h,
1181: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1182: include/pa_stack.h, include/pa_string.h,
1183: include/pa_stylesheet_connection.h,
1184: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1185: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1186: include/pa_uue.h, include/pa_xml_exception.h,
1187: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1188: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1189: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1190: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1191: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1192: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1193: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1194: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1195: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1196: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1197: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1198: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1199: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1200: main/pa_string.C, main/pa_stylesheet_connection.C,
1201: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1202: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1203: main/untaint.C, sql/pa_sql_driver.h,
1204: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1205: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1206: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1207: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1208: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1209: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1210: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1211: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1212: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1213: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1214: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1215: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1216: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1217: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1218: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1219: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1220: types/pa_vmemcached.h, types/pa_vmemory.h,
1221: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1222: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1223: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1224: types/pa_vresponse.C, types/pa_vresponse.h,
1225: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1226: types/pa_vstateless_object.h, types/pa_vstatus.C,
1227: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1228: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1229: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1230: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1231: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1232: 2015->2017
1233:
1.110 moko 1234: 2017-02-07 moko
1235:
1236: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1237:
1238: 2017-02-06 moko
1239:
1240: * src/main/pa_common.C: minor fixes, whitespace
1241:
1242: * src/: classes/curl.C, classes/file.C, classes/image.C,
1243: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1244: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1245: now used (implements feature #1081)
1246:
1247: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1248:
1249: 2017-02-01 moko
1250:
1251: * src/include/pa_request.h: cleanup
1252:
1253: 2017-01-30 moko
1254:
1255: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1256:
1257: 2017-01-29 moko
1258:
1259: * tests/: 383.html, results/383.processed: test for
1260: ^reflection:stack[] added (related to feature #1052)
1261:
1262: * src/classes/reflection.C: else added
1263:
1264: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1265: $.max_file_lock_wait added (implements feature #1128)
1266:
1267: 2017-01-28 moko
1268:
1269: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1270: body and other cases tests added (related to featue #1014)
1271:
1272: * src/classes/curl.C: bug if response is empty fixed (related to
1273: feature #1014)
1274:
1275: 2017-01-27 moko
1276:
1277: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1278: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1279: added (implements feature #1052)
1280:
1281: 2017-01-25 moko
1282:
1283: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1284: method test added
1285:
1286: 2017-01-23 moko
1287:
1288: * src/classes/reflection.C: optimization: options->get replaced by
1289: hash iterator
1290:
1291: * tests/: 381.html, results/381.processed: now -> fixed date
1292:
1293: * src/main/pa_request.C: warning war
1294:
1295: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1296: 5Mb (fixes bug #1058)
1297:
1298: * src/classes/curl.C: warning war
1299:
1300: * tests/: 381.html, results/381.processed: tests for ^json:string
1301: $.one-line(true) option added (related to feature #1124)
1302:
1303: * src/: classes/json.C, types/pa_value.h: $json-string
1304: $.one-line(true|false) options is now supported (implements
1305: feature #1124)
1306:
1307: * tests/: 380.html, results/380.processed: test for modified
1308: $.max_file_size added (related to bug #1014)
1309:
1310: * tests/: 379.html, results/auto.p: tests for rewritten http file
1311: load added (related to bug #1014)
1312:
1313: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1314: main/pa_common.C, main/pa_http.C: check_file_size added and used
1315: in curl / file load from disk and http, http file load rewritten
1316: (related to bug #1014)
1317:
1318: 2017-01-18 moko
1319:
1320: * tests/: 378.html, results/378.processed: tests for ^result[]
1321: added (related to feature #66)
1322:
1323: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1324: Method::CO_WITHOUT_FRAME as frame still added in expression
1325: (related to feature #66)
1326:
1327: 2017-01-17 moko
1328:
1329: * tests/: 377.html, results/377.processed: test for different
1330: combinations of breaks in body and delimiter (related to bug
1331: #1077)
1332:
1333: * tests/: 376.html, results/376.processed: many ^break[] tests
1334: added (related to bug #1077)
1335:
1336: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1337: passed to native method" exception added to avoid bugs due to
1338: WRITE_EXPR_RESULT skipped and native methods execution continues
1339: after ^break[] (related to bug #1077)
1340:
1341: 2017-01-14 moko
1342:
1343: * tests/: 330.html, results/330.processed: test results updated
1344: after ^break[] bugs where fixed (related to bug #1077)
1345:
1346: * tests/: 329.html, results/329.processed: test results updated
1347: after ^break[] bugs where fixed (related to bug #1077)
1348:
1349: * tests/results/320.processed: ^return[] added
1350:
1351: 2017-01-13 moko
1352:
1353: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1354: classes/table.C, include/pa_request.h, main/execute.C,
1355: main/pa_request.C, targets/cgi/parser3.C,
1356: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1357: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1358: checked after each possible process/execute call (fixes bug
1359: #1077)
1360:
1361: 2016-12-29 moko
1362:
1363: * src/main/pa_common.C: warning war
1364:
1365: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1366: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1367: pa_file_size_limit added, ^math:random fixed for upper limit and
1368: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1369: (related to feature #1014)
1370:
1371: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1372: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1373: (related to feature #1014)
1374:
1375: 2016-12-28 moko
1376:
1377: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1378: warning war
1379:
1380: 2016-12-26 moko
1381:
1382: * tests/: 341.html, results/341.processed: test for
1383: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1384:
1385: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1386: (related to feature #1057)
1387:
1388: * src/types/pa_vdate.C: warning war continues...
1389:
1390: * src/: classes/date.C, classes/image.C, classes/table.C,
1391: include/pa_config_includes.h, types/pa_vfile.C: warning war
1392:
1393: * src/lib/gd/gifio.C: warning war / cleanup
1394:
1395: * src/lib/json/pa_json.C: warning war
1396:
1397: * src/classes/hash.C: warning war
1398:
1399: * src/types/pa_vfile.C: warning war
1400:
1401: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1402: -Wall warning war continues
1403:
1404: * configure.ac: --with-build-warnings actualized
1405:
1406: 2016-12-25 moko
1407:
1408: * src/main/pa_exec.C: -wAll warning war
1409:
1410: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1411: -wAll warning war
1412:
1413: * src/: include/pa_common.h, include/pa_sapi.h,
1414: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1415: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1416: -wAll warning war
1417:
1418: 2016-12-23 moko
1419:
1420: * src/lib/ltdl/Makefile.am: extra dist added
1421:
1422: * tests/results/344.processed: test result updated after $file.text
1423: prefetched in ^hash::create[$file] (related to feature #1075)
1424:
1425: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1426: ^hash::create[$file] (related to feature #1075)
1427:
1428: 2016-12-22 moko
1429:
1430: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1431: main/pa_request.C, main/pa_stylesheet_connection.C,
1432: types/pa_vfile.C: file_stat now return 64-bit size (implements
1433: #1014 under 32-bit unix versions)
1434:
1435: 2016-12-21 moko
1436:
1437: * tests/: 375.html, results/375.processed: test for exec returning
1438: stated file added (related to feature #1119)
1439:
1440: * src/classes/file.C: load should not return file with null body
1441: (fixes bug #1119)
1442:
1443: 2016-12-14 moko
1444:
1445: * tests/: 374.html, results/374.processed: test for $method.name
1446: added (related to feature #1117) plus method returning junction
1447: test
1448:
1449: 2016-12-13 moko
1450:
1451: * src/: include/pa_symbols.h, main/pa_symbols.C,
1452: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1453: (implements feature #1117)
1454:
1455: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1456: HEAD and TRACE can't have body (implements feature #1116)
1457:
1458: 2016-12-09 moko
1459:
1460: * tests/: 373.html, results/373.processed: tests for
1461: ^reflection:tainting added (related to feature #1098)
1462:
1463: * src/classes/reflection.C: ^reflection:tainting arguments order
1464: change (related to feature #1098)
1465:
1466: 2016-12-06 moko
1467:
1468: * src/: classes/reflection.C, include/pa_string.h,
1469: main/pa_string.C: ^reflection:tainting[$string] added (implements
1470: feature #1098)
1471:
1472: 2016-12-05 moko
1473:
1474: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1475: (fixes bug #1114)
1476:
1477: 2016-12-04 moko
1478:
1479: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1480: check added
1481:
1482: 2016-12-03 moko
1483:
1484: * tests/: 346-curl.html, results/346-curl.processed: test modified
1485: to test value.as_hash() usage
1486:
1487: * src/classes/curl.C: value.as_hash() used for correct hash
1488: processing
1489:
1490: * src/classes/reflection.C: exceptions texts fixes
1491:
1492: 2016-12-02 moko
1493:
1494: * tests/: 372.html, results/372.processed: tests for
1495: ^reflection:create[ $.class[name] $.constructor[name]
1496: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1497: feature #1094)
1498:
1499: * src/types/pa_vmethod_frame.h: comment added: params should be
1500: declared outside of *_FRAME_ACTION as MethodParams destructor
1501: will be called in ~VNativeMethodFrame
1502:
1503: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1504: ] minor fix
1505:
1506: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1507: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1508: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1509: now supported (implements feature #1094) value::as_hash added
1510: (and should be used everywhere)
1511:
1512: * src/classes/reflection.C: cleanup
1513:
1514: 2016-12-01 moko
1515:
1516: * tests/: 356.html, results/356.processed: test for method
1517: junctions class name added to the resulting hash added (related
1518: to feature #1068)
1519:
1520: * src/classes/reflection.C: for method junctions class name added
1521: to the resulting hash (related to feature #1068)
1522:
1523: 2016-11-30 moko
1524:
1525: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1526: exception (related to bug #1113)
1527:
1528: * src/types/pa_vhashfile.C: whitespace
1529:
1530: * src/main/pa_os.C: errno now returned as it should (fixes bug
1531: #1113)
1532:
1533: * tests/results/: 175.processed, 192.processed, 224.processed,
1534: 229.processed, 239.processed, 244.processed, 246.processed,
1535: 314.processed, 352.processed: tests results updated after method
1536: call exceptions improved as method now keeps its name
1537:
1538: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1539: types/pa_vmethod_frame.h: method call exceptions improved as
1540: method now keeps its name
1541:
1542: * tests/: 224.html, 239.html, results/224.processed,
1543: results/239.processed: tests and tests results updated after
1544: Request::construct exception changed
1545:
1546: * src/: classes/reflection.C, main/execute.C: Request::construct
1547: exception optimized
1548:
1549: * tests/: 371.html, results/371.processed: test for
1550: WWrapper.get_element call in $.name.key[value] code added
1551: (related to feature #1091)
1552:
1553: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1554: in $.name.key[value] code (related to feature #1091)
1555:
1556: 2016-11-29 moko
1557:
1558: * src/classes/op.C: VS warning war
1559:
1560: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1561: C4239: nonstandard extension used : 'return' : conversion from
1562: 'Value' to 'Value &' (related to feature #1020)
1563:
1564: * src/: main/execute.C, types/pa_vmethod_frame.h,
1565: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1566: used : 'return' : conversion from 'Value' to 'Value &' (related
1567: to feature #1020)
1568:
1569: * src/main/execute.C: VS warning war
1570:
1571: * src/targets/cgi/parser3.C: VS compatibility fix
1572:
1573: * src/include/pa_request.h: VS warning war
1574:
1575: * tests/: 370.html, results/370.processed: test for ^file::exec[
1576: ... $.stdin[$binary_file] ] added (related to bug #1044)
1577:
1578: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1579: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1580: $.stdin[$binary_file] (fixes bug #1044)
1581:
1582: 2016-11-28 moko
1583:
1584: * src/main/pa_exec.C: whitespace
1585:
1586: * src/main/pa_request.C: whitespace
1587:
1588: * tests/: 369.html, results/369.processed: test for
1589: $response:status usage added (related to feature #1099)
1590:
1591: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1592: if < 100 (implements feature #1099)
1593:
1594: * src/targets/cgi/parser3.C: whitespace
1595:
1596: * src/targets/cgi/parser3.C: whitespace
1597:
1598: * tests/: 368.html, results/368.processed: test updated after
1599: ^reflection:filename[$method] added (related to feature #1053)
1600:
1601: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1602: main/compile.y, main/execute.C, main/pa_request.C,
1603: types/pa_vclass.h: filename -> filespec,
1604: ^reflection:filename[$method] added (related to feature #1053)
1605:
1606: 2016-11-27 moko
1607:
1608: * tests/: 368.html, results/368.processed: test for
1609: reflection:filename[$class or object] added (related to feature
1610: #1053)
1611:
1612: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1613: types/pa_vstateless_class.h: ^reflection:filename[$class or
1614: object] added (implements feature #1053)
1615:
1616: 2016-11-26 moko
1617:
1618: * src/: include/pa_request_info.h,
1619: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1620: remove_absolute_uri -> strip_absolute_uri
1621:
1622: 2016-11-25 moko
1623:
1624: * src/: include/pa_request_info.h,
1625: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1626: request_info.remove_absolute_uri added to remove possible
1627: http://site.name/ from $request:uri (implements feature #1112)
1628:
1629: 2016-11-24 moko
1630:
1631: * tests/: 367-curl.html, results/367-curl.processed: test for
1632: previous request headers clearing after redirect added (related
1633: to bug #1109)
1634:
1635: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
1636: response headers from previous requests are now cleared, only
1637: last request headers are collected (fixes bug #1109)
1638:
1639: * tests/results/: 266.processed, 321.processed, 356.processed:
1640: tests results updated as method name now added to the resulting
1641: hash for new syntax only (Imp1 compatimility fixed, related to
1642: feature #1068)
1643:
1644: * src/classes/reflection.C: method name now added to the resulting
1645: hash for new syntax only (Imp1 compatimility fixed, related to
1646: feature #1068)
1647:
1648: * tests/results/366.processed: test for native and parser
1649: implementation of ^use[] logic (related to feature #1074)
1650:
1651: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
1652: for native and parser implementation of ^use[] logic (related to
1653: feature #1074)
1654:
1655: 2016-11-23 moko
1656:
1657: * src/: classes/op.C, include/pa_request.h, main/compile.y,
1658: main/pa_request.C: @USE file now implemented as ^use[file;
1659: $.origin[origin_file] ] (implements feature #1074)
1660:
1.109 moko 1661: 2016-11-21 moko
1662:
1.110 moko 1663: * tests/: 365.html, results/365.processed: test for $caller bugs in
1664: 3.4.4 and $caller.method now tested (related to feature #1110)
1665:
1666: * tests/: 364.html, results/364.processed: $caller usage in
1667: different contexts now tested (related to feature #1110)
1668:
1669: * src/types/types.vcproj: +pa_vcaller_wrapper.h
1670:
1671: * src/types/Makefile.am: pa_vcaller_wrapper.h added
1672:
1.109 moko 1673: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
1674: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
1675: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
1676: used (implements feature #1110)
1677:
1678: 2016-11-20 moko
1679:
1680: * src/types/pa_vdouble.h: whitespace
1681:
1682: 2016-11-11 moko
1683:
1684: * tests/: 363.html, results/363.processed: more tests for feature
1685: #1091 (how parser methods work in expression context)
1686:
1687: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
1688: expressions strings are now written as strings, not values by
1689: write_as_string (related to feature #1091)
1690:
1691: * src/classes/op.C: to make more correct behavour in expression
1692: context
1693:
1694: 2016-11-07 moko
1695:
1696: * tests/: 362.html, results/362.processed: test for
1697: xsltParseStylesheetDoc caching as xsl modification after it added
1698: (related to bug #1108)
1699:
1700: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
1701: result now cached as xdoc is modified after it (fixes bug #1108)
1702:
1703: 2016-11-06 moko
1704:
1705: * src/types/pa_vxdoc.h: whitespace
1706:
1707: 2016-11-05 moko
1708:
1709: * src/types/pa_vmethod_frame.h: cleanup
1710:
1711: 2016-11-03 moko
1712:
1713: * tests/results/244.processed: more correct exception after method
1714: frames separation
1715:
1716: * src/types/pa_vmethod_frame.h: minor optimizaion
1717:
1718: * src/types/pa_method.h: optimization: params_count added
1719:
1720: * src/: classes/json.C, classes/op.C, classes/reflection.C,
1721: include/pa_request.h, main/execute.C, main/pa_request.C,
1722: types/pa_value.C, types/pa_vmethod_frame.C,
1723: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
1724: VMethodFrame now divided into VNativeMethodFrame,
1725: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
1726: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
1727: and used (related to feature #1104)
1728:
1729: 2016-11-02 moko
1730:
1731: * src/: classes/bool.C, classes/curl.C, classes/date.C,
1732: classes/double.C, classes/file.C, classes/hash.C,
1733: classes/hashfile.C, classes/image.C, classes/inet.C,
1734: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1735: classes/memcached.C, classes/op.C, classes/reflection.C,
1736: classes/regex.C, classes/string.C, classes/table.C,
1737: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
1738: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
1739: r.write (implements feature #1091)
1740:
1741: * src/main/execute.C: cleanup (related to feature #1104)
1742:
1743: * src/: include/pa_request.h, main/execute.C,
1744: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
1745: added, in_expression removed (implements feature #1104)
1746:
1747: 2016-10-31 moko
1748:
1749: * src/types/pa_value.C: whitespace
1750:
1751: 2016-10-28 moko
1752:
1753: * tests/results/244.processed: updated after error reporting fixed
1754: in pa_wcontext.C
1755:
1756: * src/types/pa_wcontext.C: error reporting fixed
1757:
1758: * src/types/pa_wcontext.h: whitespace
1759:
1760: * src/classes/image.C: not fully readed entries are no longer
1761: processed (fixes bug #1106)
1762:
1763: 2016-10-26 moko
1764:
1765: * src/classes/image.C: whitespace
1766:
1767: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
1768: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
1769: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
1770: longer required (related to feature #1091)
1771:
1772: * tests/results/: 264.processed, 350.processed: test results update
1773: reverted (whitespace optimization) after write_no_lang removed :)
1774: (related to feature #1091)
1775:
1776: * src/: classes/file.C, classes/hash.C, classes/op.C,
1777: classes/string.C, classes/table.C, classes/void.C,
1778: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
1779: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
1780: equal write_pass_lang (related to feature #1091)
1781:
1782: * tests/results/: 264.processed, 350.processed: test results
1783: updated (whitespace optimization) after write_assign_lang removed
1784: (related to feature #1091)
1785:
1786: * tests/: 361.html, results/361.processed: test for non-string
1787: ^untaint added (related to feature #1091)
1788:
1789: * src/: classes/curl.C, classes/date.C, classes/file.C,
1790: classes/hash.C, classes/op.C, classes/string.C,
1791: include/pa_request.h, main/execute.C: optimization:
1792: write_assign_lang removed as not required (first part of feature
1793: #1091 implementation)
1794:
1.108 moko 1795: 2016-10-12 moko
1796:
1797: * tests/: 360.html, results/360.processed: more test code (related
1798: to feature #1104)
1799:
1800: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
1801: include/pa_request.h, main/compile.y, main/execute.C: opcode
1802: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
1803: WContext is next task (implements feature #1104)
1804:
1805: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
1806: / CO_WITHOUT_WCONTEXT
1807:
1808: * tests/: 360.html, results/360.processed: test for in expression
1809: state (related to feature #1104)
1810:
1811: 2016-10-11 moko
1812:
1813: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
1814:
1815: * src/classes/op.C: default value removed from initializer
1816:
1817: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
1818:
1819: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
1820:
1821: 2016-10-10 moko
1822:
1823: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
1824: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
1825: to feature #42)
1826:
1827: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
1828: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
1829:
1830: 2016-10-08 moko
1831:
1832: * src/classes/double.C: whitespace
1833:
1834: 2016-10-07 moko
1835:
1836: * src/types/pa_vmethod_frame.h: reorder
1837:
1838: 2016-10-06 moko
1839:
1840: * src/classes/date.C: typo
1841:
1842: * src/types/pa_vmethod_frame.h: whitespace + cleanup
1843:
1844: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1845: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
1846: types/pa_vmethod_frame.h: params.get now returns Value&, not
1847: Value*
1848:
1849: * src/types/pa_vmethod_frame.C: params.get should return Value&.
1850:
1851: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
1852: removed; first as_* code rewrite
1853:
1854: 2016-10-05 moko
1855:
1856: * src/include/pa_request.h: whitespace
1857:
1858: * tests/: 359.html, results/359.processed: test for VCodeFrame and
1859: intercept_string added (related to feature #1097)
1860:
1861: * src/: classes/image.C, classes/op.C, classes/table.C,
1862: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1863: optimization: intercept_string removed (implements feature #1097)
1864:
1865: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
1866:
1867: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
1868: from VCodeFrame and WWrapper as not required
1869:
1870: 2016-10-04 moko
1871:
1872: * src/: classes/curl.C, classes/date.C, classes/double.C,
1873: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
1874: classes/int.C, classes/json.C, classes/op.C,
1875: classes/reflection.C, classes/string.C, classes/table.C,
1876: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
1877: proces_to_value -> process after StringOrValue removed (related
1878: to feature #1020)
1879:
1880: * src/classes/form.C: whitespace
1881:
1882: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
1883:
1884: * tests/: 357.html, 358.html, results/357.processed,
1885: results/358.processed, results/auto.p: test for @conf
1886: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
1887:
1888: 2016-10-03 moko
1889:
1890: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
1891: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
1892: supported (implements feature #42)
1893:
1894: * src/types/pa_vregex.h: no reason for VRegex to be
1895: is_evaluated_expr
1896:
1897: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
1898: (implements feature #1095)
1899:
1900: 2016-10-01 moko
1901:
1902: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
1903: false by default (related to feature #1089)
1904:
1905: 2016-09-30 moko
1906:
1907: * src/types/pa_wcontext.h: cleanup
1908:
1909: 2016-09-29 moko
1910:
1911: * src/main/execute.C: whitespace
1912:
1913: * src/include/pa_request.h: whitespace
1914:
1915: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
1916: classes/op.C, classes/table.C, include/pa_request.h,
1917: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
1918: types/pa_vobject.C, types/pa_wcontext.h: optimization:
1919: StringOrValue removed as it just slows down and adds complexity
1920: (implements feature #1020)
1921:
1922: 2016-09-28 moko
1923:
1924: * tests/: 356.html, results/266.processed, results/321.processed,
1925: results/356.processed: tests updated after name was added to
1926: method_info hash, test for ^reflection:method_info[junction]
1927: added (related to feature #1068)
1928:
1929: * src/classes/reflection.C: ^reflection:method_info[junction] now
1930: supported, method name added to the resulting hash (implements
1931: feature #1068)
1932:
1933: * tests/: 276.html, results/276.processed: more tests for
1934: ^reflection:delete[]
1935:
1936: * src/classes/reflection.C: fixed bug then ^reflection:delete
1937: didn't work on class and could damage native objects (like file)
1938:
1939: 2016-09-26 moko
1940:
1941: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
1942: results/345.processed, results/346-curl.processed,
1943: results/347-curl.processed, results/348.processed: numbers added
1944: to simplify diff analysis
1945:
1946: * tests/: 352.html, results/352.processed: test result updated as
1947: method name used
1948:
1949: * src/classes/reflection.C: method name used
1950:
1951: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
1952: its name
1953:
1954: * src/types/pa_method.h: whitespace
1955:
1956: * src/classes/reflection.C: both method and field with one name can
1957: exist.
1958:
1959: * src/classes/reflection.C: ^reflection:mixin added (implements
1960: feature #1089)
1961:
1962: * tests/: 355.html, results/355.processed: property appears in
1963: derived class if added in base test added
1964:
1965: * src/types/pa_vstateless_class.h: get_method declaration +
1966: whitespace
1967:
1968: * tests/: 354.html, results/354.processed: nice test from method
1969: and property with one name in class added
1970:
1971: 2016-09-23 moko
1972:
1973: * src/classes/reflection.C: ^reflection:method usage documented
1974:
1975: 2016-09-22 moko
1976:
1977: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
1978: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
1979: compile warning and GPF occures on VS2003 (related to feature
1980: #1087)
1981:
1982: * tests/: 350.html, results/350.processed: test added for
1983: $.encloser[] support in ^table::create (related to feature #11)
1984:
1985: * src/classes/table.C: another minor fix (related to feature #11)
1986:
1.107 moko 1987: 2016-09-21 moko
1988:
1989: * src/include/pa_config_fixed.h: vs2015 compilation fixes
1990:
1991: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1992: classes/json.C, classes/string.C, classes/table.C,
1993: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
1994: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1995: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
1996: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
1997: pa_charsets, vs2015 warning war
1998:
1999: * src/classes/table.C: vs2015 warning war
2000:
2001: * src/types/pa_vdate.C: vs2015 warning war
2002:
2003: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2004:
2005: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2006: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2007:
2008: * src/main/pa_common.C: vs2015 compilation fixes
2009:
2010: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2011: vs2015 compilation fixes
2012:
2013: * src/main/pa_charset.C: vs2015 warning war
2014:
2015: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2016:
2017: * src/main/pa_charset.C: vs2015 warning war
2018:
2019: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2020:
2021: * src/types/pa_vdate.C: vs2015 compilation fix
2022:
2023: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2024:
2025: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2026: VS2015 compilation fixes
2027:
2028: * src/classes/table.C: minor fix (related to feature #11)
2029:
2030: * tests/results/282.processed: no longer skipping extra enclosers
2031: (related to feature #11)
2032:
2033: * src/classes/table.C: minor fix + no longer skipping extra
2034: enclosers (related to feature #11)
2035:
2036: * src/classes/table.C: minor optimization (related to feature #11)
2037:
2038: * src/classes/table.C: minor fix and optimization (related to
2039: feature #11)
2040:
2041: 2016-09-20 moko
2042:
2043: * tests/: 353.html, results/353.processed: test for
2044: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2045: added (related to bug #1090)
2046:
2047: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2048: one_big_piece (fixes bug #1090)
2049:
2050: * tests/: 229.html, results/229.processed: code coverage tests
2051:
2052: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2053: body) was called
2054:
2055: * src/classes/op.C: whitespace
2056:
2057: * tests/: 323.html, results/323.processed: test for code junction
2058: should not be returned by ^reflection:class, ^reflection:base
2059:
2060: * src/classes/reflection.C: bugfix: code junction should not be
2061: returned by ^reflection:class, ^reflection:base
2062:
2063: * tests/: 323.html, 352.html, results/352.processed: no more
2064: exception for ^reflection:method[class;no-such-method] (related
2065: to feature #1087)
2066:
2067: * src/classes/reflection.C:
2068: ^reflection:method[class;no-such-method] : exception -> void
2069: (related to feature #1087)
2070:
2071: * src/include/pa_request.h: request::write_value added to allow
2072: write value without convertion (related to issue #1091)
2073:
2074: 2016-09-19 moko
2075:
2076: * src/main/pa_random.C: windows build fix
2077:
2078: * src/types/pa_vhash.h: warning war
2079:
2080: 2016-09-14 moko
2081:
2082: * tests/: 352.html, 552.html, results/352.processed,
2083: results/552.processed: test for ^reflection:method[] extension
2084: added (related to feature #1087)
2085:
2086: * tests/: 552.html, results/552.processed: test for
2087: ^reflection:method[] extension added (related to feature #1087)
2088:
2089: * src/classes/reflection.C: compatibility issue fixed, VClass
2090: dynamic_cast check added (related to feature #1087)
2091:
2092: * tests/: 351.html, results/351.processed: test for @auto[]
2093: inheritance bug diring ^process[] added (related to bug #1088)
2094:
2095: * src/: classes/op.C, main/pa_request.C,
2096: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2097: disable it inheritance during ^process (fixes bug #1088)
2098:
2099: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2100: added (implements feature #1087)
2101:
2102: 2016-09-13 moko
2103:
2104: * tests/: 349.html, results/auto.p: test for objects prototyping
2105: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2106: to feature #1086)
2107:
2108: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2109: types/pa_vobject.C: objects now are not class instances, but have
2110: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2111: in @conf (implements feature #1086)
2112:
2113: 2016-09-08 moko
2114:
2115: * src/: classes/file.C, classes/mail.C, classes/string.C,
2116: classes/table.C, main/pa_http.C, main/pa_string.C,
2117: include/pa_string.h: cleanup: string::split limit argument
2118: removed as no longer required, pos_after no longer reference
2119: (related to feature #11)
2120:
2121: * src/classes/table.C, tests/results/348.processed: now exception
2122: is rised when invalid option is passed to ^table::create[]
2123:
2124: * tests/: 282.cfg, 282.html, results/282.processed: more code
2125: coverage tests
2126:
2127: * tests/: 348.html, results/348.processed: code coverage tests
2128: added
2129:
2130: * tests/: 348.html, results/348.processed: generic ^table::create[]
2131: tests
2132:
2133: * tests/: 035.html, results/035.processed, results/272.processed:
2134: tests updated after $.encloser[] support for ^table::create
2135: implementation (related to feature #11)
2136:
2137: * src/classes/table.C: $.encloser[] support for ^table::create
2138: finally added (implements feature #11)
2139:
2140: 2016-09-07 moko
2141:
2142: * src/include/pa_string.h: added StringSplitHelper as friend
2143: (related to feature #11)
2144:
2145: * src/include/pa_string.h: body and langs now protected, not
2146: private to allow inheritance (related to feature #11)
2147:
2148: * src/classes/table.C: lsplit optimized before cloning for
2149: ^table::create with $.encloser[] (related to feature #11)
2150:
2151: * src/classes/table.C: optimizaion: TableControlChars.separators
2152: added and used (related to feature #11)
2153:
2154: * src/classes/table.C: spelling:
2155:
2156: TableSeparators -> TableControlChars column -> separator
2157: separators -> control_chars
2158:
2159: 2016-09-06 moko
2160:
2161: * src/main/pa_string.C: whitespace
2162:
2163: * src/main/pa_string.C: whitespace
2164:
2165: 2016-09-01 moko
2166:
2167: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2168: results OS-independent
2169:
2170: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2171: compiler (related to feature #1042)
2172:
2173: 2016-08-15 moko
2174:
2175: * src/include/pa_string.h: whitespace
2176:
2177: * src/classes/table.C: whitespace
2178:
1.106 moko 2179: 2016-08-05 moko
2180:
2181: * tests/: 344.html, results/344.processed: test for
2182: ^hash::create[$file] added (related to feature #1075)
2183:
2184: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2185: supported (implements feature #1075)
2186:
2187: 2016-08-04 moko
2188:
2189: * tests/: 341.html, results/341.processed: more code coverage tests
2190:
2191: * tests/: 346-curl.html, results/346-curl.processed: more code
2192: coverage tests for curl
2193:
2194: * tests/: 346-curl.html, results/346-curl.processed: more code
2195: coverage tests for curl
2196:
2197: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2198: results/223.processed: code coverage tests: $.form[ $.table[] ]
2199: test added
2200:
2201: * tests/: 223-curl.html, results/223-curl.processed: more code
2202: coverage tests for curl
2203:
2204: 2016-08-03 moko
2205:
2206: * src/classes/curl.C: dlink(curl_library) now called not once, but
2207: until it will be loaded, allowing to find existing library.
2208:
2209: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2210: results/347-curl.processed: more code coverage tests for curl
2211:
2212: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2213: results/339-curl.processed, results/346-curl.processed: curl
2214: functionality tests
2215:
2216: 2016-08-02 moko
2217:
2218: * tests/: 339.html, results/339.processed: test for tables in
2219: ^file:load[] and ^curl:load[] (commented) added (related to
2220: feature #1042)
2221:
2222: * tests/: 345.html, results/345.processed: code coverage tests for
2223: file class
2224:
2225: * tests/: 344.html, results/344.processed: code coverage tests
2226:
2227: * tests/: 344.html, results/344.processed: mdate removed from
2228: output
2229:
2230: * src/classes/file.C: minor bugfix: is_text should be taked from
2231: fcontent.is_text_mode() if not set (related to feature #1061)
2232:
2233: * tests/: 344.html, results/344.processed: more tests
2234:
2235: * tests/: 343.html, 344.html, results/343.processed,
2236: results/344.processed: tests for ^file::create[ $.from-charset
2237: and $.to-charset ] (related to feature #1061)
2238:
2239: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2240: aset_text_mode argument optimized
2241:
2242: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2243: checkBOM now used in detect_binary_content (related to feature
2244: #1061)
2245:
2246: * src/main/pa_request.C: load_charset no longer required to_upper
2247:
2248: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2249: preserves original file mode (if no $.mode specified)
2250:
2251: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2252: ^file::create now supports $.from-charset[] and $.to-charset
2253: options (implements feature #1061), automatic transcode is done
2254: if text file is created from binary file and charset is detected.
2255:
2256: 2016-07-30 moko
2257:
2258: * src/classes/table.C: ^t.hash[..;] now supported (related to
2259: feature #1057)
2260:
2261: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2262: added (related to feature #1057)
2263:
2264: * tests/: 286.html, results/286.processed: code tests coverage
2265:
2266: 2016-07-29 moko
2267:
2268: * src/classes/table.C: table size should be checked inside menu and
2269: foreach (related to feature #858)
2270:
2271: * src/: classes/curl.C, classes/file.C, classes/string.C,
2272: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2273: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2274: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2275: charsets.get now does str_upper inside (related to feature #1061)
2276:
2277: * tests/: 342.html, results/342.processed: more code coverage tests
2278:
2279: * tests/: 342.html, outputs/342.processed: table menu code coverage
2280: + foreach test added (related to feature #858)
2281:
2282: * tests/: 341.html, results/341.processed: tests for
2283: ^table.hash[]{code} added + code coverage tests (related to
2284: feature #1057)
2285:
2286: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2287: value} support (implements feature #1057)
2288:
2289: * src/classes/table.C: whitespace
2290:
2291: 2016-07-28 moko
2292:
2293: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2294: from URL, if not specified query string removed from url-based
2295: filenames in ^curl:load[] and ^file::load[] (related to feature
2296: #1042)
2297:
2298: 2016-07-27 moko
2299:
2300: * tests/: 340.html, results/340.processed: test for
2301: transcode_text_result=false added (related to issue #1042)
2302:
2303: 2016-07-26 moko
2304:
2305: * src/types/pa_vfile.C: file name should not be empty (if file path
2306: is folder and ends with /) (related to feature #1042)
2307:
2308: * src/main/pa_http.C: whitespace optimizaion
2309:
2310: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2311: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2312: multiple headers, ^file::load supports headers transcoding
2313: (implements feature #1042)
2314:
2315: 2016-07-25 moko
2316:
2317: * src/include/pa_common.h: PA_DEFAULT added
2318:
2319: 2016-07-22 moko
2320:
2321: * tests/: 338.html, results/338.processed: test for
2322: $date.field(value) added (related to feature #1066)
2323:
2324: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2325: $date.field(value) now supported for y/m/d/h/m/s (implements
2326: feature #1066)
2327:
1.105 moko 2328: 2016-07-21 moko
2329:
2330: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2331: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2332: arguments removed; image.C - absolute path shown in exception
2333: (implements feature #1071)
2334:
2335: * tests/: 235.html, results/235.processed: test and test result
2336: updated after static boundary in mail and Errors-To: mail header
2337: removed (related to feature #1047)
2338:
2339: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2340: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2341: used, static boundary in mail removed, Errors-To: mail header
2342: removed (implements feature #1047)
2343:
2344: 2016-07-20 moko
2345:
2346: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2347: equest.classes(): Value -> VStateless_class, part 3 (related to
2348: issue #1051)
2349:
2350: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2351: request.classes(): Value -> VStateless_class, part 2 (related to
2352: issue #1051)
2353:
2354: * tests/results/: 224.processed, 323.processed: classes without
2355: methods should not be methoded (related to issue #1051)
2356:
2357: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2358: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2359: -> VStateless_class, part 1 (related to issue #1051)
2360:
2361: * tests/: 337.html, results/337.processed: test for
2362: ^reflection:fields_reference[] and VHashReference class added
2363: (related to feature #1072)
2364:
2365: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2366: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2367: and VHashReference added, allowing ^reflection:fields_reference[]
2368: implementation (closes feature #1072)
2369:
2370: 2016-07-19 moko
2371:
2372: * tests/: 323.html, results/323.processed: we want to see
2373: "methoded"
2374:
2375: * tests/: 336.html, results/336.processed: test for $BASE:property
2376: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2377: #1059)
2378:
2379: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2380: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2381: somebody_entered_some_class, $BASE:property works again,
2382: ^BASE:method[] bugs fixed (fixes bug #1059)
2383:
2384: 2016-07-14 moko
2385:
2386: * tests/: 335.html, results/335.processed: test for feature #1055
2387: added
2388:
2389: * src/classes/hash.C: bugfix: $._default was not copied if empty
2390: feature: ^hash.contains[_default] added (implements feature
2391: #1055)
2392:
2393: 2016-07-13 moko
2394:
2395: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2396: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2397:
2398: 2016-07-05 moko
2399:
2400: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2401: in ^hash.foreach (related to feature #1073)
2402:
2403: 2016-07-04 moko
2404:
2405: * tests/: 134.html, 281.html, results/134.processed,
2406: results/281.processed: tests updated after hash blocking removed
2407: (related to feature #1073)
2408:
2409: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2410: no longer blocks on change during foreach (implements feature
2411: #1073)
2412:
2413: 2016-06-17 moko
2414:
2415: * tests/: 330.html, results/330.processed: try exception source
2416: test added (related to bug in #1062)
2417:
2418: * tests/: 334.html, results/334.processed: Exception stack trace
2419: test added (related to bug in $1062)
2420:
2421: * src/classes/op.C: Exception trace now correctly restored and
2422: errors reported (related to bug #1062)
2423:
1.104 moko 2424: 2016-05-25 moko
2425:
2426: * src/main/compile.y: minor cleanup + beauty
2427:
2428: 2016-05-24 moko
2429:
2430: * tests/: 333.html, results/333.processed: more exceptions testing
2431:
2432: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2433: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2434: features #1056, #1026)
2435:
2436: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2437: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2438: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2439: (implements feature #1056)
2440:
2441: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2442: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2443: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2444: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2445: feature #1026)
2446:
2447: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2448: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2449: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2450: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2451: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2452: feature #1026)
2453:
2454: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2455: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2456: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2457: SYMBOLS_CACHING define implemented (related to feature #1026)
2458:
2459: * src/main/main.vcproj: + ps_symbols
2460:
2461: * src/: include/Makefile.am, include/pa_string.h,
2462: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2463: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2464: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2465: types/pa_vstateless_class.C: initial implementation for symbols
2466: cache (related to feature #1026)
2467:
2468: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2469:
2470: * src/main/pa_globals.C: minor cleanup
2471:
2472: 2016-05-19 moko
2473:
2474: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2475: (related to feature #1046)
2476:
2477: * tests/: 331.html, results/331.processed: test for
2478: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2479: (related to feature #1051)
2480:
2481: * src/main/compile.y:
2482: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2483: (implements feature #1054)
2484:
2485: 2016-05-18 moko
2486:
2487: * src/types/pa_vtable.C, tests/results/324.processed: no more
2488: "column not found" exception for ^table.no-such-method[] (related
2489: to feature #1046)
2490:
2491: * tests/: 261.html, results/261.processed: test added and updated
2492: after feature #1046 implementation
2493:
2494: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2495: types/pa_vvoid.h: $string.anything works for whitespace strings,
2496: ^string.contains added for hash compatibility, $string.method no
2497: longer returns stting method (implements feature #1046)
2498:
2499: 2016-05-12 moko
2500:
2501: * src/classes/curl.C: content-type response header no longer
2502: ignored (fixes issue #1045)
2503:
2504: * tests/: 330.html, results/330.processed: test for incomplete
2505: finally execution when break occures added (related to issue
2506: #1077)
2507:
2508: * src/classes/op.C: bugfix: Request::skip reset is called before
2509: executing catch and finally code (fixes issue #1062)
2510:
2511: 2016-05-11 moko
2512:
2513: * tests/: 329.html, results/329.processed: test for invalid
2514: ^break[] behavour added (bug #1077)
2515:
2516: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2517:
2518: 2016-04-24 moko
2519:
2520: * src/types/pa_vstateless_class.h: warning war
2521:
2522: 2016-04-17 moko
2523:
2524: * tests/: 328.html, results/328.processed: test for
2525: ^break(condition) and ^continue(condition) (related to feature
2526: #1063)
2527:
2528: * src/classes/op.C: ^break(condition) and ^continue(condition)
2529: implemented (feature #1063)
2530:
2531: 2016-04-12 moko
2532:
2533: * tests/results/280.processed: ordered hash now used for class
2534: methods and properties (test results updated for feature #1069)
2535:
2536: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2537: to xdoc.C as under FreeBSD it was inited after and inheritance
2538: failed (related to issue #1051)
2539:
2540: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2541: are printed to check inheritance (related to feature #1051)
2542:
1.103 moko 2543: 2016-04-09 moko
2544:
2545: * tests/results/320.processed: ordered hash now used for class
2546: methods and properties (test results updated for feature #1069)
2547:
2548: * src/types/pa_vstateless_class.h: ordered hash now used for class
2549: methods and properties (implements feature #1069)
2550:
2551: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2552: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2553: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2554: feature #1051)
2555:
2556: 2016-04-07 moko
2557:
2558: * src/main/execute.C: returned Value in .CLASS case for VJunction
2559: (related to feature #1051)
2560:
2561: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2562: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2563: string constants deduplication (related to feature #1051)
2564:
2565: * tests/results/224.processed: test result updated (related to
2566: feature #1051)
2567:
2568: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2569: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2570: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2571: types/pa_vstatus.h: classes hash now contains only
2572: VStateless_class derived objects, .CLASS is also allways
2573: VStateless_class derived object (related to feature #1051).
2574:
2575: 2016-04-06 moko
2576:
2577: * tests/results/323.processed: test result updated after feature
2578: #1051 implementation
2579:
2580: * src/: classes/classes.h, classes/op.C, classes/response.C,
2581: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2582: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2583: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2584: types/pa_vresponse.C, types/pa_vresponse.h,
2585: types/pa_vstateless_class.h: base -> methoded_donor for static
2586: classes, type() moved from VStateless_class to VClass and
2587: Methoded (implements feature #1051)
2588:
2589: 2016-04-04 moko
2590:
2591: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2592: beauty: put_class added (related to feature #1051)
2593:
2594: 2016-04-01 moko
2595:
2596: * tests/results/: 175.processed, 192.processed, 224.processed,
2597: 229.processed, 244.processed, 246.processed, 316.processed: test
2598: results updated as class.type() removed from error messages, only
2599: type() left (related to feature #1051)
2600:
2601: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2602: classes/op.C, classes/reflection.C, main/compile.y,
2603: main/compile_tools.h, main/execute.C, main/pa_request.C,
2604: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2605: types/pa_vmethod_frame.h, types/pa_vobject.h,
2606: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2607: from VStateless_class, type() is used instead (related to feature
2608: #1051)
2609:
2610: * src/classes/mail.C: old logic restored.
2611:
2612: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2613: classes/classes.h, classes/curl.C, classes/date.C,
2614: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2615: classes/hashfile.C, classes/image.C, classes/inet.C,
2616: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2617: classes/memcached.C, classes/memory.C, classes/reflection.C,
2618: classes/regex.C, classes/response.C, classes/string.C,
2619: classes/table.C, classes/xdoc.C, classes/xnode.C,
2620: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2621: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2622: feature #1051)
2623:
2624: 2016-03-30 moko
2625:
2626: * tests/: 327.html, results/224.processed, results/327.processed:
2627: test for TZ specification in ^date::create[], TZ is kept during
2628: ^date::create[$dt] (related to feature #1048)
2629:
2630: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
2631: ^date::create[], TZ is kept during ^date::create[$dt] (implements
2632: feature #1048)
2633:
2634: 2016-03-29 moko
2635:
2636: * tests/: 315.html, results/315.processed: test for timezone format
2637: +HHmm added (related to feature #1065)
2638:
2639: * src/classes/date.C: timezone format +HHmm now supported
2640: (implements feature #1065)
2641:
2642: 2016-03-28 moko
2643:
2644: * tests/: 202.html, results/131.processed, results/202.processed,
2645: results/224.processed, results/256.processed,
2646: results/315.processed: test results updated after %.2d now
2647: default for hours offset in iso-string (was %2d), test for
2648: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2649: added (related to feature #1065)
2650:
2651: 2016-03-27 moko
2652:
2653: * src/types/pa_vdate.C: '+' sign for zero offset (related to
2654: feature #1065)
2655:
2656: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2657: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
2658: added (implements feature #1065)
2659:
2660: 2016-03-24 moko
2661:
2662: * tests/: 202.html, results/202.processed: test $date.week added
2663: (related to bug #1067)
2664:
2665: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
2666: date (fix for bug #1067)
2667:
2668: 2016-03-10 moko
2669:
2670: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
2671:
1.102 moko 2672: 2015-12-07 moko
2673:
2674: * tests/: 326.html, results/326.processed: test for .CLASS &
2675: .CLASS_NAME optimization added (related to feature #844)
2676:
2677: 2015-11-17 moko
2678:
2679: * tests/: 323.html, results/323.processed: order added
2680:
2681: * tests/: 325.html, results/325.processed: double range test added
2682: (related to bug #1049)
2683:
2684: 2015-11-16 moko
2685:
2686: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
2687: added to disallow NaN and Infinity (fixes bug #1049)
2688:
2689: 2015-11-11 moko
2690:
2691: * tests/324.html: parser 3.4.3 execution support added (related to
2692: feature #1017)
2693:
2694: * tests/: 324.html, results/324.processed: test for
2695: GET_ELEMENT4CALL feature added (feature #1017)
2696:
1.101 moko 2697: 2015-10-29 moko
2698:
2699: * operators.txt: updated for 3.4.4
2700:
2701: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
2702:
2703: * src/main/pa_exec.C: get_exit_status implemented for Windows
2704: (related to bug #1043)
2705:
2706: 2015-10-28 moko
2707:
2708: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
2709: hangup during ^file::exec (fixes bug #1043)
2710:
1.100 moko 2711: 2015-10-27 moko
2712:
2713: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
2714:
1.99 moko 2715: 2015-10-26 moko
2716:
1.100 moko 2717: * tests/322.html, src/classes/reflection.C: arguments reorder
2718: (related to issue #1041)
2719:
2720: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
2721: Copyright year updated
2722:
1.99 moko 2723: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
2724: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
2725: classes/form.C, classes/hash.C, classes/hashfile.C,
2726: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
2727: classes/mail.C, classes/math.C, classes/memcached.C,
2728: classes/memory.C, classes/op.C, classes/reflection.C,
2729: classes/regex.C, classes/response.C, classes/string.C,
2730: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
2731: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
2732: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
2733: include/pa_config_fixed.h, include/pa_config_includes.h,
2734: include/pa_dictionary.h, include/pa_dir.h,
2735: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2736: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2737: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2738: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2739: include/pa_request_charsets.h, include/pa_request_info.h,
2740: include/pa_sapi.h, include/pa_socks.h,
2741: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2742: include/pa_stack.h, include/pa_string.h,
2743: include/pa_stylesheet_connection.h,
2744: include/pa_stylesheet_manager.h, include/pa_table.h,
2745: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
2746: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
2747: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
2748: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
2749: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
2750: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
2751: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
2752: main/compile.y, main/compile_tools.C, main/compile_tools.h,
2753: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
2754: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
2755: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
2756: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
2757: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
2758: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
2759: main/pa_string.C, main/pa_stylesheet_connection.C,
2760: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
2761: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
2762: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
2763: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
2764: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
2765: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
2766: targets/isapi/parser3isapi.C, types/pa_junction.h,
2767: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2768: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
2769: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
2770: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
2771: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
2772: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
2773: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
2774: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
2775: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
2776: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
2777: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
2778: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
2779: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2780: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
2781: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
2782: types/pa_vresponse.C, types/pa_vresponse.h,
2783: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2784: types/pa_vstateless_object.h, types/pa_vstatus.C,
2785: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2786: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2787: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2788: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2789: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2790:
2791: * src/targets/cgi/parser3.C: year updated
2792:
2793: * src/classes/reflection.C: VS2003 compatibility fixed (related to
2794: issue #1041)
2795:
2796: * tests/: 323.html, results/323.processed: test for base classes
2797: added
2798:
2799: * tests/: 261.html, results/261.processed: updated after better
2800: error reporting done for $string.key exception
2801:
2802: * src/types/pa_vstring.h: better error report for $string.key
2803: exception
2804:
2805: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
2806: copied as VObject::get_element4call to remove extra virtual call
2807:
2808: * tests/: 322.html, results/322.processed: test for
2809: ^reflection:is[] added (related to feature #1041)
2810:
2811: * src/classes/reflection.C: ^reflection:is empty value is void
2812: (related to feature #1041)
2813:
2814: * src/classes/reflection.C:
2815: ^reflection:is[class_name|code|method;[context;]element_name]
2816: added (implements feature #1041)
2817:
2818: 2015-10-24 moko
2819:
2820: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
2821:
1.98 moko 2822: 2015-10-22 moko
2823:
2824: * tests/: 321.html, results/321.processed: test for
2825: ^reflection:method_info[] file detection added
2826:
2827: * tests/: 320.html, results/320.processed: test for
2828: ^reflection:class_by_name[class_name] added (related to feature
2829: #993)
2830:
2831: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
2832: added (implements feature #993)
2833:
2834: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
2835: (related to feature #1017)
2836:
2837: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
2838: added (related to issue #1039)
2839:
2840: * src/main/pa_request.C: ^throw origin fixed (related to feature
2841: #1039)
2842:
2843: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
2844: for VDate
2845:
2846: * tests/results/182.processed: updated after feature #1038
2847: implemented
2848:
2849: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
2850: compile-time exception origin added (test for feature #1039)
2851:
2852: * src/: include/pa_request.h, main/compile.C, main/compile.y,
2853: main/pa_request.C: exception unification: compile-time exceptions
2854: now have origin, @USE origins also tracked (implements feature
2855: #1039)
2856:
2857: 2015-10-20 moko
2858:
2859: * src/main/pa_request.C: cleanup
2860:
2861: 2015-10-15 moko
2862:
2863: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
2864:
2865: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
2866: types/pa_vtable.C: new feature: no more $table.method and
2867: $hash.method, aliases for _at, _count, _key (related to feature
2868: #1017)
2869:
1.97 moko 2870: 2015-10-14 moko
2871:
1.98 moko 2872: * tests/: 317.html, results/317.processed: test for
2873: ^string.unescape[] added (related to feature #120)
2874:
1.97 moko 2875: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
2876: defined" bug (described in issue #1036)
2877:
2878: * tests/: 247.html, results/247.processed: test for checkBOM added
2879: (test for bug #1037)
2880:
2881: * src/: include/pa_charsets.h, main/pa_charsets.C,
2882: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
2883: it's not enforced, skips BOM signature if it complies charset
2884: (fixes bug #1037)
2885:
2886: 2015-10-13 moko
2887:
2888: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
2889: linking
2890:
2891: * src/classes/inet.C: vs2003 compilation fix
2892:
2893: * src/classes/math.C: warning war
2894:
2895: * src/lib/punycode/pa_punycode.c: warning war
2896:
2897: 2015-10-12 moko
2898:
2899: * src/lib/punycode/pa_punycode.c: warning war
2900:
2901: * parser3.sln: moved parser3 first, to make it default startup
2902: project
2903:
2904: * buildall: parser "mirror" now used for external libs sources
2905: (implements feature #1036)
2906:
2907: * buildall: most external libs are updated to their current
2908: versions (related to feature #1036)
2909:
2910: * src/classes/image.C: more tags added
2911:
2912: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
2913:
2914: 2015-10-11 moko
2915:
2916: * src/classes/curl.C: minor optimization (related to feature #1035)
2917:
2918: 2015-10-09 moko
2919:
2920: * src/classes/curl.C: pa_strdup added for strings from curl
2921: (related to feature #1035)
2922:
2923: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
2924: ULLONG_MAX definition
2925:
2926: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
2927: (implements feature #1035)
2928:
2929: * src/main/pa_charset.C: String::Body(String::C) used
2930:
2931: * src/main/pa_charset.C: exceptions unified
2932:
2933: * src/: include/pa_charset.h, main/pa_charset.C: declarations
2934: unified
2935:
2936: * src/: classes/file.C, classes/image.C, classes/mail.C,
2937: classes/op.C, classes/xdoc.C, classes/xnode.C,
2938: include/pa_string.h, main/pa_request.C, main/pa_string.C,
2939: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
2940: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
2941: String::Body(String::C) constructor added (related to bug #957)
2942:
2943: * src/classes/file.C: minor optimization
2944:
2945: * src/include/pa_hash.h: hash.get(char*) added, to minimize
2946: Cord(char*) autocreation (related to bug #957)
2947:
2948: * src/: classes/string.C, main/untaint.C: minor optimizations
2949:
2950: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
2951: String(char*, Lang, length) removed, String(C(), Lang) used
2952: instead (related to bug #957)
2953:
2954: 2015-10-08 moko
2955:
2956: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
2957: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
2958: main/untaint.C: Now char * is converted to CORD only using
2959: AS_CORD() to check for empty cord bug (fixes bug #957)
2960:
2961: * src/include/pa_hash.h: fixed compilation without
2962: HASH_CODE_CACHING
2963:
2964: * src/classes/string.C:
2965: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
2966: feature #120)
2967:
2968: * src/main/pa_common.C: reduce js flags checks count (related to
2969: feature #120)
2970:
1.96 moko 2971: 2015-10-07 moko
2972:
2973: * tests/: 275.html, results/275.processed: test modified after
2974: unsigned long long int support implemented (feature #1034)
2975:
2976: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
2977: pa_atoul added for unsigned long long int support
2978:
2979: 2015-10-06 moko
2980:
2981: * src/types/pa_vdate.C: INT_MAX used
2982:
2983: 2015-10-03 moko
2984:
2985: * tests/: 302.html, results/302.processed: test for bug #1023
2986: (\u2028, \u2029 escaping) added
2987:
2988: * src/main/untaint.C: \u2028, \u2029 are now escaped in
2989: json:string[] (fixes bug #1023)
2990:
2991: 2015-09-29 moko
2992:
2993: * tests/305.html: try-catch added for OS without ipv6 support
2994:
2995: * src/lib/json/pa_json.C: more unique prefixes for Solaris
2996: compilation
2997:
2998: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
2999: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3000: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3001: implemented to distinguish ^hash.method from $hash.field
3002: (implements feature #1017)
3003:
3004: * src/lib/punycode/pa_punycode.c: warning war
3005:
3006: * src/include/pa_config_includes.h: warning war
3007:
3008: * src/include/pa_config_includes.h: pragma warning actualized a bit
3009:
3010: * src/include/pa_config_includes.h: warning war
3011:
3012: * src/include/pa_hash.h: clang compilation fix
3013:
3014: 2015-09-27 moko
3015:
3016: * src/main/compile.tab.C: Bison 3 is now default
3017:
3018: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3019:
3020: 2015-09-25 moko
3021:
3022: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3023: works with undefined HASH_ORDER (related to feature #196)
3024:
3025: 2015-09-24 moko
3026:
3027: * tests/: 027.html, results/027.processed: test modified to test
3028: ^hash.sort (feature #196)
3029:
3030: * src/: classes/hash.C, include/pa_hash.h:
3031: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3032: added (implements feature #196)
3033:
3034: * tests/: 316.html, results/316.processed: Added test for bug #1025
3035: (exception handling in non-cached ^cache), plus for "it does not
3036: have logical value" and "$exception.handled value must be either
3037: boolean or string 'cache'" exceptions.
3038:
3039: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3040: code (fixes bug #1025)
3041:
1.95 moko 3042: 2015-09-23 moko
3043:
3044: * src/classes/table.C: warning war
3045:
3046: * src/: classes/math.C, types/pa_vcookie.C: warning war
3047:
3048: * src/classes/file.C: warning war
3049:
3050: * src/: include/pa_table.h, main/pa_table.C: warning war
3051:
3052: * src/: main/pa_request.C, classes/date.C: warning war
3053:
3054: * src/: types/pa_vdate.C, classes/op.C: warning war
3055:
3056: * tests/: 122.html, results/122.processed: win sync: to remove
3057: differences with OS that doesn't keep timezone change history
3058:
3059: * src/types/pa_vdate.C: tzset() should be called in Windows after
3060: TZ change (related to feature #36)
3061:
3062: * tests/: 075.html, results/075.processed: win sync: to remove
3063: differences with OS that doesn't keep timezone change history
3064:
3065: * tests/: 315.html, results/315.processed: win sync: to remove
3066: differences with OS that doesn't keep timezone change history
3067:
3068: * tests/: 256.html, results/256.processed: win sync: to remove
3069: differences with OS that doesn't keep timezone change history
3070:
3071: * tests/: 124.html, results/124.processed: win results sync: to
3072: avoid hitting time change hole.
3073:
3074: * src/types/pa_vdate.C: static returned. :)
3075:
3076: 2015-09-22 moko
3077:
3078: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3079:
3080: * tests/results/131.processed: more tests for feature #1032
3081:
3082: * src/classes/date.C: minor fix related to feature #1032
3083:
3084: * operators.txt: ISO date creation documented (related to feature
3085: #1032)
3086:
3087: * operators.txt: iso-string documented (related to feature #1032)
3088:
3089: * tests/: 315.html, results/315.processed: more tests added
3090: (related to feature #1032)
3091:
3092: * tests/: 131.html, results/131.processed: date range checks
3093: updated (related to feature #36)
3094:
3095: * tests/: 315.html, results/057.processed, results/315.processed:
3096: test added for ISO date support (related to issue #315)
3097:
3098: * src/classes/date.C: more readable exceptions in date creation
3099: (related to ticket #1032)
3100:
3101: 2015-09-18 moko
3102:
3103: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3104: added (related to issue #1032)
3105:
3106: * tests/results/256.processed, src/classes/json.C: iso-string
3107: documented (related to issue #1032)
3108:
3109: * tests/: 256.html, results/256.processed: ISO date check added
3110: (related to issue #1032)
3111:
3112: * tests/: 057.html, results/057.processed, results/224.processed:
3113: tests results updated after ISO date support implemented (related
3114: to feature #1032)
3115:
3116: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3117: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3118: ^date::create[string] constructor formalized, ^date.iso-string[]
3119: added (implements feature #1032)
3120:
3121: 2015-09-05 moko
3122:
3123: * operators.txt: actualized
3124:
3125: * operators.txt: date changes documented (related to ticket #36)
3126:
3127: 2015-09-04 moko
3128:
3129: * src/types/pa_vdate.C: warning war
3130:
3131: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3132:
3133: 2015-09-03 moko
3134:
3135: * tests/results/096.processed: test result updated for 0..9999 year
3136: date range support (related to feature #36)
3137:
3138: * tests/: 314.html, results/314.processed: test for
3139: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3140: bug #1031)
3141:
3142: * src/classes/string.C: Static calls fixed for ^string:base64[],
3143: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3144:
1.116 moko 3145: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3146: configure.in -> configure.ac
1.95 moko 3147:
1.116 moko 3148: * configure, configure.in, src/include/pa_config_auto.h.in: more
3149: correct timezone check for FreeBSD Warning war: configure.in ->
3150: configure.ac
1.95 moko 3151:
3152: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3153: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3154: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3155: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3156: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3157: src/main/Makefile.am, src/targets/apache/Makefile.am,
3158: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3159: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3160: check added
3161:
3162: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3163:
3164: * tests/results/: 124.processed, 224.processed: test resuls updated
3165: for new date implementation (related to feature #36)
3166:
3167: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3168: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3169: types/pa_vdate.h: new double date implementation with internal
3170: support for extended 0..9999 year range, default timezone support
3171: (related to feature #36)
3172:
3173: 2015-08-28 moko
3174:
3175: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3176: (fixes bug #1030)
3177:
3178: 2015-08-21 moko
3179:
3180: * src/classes/inet.C: snprintf size "bug" commented
3181:
3182: * src/main/pa_common.C: snprintf comments updated
3183:
3184: 2015-08-16 moko
3185:
3186: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3187:
3188: 2015-08-11 moko
3189:
3190: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3191: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3192: can be null (fixes bug #1029)
3193:
3194: 2015-08-06 moko
3195:
1.116 moko 3196: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3197: pa_vdate.C added
1.95 moko 3198:
3199: 2015-08-05 moko
3200:
3201: * tests/: 313.html, results/313.processed: test for
3202: ^table.count[columns] and ^table.flip[] with nameless tables
3203: (feature #1003)
3204:
3205: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3206: max_cell added, now ^table.count[columns] and ^table.flip[] works
3207: correctly for nameless tables (implements feature #1003)
3208:
3209: 2015-08-03 moko
3210:
3211: * tests/312.html: test for ^table.append[$hash] and
3212: ^table.insert[$hash] added (related to feature #1028)
3213:
3214: * src/classes/table.C: ^table.append[$hash] and
3215: ^table.insert[$hash] now supported (implements feature #1028)
3216:
3217: * tests/: 312.html, results/312.processed: test row copy in
3218: ^table.hash[; $.type[table] ] added (related to feature #1016)
3219:
3220: * src/classes/table.C: row copy now created in ^table.hash[;
3221: $.type[table] ] (related to feature #1016)
3222:
3223: 2015-07-29 moko
3224:
3225: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3226: added (related to feature #1016)
3227:
3228: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3229: ^table.delete[] added to delete current row (related to feature
3230: 1016)
3231:
3232: 2015-07-28 moko
3233:
3234: * tests/: 312.html, results/312.processed: test for
3235: $table.column[value] and ^table.insert{row} (related to feature
3236: #1016)
3237:
3238: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3239: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3240: ^table.insert{row} are now implemented (feature #1016)
3241:
3242: * src/include/pa_array.h: Optimization: bool reverse removed from
3243: append(), insert() added, memmove arguments order in remove()
3244: fixed (related to feature #1016)
3245:
3246: 2015-07-23 moko
3247:
3248: * src/classes/json.C: tainted json and empty json exception added
3249: (implements feature #1015)
3250:
3251: * tests/: 311.html, results/311.processed: empty json and tainted
3252: json exception test added (related to issue #1015)
3253:
3254: 2015-07-22 moko
3255:
3256: * tests/: 311.html, results/311.processed: test for UTF-8
3257: processing added
3258:
3259: * tests/: 311.html, results/311.processed: test for
3260: json_exception_with_source added (related to issue #394)
3261:
3262: * src/classes/json.C: json_exception_with_source added (implements
3263: feature #394)
3264:
3265: 2015-06-29 moko
3266:
3267: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3268: directories are now correctly determined if _d_type == DT_UNKNOWN
3269: (closes bug #1027)
3270:
3271: 2015-06-10 moko
3272:
3273: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3274: error if libxml has LIBXML_ICU_ENABLED.
3275:
3276: 2015-06-04 moko
3277:
3278: * tests/099.html: ups, reverting
3279:
3280: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3281: results/310.processed: tests for $response:body[ $.file[] ] and
3282: $response:last-modified added
3283:
3284: * src/main/pa_request.C: last-modified check fixed
3285:
3286: 2015-06-03 moko
3287:
3288: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3289: results/205.processed, results/293.processed: $response:headers
3290: logging added (tests for feature #1007)
3291:
3292: * src/: include/pa_common.h, include/pa_request.h,
3293: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3294: $response:headers are now in uppercase (closes feature #1007)
3295:
3296: 2015-06-02 moko
3297:
3298: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3299: build errors reverted for clang compatibility
3300:
3301: 2015-06-01 moko
3302:
3303: * src/include/pa_memory.h: -pedantic build errors fixed
3304:
3305: * src/classes/math.C: -pedantic build error fixed
3306:
3307: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3308:
3309: 2015-05-31 moko
3310:
3311: * src/classes/table.C: USE_STRINGSTREAM optimized
3312:
3313: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3314: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3315: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3316: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3317: types/pa_vxnode.h: warning war (-pedantic flag)
3318:
3319: 2015-05-28 moko
3320:
3321: * tests/: 308.html, results/308.processed: test for
3322: ^table::create[$t;], etc work added (related to bug #975)
3323:
3324: * src/classes/table.C: check_option_param removed,
3325: ^table::create[$t;], etc now works (fixes bug #975)
3326:
3327: 2015-05-27 moko
3328:
3329: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3330: (Debian jessie) fixed (closes issue #1024)
3331:
3332: * tests/Makefile: sort added as in Debian jessie list become
3333: unsorted
3334:
3335: 2015-05-18 moko
3336:
3337: * tests/: 201.html, results/201.processed: test for
3338: ^string.trim[what] feature #1022
3339:
3340: * src/classes/string.C: ^string.trim[what] now supported,
3341: implements feature #1022
3342:
3343: 2015-05-17 moko
3344:
3345: * tests/results/185.processed: test result updated as feature #1021
3346: implemented (left/right accept negative parameter)
3347:
3348: * src/classes/string.C: left/right now accept negative parameter
3349: (implements feature #1021)
3350:
3351: 2015-05-08 moko
3352:
3353: * src/classes/math.C: isalnum -> pa_isalnum
3354:
3355: * src/main/execute.C: optimization in getter-junction processing
3356: (related to issue #997)
3357:
3358: 2015-05-07 moko
3359:
3360: * tests/: 307.html, results/307.processed: test for issue #997
3361: added
3362:
3363: * src/main/execute.C: process_getter result now checked if junction
3364: returned (closes issue #997)
3365:
3366: * tests/: 305.html, results/305.processed: sort added to ignore
3367: different order
3368:
3369: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3370: assignment (closes issue #994)
3371:
3372: * tests/: 306.html, results/306.processed: test for issue #994
3373: added
3374:
3375: * tests/: 303.html, results/303.processed: two more errors tested
3376:
3377: 2015-05-06 moko
3378:
3379: * tests/: 305.html, results/305.processed: test for name2ip &
3380: ip2name added (related to feature #992)
3381:
3382: * tests/: 303.html, 304.html, results/303.processed,
3383: results/304.processed: tests for idna conversion added (related
3384: to issue #849)
3385:
3386: 2015-05-02 moko
3387:
3388: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3389: implemented
3390:
3391: 2015-04-30 moko
3392:
3393: * src/main/pa_http.C: idna_host added, related to issue #849
3394:
3395: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3396: (related to issue #849)
3397:
3398: 2015-04-24 moko
3399:
3400: * src/types/pa_vjunction.C: warning war
3401:
3402: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3403: unification
3404:
3405: * src/lib/punycode/pa_idna.c: warning war
3406:
3407: 2015-04-22 moko
3408:
3409: * src/main/main.vcproj: punycode include path added
3410:
3411: * src/lib/punycode/pa_idna.c: windows compile error fixed
3412:
3413: * src/lib/punycode/pa_idna.c: warning war
3414:
3415: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3416: project file added
3417:
3418: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3419:
3420: * src/include/pa_memory.h: warning war
3421:
3422: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3423: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3424: implemented (related to feature #849)
3425:
3426: * configure.in, src/main/Makefile.am,
3427: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3428: libpunycode added in Unix
3429:
3430: 2015-04-21 moko
3431:
3432: * configure.in: large files support
3433:
3434: 2015-04-15 moko
3435:
3436: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3437: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3438: pa_punycode.h: initial version for punycode/idna support library
3439: (ticket #849)
3440:
3441: 2015-04-08 moko
3442:
3443: * src/: classes/curl.C, classes/date.C, classes/file.C,
3444: classes/image.C, classes/mail.C, classes/reflection.C,
3445: classes/string.C, classes/xnode.C, include/pa_request.h,
3446: include/pa_string.h, include/pa_stylesheet_connection.h,
3447: main/compile.y, main/compile_tools.h, main/execute.C,
3448: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3449: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3450: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3451: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3452: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3453: clang compiler warnings (closes issue #1018)
3454:
3455: * src/include/pa_string.h: String::Body comparation operators with
3456: char * added (related to issue #958)
3457:
3458: 2015-04-07 moko
3459:
3460: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3461: pa_malloc/pa_free to remove system malloc/free usage (related to
3462: issue #1018)
3463:
3464: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3465: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3466: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3467: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3468: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3469: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3470: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3471: malloc/strdup/free replaced with pa_ version and checks for
3472: accidental use of non-pa_ version added (related to issue #1018)
3473:
3474: 2015-04-03 moko
3475:
3476: * buildall: pcre-8.33 -> pcre-8.36
3477:
3478: * src/: main/compile.y, classes/form.C, classes/mail.C,
3479: classes/op.C, classes/string.C, main/compile.tab.C,
3480: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3481: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3482: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3483: ticket #958)
3484:
3485: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3486: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3487: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3488: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3489: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3490: $request:headers, $request:method added (implements feature
3491: #1007)
3492:
3493: 2015-03-17 misha
3494:
3495: * tests/302.html: - test for
3496: ^json:string[...;$._default[method-name]]
3497:
3498: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3499: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3500: option $._default[method-name] is specified in ^json:string[], a
3501: method with specified name will be called for classes/objects
3502: serialization ( new feature: #982 )
3503:
3504: 2015-03-16 misha
3505:
3506: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3507: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3508: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3509: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3510: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3511: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3512: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3513: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3514: types/pa_vrequest.h, types/pa_vstateless_class.C,
3515: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3516: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3517: $var.CLASS_NAME now have special opcodes. This can be switched
3518: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3519: on pa_opcode.h ( new feature: #844 )
3520:
3521: 2015-03-15 misha
3522:
3523: * tests/075.html: - test for $response:header[]
3524:
3525: * src/types/pa_vresponse.C: - $response:header[] deletes header
3526: that was set earlie ( new feature: #1001 )
3527:
3528: 2015-03-12 misha
3529:
3530: * tests/246.html: - more tests for ^hash._at[]
3531:
3532: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3533: accepts second param [key|value|hash] ( new feature: #1012 )
3534:
3535: 2015-03-09 moko
3536:
3537: * src/types/pa_vmail.C: exception for everything but
3538: $mail:received, closes issue #1011
3539:
3540: 2015-02-20 moko
3541:
3542: * tests/: 275.html, results/275.processed: hex detection in
3543: pa_atoui fix test (closes issue #1010)
3544:
3545: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3546: issue #1010)
3547:
3548: 2015-02-17 moko
3549:
3550: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3551: tainted.
3552:
3553: 2015-02-03 misha
3554:
3555: * tests/301.html: - test for ^json:string($double) causes
3556: exception. bugfix: #1008
3557:
3558: * src/classes/json.C: - ^json:string($double) causes exception.
3559: bugfix: #1008
3560:
3561: * tests/014.html: - updated for work with ^hash.delete[]
3562:
3563: 2015-01-12 misha
3564:
3565: * src/: classes/form.C, include/pa_common.h,
3566: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3567: types/pa_vform.h: - supports body with PUT method as well ( new
3568: feature: #1006 )
3569:
3570: * src/classes/file.C: - warnings war
3571:
3572: 2015-01-11 misha
3573:
3574: * tests/300.html: - test for ^hash.delete[] is added
3575:
3576: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3577: feature: #989 ) - tiny optimization in intersects
3578:
3579: 2015-01-06 moko
3580:
3581: * src/types/pa_vmail.C: file names transcode added, to and cc added
3582: with transcode, attachments detection fixed
3583:
3584: * src/main/pa_request.C: filling mail received after cgi/auto.p
3585: load to allow charset switch (related to issue #996)
3586:
3587: 2014-12-31 moko
3588:
3589: * src/types/pa_vmail.C: from and subject now transcoded if not
3590: UTF-8 source charset (fixes issue 996)
3591:
3592: * src/main/pa_exception.C: fixed string from stack bug (closes
3593: issue #1000)
3594:
3595: 2014-12-11 misha
3596:
3597: * src/types/pa_vhashfile.C: - check if key is not empty before
3598: access ( bug fix: #1005 )
3599:
3600: 2014-11-13 misha
3601:
3602: * src/main/compile.y: - PC.append does not reset to false while
3603: creating a new class. bugfix: #990
3604:
3605: * tests/299.html: - test for creation class after working with
3606: partial class (create+append)
3607:
3608: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3609: #995
3610:
3611: * tests/232.html: - test for @get[def] added
3612:
3613: 2014-10-12 moko
3614:
3615: * src/lib/pcre/pcre_internal.vcproj: correct path
3616:
3617: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3618: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3619: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3620: targets/apache/ApacheModuleParser3.vcproj,
3621: targets/apache/ApacheModuleParser3Core.vcproj,
3622: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3623: types/types.vcproj: project GUID inserted in *.vcproj for correct
3624: conversion in newer VS versions
3625:
3626: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3627: pcre_internal.vcproj added
3628:
3629: 2014-08-28 moko
3630:
3631: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
3632: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
3633: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
3634:
3635: 2014-06-30 misha
3636:
3637: * tests/298.html: - tests for ^reflection:def[class;className]
3638: added
3639:
3640: * src/classes/reflection.C: - ^reflection:def[class;className]
3641: added ( new feature: #918 )
3642:
3643: 2014-06-29 misha
3644:
3645: * src/classes/table.C: - ^table::create[unsupported data] -
3646: exception comment changed to "body must be table or code" ( bug
3647: fix: #951 )
3648:
3649: * tests/: 261.html, results/261.processed: - tests for
3650: ^json:string[...;$.void[null|string]] added
3651:
3652: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
3653: option $.void[string|null] added to ^json:string[...] ( new
3654: feature: #952 )
3655:
3656: 2014-06-28 moko
3657:
3658: * src/classes/curl.C: $.charset now processed before other curl
3659: options (closes issue #980)
3660:
3661: 2014-05-23 misha
3662:
3663: * src/classes/json.C: - bug fix: #987
3664:
3665: 2014-05-04 misha
3666:
3667: * tests/: 253.html, 253_json.txt: - test for
3668: ^json:parse[$.int(false)] is added
3669:
3670: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
3671: default true). The option is similar to $.double(bool) but for
3672: integers.
3673:
3674: 2014-05-01 moko
3675:
3676: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
3677: #12 )
3678:
3679: 2014-04-16 moko
3680:
3681: * src/main/pa_http.C: response-charset option should finally work
3682: now (fix for issue #867)
3683:
3684: * src/main/pa_http.C: response-charset option should work now (fix
3685: for issue #867)
3686:
3687: 2014-03-07 moko
3688:
3689: * buildall: libgc moved
3690:
3691: * buildall: libgc moved
3692:
3693: 2013-12-29 moko
3694:
3695: * src/classes/string.C: ^string:js-unescape result now tainted,
3696: closes issue #966
3697:
3698: * tests/: 186.html, results/186.processed: ^string:js-unescape
3699: result now tainted, issue #966
3700:
3701: 2013-12-03 moko
3702:
3703: * src/: classes/memcached.C, types/pa_vmemcached.C,
3704: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
3705: option was added for http://www.parser.ru/forum/?id=79343
3706:
3707: * src/classes/file.C: bugfix for
3708: http://www.parser.ru/forum/?id=79337
3709:
3710: 2013-11-05 moko
3711:
3712: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
3713:
3714: * src/main/pa_globals.C: spelling fixed
3715:
3716: 2013-10-29 moko
3717:
3718: * src/lib/json/json.vcproj: json.c -> pa_json.C
3719:
3720: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
3721: #892
3722:
3723: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
3724: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
3725: exceptions to be thrown thougth json library), related to issue
3726: #892
3727:
3728: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
3729: related to issue #896
3730:
3731: 2013-10-24 moko
3732:
3733: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
3734:
3735: 2013-10-23 moko
3736:
3737: * README: actualization
3738:
3739: 2013-10-22 moko
3740:
3741: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
3742: compatibility patch from Sergey Kirpichev
3743:
3744: * tests/: 297.html, results/297.processed: non-working getter fix
3745: test for issue #948
3746:
3747: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
3748: called when saving value of $match variable in ^string.match[] to
3749: increase compatibility (related to issue #948).
3750:
3751: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
3752: usage optimization
3753:
3754: 2013-10-21 moko
3755:
3756: * tests/: 182.html, results/182.processed: local path removed for
3757: compatibility
3758:
3759: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
3760: results/244.processed, results/253.processed,
3761: results/254.processed, results/275.processed,
3762: results/281.processed: try_catch -> try-catch
3763:
3764: * tests/: 288.html, 294.html, 296.html, results/288.processed,
3765: results/294.processed, results/296.processed: try_catch ->
3766: try-catch
3767:
3768: 2013-10-20 moko
3769:
3770: * tests/: 296.html, results/296.processed: test for xsl exception
3771: for issue #938 added.
3772:
3773: * src/: include/pa_xml_exception.h,
3774: main/pa_stylesheet_connection.C: forgotten to be replaced
3775: XmlException is now replaced (once again closes issue #938)
3776:
3777: 2013-10-19 misha
3778:
3779: * bin/auto.p.dist.in: - more mime-types are added
3780:
3781: 2013-10-18 moko
3782:
3783: * buildall: disable clock_gettime detection to avoid librt linking
3784: (which in turn depends on libpthread), related to issue #943
3785:
3786: 2013-10-18 misha
3787:
3788: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
3789: lib/smtp/smtp.vcproj, main/main.vcproj,
3790: targets/apache/ApacheModuleParser3Core.vcproj,
3791: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3792: types/types.vcproj: - new locations for libxml2 includes where
3793: added to vcproj files
3794:
3795: 2013-10-18 moko
3796:
3797: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
3798: fix
3799:
3800: * tests/: 295.html, results/295.processed: test for issue #948
3801: updated
3802:
3803: * src/classes/table.C: hopefully last lost part for issue #948 fix.
3804: :)
3805:
3806: * tests/: 295.html, results/295.processed: test for issue #948
3807: added
3808:
3809: * src/: classes/hash.C, classes/string.C, classes/table.C,
3810: include/pa_request.h, types/pa_method.h: for getters and setters
3811: to be executed request.put_element should be called, not
3812: context.put_element (fixes issue #948)
3813:
3814: 2013-10-17 moko
3815:
3816: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
3817: LIBXML2_NEW_BUFFER check (closes issue #943)
3818:
3819: * buildall: libxml 2.9.1 build is broken --without-reader.
3820:
3821: 2013-10-16 moko
3822:
3823: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
3824:
3825: * tests/: 294.html, results/294.processed: test for issue #938
3826:
3827: * src/: classes/xdoc.C, classes/xnode.C,
3828: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
3829: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
3830:
3831: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
3832: libxslt-1.1.26 -> libxslt-1.1.28
3833:
3834: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
3835: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
3836: to '?', related to issue #938
3837:
3838: 2013-10-15 moko
3839:
3840: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
3841: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
3842: minor optimizations (closes issue #896)
3843:
3844: * tests/results/: 292.processed, 293.processed: results updated to
3845: comply with issue #896
3846:
3847: * tests/: 292.html, 293.html, results/292.processed,
3848: results/293.processed: tests for json escaping
3849:
3850: 2013-10-14 moko
3851:
3852: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
3853: and cleanup, code moved from .h to .C, no changes in code
3854:
3855: 2013-10-12 moko
3856:
3857: * tests/results/119.processed: updated test result commited
3858:
3859: * tests/: 291.html, results/291.processed: test for issue #894
3860: added
3861:
3862: * src/types/pa_wcontext.h: base methods call support function
3863: get_somebody_entered_some_class should not be true forever, as
3864: wcontext can have many get_elements calls (fixes issue #894)
3865:
3866: 2013-10-11 moko
3867:
3868: * tests/: 290.html, results/290.processed: test for junction GPF
3869: issue #942 added
3870:
3871: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
3872: to native method fixed (closes issue #942)
3873:
3874: * tests/: 158.html, results/158.processed: test for csv-string[]
3875: added
3876:
3877: * src/classes/table.C: minor fixes for table.csv-string[] (closes
3878: feature #907)
3879:
3880: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
3881: feature #907)
3882:
3883: 2013-10-09 moko
3884:
3885: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
3886: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
3887: types/pa_vstateless_class.C: GET_default, SET_default now works
3888: properly not only in objects, but in classes as well (closes
3889: issue #903)
3890:
3891: * tests/: 289.html, results/289.processed: GET/SET_default now
3892: works in classes, not only objects, test case added, related to
3893: issue #903
3894:
3895: * tests/: 288.html, results/288.processed: test for endless
3896: recursion bug added (related to issue #903)
3897:
3898: 2013-10-05 moko
3899:
3900: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
3901: classes/table.C, main/execute.C, types/pa_method.h,
3902: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
3903: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
3904: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
3905: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
3906: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
3907: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
3908: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
3909: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
3910: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
3911: optimization: put_element no longer has "bool areplace" argument,
3912: related to issue #903
3913:
3914: 2013-10-03 moko
3915:
3916: * tests/results/182.processed: result for $.replace(false) test
3917: commited
3918:
3919: * src/classes/date.C: ^date::create(number) processed correctly
3920: (fixes issue #901)
3921:
3922: * src/classes/image.C: as_no_junction removed, as param can be
3923: expression (closes issue #931)
3924:
3925: * tests/233.html: test for issue #931 added
3926:
3927: 2013-10-02 moko
3928:
3929: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
3930: modified, test for $.replace(false) added
3931:
3932: * src/main/compile_tools.h: forgotten class replace returned. :)
3933:
3934: 2013-09-30 moko
3935:
3936: * tests/: 141.html, results/141.processed: md5 tainting test added
3937:
3938: * src/: classes/op.C, include/pa_request.h, main/compile.y,
3939: main/compile_tools.h, main/pa_request.C: allow_class_replace
3940: implemented; $.replace option added to ^process and ^use
3941:
3942: 2013-08-27 moko
3943:
3944: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
3945: cstr_to_string_body_untaint should be called with charsets for
3946: possible uri language and connection for possible sql language.
3947: related to issue #857
3948:
3949: * buildall: and -> or fixed
3950:
3951: 2013-08-26 moko
3952:
3953: * buildall: prepare_ functions logic changed to support
3954: gc-7.2d.tar.gz extracting to gc-7.2 directory
3955:
3956: 2013-08-23 moko
3957:
3958: * src/include/pa_config_fixed.h: gc and xml libs are now linked
3959: statically
3960:
3961: 2013-08-22 moko
3962:
3963: * src/classes/string.C: String::Empty used (related to issue #912)
3964: append_know_length removed (related to old GPF bug)
3965:
3966: 2013-08-21 moko
3967:
3968: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
3969:
3970: * src/classes/math.C: ^math:digest[...;$file] support added
3971: (related to ticket #857
3972:
3973: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
3974: implemented
3975:
3976: * src/types/pa_vhashfile.h: warning war
3977:
3978: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
3979: include/pa_request.h, main/pa_request.C, types/pa_value.h:
3980: anti_endless_json_string_recoursion removed from request;
3981: json_string_recoursion added to json_options; $.indent[indent
3982: value] now supported and passed within recoursion closes feature
3983: #937
3984:
3985: * tests/: 287.html, results/287.processed: test for feature #937
3986:
3987: 2013-07-31 moko
3988:
3989: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
3990: compilation having #define _S
3991:
3992: * src/main/pa_globals.C: cleanup
3993:
3994: 2013-07-30 moko
3995:
3996: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
3997: main/pa_common.C: vs2003 warning war
3998:
3999: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4000:
4001: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4002:
4003: * src/lib/md5/pa_sha2.c: warning war
4004:
4005: 2013-07-29 moko
4006:
4007: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4008: patches from github
4009:
4010: * src/: classes/bool.C, classes/double.C, classes/int.C,
4011: classes/memcached.C, include/pa_config_includes.h,
4012: types/pa_vfile.C, types/pa_vfile.h: warning war
4013:
4014: * src/lib/json/json.vcproj: C++ -> C
4015:
4016: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4017:
4018: * src/lib/json/: json.c, pa_json.C: windows compatibility
4019:
4020: * src/lib/json/: json.c, pa_json.C: windows compatibility
4021:
4022: * src/lib/json/: json.c, pa_json.C: warning war
4023:
4024: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4025:
4026: * src/include/pa_config_fixed.h: uint16_t added
4027:
4028: * configure.in: uint16_t check added
4029:
4030: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4031: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4032: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4033: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4034: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4035:
4036: 2013-07-25 moko
4037:
4038: * parser3.sln: dependencies added
4039:
4040: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4041: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4042: module support
4043:
4044: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4045:
4046: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4047:
4048: 2013-07-23 moko
4049:
4050: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4051: PA_DEBUG_GC_MEMORY removed
4052:
4053: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4054: PA_DEBUG_DISABLE_GC compilation fix
4055:
4056: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4057: main/pa_request.C: outdated RESOURCES_DEBUG removed
4058:
4059: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4060: garbage cleanup
4061:
4062: * src/main/pa_common.C: warning war
4063:
4064: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4065:
4066: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4067: minor cleanup
4068:
4069: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4070: uses cygwin, not WIN32 implementation
4071:
4072: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4073: able to exec shell scripts
4074:
4075: * src/classes/math.C: ifdef WIN32 cleanup
4076:
4077: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4078:
4079: * bin/auto.p.dist.in: libpq.so -> libpq.
4080:
4081: * src/classes/curl.C: LT_MODULE_EXT used
4082:
4083: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4084:
4085: 2013-07-22 moko
4086:
4087: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4088: includes fix
4089:
4090: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4091:
4092: * configure.in, src/include/pa_config_includes.h,
4093: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4094: src/main/pa_exec.C: includes cleanup
4095:
4096: * src/targets/cgi/parser3.C: 2012->2013
4097:
4098: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4099:
4100: * configure.in, src/include/pa_config_includes.h,
4101: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4102: src/main/pa_random.C, src/main/pa_socks.C,
4103: src/types/pa_vstatus.C: cygwin support cleanup
4104:
4105: * configure.in: dirent.h check added
4106:
4107: * src/: include/pa_config_includes.h, include/pa_dir.h,
4108: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4109: not copied
4110:
4111: 2013-07-21 moko
4112:
4113: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4114:
4115: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4116: parser3.vcproj: unused getopt.h / getopt.c removed
4117:
4118: * operators.txt, src/classes/file.C, tests/022.html,
4119: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4120: $.stat(true)] usage commented
4121:
4122: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4123: src/main/pa_dir.C: ^file:list[] now has dir column and when
4124: $.stat(true) it has size/*date columns modified patch from misha@
4125: that closes issue #914.
4126:
4127: * src/: include/pa_config_includes.h, main/pa_globals.C:
4128: PA_RELEASE_ASSERTS removed
4129:
4130: * src/lib/md5/pa_md5c.c: minor cleanup
4131:
4132: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4133: localeconv()->decimal_point usage remoed (related to issue #934)
4134:
4135: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4136: cordprnt.c removed
4137:
4138: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4139: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4140: pa-include/pa_strings.h: includes cleanup
4141:
4142: * src/lib/md5/pa_md5c.c: headers cleanup
4143:
4144: 2013-07-20 moko
4145:
4146: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4147: cleanup
4148:
4149: 2013-07-19 moko
4150:
4151: * src/classes/math.C: extern "C" added for crypt
4152:
4153: 2013-07-18 moko
4154:
4155: * src/classes/math.C: fix redhat7.2 build
4156:
4157: 2013-07-17 moko
4158:
4159: * configure.in, src/include/pa_config_includes.h,
4160: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4161: added for uint8/32/64_t)
4162:
4163: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4164: pa_config_includes.h used for uint32/64_t
4165:
4166: 2013-07-16 moko
4167:
4168: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4169: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4170: war
4171:
4172: * src/main/compile.tab.C: compile.y was updated
4173:
4174: * src/main/compile.y: warning war
4175:
4176: * src/: include/pa_exception.h, main/pa_exception.C,
4177: main/pa_xml_exception.C: warning war
4178:
4179: * src/: include/pa_common.h, main/pa_common.C: warning war
4180:
4181: * configure.in: beauty :)
4182:
4183: * tests/: 141.html, results/141.processed: sha256/512 added
4184:
4185: 2013-07-13 moko
4186:
4187: * src/lib/md5/md5.vcproj: sha2 added
4188:
4189: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4190: classes/math.C: sha2 support (sha256/sha512 digest)
4191:
4192: 2013-07-08 moko
4193:
4194: * src/classes/image.C: directory read or other read problem message
4195: fixed (related to issue #933)
4196:
4197: 2013-07-07 moko
4198:
4199: * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
4200: dependense from $charsetsdir directory existance and content (and
4201: UTF-8 is default allready)
4202:
4203: * AUTHORS: + misha + moko. :)
4204:
4205: 2013-07-06 moko
4206:
4207: * src/: classes/curl.C, include/pa_globals.h,
4208: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4209: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4210: for lt_dlinit to be called once and lt_dlexit called at right
4211: place (related to issue #925)
4212:
4213: 2013-07-04 moko
4214:
4215: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4216: VString::as_vfile now uses vfile.set_binary_string to avoid
4217: content-type to be set, as it brokes badly designed logic in
4218: response output. This hopefully finishes issue #928.
4219:
4220: * tests/results/: 256.processed, 286.processed: file now displayed
4221: as name, size, mode, content-type
4222:
4223: * src/main/pa_common.C: read error now reported cottectly (fixes
4224: issue #933
4225:
4226: 2013-06-28 moko
4227:
4228: * tests/: 286.html, results/286.processed: test extended
4229:
4230: * tests/: 286.html, results/286.processed: Test for issue #928
4231: added. it tests default content-type change.
4232:
4233: * src/types/pa_vfile.C: closes issue #928 - default content-type
4234: now updated
4235:
4236: 2013-06-25 moko
4237:
4238: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4239: content-type for text/binary files without name added;
4240: ^file::create[$f;...] options now works properly and $f
4241: properties are default (fixes issue #928)
4242:
4243: 2013-05-16 misha
4244:
4245: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4246: added
4247:
4248: * src/main/pa_table.C: - a tiny memory optimisation while creating
4249: table if specified limit is bigger than source rows count
4250:
4251: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4252: added ( new feature: #858 )
4253:
4254: 2013-04-29 moko
4255:
4256: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4257: $.ipresolve(0|1|2) added (closes issue #891)
4258:
4259: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4260:
4261: 2013-04-24 moko
4262:
4263: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4264: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4265: types/pa_vmemcached.h: ^memcache.release[] added, calls
4266: memcached_quit (refs #893)
4267:
4268: 2013-04-22 moko
4269:
4270: * src/: include/pa_string.h, main/pa_common.C: no more double
4271: slashes in file path (fixes bug #872)
4272:
4273: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4274: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4275: #739)
4276:
4277: * tests/results/266.processed: $.max_params added (feature #915)
4278:
4279: * src/: include/pa_common.h, main/pa_http.C: response-charset
4280: option added to file::load (closes issue #867)
4281:
4282: 2013-04-20 misha
4283:
4284: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4285: commited
4286:
4287: 2013-03-15 misha
4288:
4289: * src/classes/: hash.C, table.C: - Optimisation: do not create
4290: multiple empty strings while ::sql. uae String::Empty instead
4291:
4292: 2013-03-14 misha
4293:
4294: * src/classes/reflection.C: - for user classes
4295: ^reflection:method_info[] returns $.max_params and $.extra_param
4296: with $.call_type if they available ( new feature: #915 )
4297:
4298: * src/classes/file.C: - ^file:delete[] now supports an option
4299: $.exception(false) that suppress any exception while deleting
4300: file ( new feature: #916 )
4301:
4302: * src/classes/curl.C: - parsing cookies after curl:load now should
4303: work :)
4304:
4305: 2013-03-12 misha
4306:
4307: * src/types/pa_vfile.C: - if specified file_name is empty string
4308: set default name for the file
4309:
4310: 2013-03-11 misha
4311:
4312: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4313: also available in $f.cookies
4314:
4315: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4316: moved to a separate method
4317:
4318: 2013-03-10 moko
4319:
4320: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4321: added
4322:
4323: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4324: removed (declared by autoconf)
4325:
4326: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4327: uint32_t define
4328:
4329: 2013-03-10 misha
4330:
4331: * src/classes/file.C: ^file:delete and ^file:move now support
4332: option $.keep-empty-dirs(true) ( new feature: #884 )
4333:
4334: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4335: empty dirs is added
4336:
4337: 2013-03-10 moko
4338:
4339: * src/classes/: bool.C, double.C, int.C: default can be present,
4340: but default check removed from ^int/double/bool.int/double/bool
4341: for string.int/double/bool compatibility (related to issue #913)
4342:
4343: * src/classes/string.C: ^string.int/dobule/bool no longer
4344: internally throws exception if default is present (closes issue
4345: #913)
4346:
4347: 2013-03-09 misha
4348:
4349: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4350: optimisations ( #845 )
4351:
4352: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4353:
4354: 2013-03-08 moko
4355:
4356: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4357: creates correct table (fixes issue #910)
4358:
4359: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4360: use outside of 'connect' operator (fixes issue #911)
4361:
4362: * tests/results/: 096.processed, 122.processed: test results
4363: updated as doubles now printed with 15 significant digits, not 5
4364: (fixes issue #882)
4365:
4366: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4367: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4368:
4369: 2013-02-21 moko
4370:
4371: * src/classes/table.C: _locate_name_value does not check arguments
4372: count, so we check it in advance (fixes issue #905)
4373:
4374: 2012-10-23 moko
4375:
4376: * buildall: old shell for and echo compatibility (for six)
4377:
4378: 2012-10-19 moko
4379:
4380: * buildall: --strip added --disable-safe-mode listed in usage
4381:
4382: 2012-10-17 misha
4383:
4384: * src/classes/op.C: - apply-taint should not throw "outside
4385: connect" exception with sql lang now
4386:
4387: 2012-10-17 moko
4388:
4389: * src/main/pa_request.C: bugfix: safe mode should be inited for
4390: each request (for apache module)
4391:
4392: 2012-09-26 moko
4393:
4394: * src/doc/doxygen.cfg: png -> svg
4395:
4396: 2012-09-25 moko
4397:
4398: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4399: test added
4400:
4401: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4402: double use when key is long
4403:
4404: 2012-09-16 moko
4405:
4406: * src/classes/math.C: Format -> Method Encode -> Format
4407:
4408: * tests/: 141.html, results/141.processed: math:digest hmac test
4409: added
4410:
4411: 2012-09-14 moko
4412:
4413: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4414: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4415: implementation added
4416:
4417: 2012-09-12 moko
4418:
4419: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4420: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4421: targets.dox and string.dox slightly actualized
4422:
4423: 2012-08-31 moko
4424:
4425: * ChangeLog: now generated with patched cvs2cl.pl
4426:
4427: 2012-07-29 moko
4428:
4429: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4430: result should be pushed after VMethodFrame destructor is called,
4431: as it deletes junctions from stack params (fixes issue #868)
4432:
4433: 2012-07-23 moko
4434:
4435: * INSTALL, README: buildall script usage documented, other outdated
4436: info updated.
4437:
4438: * buildall-with-xml, buildall-without-xml: replaced by buildall
4439:
4440: 2012-07-21 moko
4441:
4442: * buildall: glib does not compile when threads are disabled...
4443:
4444: * src/types/pa_vmail.C: g_assertion fixes for empty input
4445:
4446: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4447: unref, can't unref nested objects)
4448:
4449: * src/types/pa_vmail.C: another check added
4450:
4451: 2012-07-19 moko
4452:
4453: * buildall: usage added
4454:
4455: * buildall: new buildall script that unites buildall-with-xml,
4456: buildall-without-xml, --with-apache and --with-mailreceive
4457:
4458: * configure.in: support for static gmime and dynamic glib linking.
4459: fixes for FreeBSD
4460:
4461: 2012-07-17 moko
4462:
4463: * configure.in: --with-mailreceive replaced
4464: --with-static-mailreceive and --with-shared-mailreceive pathlink
4465: removed
4466:
4467: 2012-07-16 moko
4468:
4469: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4470: capitalized, content now decoded and text content converted to
4471: $request:charset. all properties are accessed by functions, this
4472: ready for dynamic load.
4473:
4474: 2012-06-28 moko
4475:
1.116 moko 4476: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4477: 32 bit
1.95 moko 4478:
4479: 2012-06-27 moko
4480:
4481: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4482: passive ftp
4483:
4484: * src/lib/ltdl/ltdl.vcproj: release build fixed
4485:
4486: * configure.in: 3.4.2 RC -> 3.4.2
4487:
4488: 2012-06-22 moko
4489:
4490: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4491: #815)
4492:
4493: * tests/: 284.html, results/284.processed: output options test
4494: (feature #265)
4495:
4496: 2012-06-22 misha
4497:
4498: * tests/215.html: - little changes
4499:
4500: 2012-06-21 moko
4501:
4502: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4503: types/pa_vxdoc.h: output_options returned and used (bugfix for
4504: feature #265)
4505:
4506: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4507: breaks long .*, default 10M restored. (issue #216)
4508:
4509: * tests/: 283.html, results/283.processed: test for issue #815
4510: added
4511:
4512: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4513: again, cstrm not required.
4514:
4515: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4516: Win32 and broken FreeBSD (issue #45)
4517:
4518: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4519:
4520: * src/main/pa_string.C: warnings war
4521:
4522: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4523: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4524: main/pa_socks.C, targets/apache/pa_threads.C,
4525: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4526: types/pa_vstatus.C: compilation under cygwin fixed
4527:
4528: 2012-06-19 moko
4529:
4530: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4531: Windows fixed
4532:
4533: * parser3.sln: removed antique pcre_ctype
4534:
4535: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4536:
4537: * src/include/pa_config_fixed.h: undefined reference to
4538: __imp__pcre_* fix for Windows
4539:
4540: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4541: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4542: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4543: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4544: define fixed
1.95 moko 4545:
4546: 2012-06-18 moko
4547:
4548: * src/classes/memcached.C: flush -> clear
4549:
4550: * src/classes/memcached.C: memcached does not support quotes even
4551: in server name
4552:
4553: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4554: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4555: called on open to check servers existance. $.key(true) syntax
4556: now supported
4557:
4558: 2012-06-17 moko
4559:
4560: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4561: cleanup
4562:
4563: * src/classes/table.C, tests/282.cfg, tests/282.html,
4564: tests/results/282.processed: encloser at the EOF bug fixed,
4565: incorrectly enclosed data now processed more logicaly (fixes
4566: #339)
4567:
4568: 2012-06-15 moko
4569:
4570: * buildall-without-xml: sync with buildall-with-xml
4571:
4572: * buildall-with-xml: download auto-detected between fetch and curl
4573:
4574: * configure.in: --with-gc and --with-pcre now also processed
4575: correctly
4576:
1.116 moko 4577: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4578: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4579: should be run on rol1 using automake / aclocal (GNU automake)
4580: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4581:
4582: * configure.in: new PARSER_VERSION logic
4583:
4584: * src/include/pa_version.h: new pa_version.h logic
4585:
4586: * src/: classes/curl.C, classes/file.C, classes/image.C,
4587: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4588: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4589: feols_normalized -> fis_text_content set_binary added
4590:
4591: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4592:
4593: 2012-06-15 misha
4594:
4595: * src/: classes/curl.C, classes/file.C, classes/image.C,
4596: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4597: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
4598: ^file::create[text;content] EOLs in content now is normalized. (
4599: new feature: #815 )
4600:
4601: 2012-06-15 moko
4602:
4603: * configure.in: --disable-version-update added to disable version
4604: update with host information (for debian package) whitespace
4605: optimized
4606:
4607: * configure.in: version changed to 3.4.2 RC no-pic added for
4608: libtool
4609:
4610: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4611: it.
4612:
4613: 2012-06-14 moko
4614:
4615: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4616: tests/results/281.processed: "hash flocked" error removed for
4617: safe operations like ^h._count[] ( new feature: #335 )
4618:
1.116 moko 4619: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4620:
4621: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4622:
4623: * configure.in: --with-static/shared xml replaced with --with-xml,
4624: xml compilation check added
4625:
4626: * configure.in: --with-static/shared-gc, --with-static-pcre are
4627: replaced with --with-gc and --with-pcre test for pcre linking
4628: added
4629:
4630: 2012-06-13 moko
4631:
4632: * configure.in: apxs2 check optimized
4633:
4634: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4635: .la, includes optimized
4636:
4637: * buildall-with-xml: --with-pic looks better for -fPIC
4638:
4639: * configure.in: switched to convenience library in static linking
4640:
4641: * src/targets/apache/Makefile.am: switched to convenience library
4642: usage to avoid libtool warnings
4643:
4644: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
4645: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
4646: smtp/Makefile.am: switched to convenience library usage
4647:
4648: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
4649:
4650: * src/targets/apache/Makefile.am: updated for libtool usage
4651:
4652: * bin/auto.p.dist.in: .cfg removed from charset names.
4653:
4654: * buildall-without-xml: --with-included-ltdl added
4655:
4656: * buildall-without-xml: sync with buildall-with-xml
4657:
4658: * buildall-with-xml: --with-included-ltdl added $cflags added for
4659: -fPIC for x64 $download added for wget success check added
4660:
4661: * buildall-without-xml: --with-dynamic-stdcpp removed
4662:
4663: * configure.in: disable-static returned
4664:
4665: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
4666: LIBTOOLFLAGS
4667:
4668: 2012-06-12 moko
4669:
4670: * configure.in, src/targets/cgi/Makefile.am: disable-static not
4671: compatible with LIBTOOLFLAGS for unknown reasons
4672:
4673: * buildall-with-xml: --with-dynamic-stdcpp removed
4674:
4675: * configure.in: static/dynamic -lstdc++ linking option removed
4676: apxs2 check added
4677:
4678: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
4679: option removed
4680:
4681: 2012-06-10 moko
4682:
4683: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
4684: added
4685:
4686: * src/targets/cgi/pp3.cmd: old PAF stuff
4687:
1.116 moko 4688: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
4689: beauty
1.95 moko 4690:
4691: * depcomp: from libtool 2.4.2
4692:
4693: * configure.in: ltdl directory removed, it has correct Makefile.in
4694:
4695: 2012-06-09 moko
4696:
1.116 moko 4697: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
4698: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 4699: autogenerated files updated after libtool update
4700:
1.116 moko 4701: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
4702: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 4703: config_auto.h.in, config_fixed.h, configure, configure.ac,
4704: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
4705: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
4706: config/compile, config/config.guess, config/config.sub,
4707: config/depcomp, config/install-sh, config/ltmain.sh,
4708: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
4709: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
4710: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
4711: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
4712: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
4713: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
4714: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
4715: m4/lt~obsolete.m4: libtool updated to version 2.4.2
4716:
4717: * configure.in: preparation for new libtool
4718:
4719: * configure.in: Some beauty added :)
4720:
4721: * src/targets/apache/Makefile.am: := -> =
4722:
4723: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
4724: again. :)
4725:
4726: * src/include/pa_config_includes.h, configure.in: limits.h added,
4727: previously was taken from pcre_internal.h. :)
4728:
4729: * src/lib/pcre/Makefile.am: config.h returned
4730:
4731: * src/lib/pcre/config.h: still need this. :)
4732:
4733: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
4734:
4735: * configure.in: --with-charsets removed; --with-mysql-client & co
4736: removed
4737:
4738: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
4739: now in parser tree, no need to copy
4740:
4741: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
4742: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
4743: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
4744: debian/patches/101_pcre.patch - local copy of pcre_internal.h
4745: extracts now used old trash removed
4746:
4747: * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
4748: rare charsets/drivers are commented, sql driver quessing removed
4749: (debian/patches/103_auto_p.patch)
4750:
4751: * etc/parser3.charsets/Makefile.am: charsets now in share
4752: (debian/patches/104_automake.patch) + all charsets are copied
4753:
4754: * buildall-with-xml, buildall-without-xml: curl option removed +
4755: extra arguments now supported
4756:
4757: 2012-06-08 misha
4758:
4759: * src/classes/table.C: - one params.as_hash usage was rolled back:
4760: the 2nd option in ^table.hash[] could be hash or table so
4761: .as_hash will throw an exception when table option is specified
4762:
4763: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4764: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
4765: classes/table.C, classes/void.C, classes/xdoc.C,
4766: include/pa_exception.h, types/pa_vmethod_frame.C,
4767: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
4768: and improved (whitespaces are allowed as empty options) -
4769: MethodParams::as_table is added - above methods are used for
4770: parsing methods' options ( new feature: #9 )
4771:
4772: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
4773: to vclass. now class fields can be accessible as a hash:
4774: $h[^hash::create[$asd:CLASS]]
4775:
4776: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
4777: have get_fields method so their fields can be accessed with
4778: ^reflection:fields[...] & ^reflection:field[...]
4779:
4780: 2012-06-06 misha
4781:
4782: * tests/280.html: - tests for
4783: ^reflection:method[obj-or-class;method],
4784: ^reflection:field[obj-or-class;field] and
4785: ^reflection:fields[obj-or-class] are added
4786:
4787: 2012-06-05 misha
4788:
4789: * src/classes/reflection.C: - ^reflection:method[class or
4790: object;method name] and ^reflection:field[class or object;field
4791: name] are added
4792:
4793: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
4794: is used
4795:
4796: * src/types/pa_method.h: - Method::as_vjunction method is added
4797:
4798: 2012-06-05 moko
4799:
1.116 moko 4800: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 4801:
4802: * src/classes/memcached.C: flish ttl fixed
4803:
4804: 2012-06-04 moko
4805:
4806: * src/classes/json.C, src/classes/op.C, tests/279.html,
4807: tests/results/279.processed: ^json:parse[] now supports $.taint
4808: option (new feature #833)
4809:
4810: 2012-06-04 misha
4811:
4812: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
4813: - search_stop method was moved from pa_vcookie.C to pa_common.C
4814:
4815: 2012-06-03 misha
4816:
4817: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
4818: cookies are parced and stored into $.cookies ( new feature: #31 )
4819:
4820: 2012-05-30 misha
4821:
4822: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
4823: incomplete class into a scope while @USE is found
4824:
4825: * src/main/compile.y: - add incomplete class into a scope while
4826: @USE and @CLASS instructions are found ( bugfix: #838 )
4827:
4828: 2012-05-30 moko
4829:
4830: * src/types/pa_vclass.C, tests/278.html,
4831: tests/results/278.processed: removed "property has no getter
4832: method" exception when GET_DEFAULT present (fixes #269)
4833:
4834: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
4835: $._default
4836:
4837: 2012-05-29 moko
4838:
4839: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
4840: uninitialized values usage (new feature: #154)
4841:
4842: 2012-05-28 moko
4843:
4844: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
4845: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
4846: src/types/pa_vdate.h, src/types/pa_vdouble.h,
4847: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
4848: src/types/pa_vobject.C, src/types/pa_vobject.h,
4849: src/types/pa_vstring.h, src/types/pa_vtable.C,
4850: tests/results/277.processed, src/types/pa_vtable.h,
4851: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
4852: ^json:string[$o; $.default[$method]] implemented for VObject (new
4853: feature #803)
4854:
4855: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
4856: tests/results/277.processed: json numbers are now treated as
4857: double ( new feature: #834 )
4858:
4859: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
4860: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
4861: added for out of range checks, zero division in vint/vdouble
4862: check added ( fixes #832 )
4863:
4864: * tests/: 275.html, results/275.processed: tests for pa_atoui added
4865: ( fixes #832 )
4866:
4867: 2012-05-28 misha
4868:
4869: * buildall-with-xml: - --without-lzma option is added to libxml2
4870: configure
4871:
4872: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
4873: added - tests for unsupported values for options $.file, $.table
4874: and $.date are added
4875:
4876: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
4877: accepts "stat" $.file[] option's value in addition to existed
4878: "text" and "base64" ( new feature: #835 )
4879:
4880: * tests/276.html: - test for
4881: ^reflection:delete[$object-or-class;field-name]
4882:
4883: * src/classes/reflection.C: -
4884: ^reflection:delete[$object-or-class;field-name] is added ( new
4885: feature: #268 )
4886:
4887: 2012-05-27 misha
4888:
4889: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
4890:
4891: 2012-05-24 misha
4892:
4893: * src/include/pa_common.h: - method lastposafter was removed
4894:
4895: * src/classes/file.C: - use strrpbrk & rskipchars instead of
4896: lastposafter - ^file:dirname[] & Co proper handle windows file
4897: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
4898: work as *nix commands
4899:
4900: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
4901:
4902: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
4903: rskipchars were added
4904:
4905: * tests/270.html: - more tests for ^file:find[]
4906:
4907: * tests/065.html: - more tests for ^file:dirname[] & Co
4908:
4909: * src/include/pa_version.h: - must be "win32" here. it is
4910: auto-generated on *nix
4911:
4912: 2012-05-24 moko
4913:
4914: * src/classes/math.C: ^math:convert[] now supports uint32 and
4915: throws overflow exception ( new feature: #830 )
4916:
4917: * tests/: 275.html, results/275.processed: test for ^math:convert[]
4918: uint32 support and overflow added ( new feature: #830 )
4919:
4920: 2012-05-23 moko
4921:
4922: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
4923: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
4924: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
4925: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
4926: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4927: types/pa_vregex.h, types/pa_vstateless_class.C,
4928: types/pa_vstateless_class.h, types/pa_vstring.h,
4929: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
4930: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
4931: "return string as-is" removed from as_expr_result. ( new feature:
4932: #831 )
4933:
4934: * tests/results/244.processed: test changed after bug #782 fix
4935: commited
4936:
4937: * tests/results/229.processed: test results for bug #782 commited
4938:
4939: * tests/: 254.html, results/254.processed: uid now just compared,
4940: not printed. :)
4941:
4942: 2012-05-20 moko
4943:
4944: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
4945: feature: #341 )
4946:
4947: * tests/: 254.html, results/254.processed: test for
4948: ^reflection:uid[] added
4949:
4950: * tests/: 254.html, results/254.processed: test for
4951: ^reflection:uid[$obj] added
4952:
4953: 2012-05-17 misha
4954:
4955: * src/main/untaint.C: - do not replace ' char by _26 while
4956: exploding filespec-tainting ( new feature: #829 )
4957:
4958: 2012-05-12 moko
4959:
4960: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
4961: not.
4962:
4963: 2012-05-08 moko
4964:
4965: * src/types/pa_vmethod_frame.h: bug #782 fixed
4966:
4967: * tests/229.html: test for bug #782
4968:
4969: * tests/results/259.processed, src/main/pa_request.C,
4970: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
4971: src/types/pa_vstring.h, src/types/pa_vvoid.C,
4972: src/types/pa_vvoid.h: feature #154 - first empty param now
4973: string; defined locals are empty strings; $STRICT-VARS(true)
4974: added
4975:
4976: 2012-04-27 moko
4977:
1.116 moko 4978: * src/targets/apache/Makefile.am:
1.95 moko 4979: ../../lib/memcached/libmemcached.a added
4980:
4981: 2012-04-27 misha
4982:
4983: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
4984: ( #827 )
4985:
4986: 2012-04-25 moko
4987:
4988: * src/: classes/json.C, classes/memcached.C,
4989: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4990: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
4991: implemented.
4992:
4993: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
4994:
4995: 2012-04-23 moko
4996:
4997: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4998: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4999: types/pa_vmemcached.h: open allows options hash for new
5000: memcached(options) function
5001:
5002: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5003: not appended
5004:
5005: 2012-04-21 moko
5006:
5007: * src/classes/curl.C: '' added. :)
5008:
5009: * src/classes/classes.vcproj: new curl.h location
5010:
5011: * src/classes/curl.C: verbose output redirection from stderr to
5012: file curl option added
5013:
5014: 2012-04-20 moko
5015:
5016: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5017: contains what we need from curl, #ifdef HAVE_CURL removed
5018:
1.116 moko 5019: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5020: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5021: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5022: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5023: configure option
5024:
5025: 2012-04-19 moko
5026:
5027: * src/: classes/double.C, classes/inet.C, classes/int.C,
5028: classes/string.C, lib/gc/include/gc_allocator.h,
5029: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5030: options from sql_result_string removed. (closes issue #468)
5031:
5032: * src/types/pa_vmemcached.C: empty string fix
5033:
5034: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5035: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5036: pa_vmemcached.C
5037:
5038: 2012-04-18 moko
5039:
5040: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5041: apache2-mpm-prefork" error displayed in threaded mpm.
5042:
5043: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5044: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5045: installed (issue #354)
5046:
5047: 2012-04-16 moko
5048:
5049: * src/types/pa_vmemcached.C: call to memcached_result_create and
5050: memcached_result_free removed
5051:
5052: 2012-04-14 moko
5053:
5054: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5055:
5056: * src/types/pa_vmemcached.C: check_key added and used
5057:
5058: 2012-04-13 moko
5059:
5060: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5061: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5062: Serialization_data now added and used, VString now serialized
5063: with languages into memcached.
5064:
5065: 2012-03-28 moko
5066:
5067: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5068: lib/memcached/pa_memcached.h: result lengths added
5069:
5070: 2012-03-27 moko
5071:
5072: * src/types/pa_vmemcached.C: strdup added
5073:
5074: 2012-03-24 moko
5075:
5076: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5077: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5078: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5079:
5080: 2012-03-20 moko
5081:
1.116 moko 5082: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5083:
5084: * src/targets/cgi/Makefile.am: cleanup
5085:
5086: * src/: types/Makefile.am, types/pa_vmemcached.C,
5087: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5088:
5089: * src/: classes/Makefile.am, classes/memcached.C,
5090: lib/memcached/Makefile.am, lib/memcached/constants.h,
5091: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5092: lib/memcached/types.h, lib/Makefile.am: memcached initial
5093:
5094: 2012-03-16 moko
5095:
5096: * src/main/execute.C: ident now works under Linux + ident displays
5097: filenames (closes issue #818)
5098:
1.116 moko 5099: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5100: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5101: pa_vmethod_frame_local.h removed
5102:
5103: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5104: classes/classes.h, classes/curl.C, classes/date.C,
5105: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5106: classes/hashfile.C, classes/image.C, classes/inet.C,
5107: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5108: classes/memory.C, classes/op.C, classes/reflection.C,
5109: classes/regex.C, classes/response.C, classes/string.C,
5110: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5111: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5112: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5113: include/pa_config_fixed.h, include/pa_config_includes.h,
5114: include/pa_dictionary.h, include/pa_dir.h,
5115: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5116: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5117: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5118: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5119: include/pa_request_charsets.h, include/pa_request_info.h,
5120: include/pa_sapi.h, include/pa_socks.h,
5121: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5122: include/pa_stack.h, include/pa_string.h,
5123: include/pa_stylesheet_connection.h,
5124: include/pa_stylesheet_manager.h, include/pa_table.h,
5125: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5126: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5127: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5128: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5129: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5130: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5131: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5132: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5133: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5134: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5135: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5136: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5137: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5138: main/pa_string.C, main/pa_stylesheet_connection.C,
5139: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5140: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5141: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5142: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5143: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5144: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5145: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5146: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5147: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5148: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5149: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5150: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5151: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5152: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5153: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5154: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5155: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5156: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5157: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5158: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5159: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5160: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5161: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5162: types/pa_vresponse.h, types/pa_vstateless_class.C,
5163: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5164: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5165: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5166: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5167: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5168: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5169: ident now works under Linux + ident displays filenames (closes
5170: issue #818) Copyright updated
5171:
5172: 2012-03-13 moko
5173:
5174: * src/main/pa_string.C: compilation fix for feature #741
5175:
5176: 2012-03-09 misha
5177:
5178: * tests/193.html: - tests for ^string:base64[encoded] are updated
5179:
5180: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5181: now detects invalid base64 chars in the middle of encoded stricg
5182: ( new feature: #55 )
5183:
5184: * src/include/pa_exception.h: - new exception type for base64
5185: decoding is added
5186:
5187: 2012-03-06 misha
5188:
5189: * tests/274.html: - tests for ^date::today[] and
5190: ^date.sql-string[datetime|date|time] are added
5191:
5192: * src/classes/date.C: - constructor ^date::today[] is added ( new
5193: feature: #811 ) - ^date.sql-string[] now can accept one param --
5194: strings "datetime", "date" or "time" - comments tidying up
5195:
5196: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5197: date and time
5198:
5199: 2012-03-03 misha
5200:
5201: * tests/193.html: - tests for
5202: ^string:base64[encoded;$.strict(true)] are added
5203:
5204: * tests/results/auto.p: - try-catch operator is added
5205:
5206: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5207: main/pa_common.C: - $.strict(true|false) option is added to
5208: base64 decode methods ( new feature: #55 )
5209:
5210: * src/main/pa_common.C: - base64 decode memory usage was decreased
5211: ( new feature: #819 )
5212:
5213: 2012-02-28 moko
5214:
5215: * src/classes/hash.C: ident test
5216:
5217: 2012-02-27 misha
5218:
5219: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5220:
5221: 2012-01-08 misha
5222:
5223: * tests/273.html: - tests for ^string.replace[from;to] are added
5224:
5225: * src/: classes/string.C, include/pa_dictionary.h,
5226: main/pa_dictionary.C, main/pa_string.C: -
5227: ^string.replace[from;to] is added ( new feature: #741 ) -
5228: ^string.replace[one subst here] is slightly optimized
5229:
5230: 2011-12-07 misha
5231:
5232: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5233: named table with one empty column ( bugfix: #63 )
5234:
5235: 2011-11-30 misha
5236:
5237: * src/classes/json.C: - it's possible to set user's method for
5238: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5239: #763 )
5240:
5241: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5242:
5243: 2011-11-23 misha
5244:
5245: * src/: classes/curl.C, classes/file.C, classes/image.C,
5246: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5247: types/pa_vfile.h, types/pa_vform.C: - constructor
5248: ^file::create[mode;filename;content[;options]] now accepts binary
5249: mode and file-content - new constructor's format:
5250: ^file::create[string-or-file-content[;$.name[filename]
5251: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5252: feature: #65 )
5253:
5254: * src/: include/pa_request.h, main/pa_request.C: - new method
5255: mime_type_of(const String*) is added
5256:
5257: * src/include/pa_exception.h: - new exception constant
5258: FILE_NAME_MUST_BE_SPECIFIED is added
5259:
5260: * src/classes/table.C: - bug with negative offset transformed into
5261: a feature. it means pointing to a row from the end of the table (
5262: new feature: #810 )
5263:
5264: 2011-11-19 misha
5265:
5266: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5267: â ìåòîäå _select ( new feature: #810 )
5268:
5269: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5270: options were specified together is simplified
5271:
5272: 2011-11-12 misha
5273:
5274: * src/main/pa_request.C: - forgotten fix for escaping filename in
5275: HTTP content-disposition header (a part of bug #361 )
5276:
5277: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5278: checks for ancestors' classes as well ( new feature: #456 )
5279:
5280: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5281: "without cycle" now have types "parser.break" and
5282: "parser.continue" instead of "parser.runtime" ( new feature: #799
5283: )
5284:
5285: 2011-11-11 misha
5286:
5287: * tests/results/: 099.processed, 100.processed, 205.processed,
5288: 237.processed: - since bug #361 was fixed the content of filename
5289: in HTTP headers is quoted
5290:
5291: * tests/results/270.processed: - result for test 270
5292:
5293: * tests/: 065.html, results/065.processed: - more tests for
5294: ^file:basename[] & Co were added
5295:
5296: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5297:
5298: * tests/270.html: - tests for ^file:find[] are added
5299:
5300: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5301: using option $.charset. option $.engoding is still supported but
5302: these options can not be specified together
5303:
5304: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5305: comparation charset name with string "UTF-8" ( bugfix: #759 )
5306:
5307: 2011-10-11 misha
5308:
5309: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5310: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5311: #622)
5312:
5313: 2011-09-30 misha
5314:
5315: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5316: exception "saving stat-ed file" ( bugfix: #395 )
5317:
5318: 2011-05-30 misha
5319:
5320: * src/classes/string.C: - fixed bug which was added with
5321: params.as_hash into string:sql
5322:
5323: 2011-05-29 misha
5324:
5325: * src/types/pa_value.C: - filename in content-disposition header
5326: must be quoted ( bugfix: #361 )
5327:
5328: 2011-05-27 misha
5329:
5330: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5331: created file
5332:
5333: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5334: usage
5335:
5336: * src/include/pa_exception.h: - one more string for exception was
5337: added
5338:
5339: 2011-05-25 misha
5340:
5341: * tests/269.html: - tests for checking input params in some dom
5342: methods
5343:
5344: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5345: was added. it isn't possible not wo create xdoc with invalid
5346: tagName. ( bugfix: #160 )
5347:
5348: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5349: string "data must be string" was mover from pa_exception.h to
5350: pa_xml_exception.h
5351:
5352: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5353: as_xmlncname, as_xmlname and as_xmlnsuri were added
5354:
5355: * src/main/pa_xml_exception.C: - XmlException accepts more options
5356:
5357: * src/include/pa_xml_exception.h: - XmlException accepts more
5358: options - XML-related exception's strings were added
5359:
5360: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5361: output_options were removed)
5362:
5363: 2011-05-19 misha
5364:
5365: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5366: params.as_hash is used more while parsing methods hash-options
5367:
5368: 2011-05-18 misha
5369:
5370: * operators.txt: - info about json-serialization of xdoc was added
5371:
5372: * tests/256.html: - tests for json-serialization xdoc were added
5373:
5374: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5375:
5376: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5377: classes/json.C, classes/xdoc.C: - now json:string can serialize
5378: xdoc-objects. options (the same as ^xdoc.string[]) could be
5379: specified in $.xdoc[] ( new feature: #265 )
5380:
5381: 2011-05-15 misha
5382:
5383: * tests/268.html: - tests for ^table.count[with options] were added
5384:
5385: * src/classes/table.C: - method ^table.count[] now can accept
5386: options ( new feature: #93 ): ^table.count[column] returns number
5387: of columns for named table; ^table.count[cells] returns number of
5388: cells in the current row; ^table.count[] & ^table.count[rows]
5389: return number of rows in a table.
5390:
5391: * tests/267.html: - test for checking switch/case in boolean mode
5392: was added
5393:
5394: * src/classes/op.C: - if switch's or case's value is bool, they are
5395: compared as bool values, not as double values: new feature: #351
5396:
5397: 2011-05-06 misha
5398:
5399: * tests/242.html: - EOL before EOF was added
5400:
5401: * tests/169.html: - tests for splitting empty string and void were
5402: added
5403:
5404: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5405: returned table with one empty cell)
5406:
5407: 2011-04-03 misha
5408:
5409: * src/include/pa_version.h, configure.in: - version in head was
5410: changed to 3.4.2b
5411:
5412: 2011-03-30 misha
5413:
5414: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5415: as well ( new feature #294 )
5416:
5417: 2011-03-29 misha
5418:
5419: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5420: limited to approx. 6 MB. previous limits were too big for real
5421: life. bugfix: #216
5422:
5423: 2011-03-04 moko
5424:
5425: * etc/parser3.charsets/cp866.cfg: Conforms to
5426: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5427:
5428: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5429: vlalek@
5430:
5431: 2011-02-22 misha
5432:
5433: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5434: be under #ifdef XML or parser can't be compiled without xml
5435: support
5436:
5437: 2011-02-21 misha
5438:
1.116 moko 5439: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5440: ApacheModuleParser3.vcproj was removed
5441:
5442: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5443: removed)
5444:
5445: 2011-02-20 misha
5446:
5447: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5448: $.overridden in ^reflection:method_info[...] were added
5449:
5450: * src/classes/reflection.C: - beautifying result of
5451: ^reflection:method_info[] ($.overridden/inherited)
5452:
5453: 2011-02-18 misha
5454:
5455: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5456: and pa_isalnum instead of isalpha and isalnum - bug with
5457: redundand quoting lowercased latin chars while building email
5458: body was fixed
5459:
5460: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5461: added (they check for latin chars only)
5462:
5463: 2011-02-16 misha
5464:
5465: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5466: string size for transcoding gave too small value (should ever
5467: look for availability char in dest charset inspite of the char
5468: size)
5469:
5470: 2011-02-04 moko
5471:
5472: * tests/223.html: header values now not url-encoded (issue #195)
5473:
5474: 2011-02-01 misha
5475:
5476: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5477:
5478: 2011-01-31 misha
5479:
5480: * src/main/pa_request.C: - throw exception if param file_name in
5481: use_file is empty
5482:
5483: 2011-01-08 moko
5484:
5485: * src/classes/curl.C: compilations errors fixed
5486:
5487: 2010-12-29 moko
5488:
5489: * tests/: 265.html, results/265.processed: test for issue #200
5490: added
5491:
5492: * src/main/pa_string.C: empty regex result check added (fixes issue
5493: #200)
5494:
5495: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5496:
5497: * tests/results/223.processed: header values now not url-encoded
5498: (issue #195)
5499:
5500: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5501: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5502: pa_http_safe_header_name added for headers names (fixes bug #195)
5503:
5504: 2010-12-18 misha
5505:
5506: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5507: => pa-include
5508:
5509: 2010-11-28 moko
5510:
5511: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5512:
5513: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5514: -> pa
5515:
5516: * configure.in: apr -> pa
5517:
5518: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5519:
5520: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5521: classes/Makefile.am, types/Makefile.am: apr -> pa
5522:
5523: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5524: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5525: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5526: pa-include/pa_apr.h, pa-include/pa_errno.h,
5527: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5528: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5529: module apr name conflict resolved)
5530:
5531: 2010-11-27 misha
5532:
5533: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5534: libbz2
5535:
5536: 2010-11-26 misha
5537:
5538: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5539: warnings removed
5540:
5541: 2010-11-25 moko
5542:
5543: * operators.txt: $.indent(true)
5544:
5545: * operators.txt: another bugfix. :)
5546:
5547: * operators.txt: bugfix. :)
5548:
5549: * buildall-with-xml: libxml2-2.7.8 + with-apache
5550:
5551: 2010-11-24 moko
5552:
1.116 moko 5553: * configure: apxs support
1.95 moko 5554:
5555: * configure.in: apxs support -Bstatic gc removed for OS X
5556:
5557: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5558:
5559: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5560: THREAD_LOCAL usage
5561:
5562: * src/: classes/curl.C, include/pa_config_includes.h,
5563: main/pa_globals.C: THREAD_LOCAL defined and used
5564:
5565: 2010-11-23 moko
5566:
5567: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5568: should be passed to pa_sleep, and only fractional part (bugfix:
5569: #188)
5570:
5571: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5572:
5573: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5574: GC_dont_gc=1, as in cgi version
5575:
5576: * src/targets/apache/mod_parser3.c: warning war
5577:
5578: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5579: pa_httpd.h: version removed, some trash removed
5580:
5581: * src/targets/apache/mod_parser3.c: version removed (we don't want
5582: to show it), warning war
5583:
5584: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5585: pa_httpd.h: parser_status_allowed removed + merge config
5586: functions removed (override is the default) + beauty
5587:
5588: * src/: include/pa_request.h, main/pa_request.C,
5589: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5590: hide $status used in apache module removed
5591:
5592: 2010-11-18 moko
5593:
5594: * operators.txt: $.table[compact] added for ^json:string[]
5595:
5596: 2010-11-16 moko
5597:
5598: * src/targets/apache/mod_parser3.c: some cleanup done
5599:
5600: * src/main/untaint.C: bugfix: first, second String::Body argument
5601: is hashcode; second, info.fragment_begin is original, not
5602: resulting length
5603:
5604: * src/classes/file.C: new feature: $.stdin now untainted
5605:
5606: * tests/results/264.processed: new feature: $.stdin[] now untainted
5607:
5608: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5609:
5610: * src/classes/op.C: ^apply-taint[] method added
5611:
5612: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5613: added; $.stdin untaint test added
5614:
5615: 2010-11-15 moko
5616:
5617: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5618: removed
5619:
5620: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5621: pa_httpd.h: 2x2 calculated under apache2. :)
5622:
5623: 2010-11-13 moko
5624:
5625: * src/targets/apache/mod_parser3.c: initial changes to build module
5626: with apache 2.x includes
5627:
5628: * src/targets/apache/: Makefile.am, mod_parser3.c,
5629: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5630: united apache 1.3 / apache 2.x DSO module
5631:
5632: 2010-11-09 moko
5633:
5634: * src/types/pa_method.h: check added to dissallow @method[name;*]
5635: syntax
5636:
5637: * tests/: 263.html, results/263.processed: test from method[*args]
5638: added
5639:
5640: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5641: number of params can now be passed to a method declared with *arg
5642:
5643: 2010-11-06 moko
5644:
5645: * src/classes/table.C: formating fixed. :)
5646:
5647: * src/classes/table.C: closes #4: ^table.select now supports
5648: $.limit(), $.offset, $.reverse() options
5649:
5650: * tests/: 262.html, results/262.processed: test for ^table:select
5651: with options added (feature #4)
5652:
5653: * src/include/pa_array.h: remove function added
5654:
5655: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
5656: object in get_element/put_element, using static one.
5657:
5658: 2010-11-04 moko
5659:
5660: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
5661: options is passed
5662:
5663: * tests/: 256.html, results/256.processed: $.table[compact] feature
5664: now tested; k and p in handler now tested.
5665:
5666: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
5667: $.table[compact] feature added
5668:
5669: * src/classes/json.C: key is now passed to handler in
5670: value_json_string; ^json:string result now process tainting
5671: inside and returns clean string, related to issue #153
5672:
5673: * src/main/untaint.C: bugfix: charset can be null (in
5674: ^string:save[] as example), thus check is added
5675:
5676: 2010-10-31 moko
5677:
5678: * src/classes/string.C: error message changed (fixes issue #149)
5679:
5680: 2010-10-29 moko
5681:
5682: * src/main/pa_http.C: ":port" is now added to "Host:" header if
5683: port is not default (fixes issue #155); exception on invalid port
5684: added.
5685:
5686: * src/main/untaint.C: '*' is now not urlencoded to allow header
5687: "Accept: */*" to be passed
5688:
5689: 2010-10-28 moko
5690:
5691: * src/classes/curl.C: bugfix: detect_charset() was throwing
5692: exception on unknown charset even if response_charset was
5693: specified
5694:
5695: 2010-10-27 moko
5696:
5697: * src/classes/string.C: ^string.append removed for void
5698: compatibility
5699:
5700: 2010-10-26 moko
5701:
5702: * src/classes/json.C: libjson supports array at top level, we too
5703: (GPF fixed)
5704:
5705: 2010-10-25 moko
5706:
5707: * tests/: 253.html, results/253.processed: libjson supports array
5708: at top level, parser now supports it as well.
5709:
5710: * tests/261.html, tests/results/261.processed,
5711: src/types/pa_vstring.h: empty string is now void compatible
5712: (allows $empty.key)
5713:
5714: 2010-10-22 misha
5715:
5716: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
5717: while adding additional expires checkout)
5718:
5719: * tests/030.html: - test for session cookie was added
5720:
5721: 2010-10-21 moko
5722:
5723: * src/: classes/string.C, classes/void.C, main/execute.C,
5724: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
5725: string (feature #111)
5726:
5727: * tests/: 261.html, results/261.processed: checks void from string
5728: inheritance (feature #111)
5729:
5730: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
5731: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
5732: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
5733: now true by default
5734:
5735: 2010-10-17 moko
5736:
5737: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
5738: upload now uses binary blocks instead of L_FILE_POST tainting.
5739: (bugfix: #128)
5740:
5741: * tests/: 223.html, results/223.processed: binary file upload test
5742: added, GPF (issue #128) also checked in this test
5743:
5744: 2010-10-13 misha
5745:
5746: * tests/260.html: - test for math:convert
5747:
5748: * src/classes/math.C: - error in math:convert was fixed
5749:
5750: * operators.txt: - info about
5751: ^math:convert[number](from-base;to-base) was added
5752:
5753: * src/classes/math.C: - method
5754: ^math:convert[number](from-base;to-base) for converting number
5755: represention from one base to another was added ( new feature:
5756: #23 )
5757:
5758: 2010-10-13 moko
5759:
5760: * src/main/compile.tab.C: [] now is empty string, not void
5761:
5762: * src/main/compile.y: [] now is empty string, not void
5763:
5764: * src/types/pa_vvoid.h: void now passed as parameter
5765:
5766: * tests/: 259.html, results/259.processed: to test difference
5767: between void and empty string (see ticket #111)
5768:
5769: * tests/results/152.processed: $sEmpty[] is now empty string, not
5770: void
5771:
5772: * tests/256.html: $s[$void] is no longer empty string
5773:
5774: * tests/254.html: empty string is no longer void
5775:
5776: 2010-10-12 misha
5777:
5778: * src/types/pa_vcookie.C: - check if $.expires value can be
5779: converted to date during cookies set up ( bugfix: #104 )
5780:
5781: * tests/041.html: - more tests for ^table.locate were added
5782:
5783: * src/classes/table.C: - ^table.locate[field;value;options] didn't
5784: work ( bugfix: #129 ) - exception comment for incorrect options
5785: ^table.locate[field;value;options] was fixed
5786:
5787: 2010-10-10 moko
5788:
5789: * src/: classes/reflection.C, main/execute.C: constructor returning
5790: another object feature returned
5791:
5792: * tests/results/258.processed: test result updated as constructor
5793: returning another object feature returned
5794:
5795: * tests/: 258.html, results/258.processed: test for constructor
5796: returning another object
5797:
5798: 2010-10-08 misha
5799:
5800: * tests/257.html: - whitespaces after @METACOMMANDS and their
5801: options shouldn't cause exceptions any longer
5802:
5803: 2010-10-06 moko
5804:
5805: * src/classes/: hash.C, table.C: length from sql server is now
5806: ignored, as sql string can contain 0x00 inside (bugfix: #119)
5807:
5808: 2010-10-02 misha
5809:
5810: * operators.txt: - the X mark was removed from ^cache[file]. it is
5811: usable to delete cache file.
5812:
5813: 2010-10-02 moko
5814:
5815: * tests/: 253.html, results/253.processed: hook_key added for key
5816: checking
5817:
5818: * src/classes/json.C: null key bug fixed
5819:
5820: 2010-09-29 misha
5821:
5822: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
5823:
5824: 2010-09-25 moko
5825:
5826: * src/classes/json.C: small fixed
5827:
5828: * tests/results/: 253.processed, 255.processed: just updated
5829:
5830: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
5831: results/255.processed: charset transcode test added for
5832: json:parse
5833:
5834: 2010-09-24 moko
5835:
5836: * src/types/pa_value.h: warning war :)
5837:
5838: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
5839: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
5840: ^json:string
5841:
5842: 2010-09-22 moko
5843:
5844: * src/main/pa_charset.C: parser charset tables declare only
5845: white-space before 0x20, thus adding the missing chars
5846:
5847: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
5848: to http://unicode.org/Public/MAPPINGS/VENDORS/
5849:
5850: 2010-09-21 misha
5851:
5852: * src/main/compile.y: - some semicolons were added (VS2010 don't
5853: want to compile grammar if they are absent)
5854:
5855: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
5856:
5857: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
5858:
5859: * src/main/main.vcproj: - path to bison is changed
5860:
5861: 2010-09-21 moko
5862:
1.116 moko 5863: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
5864: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
5865: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 5866:
5867: 2010-09-20 misha
5868:
5869: * src/types/pa_vtable.C: - add EOLs while json-serializing table
5870:
5871: * src/classes/json.C: - add EOL while json-serializing hash
5872:
5873: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
5874: compilers don't like 'ES'.
5875:
5876: 2010-09-17 misha
5877:
5878: * operators.txt: - info about json class was added
5879:
5880: * src/classes/json.C: - ^json:string[object]
5881:
5882: * src/: include/pa_request.h, main/pa_request.C: - stuff for
5883: preventing infinite recursion while executing json:string was
5884: added
5885:
5886: * src/include/pa_string.h: - method append_quoted was added
5887:
5888: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
5889: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
5890: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
5891: was added to Value & Co
5892:
5893: * src/classes/date.C: - methods get_gmt_string and get_sql_string
5894: were used
5895:
5896: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
5897: were added
5898:
5899: 2010-09-10 moko
5900:
5901: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5902: die_or_abort (backport from 3.4.1)
5903:
5904: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
5905: die_or_abort (bugfix: #106)
5906:
5907: 2010-09-09 moko
5908:
5909: * src/classes/json.C: warning war. :)
5910:
5911: 2010-09-08 misha
5912:
5913: * src/lib/json/Makefile.am: - additional include directories were
5914: added (for pa_memory.h and gc.h)
5915:
5916: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
5917: compile as C++ instead default - additional include directory was
5918: added (for gc.h)
5919:
5920: * src/types/pa_vform.C: - little code reformating
5921:
5922: * src/classes/file.C: - $.content-type option now can be specified
5923: in ^file::create ( new feature: #102 )
5924:
5925: 2010-09-08 moko
5926:
5927: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
5928: pa_malloc/pa_free
5929:
5930: 2010-09-07 moko
5931:
5932: * tests/results/254.processed: VStateless_class:put_element
5933: exception was fixed
5934:
5935: * src/types/: pa_value.h, pa_vstateless_class.h: now
5936: VStateless_class:put_element barks self.type, not this.type
5937: (bugfix: #105)
5938:
5939: 2010-09-06 moko
5940:
5941: * src/classes/reflection.C: bugfix: new String() is required for
5942: exception handling
5943:
5944: * tests/: 254.html, results/254.processed: test modified
5945:
5946: 2010-09-05 moko
5947:
5948: * tests/: 254.html, results/254.processed: ^reflection:copy test
5949: added
5950:
5951: * src/: classes/reflection.C, include/pa_request.h:
5952: ^reflection:copy implemented (new feature: #100)
5953:
5954: 2010-09-03 moko
5955:
5956: * src/lib/json/JSON_parser.C: c++ compatiblity
5957:
5958: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
5959: option testing added
5960:
5961: 2010-09-02 moko
5962:
5963: * src/classes/json.C: $.distinct[first|last|all] added
5964:
5965: 2010-09-01 moko
5966:
5967: * tests/results/253.processed: json test result
5968:
5969: * tests/: 253.html, 253_json.txt: json test added
5970:
5971: * src/classes/json.C: json.C update to actual version + hash key
5972: creation bugfix
5973:
5974: 2010-08-31 misha
5975:
5976: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
5977: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
5978: src/lib/Makefile.am, src/classes/Makefile.am,
5979: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
5980: json library was added
5981:
5982: 2010-08-30 moko
5983:
5984: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
5985: types/pa_vobject.C: cosmetic optimization in
5986: request:execute_method usage
5987:
5988: * src/: include/pa_charset.h, main/pa_charset.C: small
5989: optimization, just to decrease number of lines. :)
5990:
5991: 2010-08-27 misha
5992:
5993: * src/classes/op.C: - taint[json] was added
5994:
5995: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
5996: were added
5997:
5998: * src/main/pa_exec.C: - warning fix was rolled back.
5999:
6000: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6001: include/pa_string.h: - taint[json] was added - escaping was
6002: slightly modified
6003:
6004: 2010-08-25 misha
6005:
6006: * src/classes/file.C: - typo in file:sql exception was fixed
6007:
6008: * src/main/pa_exec.C: - warning about declared and not used
6009: variable forced_allow was removed
6010:
6011: 2010-08-14 misha
6012:
6013: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6014: were removed
6015:
6016: 2010-08-11 moko
6017:
6018: * tests/: 249.html, results/249.processed: default setter and
6019: anti-recursive default getter test added
6020:
6021: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6022: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6023: types/pa_vobject.h, types/pa_vstateless_class.C,
6024: types/pa_vstateless_class.h: default setter support +
6025: anti-recursive default getter support ( new feature: #13 )
6026:
6027: * src/include/pa_hash.h: optimization: threshold member removed
6028: from hash, reducing sizeof(hash)
6029:
6030: 2010-08-10 misha
6031:
6032: * tests/196.html: - junction-method was added to the test
6033:
6034: * tests/248.html: - ups. typo :)
6035:
6036: * tests/248.html: - test for checking .match with 4 params
6037:
6038: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6039: 247_windows1251.txt: - test for "transcode file from utf-8 to
6040: $request:charset during loading if the BOM code is detected"
6041:
6042: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6043: $request:charset during loading if the BOM code is detected ( new
6044: feature: #98 )
6045:
6046: 2010-08-05 misha
6047:
6048: * src/classes/image.C: - ^image.replace now can accept only 2
6049: params. in this case the whole image is affected ( new feature:
6050: #95 )
6051:
6052: 2010-08-04 misha
6053:
6054: * tests/246.html: - test tor ^hash._at[] was added
6055:
6056: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6057: #53 )
6058:
6059: * src/include/pa_hash.h: - methods for accessing the first and the
6060: last values of ordered hash were added (first_value and
6061: last_value)
6062:
6063: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6064: (similar to others file's methods):
6065: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6066: #68 )
6067:
6068: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6069:
6070: 2010-08-01 moko
6071:
6072: * src/classes/op.C: to correctly process $result[] in code, called
6073: from ^process
6074:
6075: * tests/245.html: $result in ^process[] test added
6076:
6077: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6078: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6079: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6080: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6081: caller, self) op_call(VMethodFrame &frame, bool constructing)
6082: removed, construct(class,method) added
6083:
6084: * tests/results/: 192.processed, 244.processed: request::construct
6085: added
6086:
6087: * tests/: 244.html, 245.html, results/244.processed,
6088: results/245.processed: object creation exceptions and ^process
6089: tests added
6090:
6091: 2010-07-28 misha
6092:
6093: * tests/make_tests.cmd: - win32 EOLs
6094:
6095: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6096: tests on Win32 were added (The system timezone should be GMT+3)
6097:
6098: 2010-07-26 misha
6099:
6100: * tests/: 212.html, results/212.processed: - sizes were removed
6101: mecause they could be different on different OSs
6102:
6103: * tests/065.html: - make it "win32 friendly"
6104:
6105: 2010-07-25 misha
6106:
6107: * src/main/compile.y: - all EOLs between methods are removed during
6108: compilation ( new feature: #47 )
6109:
6110: * tests/results/149.processed: - prepare tests to trim trailing
6111: methods' EOLs
6112:
6113: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6114:
6115: * tests/: results/006.processed, results/014.processed, 006.html,
6116: 014.html, 022.html: - prepare tests to trim trailing methods'
6117: EOLs
6118:
6119: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6120: results/071.processed, results/022.processed: - prepare tests to
6121: trim trailing methods' EOLs
6122:
6123: * tests/: results/073.processed, results/109.processed,
6124: results/142.processed, results/144.processed,
6125: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6126: 144.html: - prepare tests to trim trailing methods' EOLs
6127:
6128: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6129: 149.html, 152.html, results/096.processed, results/107.processed,
6130: results/109.processed, results/142.processed,
6131: results/144.processed: - prepare tests to trim trailing methods'
6132: EOLs
6133:
6134: 2010-07-24 moko
6135:
6136: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6137: the hash order in this test
6138:
6139: * tests/014.html: to check hash order, hash no is longer sorted
6140: before print
6141:
6142: * src/include/pa_hash.h: hash copy constructor now keeps order
6143: (bugfix: #54)
6144:
6145: 2010-07-23 moko
6146:
6147: * tests/results/224.processed: @auto[] is no longer inherited
6148:
6149: * src/types/pa_vstateless_class.C, tests/227.html,
6150: tests/results/227.processed: @auto[] is no longer inherited
6151: (bugfix: #57)
6152:
6153: 2010-07-22 misha
6154:
6155: * src/classes/table.C: - don't skip comment lines during
6156: table::load if encloser or separator is set as '#' ( new feature:
6157: #30 )
6158:
6159: * src/targets/cgi/parser3.C: - don't run as cgi if
6160: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6161: #12 )
6162:
6163: * src/classes/file.C: - set PARSER_VARSION env before external
6164: script executing
6165:
6166: 2010-07-13 misha
6167:
6168: * tests/058.html: - test for suppressing @border was added - test
6169: for user attribute was added
6170:
6171: * tests/results/186.processed: unescaping from \uXXXX
6172:
6173: * tests/186.html: unescaping from \uXXXX
6174:
6175: * tests/: 239.html, results/239.processed: method call type
6176:
6177: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6178: $junction_method.CLASS_NAME (+CLASS)
6179:
6180: 2010-07-07 misha
6181:
6182: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6183: *nix
6184:
6185: 2010-07-05 misha
6186:
6187: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6188: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6189: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6190: comment strings "options must be hash", "options must be hash,
6191: not code" and "called with invalid option" were replaced by
6192: constatns - exception comment string "invalid option passed" was
6193: replaced by "called with invalid option" (now in different
6194: methods are the same exception comment string)
6195:
6196: * src/include/pa_exception.h: - more exception strings were defined
6197:
6198: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6199: types/pa_vstateless_class.h: - now we can define possible
6200: method's call type ( new feature: #5 ) 1.
6201: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6202: methods 2. @static:method[params] (only static keyword could be
6203: used here) -- for specified methods
6204:
6205: * src/main/pa_common.C: - junction points should not be deleted on
6206: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6207: cleanup
6208:
6209: 2010-07-03 misha
6210:
6211: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6212: results/158.processed, results/160.processed,
6213: results/161.processed, results/162.processed,
6214: results/163.processed: - prepare tests to trim trailing methods'
6215: EOLs
6216:
6217: * tests/results/169.processed: - prepare tests to trim trailing
6218: methods' EOLs
6219:
6220: * tests/results/: 168.processed, 169.processed: - prepare tests to
6221: trim trailing methods' EOLs
6222:
6223: * tests/: results/170.processed, results/167.processed,
6224: results/168.processed, results/169.processed, 167.html, 168.html,
6225: 169.html: - prepare tests to trim trailing methods' EOLs
6226:
6227: * tests/: results/170.processed, results/171.processed,
6228: results/172.processed, results/173.processed,
6229: results/174.processed, results/175.processed, 170.html, 171.html,
6230: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6231: trailing methods' EOLs
6232:
6233: * tests/: results/176.processed, results/180.processed,
6234: results/184.processed, results/185.processed,
6235: results/191.processed, results/192.processed,
6236: results/196.processed, results/197.processed,
6237: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6238: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6239: to trim trailing methods' EOLs
6240:
6241: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6242: results/199.processed, results/208.processed,
6243: results/209.processed, results/213.processed,
6244: results/214.processed: - prepare tests to trim trailing methods'
6245: EOLs
6246:
6247: 2010-06-29 misha
6248:
6249: * tests/: 220.html, 218.html, results/218.processed,
6250: results/215.processed, results/217.processed, 215.html, 217.html:
6251: - prepare tests to trim trailing methods' EOLs
6252:
6253: * tests/: results/224.processed, 224.html, 223.html,
6254: results/223.processed, results/220.processed: - prepare tests to
6255: trim trailing methods' EOLs
6256:
6257: * tests/results/: 226.processed, 230.processed: - prepare tests to
6258: trim trailing methods' EOLs
6259:
6260: * tests/: 229.html, results/229.processed: - prepare tests to trim
6261: trailing methods' EOLs
6262:
6263: * tests/: 232.html, 235.html, results/232.processed,
6264: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6265: results/226.processed, results/227.processed,
6266: results/228.processed, results/230.processed: - prepare tests to
6267: trim trailing methods' EOLs
6268:
6269: 2010-06-16 moko
6270:
6271: * tests/: 229.html, results/229.processed: elseif now supported in
6272: ^if
6273:
6274: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6275:
6276: 2010-06-03 misha
6277:
6278: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6279: instead of memcopy for overlaped regions
6280:
6281: 2010-05-25 misha
6282:
6283: * src/main/pa_common.C: - wanring about unused vars was removed
6284:
6285: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6286: get_method_filename was moved to execute.C
6287:
6288: 2010-05-23 misha
6289:
6290: * src/main/pa_request.C: - more accurate detection of method's file
6291:
6292: 2010-05-22 misha
6293:
6294: * src/classes/reflection.C: - bugfix: core during detection of
6295: .file if filespec isn't detected successfully
6296:
6297: 2010-05-20 misha
6298:
6299: * src/main/pa_request.C: - fix in get_method_filename
6300:
6301: * src/include/pa_request.h: - new feature: #24 -- searching
6302: included file in @USE/^use is changed. if its filespec doesn't
6303: start from '/' it will be searched in caller file directory
6304:
6305: * src/classes/reflection.C: - ^reflection:method_info returns file
6306: where the method is defined
6307:
6308: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6309: classes/op.C: - new feature: #24 -- searching included file in
6310: @USE/^use is changed. if its filespec doesn't start from '/' it
6311: will be searched in caller file directory
6312:
6313: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6314: is moved to pa_common.h
6315:
6316: 2010-05-18 misha
6317:
6318: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6319: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6320: cookie parser decode \uXXXX as well as %uXXXX
6321:
6322: 2010-05-17 misha
6323:
6324: * src/classes/curl.C: beauty: - unused param is removed in method
6325: _curl_version_action - some spaces were removed or replaced by
6326: tabs
6327:
6328: * src/classes/table.C: - bugfix: #72 core with empty value during
6329: ^table.hash[...;name_of_the_last_column][$.type[string]]
6330:
6331: 2010-05-16 misha
6332:
6333: * src/classes/curl.C: new: #61 more curl options were added
6334: (contributed by Sumo)
6335:
6336: 2010-04-29 pretender
6337:
6338: * src/main/pa_string.C: fixes #63 Split result from empty string
6339: now empty string.
6340:
6341: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6342: string type.
6343:
6344: 2010-04-28 pretender
6345:
6346: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6347: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6348: macrodefinition removed
6349:
6350: 2010-04-19 pretender
6351:
6352: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6353: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6354:
6355: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6356: fixes #64 Now file.missing exception generates in unsafe mode to.
6357:
6358: * src/classes/file.C: fixes #48 Now not throw "not save environment
6359: variable" exception in grpunlim version.
6360:
6361: 2010-04-05 misha
6362:
6363: * src/classes/string.C: - new feature: 4th param was added to
6364: match. if specified its value is returned in case of nothing was
6365: found
6366:
6367: 2010-04-01 misha
6368:
6369: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6370: multiple execution of /a/b/auto.p
6371:
6372: 2010-03-19 misha
6373:
6374: * src/main/execute.C: - core in $table1.$table2 was fixed
6375:
6376: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6377:
6378: 2010-01-27 misha
6379:
6380: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6381: trying to open file by path /existing-file/non-exixting-file
6382:
6383: 2010-01-26 misha
6384:
6385: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6386: was added (returns file)
6387:
6388: 2009-12-22 misha
6389:
6390: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6391: now parser doesn't have class curl if it was built without it
6392:
6393: 2009-12-15 misha
6394:
6395: * configure.in: - little cheat with curl include dir was added
6396:
6397: 2009-12-05 misha
6398:
6399: * src/classes/curl.C: - some fixes
6400:
6401: 2009-12-04 misha
6402:
6403: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6404: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6405: buildall-with-xml, buildall-without-xml, configure.in: - curl
6406: class was added
6407:
6408: * src/include/pa_hash.h: - hash-iterator was added
6409:
6410: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6411: was added to pcre
6412:
6413: 2009-11-27 misha
6414:
6415: * src/classes/image.C: - don't add @border attribute to output of
6416: ^image.html[] if it was specified by user with empty value
6417:
6418: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6419: root element and we are trying to access .documentElement
6420:
6421: 2009-11-11 misha
6422:
6423: * src/classes/table.C: - in ^table.flip[] look at number of columns
6424: instead of number of items in first row for named tables
6425:
6426: 2009-11-10 misha
6427:
6428: * operators.txt: - info about hash-options in ^file::create was
6429: added
6430:
6431: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6432: added
6433:
6434: 2009-11-09 misha
6435:
6436: * buildall-with-xml: - moving to libxml 2.7.6
6437:
6438: * tests/236.html: - tests for comparations cords with functions
6439: were added
6440:
6441: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6442: added
6443:
6444: * src/main/pa_http.C: - little optimisation
6445:
6446: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6447: GPF mallocs + stringstream (table.save)
6448:
6449: * src/classes/file.C: - file::create now accepts 4th param: options
6450: with $.charset
6451:
6452: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6453: bug in cord (comparation cords with functions was buggy)
6454:
6455: 2009-11-06 misha
6456:
6457: * src/main/pa_string.C: - bugfix: calculation string.length
6458: sometimes was buggy
6459:
6460: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6461: destroyed if exception occured during match/replace
6462:
6463: * src/: main/pa_charset.C, include/pa_charset.h: - method
6464: lengthUTF8Char was added
6465:
6466: * src/classes/op.C: - clean tainting lang was added for user's
6467: usage
6468:
6469: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6470: fixed: checkouts are required after GC_MALLOC
6471:
6472: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6473:
6474: * operators.txt: - actually, there is no ^untaint[xml] in
6475: file::create
6476:
6477: 2009-10-15 misha
6478:
6479: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6480: were added
6481:
6482: * tests/234.html: - more tests for checking ^taint[uri] escaping
6483: were added
6484:
6485: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6486: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6487: hacking: for dealing with transcoding+^taint[uri]
6488: transcode_and_untaint was replaced by untaint_and_transcode
6489:
6490: 2009-10-13 misha
6491:
6492: * tests/: 121.html, results/121.processed: - test transcoding +
6493: url-escaping now
6494:
6495: * tests/results/auto.p: - more helpers' methods were added
6496:
6497: * src/main/pa_globals.C: - die instead of abort
6498:
6499: 2009-10-06 misha
6500:
6501: * src/main/pa_common.C: - don't allocate memory during
6502: capitalization if input string is already capitalized
6503:
6504: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6505:
6506: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6507: use format function because it calls malloc
6508:
6509: * src/include/pa_common.h: - more capitalized headers were added
6510:
6511: * src/main/pa_common.C: - in safe mode clear executable bits during
6512: file writing
6513:
6514: 2009-10-05 misha
6515:
6516: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6517:
6518: 2009-10-03 misha
6519:
6520: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6521: ^img.text[] & ^img.length[] can work in utf-8 now
6522:
6523: * src/: include/pa_charset.h, main/pa_charset.C: - class
6524: UTF8_string_iterator was added
6525:
6526: * src/classes/image.C: - respect utf-8 when calculate alphabet
6527: length
6528:
6529: * src/classes/mail.C: - check from before get message.cstr
6530:
6531: 2009-10-02 misha
6532:
6533: * tests/233.html: - test for image.font, image.length, image.text
6534: with text in utf-8 were added
6535:
6536: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6537:
6538: * buildall-with-xml, buildall-without-xml: - comment about gc
6539: version for freebsd 4 was added
6540:
6541: 2009-10-01 misha
6542:
6543: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6544: terminator) - read_pipe were slightly optimized
6545:
6546: 2009-09-28 misha
6547:
6548: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6549: removed
6550:
6551: * src/types/pa_vmail.C: - forgot about space after ':'
6552:
6553: * src/types/pa_vmail.C: - escape filenames while preparing mail
6554: body - small simplifications
6555:
6556: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6557: inout params like pa_base64
6558:
6559: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6560: option $.debug-print(1) was added to mail:send - changes for
6561: using uue_encode which uses less memory
6562:
6563: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6564:
6565: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6566: memory now
6567:
6568: 2009-09-26 misha
6569:
6570: * src/types/pa_vmail.C: - default encoding now is base64
6571:
6572: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6573:
6574: 2009-09-25 misha
6575:
6576: * src/types/pa_vmail.C: - capitalization of headers was added to
6577: sending mail as well
6578:
6579: * buildall-with-xml: - catalog package was removed from libxml
6580:
6581: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6582: win32 absolute path
6583:
6584: * src/include/pa_common.h: - one more capitalized header was added
6585:
6586: 2009-09-22 misha
6587:
6588: * INSTALL: - comment about building just httpd binary while
6589: building apache module was added
6590:
6591: 2009-09-21 misha
6592:
6593: * buildall-with-xml: - moving to the latest versions of xml libs:
6594: libxml 2.7.4 and libxslt 1.1.25
6595:
6596: 2009-09-19 misha
6597:
6598: * tests/231.html: - test for encoding cookie in win-1251
6599:
6600: 2009-09-18 misha
6601:
6602: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6603: object] were added
6604:
6605: * operators.txt: - info about method ^reflection:fields[class or
6606: object] was added
6607:
6608: * src/classes/reflection.C: - method ^reflection:fields[class or
6609: object] was added
6610:
6611: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6612: methods get_fields were added
6613:
6614: * tests/232.html: - tests for @GET[name]
6615:
6616: * src/classes/table.C: - some changes in handling hash-options for
6617: creare, join and locate
6618:
6619: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6620: defined with option: the type of requested value
6621:
6622: 2009-09-17 misha
6623:
6624: * tests/212.html: - tests for .pattern and .options were added
6625:
6626: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6627: $regex.options were added
6628:
6629: 2009-09-11 misha
6630:
6631: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6632: rewrited. it checks not just one case of sending cookies during
6633: file::load[http], but also sending headers and fields (including
6634: files)
6635:
6636: 2009-09-10 misha
6637:
6638: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6639: was removed => now parser can open files with Russian 'r' in
6640: filename
6641:
6642: * src/main/untaint.C: - bugfix: client charset whould be analized
6643: while escaping cookies but now source charset
6644:
6645: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6646: ^tainted[uri] so it was possible to make request with incorrect
6647: http header
6648:
6649: * src/main/pa_http.C: - capitalization of http headers during
6650: file::load[http was slightly changes - bugfix: all headers which
6651: parser sends during file::load[http should be transcoded and only
6652: then escaped
6653:
6654: * src/main/untaint.C: - a bit more comments were added
6655:
6656: * src/classes/: file.C, string.C: - types where changes (minus 2
6657: warnings)
6658:
6659: * src/include/pa_common.h: - 2 capitalized strings for making http
6660: headers during file::load[http were added
6661:
6662: 2009-09-08 misha
6663:
6664: * operators.txt: - changes in file.save and string.save were added
6665:
6666: * tests/: 230.html, 230.txt: - tests for checking options in
6667: file.save and string.save were added
6668:
6669: * src/main/pa_request.C: - http headers names, which are passed to
6670: SAPI::add_header_attribute are lowercased now (it'll be
6671: capitalized in that method)
6672:
6673: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
6674: classes/string.C: - file_write accepts Request_charsets and asked
6675: charset and cound transcode content before writing - string.save
6676: and file.save have option $.charset now
6677:
6678: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
6679: classes/xdoc.C: - file_write accepts Request_charsets and asked
6680: charset and cound transcode content before writing
6681:
6682: * src/include/pa_exception.h: - new exception comment string was
6683: defined
6684:
6685: 2009-09-07 misha
6686:
6687: * src/main/compile.y: - grammar $name\ name stops now for regex
6688: sub-pattern\s
6689:
6690: 2009-09-04 misha
6691:
6692: * src/main/pa_http.C: - capitalization of http headers during
6693: file::load[http was implemented
6694:
6695: 2009-09-03 misha
6696:
6697: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6698: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
6699: types/pa_vmail.C, targets/cgi/parser3.C,
6700: targets/isapi/parser3isapi.C: - back to storing response http
6701: headers in lowercase - capitalize them during output
6702:
6703: 2009-08-31 misha
6704:
6705: * src/classes/table.C: - allow call with any brackets (it could be
6706: useful in methods with explict result declaration)
6707:
6708: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
6709: correctly if $request:charset==koi8-r
6710:
6711: 2009-08-30 misha
6712:
6713: * src/: include/pa_common.h, main/pa_request.C: - http headers were
6714: changed: content-type => Content-type and so on
6715:
6716: * src/classes/file.C, src/include/pa_common.h,
6717: src/include/pa_request.h, src/main/pa_http.C,
6718: src/main/pa_request.C, src/types/pa_vcookie.C,
6719: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
6720: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
6721: tests/results/002.processed, tests/results/003.processed,
6722: tests/results/004.processed, tests/results/005.processed,
6723: tests/results/006.processed, tests/results/007.processed,
6724: tests/results/008.processed, tests/results/009.processed,
6725: tests/results/010.processed, tests/results/011.processed,
6726: tests/results/012.processed, tests/results/013.processed,
6727: tests/results/014.processed, tests/results/015.processed,
6728: tests/results/016.processed, tests/results/017.processed,
6729: tests/results/018.processed, tests/results/019.processed,
6730: tests/results/020.processed, tests/results/021.processed,
6731: tests/results/022.processed, tests/results/023.processed,
6732: tests/results/024.processed, tests/results/025.processed,
6733: tests/results/026.processed, tests/results/027.processed,
6734: tests/results/028.processed, tests/results/029.processed,
6735: tests/results/030.processed, tests/results/031.processed,
6736: tests/results/032.processed, tests/results/033.processed,
6737: tests/results/034.processed, tests/results/035.processed,
6738: tests/results/036.processed, tests/results/037.processed,
6739: tests/results/038.processed, tests/results/039.processed,
6740: tests/results/040.processed, tests/results/041.processed,
6741: tests/results/042.processed, tests/results/043.processed,
6742: tests/results/044.processed, tests/results/045.processed,
6743: tests/results/046.processed, tests/results/047.processed,
6744: tests/results/048.processed, tests/results/049.processed,
6745: tests/results/050.processed, tests/results/051.processed,
6746: tests/results/052.processed, tests/results/053.processed,
6747: tests/results/054.processed, tests/results/055.processed,
6748: tests/results/056.processed, tests/results/057.processed,
6749: tests/results/058.processed, tests/results/059.processed,
6750: tests/results/060.processed, tests/results/061.processed,
6751: tests/results/062.processed, tests/results/063.processed,
6752: tests/results/064.processed, tests/results/065.processed,
6753: tests/results/066.processed, tests/results/067.processed,
6754: tests/results/068.processed, tests/results/069.processed,
6755: tests/results/070.processed, tests/results/071.processed,
6756: tests/results/072.processed, tests/results/073.processed,
6757: tests/results/074.processed, tests/results/075.processed,
6758: tests/results/076.processed, tests/results/077.processed,
6759: tests/results/078.processed, tests/results/079.processed,
6760: tests/results/080.processed, tests/results/081.processed,
6761: tests/results/082.processed, tests/results/083.processed,
6762: tests/results/084.processed, tests/results/085.processed,
6763: tests/results/086.processed, tests/results/087.processed,
6764: tests/results/088.processed, tests/results/089.processed,
6765: tests/results/090.processed, tests/results/091.processed,
6766: tests/results/092.processed, tests/results/093.processed,
6767: tests/results/094.processed, tests/results/095.processed,
6768: tests/results/096.processed, tests/results/097.processed,
6769: tests/results/098.processed, tests/results/099.processed,
6770: tests/results/100.processed, tests/results/101.processed,
6771: tests/results/102.processed, tests/results/103.processed,
6772: tests/results/104.processed, tests/results/105.processed,
6773: tests/results/106.processed, tests/results/107.processed,
6774: tests/results/108.processed, tests/results/109.processed,
6775: tests/results/110.processed, tests/results/111.processed,
6776: tests/results/112.processed, tests/results/113.processed,
6777: tests/results/114.processed, tests/results/115.processed,
6778: tests/results/116.processed, tests/results/117.processed,
6779: tests/results/118.processed, tests/results/119.processed,
6780: tests/results/120.processed, tests/results/121.processed,
6781: tests/results/122.processed, tests/results/123.processed,
6782: tests/results/124.processed, tests/results/125.processed,
6783: tests/results/126.processed, tests/results/127.processed,
6784: tests/results/128.processed, tests/results/129.processed,
6785: tests/results/130.processed, tests/results/131.processed,
6786: tests/results/132.processed, tests/results/133.processed,
6787: tests/results/134.processed, tests/results/135.processed,
6788: tests/results/136.processed, tests/results/138.processed,
6789: tests/results/139.processed, tests/results/140.processed,
6790: tests/results/141.processed, tests/results/142.processed,
6791: tests/results/143.processed, tests/results/144.processed,
6792: tests/results/145.processed, tests/results/146.processed,
6793: tests/results/147.processed, tests/results/148.processed,
6794: tests/results/149.processed, tests/results/150.processed,
6795: tests/results/151.processed, tests/results/152.processed,
6796: tests/results/153.processed, tests/results/154.processed,
6797: tests/results/155.processed, tests/results/156.processed,
6798: tests/results/157.processed, tests/results/158.processed,
6799: tests/results/159.processed, tests/results/160.processed,
6800: tests/results/161.processed, tests/results/162.processed,
6801: tests/results/163.processed, tests/results/164.processed,
6802: tests/results/165.processed, tests/results/166.processed,
6803: tests/results/167.processed, tests/results/168.processed,
6804: tests/results/169.processed, tests/results/170.processed,
6805: tests/results/171.processed, tests/results/172.processed,
6806: tests/results/173.processed, tests/results/174.processed,
6807: tests/results/175.processed, tests/results/176.processed,
6808: tests/results/177.processed, tests/results/178.processed,
6809: tests/results/179.processed, tests/results/180.processed,
6810: tests/results/181.processed, tests/results/182.processed,
6811: tests/results/183.processed, tests/results/184.processed,
6812: tests/results/185.processed, tests/results/186.processed,
6813: tests/results/187.processed, tests/results/188.processed,
6814: tests/results/189.processed, tests/results/190.processed,
6815: tests/results/191.processed, tests/results/192.processed,
6816: tests/results/193.processed, tests/results/194.processed,
6817: tests/results/195.processed, tests/results/196.processed,
6818: tests/results/197.processed, tests/results/198.processed,
6819: tests/results/199.processed, tests/results/200.processed,
6820: tests/results/201.processed, tests/results/202.processed,
6821: tests/results/203.processed, tests/results/204.processed,
6822: tests/results/205.processed, tests/results/206.processed,
6823: tests/results/207.processed, tests/results/208.processed,
6824: tests/results/209.processed, tests/results/210.processed,
6825: tests/results/211.processed, tests/results/212.processed,
6826: tests/results/213.processed, tests/results/214.processed,
6827: tests/results/215.processed, tests/results/216.processed,
6828: tests/results/217.processed, tests/results/218.processed,
6829: tests/results/219.processed, tests/results/220.processed,
6830: tests/results/221.processed, tests/results/222.processed,
6831: tests/results/223.processed, tests/results/224.processed,
6832: tests/results/225.processed, tests/results/226.processed,
6833: tests/results/227.processed, tests/results/228.processed,
6834: tests/results/229.processed: - http headers were changed:
6835: content-type => Content-type and so on
6836:
6837: 2009-08-27 misha
6838:
6839: * src/: main/pa_random.C, include/pa_random.h,
6840: targets/cgi/parser3.C: - year was updated :)
6841:
6842: 2009-08-26 misha
6843:
6844: * tests/: 224.html, 224.p: - test for creating of parser object
6845: using constructor without params - little bugfix in test
6846:
6847: * src/main/compile_tools.h: - bugfix: should't call autouse while
6848: checking existed class while processing partial option
6849:
6850: * src/classes/reflection.C: - bugfix: core when creating object
6851: with reflection and constructor doesn't have params
6852:
6853: 2009-08-24 misha
6854:
6855: * tests/229.html: - tests for checking the number of parameters
6856: were added
6857:
6858: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
6859: number of method's parameters wasn't checked correctly (the bug
6860: was introduced in 3.4.0)
6861:
6862: 2009-08-22 misha
6863:
6864: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
6865: transcoded, but tainted pieces are escaped only when
6866: content-type==url-encoding
6867:
6868: * tests/228.html: - test for checking
6869: ^file::load[http://...;$.body[]]
6870:
6871: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
6872: post charset was too early (charsets is empty at this moment)
6873:
6874: 2009-08-21 misha
6875:
6876: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
6877: main/untaint.C: - some fixes with transcode+untaint
6878:
6879: 2009-08-15 misha
6880:
6881: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
6882: was increaced to 100 (was 50)
6883:
6884: * tests/227.html: - test for checking overriding properties in
6885: static classes was added
6886:
6887: * tests/: 226.html, 226.p: - test for @autoload[] was added
6888:
6889: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
6890: main/execute.C, main/pa_request.C, classes/reflection.C: -
6891: autouse was implemented
6892:
6893: 2009-08-14 misha
6894:
6895: * src/classes/reflection.C: - outdated checkout was removed
6896:
6897: * src/classes/reflection.C: - optimization - method ^dynamical was
6898: added.
6899:
6900: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
6901: types/pa_vstateless_class.h, main/execute.C: - optimization
6902:
6903: * src/types/pa_vclass.C: - exception if base on sytem class
6904:
6905: 2009-08-12 misha
6906:
6907: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
6908: pa_vstateless_class.h: - little optimisation
6909:
6910: 2009-08-11 misha
6911:
6912: * tests/224.html: - method_params => method_info - checking for
6913: $.inherited
6914:
6915: * src/classes/reflection.C, operators.txt: - method method_params
6916: was renamed to method_info and now it returns class name, if
6917: method was defined in ancestor
6918:
6919: * tests/225.html: - tests for cheching properties in hierarhical
6920: classes were added
6921:
6922: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
6923: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6924: main/compile.y, main/execute.C, classes/classes.C: - problems
6925: with properties in new classes implementation were fixed
6926:
6927: 2009-08-10 misha
6928:
6929: * src/main/execute.C: - now constructor shouldn't be defined in
6930: class. it could be defined in parent.
6931:
6932: 2009-08-09 misha
6933:
6934: * src/classes/reflection.C: - ^reflection:methods doesn't return
6935: base's methods
6936:
6937: 2009-08-08 misha
6938:
6939: * src/: classes/classes.h, classes/date.C, classes/file.C,
6940: classes/form.C, classes/hash.C, classes/hashfile.C,
6941: classes/image.C, classes/mail.C, classes/op.C,
6942: classes/reflection.C, classes/regex.C, classes/string.C,
6943: classes/table.C, classes/xdoc.C, classes/xnode.C,
6944: classes/xnode.h, include/pa_hash.h, main/execute.C,
6945: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
6946: types/pa_method.h, types/pa_property.h, types/pa_value.C,
6947: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6948: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6949: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
6950: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
6951: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
6952: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
6953: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
6954: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
6955: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
6956: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
6957: types/pa_vresponse.C, types/pa_vresponse.h,
6958: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
6959: types/pa_vstateless_object.h, types/pa_vstatus.C,
6960: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
6961: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
6962: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
6963: types/pa_wwrapper.h, types/types.vcproj: - new classes
6964: implementation
6965:
6966: * buildall-with-xml, buildall-without-xml: - gc has a bug if
6967: USE_MUNMAP is used. so it is disabled as a workaround.
6968:
6969: 2009-08-05 misha
6970:
6971: * src/: main/pa_common.C, include/pa_common.h: - not needed
6972: parameter was removed
6973:
6974: * src/main/pa_http.C: - bugfix: error was during detecting
6975: content-type of file which was loaded by http
6976:
6977: 2009-08-01 misha
6978:
6979: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
6980: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
6981: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
6982: can't be disabled with defines any longer
6983:
6984: 2009-07-29 misha
6985:
6986: * src/classes/reflection.C, tests/results/224.processed: - for
6987: native methods with any call type now returned empty call_type
6988: value
6989:
6990: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6991: classes/table.C, include/pa_hash.h, include/pa_request.h,
6992: main/pa_request.C: - break in cycles was optimized
6993:
6994: * INSTALL: - more defines were described
6995:
6996: 2009-07-28 misha
6997:
6998: * operators.txt: - some changes in information about reflection
6999: class
7000:
7001: * tests/: 224.html, 224.p: - tests for reflection class
7002:
7003: * src/classes/reflection.C: - some bugs were fixed, method classes
7004: was added, refactoring
7005:
7006: 2009-07-26 misha
7007:
7008: * src/classes/classes.vcproj: - reflection class wass added to
7009: project
7010:
7011: * operators.txt: - information about reflection class was added
7012:
7013: * src/classes/reflection.C: - class was redesigned
7014:
7015: 2009-07-24 misha
7016:
7017: * src/classes/: Makefile.am, reflection.C: - class reflection was
7018: added
7019:
7020: * src/types/pa_vstateless_class.h: - method for reflection method's
7021: in classes was added
7022:
7023: 2009-07-22 misha
7024:
7025: * src/main/compile_tools.h: - bugfix: $object.$var was
7026: over-optimized. it failed if $object1.$object2.field
7027:
7028: 2009-07-16 misha
7029:
7030: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7031: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7032: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7033: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7034: one more arg: length of cord
7035:
7036: 2009-07-15 misha
7037:
7038: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7039: tainted in ^file::load[http://...;$.cookies[]]
7040:
7041: * src/classes/: op.C, regex.C, string.C: - new string with
7042: exception was used
7043:
7044: * src/include/pa_exception.h: - new string with exception was added
7045:
7046: * tests/223.html: - test for checking cookie-encoding during
7047: ^file::load[http was added
7048:
7049: * tests/: 221.html, 222.html: - tests for checking type of
7050: $table.fields.field were added
7051:
7052: * src/types/pa_vtable.C: - not used var decl was removed
7053:
7054: * src/include/pa_string.h: - use cached string length in Body::mid.
7055: it improves speed of match with brackets in pattern
7056:
7057: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7058: outside
7059:
7060: 2009-07-14 misha
7061:
7062: * src/types/pa_vtable.C: - $table.fields.a return string even if
7063: column is empty (sometime returned void) - $table.fields was
7064: added for nameless tables
7065:
7066: * src/targets/cgi/getopt.c: - one warning resolved
7067:
7068: * src/main/pa_string.C: - potentian bug fixed
7069:
7070: * src/classes/op.C: - small optimization in taint/untaint
7071:
7072: 2009-07-13 misha
7073:
7074: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7075: added
7076:
7077: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7078: souldn't add the attribut to output
7079:
7080: 2009-07-11 misha
7081:
7082: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7083: stack size was increaced to 2MB (default=1MB)
7084:
7085: 2009-07-08 misha
7086:
7087: * src/main/pa_string.C: - link to UTF-8 description was added
7088:
7089: * src/include/pa_hash.h: - hash keeps element's order in more
7090: places (ex: ._keys[])
7091:
7092: * tests/220.html: - test for checking order of elements in hash in
7093: foreach was added
7094:
7095: * tests/172.html: - small changes in printing hash
7096:
7097: * tests/129.html: - small changes in printing hash
7098:
7099: * src/: include/pa_common.h, include/pa_hash.h,
7100: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7101: types/pa_vmethod_frame.h: - hash now keeps order of elements
7102:
7103: * tests/014.html: - small changes in printing hash
7104:
7105: 2009-07-07 misha
7106:
7107: * src/classes/op.C: - new taint language "parser-code" was added
7108:
7109: * tests/219.html: - test for auto untaint parser code in process
7110: was added
7111:
7112: * src/classes/op.C: - tainted pieces in body of process are
7113: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7114:
7115: * src/: include/pa_string.h, main/untaint.C: - new language
7116: L_PARSER_CODE for auto-untaint in process was added
7117:
7118: * src/: classes/file.C, classes/hash.C, classes/image.C,
7119: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7120: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7121: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7122: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7123: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7124: code cleanup
7125:
7126: 2009-07-06 misha
7127:
7128: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7129: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7130: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7131:
7132: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7133: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7134: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7135: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7136: should be used
7137:
7138: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7139: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7140: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7141: untaint_cstr[m] should be used
7142:
7143: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7144: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7145:
7146: * tests/218.html: - test for checking automatic file-spec-taint was
7147: added
7148:
7149: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7150: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7151: classes/file.C, classes/hash.C, classes/image.C,
7152: classes/string.C, classes/table.C, classes/void.C,
7153: classes/xdoc.C: - optimizations and simplification of
7154: string.cstr(...)
7155:
7156: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7157: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7158: - optimizations and simplification of string.cstr(...)
7159:
7160: 2009-07-04 misha
7161:
7162: * tests/217.html: - test for recursion detection was added
7163:
7164: * src/: types/types.vcproj, main/main.vcproj,
7165: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7166: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7167: from .vcproj
7168:
7169: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7170:
7171: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7172: uploading files and case-insensitive http-method were added
7173:
7174: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7175: tainted pattern in ^file:list[] was added
7176:
7177: 2009-07-03 misha
7178:
7179: * src/: classes/classes.vcproj, main/main.vcproj,
7180: types/types.vcproj, targets/cgi/parser3.vcproj,
7181: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7182: for dynamic_cast) - little options changes
7183:
7184: * src/main/pa_http.C: - file::load[http works now with uploading
7185: files _and_ changing $.charset
7186:
7187: 2009-06-29 misha
7188:
7189: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7190: while creating pattern
7191:
7192: 2009-06-25 misha
7193:
7194: * src/classes/image.C, operators.txt: - options' names for
7195: ^image.font were changed to $.space, $.width and $spacing -
7196: default space width now == gif's width
7197:
7198: 2009-06-24 misha
7199:
7200: * tests/215.html: - tests for $file.mode were added
7201:
7202: * operators.txt: - added info about $file.mode and changes in
7203: ^image.font[
7204:
7205: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7206: param now could be omited - third param now could be hash (with
7207: all widths options: $.space-width, $.letter-width) - it's
7208: possible to specify tracking ($.letter-space)
7209:
7210: * src/classes/file.C: - file objects now could have mode field
7211: (text|binary)
7212:
7213: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7214:
7215: 2009-06-23 misha
7216:
7217: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7218: trim can work with utf-8 chars now
7219:
7220: 2009-06-20 misha
7221:
7222: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7223: was implemented
7224:
7225: * src/classes/table.C: - string length cacheing was implemented
7226:
7227: * src/include/pa_string.h: - string length cacheing was implemented
7228:
7229: 2009-06-17 misha
7230:
7231: * src/main/execute.C: - value param was removed from
7232: WContext::WContext
7233:
7234: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7235: pa_wwrapper.h: - value param was removed from WContext::WContext
7236: - field wcontext was removed from VCodeFrame (using fparent
7237: instead)
7238:
7239: * tests/214.html: - test with hash copying
7240:
7241: 2009-06-16 misha
7242:
7243: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7244: strings doesn't work in expression anymore
7245:
7246: * src/main/execute.C: - less calls for get_constructing() - little
7247: refactoring
7248:
7249: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7250: include/pa_request.h: - less calls for get_constructing()
7251:
7252: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7253: introduced with OPTIMIZE_SINGLE_STRING optimization
7254:
7255: 2009-06-14 misha
7256:
7257: * src/: classes/date.C, classes/file.C, classes/hash.C,
7258: classes/hashfile.C, classes/image.C, classes/regex.C,
7259: classes/table.C, classes/xdoc.C, classes/xnode.h,
7260: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7261: types/pa_vstateless_class.h, main/execute.C: - create object for
7262: storing object's fields only for parser objects
7263:
7264: 2009-06-13 misha
7265:
7266: * buildall-with-xml, buildall-without-xml: - new option was added
7267: for building GC (it slightly reduces memory usage)
7268:
7269: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7270: single string write
7271:
7272: * src/main/execute.C: - bytecode optimization of ^class:constructor
7273: - optimization of single string write
7274:
7275: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7276: - bytecode optimization of ^class:constructor
7277:
7278: 2009-06-09 misha
7279:
7280: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7281: main (better compatibility)
7282:
7283: 2009-06-08 misha
7284:
7285: * src/main/compile.y: - I've forgot to commit it :(
7286:
7287: 2009-06-07 misha
7288:
7289: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7290: WITH_READ and WITH_ROOT
7291:
7292: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7293: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7294: WITH_ROOT - little refactoring
7295:
7296: 2009-06-06 misha
7297:
7298: * tests/213.html: - tests for 3rd match string-param were added
7299:
7300: * src/classes/string.C: - 3rd match param could be string now
7301:
7302: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7303: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7304: GET_OBJECT_ELEMENT
7305:
7306: 2009-06-05 misha
7307:
7308: * src/main/pa_http.C: - bugfix: content-length was not calculated
7309: if $.body was specified
7310:
7311: 2009-06-04 misha
7312:
7313: * src/classes/op.C: - optimizing write_assign_lang in connect
7314:
7315: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7316:
7317: * src/main/execute.C: - little refactoring - optimizing
7318: write_assign_lang in taint/untaint
7319:
7320: * src/include/pa_opcode.h: - little refactoring
7321:
7322: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7323: main/compile_tools.h, main/execute.C: - optimizations for
7324: $self.field, ^self.method, $self.field[...] and $self.field(...)
7325: were added
7326:
7327: 2009-06-03 misha
7328:
7329: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7330:
7331: 2009-06-02 misha
7332:
7333: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7334: include/pa_opcode.h: - refactoring in last optimizations
7335: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7336: now but code is much easy and it is ready for further
7337: improvements.
7338:
7339: 2009-05-27 misha
7340:
7341: * src/: types/pa_junction.h, types/pa_vjunction.C,
7342: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7343: changed in destructing junctions
7344:
7345: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7346: String:Body
7347:
7348: 2009-05-26 misha
7349:
7350: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7351: one method detect_charset was deleted - bug was fixed in this
7352: method (error while detecting charset in content_type withot last
7353: ';')
7354:
7355: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7356: once
7357:
7358: 2009-05-25 misha
7359:
7360: * src/classes/file.C: - bugfix: file::exec didn't work after
7361: optimizing of helper_length
7362:
7363: 2009-05-24 misha
7364:
7365: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7366: were added - little refactoring
7367:
7368: * src/main/execute.C: - core while printing in debug log
7369: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7370: optimisations were added
7371:
7372: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7373: were added
7374:
7375: 2009-05-23 misha
7376:
7377: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7378: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7379: CORD_cat optimization
7380:
7381: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7382: - call constr optimisation under separate define now
7383:
7384: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7385: in $b should be string, not void
7386:
7387: * src/main/compile.y: - little fix for rem-cut optimisation
7388:
7389: * src/: include/pa_opcode.h, main/compile_tools.C,
7390: main/compile_tools.h, main/execute.C: - optimisations for
7391: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7392:
7393: * INSTALL: - description of some #defined were added
7394:
7395: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7396: before 1st access (memory usage is reduced if don't access to
7397: .text field)
7398:
7399: * src/include/pa_array.h: - array grows step now not static (it
7400: reduces numbers of reallocs)
7401:
7402: 2009-05-20 misha
7403:
7404: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7405: $.b(2), $c[d] and $.e[f] was added
7406:
7407: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7408: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7409: $.e[f] was added
7410:
7411: * src/main/execute.C: - debug printing moved in defines
7412:
7413: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7414: and little refactoring for OP_GET_OBJECT_ELEMENT +
7415: OP_GET_OBJECT_VAR_ELEMENT optimisation
7416:
7417: 2009-05-19 misha
7418:
7419: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7420: execute.C: - $a.$b & ^a.$b bytecode optimisation
7421:
7422: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7423: ^a.$b optimisation)
7424:
7425: * src/main/compile.y: - compiler now generate new opcodes:
7426: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7427: ^a.b - compiler now cut off ^rem{ with all content ; any number
7428: of params }
7429:
7430: * src/main/execute.C: - code for handle new opcodes
7431: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7432:
7433: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7434: added for LA2V and LA2S
7435:
7436: * src/include/pa_opcode.h: - new defines which can be used for
7437: disable some bytecode optimisation and new opcodes were added
7438:
7439: 2009-05-17 misha
7440:
7441: * src/lib/cord/cordxtra.c: - bugfix.
7442:
7443: * tests/212.html: - .size[] and .study_size[] were added to tests
7444:
7445: * operators.txt: - info about regex class was added
7446:
7447: * tests/212.html: - tests for regex class were added
7448:
7449: 2009-05-16 misha
7450:
7451: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7452: gc7.1
7453:
7454: * tests/022.html: - test for ^file:list[path;] (empty second param)
7455: was added
7456:
7457: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7458: param) should work
7459:
7460: 2009-05-15 misha
7461:
7462: * src/classes/table.C: - automatically disable stringstream usage
7463: on freebsd4
7464:
7465: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7466: scope
7467:
7468: * tests/211.html: - test with different types of access to hash was
7469: added
7470:
7471: * tests/210.html: - test which checks for loosing tainting in
7472: hash's keys was added
7473:
7474: * tests/208.html: - some parser work added. or stime == 0 %-)
7475:
7476: * src/lib/cord/cordbscs.c: - little hack was added to cord
7477:
7478: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7479:
7480: * src/include/pa_version.h, configure.in: - moko have made a lot of
7481: optimisations for increacing version number more dramatically :)
7482:
7483: * src/classes/date.C: - little refactoring: use constructor which
7484: accepts formated string
7485:
7486: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7487: which can print formatted string was added
7488:
7489: 2009-05-14 misha
7490:
7491: * src/include/pa_string.h: - type was fixed
7492:
7493: * src/: classes/hashfile.C, classes/op.C,
7494: include/pa_cache_managers.h, include/pa_charset.h,
7495: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7496: include/pa_request.h, include/pa_sql_driver_manager.h,
7497: include/pa_string.h, include/pa_stylesheet_manager.h,
7498: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7499: main/pa_charsets.C, main/pa_string.C,
7500: main/pa_stylesheet_connection.C, types/pa_value.h,
7501: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7502: types/pa_vobject.C, types/pa_vstateless_class.C,
7503: types/pa_vstateless_class.h: - hash_code caching was implemented
7504: (seaches should be faster now)
7505:
7506: * src/: classes/file.C, classes/hash.C, classes/image.C,
7507: classes/string.C, classes/table.C, include/pa_string.h,
7508: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7509: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7510: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7511: types/pa_vrequest.C: - String constructors don't have that stupid
7512: true/false param which means 'tainted'. they accept lang instead.
7513:
7514: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7515: with OPTIMIZE_RESULT
7516:
7517: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7518: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7519:
7520: 2009-05-13 misha
7521:
7522: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7523: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7524: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7525: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7526: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7527: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7528: include/pa_string.h, classes/date.C, classes/file.C,
7529: classes/hash.C, classes/image.C, classes/string.C,
7530: classes/table.C, classes/xdoc.C: - result optimisation -
7531: helper_length parameter removed from string constructors
7532:
7533: 2009-05-11 misha
7534:
7535: * tests/209.html: - tests for ^hash::create[hash] were added
7536:
7537: * tests/208.html: - tests for $status:rusage, $status:memory,
7538: ^memory:compact[] were added
7539:
7540: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7541: log10 were added
7542:
7543: * tests/206.html: - test for try with finally was added
7544:
7545: 2009-05-10 misha
7546:
7547: * tests/205.html: - test for ^file::create[...] was added
7548:
7549: * tests/204.html: - test for ^response:clear[] was added
7550:
7551: * tests/038.html: - tests for trigonometric functions were added
7552:
7553: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7554: added - more tests for .add, .sub, .union, .intersects and
7555: .intersections
7556:
7557: * tests/065.html: - test for ^file:dirname was added
7558:
7559: * tests/030.html: - test for $cookie:fields was added
7560:
7561: * tests/203.html: - test for ^h._keys[column name] was added
7562:
7563: * tests/201.html: - tests for .trim were added
7564:
7565: * tests/202.html: - tests for last-day,
7566: date:calendar[type](YYYY;MM;DD) were added
7567:
7568: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7569: .offset[type](N) were added
7570:
7571: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7572: and .pos[c](N) were added
7573:
7574: * tests/141.html: - test for math:sha1 was added
7575:
7576: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7577:
7578: 2009-05-09 misha
7579:
7580: * src/main/compile.y: - rollback
7581:
7582: 2009-05-05 misha
7583:
7584: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7585: replaced by is_empty()
7586:
7587: * src/: include/pa_string.h, main/pa_charset.C: - little
7588: optimisation: somewhere length() was replaced by is_empty()
7589:
7590: * src/classes/table.C: - little optimisation: somewhere length()
7591: was replaced by is_empty()
7592:
7593: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7594: classes/op.C, classes/table.C, main/pa_exception.C: - little
7595: optimisation: somewhere length() was replaced by is_empty()
7596:
7597: 2009-05-04 misha
7598:
7599: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7600: types/pa_vstateless_class.h, main/execute.C,
7601: include/pa_request.h, classes/hash.C, classes/op.C,
7602: classes/table.C: - more optimisations were added: some operators
7603: don't switch write context anylonger
7604:
7605: 2009-05-01 misha
7606:
7607: * src/main/compile.y: - slightly more opcode optimisations for
7608: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7609:
7610: * src/main/execute.C: - simplifying process for getters
7611:
7612: 2009-04-30 misha
7613:
7614: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7615:
7616: * tests/results/199.processed: - test for checking $result into
7617: ^rem was added
7618:
7619: * tests/199.html: - test for checking $result into ^rem was added
7620:
7621: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7622: some OS it returns list in different order)
7623:
7624: * src/: include/pa_array.h, include/pa_request.h,
7625: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7626: changes in stack impl - get_element() optimisation: 3rd param
7627: removed - bugfix: problems with reading empty input param -
7628: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7629:
7630: * tests/results/198.processed: - test for reading empty local var
7631: was added
7632:
7633: * tests/198.html: - test for reading empty local var was added
7634:
7635: 2009-04-29 misha
7636:
7637: * src/main/compile.y: - bugfix: couldn't compile because
7638: OP_VALUE__GET_ELEMENT should be unde #ifdef
7639:
7640: * src/: include/pa_array.h, include/pa_opcode.h,
7641: include/pa_request.h, main/compile.y, main/execute.C,
7642: main/pa_request.C, types/pa_vmethod_frame.C,
7643: types/pa_vmethod_frame.h: - we can work without opcode
7644: OP_STORE_PARAM, so it was removed
7645:
7646: 2009-04-28 misha
7647:
7648: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
7649: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
7650: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
7651: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
7652: 4.
7653: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
7654:
7655: * src/main/compile_tools.h: - new stuff for op-codes optimisation
7656:
7657: * src/: main/pa_string.C, classes/string.C: - !length() =>
7658: is_empty()
7659:
7660: 2009-04-27 misha
7661:
7662: * src/types/pa_vregex.h: - back explicit vars initialisation
7663:
7664: 2009-04-24 misha
7665:
7666: * src/classes/string.C: - ups. typo fixed
7667:
7668: * src/main/execute.C: - more replacements '*new VBool' to
7669: 'VBool::get' - checks for ^break[], ^continue[] and
7670: parser.interrupted were optimised
7671:
7672: * src/classes/string.C: - number of params.count() calls was
7673: slightly reduced
7674:
7675: 2009-04-23 misha
7676:
7677: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7678: make it x64 friendly
7679:
7680: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
7681: parser is x64 friendly now
7682:
7683: 2009-04-22 misha
7684:
7685: * src/types/pa_vhashfile.C: - coder friendly exception about
7686: exceeding record size was added
7687:
7688: * src/classes/file.C: - use vregex object instead of direct calls
7689: methods from pcre lib
7690:
7691: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
7692: classes/string.C: - use vregex object instead of direct calls
7693: methods from pcre lib
7694:
7695: * src/: include/pa_common.h, main/pa_common.C: - method
7696: print_pcre_exec_error_text was moved to class vregex
7697:
7698: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
7699: was added
7700:
7701: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
7702: - class vregex was added
7703:
7704: 2009-04-21 misha
7705:
7706: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
7707:
7708: * src/: types/pa_junction.h, types/pa_value.C,
7709: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
7710: types/pa_wcontext.h, main/execute.C, classes/op.C: -
7711: junction-optimisation (destructors)
7712:
7713: * src/include/pa_array.h: - free under if now
7714:
7715: 2009-04-19 misha
7716:
7717: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
7718:
7719: 2009-04-18 misha
7720:
7721: * src/include/pa_version.h:
7722: :q :
7723:
7724: CV:
7725: ----------------------------------------------------------------------
7726:
7727: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
7728: refactoring
7729:
7730: * src/: include/pa_array.h, include/pa_hash.h,
7731: types/pa_vmethod_frame.h: - destructors under #ifdef now
7732:
7733: * src/include/pa_memory.h: - define for using destructors was added
7734:
7735: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7736: main/execute.C: - some junctions will be cached now
7737:
7738: * src/include/pa_hash.h: - hash destructor frees pairs now
7739:
7740: * src/include/pa_array.h: - inline was added to destructor
7741:
7742: * src/types/pa_method.h: - comment was changed
7743:
7744: 2009-04-17 misha
7745:
7746: * src/: include/pa_array.h, include/pa_hash.h,
7747: types/pa_vmethod_frame.h: - destructors were added
7748:
7749: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
7750: renamed to always_use_result
7751:
7752: * src/main/: compile.y, compile_tools.h: - rollback changes in
7753: compiler: full backward compatibility is better
7754:
7755: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
7756: result in var's hash
7757:
7758: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7759: optimisation in method_frame
7760:
7761: * src/include/pa_array.h: - optimisation in array (allocate
7762: elements only when needed)
7763:
7764: * src/types/pa_vresponse.C: - check for $response:headers field
7765: before looking at custom fields
7766:
7767: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
7768: not needed to check existance var with name 'result' in var's
7769: hash
7770:
7771: * src/main/compile.y: - compiler was changed: now it detects
7772: writings to $result and set flag writo_to_result in method
7773:
7774: * src/classes/string.C: - little optimisation: no needed to write
7775: number with lang
7776:
7777: * src/main/pa_charset.C: - methods readChar and skipChar which is
7778: used for read utf8-strings were renamed - is_escaped was renamed
7779: to isEscaped (to the same name convention)
7780:
7781: * src/: types/pa_method.h, main/compile_tools.h: - flag
7782: write_to_result added. compiler get this info from code.
7783:
7784: 2009-04-16 misha
7785:
7786: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
7787: String only before 1st write
7788:
7789: * src/include/pa_string.h: - not needed template removed
7790:
7791: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
7792: types/pa_vjunction.C, types/pa_vproperty.C,
7793: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
7794: main/pa_request.C, classes/bool.C, classes/double.C,
7795: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
7796: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
7797: bool objects)
7798:
7799: 2009-04-15 misha
7800:
7801: * src/lib/cord/cordxtra.c: - more optimisation
7802:
7803: * src/: include/pa_string.h, main/untaint.C: - String::append
7804: optimisation
7805:
7806: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
7807: then get and can sometime be used)
7808:
7809: * src/main/pa_string.C: - String::length optimisation
7810:
7811: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
7812: these methods read different strings
7813:
7814: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
7815: fresult_initial_void removed + some optimisation - if $result
7816: defined we don't write to context anymore
7817:
7818: * src/main/pa_charset.C: - readChar => skipChar (in this place we
7819: need just skip char)
7820:
7821: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7822: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
7823: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
7824:
7825: * src/types/pa_vvoid.h: - added get() method for retreave one
7826: instance
7827:
7828: 2009-04-11 misha
7829:
7830: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
7831:
7832: * tests/197.html: - test for parser://test in xml was added
7833:
7834: * src/classes/string.C: - small optimisation
7835:
7836: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
7837: optimisation
7838:
7839: 2009-04-10 misha
7840:
7841: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
7842: to pcre-7.8
7843:
7844: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
7845:
7846: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
7847: added
7848:
7849: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
7850: $request:CLASS_NAME were added
7851:
7852: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
7853: were added
7854:
7855: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
7856: $env:CLASS_NAME were added
7857:
7858: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
7859: '@todo' now
7860:
7861: * src/targets/cgi/parser3.C: - size_t -> int for calming down
7862: compirer
7863:
7864: * src/main/pa_string.C: - little code cleanup
7865:
7866: * src/main/pa_common.C: - describe one more UTF-8 related error
7867: during PCRE compile/execute
7868:
7869: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
7870: normalizing todo-comments: '@todo' now
7871:
7872: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
7873:
7874: * src/main/pa_charset.C: - type changed for making compiler happy
7875:
7876: 2009-03-10 misha
7877:
7878: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
7879: in main()
7880:
7881: 2009-02-01 misha
7882:
7883: * src/main/pa_http.C: - bugfix: double CRLF before the end of
7884: boundary
7885:
7886: 2009-01-25 misha
7887:
7888: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
7889:
7890: * src/classes/file.C: - more changes for parsing different number
7891: of params for file::load
7892:
7893: * tests/193.html: - tests for exception while base64-decode binary
7894: to string was added
7895:
7896: * tests/192.html: - tests for file::load with different number of
7897: options
7898:
7899: * src/classes/math.C: - ups. forgot '+1'
7900:
7901: * src/: classes/table.C, classes/file.C, include/pa_common.h,
7902: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
7903: main/pa_http.C: - ^file::load[...;http://...;] now can post files
7904: (new option $.encode[multipart-form/data] should be specified) -
7905: $.method[] option for file::load now is not case-sensitive
7906:
7907: * src/: include/pa_string.h, main/untaint.C: - for file post the
7908: new taint language L_FILE_POST was added
7909:
7910: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
7911: main/main.vcproj, classes/math.C, include/Makefile.am: - some
7912: stuff was moved to separate files
7913:
7914: 2009-01-23 misha
7915:
7916: * src/classes/math.C: - little optimisation in ^math:sha1[] -
7917: spaces to tabs were converted
7918:
7919: 2009-01-12 misha
7920:
7921: * src/main/pa_http.C: - value of $.method[] option force uppercased
7922: now
7923:
7924: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
7925: types/pa_vform.C, types/pa_vmail.C: - some constants changed
7926: their names
7927:
7928: * src/main/pa_common.C: - changes in formating
7929:
7930: * src/: classes/file.C, main/pa_http.C: - some constants changed
7931: their names
7932:
7933: * src/include/pa_http.h: - some spaces were converted to tabs
7934:
7935: * src/include/pa_common.h: - some constants changed their names
7936:
7937: * src/classes/file.C: - fixed 4-th paramether for file::load -
7938: little code rewriting
7939:
7940: * src/types/pa_vfile.C: - little code rewriting
7941:
7942: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
7943: types/pa_value.h: - some formating changes
7944:
7945: * src/include/pa_common.h: - some formating spaces transformed to
7946: tabs
7947:
7948: * src/classes/string.C: - exception while base64-decode binary to a
7949: string
7950:
7951: 2009-01-11 misha
7952:
7953: * configure.in: - version changed to 3.3.1b
7954:
7955: 2008-09-05 misha
7956:
7957: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
7958: release_3_3_0 on 2008-09-05 10:59:35 +0000
7959:
7960: 2008-09-04 misha
7961:
7962: * tests/: 130.html, 131.html: - these exceptions not typeless
7963: anymore
7964:
7965: * src/classes/op.C: - exception with 'invalid taint language' not
7966: typeless anylonger
7967:
7968: * src/classes/image.C: - some exceptions while operations with
7969: image not typeless anymore
7970:
7971: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
7972: main/pa_exec.C, main/pa_http.C: - some exceptions while
7973: operations with files not typeless anymore
7974:
7975: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
7976: types/pa_vdate.h: - exceptions while checking date range not
7977: typeless anymore
7978:
7979: * src/include/pa_exception.h: - exception type string for invalid
7980: date range was added
7981:
7982: 2008-09-03 misha
7983:
7984: * src/: classes/file.C, main/pa_string.C: - exception while pce
7985: operations not typeless anymore
7986:
7987: * src/include/pa_exception.h: - exception type for pce operations
7988: was added
7989:
7990: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
7991: and .CLASS_NAME insite classes
7992:
7993: * src/classes/table.C: - don't save table header whiile
7994: ^table.save[append;filename] if file exists
7995:
7996: 2008-09-02 misha
7997:
7998: * src/main/compile.y, src/main/compile_tools.h,
7999: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8000: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8001: renamed to partial and it login changed: we must mark class as
8002: partial for allow their modifications in future.
8003:
8004: 2008-08-29 misha
8005:
8006: * tests/results/022.processed: - testing taint[regex] in mask for
8007: file:list
8008:
8009: * tests/022.html: - testing taint[regex] in mask for file:list
8010:
8011: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8012: for file:list was added
8013:
8014: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8015: file:list
8016:
8017: 2008-08-26 misha
8018:
8019: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8020: last derived object
8021:
8022: * src/classes/image.C: - many strings "image.format" replaced by
8023: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8024: understand some more exif tags
8025:
8026: * src/include/pa_exception.h: - string "image.format" was added
8027:
8028: 2008-08-21 misha
8029:
8030: * src/: main/pa_string.C, classes/file.C: - use method for print
8031: pcre_exec text error
8032:
8033: * src/main/pa_common.C: - method for print pcre_exec text error was
8034: added
8035:
8036: * src/include/pa_common.h: - method declaration for print pcre_exec
8037: text error was added
8038:
8039: 2008-08-19 misha
8040:
8041: * src/main/execute.C: - bugfix: opcodes must be in separate
8042: namespace while debug execution as well
8043:
8044: * tests/: 015.html, results/015.processed: - test for escaping some
8045: parser chars was added
8046:
8047: 2008-08-18 misha
8048:
8049: * tests/: 190.html, 190.p, results/190.processed: - test for
8050: $caller.self.field + default getter in one class was added
8051:
8052: * tests/: 189.html, results/189.processed: - test for
8053: ^date::create[date object]
8054:
8055: * tests/: 188.html, results/188.processed: - tests for match with
8056: UTF-8 strings
8057:
8058: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8059: ^string.match[]
8060:
8061: * ChangeLog: - parser 3.3.0 beta13
8062:
8063: 2008-08-15 misha
8064:
1.116 moko 8065: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8066: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8067: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8068: dftables.c: - old PCRE files removed
1.95 moko 8069:
8070: * src/lib/pcre/config.h: - configuration for PCRE library
8071:
8072: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8073: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8074:
8075: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8076: library and set flag UTF8 if $request:charset is UTF-8
8077:
8078: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8079: include/pa_config_fixed.h: - moved to new PCRE library
8080:
8081: * src/: main/main.vcproj, types/types.vcproj,
8082: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8083: win32\pcre instead of parser3\src\lib\pcre
8084:
8085: * src/: include/pa_opcode.h, include/pa_operation.h,
8086: main/compile.C, main/compile.y, main/compile_tools.C,
8087: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8088: opcodes were moved to separate namespace
8089:
8090: 2008-08-14 misha
8091:
8092: * src/types/pa_vstateless_class.C: - newline at the end missed
8093:
8094: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8095: tainting
8096:
8097: 2008-08-11 misha
8098:
8099: * tests/: 187.html, 187.p, results/187.processed: - tests for
8100: $caller.self, $caller.self.field and $caller.self.field[value]
8101: were added
8102:
8103: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8104: runtime as well (for $caller.self)
8105:
8106: 2008-07-25 misha
8107:
8108: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8109: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8110: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8111: tests with international characters
8112:
8113: 2008-07-23 misha
8114:
8115: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8116: file::load[...;http://
8117:
8118: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8119: now everywhere in separate namespace
8120:
8121: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8122: for vars
8123:
8124: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8125: can be escaped by '^'
8126:
8127: 2008-07-22 misha
8128:
8129: * src/classes/string.C, tests/186.html: - names changes:
8130: escape=>js-escape, unescape=>js-unescape
8131:
8132: 2008-07-21 misha
8133:
8134: * tests/results/186.processed: - test for string escape/unescape
8135:
8136: * tests/186.html: - test for string escape/unescape
8137:
8138: * src/classes/string.C: - string has escape and unescape methods
8139: now
8140:
8141: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8142: added
8143:
8144: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8145: method-layers added (with different params)
8146:
8147: 2008-07-18 misha
8148:
8149: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8150: was added
8151:
8152: * tests/185.html: - test for ^str.pos[sub](offset) added
8153:
8154: * src/classes/string.C, src/classes/void.C, operators.txt: -
8155: ^string.pos[substr](offset) -- 2nd param accepted now
8156:
8157: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8158: strings
8159:
8160: 2008-07-17 misha
8161:
8162: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8163: helper length added for mid for small optimisation
8164:
8165: 2008-07-16 misha
8166:
8167: * tests/: 185.html, results/185.processed: - tests for
8168: length/left/right/mid/pos with utf-8 strings
8169:
8170: * src/classes/string.C: - left/right/mid/length/pos works fine for
8171: utf-8 strings
8172:
8173: * src/main/untaint.C: - comments removed
8174:
8175: * src/: include/pa_string.h, main/pa_string.C,
8176: include/pa_charset.h, main/pa_charset.C: - methods for working
8177: with pos/mid for strings in utf-8 were added
8178:
8179: 2008-07-15 misha
8180:
8181: * tests/: 184.html, results/184.processed: - test for case body as
8182: expression: $var(^switch(1){^case(1)(true)..})
8183:
8184: * src/classes/op.C: - case body can be expression now:
8185: $var(^switch(1){^case(1)(true)..})
8186:
8187: * tests/: results/183.processed, 183.html: - added test for testing
8188: new cookie encoding (%uXXXX)
8189:
8190: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8191: decoding for backward compatibility they decoded from %XX in
8192: request:charset too
8193:
8194: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8195: - cookie class now decode cookies before first access after last
8196: request:charset changing (as form class).
8197:
8198: * src/main/pa_charset.C: - added method escape for escaping cookies
8199: as %uXXXX - before transcode calculate required space for dest
8200: string. it reduce mem usage for transcode
8201:
8202: * src/include/pa_charset.h: - added method escape for escaping
8203: cookies as %uXXXX
8204:
8205: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8206: was added. will used for escaping cookies as %uXXXX
8207:
8208: * src/include/pa_common.h: - escape method has new option for skip
8209: converting '+' to a space char
8210:
8211: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8212: transcode - escape method has new option for skip converting '+'
8213: to a space char
8214:
8215: 2008-07-08 misha
8216:
8217: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8218: (no UE if more then 1 case matches anylonger) - optimization:
8219: doing searching.as_string() || searching.as_double() only once
8220:
8221: 2008-07-04 misha
8222:
8223: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8224: now ^date::create[date object] works
8225:
8226: * src/classes/string.C: - left and right added as aliases for start
8227: and end in ^string.trim[]
8228:
8229: 2008-07-03 misha
8230:
8231: * src/classes/file.C: - allow $.limit for file::sql as well
8232:
8233: * src/classes/file.C: - allow $.offset option for file::sql - force
8234: send limit=1 to query for use sql specifics authomatically
8235:
8236: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8237: if $.limit value if empty. autoconvert it as everywere
8238:
8239: 2008-07-02 misha
8240:
8241: * configure.in: - time to change version number to 3.3.0 %-)
8242:
8243: * src/include/pa_version.h: - time to change version number to
8244: 3.3.0 %-)
8245:
8246: 2008-06-26 misha
8247:
8248: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8249: $.limit(0) fixes
8250:
8251: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8252: - $.limit(0) fixes
8253:
8254: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8255: new API)
8256:
8257: * src/: include/pa_sql_driver_manager.h,
8258: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8259: classes/op.C: - document_root added
8260:
8261: * src/main/compile.tab.C: - error message was changed
8262:
8263: 2008-06-25 misha
8264:
8265: * src/main/compile.y: - error message was changed
8266:
8267: 2008-06-24 misha
8268:
8269: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8270:
8271: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8272: tests for @OPTIONS\nappend
8273:
8274: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8275:
8276: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8277:
8278: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8279:
8280: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8281: compile.y
8282:
8283: 2008-06-17 misha
8284:
8285: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8286: compilation: ^if(default){true. it's incorrect. must be
8287: exception}
8288:
8289: 2008-06-16 misha
8290:
8291: * tests/: 181.ent, 181.html, results/181.processed: - test for
8292: checking external reference loading with 'http://localhost'
8293: prefix while creating xdoc
8294:
8295: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8296: ^math:long2ip[] and ^math:ip2long[]
8297:
8298: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8299: added which use scalar stateless class method when user object
8300: used in scalar context - use get_scalar_value when user object
8301: requested in scalar context
8302:
8303: * src/main/pa_common.C: - size must be int but not size_t or we
8304: can't compare with 0 sprintf result
8305:
8306: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8307: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8308: with internal switch between local/global vars
8309:
8310: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8311: specified
8312:
8313: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8314: pa_vstateless_object.h: - stateless class and object now has
8315: private scalar field and getter/setter for working with it
8316:
8317: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8318: moved to inet static class
8319:
8320: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8321: class added (^inet:aton[IP], ^inet:ntoa(number))
8322:
8323: * tests/: 180.html, results/180.processed: - tests for
8324: ^math:long2ip(long) and ^math:ip2long[IP]
8325:
8326: * src/classes/math.C: - ^math:ip2long[IP] added
8327:
8328: 2008-06-11 misha
8329:
8330: * src/main/pa_xml_io.C: - use file_read_text again because of we
8331: need cut BOM code and remove DOS newline chars. but don't
8332: transcode it anyway.
8333:
8334: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8335: main/pa_http.C: - option for disable transcoding while file_read
8336: and file_read_text added
8337:
8338: 2008-06-10 misha
8339:
8340: * tests/: 179.html, 179.p, results/179.processed: - test for many
8341: classes in 1 file
8342:
8343: * src/main/: compile.C, compile_tools.h: - compile return list of
8344: classes now.
8345:
8346: * src/main/: compile.y, compile.tab.C: - compile return list of
8347: classes now. internals.
8348:
8349: * src/main/pa_request.C: - compile return list of classes now. try
8350: call @conf and @auto for each returned class
8351:
8352: * src/include/pa_request.h: - compile return list of classes now
8353:
8354: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8355: return list of classes when compile buf)
8356:
8357: 2008-06-07 misha
8358:
8359: * src/main/pa_request.C: - constructing VRequest object with 3rd
8360: param -- form
8361:
8362: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8363: 3rd param: form. needed for get post_charset
8364:
8365: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8366: added
8367:
8368: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8369: types/pa_vform.C, types/pa_vform.h: - some polish
8370:
8371: 2008-06-06 misha
8372:
8373: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8374: charset and decode chars from it but not from response:charset
8375:
8376: * src/main/pa_http.C: - detect_charset moved out of here
8377:
8378: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8379: methods moved here - unescape_chars accepn one charset now
8380:
8381: * src/main/pa_http.C: - new constants used - don't allow
8382: $.content-type in ^file::load[;http://;$.method[POST]] - add
8383: charset info while ^file::load[;http://;$.method[POST]] - option
8384: $.omit-post-charset(true) added to ^file::load[;http://] for
8385: disabling charset during post
8386:
8387: * src/types/pa_vform.C: - new constants used
8388:
8389: * src/include/pa_common.h: - some constants were added
8390:
8391: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8392: instead of StrEqNc
8393:
8394: * src/main/pa_common.C: - new method for caseless search
8395: c-substring in c-string - use isxdigit instead of is_hex_digit
8396:
8397: * src/include/pa_common.h: - new method for caseless search
8398: c-substring in c-string
8399:
8400: 2008-06-05 misha
8401:
8402: * tests/results/178.processed: - test for testing default getter
8403:
8404: * tests/178.html: - test for testing default getter
8405:
8406: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8407: for test for testing default getter
8408:
8409: * src/main/execute.C: - default getter soul
8410:
8411: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8412: requested objects' field not found
8413:
8414: * src/types/pa_vclass.C: - register default getter if defined - get
8415: default getter if requested field not found
8416:
8417: * src/types/pa_vstateless_object.h: - method get_default_getter was
8418: added
8419:
8420: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8421: pointer to default getter and methods for get/set it were added
8422:
8423: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8424: auto_name field (for default getter)
8425:
8426: 2008-06-04 misha
8427:
8428: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8429: transcoding, no cutting BOM code, no fixing line breaks) and get
8430: it to libxml "as is"
8431:
8432: 2008-06-03 misha
8433:
8434: * src/main/pa_common.C: - use store_Char instead of
8435: transcodeCharFromUTF8
8436:
8437: * src/: include/pa_charset.h, main/pa_charset.C: - method
8438: store_Char added, transcodeCharFromUTF8 -- removed
8439:
8440: 2008-06-02 misha
8441:
8442: * tests/: results/177.processed, 177.html: - test for checking
8443: .[acm]date after local ^file::load[] was added
8444:
8445: * tests/: results/176.processed, 176.html: - test for checking
8446: @OPTION\locals + @method[vars][locals] added
8447:
8448: * tests/results/auto.p: - CLASS_PATH specified for checking use
8449:
8450: 2008-05-30 misha
8451:
8452: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8453: @OPTION\nlocals + @method[vars][;locals;] were added
8454:
8455: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8456: moved to separate method op_code - switch from VMethodFrame to
8457: VMethodFrameGlobal + VMethodFrameLocal
8458:
8459: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8460: was moved to separate method op_code
8461:
8462: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8463: VMethodFrame now
8464:
8465: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8466: all_vars_local as well
8467:
8468: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8469: pa_vmethod_frame_local.h, Makefile.am: - who children for
8470: VMethodFrame were added: one (global) works as VMethodFrame
8471: before and second (local) write all vars in self vars scope
8472:
8473: * src/types/pa_method.h: - method has bool flag all_vars_local now
8474:
8475: 2008-05-29 misha
8476:
8477: * tests/: 129.html, results/129.processed: - more tests for
8478: ^table.hash[]
8479:
8480: * src/classes/hash.C: - ^hash::sql has a new option:
8481: $.type[hash|string|table] as ^table.hash[] one.
8482:
8483: * src/classes/op.C: - ^try has 3rd param now: finally code which
8484: executed anyway after try or catch section
8485:
8486: 2008-05-27 misha
8487:
8488: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8489: must not fail if $.distinct(1) wasn't specified
8490:
8491: 2008-05-26 misha
8492:
8493: * src/classes/op.C: - allow ^throw[my type]
8494:
8495: 2008-05-22 misha
8496:
8497: * configure.in, configure: - version number updated to 3.2.4b
8498:
8499: * src/classes/: op.C, string.C: - trim format string before
8500: eval/format
8501:
8502: * tests/: results/175.processed, 175.html: - more tests for
8503: different format strings in .format[]
8504:
8505: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8506: as well (not only %XX)
8507:
8508: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8509: charset specified - checks for format before print number
8510: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8511: (instead of tabs) removed
8512:
8513: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8514: charset specified
8515:
8516: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8517: char in requested charset from utf code was added
8518:
8519: 2008-05-19 misha
8520:
8521: * tests/: 174.html, results/174.processed: - test for
8522: ^hashfile.cleanup[] added
8523:
8524: * src/classes/hashfile.C: - optimization: don't create any key or
8525: value variable if it's name weren't specified
8526: (^hf.foreach[;v]{...})
8527:
8528: 2008-05-16 misha
8529:
8530: * src/classes/hash.C: - optimization: don't create any key variable
8531: if variable name wasn't specified (^h.foreach[;v]{...})
8532:
8533: 2008-05-15 misha
8534:
8535: * src/classes/op.C: - small changes
8536:
8537: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8538:
8539: * src/classes/hash.C: - calculate var_context once before foreach
8540:
8541: 2008-05-14 misha
8542:
8543: * src/classes/hashfile.C: - incorrect vars context calculation for
8544: ^hashfile.foreach[;]{} fixed
8545:
8546: * src/classes/: hash.C, table.C: - little optimisation
8547:
8548: * src/classes/file.C: - bugfix: double absolute path while loading
8549: file
8550:
8551: * tests/: 174.html, results/174.processed: - tests for hashfile
8552: were added
8553:
8554: * buildall-with-xml: - moving to libxslt 1.1.24
8555:
8556: 2008-04-30 misha
8557:
8558: * src/classes/file.C: - stat file while loading (local only) so
8559: .adate, .mdate and .cdate available without additional ::stat
8560:
8561: 2008-04-28 misha
8562:
8563: * src/classes/file.C: - $.name and $.content-type available for
8564: stated file
8565:
8566: 2008-04-14 misha
8567:
8568: * src/targets/cgi/parser3.C: - new year in copyright %-)
8569:
8570: * src/include/pa_version.h: - new version number in head
8571:
8572: 2008-04-10 misha
8573:
8574: * tests/: 080.html, results/080.processed: - cut '0' from
8575: exponential part because of on diff OS it differ (20 or 020 for
8576: ex)
8577:
8578: * tests/: 119.html, results/119.processed: - check for encoding
8579: while creating xdoc
8580:
8581: 2008-04-09 misha
8582:
8583: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8584:
8585: * src/main/pa_common.C: - comment added
8586:
8587: * src/classes/date.C: - little refactoring
8588:
8589: 2008-04-07 misha
8590:
8591: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8592: style of ^table.save[]: prepare one big string and sabe it at
8593: once. it's safe on freebsd 4.x but use much more memory.
8594:
8595: * buildall-with-xml, buildall-without-xml: - option
8596: --disable-stringstream added (under comment. use it on freebsd
8597: 4.x)
8598:
8599: 2008-02-22 misha
8600:
8601: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8602: specified together in file::load[;http] - get back transcoding
8603: $.body[] in file::load[;http]
8604:
8605: 2008-02-21 misha
8606:
8607: * src/classes/date.C: - ^date.gmt-string[] was added
8608:
8609: * src/types/pa_value.C: - method for output date in RFC 822 format
8610: moved to pa_common.h
8611:
8612: * src/include/pa_common.h: - method for output date in RFC 822
8613: format moved here from pa_value.C
8614:
8615: * src/types/pa_vmail.C: - fixed core in sending mail with
8616: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8617:
8618: 2008-02-20 misha
8619:
8620: * src/main/pa_http.C: - transcode $.headers before escaping into
8621: specified charset while ^file::load[...;http://...] (L_URI
8622: instead of L_HTTP_HEADER) - $.cookies param available in
8623: ^file::load[;http://...] now (but we don't parse set-cookies from
8624: response yet) (cookies not transcoded as common $cookies)
8625:
8626: 2008-02-19 misha
8627:
8628: * src/main/pa_request.C: - rollback: we mustn't force taint
8629: $response:field values because in this case
8630: $response:locateion[http://...] don't works.
8631:
8632: 2008-02-15 misha
8633:
8634: * src/classes/op.C: - little refactoring
8635:
8636: * src/main/pa_http.C: - taint names of $.headers for load[;http
8637:
8638: * src/main/pa_request.C: - force taint values of $response:field
8639:
8640: 2008-02-14 misha
8641:
8642: * src/main/pa_request.C: - $response:field transcoded to
8643: $response:charset before escaping now
8644:
8645: * src/main/pa_http.C: - some outdated comments removed
8646:
8647: * src/classes/date.C: - lastdat -> last-day
8648:
8649: * src/classes/date.C: - ^date:lastday(year;month) and
8650: ^date.lastday[] were added - little code refactoring - comments
8651: changes
8652:
8653: * tests/: 159.html, results/159.processed: - test for number of
8654: days in February
8655:
8656: * src/types/pa_value.C: - fixes in code formatting
8657:
8658: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
8659: and comments
8660:
8661: 2008-02-13 misha
8662:
8663: * src/main/pa_common.C: - bugfix for february at leap year
8664:
8665: 2008-01-28 misha
8666:
8667: * tests/: 160.html, results/160.processed: - more test for cache
8668: added
8669:
8670: * src/classes/op.C: - bugfix: cache body executed twice if contains
8671: unhandled exception
8672:
8673: 2008-01-25 misha
8674:
8675: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
8676: bug when hashfile became inavailable after memory:compact)
8677:
8678: * src/lib/sdbm/apr_strings.C: - +arp_malloc
8679:
8680: 2008-01-22 misha
8681:
8682: * src/classes/table.C: - little refactiring and exception texts
8683: changes in method ^table.hash[]
8684:
8685: * src/types/pa_vcookie.C: - link to cookie specification changed
8686:
8687: 2008-01-21 misha
8688:
8689: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
8690: file::exec/cgi
8691:
8692: * src/classes/file.C: - bugfix: core while processing headers if
8693: executed cgi script don't return content
8694:
8695: 2008-01-18 misha
8696:
8697: * buildall-with-xml: - move to libxml2 version 2.6.31
8698:
8699: * src/include/pa_version.h, configure.in: - version number updated
8700: to '3.2.3b'
8701:
8702: 2007-12-28 misha
8703:
8704: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
8705: hash.contains
8706:
8707: 2007-12-27 misha
8708:
8709: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
8710: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
8711: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
8712: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
8713: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
8714: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
8715: src/targets/cgi/parser3.vcproj,
8716: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
8717: back to VS2003 because of Apache 1.3 module can't work if it was
8718: built in VS 2005. with cgi all file so VS2003 project files can
8719: be easy converted to the new format.
8720:
8721: 2007-12-04 misha
8722:
8723: * src/types/pa_vcode_frame.h: - changes in comment
8724:
8725: 2007-11-29 misha
8726:
8727: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
8728: intercept strings any longer
8729:
8730: * tests/: 173.html, results/173.processed: - tests for
8731: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
8732: but not in main code frame
8733:
8734: * tests/: 172.html, results/172.processed: - more tests for pass
8735: objects from code frames
8736:
8737: 2007-11-27 misha
8738:
8739: * tests/: 152.html, results/152.processed: - tests for converting
8740: strings 'true'/'false' to bool were added
8741:
8742: * tests/152.html: - added checks for converting strings
8743: 'true'/'false' to bool
8744:
8745: * src/classes/string.C: - ^srting.bool[] now can convert to bool
8746: not only strings with numbers but with values 'true'/'false' as
8747: well
8748:
8749: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
8750: for parser3.log increased
8751:
8752: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
8753:
8754: * src/include/pa_common.h: - remove_crlf return cstring size now
8755:
8756: * src/include/pa_types.h: - constant with buffer size for
8757: parser3.log added
8758:
8759: 2007-11-16 misha
8760:
8761: * tests/cat.sh: - script for tests for file::exec/cgi
8762:
8763: * tests/171.html: - tests for file::exec/cgi
8764:
8765: * tests/results/171.processed: - tests results for file::exec/cgi
8766:
8767: 2007-11-15 misha
8768:
8769: * src/main/pa_exec.C: - fixed incorrect exec code for unix
8770:
8771: * src/classes/file.C: - .body must be set before analyzing cgi
8772: headers
8773:
8774: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
8775: only if exec/cgi return anything.
8776:
8777: 2007-11-14 misha
8778:
8779: * operators.txt: - info about new text|binary option for
8780: file::exec/cgi was added
8781:
8782: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
8783: ^file:exec[[text|binary];script;...]
8784:
8785: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
8786: classes/string.C, classes/table.C: - more text strings moved to
8787: the one place
8788:
8789: 2007-11-09 misha
8790:
8791: * src/types/pa_vrequest.C: - $request:argv must be taint
8792:
8793: * ChangeLog: - $request:argv [patch from Sumo]
8794:
8795: * operators.txt: - $request:argv
8796:
8797: * src/: include/pa_request_info.h, types/pa_vrequest.C,
8798: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
8799:
8800: 2007-10-25 misha
8801:
8802: * buildall-with-xml, buildall-without-xml: - options preparations
8803: for ./configure rewrited
8804:
8805: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
8806: error occure in unhandled_exception finally fixed
8807:
8808: 2007-10-23 misha
8809:
8810: * tests/: 170.html, results/170.processed: - test for
8811: @method[][result]
8812:
8813: * operators.txt: - added info about node.prefix and
8814: node.namespaceURI
8815:
8816: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
8817:
8818: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
8819: added for node and attribute
8820:
8821: 2007-10-22 misha
8822:
8823: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
8824:
8825: * src/main/pa_request.C: - added const content-transfer-encoding
8826:
8827: * src/include/pa_request.h: - added const content-transfer-encoding
8828: - ups. constants must be in lowercase (for search)
8829:
8830: * src/types/pa_vmail.C: - more constants used -
8831: content-transfer-encoding: 8bit added
8832:
8833: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
8834:
8835: * src/include/pa_request.h: - more constants
8836:
8837: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
8838: ommit anymore if $.content-disposition was specified - little
8839: refactoring
8840:
8841: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
8842:
8843: 2007-10-17 misha
8844:
8845: * operators.txt: - info about
8846: table::create[nameless]{data}[>options<] was added
8847:
8848: * src/main/: compile.tab.C, compile.y: - if error occure while
8849: compile method don't put this method in methods table anymore.
8850: in other case the parser coredumped if @unhandled_exception
8851: method can't be compiled because of parser.compile error.
8852:
8853: * src/main/execute.C: - little code reformating
8854:
8855: * src/main/pa_request.C: - little code reformating - comment
8856: changed
8857:
8858: 2007-10-16 misha
8859:
8860: * tests/: 035.html, results/035.processed: - tests
8861: table::create[]{}[options] added
8862:
8863: * src/classes/table.C: - table::create[]{} now accept 3rd param:
8864: options (only $.seperator[] yet)
8865:
8866: 2007-10-10 misha
8867:
8868: * src/classes/table.C: - some contstants moved to pa_common.h -
8869: some code changes
8870:
8871: 2007-10-02 misha
8872:
8873: * src/main/pa_uue.C: - memory usage during uuencode reduced more
8874: then three time as much. but base64 encoding method still use
8875: less memory anyway.
8876:
8877: 2007-09-17 misha
8878:
8879: * operators.txt: - added info about $cookie:fields
8880:
8881: * src/types/pa_vcookie.C: - $cookie:fields available now
8882:
8883: * src/classes/hash.C: - some stuff for use with .for_each moved to
8884: common
8885:
8886: * src/include/pa_common.h: - some stuff for use with .for_each
8887: moved here
8888:
8889: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
8890:
8891: 2007-09-14 misha
8892:
8893: * buildall-with-xml: - new xml libs again =)
8894:
8895: 2007-08-28 misha
8896:
8897: * operators.txt: - texts about ^table.columns[[column name]] and
8898: ^string.split[...][v][column name] were added
8899:
8900: * tests/: 168.html, 169.html, results/168.processed,
8901: results/169.processed: - tests for ^table.columns[[column name]]
8902: and ^string.split[...][v][column name] were added
8903:
8904: * src/classes/table.C: - new option ^table.columns[[column name]]
8905: was added
8906:
8907: * src/classes/string.C: - new option ^string.split[...;v;[column
8908: name]]
8909:
8910: * src/include/pa_exception.h: - error text message for
8911: ^hash._keys[], ^table.columns[] and ^string.split[]
8912:
8913: 2007-08-27 misha
8914:
8915: * src/main/untaint.C: - try to fix coredump on unix if print to
8916: body ^taint[sql][something] outside of connect
8917:
8918: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
8919: outside of connect
8920:
8921: * buildall-with-xml, buildall-without-xml: - strip parser3 was
8922: added (commented by default)
8923:
8924: 2007-08-20 misha
8925:
8926: * operators.txt: - comment about new method ^node.hasAttributes[]
8927: was added
8928:
8929: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
8930: duplicated exception text strings were removed
8931:
8932: * src/include/pa_exception.h: - more exception text strings moved
8933: here
8934:
8935: * src/classes/table.C: - some duplicate exceptions' text strings
8936: removed
8937:
8938: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
8939: xdoc.C, xnode.C: - some duplicate exceptions' text strings
8940: removed
8941:
8942: * src/include/pa_exception.h: - some exception text strings movet
8943: to pa_exception
8944:
8945: * tests/: 149.html, results/149.processed: - test for
8946: ^xnode.hasAttributes[] was added - some code changes
8947:
8948: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
8949: added
8950:
8951: 2007-08-17 misha
8952:
8953: * tests/: results/006.processed, results/059.processed, 006.html,
8954: 059.html: - more tests for match
8955:
8956: * tests/: 129.html, results/129.processed: - tests for
8957: ^table.hash[...][$.type[string|hash|table]] added
8958:
8959: * src/targets/cgi/parser3.C: - little syntax changes
8960:
8961: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
8962: syntax changes
8963:
8964: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
8965: messages in parser3.log switched off by default. If someone
8966: really still need it: use $SIGPIPE(1)
8967:
8968: 2007-08-08 misha
8969:
8970: * buildall-with-xml, buildall-without-xml: - remove libs source
8971: files by default since now
8972:
8973: 2007-08-07 misha
8974:
8975: * buildall-without-xml: - some option syntax changes
8976:
8977: * buildall-with-xml: - compile libxml2 without http support - some
8978: option syntax changes
8979:
8980: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
8981:
8982: 2007-08-06 misha
8983:
8984: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
8985:
8986: * tests/: 160.html, results/160.processed: - cache test was
8987: rewrited
8988:
8989: 2007-07-06 misha
8990:
8991: * tests/: 153.html, results/153.processed: - added test for
8992: ^math:sha1[string]
8993:
8994: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
8995: transcoded
8996:
8997: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
8998: were added
8999:
9000: 2007-06-28 misha
9001:
9002: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9003: some incorrect chars
9004:
9005: 2007-06-19 misha
9006:
9007: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9008: were moved on top because of gcc 4 had a problems during
9009: building.
9010:
9011: 2007-06-18 misha
9012:
9013: * tests/results/019.processed: - new image commited
9014:
9015: 2007-06-09 misha
9016:
9017: * src/classes/: op.C, table.C: - in while and table.select method
9018: as_expression used now
9019:
9020: * src/types/pa_vmethod_frame.h: - method as_expression was added
9021:
9022: 2007-06-08 misha
9023:
9024: * tests/: 166.html, results/166.processed: - test for
9025: ^match[...][n]
9026:
9027: * tests/: 165.html, results/165.processed: - tests for loops
9028:
9029: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9030: because of no speed/memory optimisation but some proglems with
9031: long cycles occure
9032:
9033: 2007-06-06 misha
9034:
9035: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9036: ^table.select(true) and ^table.select(1) didn't works because of
9037: awaiting junction-param only. fixed.
9038:
9039: 2007-05-24 misha
9040:
9041: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9042: with 0.5 secs interval
9043:
9044: * src/classes/op.C: - cache was rewrited. I hope it works with
9045: locking system now on unix
9046:
9047: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9048: system locks which wait till other threads release it but try get
9049: lock, if fail wait 1 sec and make 10 attempts.
9050:
9051: * src/include/pa_os.h: - consts for blocking locks + some comments
9052: were added
9053:
9054: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9055: opening files
9056:
9057: * src/classes/table.C: - changes in includes. if unclude <sstream>
9058: after our classes on unix it can't be build
9059:
9060: * src/types/pa_vhashfile.C: - not needed code removed
9061:
9062: 2007-05-23 misha
9063:
9064: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9065: include/pa_common.h: - cosmetic changes
9066:
9067: 2007-05-18 misha
9068:
9069: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9070: often. it's give some speed increasing
9071:
9072: * tests/results/160.processed: - returned time corrected
9073:
9074: * tests/160.html: - time increased because on unix 1 mean nothing
9075: :(
9076:
9077: * operators.txt: - added info about ^hash.contain[key]
9078:
9079: * src/classes/hash.C: - added ^hash.contain[key]
9080:
9081: * src/include/pa_hash.h: - added method for checking key exists in
9082: hash
9083:
9084: 2007-05-07 misha
9085:
9086: * src/include/pa_string.h: - was compilation error during build on
9087: freebsd4
9088:
9089: 2007-05-03 misha
9090:
9091: * src/classes/table.C: - option $.type[hash|string|table] was added
9092: for ^table.hash[]
9093:
9094: * src/classes/file.C: - comment removed
9095:
9096: 2007-04-26 misha
9097:
9098: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9099: real files doesn't opened in place anymore
9100:
9101: 2007-04-24 misha
9102:
9103: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9104:
9105: * src/include/pa_exception.h: "static" removed
9106:
9107: 2007-04-23 misha
9108:
9109: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9110:
9111: * src/classes/math.C: added: - ^math:ln(N) (the same as
9112: ^math:log(N)) - ^math:lg(N)
9113:
9114: * tests/: 097.html, results/097.processed: - charsets converstion
9115: during ^file::load[text;http://...] added
9116:
9117: * tests/: 164.html, results/164.processed: - check for set expires
9118: as a date
9119:
9120: * tests/: 164.html, results/164.processed: - test for hashfile
9121:
9122: * src/classes/hashfile.C: - little comment changes
9123:
9124: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9125: access
9126:
9127: * src/: classes/date.C, classes/double.C, classes/file.C,
9128: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9129: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9130: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9131: classes/xnode.h, include/pa_request.h, main/execute.C,
9132: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9133: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9134: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9135: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9136: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9137: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9138: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9139: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9140: "parser.runtime" strings were removed
9141:
9142: * src/classes/hashfile.C: - with .clear[] called files_delete()
9143: now.
9144:
9145: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9146:
9147: * src/include/pa_exception.h: - string constant with
9148: "parser.runtime" text was added
9149:
9150: 2007-04-20 misha
9151:
9152: * operators.txt: - some comments changing
9153:
9154: * operators.txt: - added info about .^hashfile.release[],
9155: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9156:
9157: * configure: =cheching for unsetenv
9158:
9159: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9160: ^hashfile.release[] were added
9161:
9162: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9163: ^string.match[][] understand new option now: return number of
9164: matches but not table wit results
9165:
9166: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9167: reopen now
9168:
9169: * src/classes/op.C: - bug. must be false
9170:
9171: * configure.in: - checking for unsetenv was added
9172:
9173: * src/types/pa_vform.C: - some comments
9174:
9175: 2007-04-18 misha
9176:
9177: * buildall-with-xml: moving to libxml2-2.6.28
9178:
9179: * buildall-with-xml, buildall-without-xml: added commented lines
9180: with --disable-safe-mode option
9181:
9182: * operators.txt: - info about $form:files
9183:
9184: 2007-04-17 misha
9185:
9186: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9187: $form:files was added
9188:
9189: * tests/: 163.html, results/163.processed: removing auto format
9190:
9191: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9192:
9193: 2007-04-16 misha
9194:
9195: * tests/: 163.html, results/163.processed: - test for .int[],
9196: floor, round, ceiling and .format[]
9197:
9198: * src/classes/file.C: - little optimization for getting args in
9199: exec/cgi
9200:
9201: 2007-04-13 misha
9202:
9203: * src/classes/file.C: - arguments for file::exec/cgi can be
9204: specified now as s table with one column
9205:
9206: 2007-03-27 misha
9207:
9208: * tests/: 162.html, results/162.processed: - test for
9209: ^table.select(^condition[$t])
9210:
9211: * tests/results/auto.p: - load windows-1251 charset for some tests
9212:
9213: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9214:
9215: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9216: 161_windows1251.txt: - added test for
9217: ^file::load[text;/local/file.txt;$.charset[...]]
9218:
9219: * tests/: results/013.processed, 013.html: - added test for
9220: checking $._default value while hash modifications
9221:
9222: * tests/: 160.html, results/160.processed: - add test for
9223: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9224:
9225: 2007-03-22 misha
9226:
9227: * src/include/pa_common.h: - "charset" string defined for
9228: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9229:
9230: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9231: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9232: added - not needed transcodes were removed from
9233: ^file::load[...;http://...]
9234:
9235: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9236: added
9237:
9238: * src/classes/date.C: - date.week was fixed
9239:
9240: * operators.txt: - added info about date.weekyear
9241:
9242: * tests/: 159.html, results/159.processed: - tests for date.week
9243: and date.weekyear added
9244:
9245: 2007-03-15 misha
9246:
9247: * src/classes/table.C: - enclose column numbers for nameless tables
9248: as well
9249:
9250: 2007-03-14 misha
9251:
9252: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9253:
9254: * src/classes/table.C: - table.save optimization: now required much
9255: less memory
9256:
9257: 2007-03-13 misha
9258:
9259: * tests/results/: 158.processed, 158.processes: - tests for
9260: table.save/table.load
9261:
9262: * tests/: 158.html, results/158.processes: - tests for
9263: table.save/table.load
9264:
9265: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9266:
9267: * buildall-with-xml: - pattern needed now for building
9268:
9269: * tests/results/097.processed: - added test results for xdoc::load
9270: & xdoc::load[http://...]
9271:
9272: * tests/097.html: - added test for xdoc::load
9273:
9274: 2007-03-12 misha
9275:
9276: * tests/: 107.html, results/107.processed: - added test for xpath
9277: '//man'
9278:
9279: 2007-03-01 misha
9280:
9281: * tests/: 097.html, results/097.processed: - added test for
9282: creating xdoc from file
9283:
9284: * tests/: results/157.processed, 157.html: - added test for
9285: file:move
9286:
9287: 2007-02-28 misha
9288:
9289: * src/classes/xdoc.C: - another attempt
9290:
9291: * src/classes/xdoc.C: - roll back last changes for a while
9292:
9293: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9294:
9295: * src/classes/file.C: - under lock we create non-exist dir anyway
9296:
9297: * tests/results/099.processed: - ever send content-disposition to
9298: client with file
9299:
9300: * tests/157.html: + test for file:copy
9301:
9302: 2007-02-26 misha
9303:
9304: * src/classes/file.C: - some similar strings moved to #define
9305: instead of to be copy/pasted many times
9306:
9307: * src/types/pa_vfile.h: - class name string ("file") moved to
9308: #define
9309:
9310: 2007-02-20 misha
9311:
9312: * bin/auto.p.dist.in: - added lines for sqlite
9313:
9314: * configure.in: - added some strings for sqlite detection
9315:
9316: 2007-02-19 misha
9317:
9318: * operators.txt: - some comments changes
9319:
9320: * buildall-with-xml, buildall-without-xml: - some modifications
9321:
9322: 2007-02-17 misha
9323:
9324: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9325:
9326: * src/main/pa_request.C: - damn, i forgot to commit it while I
9327: change console behaviour
9328:
9329: 2007-02-12 misha
9330:
9331: * src/targets/cgi/parser3.C: - don't print headers if
9332: $console:line[data] was used during cgi execution.
9333:
9334: * src/types/pa_vconsole.h: - console class have bool flag now which
9335: marked as 'true' if class was used.
9336:
9337: * tests/: 152.html, results/152.processed: - more types was added
9338: to test 152
9339:
9340: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9341: adding 'bool' (^if($image){} caused exception)
9342:
9343: 2007-02-09 misha
9344:
9345: * tests/: 152.html, results/152.processed: - test alightly updated
9346:
9347: * tests/: 152.html, results/152.processed: - test rewrited
9348:
9349: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9350: bugfix. I broke xdoc & xnode in expression
9351:
9352: 2007-02-08 misha
9353:
9354: * tests/: 152.html, results/152.processed: - add test for checking
9355: 'def' for void, string, bool, int & double
9356:
9357: 2007-02-07 misha
9358:
9359: * operators.txt: - ^file:base64[filespec] was added
9360:
9361: * tests/results/153.processed: - result test for
9362: ^file:base64[filespec] was updated
9363:
9364: * tests/153.html: - test for ^file:base64[filespec] was added
9365:
9366: * src/types/pa_vconsole.h: - little optimization
9367:
9368: * src/classes/file.C: - ^file:base64[filespec]
9369:
9370: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9371:
9372: * src/include/pa_common.h: - declarations for
9373: ^file:base64[filespec]
9374:
9375: * src/types/pa_vcookie.C: - little optimization
9376:
9377: 2007-02-06 misha
9378:
9379: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9380: were temporary commented
9381:
9382: * src/types/pa_vbool.h: - bugfix
9383:
9384: * tests/156.html: - added test for bool cookie
9385:
9386: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9387:
9388: * tests/: 155.html, results/155.processed: - added test for check
9389: $.encloser[] option for table save/load
9390:
9391: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9392:
9393: 2007-02-05 misha
9394:
9395: * tests/results/152.processed: - newline at the end was missed
9396:
9397: * tests/results/141.processed: - math:md5 must be lowercased
9398:
9399: * src/targets/cgi/parser3.C: - 2007 in help ;)
9400:
9401: 2007-02-03 misha
9402:
9403: * tests/results/: 150.processed, 151.processed, 152.processed: -
9404: test for bool added and some content length fixes
9405:
9406: * tests/152.html: - test for bool added
9407:
9408: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9409:
9410: * operators.txt: - info bool class was added
9411:
1.116 moko 9412: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9413: classes/classes.vcproj, classes/double.C, classes/int.C,
9414: classes/string.C, classes/void.C, classes/xnode.C,
9415: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9416: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9417: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9418: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9419: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9420: types/types.vcproj: - bool class was added
9421:
9422: * src/main/pa_request.C: - fix
9423:
9424: 2007-01-18 misha
9425:
9426: * src/: main/pa_string.C, classes/string.C: - return table during
9427: ^string.match[][] even if no matched found.
9428:
9429: 2006-12-20 misha
9430:
9431: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9432: http://www.parser.ru/forum/?id=55598 ]
9433:
9434: 2006-12-19 misha
9435:
9436: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9437: details: http://www.parser.ru/forum/?id=52359
9438:
9439: * src/main/pa_request.C: - always set content-disposition for
9440: $response:body[hash here]. more details:
9441: http://www.parser.ru/forum/?id=52130
9442:
9443: 2006-12-07 misha
9444:
9445: * operators.txt: - added info about bool params in cookie set
9446:
9447: * src/types/pa_vcookie.C: - bool param in cookies available now
9448: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9449: ]
9450:
9451: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9452: was added
9453:
9454: 2006-12-02 misha
9455:
9456: * src/classes/file.C: - file_block_read used instead of native read
9457:
9458: * src/main/pa_common.C: - added file_block_read with read error
9459: detection - file_block_read used instead of native read
9460:
9461: * src/include/pa_common.h: - added file_block_read declaration
9462:
9463: 2006-12-01 misha
9464:
9465: * operators.txt: - info about $var.CLASS_NAME was added
9466:
9467: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9468: $var.CLASS_NAME added
9469:
9470: * operators.txt: - added info about ^file:copy[]
9471:
9472: * src/classes/file.C: - ^file:copy[from;fo] was added
9473:
9474: 2006-11-20 misha
9475:
9476: * src/classes/date.C: - bug fix :)
9477:
9478: 2006-11-17 misha
9479:
9480: * src/include/pa_common.h: - array in crc32 calculation was changed
9481: to static
9482:
9483: * src/main/pa_common.C: - little optimization in getMonthDays -
9484: small changes in crc32 calculation
9485:
9486: * src/classes/date.C: - not needed code was removed
9487:
9488: 2006-11-16 misha
9489:
9490: * src/types/pa_vmail.C: - fix missed brakes
9491:
9492: * src/types/pa_vmail.C: - mail:send now set content-type:
9493: multipart/related instead of multipart/mixed if file have
9494: $.content-id[]
9495:
9496: 2006-11-15 misha
9497:
9498: * src/types/pa_vdouble.h: abs -> fabs
9499:
9500: 2006-11-14 misha
9501:
9502: * operators.txt: - added info about ^file.md5[] and
9503: ^file:md5[file-name]
9504:
9505: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9506: added
9507:
9508: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9509: FILE_BUFFER_SIZE
9510:
9511: * src/classes/math.C: - hex_string was moved to pa_common.h
9512:
9513: * src/include/pa_common.h: - hex_string was moved from math.C -
9514: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9515:
9516: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9517: values was fixed
9518:
9519: 2006-11-13 misha
9520:
9521: * operators.txt: - added info about ^math:crc32[string],
9522: ^file:crc32[file-name] & ^file.crc32[]
9523:
9524: * src/classes/math.C: - added ^math:crc32[string]
9525:
9526: * src/classes/file.C: - some comments were changed - added
9527: ^file:crc32[file-name] and ^file.crc32[]
9528:
9529: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9530: crc32 calculation added
9531:
9532: 2006-11-03 misha
9533:
9534: * src/include/pa_array.h: - not needed variable removed
9535:
9536: * tests/: 150.html, 151.html, results/150.processed,
9537: results/151.processed: - 2 tests were added
9538:
9539: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9540: with $.reverse(1) were fixed
9541:
9542: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9543: query converted to $.charset during ^file::load[http://...]
9544:
9545: 2006-11-02 misha
9546:
9547: * src/include/pa_table.h: ups. forget '=' char
9548:
9549: * src/include/pa_table.h: - one more fix in
9550: .locate[...][$.reverse(1)]
9551:
9552: 2006-11-01 misha
9553:
9554: * src/classes/math.C: - bug fix, details:
9555: http://www.parser.ru/forum/?id=53360
9556:
9557: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9558: false for all records )[$.reverse(1)]
9559:
9560: * src/main/pa_http.C: - second param for this mid method is length
9561: but not end_index so this method has error and can't detect
9562: charsets in next content-types: Content-type: text/html;
9563: charset="windows-1251" Content-type: text/html;
9564: charset="windows-1251"; Content-type: text/html;
9565: charset=windows-1251;
9566:
9567: only Content-type: text/html; charset=windows-1251 was fine
9568:
9569: 2006-10-31 misha
9570:
9571: * src/classes/file.C: - empty args in file::exec removed now
9572:
9573: 2006-09-11 misha
9574:
9575: * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
9576: replaced to table::create - some changes in text/code formatting
9577:
9578: 2006-09-03 paf
9579:
9580: * src/classes/file.C: proper tainting of
9581: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9582:
9583: 2006-06-09 paf
9584:
9585: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9586:
9587: * src/classes/table.C: formatting
9588:
9589: * src/classes/table.C: incorporated patch from misha: Sent:
9590: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9591: ignoring string options for ^table.save[]
9592:
9593: * src/classes/hash.C: incorporated patch from misha Sent:
9594: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9595: $hash._default disappear while
9596:
9597: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9598: $.format[!uue|!base64] << new base64 option. default uue ] ]
9599:
9600: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9601: PM Subject: patch for base64 in ^mail:send[] %-)
9602:
9603: 2006-04-09 paf
9604:
9605: * src/main/compile.tab.C: ` change compiled
9606:
9607: * gnu.vcproj, operators.txt, parser3.sln,
9608: src/classes/classes.vcproj, src/classes/file.C,
9609: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9610: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9611: src/classes/xnode.C, src/include/pa_array.h,
9612: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9613: src/include/pa_memory.h, src/include/pa_request.h,
9614: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9615: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9616: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9617: src/lib/pcre/pcre_dftables.vcproj,
9618: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9619: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9620: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9621: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9622: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9623: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9624: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9625: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9626: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9627: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9628: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9629: src/types/pa_value.h, src/types/pa_vcookie.C,
9630: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9631: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9632: src/types/pa_vstatus.C, src/types/types.vcproj,
9633: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9634: ^menu, ^hash/hashfile.foreach
9635:
9636: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9637: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9638: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9639: src/classes/xnode.C, src/include/pa_array.h,
9640: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9641: src/include/pa_memory.h, src/include/pa_request.h,
9642: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9643: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9644: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9645: src/lib/pcre/pcre_dftables.vcproj,
9646: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9647: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9648: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9649: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9650: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9651: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9652: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9653: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9654: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9655: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9656: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9657: src/types/pa_value.h, src/types/pa_vcookie.C,
9658: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9659: src/types/pa_vstatus.C, src/types/types.vcproj,
9660: tests/descript.ion: ! switched to VS2005 (projects and
9661: object<info explicitly typed>.for_each(, info)) +
9662: $response:field[] setting void means removing + grammar $name`
9663: name stops now, for mysql `$field` + started ^break[]
9664: ^continue[], in ^for. TODO: to other iterators (while, menu,
9665: foreach) + all log messages += [uri=, method=, cl=]
9666:
9667: * buildall-with-xml: merged . ftp paths update
9668:
9669: * buildall-with-xml: . ftp paths update
9670:
9671: 2006-03-04 paf
9672:
9673: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
9674: checks++ [thanks to Igor Zinkovsky for detailed report]
9675:
9676: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
9677: Igor Zinkovsky for detailed report]
9678:
9679: 2006-03-01 paf
9680:
9681: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9682: \n to ' ' in
9683:
9684: 2006-02-18 paf
9685:
9686: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
9687: \n to ' ' in
9688:
9689: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
9690:
9691: 2006-02-03 paf
9692:
9693: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
9694: base64
9695:
9696: * src/main/pa_common.C: ! bugfix: decoding from base64
9697:
9698: 2006-01-20 paf
9699:
9700: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9701: economy fix
9702:
9703: * src/classes/: table.C: merged from HEAD ! bugfix
9704: ^table.save[$.encloser-s now handled properly
9705:
9706: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
9707: handled properly
9708:
9709: 2006-01-19 paf
9710:
9711: * buildall-with-xml, buildall-without-xml: merged from HEAD !
9712: libgc:USE_MUNMAP activates merging of free memory blocks which
9713: helps a lot in our case: after transform we want
9714: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
9715:
9716: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
9717: economy fix
9718:
9719: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
9720: activates merging of free memory blocks which helps a lot in our
9721: case: after transform we want CORD(main.result)->cstr[big
9722: malloc]->transcode[big malloc]
9723:
9724: 2006-01-17 paf
9725:
9726: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
9727: before reading them. got rid of reallocs = became quicker and
9728: less fragmentated
9729:
9730: 2005-12-29 paf
9731:
1.116 moko 9732: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
9733: configure, configure.in, src/include/pa_version.h,
9734: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 9735: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
9736: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
9737: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
9738: src/lib/ltdl/missing: . merged from 3.2.1
9739:
1.116 moko 9740: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
9741: packaged when 'make dist', so do configure companion files in
9742: src/lib/ltdl
9743:
9744: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
9745: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
9746: missing: . now config_auto.h is created with configure [were
9747: constant]
1.95 moko 9748:
9749: * INSTALL: . references to documentation and some clarification
9750:
9751: * buildall-with-xml, buildall-without-xml: . farawell doc
9752: indication
9753:
1.116 moko 9754: * Makefile.am: . dist+=buildall*
1.95 moko 9755:
9756: 2005-12-28 paf
9757:
9758: * configure: . 3.2.1
9759:
9760: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
9761: simplify build process, see INSTALL
9762:
9763: 2005-12-26 paf
9764:
9765: * configure: ver
9766:
9767: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
9768: version
9769:
9770: 2005-12-21 paf
9771:
9772: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
9773: compiled with bison 1.875b, it reports unexpected token names
9774:
9775: 2005-12-19 paf
9776:
9777: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
9778: holds a link to xmlNode to prevent premature gc(xmlNode)
9779:
9780: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
9781: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
9782: src/main/main.vcproj, src/main/pa_globals.C,
9783: src/targets/cgi/parser3.vcproj,
9784: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
9785: configure, configure.in, src/include/pa_version.h: . killing
9786: gdome [what a relief]
9787:
9788: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
9789: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
9790: run_parser.sh, results/001.processed, results/002.processed,
9791: results/003.processed, results/004.processed,
9792: results/005.processed, results/006.processed,
9793: results/008.processed, results/009.processed,
9794: results/010.processed, results/011.processed,
9795: results/012.processed, results/013.processed,
9796: results/014.processed, results/015.processed,
9797: results/016.processed, results/017.processed,
9798: results/018.processed, results/020.processed,
9799: results/021.processed, results/022.processed,
9800: results/023.processed, results/024.processed,
9801: results/025.processed, results/026.processed,
9802: results/027.processed, results/028.processed,
9803: results/029.processed, results/030.processed,
9804: results/031.processed, results/032.processed,
9805: results/033.processed, results/034.processed,
9806: results/035.processed, results/036.processed,
9807: results/037.processed, results/038.processed,
9808: results/039.processed, results/040.processed,
9809: results/041.processed, results/042.processed,
9810: results/043.processed, results/044.processed,
9811: results/045.processed, results/046.processed,
9812: results/047.processed, results/048.processed,
9813: results/049.processed, results/050.processed,
9814: results/051.processed, results/052.processed,
9815: results/053.processed, results/054.processed,
9816: results/055.processed, results/056.processed,
9817: results/057.processed, results/058.processed,
9818: results/059.processed, results/060.processed,
9819: results/061.processed, results/062.processed,
9820: results/063.processed, results/064.processed,
9821: results/065.processed, results/066.processed,
9822: results/067.processed, results/068.processed,
9823: results/069.processed, results/070.processed,
9824: results/071.processed, results/072.processed,
9825: results/073.processed, results/074.processed,
9826: results/075.processed, results/076.processed,
9827: results/077.processed, results/078.processed,
9828: results/079.processed, results/080.processed,
9829: results/081.processed, results/082.processed,
9830: results/083.processed, results/084.processed,
9831: results/085.processed, results/086.processed,
9832: results/087.processed, results/088.processed,
9833: results/089.processed, results/090.processed,
9834: results/091.processed, results/092.processed,
9835: results/093.processed, results/094.processed,
9836: results/095.processed, results/096.processed,
9837: results/097.processed, results/099.processed,
9838: results/100.processed, results/101.processed,
9839: results/102.processed, results/104.processed,
9840: results/105.processed, results/106.processed,
9841: results/107.processed, results/108.processed,
9842: results/109.processed, results/110.processed,
9843: results/111.processed, results/112.processed,
9844: results/113.processed, results/114.processed,
9845: results/115.processed, results/117.processed,
9846: results/119.processed, results/120.processed,
9847: results/121.processed, results/122.processed,
9848: results/123.processed, results/124.processed,
9849: results/125.processed, results/126.processed,
9850: results/127.processed, results/128.processed,
9851: results/129.processed, results/130.processed,
9852: results/131.processed, results/132.processed,
9853: results/133.processed, results/134.processed,
9854: results/135.processed, results/136.processed,
9855: results/138.processed, results/139.processed,
9856: results/140.processed, results/141.processed,
9857: results/142.processed, results/143.processed,
9858: results/144.processed, results/145.processed,
9859: results/146.processed, results/147.processed,
9860: results/148.processed, results/149.processed, results/auto.p: .
9861: now works if we turn off default auto.p
9862:
1.116 moko 9863: * configure: . makes
1.95 moko 9864:
9865: * src/types/pa_vxnode.C: . less warnings
9866:
9867: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
9868: tests/145.html, tests/149.html, tests/descript.ion,
9869: tests/outputs/d.cmd, tests/results/142.processed,
9870: tests/results/143.processed, tests/results/144.processed,
9871: tests/results/145.processed, tests/results/146.processed,
9872: tests/results/147.processed, tests/results/148.processed,
9873: tests/results/149.processed: . removed .nodeValue from all node
9874: types other than 5 (grabbed piece from gdome)
9875:
9876: * tests/: 137.html, results/137.processed: . not handled this case
9877: yet. code does not hang from inserting parent into child,
9878: considering thing minor issue -- nodes are removed from source
9879: anyway, don't know why shold that be an error after all
9880:
9881: * src/targets/cgi/parser3.C: . style
9882:
9883: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
9884: xdoc too [were barking "not element"]
9885:
9886: 2005-12-16 paf
9887:
9888: * tests/: 146.html, 147.html, 148.html: . more tests
9889:
9890: * src/classes/xnode.C: . also bark on possible errors
9891:
9892: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
9893: props
9894:
9895: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
9896: main/compile.y: merged from HEAD ! fixed overoptimized
9897: ^call(false) case. (confused it with ^call[] case)
9898:
9899: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
9900: ^call(false) case. (confused it with ^call[] case)
9901:
9902: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
9903:
9904: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
9905: results/001.processed, results/002.processed,
9906: results/003.processed, results/004.processed,
9907: results/005.processed, results/006.processed,
9908: results/008.processed, results/009.processed,
9909: results/010.processed, results/011.processed,
9910: results/012.processed, results/013.processed,
9911: results/014.processed, results/015.processed,
9912: results/016.processed, results/017.processed,
9913: results/018.processed, results/019.processed,
9914: results/020.processed, results/021.processed,
9915: results/022.processed, results/023.processed,
9916: results/024.processed, results/025.processed,
9917: results/026.processed, results/027.processed,
9918: results/028.processed, results/029.processed,
9919: results/030.processed, results/031.processed,
9920: results/032.processed, results/033.processed,
9921: results/034.processed, results/035.processed,
9922: results/036.processed, results/037.processed,
9923: results/038.processed, results/039.processed,
9924: results/040.processed, results/041.processed,
9925: results/042.processed, results/043.processed,
9926: results/044.processed, results/045.processed,
9927: results/046.processed, results/047.processed,
9928: results/048.processed, results/049.processed,
9929: results/050.processed, results/051.processed,
9930: results/052.processed, results/053.processed,
9931: results/054.processed, results/055.processed,
9932: results/056.processed, results/057.processed,
9933: results/058.processed, results/059.processed,
9934: results/060.processed, results/061.processed,
9935: results/062.processed, results/063.processed,
9936: results/064.processed, results/065.processed,
9937: results/066.processed, results/067.processed,
9938: results/068.processed, results/069.processed,
9939: results/070.processed, results/071.processed,
9940: results/072.processed, results/073.processed,
9941: results/074.processed, results/075.processed,
9942: results/076.processed, results/077.processed,
9943: results/078.processed, results/079.processed,
9944: results/080.processed, results/081.processed,
9945: results/082.processed, results/083.processed,
9946: results/084.processed, results/085.processed,
9947: results/086.processed, results/087.processed,
9948: results/088.processed, results/089.processed,
9949: results/090.processed, results/091.processed,
9950: results/092.processed, results/093.processed,
9951: results/094.processed, results/095.processed,
9952: results/096.processed, results/097.processed,
9953: results/099.processed, results/101.processed,
9954: results/102.processed, results/104.processed,
9955: results/105.processed, results/106.processed,
9956: results/107.processed, results/108.processed,
9957: results/109.processed, results/110.processed,
9958: results/111.processed, results/112.processed,
9959: results/113.processed, results/114.processed,
9960: results/115.processed, results/116.processed,
9961: results/117.processed, results/118.processed,
9962: results/119.processed, results/120.processed,
9963: results/121.processed, results/122.processed,
9964: results/123.processed, results/124.processed,
9965: results/125.processed, results/126.processed,
9966: results/127.processed, results/128.processed,
9967: results/129.processed, results/130.processed,
9968: results/131.processed, results/132.processed,
9969: results/133.processed, results/134.processed,
9970: results/135.processed, results/136.processed,
9971: results/137.processed, results/138.processed,
9972: results/139.processed, results/140.processed,
9973: results/141.processed: . refreshed old tests, made them work
9974: without auto.p (in utf8) . things noted: . gif got encoded
9975: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
9976: some strange year)
9977:
9978: * INSTALL: . revived linux libgc fix
9979:
9980: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
9981: glib/gdome in INSTALL and patches]
9982:
9983: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
9984: include/pa_charset.h, include/pa_config_includes.h,
9985: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
9986: include/pa_xml_exception.h, lib/cord/Makefile.am,
9987: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9988: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
9989: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
9990: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
9991: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
9992: types/pa_vxnode.h: . started killing gdome
9993:
9994: 2005-12-13 paf
9995:
9996: * src/main/: pa_request.C: merged from HEAD ! when code in
9997: @unhandled_exception thrown another exception, print correct
9998: origin (earlier code in catch of exception inside of
9999: @unhandled_exception grabbed parent_frame(original_exception)
10000: origin and printed it, instead of true origin)
10001:
10002: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10003: another exception, print correct origin (earlier code in catch of
10004: exception inside of @unhandled_exception grabbed
10005: parent_frame(original_exception) origin and printed it, instead
10006: of true origin)
10007:
10008: 2005-12-09 paf
10009:
10010: * INSTALL: . updated INSTALL doc to work around linux stack base
10011: detection problem, due to change in gc6.4 code
10012:
10013: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10014: ignored in ^string.matched :(
10015:
10016: * src/main/pa_string.C: ! regex tainting were ignored in
10017: ^string.matched :(
10018:
10019: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10020: src/include/pa_config_fixed.h, src/include/pa_version.h,
10021: src/main/compile.y, src/main/compile_tools.h,
10022: src/main/pa_charset.C, src/main/pa_common.C,
10023: src/main/pa_globals.C, src/main/pa_string.C,
10024: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10025: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10026:
10027: 2005-12-08 paf
10028:
10029: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10030: 500 chars now handled OK [were wrapped on 500th char according to
10031: rfc, but sendmail failed to unwrap it properly]
10032:
10033: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10034: handled OK [were wrapped on 500th char according to rfc, but
10035: sendmail failed to unwrap it properly]
10036:
10037: * src/targets/isapi/parser3isapi.C: . less warnings
10038:
10039: * src/targets/isapi/parser3isapi.C: . undone some strange change
10040: since 3.1.5
10041:
10042: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10043: link fixes
10044:
10045: * src/: classes/date.C, include/pa_config_fixed.h,
10046: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10047: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10048: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10049:
10050: * src/include/pa_config_fixed.h: . removed outdated string origins
10051: [in current storage scheme there's no place for them. someday we
10052: can add third CORD to store origins and special version of parser
10053: which stores origins there [separate binary]]
10054:
10055: 2005-12-07 paf
10056:
10057: * src/targets/isapi/parser3isapi.C: . now links in release mode
10058:
10059: * src/include/pa_version.h: makefiles
10060:
10061: * src/include/pa_version.h: . not beta
10062:
10063: * configure, configure.in, src/include/pa_version.h: not beta
10064:
10065: 2005-12-06 paf
10066:
10067: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10068: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10069: decided to undo the change ^call[$void] passes void. now it will
10070: pass empty string again.
10071:
10072: * src/main/: compile.tab.C, compile.y: . version readded
10073:
10074: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10075: = ^switch[void] problem
10076:
10077: 2005-12-01 paf
10078:
10079: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10080: caused ^case[string] to be coerced to double since searching
10081: value were not string (it was vvoid)
10082:
10083: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10084: ^case[string] to be coerced to double since searching value were
10085: not string (it was vvoid)
10086:
10087: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10088: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10089:
10090: 2005-11-30 paf
10091:
10092: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10093: win32 must putenv("TZ="), on unix works only putenv("TZ")
10094:
10095: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10096: putenv("TZ="), on unix works only putenv("TZ")
10097:
10098: * INSTALL: . xml libs versions updated
10099:
10100: * src/main/pa_globals.C: //20051130 trying to remove this, author
10101: claims that fixed a lot there // 20040920 for now both
10102: workarounds needed. wait for new libxml/xsl versions
10103:
10104: 2005-11-28 paf
10105:
10106: * src/classes/table.C: merged from HEAD: ! nameless table has
10107: columns==0
10108:
10109: * src/classes/table.C: ! nameless table has columns==0
10110:
10111: * src/main/pa_http.C: merged from HEAD: ! status line check made
10112: earlier [was totally wrong]
10113:
10114: * src/main/pa_http.C: ! status line check made earlier [was totally
10115: wrong]
10116:
10117: 2005-11-25 paf
10118:
10119: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10120: undoing for now...
10121:
10122: * src/include/pa_version.h: -this reduces speed(table::load),
10123: strange. undoing
10124:
10125: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10126:
10127: * src/classes/op.C: + ^while(){}[SEPARATOR]
10128:
10129: * src/include/pa_array.h: + optimistics added: all arrays (table
10130: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10131: this speeds things up and saves memory a LOT! (not noticed
10132: negative effect on syntetic tests, future will tell...)
10133:
10134: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10135: changed gc_malloc implementation, which obscured profiling
10136:
10137: * src/classes/table.C: merged from HEAD: + optimized
10138: table::load/sql, now row ArrayString-s allocated with
10139: columns.count() elements and don't always grow from
10140: count=3[realloc,realloc]
10141:
10142: * src/classes/table.C: + optimized table::load/sql, now row
10143: ArrayString-s allocated with columns.count() elements and don't
10144: always grow from count=3[realloc,realloc]
10145:
10146: * src/classes/table.C: merged from HEAD: . ^table.save unused
10147: buffer after save
10148:
10149: * src/classes/table.C: . ^table.save unused buffer after save
10150:
10151: 2005-11-24 paf
10152:
10153: * configure.in: . merged glib2-config patch
10154:
10155: * configure.in: + trying to find glib2-config
10156:
10157: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10158: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10159: file/dir_readable to simple file/dir_exist, this would help in
10160: situations "class not found because .p file has bad rights" << in
10161: that case error would be explicit "access denied to 'this' file"
10162:
1.116 moko 10163: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10164:
10165: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10166: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10167: to simple file/dir_exist, this would help in situations "class
10168: not found because .p file has bad rights" << in that case error
10169: would be explicit "access denied to 'this' file"
10170:
10171: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10172: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10173: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10174: ^file::exec/cgi[script;$.charset[changed]
10175: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10176: encoded in $.charset charset
10177:
10178: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10179: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10180: encoded in $.charset charset
10181:
10182: * src/: include/Makefile.am, include/pa_common.h,
10183: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10184: main/pa_common.C, main/pa_http.C: . extracted http:// into
10185: separate file [preparation for
10186: ^file::cgi[script;$.form[$.field1[]
10187:
10188: 2005-11-22 paf
10189:
10190: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10191:
10192: * acinclude.m4, configure.in: . merged underquting fixes
10193:
1.116 moko 10194: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10195:
10196: * src/classes/op.C: . overmerged a little
10197:
10198: * src/main/compile.tab.C: Makefile
10199:
10200: * src/main/: pa_common.C: . less gcc warnings
10201:
10202: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10203: now reports original exception if we have no old cache
10204:
10205: * src/classes/op.C: + $exception.handled[cache] now reports
10206: original exception if we have no old cache
10207:
10208: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10209: from HEAD: + ^taint/untaint[regex] << escapes these:
10210: \^$.[]|()?*+{}
10211:
10212: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10213: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10214:
10215: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10216: getenv-ed variable, which does not work both on win32&unix.
10217: copied old TZ value now
10218:
10219: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10220: stored pointer to getenv-ed variable, which does not work both on
10221: win32&unix. copied old TZ value now
10222:
10223: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10224: getenv-ed variable, which does not work both on win32&unix.
10225: copied old TZ value now
10226:
10227: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10228: access to internal hash
10229:
10230: * src/types/pa_vresponse.C: + $response:headers access to internal
10231: hash
10232:
10233: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10234: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10235: isapi] this reduces number of "GC Warning: Repeated allocation of
10236: very large block" messages to only important onces
10237:
10238: * src/targets/isapi/parser3isapi.C: +
10239: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10240: isapi] this reduces number of "GC Warning: Repeated allocation of
10241: very large block" messages to only important onces
10242:
10243: * src/classes/string.C: merged from HEAD: + removed limitation on
10244: ^string/int/double:sql{}[$.default[({param style})] ]
10245:
10246: * src/classes/string.C: + removed limitation on
10247: ^string/int/double:sql{}[$.default[({param style})] ]
10248:
10249: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10250: with ?params or $.form option" limitation
10251:
10252: * src/main/pa_common.C: + removed "use either uri with ?params or
10253: $.form option" limitation
10254:
10255: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10256: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10257: ^file::base64[encoded] decode
10258:
10259: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10260: main/pa_common.C: + ^file.base64[] encode +
10261: ^file::base64[encoded] decode
10262:
10263: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10264: ^string:base64[encoded] decode
10265:
10266: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10267: ^string:base64[in] encode + ^string.base64[] decode
10268:
10269: 2005-11-21 paf
10270:
10271: * src/classes/file.C: + merged from HEAD:
10272: ^file::create[text;file.xml;^untaint[xml]{data}]
10273:
10274: * src/classes/file.C: +
10275: ^file::create[text;file.xml;^untaint[xml]{data}]
10276:
10277: * src/main/pa_request.C: ! merged: $response:body[file] now
10278: differes from :download, it does not return content-disposition
10279: at all now [previusely it returned valueless content-disposition]
10280:
10281: * src/main/pa_request.C: ! $response:body[file] now differes from
10282: :download, it does not return content-disposition at all now
10283: [previusely it returned valueless content-disposition]
10284:
10285: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10286: literals, reverted to just vvod, recreating empty array with each
10287: void_value token. that's absolutely needed, since that array
10288: grows
10289:
10290: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10291: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10292: types/pa_vmethod_frame.h: + merged: expression literals:
10293: true/false. ^format[$.indent(true)]
10294:
10295: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10296: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10297: types/pa_vmethod_frame.h: + expression literals: true/false.
10298: ^format[$.indent(true)]
10299:
10300: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10301: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10302: i386-pc-win32)"
10303:
10304: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10305: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10306: i386-pc-win32)"
10307:
10308: 2005-11-18 paf
10309:
10310: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10311: null}[$.default(123)] will now return default value
10312:
10313: * src/classes/op.C: + merged ^cache[] << returns current cache
10314: expiration time
10315:
10316: * src/classes/op.C: + ^cache[] << returns current cache expiration
10317: time
10318:
10319: * src/classes/table.C: ! merged ^table::create[not'nameless';
10320: failed << Exception.problem_source pointed to local var!
10321:
10322: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10323: Exception.problem_source pointed to local var!
10324:
10325: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10326: now loads VFile.ptr!=0, so such files can be saved now
10327:
10328: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10329: loads VFile.ptr!=0, so such files can be saved now
10330:
10331: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10332: only . and .. now removed from list [were removed all .*]
10333:
10334: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10335: .. now removed from list [were removed all .*]
10336:
10337: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10338: open error now checked, were not :( [stole that piece from apache
10339: 1.3 sources]
10340:
10341: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10342: checked, were not :( [stole that piece from apache 1.3 sources]
10343:
10344: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10345: untainting of @main result if returned by $result or
10346: $response:body
10347:
10348: * src/main/pa_request.C: ! ensured proper untainting of @main
10349: result if returned by $result or $response:body
10350:
10351: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10352: issue: now tries to guess content-length and allocates one big
10353: piece if possible [regretfully gc_realloc works as malloc+free,
10354: leaving lots of holes behind]
10355:
10356: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10357: fixed file load memory issue: now tries to guess content-length
10358: and allocates one big piece if possible [regretfully gc_realloc
10359: works as malloc+free, leaving lots of holes behind]
10360:
10361: 2005-11-16 paf
10362:
10363: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10364: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10365: table::save with enclosers now doubles them: "->"" !
10366: table::save/load do not remove elements from options hash
10367:
10368: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10369: [were overoptimized ^if(double_literal), compiler confused
10370: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10371:
10372: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10373: [were overoptimized ^if(double_literal), compiler confused
10374: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10375:
10376: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10377: main/pa_common.C: ! table::save with enclosers now doubles them:
10378: "->"" ! table::save/load do not remove elements from options hash
10379:
10380: 2005-11-03 paf
10381:
1.116 moko 10382: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10383: compilation, not all makefiles liked that
1.95 moko 10384:
10385: 2005-08-30 paf
10386:
10387: * src/classes/op.C: merge . speedup check of [DEFAULT]
10388:
10389: * src/classes/op.C: . speedup check of [DEFAULT]
10390:
10391: 2005-08-26 paf
10392:
10393: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10394:
10395: * src/: classes/date.C, types/pa_vdate.h: + date.week
10396:
10397: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10398: complains about bad!=nameless
10399:
10400: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10401: about bad!=nameless
10402:
10403: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10404: optional options were allowed to be empty. were checked
10405: if(is_string), changed to !defined||is_string to allow void
10406:
10407: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10408: classes/string.C, classes/table.C, classes/void.C: ! optional
10409: options were allowed to be empty. were checked if(is_string),
10410: changed to !defined||is_string to allow void
10411:
10412: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10413: as_junction where they needed as_int/double, so failed with
10414: recent "(const) now no junction" optimization
10415:
10416: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10417: merged ! many classes/* used as_junction where they needed
10418: as_int/double, so failed with recent "(const) now no junction"
10419: optimization
10420:
10421: * src/: classes/double.C, classes/int.C, classes/math.C,
10422: classes/op.C, classes/string.C, classes/table.C,
10423: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10424: used as_junction where they needed as_int/double, so failed with
10425: recent "(const) now no junction" optimization
10426:
10427: 2005-08-24 paf
10428:
10429: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10430: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10431: stripped it
10432:
10433: 2005-08-09 paf
10434:
10435: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10436: not cleared
10437:
10438: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10439: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10440: classes/hashfile.C, classes/image.C, classes/int.C,
10441: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10442: classes/response.C, classes/string.C, classes/table.C,
10443: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10444: include/pa_array.h, include/pa_cache_managers.h,
10445: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10446: include/pa_config_fixed.h, include/pa_config_includes.h,
10447: include/pa_dictionary.h, include/pa_dir.h,
10448: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10449: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10450: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10451: include/pa_request_charsets.h, include/pa_request_info.h,
10452: include/pa_sapi.h, include/pa_socks.h,
10453: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10454: include/pa_stack.h, include/pa_string.h,
10455: include/pa_stylesheet_connection.h,
10456: include/pa_stylesheet_manager.h, include/pa_table.h,
10457: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10458: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10459: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10460: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10461: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10462: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10463: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10464: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10465: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10466: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10467: main/pa_sql_driver_manager.C, main/pa_string.C,
10468: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10469: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10470: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10471: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10472: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10473: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10474: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10475: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10476: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10477: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10478: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10479: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10480: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10481: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10482: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10483: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10484: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10485: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10486: types/pa_vresponse.C, types/pa_vresponse.h,
10487: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10488: types/pa_vstateless_object.h, types/pa_vstatus.C,
10489: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10490: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10491: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10492: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10493: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10494:
10495: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10496: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10497: speedup consequent checks in vmethod_frame
10498:
10499: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10500: not cleared
10501:
10502: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10503: params: 50 max (were 10)
10504:
10505: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10506: params: 50 max (were 10)
10507:
10508: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10509: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10510: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10511: empty string) ! simplified (double) speedup consequent checks in
10512: vmethod_frame
10513:
10514: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10515: optimized constants in expressions vstring->vdouble + optimized
10516: ^call(vdouble), no junction creation, no calls later
10517:
10518: 2005-08-08 paf
10519:
10520: * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
10521: integrated
10522:
10523: * bin/auto.p.dist.in: . apache bad 404 handling workaround
10524: integrated
10525:
10526: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10527: compile_tools.h: merged + optimized constants in expressions
10528: vstring->vdouble + optimized ^call(vdouble), no junction
10529: creation, no calls later
10530:
10531: * src/types/pa_vdouble.h: merged . double values without fractional
10532: part now default printed as %.0f instead of %g
10533:
10534: * src/types/pa_vdouble.h: . double values without fractional part
10535: now default printed as %.0f instead of %g
10536:
10537: * src/classes/hashfile.C: . merged ! second hashfile::open would
10538: cause an exception
10539:
10540: * src/classes/hashfile.C: ! second hashfile::open would cause an
10541: exception
10542:
10543: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10544: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10545: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10546: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10547: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10548: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10549: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10550: types/pa_vresponse.h, types/pa_vstateless_class.C,
10551: types/pa_vstateless_object.h, types/pa_vvoid.h,
10552: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10553: merged VJunction(new Junction) optimization from 3.1.4
10554:
10555: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10556: types/pa_vstateless_class.C: + optimized new VJunction(new
10557: Junction(params)) to new VJunction(params), thousands of mallocs
10558: removed
10559:
10560: 2005-08-05 paf
10561:
10562: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10563: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10564: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10565: creation, no calls later
10566:
10567: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10568: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10569: classes/hashfile.C, classes/image.C, classes/int.C,
10570: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10571: classes/response.C, classes/string.C, classes/table.C,
10572: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10573: include/pa_array.h, include/pa_cache_managers.h,
10574: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10575: include/pa_config_fixed.h, include/pa_config_includes.h,
10576: include/pa_dictionary.h, include/pa_dir.h,
10577: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10578: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10579: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10580: include/pa_request_charsets.h, include/pa_request_info.h,
10581: include/pa_sapi.h, include/pa_socks.h,
10582: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10583: include/pa_stack.h, include/pa_string.h,
10584: include/pa_stylesheet_connection.h,
10585: include/pa_stylesheet_manager.h, include/pa_table.h,
10586: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10587: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10588: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10589: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10590: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10591: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10592: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10593: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10594: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10595: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10596: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10597: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10598: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10599: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10600: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10601: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10602: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10603: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10604: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10605: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10606: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10607: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10608: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10609: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10610: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10611: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10612: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10613: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10614: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10615: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10616: types/pa_vstateless_object.h, types/pa_vstatus.C,
10617: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10618: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10619: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10620: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10621: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10622:
10623: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10624: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10625: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10626: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10627: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10628: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10629: optimized constants in expressions vstring->vdouble
10630:
10631: 2005-07-29 paf
10632:
10633: * src/types/pa_vclass.C: . shaped up error messages a bit
10634:
10635: * src/types/pa_vclass.C: + property getter can now be overridden
10636:
10637: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10638: bug fix: static parent fields were not replaced in case
10639: $derived:field[put] + property setter can now be overridden
10640:
10641: 2005-07-28 paf
10642:
10643: * configure, configure.in, src/classes/classes.h,
10644: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10645: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10646: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10647: src/classes/xnode.h, src/include/pa_hash.h,
10648: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10649: src/types/Makefile.am, src/types/pa_method.h,
10650: src/types/pa_value.h, src/types/pa_vclass.C,
10651: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10652: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10653: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10654: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10655: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10656: src/types/pa_vobject.C, src/types/pa_vobject.h,
10657: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10658: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10659: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
10660: src/types/pa_vstateless_class.h,
1.95 moko 10661: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
10662: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
10663: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
10664: dynamic_fields_join
10665:
10666: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
10667: classes/xnode.C, include/pa_hash.h, main/execute.C,
10668: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10669: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10670: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10671: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10672: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10673: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10674: types/pa_vresponse.h, types/pa_vstateless_object.h,
10675: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
10676: types/pa_wwrapper.h: ! restored put_element('replace' param), and
10677: restored its checks in vobject.put_element->static fields |
10678: dynamic properties
10679:
10680: 2005-07-27 paf
10681:
10682: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
10683: is some old code containing @set_name $name
10684:
10685: * src/types/pa_vobject.h: . fixed warning
10686:
10687: * configure, configure.in, src/include/pa_version.h,
1.116 moko 10688: src/types/Makefile.am: 3.2.0beta started
1.95 moko 10689:
10690: * src/: classes/xnode.C, include/pa_hash.h,
10691: types/pa_vstateless_class.C: ! new asserts were all false.
10692: regretfully reverted them all to checks
10693:
10694: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10695: classes/op.C, main/execute.C, types/pa_method.h,
10696: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10697: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10698: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10699: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10700: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10701: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10702: types/pa_vstateless_object.h, types/pa_vvoid.h,
10703: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10704: joined_dynamic_fields: removed unused param from put_method
10705: (returned to 3 params)
10706:
10707: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
10708: joined_dynamic_fields: dynamic get/set works with overriding
10709: props [alpha2]
10710:
10711: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
10712: works [alfa]
10713:
10714: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
10715: classes/op.C, include/pa_hash.h, main/execute.C,
10716: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
10717: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10718: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
10719: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10720: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10721: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10722: types/pa_vresponse.h, types/pa_vstateless_class.C,
10723: types/pa_vstateless_object.h, types/pa_vvoid.h,
10724: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
10725: joined_dynamic_fields: just compiled
10726:
10727: * src/: classes/date.C, classes/file.C, classes/hash.C,
10728: classes/hashfile.C, classes/image.C, classes/table.C,
10729: classes/xdoc.C, classes/xnode.h, main/execute.C,
10730: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10731: types/pa_vstateless_class.h: joined_dynamic_fields: started
10732:
10733: * src/types/pa_vobject.C: . object setters [only started, does not
10734: work yet]
10735:
10736: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
10737: object setters [only started, does not work yet]
10738:
10739: 2005-07-26 paf
10740:
10741: * src/: include/pa_request.h, main/execute.C: . properties: set
10742: works [alpha2]. for classes. todo: for objects
10743:
10744: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
10745: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10746: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10747: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10748: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
10749: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10750: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10751: types/pa_vstateless_object.h, types/pa_vvoid.h,
10752: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10753: properties: set works [alpha1]
10754:
10755: 2005-07-25 paf
10756:
10757: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
10758: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
10759: properties: started, get works [alpha1, other approach]
10760:
10761: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
10762: properties: started, get works [alpha2]
10763:
10764: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
10765: pa_vstateless_class.h: . properties: started, get works [alpha]
10766:
10767: 2005-07-15 paf
10768:
10769: * src/: classes/classes.h, classes/op.C, main/execute.C,
10770: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
10771: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10772: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10773: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
10774: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
10775: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
10776: types/pa_vresponse.C, types/pa_vresponse.h,
10777: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10778: types/pa_vstateless_object.h, types/pa_vvoid.h,
10779: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
10780: types/pa_wwrapper.h, types/types.vcproj: + started property
10781: [getters work but think of changing them too to precaching]
10782:
10783: 2005-07-08 paf
10784:
10785: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
10786: gpf
10787:
10788: 2005-06-28 paf
10789:
10790: * src/: classes/file.C, main/untaint.C: ! string invariant violated
10791: in passing empty strings to file::exec/cgi environment
10792:
10793: 2005-06-06 paf
10794:
10795: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
10796: ^table:sql ^hash:sql now DO process $.bind option
10797:
10798: 2005-05-24 paf
10799:
10800: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
10801: $.limit] now work again [support was broken in 3.1.4]
10802:
10803: * src/: main/pa_string.C, classes/op.C: . steps toward removing
10804: ALL_INTERIOR_POINTERS
10805:
10806: 2005-05-12 paf
10807:
10808: * configure: 3.1.5beta
10809:
10810: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
10811:
10812: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
10813: $.limit] now work again [support was broken in 3.1.4]
10814:
10815: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
10816: line-width [was refusing to fill if line-width >1, thanks to
10817: Seras <seras@pinxit.lt> for repro case
10818:
10819: 2005-04-25 paf
10820:
10821: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
10822: correctly
10823:
10824: 2005-04-19 paf
10825:
10826: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
10827: in VString violating invariant!!
10828:
10829: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
10830: getenv("TZ")==null
10831:
10832: 2005-04-08 paf
10833:
10834: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
10835: bugfix: when there is no char in charset one byte produces 6
10836: (ÿ <<max). increased buffer size!
10837:
10838: 2005-03-23 paf
10839:
10840: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
10841: ^date.sql-string now takes TZ into account
10842:
10843: 2005-03-16 paf
10844:
10845: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
10846: gcc 3.4
10847:
10848: * src/types/pa_vhash.C: . warning about eof eol
10849:
10850: 2005-02-17 paf
10851:
10852: * operators.txt, src/classes/op.C: + operator ^sleep(double
10853: seconds)
10854:
10855: 2005-02-02 paf
10856:
10857: * src/classes/xnode.C: beauty: removed needless includes
10858:
10859: 2005-01-31 paf
10860:
10861: * src/types/pa_vmail.C: change: $.partX now always 1... change:
10862: $.partNoNumber now alias to $.part1
10863:
10864: * src/types/pa_vmail.C: change: incoming letter part contains
10865: "content-disposition" header with any value? now considering that
10866: part to be "file#" [for text/plain text/html were $.text#
10867: $.html#]
10868:
10869: * INSTALL: updatet to latest working versions available
10870:
10871: 2005-01-20 paf
10872:
10873: * configure.in, src/include/pa_version.h: version
10874:
10875: 2005-01-19 paf
10876:
1.116 moko 10877: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
10878: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
10879: couple warnings in parser3.C
1.95 moko 10880:
10881: 2004-12-23 paf
10882:
10883: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
10884:
10885: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
10886: dir to directory of script (when shbang used), not to directory
10887: of its interpreter
10888:
10889: * src/include/pa_version.h: compiled on win32...
10890:
10891: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
10892: we need more hspace
10893:
10894: * configure, configure.in, src/include/pa_version.h: configured
10895: host to pa_version. will be displayed everywhere
10896:
10897: * src/main/pa_request.C: new: @unhandled_exception can prevent
10898: exception from being logged by setting $exception.handled(1)
10899:
10900: * operators.txt, src/classes/file.C: change:
10901: ^file::sql{query}[[options]] options: $.name[file name]
10902: $.content-type[application/what]
10903:
10904: * src/: include/pa_common.h, main/pa_common.C,
10905: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
10906: new file
10907:
10908: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
10909: bugfix: table->hash now regards _default
10910:
10911: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
10912: created by accessing $name_of_method it acquired bad self=closest
10913: methodframe; instead of proper self (current class)
10914:
10915: * src/types/pa_vhashfile.C: bugfix: reading empty string from
10916: hashfile produced bad cord
10917:
10918: 2004-12-10 paf
10919:
10920: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
10921: subsequent failures though defined in .h
10922:
10923: * src/main/pa_common.C: comment on volatile
10924:
10925: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
10926: alarm function were not used since the beginning due to stupid
10927: error [setsigjmp were not checked in configure.in]
10928:
10929: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
10930: unix too
10931:
10932: * src/main/pa_common.C: http: exception status of send/recv errors
10933: change to most probable http.timeout
10934:
10935: * src/main/pa_common.C: win32: http connection $.timeout option now
10936: works [setsockopt on send/receive]
10937:
10938: 2004-12-08 paf
10939:
10940: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
10941: cstr-ed knowing mail charset, and untainting uri lang now knows
10942: proper charset
10943:
10944: 2004-11-24 paf
10945:
10946: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
10947:
10948: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
10949: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
10950:
10951: 2004-11-12 paf
10952:
10953: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
10954: [since 3.0.4]
10955:
10956: 2004-11-09 paf
10957:
10958: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
10959: writes basics to c:\parser3.log
10960:
10961: 2004-10-21 paf
10962:
10963: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
10964: tainted strings [were returning clean onces]
10965:
10966: 2004-10-15 paf
10967:
10968: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
10969: cycles(i=1; i=2), which was wrong, now does ONE
10970:
10971: 2004-10-12 paf
10972:
10973: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
10974:
10975: 2004-10-07 paf
10976:
10977: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
10978: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
10979: release asserts
10980:
10981: * src/: main/pa_string.C, include/pa_string.h: debugger help:
10982: String.dump() to stdout in detailed form [were String.v() in
10983: short form]
10984:
10985: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
10986: \t\r\n as @#| and truncates long char sequences less
10987:
10988: 2004-10-06 paf
10989:
10990: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
10991: win32 beauty: socket errors properly decoded
10992:
10993: 2004-10-05 paf
10994:
10995: * src/: include/pa_request.h, main/pa_request.C: bugfix:
10996: request::configure_user/admin done always, even if no
10997: file-to-process useful in @unhandled_exception [say, if they
10998: would want to mail by SMTP something]
10999:
11000: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11001: now performed prior to file loading [and @auto executing] thus
11002: making $cookie:value available in @auto and in
11003: @unhandled_exception when IIS is configured to run interpreter
11004: even if no file exist
11005:
11006: 2004-09-20 paf
11007:
11008: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11009: somewhere where it should have called xmlMalloc and it calls
11010: xmlFree when it should have not called it. inserted two
11011: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11012: xmlFree just ignored. put away a testcase, maybe someday libxml
11013: author would fix all that. until that day: we have SLOW garbage
11014: collecting when many xml objects are alive hint: do
11015: ^memory:compact[] before xdoc::create
11016:
11017: 2004-09-17 paf
11018:
11019: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11020: error from 3.0.8 version]
11021:
11022: 2004-09-14 paf
11023:
11024: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11025: part bugfix: hashfile.foreach iterated only part if hashfile were
11026: modified inside
11027:
11028: 2004-09-13 paf
11029:
11030: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11031: [were as octal]
11032:
11033: * src/types/pa_vhashfile.C: beauty: not reproduced
11034: $hashfile.key[$novalue] bug [reported by motorin], inserted
11035: safety-check
11036:
11037: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11038: [not something obscure from sdbm lib]
11039:
11040: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11041: = strerror now returnes something and we can properly report that
11042: to client
11043:
11044: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11045: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11046:
11047: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11048: [tainted as-is] this helps //[space][newline] to remain as-is and
11049: not be unnecessary optimized away [ruining javascript]
11050:
11051: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11052: [tainted as-is]
11053:
11054: * src/classes/mail.C: bugfix: typo error
11055:
11056: 2004-09-09 paf
11057:
11058: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11059: separators bugfix: loads header with endings \r\n\r\n and \n\n
11060: (bloody yandex.server)
11061:
11062: 2004-09-06 paf
11063:
11064: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11065: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11066: encoded
11067:
11068: 2004-09-01 paf
11069:
11070: * src/types/pa_vmail.C: change: multipart/mixed changed to
11071: multipart/related outlook express have no problems showing
11072: unrelated attachments. todo: someday figure out a way of
11073: multipart/mixed multipart/related text/html
11074: image/xxx application/octet-stream << true attachments
11075:
11076: * src/types/pa_vmail.C: new:
11077: ^mail:send[$.file[$.content-disposition can be overriden new:
11078: empty mail header fields removed from letter
11079:
11080: * src/: classes/mail.C, include/pa_config_fixed.h,
11081: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11082: ^mail:send[ $.file[ $.any[header]
11083:
11084: 2004-08-30 paf
11085:
11086: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11087: warnings
11088:
11089: * src/main/pa_common.C: beauty: do not bother with charset
11090: detection when ^file::load[binary
11091:
11092: 2004-08-27 paf
11093:
11094: * src/main/pa_common.C: hack: for yandex.server http server
11095:
11096: 2004-08-18 paf
11097:
11098: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11099: possibly-chunked response
11100:
11101: 2004-08-17 paf
11102:
11103: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11104: $f.content-type now = that of http response
11105:
11106: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11107: $f.content-type now = that of http response
11108:
11109: 2004-07-30 paf
11110:
11111: * src/: include/pa_request.h, main/pa_request.C,
11112: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11113: win32: system&parser exceptions in release mode reported properly
11114: parser exception in exception handler WERE mistakenly reported as
11115: system exception, without details [in apache & isapi] +some
11116: beauty in exception text
11117:
11118: * src/: include/pa_exception.h, main/pa_request.C,
11119: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11120: release mode reported properly parser exception in exception
11121: handler WERE mistakenly reported as system exception, without
11122: details
11123:
11124: * src/main/execute.C: beauty: simplified system exception handling
11125:
11126: 2004-07-29 paf
11127:
11128: * src/classes/table.C: bugfix:
11129: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11130: were ignored, and \t used unconditionally]
11131:
11132: * src/types/Makefile.am: added vhash.c
11133:
11134: 2004-07-28 paf
11135:
11136: * src/: classes/date.C, classes/image.C, classes/math.C,
11137: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11138: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11139: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11140: failed on russian letters
11141:
11142: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11143: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11144: letters
11145:
11146: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11147: as 'currentDirectory' parameter to CreateProcess
11148:
11149: 2004-07-27 paf
11150:
11151: * src/targets/cgi/parser3.vcproj: beauty: win32:
11152: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11153: from release somewhere [to help searching for unhandled system
11154: exceptions]
11155:
11156: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11157: TZ shift
11158:
11159: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11160: but also in ctor
11161:
11162: 2004-07-26 paf
11163:
11164: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11165: src/main/pa_request.C, src/types/pa_vfile.h,
11166: src/types/pa_vhash.C, src/types/pa_vhash.h,
11167: src/types/types.vcproj: new: $response:body/download[
11168: $.file[name on disk] $.name[of file for user]
11169: $.mdate[date of last-modified. default from directory] ]
11170:
11171: * src/classes/file.C: moving file:send somewhere else..
11172:
11173: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11174: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11175: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11176: $response:download[ $.filename[filename] $.option[] ,, ]
11177:
11178: * src/classes/file.C: beauty: invalid mode thoroughly reported
11179:
11180: 2004-07-21 paf
11181:
11182: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11183: to several lines
11184:
11185: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11186:
11187: note: ms outlook[!express] shows only first 255 characters of
11188: subject
11189:
11190: 2004-07-15 paf
11191:
11192: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11193: off]
11194:
11195: 2004-07-14 paf
11196:
11197: * src/classes/table.C: bugfix: $.bind values now got untainted
11198: according to lang [were: as-is]
11199:
11200: 2004-07-07 paf
11201:
11202: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11203: checked that
11204:
11205: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11206: now untainted according to their languages. were: as-is.
11207: EVERYWHERE
11208:
11209: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11210: environment string now untainted according to their languages.
11211: were: as-is. EVERYWHERE
11212:
11213: * src/main/pa_exec.C: bufix: on unix environment string now
11214: untainted according to their languages. were: as-is. on win32:
11215: ok
11216:
11217: * parser3.vssscc: ...would not go unnoticed
11218:
11219: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11220: fails. in case on input appears nonutf, those bytes will be
11221: printed in %HH form. that can be easily decoded/recovered.
11222:
11223: this form is quite noticable, and hopefully would not go noticed
11224:
11225: 2004-07-06 paf
11226:
11227: * src/main/pa_exec.C: bufix: on unix environment string now
11228: untainted according to their languages. were: as-is. on win32:
11229: ok
11230:
11231: 2004-07-01 paf
11232:
11233: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11234: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11235: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11236: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11237: main/main.vcproj, targets/cgi/parser3.vcproj,
11238: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11239: option: global optimization ON
11240:
11241: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11242: to do xdoc::create{invalid chars} standard disables chars less
11243: then \x20, except tab, cr, lf.
11244:
11245: changed tainting so that those become '!'
11246:
11247: 2004-06-25 paf
11248:
11249: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11250: int on odd address [prev bugfix failed due to superwize
11251: optimizer, which turned memcpy into same 'ld' asm command]
11252:
11253: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11254: int on odd address
11255:
11256: 2004-06-22 paf
11257:
11258: * src/sql/pa_sql_driver.h: note: about possible optimization
11259:
11260: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11261: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11262: src/include/pa_config_includes.h: new: ^void:sql{call
11263: paf(:a)}[ $.bind[ $.a[2]
11264: ] ] output variables work. todo: check in out
11265: variables
11266:
11267: 2004-06-18 paf
11268:
11269: * src/: classes/file.C, classes/hash.C, classes/string.C,
11270: classes/table.C, classes/void.C, include/pa_globals.h,
11271: include/pa_sql_connection.h, main/compile.tab.C,
11272: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11273: $.bind[ $.a[2] ]
11274: ] input variables work. todo:output
11275:
11276: * src/targets/cgi/parser3.C: bugfix: iis specific
11277: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11278: /_bug.html?404;http://hpsv/test/
11279: --------------------------------------------------------------------------------
11280: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11281: --------------------------------------------------------------------------------
11282: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11283:
11284: 2004-06-16 paf
11285:
11286: * src/targets/cgi/parser3.C: new: iis specific
11287: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11288: $request:query
11289: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11290: $form:fields IIS-STATUS="404"
11291: IIS-DOCUMENT="http://server/_bug.html" f="v"
11292:
11293: todo: isapi too
11294:
11295: 2004-05-26 paf
11296:
11297: * src/include/pa_version.h: 3.1.3
11298:
11299: * operators.txt: beauty: removed outdated level 'table'
11300:
11301: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11302:
11303: * src/main/pa_string.C: beauty: removed 3 warnings
11304:
11305: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11306: classes/op.C: beauty: removed outdated level 'table'
11307:
11308: 2004-05-25 paf
11309:
11310: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11311: implementation. mistery: how anything worked
11312:
11313: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11314: changed, it is now safe to use url if pointers to it are stored
11315: to gc mem
11316:
11317: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11318: unknown errors reported and not cause SIGSEGV now
11319:
11320: 2004-05-24 paf
11321:
11322: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11323: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11324: less memory: CORD_chars_block originally intended to ... it was
11325: good that CORD_chars_block were not used: it consumes more memory
11326: [and, might be slow too] undoing that. [and removed that func so
11327: that it would not confuse parser developer in future]
11328:
11329: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11330: less memory: CORD_chars_block originally intended to
11331: speedup/reduce mem usage were forgotten, and were used stupid
11332: CORD_chars
11333:
11334: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11335:
11336: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11337: BIGENDIAN processors space-conserving mech failed, causing
11338: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11339: (1|2|3));
11340:
11341: 2004-05-14 paf
11342:
11343: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11344: bugfix: void now has vfile value, and $response:body[] works OK
11345:
11346: 2004-05-12 paf
11347:
11348: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11349: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11350: sources to use is_defined() {return as_bool();} along VBool
11351:
11352: 2004-05-11 paf
11353:
11354: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11355: referencing to local objects
11356:
11357: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11358: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11359: left intact
11360:
11361: 2004-04-15 paf
11362:
11363: * src/classes/date.C: merged: beauty: unused var removed
11364:
11365: * src/classes/date.C: beauty: unused var removed
11366:
11367: * src/include/: pa_exec.h: bugfix: interface without pointer
11368: provoked bug
11369:
11370: 2004-04-09 paf
11371:
11372: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11373:
11374: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11375:
11376: 2004-04-08 paf
11377:
11378: * src/classes/date.C: new: ^date::create[y-m-d
11379: h-M-s>>.milliseconds<<] now allowed, ignored so far
11380:
11381: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11382:
11383: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11384: to consult default catalog [usually, that file belongs to other
11385: user/group]
11386:
11387: 2004-04-06 paf
11388:
11389: * src/main/pa_common.C: beauty: gcc warning removed
11390:
11391: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11392: accept that trick, trying other
11393:
11394: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11395: explicit result problem
11396:
11397: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11398: explicit result problem
11399:
11400: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11401: explicit result problem
11402:
11403: * operators.txt, src/classes/string.C: new: ^string.append[string]
11404:
11405: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11406: main/execute.C: attempt_check_call_in_explicit_result_mode:
11407: failed
11408:
11409: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11410: http://i.p.a.ddress gethostbyaddr added [on some platforms
11411: gethostbyname failed with such 'domains'] now checked properly,
11412: were: needless reverse/forward dns lookup
11413:
11414: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11415: http://i.p.a.ddress gethostbyaddr added [on some platforms
11416: gethostbyname failed with such 'domains'] now checked properly,
11417: were: needless reverse/forward dns lookup
11418:
11419: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11420: @method[][result] means "no string output here" moved to lexical
11421: level [on grammar level it were too difficult]
11422:
11423: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11424: src/main/compile.y, src/main/compile_tools.h,
11425: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11426: @method[][result] means "no string output here", implemented part
11427: of that idea: compiler throws away string literal generation
11428: code. and barks nonwhitespace chars
11429:
11430: * operators.txt: truth: removed comment about $ORIGIN
11431:
11432: 2004-04-05 paf
11433:
11434: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11435: src/include/pa_version.h, src/main/pa_common.C,
11436: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11437:
11438: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11439: Konstantin Tomashevitch [mailto:konst@design.ru]
11440:
11441: * src/doc/html2chm.cmd: beauty: no need in bg here
11442:
11443: * src/doc/sources2html.cmd: beauty: same window, in bg it
11444: interfered with FAR console
11445:
11446: * configure, configure.in: 3.1.3
11447:
11448: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11449:
11450: * src/main/pa_common.C: removed warning
11451:
11452: * src/include/pa_version.h: 3.1.3
11453:
11454: 2004-04-02 paf
11455:
11456: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11457:
11458: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11459: allows to specify where to put parser log file
11460:
11461: 2004-04-01 paf
11462:
11463: * src/classes/table.C: bugfix: bugfix: table::load last line
11464: without tab and enter were ignored
11465:
11466: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11467: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11468: main/pa_socks.C, targets/cgi/parser3.C,
11469: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11470: bugfix: sql connections now are disconnected
11471:
11472: 2004-03-30 paf
11473:
11474: * src/classes/table.C: bugfix: table::load last line without tab
11475: and enter were ignored
11476:
11477: * src/classes/table.C: bufix: if last table lines were commented,
11478: gpfed
11479:
11480: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11481: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11482: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11483: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11484: doc/methoded.dox, doc/object.dox, doc/string.dox,
11485: doc/targets.dox, doc/value.dox, include/pa_version.h,
11486: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11487: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11488: bugfixes from 3.1.2, changed version to 3.1.3beta
11489:
11490: 2004-03-29 paf
11491:
11492: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11493: causes gpf
11494:
11495: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11496: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11497: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11498: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11499: value.dox: translated to english
11500:
11501: 2004-03-25 paf
11502:
11503: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11504: parser3project dependency removed
11505:
11506: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11507: bugfix: refused to compile without xml
11508:
11509: * src/types/pa_vform.C: beauty: removed warning
11510:
11511: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11512: any folder [removed last ;) folder dependency]
11513:
11514: * src/classes/classes.vcproj: bugfix: now all compiles in any
11515: folder [removed last ;) folder dependency]
11516:
11517: * src/include/pa_version.h: release
11518:
11519: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11520:
11521: * src/classes/table.C: beauty: comment& more meaningful error
11522: message
11523:
11524: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11525: $.hash[$.column_value1(true) ... ] [were producing some strang
11526: thing]
11527:
11528: 2004-03-23 paf
11529:
11530: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11531: and http status line parsing checked number of columns in table
11532: [user reported an assert]
11533:
11534: * operators.txt: example: on hashfile
11535:
11536: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11537: bugfix: junction reattach now actually reattaches a junction to
11538: new wcontext [were only assigning it to junction, which caused
11539: junction tracking to loose junction, and it's context were not
11540: killed, and it tried to process in invalid context, gpf]
11541:
11542: * src/targets/cgi/parser3.C: debug helper added
11543:
11544: 2004-03-19 paf
11545:
11546: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11547: "type(type)" in braces
11548:
11549: 2004-03-10 paf
11550:
11551: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11552: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11553: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11554: solution to search-in-namespaces problem:
11555: $xdoc.search-namespaces.x[http://pif.design.ru/]
11556: $nodes[^xdoc.select[//x:second]]
11557:
11558: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11559: expression][[NAMESPACES HASH]] allows to search for info in
11560: namespaces
11561:
11562: $nodes[^xdoc.select[//x:second][
11563: $.x[http://pif.design.ru/] ]]
11564:
11565: 2004-03-09 paf
11566:
11567: * operators.txt, src/main/pa_common.C: new:
11568: ^file::load[...][options] $.form[
11569: !$.field1[string]
11570: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11571: ] !$.body[string]
11572:
11573: GET ?here notGET(POST, HEAD, others) in content-type:
11574: application/x-www-form-urlencoded
11575:
11576: todo: upload files ability
11577:
11578: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11579: properly, done
11580:
11581: 2004-03-05 paf
11582:
11583: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11584: GET/POST $.form[$.fields started, not tested yet
11585: todo:$.field[table] for multiple values
11586:
11587: * operators.txt: new: http:// options $.user $.password basic
11588: authorization
11589:
11590: * src/main/pa_common.C: beauty: link to rtf added
11591:
11592: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11593: new: http:// options $.user $.password basic authorization
11594:
11595: * src/main/pa_common.C: beauty: removed needless vars
11596:
11597: * operators.txt: new: pgsql option [like that recently added to
11598: oracle driver] ClientCharset=parser-charset <<
11599: charset in which parser thinks client works
11600:
11601: * operators.txt: new: odbc option [like that recently added to
11602: oracle driver] ClientCharset=parser-charset <<
11603: charset in which parser thinks client works
11604:
11605: * src/sql/pa_sql_driver.h: beauty: important warning added
11606:
11607: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11608: char!
11609:
11610: * etc/parser3.charsets/windows-1251.cfg: typo
11611:
11612: 2004-03-04 paf
11613:
11614: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11615: cached, sql transcoding now goes faster
11616:
11617: * operators.txt: new: mysql option [like that recently added to
11618: oracle driver] ClientCharset=parser-charset <<
11619: charset in which parser thinks client works
11620:
11621: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11622: typo error
11623:
11624: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11625: chars commented
11626:
11627: 2004-03-03 paf
11628:
11629: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11630: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11631:
11632: 2004-03-02 paf
11633:
11634: * operators.txt: new[update typo]: !^void.left(n)
11635: nothing !^void.right(n) nothing !^void.mid(p[;n])
11636: nothing
11637:
11638: * operators.txt, src/classes/void.C: new: !^void.left(n)
11639: nothing !^void.right(n) nothing !^void.pos(p[;n])
11640: nothing
11641:
11642: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11643: ^file::sql[[name_to_become_$.name]]{} query result must be one
11644: row with columns: first: data second: file name third:
11645: content-type
11646:
11647: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11648: ^connect gets properly escaped string, which can be passed to
11649: request now this for mysql only. it's up to parser sql driver to
11650: fix zeros properly
11651:
11652: * INSTALL: note: added on building apache with this option:
11653: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11654:
11655: 2004-03-01 paf
11656:
11657: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11658: extension memory:compact befor processingrequest
11659:
11660: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
11661: call sole column of result
11662:
11663: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
11664: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
11665: pixel color
11666:
11667: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
11668: beauty: image -- less checks [were ugly impl]
11669:
11670: * src/classes/string.C: bugfix: ^string.left/right/mid with
11671: negative values now considered bad
11672:
11673: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
11674:
11675: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
11676: options now have unified defaults [after transform
11677: indent/omit-xml-declaration/standalone 'default' erroreously
11678: meant 'true']
11679:
11680: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
11681: added [on some platforms gethostbyname failed with such
11682: 'domains']
11683:
11684: * src/include/pa_config_auto.h.in: no select check, no define
11685:
11686: * src/classes/string.C: feature: ^string.trim both parameters may
11687: be empty-strings, meaning kind=both chars=whitespaces
11688:
11689: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
11690: exist
11691:
11692: * src/classes/string.C: check: trim 'chars' must not be empty,
11693: exception if it is
11694:
11695: * src/classes/string.C: changed: ^string.trim [] << both,
11696: whitespaces [start|both|end] << kind, whitespaces
11697: [start|both|end;chars] full
11698:
11699: 2004-02-27 paf
11700:
11701: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
11702: method: ^string.trim[start|both|end[;chars]] default
11703: 'chars' -- whitespace chars finished
11704:
11705: * operators.txt, src/classes/string.C, src/include/pa_string.h,
11706: src/main/pa_string.C: new method:
11707: ^string.trim[start|both|end[;chars]] default 'chars' --
11708: whitespace chars started, only start works
11709:
11710: * src/main/compile.C: bugfix: line numbers after
11711: ^process{}[$.line(-10]] can be negative, allowed to print they as
11712: signed
11713:
11714: * src/main/untaint.C: speed: there's no \n chars in output
11715: [normally], so no need to optimize them they could be retrived
11716: from databases, though. but 1. should be replaced 2. if not
11717: optimized, no harm done
11718:
11719: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
11720: ^file::exec/cgi could return invalid status & zombie child can
11721: remain for short period until process exists [very bad in
11722: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
11723:
11724: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
11725: malicious SMTP server to attack as by returning too long status
11726: responses http://i2/tasks/edit/?id=4629448401140924947
11727:
11728: 2004-02-26 paf
11729:
11730: * operators.txt: feature: ^process...{CODE}[now has options] which
11731: are $.main[to what to rename @main] $.file[file,
11732: from which (user says) goes that CODE] $.lineno(line
11733: number in that file, where CODE starts. may be negative)
11734:
11735: * operators.txt, src/classes/op.C, src/include/pa_request.h,
11736: src/main/compile.C, src/main/compile_tools.h,
11737: src/main/pa_request.C: feature: ^process...{CODE}[now has
11738: options] which are $.main[to what to rename @main]
11739: $.file[file, from which (user says) goes that CODE]
11740: $.lineno(line number in that file, where CODE starts. may be
11741: negative)
11742:
11743: 2004-02-25 paf
11744:
1.116 moko 11745: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
11746: old @charsetsdir@ recently erased from configure.in]
1.95 moko 11747:
11748: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
11749: produces hash of column=>1
11750:
11751: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
11752: with incomplete errno constants set
11753:
11754: 2004-02-24 paf
11755:
11756: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
11757: "man select"
11758:
11759: * src/main/pa_os.C: beauty: <0 better then ==-1
11760:
11761: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
11762:
11763: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
11764:
1.116 moko 11765: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 11766:
11767: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
11768: unix: steps to work on unix [extracted 'to']
11769:
11770: * src/classes/mail.C: smtp on unix: steps to work on unix
11771:
11772: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
11773:
1.116 moko 11774: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
11775: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
11776: unix [testing on solaris]
1.95 moko 11777:
11778: 2004-02-20 paf
11779:
11780: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
11781: pointing that out
11782:
11783: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
11784: fixed again [same solution, mistanenly removed one line]
11785:
11786: 2004-02-19 paf
11787:
11788: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
11789: date::create from bad datetime in spring daylightsaving hole now
11790: OK for all platforms [on some platforms it failed]
11791:
11792: * src/classes/: date.C, image.C: beauty: date::create[bad date time
11793: in daylightsaving hole] now throws error
11794:
11795: * src/classes/date.C: comment: mistake fixed
11796:
11797: 2004-02-18 paf
11798:
11799: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
11800: now renderes in $request:charset, but in header puts
11801: $response:charset todo: make that default only so that coder
11802: could override that
11803:
11804: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
11805: turns off omit-xml-declaration
11806:
11807: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
11808: /.xsl for sample
11809:
11810: 2004-02-17 paf
11811:
11812: * src/classes/xdoc.C: beauty: needless helper class removed
11813:
11814: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
11815: copied extra time
11816:
11817: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
11818: part of libxml
11819:
11820: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
11821: libxml to do the work] <xsl:output method="html"
11822: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
11823: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
11824: />
11825:
11826: * src/classes/xdoc.C: beauty: no <meta ... charset generated
11827:
11828: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
11829: caused assertion
11830:
11831: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
11832: could hang. now such add does nothing, sub clears $hash
11833:
11834: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
11835: not made quoted-printable
11836:
11837: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
11838: string invariant
11839:
11840: 2004-02-16 paf
11841:
11842: * src/main/pa_globals.C: bugfix: xml errors copy from library now
11843: cleared [were not cleared properly]
11844:
11845: 2004-02-13 paf
11846:
1.116 moko 11847: * src/include/pa_version.h: prerelease
1.95 moko 11848:
11849: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
11850: used, introducing dependencies timestamp check
11851:
11852: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
11853: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
11854: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
11855: .xsl.stamp now not used, introducing dependencies timestamp check
11856:
11857: * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
11858:
11859: 2004-02-12 paf
11860:
11861: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
11862: ruined empty <input type=file> submits. parser thought there were
11863: nameless empty file and $form:field got value of type 'file'
11864:
11865: * INSTALL: --without-threads
11866:
11867: * src/include/pa_sapi.h: 2004
11868:
11869: 2004-02-11 paf
11870:
11871: * src/: classes/classes.C, classes/classes.h, classes/date.C,
11872: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
11873: classes/hashfile.C, classes/image.C, classes/int.C,
11874: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
11875: classes/response.C, classes/string.C, classes/table.C,
11876: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
11877: include/pa_array.h, include/pa_cache_managers.h,
11878: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
11879: include/pa_config_fixed.h, include/pa_config_includes.h,
11880: include/pa_dictionary.h, include/pa_dir.h,
11881: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
11882: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
11883: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
11884: include/pa_request_charsets.h, include/pa_request_info.h,
11885: include/pa_socks.h, include/pa_sql_connection.h,
11886: include/pa_sql_driver_manager.h, include/pa_stack.h,
11887: include/pa_string.h, include/pa_stylesheet_connection.h,
11888: include/pa_stylesheet_manager.h, include/pa_table.h,
11889: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
11890: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
11891: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
11892: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
11893: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
11894: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
11895: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
11896: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
11897: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
11898: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
11899: main/pa_sql_driver_manager.C, main/pa_string.C,
11900: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
11901: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
11902: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
11903: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
11904: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
11905: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
11906: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11907: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
11908: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
11909: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
11910: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11911: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
11912: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
11913: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
11914: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11915: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11916: types/pa_vresponse.h, types/pa_vstateless_class.C,
11917: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
11918: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
11919: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
11920: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
11921: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
11922: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
11923:
11924: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
11925: debug version of gc.dll
11926:
11927: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11928: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11929: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
11930: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
11931: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
11932: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
11933: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
11934: processes
11935:
11936: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
11937: main/pa_globals.C, targets/cgi/parser3.vcproj,
11938: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
11939: changes to reflect libxml xsl new folders
11940:
11941: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11942: lib/smtp/smtp.vcproj, main/main.vcproj,
11943: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
11944: to reflect libxml xsl new folders
11945:
11946: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
11947: lib/smtp/smtp.vcproj, main/main.vcproj,
11948: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
11949: types/types.vcproj: started changes to reflect libxml xsl new
11950: folders
11951:
11952: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
11953: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
11954: src/main/compile.tab.C, src/main/main.vcproj,
11955: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
11956: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
11957: started changes to reflect libxml xsl new folders
11958:
11959: 2004-02-10 paf
11960:
11961: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
11962: compile. recommened latest libxml up to date
11963:
11964: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
11965: pattern compilation errors", on which spent 4 hours worktime. use
11966: versions higher than that. recommended now latest up to date
11967:
11968: 2004-02-06 paf
11969:
11970: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
11971: beauty: unified destructing style
11972:
11973: * src/main/untaint.C: beauty: removed old def/ifdef
11974:
11975: * src/main/untaint.C: beauty: coredump @unknown untaint language
11976: now
11977:
11978: 2004-02-03 paf
11979:
11980: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
11981: targets/isapi/parser3isapi.C, types/pa_value.C,
11982: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
11983: then %ld/%lu
11984:
11985: * src/main/pa_common.C: typo: %l -> %u
11986:
11987: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
11988: in attributes or documents-results of transform now not xx;
11989:
11990: * src/classes/xnode.C: memleaks found: not fixed yet. todo
11991:
11992: * src/main/pa_charset.C: bugfix: forgot to undo some
11993:
11994: * src/main/pa_charset.C: beauty: uncomment
11995: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
11996: libraries
11997:
11998: 2004-02-02 paf
11999:
12000: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12001: $cookie:example[ $.value[value] $.path[/there/] ]
12002:
12003: $cookie:example[ $.value[] $.expires[session]
12004: $.path[/there/] $.domain[test.com] ]
12005:
12006: * src/types/pa_vform.C: bugfix: empty values with
12007: enctype=multipart/form-data now produce entries in $form:tables
12008: <form method=post enctype=multipart/form-data> <input type=hidden
12009: name=a> <input type=hidden name=b>
12010:
12011: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12012: <hr> <pre>$request:body
12013:
12014: 2004-01-30 paf
12015:
12016: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12017: or documents-results of transform now not xx;
12018:
12019: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12020: produce exception.
12021:
12022: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12023: bugfix: ^date::create[invalid fields now produce exception.
12024:
12025: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12026: year] now produces exception. todo: check other fields
12027:
12028: 2004-01-29 paf
12029:
12030: * src/include/pa_memory.h: typo error
12031:
12032: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12033: more byte then specified, then zeroed it << useless and
12034: potentially harmful(could gpf)
12035:
12036: 2004-01-22 paf
12037:
12038: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12039:
12040: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12041: optimization
12042:
12043: * src/main/untaint.C: bugfix: whitespace now optimized properly
12044: [were bug: ^taint[1 & 2]="1 &2"
12045:
12046: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12047: errors
12048:
12049: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12050: overflow
12051:
12052: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12053: error-reporting code * in parser-error reporting code [when no
12054: @unhandled_exception defined]
12055:
12056: fixed in one place: my *snprintf override
12057:
12058: 2004-01-13 paf
12059:
12060: * operators.txt: typo erro
12061:
12062: 2003-12-25 paf
12063:
12064: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12065: garbled [pieces after zero bytes were removed]
12066:
12067: 2003-12-22 paf
12068:
1.116 moko 12069: * src/include/Makefile.am: bugfix: removed from dist:
12070: src/include/pa_config_auto.h which were configured for
1.95 moko 12071: make-dist-platform and badly updated proper config file in target
12072: [when .tar used for updating existing source tree]
12073:
12074: * ChangeLog, operators.txt, src/classes/op.C,
12075: src/include/pa_sql_connection.h,
12076: src/include/pa_sql_driver_manager.h,
12077: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12078: feature: sql introducing ability to transcode charsets
12079:
12080: 2003-12-19 paf
12081:
12082: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12083: error message
12084:
12085: * src/main/pa_charset.C: bugfix: memory for charsethandler
12086: structure for libxml now allocated properly
12087:
12088: 2003-12-17 paf
12089:
12090: * src/types/pa_vfile.C: beauty: removed outdated cast
12091:
12092: * src/main/pa_common.C: bugfix: empty http response caused gpf
12093:
12094: * src/include/pa_string.h: bugfix: removed too strong a assert
12095:
12096: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12097: unreported xmlGenericErrors]
12098:
12099: 2003-12-15 paf
12100:
12101: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12102: works}
12103:
12104: 2003-12-11 paf
12105:
12106: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12107: id
12108: !$status:tid thread id
12109:
12110: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12111: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12112: bugfix(solaris): removed dependency on object initialization
12113: order [one more place]
12114:
12115: * src/: classes/file.C, classes/mail.C, classes/op.C,
12116: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12117: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12118: understand that
12119:
12120: * src/: classes/file.C, classes/mail.C, classes/op.C,
12121: classes/xdoc.C, include/pa_cache_managers.h,
12122: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12123: include/pa_stylesheet_manager.h, main/pa_request.C,
12124: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12125: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12126: ctor call [relying on implicit String::Body(cstr) call]
12127:
12128: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12129: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12130: object initialization order [two places]
12131:
12132: 2003-12-10 paf
12133:
12134: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12135: << time now ok
12136:
12137: * operators.txt, src/main/pa_sql_driver_manager.C,
12138: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12139: operational
12140:
12141: * ChangeLog, operators.txt, src/classes/xdoc.C,
12142: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12143: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12144: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12145: back operational
12146:
12147: 2003-12-02 paf
12148:
12149: * src/types/pa_vmail.C: bugfix:
12150: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12151: as-is forced]
12152:
12153: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12154: exceptions out of libxml callbacks: reimplemented error handling
12155: of http://localhost, parser://method and safemode check callbacks
12156:
12157: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12158: [merged from HEAD]
12159:
12160: * src/classes/image.C: nothing: comment removed
12161:
12162: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12163: addresses to int
12164:
12165: 2003-12-01 paf
12166:
12167: * src/main/pa_xml_io.C: bugfix: typo
12168:
12169: * src/main/pa_globals.C: bugfix: win32: compile prob
12170:
12171: * src/classes/xdoc.C: bugfix: typo
12172:
12173: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12174: exception
12175:
12176: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12177:
12178: 2003-11-28 paf
12179:
12180: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12181: all xml documents read
12182:
12183: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12184:
12185: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12186: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12187: replaced original open mech of xdoc::create & co to use libxml
12188: open, so that this would work for root document todo: safe mode
12189: checks to libxml: ideally to some 1 point
12190:
12191: * src/main/pa_xml_io.C: comment
12192:
12193: * operators.txt, src/main/pa_xml_io.C: leading / in
12194: http://parser[abscent params]
12195:
12196: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12197: works. todo: maybe replace original open mech of xdoc::create &
12198: co to use libxml open, so that this would work for root document
12199:
12200: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12201: "parser://method/params/here"> <test> &test^; </test> }]
12202:
12203: ^taint[^xdoc.string[]]
12204:
12205: @method[param] <!ENTITY test
12206: "test-entity-value+$form:user+$param!">
12207:
12208: 2003-11-27 paf
12209:
12210: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12211:
12212: * src/classes/date.C: bugfix: typo error
12213:
12214: 2003-11-26 paf
12215:
12216: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12217: src/main/Makefile.am, src/main/main.vcproj,
12218: src/main/pa_globals.C, src/main/pa_request.C,
12219: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12220: xml errors to hash<thread_id,error> reorganization: xml io moved
12221: to pa_xml_io.C/h
12222:
12223: * src/types/pa_value.h: warnings: --
12224:
12225: 2003-11-25 paf
12226:
12227: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12228: whatever)
12229:
12230: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12231: a, (c?x:y, z)
12232:
12233: * src/main/untaint.C: bugfix: consequences of not reading this
12234: comment: CORD_pos_chars_left /* Number of characters in cache.
12235: <= 0 ==> none */
12236:
12237: * src/include/pa_array.h: removed needless checks
12238:
12239: 2003-11-24 paf
12240:
12241: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12242: removed limit: now $form:xxx can be accessed anytime, even in
12243: @auto/conf [and request/response:charset still can be changed
12244: anytime]
12245:
12246: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12247: now not transcodes response body
12248:
12249: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12250: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12251: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12252: $xdoc.firstChild.firstChild.nodeValue[different]
12253: ^taint[^xdoc.string[]]
12254:
12255: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12256: workaround: static Hash::allocates -> static Hash_allocates
12257:
12258: 2003-11-21 paf
12259:
1.116 moko 12260: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12261: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12262: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12263:
12264: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12265:
12266: * src/classes/mail.C: bugfix: typo
12267:
12268: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12269: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12270: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12271: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12272: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12273: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12274:
12275: * src/main/pa_exec.C: bug in safe mode
12276:
12277: * src/include/Makefile.am: pa_xml_exception.h
12278:
12279: * src/targets/isapi/parser3isapi.C: more warnings --
12280:
12281: 2003-11-20 paf
12282:
12283: * src/: classes/math.C, classes/op.C, classes/string.C,
12284: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12285: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12286: --
12287:
12288: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12289: more warnings --
12290:
12291: * src/classes/xdoc.C: more warnings --
12292:
12293: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12294:
12295: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12296: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12297:
12298: * src/: classes/date.C, classes/file.C, classes/hash.C,
12299: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12300: classes/table.C, include/pa_cache_managers.h,
12301: include/pa_stylesheet_connection.h, main/pa_request.C,
12302: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12303: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12304: --
12305:
12306: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12307: can't report problem (undefined @unhandled_exception) problem
12308: source string were not reported
12309:
12310: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12311: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12312: classes/hashfile.C, classes/image.C, classes/int.C,
12313: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12314: classes/response.C, classes/string.C, classes/table.C,
12315: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12316: include/pa_array.h, include/pa_cache_managers.h,
12317: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12318: include/pa_config_fixed.h, include/pa_dictionary.h,
12319: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12320: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12321: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12322: include/pa_request.h, include/pa_request_charsets.h,
12323: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12324: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12325: include/pa_stack.h, include/pa_string.h,
12326: include/pa_stylesheet_connection.h,
12327: include/pa_stylesheet_manager.h, include/pa_table.h,
12328: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12329: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12330: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12331: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12332: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12333: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12334: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12335: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12336: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12337: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12338: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12339: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12340: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12341: targets/isapi/parser3isapi.C, types/pa_junction.h,
12342: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12343: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12344: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12345: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12346: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12347: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12348: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12349: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12350: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12351: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12352: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12353: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12354: types/pa_vresponse.h, types/pa_vstateless_class.C,
12355: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12356: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12357: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12358: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12359: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12360: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12361: const IDENT
12362:
12363: * src/: include/pa_array.h, include/pa_pool.h,
12364: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12365: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12366: types/pa_wcontext.h: more warnings --
12367:
12368: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12369: classes/file.C, classes/hash.C, classes/hashfile.C,
12370: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12371: classes/memory.C, classes/op.C, classes/string.C,
12372: classes/table.C, classes/xdoc.C, classes/xnode.C,
12373: include/pa_config_includes.h, include/pa_operation.h,
12374: include/pa_sql_connection.h, include/pa_table.h,
12375: include/pa_types.h, lib/ltdl/config_fixed.h,
12376: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12377: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12378: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12379: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12380: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12381: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12382: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12383: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12384: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12385: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12386: types/pa_vmail.C, types/pa_vobject.C,
12387: types/pa_vstateless_class.h, types/pa_vtable.C,
12388: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12389: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12390: on all projects (except libltdl=off & libsdbm=level3) found
12391: several unitialized vars
12392:
12393: 2003-11-19 paf
12394:
12395: * src/classes/op.C: more ansi C++ comp
12396:
12397: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12398: src/main/pa_request.C: ^cache[...]{body}{catch block with
12399: $exception.handled[cache] meaning "get expired cache, if any.
12400: else error"}
12401:
12402: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12403: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12404: ^cache[...]{body}{catch code with $exception.cache field}
12405:
12406: 2003-11-12 paf
12407:
12408: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12409: [copy/paste bug]
12410:
12411: 2003-11-11 paf
12412:
12413: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12414: failed]
12415:
12416: * bin/auto.p.dist.in: colno
12417:
12418: 2003-11-10 paf
12419:
12420: * src/types/pa_vconsole.h: flush
12421:
12422: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12423: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12424: read/write [for nntp]
12425:
12426: * operators.txt: mysql: transaction support: ?autocommit=0
12427:
12428: * operators.txt: comment: updated
12429:
12430: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12431: serialize version and exipire now removes entries
12432:
12433: * operators.txt: ^hashfile.delete[] removes files altogether [and
12434: dir, if could]
12435:
12436: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12437: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12438: removes files altogether [and dir, if could]
12439:
12440: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12441: nonexistent pair. .c coded that that was error. fixed
12442:
12443: * src/types/pa_vhashfile.C: sdbm: exception type change to
12444: file.access [regretfull can't split it to different exceptions
12445: without modifying sdbm source wich would prefer not to]
12446:
12447: 2003-11-07 paf
12448:
12449: * src/: classes/date.C, classes/file.C, classes/hash.C,
12450: classes/hashfile.C, classes/image.C, classes/table.C,
12451: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12452: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12453: main/execute.C, main/main.vcproj, main/pa_pool.C,
12454: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12455: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12456: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12457: destructing objects at request processing end
12458:
12459: 2003-11-06 paf
12460:
12461: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12462: updates
12463:
12464: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12465: to include sdbm
12466:
1.116 moko 12467: * src/include/: pa_config_includes.h, pa_version.h: our
12468: replacements of max& co only for cpp
1.95 moko 12469:
12470: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12471: upper dir, .am updated
12472:
12473: * tests/todo.txt: hashfile: done
12474:
12475: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12476: expiration [time in value. todo: move time to key]
12477:
12478: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12479:
12480: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12481: to do that in foreach, no errors, but surely wrong]
12482:
12483: * operators.txt, src/types/pa_vhashfile.C,
12484: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12485:
12486: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12487: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12488: foreach
12489:
12490: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12491: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12492:
12493: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12494: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12495:
12496: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12497: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12498: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12499: get/put [raw]
12500:
12501: * src/: classes/op.C, main/pa_os.C: just linked
12502:
12503: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12504: XmlException changes
12505:
12506: * src/: include/pa_charset.h, include/pa_globals.h,
12507: include/pa_stylesheet_connection.h, main/pa_exception.C:
12508: XmlException changes
12509:
12510: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12511:
12512: * src/: include/pa_common.h, include/pa_exception.h,
12513: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12514: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12515: main/pa_xml_exception.C: locking move to pa_os [along with
12516: pa_sleep] apr-impl locking done
12517:
12518: * configure, configure.in, operators.txt, parser3.sln,
12519: src/classes/classes.vcproj, src/classes/hashfile.C,
12520: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12521: src/include/pa_exception.h, src/include/pa_globals.h,
12522: src/include/pa_memory.h, src/include/pa_version.h,
12523: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12524: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12525: src/main/compile.tab.C, src/main/main.vcproj,
12526: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12527: src/types/Makefile.am, src/types/pa_vhash.C,
12528: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12529: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12530: again with sdbm from apache
12531:
12532: 2003-11-05 paf
12533:
12534: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12535: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12536: \parser3project dir anymore
12537:
12538: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12539: thoughtlessly from xalan]
12540:
12541: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12542: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12543: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12544:
12545: * src/main/helpers/CaseFolding.txt:
12546: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12547:
12548: 2003-11-04 paf
12549:
12550: * operators.txt: comment: ^mail:send[$.options[
12551:
12552: * src/classes/table.C: compiled on unix
12553:
1.116 moko 12554: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12555:
12556: * src/classes/mail.C: compiled on unix
12557:
12558: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12559: src/types/pa_vmail.h: !^mail:send[
12560: $.options[unix: string to append to sendmail command
12561: line]
12562:
12563: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12564: tests/todo.txt: ^table.save[... $.separator[^#09]
12565: $.encloser["] <nothing> by default
12566:
12567: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12568: !$.separator[^#09] !$.encloser["] <nothing> by
12569: default
12570:
12571: 2003-11-03 paf
12572:
12573: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12574: ^table::load[; options: !$.column-separator[^#09]
12575: !$.column-encloser["]
12576:
12577: * operators.txt, src/include/pa_config_fixed.h,
12578: src/types/pa_vrequest.C: $request:document-root
12579:
12580: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12581: [already included into uri=xxx]
12582:
12583: * operators.txt, src/classes/image.C, tests/todo.txt:
12584: ^image.gif[filename] for $response:download
12585:
12586: * src/classes/date.C: minor precaution
12587:
12588: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12589: !^date.unix-timestamp[]
12590:
12591: 2003-10-30 paf
12592:
12593: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12594: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12595:
12596: * src/classes/: date.C, image.C: improvement diagnostics:
12597: $now[^date::create[$undefined]] now is error
12598:
12599: * src/main/pa_common.C: read errors would now be reported 'actually
12600: read -1 bytes'
12601:
12602: 2003-10-24 paf
12603:
12604: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12605: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12606: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12607: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12608:
12609: 2003-10-22 paf
12610:
12611: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12612:
12613: 2003-10-21 paf
12614:
12615: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12616: fixed: string.match[g] without <'> option produced columns with
12617: NULL's, which gpf'ed at table.save time
12618:
12619: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12620: recoursion' message with intensive throw-catches fixed: incorrect
12621: name and line (one name upper then needed) in error message about
12622: problems inside try block
12623:
12624: 2003-10-10 paf
12625:
12626: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12627: check offset argument for validity did that in String::Body::pos
12628: myself http://i2/tasks/edit/?id=4577425257580789777
12629:
12630: 2003-10-07 paf
12631:
12632: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12633: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12634:
12635: 2003-10-03 paf
12636:
12637: * parser3.sln, src/include/pa_dictionary.h,
12638: src/main/pa_dictionary.C, src/main/pa_string.C,
12639: src/targets/cgi/parser3.vcproj: dictionary optimized by
12640: precalculating cstr&length
12641:
12642: 2003-10-02 paf
12643:
12644: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12645: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12646: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12647: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12648:
12649: 2003-09-30 paf
12650:
12651: * src/main/pa_string.C: string::replace bug fix [were ignoring
12652: occurrances after lang-mismatched
12653:
12654: 2003-09-29 paf
12655:
12656: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12657: helper
12658:
12659: * src/main/pa_string.C: string::serialize bug fix with
12660: zero-terminator
12661:
12662: * src/classes/table.C: ^nameless_table.save column row now has no
12663: \t at the end
12664:
12665: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
12666: @postprocess now takes $response:body/download
12667:
12668: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
12669: error message
12670:
12671: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
12672:
12673: * src/classes/table.C: bugfix: flip: must produce nameless
12674: http://i2/tasks/edit/?id=4573405524674081244
12675:
12676: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
12677: main/helpers/simple_folding.pl: utf-8 upper/lower
12678:
12679: * src/main/pa_common.C: bugfix: utf signature were not ignored due
12680: to typo error http://i2/tasks/edit/?id=4573354650786434584
12681:
12682: 2003-09-26 paf
12683:
12684: * src/main/untaint.C: removed needless field
12685:
12686: * src/main/untaint.C: removed needless const
12687:
12688: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
12689: String.for_each bug fixed [omited one-char cases]
12690:
12691: * src/include/pa_stack.h: bugfix: before collecting garbage,
12692: runtime-executor stack were cleared... BADLY
12693:
12694: * src/main/pa_string.C: ^stirng.replace code used old
12695: param-convention on langs.append, fixed that search fo the like,
12696: found none
12697:
12698: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
12699: string::serialize/deserialize implemented Language enum assigned
12700: meaningful letters [more convinient for debugging. read warning
12701: before adding/changing anything]
12702:
12703: 2003-09-25 paf
12704:
12705: * src/: include/pa_string.h, include/pa_version.h,
12706: main/pa_string.C, main/untaint.C: templates and anonymous unions
12707: differences on unix
12708:
12709: * parser3.sln, src/classes/file.C, src/classes/image.C,
12710: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
12711: src/classes/xdoc.C, src/classes/xnode.C,
12712: src/include/pa_cache_managers.h, src/include/pa_charset.h,
12713: src/include/pa_charsets.h, src/include/pa_common.h,
12714: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
12715: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
12716: src/include/pa_table.h, src/lib/cord/cordbscs.c,
12717: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
12718: src/lib/cord/include/cord.h, src/main/compile.tab.C,
12719: src/main/compile_tools.h, src/main/pa_charset.C,
12720: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
12721: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
12722: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
12723: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
12724: src/types/pa_vmail.C, src/types/pa_vmath.C,
12725: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
12726: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
12727:
12728: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
12729: functions aligned to that of eeparser3 look
12730:
12731: * src/lib/cord/cordprnt.c: removed warnings
12732:
12733: 2003-09-24 paf
12734:
12735: * src/: classes/file.C, classes/image.C, classes/mail.C,
12736: classes/op.C, classes/xdoc.C, classes/xnode.C,
12737: include/pa_cache_managers.h, include/pa_charset.h,
12738: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
12739: include/pa_sql_driver_manager.h, include/pa_string.h,
12740: include/pa_stylesheet_manager.h, include/pa_table.h,
12741: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
12742: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
12743: main/pa_sql_driver_manager.C, main/pa_string.C,
12744: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
12745: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
12746: types/pa_vstateless_class.h, types/pa_vstatus.C,
12747: types/pa_vxnode.C: v() functions of String::Body,
12748: String::Languages and String itself StringBody->String::Body
12749:
12750: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12751: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
12752: never optimized anything. todo: somehow speed up harder cases:
12753: concatenationA+concatenationB when last block of A and first of B
12754: contain same letters
12755:
12756: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12757: lib/cord/include/cord.h: langs: speed up by joining adjucent
12758: blocks of same char [CORD_append_block]
12759:
12760: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12761: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
12762: save space by extending blocks when appending block with c ==
12763: lastblock.c
12764:
12765: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
12766: working yet :( but more working &understood :)
12767:
12768: * src/: classes/table.C, include/pa_string.h,
12769: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
12770:
12771: 2003-09-23 paf
12772:
12773: * src/main/untaint.C: $a[ok!] $a works!
12774:
12775: * src/main/untaint.C: something even more works :)
12776:
12777: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
12778: something more works :)
12779:
12780: * src/: include/pa_string.h, lib/cord/cordbscs.c,
12781: lib/cord/cordxtra.c: something already works :)
12782:
12783: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
12784: serialize&deserialize
12785:
12786: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
12787: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
12788: main/untaint.C: main idea implemented, details left
12789:
12790: 2003-09-22 paf
12791:
12792: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
12793:
12794: * src/classes/xnode.C: copy/paste comment bugfix
12795:
12796: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
12797: allocator returns 0, just die.
12798: http://i2/tasks/edit/?id=4570798492410259445
12799:
12800: * src/classes/xdoc.C: copy/paste comment bugfix
12801:
12802: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
12803: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
12804: xnode: getAttributeNS setAttributeNS removeAttributeNS
12805: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
12806:
12807: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
12808: chars due to bitwise operation signed-char error]
12809:
12810: 2003-09-19 paf
12811:
12812: * src/types/pa_wcontext.C: output message: more practical
12813: suggestion
12814:
12815: * src/main/pa_common.C, operators.txt: merged
12816: $f[^file::load[binary;http://...]] $f.tables
12817:
12818: 2003-09-02 paf
12819:
12820: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
12821: flush stdout without referencing 'stdout' symbol. to hell with
12822: non-ansi libraries without 'stdout' symbol
12823:
12824: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
12825: unix (users reported problems with some old libc)
12826:
12827: * src/types/pa_vdate.h: forgot initializer
12828:
12829: 2003-09-01 paf
12830:
12831: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
12832: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
12833: zone]
12834:
12835: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
12836:
12837: 2003-08-19 paf
12838:
12839: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
12840: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
12841: simplified a little
12842:
12843: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
12844: [lost fix from 3.0.8]
12845:
12846: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
12847: visible here }
12848:
12849: bug fix
12850:
12851: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
12852:
12853: * src/main/compile.tab.C: initialized couple of variables about
12854: which user reported runtime problems when parser were compiled
12855: with VC7, warning level4. study shows that later in bison
12856: they've fixed that. would migrate to latest bison someday
12857:
12858: * src/types/pa_vmail.C: turned off recoding in gmime (were still
12859: recoding headers)
12860:
12861: * src/types/pa_vmail.C: works as before, same charset problems:
12862: gmime recodes to UTF-8 only headers, not body. so not recoding
12863: anything for now
12864:
12865: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
12866: problems with body
12867:
12868: * src/types/pa_vmail.C: mail_receive just compiled
12869:
12870: 2003-08-18 paf
12871:
12872: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12873: main/main.vcproj, types/types.vcproj: win32: continued process
12874: detaching from \parser3project directory
12875:
12876: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
12877: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
12878: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
12879: src/lib/pcre/pcre_dftables.dsp,
12880: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
12881: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
12882: src/types/types.dsp: moved to MSVC 7
12883:
12884: * gnu.vcproj.vspscc, parser3.vssscc,
12885: src/classes/classes.vcproj.vspscc,
12886: src/lib/cord/cord.vcproj.vspscc,
12887: src/lib/ltdl/libltdl.vcproj.vspscc,
12888: src/lib/md5/md5.vcproj.vspscc,
12889: src/lib/pcre/pcre_dftables.vcproj.vspscc,
12890: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
12891: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
12892: src/targets/isapi/parser3isapi.vcproj.vspscc,
12893: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
12894: moved to MSVC 7
12895:
12896: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
12897: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
12898: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12899: src/lib/pcre/pcre_dftables.vcproj,
12900: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
12901: src/targets/cgi/parser3.vcproj,
12902: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12903: new VS project files
12904:
12905: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
12906: .NET to detect Jalindi Igloo capabilities.
12907:
12908: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 12909: src/classes/classes.awk, src/doc/footer.htm,
12910: src/include/pa_config_fixed.h, src/include/pa_version.h,
12911: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 12912: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
12913: src/types/pa_vmail.C: merged 3.1.0 latest changes
12914:
12915: 2003-08-15 paf
12916:
12917: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12918: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
12919:
12920: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
12921: non-ascii <yyy> now encoded correctly
12922:
12923: 2003-07-29 paf
12924:
1.116 moko 12925: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
12926: dist
1.95 moko 12927:
12928: * src/types/pa_vmail.C: just started --with-mail-receive
12929:
12930: 2003-07-28 paf
12931:
1.116 moko 12932: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
12933: dependence in src/classes, src/lib/gc now in dist
1.95 moko 12934:
12935: * src/main/pa_string.C: ^cache bug fix [were not working at all]
12936:
12937: 2003-07-25 paf
12938:
12939: * src/doc/footer.htm: year
12940:
12941: 2003-07-24 paf
12942:
12943: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
12944: fix
12945:
12946: * src/include/pa_version.h: release
12947:
1.116 moko 12948: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 12949:
12950: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
12951: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
12952: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
12953: getting rid of win32xml pseudo project
12954:
12955: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
12956:
1.116 moko 12957: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
12958: configure.in, operators.txt, parser3.dsw,
1.95 moko 12959: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 12960: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 12961: src/classes/classes.C, src/classes/classes.awk,
12962: src/classes/classes.dsp, src/classes/classes.h,
12963: src/classes/date.C, src/classes/double.C, src/classes/file.C,
12964: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
12965: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
12966: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
12967: src/classes/string.C, src/classes/table.C, src/classes/void.C,
12968: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
12969: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
12970: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 12971: src/include/pa_array.h, src/include/pa_cache_managers.h,
12972: src/include/pa_charset.h, src/include/pa_charsets.h,
12973: src/include/pa_common.h, src/include/pa_config_auto.h.in,
12974: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
12975: src/include/pa_dictionary.h, src/include/pa_dir.h,
12976: src/include/pa_exception.h, src/include/pa_exec.h,
12977: src/include/pa_globals.h, src/include/pa_hash.h,
12978: src/include/pa_memory.h, src/include/pa_opcode.h,
12979: src/include/pa_operation.h, src/include/pa_pool.h,
12980: src/include/pa_pragma_pack_begin.h,
1.95 moko 12981: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
12982: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
12983: src/include/pa_sapi.h, src/include/pa_socks.h,
12984: src/include/pa_sql_connection.h,
12985: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
12986: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
12987: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
12988: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 12989: src/include/pa_uue.h, src/lib/Makefile.am,
12990: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
12991: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
12992: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
12993: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 12994: src/lib/cord/include/ec.h,
12995: src/lib/cord/include/private/Makefile.am,
12996: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 12997: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
12998: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 12999: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13000: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13001: src/main/compile_tools.C, src/main/compile_tools.h,
13002: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13003: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13004: src/main/pa_charsets.C, src/main/pa_common.C,
13005: src/main/pa_dictionary.C, src/main/pa_dir.C,
13006: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13007: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13008: src/main/pa_request.C, src/main/pa_socks.C,
13009: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13010: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13011: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13012: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13013: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13014: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13015: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13016: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13017: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13018: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13019: src/targets/isapi/parser3isapi.dsp,
13020: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13021: src/types/pa_junction.h, src/types/pa_method.h,
13022: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13023: src/types/pa_vclass.C, src/types/pa_vclass.h,
13024: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13025: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13026: src/types/pa_vdouble.h, src/types/pa_venv.h,
13027: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13028: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13029: src/types/pa_vimage.C, src/types/pa_vimage.h,
13030: src/types/pa_vint.h, src/types/pa_vjunction.h,
13031: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13032: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13033: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13034: src/types/pa_vobject.C, src/types/pa_vobject.h,
13035: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13036: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13037: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13038: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13039: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13040: src/types/pa_vstring.h, src/types/pa_vtable.C,
13041: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13042: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13043: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13044: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13045: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13046: HEAD
13047:
13048: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13049: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13050: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13051: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13052: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13053: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13054: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13055: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13056: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13057: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13058: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13059: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13060: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13061: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13062: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13063: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13064: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13065: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13066: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13067: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13068: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13069: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13070: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13071: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13072: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13073: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13074: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13075: outputs/create-dir, results/001.processed, results/002.processed,
13076: results/003.processed, results/004.processed,
13077: results/005.processed, results/006.processed,
13078: results/007.processed, results/008.processed,
13079: results/009.processed, results/010.processed,
13080: results/011.processed, results/012.processed,
13081: results/013.processed, results/014.processed,
13082: results/015.processed, results/016.processed,
13083: results/017.processed, results/018.processed,
13084: results/019.processed, results/020.processed,
13085: results/021.processed, results/022.processed,
13086: results/023.processed, results/024.processed,
13087: results/025.processed, results/026.processed,
13088: results/027.processed, results/028.processed,
13089: results/029.processed, results/030.processed,
13090: results/031.processed, results/032.processed,
13091: results/033.processed, results/034.processed,
13092: results/035.processed, results/036.processed,
13093: results/037.processed, results/038.processed,
13094: results/039.processed, results/040.processed,
13095: results/041.processed, results/042.processed,
13096: results/043.processed, results/044.processed,
13097: results/045.processed, results/046.processed,
13098: results/047.processed, results/048.processed,
13099: results/049.processed, results/050.processed,
13100: results/051.processed, results/052.processed,
13101: results/053.processed, results/054.processed,
13102: results/055.processed, results/056.processed,
13103: results/057.processed, results/058.processed,
13104: results/059.processed, results/060.processed,
13105: results/061.processed, results/062.processed,
13106: results/063.processed, results/064.processed,
13107: results/065.processed, results/066.processed,
13108: results/067.processed, results/068.processed,
13109: results/069.processed, results/070.processed,
13110: results/071.processed, results/072.processed,
13111: results/073.processed, results/074.processed,
13112: results/075.processed, results/076.processed,
13113: results/077.processed, results/078.processed,
13114: results/079.processed, results/080.processed,
13115: results/081.processed, results/082.processed,
13116: results/083.processed, results/084.processed,
13117: results/085.processed, results/086.processed,
13118: results/087.processed, results/088.processed,
13119: results/089.processed, results/090.processed,
13120: results/091.processed, results/092.processed,
13121: results/093.processed, results/094.processed,
13122: results/095.processed, results/096.processed,
13123: results/097.processed, results/098.processed,
13124: results/099.processed, results/100.processed,
13125: results/101.processed, results/102.processed,
13126: results/103.processed, results/104.processed,
13127: results/105.processed, results/106.processed,
13128: results/107.processed, results/108.processed,
13129: results/109.processed, results/110.processed,
13130: results/111.processed, results/112.processed,
13131: results/113.processed, results/114.processed,
13132: results/115.processed, results/116.processed,
13133: results/117.processed, results/118.processed,
13134: results/119.processed, results/120.processed,
13135: results/121.processed, results/122.processed,
13136: results/123.processed, results/124.processed,
13137: results/125.processed, results/126.processed,
13138: results/127.processed, results/128.processed,
13139: results/129.processed, results/130.processed,
13140: results/131.processed, results/132.processed,
13141: results/133.processed, results/134.processed,
13142: results/135.processed, results/136.processed,
13143: results/137.processed, results/138.processed,
13144: results/139.processed, results/140.processed,
13145: results/141.processed: merged(copied) to HEAD from template_gc
13146:
13147: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13148: towards \parser3project not having to be in root
13149:
13150: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13151: module compiled [were minor unnecessary changes in lib/md5
13152: interface]
13153:
13154: * src/include/pa_version.h: release
13155:
13156: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13157:
13158: * src/classes/math.C: merged uuid bugfix
13159:
13160: * tests/: 141.html, results/141.processed: fixed bug with
13161: too-small-a-buffer
13162:
13163: * src/classes/math.C: uuid bugfix
13164:
13165: * tests/: 141.html, Makefile, results/005.processed,
13166: results/030.processed, results/075.processed,
13167: results/078.processed: to reflect date format change (were -
13168: become ' ')
13169:
13170: * src/classes/math.C: uuid bugfix
13171:
13172: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13173: debug/release changes
13174:
13175: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13176:
13177: 2003-07-23 paf
13178:
13179: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13180: renamed a little [to move to comman naming conv]
13181:
1.116 moko 13182: * src/targets/Makefile.am: apache13 splitted to simplify apache
13183: build
1.95 moko 13184:
13185: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13186: main/pa_request.C, main/pa_sql_driver_manager.C,
13187: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13188: stack top_index() fixed
13189:
13190: * src/main/pa_globals.C: minor style changes
13191:
13192: * src/: classes/op.C, include/pa_sql_connection.h: connection
13193: closing/caching fixed [connections were not closed/put to cache]
13194:
13195: 2003-07-22 paf
13196:
13197: * INSTALL: gc part updated stightly
13198:
13199: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13200: new sapi interface
13201:
13202: * src/classes/file.C: comment on OS
13203:
13204: * src/main/pa_string.C: removed reduntant invariant check [there is
13205: one deeper in cord lib]
13206:
13207: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13208:
13209: * src/main/pa_memory.C: out of memory is no longer coredump
13210:
13211: * INSTALL: disable-threads adviced
13212:
13213: 2003-07-21 paf
13214:
1.116 moko 13215: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13216:
13217: * src/classes/file.C: file::exec/cgi environment variables now must
13218: be UPPERCASE and A-Z 0-9 _-
13219:
13220: * src/classes/file.C: env passing fixed
13221:
13222: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13223:
13224: * src/main/pa_common.C: http:// CRLF now
13225:
13226: 2003-07-02 paf
13227:
13228: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13229: fields to reflect their real meaning
13230:
13231: 2003-06-27 paf
13232:
13233: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13234: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13235: file::exec/cgi .charset
13236:
13237: 2003-06-26 paf
13238:
13239: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13240: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13241: src/classes/table.C: fixed several uninitialized local
13242: structures. notably ^hash.foreach now inserts delimiters
13243: properly [were inserting it before first body]
13244:
13245: 2003-06-24 paf
13246:
13247: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13248:
13249: 2003-06-20 paf
13250:
13251: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13252: src/main/pa_globals.C: introducing
13253: $f[^file::load[binary;http://...]] $f.tables
13254:
13255: 2003-06-06 paf
13256:
13257: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13258: table. [were method lookup: inconsistent]
13259:
13260: 2003-06-02 paf
13261:
13262: * src/include/pa_memory.h: empty string clone fixed to return
13263: writable memory
13264:
13265: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13266: were not appended] which violated string invariant
13267:
13268: 2003-05-30 paf
13269:
13270: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13271: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13272:
13273: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13274: GMT ; RFC 822, updated by RFC 1123
13275:
13276: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13277: targets/isapi/parser3isapi.C: initialized request_info properly
13278:
13279: * src/classes/xnode.C: found minor bug, commended for future
13280:
13281: 2003-05-28 paf
13282:
13283: * src/classes/form.C: request_info.content_length can't be <0,
13284: size_t for some time
13285:
13286: 2003-05-26 paf
13287:
13288: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13289: forgotten <0 changed to !=STRING_NOT_FOUND
13290:
13291: * src/classes/math.C: merged ffffu from HEAD
13292:
13293: 2003-05-11 paf
13294:
13295: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13296:
13297: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13298: premature doc free. transformed document had xmlDoc reference
13299: stored to non-gc-memory (libgdome) added holding-reference
13300:
13301: 2003-04-29 paf
13302:
13303: * src/main/pa_globals.C: started digging on double free. on win32
13304: found that that's perfectly normal.
13305:
13306: 2003-04-25 paf
13307:
13308: * src/classes/table.C: table.join bug fix [bad limit check]
13309:
13310: * src/classes/math.C: merged from HEAD: simpiler hash_string
13311:
13312: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13313: print anything. changed to quicker and simplier code
13314:
13315: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13316: strict a check]
13317:
13318: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13319:
13320: 2003-04-24 paf
13321:
13322: * src/include/pa_table.h: too strict assert loosened
13323:
13324: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13325: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13326: report
13327:
13328: 2003-04-21 paf
13329:
1.116 moko 13330: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13331:
13332: * src/main/pa_globals.C: pcre memory management changed to use GC
13333: memory
13334:
13335: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13336: xmlMallocAtomic [author agreed to my suggestion], used that
13337:
13338: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13339:
13340: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13341: types/pa_vmail.C: attributed_meaning_to_string added
13342: L_UNSPECIFIED piece which was sortof OK, but violated string
13343: invariant [assertion barked on that] changed to L_PASS_APPEND,
13344: made that param obligatory
13345:
13346: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13347: fixed [assert helped]
13348:
13349: * src/include/pa_string.h: assert added [looking for bug]
13350:
13351: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13352: names on Win32 considered disk-global
13353:
13354: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13355: considered disk-global
13356:
13357: 2003-04-18 paf
13358:
13359: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13360: filenames
13361:
13362: * src/main/untaint.C: enabled '~' letter in filenames
13363:
13364: 2003-04-16 paf
13365:
13366: * src/classes/file.C: small bug introduced in autoptr times fixed
13367:
13368: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13369: HEAD
13370:
1.116 moko 13371: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13372:
13373: 2003-04-15 paf
13374:
13375: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13376: src/lib/md5/pa_md5c.c, tests/141.html,
13377: tests/results/141.processed: merged from head ^math:uuid[]
13378: ^math:uid64[] ^math:md5[string]
13379:
13380: test added: 141.html
13381:
13382: * operators.txt, src/classes/math.C: ^math:uid64[]
13383:
13384: * src/classes/math.C: ^math:uuid[]
13385:
13386: * operators.txt, src/classes/math.C: ^math:uuid[]
13387:
13388: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13389: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13390:
13391: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13392: src/include/pa_config_fixed.h, src/main/pa_common.C:
13393: ^file::load[mode;name; $.offset $.limit
13394:
13395: 2003-04-14 paf
13396:
13397: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13398: started ^math:md5
13399:
13400: * src/classes/table.C, src/include/pa_array.h,
13401: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13402: tests/results/140.processed: table $.reverse option works in
13403: create&co table $.distinct[tables] bug fix merged
13404:
13405: * src/: classes/table.C, include/pa_table.h: table
13406: $.distinct[tables] bug fixed
13407:
13408: * src/classes/table.C: more warnings
13409:
13410: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13411: removed checks in table::set_current, moved them back to
13412: table::locate implemented table::create/join ñ $.reverse
13413:
13414: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13415: removed checks in table::set_current, moved them back to
13416: table::locate
13417:
13418: 2003-04-11 paf
13419:
13420: * operators.txt, src/classes/date.C, src/classes/table.C,
13421: src/include/pa_array.h, src/include/pa_common.h,
13422: src/include/pa_config_includes.h, src/include/pa_string.h,
13423: src/include/pa_table.h, src/main/pa_request.C,
13424: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13425: src/main/pa_table.C: merged from HEAD from
13426: before_append_array_limit_sense_change to
13427: after_append_array_limit_sense_change
13428:
13429: * src/classes/table.C: typo
13430:
13431: * operators.txt, src/classes/date.C, src/classes/table.C,
13432: src/include/pa_array.h, src/include/pa_common.h,
13433: src/include/pa_config_includes.h, src/include/pa_globals.h,
13434: src/include/pa_table.h, src/main/pa_array.C,
13435: src/main/pa_globals.C, src/main/pa_request.C,
13436: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13437: src/main/pa_table.C: append_array_limit_sense_change locate
13438: accepts options same as create new option: $.reverse(1) [do not
13439: work in table::create]
13440:
13441: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13442: (stat xxx,
13443:
13444: * src/classes/: table.C: typo
13445:
13446: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13447: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13448: results/130.processed, results/131.processed,
13449: results/132.processed, results/133.processed,
13450: results/134.processed, results/135.processed,
13451: results/136.processed, results/137.processed,
13452: results/138.processed, results/139.processed: added few mustfail
13453: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13454: date/time 132.html mustfail: access to junction outside of
13455: context 133.html mustfail: access to junction outside of context,
13456: case version 134.html mustfail: hash: adding a key inside of
13457: foreach 135.html mustfail: modifying system class 136.html
13458: mustfail: $.name outside of $hash[here] 137.html mustfail:
13459: appendChild without import 138.html mustfail: invalid encoding
13460: inside of xml 139.html mustfail: bad XPath
13461:
13462: * operators.txt, src/classes/table.C, tests/084.html,
13463: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13464: tests/129.html, tests/results/125.processed,
13465: tests/results/126.processed, tests/results/127.processed,
13466: tests/results/128.processed, tests/results/129.processed: merged
13467: from HEAD ^table.hash[key][$.distinct[tables]]
13468:
13469: maked appropriate tests [changed one old nonconforming]
13470:
13471: * operators.txt, src/classes/table.C:
13472: ^table.hash[key][$.distinct[tables]]
13473:
13474: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13475: merged fix for found very old xml (dom) bug: were passing
13476: domString objects and later ERROREOUSLY freed them
13477:
13478: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13479: src/main/pa_charset.C: re-added libgdome patch. regretfully
13480: libgdome bug can not be worked around
13481:
13482: 2003-04-10 paf
13483:
13484: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13485: found very old xml (dom) bug: were passing domString objects and
13486: later ERROREOUSLY freed them
13487:
13488: * src/doc/string.dox, src/include/pa_memory.h,
13489: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13490: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13491: tests/123.html, tests/124.html, tests/results/001.processed,
13492: tests/results/002.processed, tests/results/003.processed,
13493: tests/results/004.processed, tests/results/005.processed,
13494: tests/results/006.processed, tests/results/008.processed,
13495: tests/results/009.processed, tests/results/010.processed,
13496: tests/results/011.processed, tests/results/012.processed,
13497: tests/results/013.processed, tests/results/014.processed,
13498: tests/results/015.processed, tests/results/016.processed,
13499: tests/results/017.processed, tests/results/018.processed,
13500: tests/results/020.processed, tests/results/021.processed,
13501: tests/results/022.processed, tests/results/023.processed,
13502: tests/results/024.processed, tests/results/025.processed,
13503: tests/results/026.processed, tests/results/027.processed,
13504: tests/results/028.processed, tests/results/029.processed,
13505: tests/results/030.processed, tests/results/031.processed,
13506: tests/results/032.processed, tests/results/033.processed,
13507: tests/results/034.processed, tests/results/035.processed,
13508: tests/results/036.processed, tests/results/037.processed,
13509: tests/results/038.processed, tests/results/039.processed,
13510: tests/results/040.processed, tests/results/041.processed,
13511: tests/results/042.processed, tests/results/043.processed,
13512: tests/results/044.processed, tests/results/045.processed,
13513: tests/results/046.processed, tests/results/047.processed,
13514: tests/results/048.processed, tests/results/049.processed,
13515: tests/results/050.processed, tests/results/051.processed,
13516: tests/results/052.processed, tests/results/053.processed,
13517: tests/results/054.processed, tests/results/055.processed,
13518: tests/results/056.processed, tests/results/057.processed,
13519: tests/results/058.processed, tests/results/059.processed,
13520: tests/results/060.processed, tests/results/061.processed,
13521: tests/results/062.processed, tests/results/063.processed,
13522: tests/results/064.processed, tests/results/065.processed,
13523: tests/results/066.processed, tests/results/067.processed,
13524: tests/results/068.processed, tests/results/069.processed,
13525: tests/results/070.processed, tests/results/071.processed,
13526: tests/results/072.processed, tests/results/073.processed,
13527: tests/results/074.processed, tests/results/075.processed,
13528: tests/results/076.processed, tests/results/077.processed,
13529: tests/results/078.processed, tests/results/079.processed,
13530: tests/results/080.processed, tests/results/081.processed,
13531: tests/results/082.processed, tests/results/083.processed,
13532: tests/results/084.processed, tests/results/085.processed,
13533: tests/results/086.processed, tests/results/087.processed,
13534: tests/results/088.processed, tests/results/089.processed,
13535: tests/results/090.processed, tests/results/091.processed,
13536: tests/results/092.processed, tests/results/093.processed,
13537: tests/results/094.processed, tests/results/095.processed,
13538: tests/results/096.processed, tests/results/097.processed,
13539: tests/results/101.processed, tests/results/102.processed,
13540: tests/results/104.processed, tests/results/105.processed,
13541: tests/results/106.processed, tests/results/107.processed,
13542: tests/results/108.processed, tests/results/109.processed,
13543: tests/results/110.processed, tests/results/111.processed,
13544: tests/results/112.processed, tests/results/113.processed,
13545: tests/results/114.processed, tests/results/115.processed,
13546: tests/results/116.processed, tests/results/117.processed,
13547: tests/results/118.processed, tests/results/119.processed,
13548: tests/results/120.processed, tests/results/121.processed,
13549: tests/results/122.processed, tests/results/123.processed,
13550: tests/results/124.processed: new convention: char* never 0.
13551: assert in cord on that
13552:
13553: * src/main/pa_charset.C: couple more asserts
13554:
13555: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13556: speedup
13557:
13558: * src/main/pa_charset.C: couple assertions on fantastic situations
13559: added [may be those is the case now?]
13560:
13561: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13562: that's memory from gc_malloc, not from g_malloc :(, but would
13563: hope]
13564:
13565: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13566: that's memory from gc_malloc, not from g_malloc :(, but would
13567: hope]
13568:
13569: * src/main/pa_charset.C: checked custom malloc for returning 0
13570:
13571: 2003-04-09 paf
13572:
13573: * src/classes/date.C: merged ^date.roll changes
13574:
13575: * src/classes/date.C: ^date.roll bug fix
13576:
13577: * src/classes/date.C: ^date.roll now throws less errors: month
13578: shifts handles end of month situation by reducing day number
13579: hour-hole shift reduces hour to recover
13580:
13581: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13582: Sort by function time
13583:
13584: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13585: http:// $.charset[] param done
13586:
13587: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13588: added [after volatile fix. passes on win&intel-solaris]
13589:
13590: 2003-04-08 paf
13591:
13592: * src/: classes/file.C, classes/op.C, classes/table.C,
13593: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13594: include/pa_common.h, include/pa_request_charsets.h,
13595: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13596: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13597: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13598: types/pa_vresponse.C: started http:// $.charset[] param and
13599: http response charset detection just compiled. todo:test
13600:
13601: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13602:
13603: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13604: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13605: types/pa_vmail.C: changed transcode param converntion along with
13606: string creating convention -- all strings are zero-terminated,
13607: this allowed to fix one remaining String("123", 2) case
13608:
13609: * src/: classes/date.C, classes/file.C, classes/hash.C,
13610: classes/op.C, classes/string.C, classes/table.C,
13611: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13612: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13613: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13614: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13615: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13616: violated String::invariant. started fixing [not compiled now]
13617:
13618: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13619: main/compile.tab.C, main/compile.y, main/pa_string.C,
13620: main/untaint.C, targets/cgi/parser3.C: number of string style
13621: improvements & optimizations
13622:
13623: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13624: :(]
13625:
13626: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13627: [for it's a pointer really]
13628:
13629: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13630: 'n' param. worked that around
13631:
13632: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13633: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13634: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13635: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13636: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13637:
13638: Thanks for the bug report and patch.
13639:
13640: I hadn't looked at this code in a while. Reading it now, it
13641: seems to me that the tests should also be ">= MAX_DEPTH" to
13642: comply with the invariant, though that may not matter a lot. I
13643: changed that, too.
13644:
13645: Hans
13646:
13647: 2003-04-07 paf
13648:
13649: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13650: merged from head:safe mode error message now includes numbers
13651:
13652: * src/main/execute.C: n-th attempt to make a=a work with double.
13653: problem: as_double returns it's result in fp-register compiler
13654: optimizes access to that register after b->as_double, and just
13655: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13656: from memory. _SAME_ double values do not match here. when
13657: forced to REload fp-register, values do match.
13658:
13659: tried to make them volatile.
13660:
13661: * src/main/execute.C: n-th attempt to make a=a work with double.
13662: problem: as_double returns it's result in fp-register compiler
13663: optimizes access to that register after b->as_double, and just
13664: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13665: from memory. _SAME_ double values do not match here. when
13666: forced to REload fp-register, values do match.
13667:
13668: tried to make them volatile.
13669:
13670: * src/types/pa_vobject.h: small style change
13671:
13672: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
13673:
13674: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
13675: mode error message now includes numbers
13676:
13677: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
13678: now causes death
13679:
13680: 2003-04-04 paf
13681:
13682: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
13683: incorportated pa_exec patch by From: "Victor Fedoseev"
13684: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
13685: Sent: Thursday, January 23, 2003 9:14 AM
13686:
13687: huge speedup on ^file::cgi with big result
13688:
13689: * src/classes/table.C: sort table with 0 rows bug fixed
13690:
13691: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
13692: fix http://i2/tasks/edit/?id=4493701604654042676
13693:
13694: @main[] $with_default[ $.a[1] $._default[default from
13695: with_default] ] ^show[$with_default]
13696:
13697: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13698: =$to_add_to.xxx=<br>
13699:
13700: ^show[$to_add_to]
13701:
13702: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13703: ^show[$cloned]
13704:
13705: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13706:
13707: } <hr>
13708:
13709: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
13710: http://i2/tasks/edit/?id=4493701604654042676
13711:
13712: @main[] $with_default[ $.a[1] $._default[default from
13713: with_default] ] ^show[$with_default]
13714:
13715: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
13716: =$to_add_to.xxx=<br>
13717:
13718: ^show[$to_add_to]
13719:
13720: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
13721: ^show[$cloned]
13722:
13723: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
13724:
13725: } <hr>
13726:
13727: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
13728: http://i2/tasks/edit/?id=4507350336410850921
13729:
13730: * src/classes/xdoc.C: memory allocation func bugfix
13731: http://i2/tasks/edit/?id=4499303470368629745
13732:
13733: * src/classes/math.C: allowed random 1...
13734:
13735: * src/classes/math.C: allowed random 0..
13736:
13737: * src/main/pa_globals.C: exif mem leak
13738: http://i2/tasks/edit/?id=4480590323629807263
13739:
13740: * src/: classes/classes.dsp, main/main.dsp,
13741: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
13742: fix http://i2/tasks/edit/?id=4493946731322521294
13743: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
13744:
13745: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
13746: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
13747: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
13748: links to xml libs made relative, no need to unpack parser3project
13749: to /parser3project.
13750:
13751: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
13752: column more precise - tab handling bug fixed
13753:
13754: * src/main/: compile.tab.C, compile.y: more understandable error
13755: message in case @CLASS with more then one line inside
13756:
13757: * src/targets/cgi/parser3.C: more understandable error message in
13758: case of errors in @unhandled_exception
13759:
13760: 2003-04-03 paf
13761:
13762: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
13763: src/main/compile.tab.C, src/main/compile.y,
13764: src/main/compile_tools.C, src/main/compile_tools.h,
13765: src/main/execute.C, src/main/pa_request.C: debug info format
13766: simplified, now it's: OP_VALUE Operation::Origin << here value*
13767:
13768: higher limits: file number (max: 255) line number (max:
13769: 64535) column number (max: 255)
13770:
13771: * src/classes/math.C: top limit
13772:
13773: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
13774: precise parse error position in case of
13775:
13776: ^bug ]
13777:
13778: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
13779: changed to realities, and passed [bug fixed]
13780:
13781: * src/: classes/op.C, include/pa_request.h, main/compile.C,
13782: main/compile.tab.C, main/compile.y, main/compile_tools.C,
13783: main/compile_tools.h, main/pa_request.C: introducing
13784: ^process...[main-method-alias]
13785:
13786: * src/: classes/date.C, classes/image.C, classes/op.C,
13787: classes/string.C, classes/table.C, classes/xdoc.C,
13788: types/pa_vmethod_frame.h: MethodParams& now [methods without
13789: params receive zero reference, but they are expected not to look
13790: there]
13791:
13792: * operators.txt, src/classes/date.C, src/classes/double.C,
13793: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
13794: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13795: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13796: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13797: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13798: src/main/execute.C, src/types/pa_method.h: MethodParams& now
13799: [methods without params receive zero reference, but they are
13800: expected not to look there]
13801:
13802: * operators.txt, src/classes/op.C, src/include/pa_request.h,
13803: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
13804: ^process...[filename] useful for better error reporting
13805: [file/line/col]
13806:
13807: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
13808: types/pa_vstring.h: slightly improved error messages text: 1. is
13809: '%s', it 2. method undefined in case of ^void[]
13810:
13811: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13812: include/pa_types.h, main/execute.C, main/pa_request.C: exception
13813: handling done. now we have error columns todo: test it
13814:
13815: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
13816: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
13817:
13818: this makes life easier: were: bad stack order -- were in
13819: exception catch unwind order, which didn't match execution order
13820:
13821: @main[] ^try{ ^first[] }{ ^throw[c;3] }
13822:
13823: @first[] ^throw[a;1]
13824:
13825: showed throw a first throw b try
13826:
13827: which is no good
13828:
13829: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
13830: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
13831: trace reset after handled exception [old bug fixed]
13832:
13833: * src/main/: compile.tab.C, compile.y: parse position old bug
13834: fixed. position reporting made precise [both, in parse erros and
13835: runtime errors]
13836:
13837: 2003-04-02 paf
13838:
13839: * src/: include/pa_operation.h, include/pa_request.h,
13840: main/compile.C, main/compile.tab.C, main/compile.y,
13841: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13842: main/pa_exception.C, main/pa_request.C: debug info: started
13843: using. todo:complete
13844:
13845: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
13846: main/compile.C, main/compile.tab.C, main/compile.y,
13847: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13848: main/pa_request.C: prepared debug info todo:use it
13849:
13850: * src/include/pa_operation.h: strange mistake fixed: forgot to
13851: return Operation class->union after switching from autoptrs.
13852:
13853: * tests/: Makefile, results/108.processed, results/117.processed:
13854: meta considered OK [it's up to coder now to remove it not needed]
13855:
13856: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
13857: Dictionary constructor when moved to gc]
13858:
13859: * src/main/pa_common.C: uncommented http:// file loading
13860:
13861: * src/include/pa_array.h, src/main/execute.C,
13862: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
13863: fix [gdGrowingBuf]
13864:
13865: * configure.in, src/lib/Makefile.am: removed patches
13866:
13867: * configure, src/include/pa_config_auto.h.in,
13868: src/main/pa_charset.C: --enable-assertions autoconf-ed
13869:
13870: * src/main/pa_common.C: uncommented http:// file loading
13871:
13872: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
13873: xdoc::create/load
13874:
13875: * src/: classes/form.C, classes/hash.C, classes/image.C,
13876: classes/string.C, classes/table.C, classes/void.C,
13877: include/pa_common.h, main/pa_common.C, main/pa_request.C,
13878: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
13879: String::String(str,helper_length) are checked. found/fixed one
13880: place: $request:body now zero-terminated,
13881:
13882: * src/: classes/op.C, classes/table.C, include/pa_request.h,
13883: main/compile_tools.C, main/execute.C, types/pa_value.h,
13884: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
13885: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
13886: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
13887: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
13888: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
13889: types/pa_vxnode.h: more locally scoped vars in execute (more
13890: easily optimizable)
13891:
13892: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
13893: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
13894:
13895: * src/: include/pa_array.h, include/pa_stack.h,
13896: include/pa_string.h, main/compile_tools.C, main/main.dsp,
13897: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
13898: become assertion iterator in methodframe filler
13899:
13900: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
13901: targets/cgi/parser3.C: array::get/put inlined
13902:
13903: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
13904: gc_substitute_memory_management_functions +installed CORD_oom
13905: function
13906:
13907: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
13908: src/include/pa_config_includes.h, src/include/pa_string.h,
13909: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
13910: src/targets/cgi/parser3.C: converted debug hacks to ANSI
13911: assertions started configure.in --enable-assertions
13912:
13913: 2003-04-01 paf
13914:
13915: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
13916: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
13917: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
13918: gdome uses glib memory, and stores last pointer to xmlDoc there,
13919: gc misses that and collects valid memory fixed by remembering
13920: xmlDoc from dom object in xdoc. todo: do something with
13921: premature free of xdoc with xnodes/node values referring into it
13922:
13923: * src/classes/: mail.C: typo fix
13924:
13925: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
13926: changes
13927:
13928: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
13929: main/pa_memory.C: moved memory debugging to global level: to
13930: pa_gc_malloc
13931:
13932: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
13933: debugging showed no errors. todo: debug parser memory
13934:
13935: * src/targets/cgi/: parser3.C, parser3.dsp: more build
13936: configurations
13937:
13938: * src/: classes/classes.dsp, include/pa_config_fixed.h,
13939: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
13940: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
13941: types/types.dsp: prepared xml-static configuration
13942:
13943: 2003-03-31 paf
13944:
13945: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
13946: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
13947: xml lib memory debugging, simple checks failed: it seems that
13948: library does realloc(bad ptr), and recording those ptrs in heap
13949: [for debugging] was bad: heap situation changes = everything
13950: works fine
13951:
13952: * src/: main/pa_charset.C, include/pa_charset.h: worked around
13953: xmlRegisterCharEncodingHandler limitation [currently imposed
13954: limit of 10 user-defined charsets]
13955:
13956: 2003-03-28 paf
13957:
13958: * src/main/execute.C: execution stack copied to local register
13959: variable, removed lots [~2e7) of memory accesses
13960:
13961: 2003-03-27 paf
13962:
13963: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
13964: works in debug, but fails in release todo: fix that
13965:
13966: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
13967: targets/cgi/parser3.C: forgot to merge XML memory funcs
13968: replacement from gc branch
13969:
13970: * src/main/pa_exec.C: introducing append_help_length [radical
13971: improvement here]
13972:
13973: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
13974: 'not recommened' in gc.h, on win32 noticed no difference]
13975:
13976: * src/include/pa_array.h: returned checked array get [were disabled
13977: for debugging] result:not slower [don't understand that, it were
13978: INLINED] todo: find out a way of inlining it!
13979:
13980: * src/: include/pa_string.h, lib/gc/include/gc.h,
13981: lib/gc/include/gc_fake.h, main/compile.tab.C,
13982: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
13983: convention changed: all resulting strings are zero-terminated
13984:
13985: * src/: classes/date.C, classes/file.C, classes/hash.C,
13986: classes/string.C, classes/table.C, classes/void.C,
13987: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
13988: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
13989: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
13990: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13991: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
13992: types/pa_vfile.C, types/pa_vmail.C: introducing
13993: append_help_length [radical improvement here]
13994:
13995: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
13996: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
13997: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
13998: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
13999: even slower
14000:
14001: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14002: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14003: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14004: clients of &get(): most to use non-ref version, some[in tight
14005: places] to get_unchecked_ref
14006:
14007: * src/doc/memory.dox: forgot to add
14008:
14009: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14010: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14011: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14012: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14013: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14014: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14015: targets/cgi/parser3.dsp, types/pa_vmail.C,
14016: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14017: T>>&<< removed after Stack::pop wiping removed [moved to separate
14018: func] other Array & removed
14019:
14020: 2003-03-26 paf
14021:
14022: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14023: classes/table.C, include/pa_array.h, include/pa_charset.h,
14024: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14025: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14026: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14027: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14028: main/pa_exec.C, main/pa_sql_driver_manager.C,
14029: main/pa_stylesheet_manager.C, main/pa_table.C,
14030: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14031: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14032: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14033: pre-evaluated .count() in some places
14034:
14035: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14036: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14037: types/types.dsp: .dsp profiling updated
14038:
14039: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14040: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14041: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14042:
14043: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14044: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14045: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14046: use lib/gc,lib/cord
14047:
1.116 moko 14048: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14049: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14050: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14051: src/include/pa_config_includes.h, src/include/pa_request.h,
14052: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14053: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14054: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14055: src/lib/cord/include/Makefile.am,
1.116 moko 14056: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14057: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14058: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14059: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14060: src/types/pa_vform.h, src/types/pa_vhash.h,
14061: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14062: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14063: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14064: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14065: funcs ported pa_exec
1.95 moko 14066:
14067: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14068:
14069: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14070: bundled gc includes
14071:
14072: * src/: classes/op.C, include/pa_array.h,
14073: include/pa_sql_connection.h, include/pa_string.h,
14074: include/pa_version.h, main/compile.tab.C, main/compile.y,
14075: main/execute.C, main/pa_common.C, main/pa_exception.C,
14076: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14077: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14078: first real site (aval)]
14079:
14080: 2003-03-25 paf
14081:
14082: * operators.txt, src/main/pa_sql_driver_manager.C,
14083: src/types/pa_vstatus.C: $status.memory used free since_compact
14084: process
14085:
14086: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14087: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14088:
14089: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14090:
14091: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14092: src/types/pa_value.h, src/types/pa_vfile.h,
14093: src/types/pa_vobject.C, src/types/pa_vobject.h,
14094: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14095: tests/results/121.processed: untaint.C L_URI
14096:
14097: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14098: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14099: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14100: src/types/pa_vmemory.h: ^memory:compact[]
14101:
14102: * tests/results/109.processed: it was a bug in parser. updated 109
14103: test result
14104:
14105: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14106:
14107: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14108: tests/results/107.processed: fixed dom language [values are now
14109: considered tainted. it was a bug in parser. updated 107 test
14110: result
14111:
14112: * src/classes/xdoc.C: fixed transform params
14113:
14114: * src/: include/pa_stylesheet_manager.h,
14115: main/pa_stylesheet_manager.C: fixed stylesheet caching
14116:
14117: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14118: overloads for structure handling
14119:
14120: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14121: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14122: StringBody(0) ambiguilty, introducting static
14123: StringBody::Format(int)
14124:
14125: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14126: linked
14127:
14128: * src/types/pa_vxdoc.C: vxdoc compiled
14129:
14130: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14131: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14132: finalizers isntalled
14133:
14134: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14135: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14136: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14137: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14138: compiled todo: xnode.C / finalizers
14139:
14140: * src/doc/string.dox: updated: new string internals
14141:
14142: 2003-03-24 paf
14143:
14144: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14145: include/pa_charset.h, include/pa_config_fixed.h,
14146: include/pa_request.h, include/pa_stylesheet_connection.h,
14147: include/pa_stylesheet_manager.h, main/pa_charset.C,
14148: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14149: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14150: types/pa_vxnode.h: started XML
14151:
14152: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14153:
14154: * src/: classes/file.C, classes/image.C, classes/mail.C,
14155: include/pa_string.h, main/pa_common.C,
14156: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14157:
14158: * src/: classes/file.C, classes/image.C, classes/mail.C,
14159: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14160: main/pa_request.C, main/pa_sql_driver_manager.C,
14161: types/pa_vimage.h: size_t pos everywhere checks changed to check
14162: for eq STRING_NOT_FOUND
14163:
14164: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14165: optimize bit implemented
14166:
14167: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14168: String::ArrayFragment::append_positions fixed
14169:
14170: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14171: String::this_starts fixed
14172:
14173: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14174:
14175: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14176: hashcode implemented fully, including per-char callback [it can
14177: be - substr CORD node]
14178:
14179: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14180: rewritten to rewalloc with 100byte buf ahead
14181:
14182: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14183: src/include/pa_string.h, src/main/compile.tab.C,
14184: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14185: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14186: CORD_ec [bad] would rewrite as realloc now
14187:
14188: * src/: classes/date.C, classes/file.C, classes/form.C,
14189: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14190: include/pa_cache_managers.h, include/pa_charsets.h,
14191: include/pa_common.h, include/pa_request.h,
14192: include/pa_sql_driver_manager.h, include/pa_table.h,
14193: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14194: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14195: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14196: types/pa_vmail.C, types/pa_vmethod_frame.C,
14197: types/pa_vstateless_class.h: 2*2 worked :)
14198:
14199: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14200: src/include/pa_exec.h, src/include/pa_string.h,
14201: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14202: passed OK
14203:
14204: * src/: classes/hash.C, classes/string.C, classes/table.C,
14205: types/pa_value.C: all linked todo: debug
14206:
14207: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14208: types/pa_vstateless_class.C: all compiled. todo:link
14209:
14210: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14211:
14212: * src/types/pa_vtable.C: pa_vtable.C compiled
14213:
14214: * src/types/pa_vstring.C: pa_vstring.C compiled
14215:
14216: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14217:
14218: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14219: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14220: pa_vstateless_class.C, pa_vstateless_class.h:
14221: pa_vstateless_class.C compiled
14222:
14223: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14224: types/pa_vmath.C: pa_vmail.C compiled
14225:
14226: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14227:
14228: * src/types/pa_vform.C: pa_vform.C compiled
14229:
14230: * src/types/pa_vfile.C: pa_vfile.C compiled
14231:
14232: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14233: pa_vstateless_class.C: pa_vcookie.C compiled
14234:
14235: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14236: types/pa_vhash.h: pa_value.C compiled
14237:
14238: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14239: classes.lib main.lib compiled
14240:
14241: * src/classes/void.C: void.C compiled
14242:
14243: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14244: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14245: compiled
14246:
14247: * src/: classes/string.C, include/pa_request.h,
14248: include/pa_string.h, main/pa_string.C: string.C compiled
14249:
14250: * src/: classes/op.C, classes/string.C, classes/table.C,
14251: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14252: main/pa_request.C, main/pa_string.C: op.C compiled
14253:
14254: * src/classes/: math.C, op.C: math.C compiled
14255:
14256: * src/: classes/mail.C, classes/string.C, classes/table.C,
14257: types/pa_vmail.h: mail.C compiled
14258:
14259: * src/classes/: int.C, table.C: int.C compiled
14260:
14261: * src/: classes/hash.C, classes/image.C, classes/string.C,
14262: classes/table.C, include/pa_memory.h, include/pa_string.h,
14263: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14264: compiled
14265:
14266: * src/: classes/hash.C, classes/string.C, classes/table.C,
14267: classes/void.C, classes/xdoc.C, include/pa_request.h,
14268: include/pa_sql_connection.h: hash.C compiled
14269:
14270: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14271: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14272: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14273: classes/math.C, classes/op.C, classes/response.C,
14274: classes/string.C, classes/table.C, classes/void.C,
14275: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14276: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14277: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14278: file.C table.C compiled
14279:
14280: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14281: main/untaint.C: main.lib compiled
14282:
14283: 2003-03-21 paf
14284:
14285: * src/: classes/op.C, include/pa_cache_managers.h,
14286: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14287: include/pa_stylesheet_manager.h, main/pa_exception.C,
14288: main/pa_globals.C, main/pa_sql_driver_manager.C,
14289: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14290: compiled
14291:
14292: * src/: classes/hash.C, classes/image.C, classes/op.C,
14293: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14294: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14295: main/compile.C, main/pa_common.C, main/pa_request.C,
14296: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14297: pa_request.C compiled
14298:
14299: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14300: include/pa_request.h, main/execute.C, main/pa_request.C,
14301: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14302: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14303: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14304: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14305: compiled
14306:
14307: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14308: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14309: on unix
14310:
14311: * src/: include/pa_charset.h, include/pa_charsets.h,
14312: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14313: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14314: pa_charsets.C compiled
14315:
14316: * src/: classes/image.C, classes/mail.C, classes/op.C,
14317: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14318: main/compile.y, main/execute.C, main/pa_common.C,
14319: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14320: types/pa_vcode_frame.h, types/pa_vimage.h,
14321: types/pa_vmethod_frame.h: execute.C compiled
14322:
14323: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14324: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14325: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14326: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14327: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14328: include/pa_cache_managers.h, include/pa_charsets.h,
14329: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14330: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14331: include/pa_sql_driver_manager.h, include/pa_string.h,
14332: include/pa_stylesheet_connection.h,
14333: include/pa_stylesheet_manager.h, include/pa_table.h,
14334: main/compile.C, main/compile.tab.C, main/compile.y,
14335: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14336: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14337: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14338: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14339: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14340: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14341: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14342: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14343: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14344: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14345: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14346: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14347: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14348: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14349: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14350: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14351: types/pa_vresponse.h, types/pa_vstateless_class.C,
14352: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14353: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14354: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14355: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14356: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14357: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14358: [C++ CORD wrapper]
14359:
14360: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14361:
14362: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14363: $file::exec/cgi[script; $.charset[this is script's charset]
14364:
14365: command line, env values, input got transcoded before call
14366: stdout, stderr got transcoded after call
14367:
14368: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14369: by default. use: ^file::exec[...;$.stdin[$request.body]
14370:
14371: * src/main/pa_common.C: } typo bug fix
14372:
14373: * src/main/pa_common.C: } typo bug fix
14374:
14375: 2003-03-20 paf
14376:
14377: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14378: main/untaint.C: cord bug fix, but still errors todo: clear out
14379:
14380: * src/include/pa_string.h: more tests
14381:
14382: * src/main/pa_string.C: string.pos fixed
14383:
1.116 moko 14384: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14385: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14386: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14387: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14388: replaces
1.95 moko 14389:
14390: * src/: classes/image.C, include/pa_dictionary.h,
14391: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14392: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14393: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14394: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14395:
14396: * src/include/pa_string.h: warning
14397:
14398: * src/include/pa_string.h: this_starts fixed
14399:
14400: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14401: new String ctor & append params convention
14402:
14403: * src/: classes/file.C, classes/hash.C, classes/image.C,
14404: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14405: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14406: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14407: main/pa_exception.C, main/pa_exec.C,
14408: main/pa_sql_driver_manager.C, main/pa_string.C,
14409: main/pa_stylesheet_manager.C, main/untaint.C,
14410: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14411: types/pa_vmail.C: more tests OK
14412:
14413: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14414: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14415: gc/exit runned OK
14416:
14417: * src/types/pa_vmail.C: another naming problem: should not name
14418: vars like that: unpredictable close caused problems with later
14419: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14420: descriptors missing on startup: stdin; Bad file number
14421:
14422: todo: find out why so many filters(stream) here. probably wrong?
14423:
14424: * src/: include/pa_dictionary.h, include/pa_string.h,
14425: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14426: main/untaint.C: test compiled
14427:
14428: * src/: classes/image.C, classes/mail.C, classes/math.C,
14429: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14430: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14431: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14432: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14433: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14434: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14435: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14436: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14437: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14438:
14439: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14440: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14441: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14442: src/include/pa_memory.h, src/include/pa_request.h,
14443: src/include/pa_request_charsets.h,
14444: src/include/pa_sql_connection.h, src/include/pa_string.h,
14445: src/main/compile.tab.C, src/main/execute.C,
14446: src/main/pa_charset.C, src/main/pa_common.C,
14447: src/main/pa_exception.C, src/main/pa_exec.C,
14448: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14449: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14450: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14451: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14452: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14453: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14454: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14455: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14456: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14457: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14458: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14459: pa_common.C [done, without http for now]
14460:
14461: 2003-03-19 paf
14462:
14463: * src/: classes/date.C, classes/form.C, classes/hash.C,
14464: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14465: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14466: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14467: include/pa_string.h, include/pa_table.h, main/compile.C,
14468: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14469: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14470: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14471: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14472: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14473: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14474: types/pa_vstateless_class.h, types/pa_vtable.C,
14475: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14476: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14477: types/pa_wwrapper.h: started test
14478:
1.116 moko 14479: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14480: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14481:
14482: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14483: include/pa_string.h, main/pa_string.C: string compiled todo: test
14484: it
14485:
14486: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14487: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14488: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14489: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14490: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14491: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14492: types/pa_vmethod_frame.h, types/types.dsp: string
14493: reimplementation with cord+array<fragment>: 70%
14494:
14495: 2003-03-18 paf
14496:
14497: * src/: classes/date.C, classes/file.C, classes/form.C,
14498: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14499: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14500: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14501: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14502: can ignore lang in cmp and pos really, but would
14503: split properly!
14504:
14505: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14506: cord part made parser/src/lib: it's not compiled into libgc by
14507: default
14508:
14509: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14510: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14511: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14512: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14513: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14514: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14515: src/classes/xnode.C, src/classes/xnode.h,
14516: src/include/Makefile.am, src/include/pa_cache_managers.h,
14517: src/include/pa_charset.h, src/include/pa_charsets.h,
14518: src/include/pa_common.h, src/include/pa_dictionary.h,
14519: src/include/pa_exception.h, src/include/pa_exec.h,
14520: src/include/pa_globals.h, src/include/pa_hash.h,
14521: src/include/pa_memory.h, src/include/pa_pool.h,
14522: src/include/pa_request.h, src/include/pa_request_charsets.h,
14523: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14524: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14525: src/include/pa_stylesheet_connection.h,
14526: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14527: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14528: src/main/compile.C, src/main/compile.tab.C,
14529: src/main/compile_tools.C, src/main/compile_tools.h,
14530: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14531: src/main/pa_charsets.C, src/main/pa_common.C,
14532: src/main/pa_dictionary.C, src/main/pa_exception.C,
14533: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14534: src/main/pa_pool.C, src/main/pa_request.C,
14535: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14536: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14537: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14538: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14539: src/types/pa_junction.h, src/types/pa_method.h,
14540: src/types/pa_value.C, src/types/pa_value.h,
14541: src/types/pa_vclass.C, src/types/pa_vclass.h,
14542: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14543: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14544: src/types/pa_vdouble.h, src/types/pa_venv.h,
14545: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14546: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14547: src/types/pa_vimage.C, src/types/pa_vimage.h,
14548: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14549: src/types/pa_vmath.C, src/types/pa_vmath.h,
14550: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14551: src/types/pa_vobject.C, src/types/pa_vobject.h,
14552: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14553: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14554: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14555: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14556: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14557: src/types/pa_vstring.h, src/types/pa_vtable.C,
14558: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14559: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14560: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14561: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14562: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14563: gc: PA_Object done lots of replacements also
14564:
14565: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14566: gc logging
14567:
14568: 2003-03-17 paf
14569:
14570: * src/: classes/date.C, classes/file.C, classes/form.C,
14571: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14572: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14573: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14574: include/pa_string.h, include/pa_types.h, main/compile.C,
14575: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14576: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14577: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14578: main/pa_sql_driver_manager.C, main/pa_string.C,
14579: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14580: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14581: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14582: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14583: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14584: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14585: types/pa_vxnode.h: libgc attempt
14586:
14587: 2003-03-13 paf
14588:
14589: * src/: include/pa_sql_driver_manager.h,
14590: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14591: called
14592:
14593: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14594: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14595: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14596: types/pa_value.h, types/pa_vobject.h,
14597: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14598: set_base, set_derived simplified [counter leaks fixed]
14599:
14600: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14601: src/types/types.dsp: incorporated status class patch From:
14602: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14603: 2003 8:14 AM
14604:
14605: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14606: Win32 specific: QuotaPeakNonPagedPoolUsage
14607: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14608:
14609: 2003-03-12 paf
14610:
1.116 moko 14611: * configure, configure.in, src/lib/ltdl/configure,
14612: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14613: lib/ltdl/Makefile now created by /configure.in only [were by
14614: lib/ltdl/configure.in OVERWRITE]
14615:
1.116 moko 14616: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14617: linkage fixed for g++ 3.2.2
1.95 moko 14618:
14619: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14620: on using privately declared class [fixed]
14621:
14622: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14623: 3.2 rightliy complained on using privately declared class [fixed]
14624:
14625: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14626: sigpipe before request constructor now causes death
14627:
14628: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14629: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14630: not cause exception in exception handler
14631:
1.116 moko 14632: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14633: now default links libstdc++ statically. that can be overriden by
14634: --with-dynamic-stdcpp
1.95 moko 14635:
14636: 2003-03-11 paf
14637:
14638: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14639: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14640: necessity of libstdc++
14641:
14642: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14643:
14644: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14645:
14646: 2003-03-08 paf
14647:
14648: * tests/Makefile: make install & co
14649:
14650: * src/: include/pa_request.h, classes/op.C: removing
14651: vclass,object.h -> pa_request.h dependency
14652:
14653: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14654: main/pa_request.C: removing vform,response,cookie.h ->
14655: pa_request.h dependency
14656:
14657: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14658: dependency [testing...]
14659:
14660: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14661: return 0; fixed
14662:
14663: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
14664: types/pa_vmail.h: vmail.C received just compiled [not tested]
14665:
14666: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
14667:
14668: * src/main/pa_request.C: forgotten: ifdef XML
14669:
14670: * src/main/pa_request.C: forgotten: ifdef XML
14671:
14672: * src/targets/cgi/parser3.C: todo: move to latest xml version on
14673: win32 and run memleak tests again
14674:
14675: * src/targets/cgi/parser3.C: charsets: see some strange things with
14676: old xml lib-- it's internal memory handling has faults
14677:
14678: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
14679: problems when transcode from charset A to A.
14680:
14681: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
14682: todo: still problems when transcode from charset A to A.
14683:
14684: * src/: classes/hash.C, classes/mail.C, classes/string.C,
14685: classes/table.C, include/pa_array.h,
14686: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
14687: started full-scale-site-test [~ http://parser.ru sources]
14688:
14689: some fixes
14690:
14691: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
14692: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
14693: 117.html, 118.html, 119.html, 120.html, results/109.processed,
14694: results/110.processed, results/111.processed,
14695: results/112.processed, results/113.processed,
14696: results/114.processed, results/115.processed,
14697: results/116.processed, results/117.processed,
14698: results/118.processed, results/119.processed,
14699: results/120.processed: xml: tests 109 dom create/show 110 xpath
14700: selectSingle 111 xdoc.create from tainted & 112
14701: xdoc.create/output with russian attr value 113 xpath
14702: selectString/Number 114 dom attributes.count 115 xpath selectBool
14703: 116 output media-type change 117 transform by dom stylesheet 118
14704: empty transform result 119 dom setAttribute 120 nbsp letter
14705: output
14706:
14707: =END OF PREPARED XML TESTS=
14708:
14709: 2003-03-07 paf
14710:
14711: * src/classes/xdoc.C, src/include/pa_charset.h,
14712: src/include/pa_stylesheet_connection.h, tests/108.html,
14713: tests/108.xsl, tests/results/108.processed: xml: test 108
14714: transform with params [bugs fixed]
14715:
14716: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
14717: from copy/paste bug
14718:
14719: * src/classes/xdoc.C, src/include/pa_charset.h,
14720: src/include/pa_request.h, src/main/execute.C,
14721: src/main/pa_charset.C, src/main/pa_exception.C,
14722: src/main/pa_globals.C, src/main/pa_request.C,
14723: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14724: src/types/pa_vxnode.C, tests/107.html,
14725: tests/results/107.processed: xml: test: 107 bug fixes
14726:
14727: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14728: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14729: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
14730:
14731: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
14732: string
14733:
14734: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
14735: mem alloc functions used for different cases [libxml, libxsl]
14736:
14737: * src/classes/classes.C: fixed: prevent system classes from
14738: modification to lock ALL the classes, not only directly used
14739:
14740: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
14741: linked
14742:
14743: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
14744:
14745: 2003-03-06 paf
14746:
14747: * src/classes/xdoc.C: xdoc.C 50%
14748:
14749: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
14750: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14751: main/pa_globals.C, main/pa_request.C,
14752: main/pa_stylesheet_manager.C: xnode.C compiled
14753:
14754: * src/: include/pa_stylesheet_connection.h,
14755: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
14756: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
14757:
14758: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
14759: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
14760: xml: stylesheet&manager STARTED
14761:
14762: * src/: include/pa_globals.h, main/pa_charset.C,
14763: main/pa_exception.C, main/pa_globals.C: xml: exceptions
14764:
14765: * src/: include/pa_charset.h, include/pa_config_fixed.h,
14766: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
14767: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
14768: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
14769: charsets
14770:
14771: * tests/023.html: in some cases it rounded up badly. postponing
14772: solution of that problem, making more simple test
14773:
14774: * tests/: 058_paf2000.png, results/058.processed: .png added with
14775: -kb now
14776:
14777: * src/: include/pa_charset.h, include/pa_charsets.h,
14778: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
14779: moved to charsets.C
14780:
14781: 2003-03-05 paf
14782:
14783: * src/classes/string.C, src/include/pa_string.h,
14784: src/main/pa_string.C, tests/105.html,
14785: tests/results/105.processed: String::match bug fixed
14786:
14787: * src/classes/op.C, src/main/main.dsp, tests/104.html,
14788: tests/results/104.processed: ^bpt operator added [does int3 in
14789: debug build on win32]
14790:
14791: * tests/: 057.html, results/057.processed: test bug fixed
14792:
1.116 moko 14793: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 14794:
14795: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
14796: missing
14797:
1.116 moko 14798: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
14799: forgotten files added to Makes
1.95 moko 14800:
14801: * ltmain.sh: ltmain.sh added
14802:
14803: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14804: change undone ;(
14805:
14806: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
14807: made static
14808:
14809: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 14810: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
14811: todo:make linker happy
1.95 moko 14812:
14813: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
14814: env param made optional
14815:
14816: 2003-03-04 paf
14817:
14818: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
14819: types/pa_vimage.h: number of gcc compiler bugs fixed
14820:
14821: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
14822: results/103.processed: tests: 103 image.copy transparence test
14823:
14824: * src/main/execute.C, tests/101.html, tests/102.html,
14825: tests/results/101.processed, tests/results/102.processed: tests:
14826: 101 method/variable name conflict test 102 form fields change
14827: should not not change anything [bug fix]
14828:
14829: * tests/: 057.html, 099.html, 100.html, results/057.processed,
14830: results/099.processed, results/100.processed: tests: 57 date
14831: create 2002: added 99,100 response:body/download
14832:
14833: * src/classes/image.C, tests/098.html, tests/098font.gif,
14834: tests/results/098.processed: test: 98 image font text [bug fixed]
14835:
14836: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
14837: tests/results/097.processed: test: 97 file::load http:// [bugs
14838: fixed]
14839:
14840: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
14841: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
14842: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
14843: image EXIF [bug fixed]
14844:
14845: * src/classes/table.C, src/main/execute.C, tests/061.dat,
14846: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
14847: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
14848: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
14849: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
14850: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
14851: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
14852: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
14853: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
14854: tests/094.html, tests/095.html, tests/results/061.processed,
14855: tests/results/062.processed, tests/results/063.processed,
14856: tests/results/064.processed, tests/results/065.processed,
14857: tests/results/066.processed, tests/results/067.processed,
14858: tests/results/068.processed, tests/results/069.processed,
14859: tests/results/070.processed, tests/results/071.processed,
14860: tests/results/072.processed, tests/results/073.processed,
14861: tests/results/074.processed, tests/results/075.processed,
14862: tests/results/076.processed, tests/results/077.processed,
14863: tests/results/078.processed, tests/results/080.processed,
14864: tests/results/081.processed, tests/results/082.processed,
14865: tests/results/083.processed, tests/results/084.processed,
14866: tests/results/085.processed, tests/results/086.processed,
14867: tests/results/087.processed, tests/results/088.processed,
14868: tests/results/089.processed, tests/results/090.processed,
14869: tests/results/091.processed, tests/results/092.processed,
14870: tests/results/093.processed, tests/results/094.processed,
14871: tests/results/095.processed, tests/079.html,
14872: tests/results/079.processed: tests: 61 file::stat size 62
14873: string->int autoconvert 63 double .int,dec,div,mul 64 date
14874: compare 65 file: basename,justname,justext 66 math:crypt 67
14875: string.match simple on long 68 string.match normalized simple on
14876: long 69 string.int 70 file::stat content-type 71 table.join 72
14877: hash parameter conditional pass 73 date daylightsaving,yearday 74
14878: date arithmetics 75 response date values/attributes 76 string.pos
14879: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
14880: with local 80 scientific numeric literal in string autoconvert 81
14881: xor: logical and numerical 82 for delims 83 menu delims 84
14882: table.hash distinct 85 long string replace 86 throw+catch
14883: current language preserve 87 bit shifts 88 junction tests +
14884: $caller test 89 hash.foreach selfmodification 90 int/void to int
14885: 91 $caller test 92 junction is + def junction tests 93 $caller
14886: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
14887:
14888: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
14889: fixed] 60 string eq string [bug fixed]
14890:
14891: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
14892: 058.html, 058_paf2000.png, 059.html, 060.html,
14893: results/053.processed, results/054.processed,
14894: results/055.processed, results/056.processed,
14895: results/057.processed, results/058.processed,
14896: results/059.processed, results/060.processed: test: 53
14897: string.replace 54 junctions 55 table.hash 56 call indirect 57
14898: date.create[string] 58 image.measure[png]
14899:
14900: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
14901: outputs/051.processed, results/052.processed: test: 52
14902: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
14903: task: fix that
14904:
14905: 2003-03-03 paf
14906:
14907: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
14908: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
14909: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
14910: outputs/049.processed, outputs/050.processed,
14911: outputs/051.processed, results/001.processed,
14912: results/002.processed, results/003.processed,
14913: results/005.processed, results/006.processed,
14914: results/008.processed, results/009.processed,
14915: results/011.processed, results/012.processed,
14916: results/013.processed, results/014.processed,
14917: results/015.processed, results/016.processed,
14918: results/017.processed, results/020.processed,
14919: results/021.processed, results/022.processed,
14920: results/024.processed, results/025.processed,
14921: results/026.processed, results/027.processed,
14922: results/028.processed, results/029.processed,
14923: results/030.processed, results/031.processed,
14924: results/049.processed, results/050.processed,
14925: results/051.processed, results/043.processed,
14926: results/044.processed, results/045.processed,
14927: results/046.processed, results/047.processed,
14928: results/048.processed: tests: 43,44,45 date rolls 46
14929: autoevaluating junction 47 table.select 48 name with subvar 49
14930: hash-creating switch 50 process 51 started parent/child, works as
14931: it were but it were NOT GOOD, created separate task to fix that
14932:
14933: * tests/: 042.html, results/042.processed: test: 42
14934: exception.handled
14935:
14936: * tests/: 041.html, results/041.processed: test: 41 table.locate by
14937: expression
14938:
14939: * tests/: 040.html, results/040.processed: test: 39 method result
14940: of type table 40 method param junction auto evaluate
14941:
14942: * tests/: 039.html, results/039.processed: test: 37 method result
14943: of type table
14944:
14945: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
14946: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
14947: tests/038.html, tests/results/033.processed,
14948: tests/results/034.processed, tests/results/035.processed,
14949: tests/results/036.processed, tests/results/037.processed,
14950: tests/results/038.processed: tests: 33 string.replace 34
14951: string.upper 35 table created 36 local/global vars with juntions
14952: 37 table clone 38 math PI & number formatting
14953:
14954: math class registring typo fixed
14955:
14956: * src/classes/op.C, src/include/pa_request.h,
14957: src/include/pa_string.h, src/main/execute.C,
14958: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
14959: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
14960: tests/032.html, tests/results/032.processed: uchar changed to
14961: String_UL in all places [was not everywhere] untaint test: 032
14962:
14963: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
14964: tests/results/004.processed, tests/parser-cygwin.sh,
14965: tests/parser-unix.sh: removed -H command line key, now testing
14966: using .sh file with SERVER_SOFTWARE=xxx
14967:
14968: 2003-02-26 paf
14969:
14970: * src/main/execute.C, src/types/pa_vstateless_class.h,
14971: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
14972: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
14973: tests/results/024.processed, tests/results/025.processed,
14974: tests/results/026.processed, tests/results/027.processed,
14975: tests/results/028.processed, tests/results/029.processed,
14976: tests/results/030.processed, tests/results/031.processed: fixed
14977: bug with name_cstr mutable CharPtr more tests
14978:
14979: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
14980: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
14981: << abort. die now just exits
14982:
14983: * src/classes/classes.awk, src/classes/classes.h,
14984: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14985: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14986: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14987: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14988: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14989: src/classes/xnode.C, src/include/pa_memory.h,
14990: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
14991: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
14992: src/types/pa_vform.C, tests/015.html, tests/016.html,
14993: tests/017.html, tests/018.html, tests/019.html,
14994: tests/019paf2001.gif, tests/020.html, tests/021.html,
14995: tests/022.html, tests/023.html, tests/022_dir/a.html,
14996: tests/022_dir/b.txt, tests/022_dir/c.htm,
14997: tests/results/015.processed, tests/results/016.processed,
14998: tests/results/017.processed, tests/results/018.processed,
14999: tests/results/019.processed, tests/results/020.processed,
15000: tests/results/021.processed, tests/results/022.processed,
15001: tests/results/023.processed: methoded_array now contains all Mxxx
15002: classes SAPI::get_env now returns info on pool more tests
15003:
15004: * src/include/pa_array.h, src/include/pa_hash.h,
15005: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15006: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15007: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15008: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15009: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15010: tests/results/001.processed, tests/results/002.processed,
15011: tests/results/003.processed, tests/results/004.processed,
15012: tests/results/005.processed, tests/results/006.processed,
15013: tests/results/007.processed, tests/results/008.processed,
15014: tests/results/009.processed, tests/results/010.processed,
15015: tests/results/011.processed, tests/results/012.processed,
15016: tests/results/013.processed, tests/results/014.processed: hash
15017: cloning fixed
15018:
15019: 2003-02-25 paf
15020:
15021: * src/main/pa_common.C: typo fixed
15022:
15023: 2003-02-24 paf
15024:
15025: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15026: [one remained]
15027:
15028: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15029: [should have been get_string(&pool)] todo: check other such calls
15030:
15031: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15032: test10, bad lookups
15033:
15034: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15035: object got destructed, and xxx points to sky
15036:
15037: * ChangeLog, src/classes/string.C: match bug fixed
15038:
15039: * src/types/pa_vmail.C: body [text/html] transcoded to
15040: $.charset[specified] now
15041:
15042: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15043: which failed to handle sigsetjmp+throw: crashed inside of
15044: pre-throw code. rewritten simplier [though duplicating
15045: closesocket code]
15046:
15047: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15048: which failed to handle sigsetjmp+throw: crashed inside of
15049: pre-throw code. rewritten simplier [though duplicating
15050: closesocket code]
15051:
15052: 2003-02-21 paf
15053:
15054: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15055: $cookie:name[$.expires[date << can be now]]
15056:
15057: written makefile with regression tests [raw]
15058:
15059: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15060: tests' only [it's not forcing CGI mode now] now use -H to output
15061: CGI header when parser used in command line [useful for tests
15062: also]
15063:
15064: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15065: switches on CGI mode, and is used in regression tests
15066:
15067: * src/: include/pa_request.h, main/pa_request.C,
15068: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15069: fixed
15070:
15071: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15072: handling pa_*
15073:
15074: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15075: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15076: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15077: memory handling files
15078:
15079: * src/main/pa_array.C: pool::format_integer terminator fixed
15080:
15081: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15082: compiles OK test to show benefits of free
15083:
15084: * src/: classes/file.C, classes/image.C, classes/mail.C,
15085: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15086: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15087: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15088: use pool [as the one in ^process]
15089:
15090: * src/classes/op.C: fixed process. sould now check for all cstr's
15091: -- some must use pool [as the one in ^process]
15092:
15093: 2003-02-20 paf
15094:
15095: * src/: classes/date.C, classes/double.C, classes/file.C,
15096: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15097: classes/math.C, classes/op.C, classes/response.C,
15098: classes/string.C, classes/table.C, classes/void.C,
15099: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15100: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15101: string cmp fixed
15102:
15103: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15104: values passed OK now
15105:
15106: 2003-02-19 paf
15107:
15108: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15109: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15110: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15111: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15112: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15113: all remaning leaks resulted from pooled::malloc calls [excluding
15114: in gd -- planning complete rewrite extremely ugly code]
15115:
15116: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15117: files
15118:
15119: 2003-02-17 paf
15120:
15121: * src/: classes/date.C, classes/double.C, classes/file.C,
15122: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15123: classes/response.C, classes/string.C, classes/table.C,
15124: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15125: include/pa_stylesheet_connection.h,
15126: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15127: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15128: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15129: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15130: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15131: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15132: of unitialized simple-typed field
15133:
15134: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15135: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15136: simple-typed field fixed. todo: find&kill all like that one
15137:
15138: * src/: main/execute.C, targets/cgi/pa_pool.C,
15139: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15140: debug output fixed
15141:
15142: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15143: main/pa_request.C: stack-stored items need extra .ref to prevent
15144: object_ptr from delete[them]
15145:
15146: * src/: classes/date.C, classes/op.C, classes/table.C,
15147: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15148: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15149: main/pa_charset.C, main/pa_common.C,
15150: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15151: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15152: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15153: calls
15154:
15155: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15156: couple mem leaks rusulted from old pooled::malloc usage.
15157: todo:find more like those
15158:
15159: * src/main/: compile.C, compile_tools.C: 2*2!
15160:
15161: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15162: stackItem fixed [there were no string on stack before]
15163:
15164: * src/: main/execute.C, main/pa_request.C,
15165: types/pa_vmethod_frame.C: first letters out OK
15166:
15167: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15168: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15169: main/pa_string.C, main/untaint.C, types/pa_value.h,
15170: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15171: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15172: type not initialized with zeros :( while class fields of class
15173: types initialized with default constructors. learn C++
15174:
15175: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15176: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15177: classes/math.C, classes/xdoc.C, classes/xnode.C,
15178: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15179: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15180:
15181: 2003-02-14 paf
15182:
15183: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15184: 13 link errors
15185:
15186: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15187: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15188: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15189: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15190: errors :)
15191:
15192: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15193: classes/hash.C, classes/mail.C, classes/op.C,
15194: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15195: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15196: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15197: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15198:
15199: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15200: classes/table.C, include/pa_common.h, include/pa_globals.h,
15201: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15202: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15203: types/pa_vint.h, types/types.dsp: op compiled
15204:
15205: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15206: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15207: main/untaint.C, types/pa_vtable.h: string, response compiled
15208:
15209: 2003-02-07 paf
15210:
15211: * src/: classes/table.C, types/pa_vtable.h: table compiled
15212:
15213: 2003-02-06 paf
15214:
15215: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15216: mail compiled
15217:
15218: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15219: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15220: types/pa_vfile.h, types/pa_vimage.h: image compiled
15221:
15222: * src/classes/: file.C, form.C: form compiled
15223:
15224: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15225: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15226: types/pa_vfile.C, types/pa_vfile.h: file compiled
15227:
15228: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15229: types/pa_vmath.h: math compiled [win32]
15230:
15231: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15232: types/pa_vstring.h: hash compiled
15233:
15234: 2003-02-04 paf
15235:
15236: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15237: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15238: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15239: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15240: types/pa_vhash.h: hash 50% compiled
15241:
15242: * src/: classes/date.C, classes/file.C, classes/hash.C,
15243: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15244: classes/string.C, classes/table.C, classes/xdoc.C,
15245: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15246: main/pa_string.C: date compiled
15247:
15248: * src/classes/: classes.dsp, double.C: double compiled
15249:
15250: * src/: classes/date.C, classes/double.C, classes/file.C,
15251: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15252: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15253: classes/string.C, classes/table.C, classes/void.C,
15254: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15255: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15256: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15257: compiled
15258:
15259: * src/: classes/date.C, classes/double.C, classes/file.C,
15260: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15261: classes/math.C, classes/op.C, classes/response.C,
15262: classes/string.C, classes/table.C, classes/void.C,
15263: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15264: types/pa_vvoid.h: void compiled :)
15265:
15266: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15267: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15268: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15269: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15270: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15271: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15272: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15273: types/pa_vresponse.C, types/pa_vstateless_class.C,
15274: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15275: types/pa_wcontext.C, types/types.dsp: removed stupid
15276: value_includes.h
15277:
15278: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15279: trying to remove stupid value_includes.h
15280:
15281: * src/main/pa_exec.C: pa_exec compiled on win32
15282:
15283: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15284:
15285: * src/: include/pa_globals.h, include/pa_request.h,
15286: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15287: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15288: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15289: types/pa_vrequest.C, types/pa_vstateless_class.C,
15290: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15291:
15292: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15293: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15294: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15295:
15296: * src/: include/pa_array.h, include/pa_config_includes.h,
15297: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15298: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15299: compiled
15300:
15301: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15302: name conflicts)
15303:
15304: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15305: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15306: yelds "virtual memory exhausted" while trying to compile
15307: execute.C [eating up to 127MB]
15308:
15309: 2003-02-03 paf
15310:
15311: * src/: include/pa_config_includes.h, include/pa_hash.h,
15312: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15313: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15314: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15315: types/pa_vint.h, types/pa_vjunction.h,
15316: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15317: started gcc compiling pa_common compiled
15318:
15319: * src/: include/pa_exception.h, include/pa_pool.h,
15320: main/pa_exception.C: exception gcc change #1
15321:
1.116 moko 15322: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15323: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15324:
15325: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15326:
15327: * src/types/pa_vtable.C: vtable compiled
15328:
15329: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15330:
15331: * src/: include/pa_cache_managers.h, main/pa_request.C,
15332: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15333:
15334: * src/types/pa_vstateless_class.C: vstateless_class compiled
15335:
15336: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15337:
15338: * src/types/pa_vrequest.C: vrequest compiled
15339:
15340: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15341: pa_vobject.C, pa_vobject.h: vobject compiled
15342:
15343: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15344: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15345: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15346: compiled
15347:
15348: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15349:
15350: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15351: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15352: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15353: compiled
15354:
15355: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15356: main.lib - 0 error(s), 0 warning(s)
15357:
15358: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15359: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15360:
15361: 2003-01-31 paf
15362:
15363: * src/: include/pa_array.h, include/pa_operation.h,
15364: include/pa_request.h, main/execute.C, main/main.dsp,
15365: types/pa_vjunction.h: started last file from main library:
15366: execute
15367:
15368: * src/: include/pa_request.h, include/pa_sapi.h,
15369: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15370: main/pa_request.C, targets/cgi/parser3.C,
15371: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15372: types/pa_vhash.h: pa_request compiled
15373:
15374: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15375: include/pa_globals.h, include/pa_request.h,
15376: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15377: main/execute.C, main/main.dsp, main/pa_common.C,
15378: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15379: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15380: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15381: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15382: types/types.dsp: most pa_request compiled
15383:
15384: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15385: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15386: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15387: classes/op.C, classes/response.C, classes/string.C,
15388: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15389: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15390: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15391: include/pa_config_fixed.h, include/pa_config_includes.h,
15392: include/pa_dictionary.h, include/pa_dir.h,
15393: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15394: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15395: include/pa_pool.h, include/pa_request.h,
15396: include/pa_request_charsets.h, include/pa_request_info.h,
15397: include/pa_sapi.h, include/pa_socks.h,
15398: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15399: include/pa_stack.h, include/pa_string.h,
15400: include/pa_stylesheet_connection.h,
15401: include/pa_stylesheet_manager.h, include/pa_table.h,
15402: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15403: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15404: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15405: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15406: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15407: main/compile.C, main/compile.tab.C, main/compile.y,
15408: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15409: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15410: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15411: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15412: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15413: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15414: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15415: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15416: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15417: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15418: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15419: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15420: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15421: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15422: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15423: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15424: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15425: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15426: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15427: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15428: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15429: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15430: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15431: types/pa_vresponse.h, types/pa_vstateless_class.C,
15432: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15433: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15434: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15435: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15436: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15437: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15438:
15439: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15440: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15441: src/include/pa_charsets.h, src/include/pa_common.h,
15442: src/include/pa_dictionary.h, src/include/pa_exception.h,
15443: src/include/pa_exec.h, src/include/pa_pool.h,
15444: src/include/pa_request.h, src/include/pa_sapi.h,
15445: src/include/pa_sql_connection.h,
15446: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15447: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15448: src/main/compile.tab.C, src/main/compile_tools.C,
15449: src/main/compile_tools.h, src/main/main.dsp,
15450: src/main/pa_charset.C, src/main/pa_charsets.C,
15451: src/main/pa_common.C, src/main/pa_dictionary.C,
15452: src/main/pa_exception.C, src/main/pa_exec.C,
15453: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15454: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15455: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15456: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15457: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15458: src/types/pa_vdouble.h, src/types/pa_venv.h,
15459: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15460: src/types/pa_vhash.h, src/types/pa_vimage.C,
15461: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15462: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15463: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15464: src/types/pa_vobject.C, src/types/pa_vobject.h,
15465: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15466: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15467: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15468: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15469: src/types/pa_vstring.h, src/types/pa_vtable.h,
15470: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15471: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15472: died, long live StringPtr
15473:
15474: 2003-01-30 paf
15475:
15476: * src/: include/pa_charset.h, include/pa_request.h,
15477: include/pa_sql_driver_manager.h, main/compile.tab.C,
15478: main/compile.y, main/compile_tools.h, main/pa_request.C,
15479: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15480:
15481: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15482: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15483: types/pa_vhash.h, types/pa_vmethod_frame.h,
15484: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15485: types/types.dsp: vstateless_class compiled
15486:
15487: * src/main/compile.C: compile compiled
15488:
15489: * src/: include/pa_array.h, include/pa_operation.h,
15490: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15491: main/pa_table.C: compile_tools compiled
15492:
15493: * src/: include/pa_operation.h, main/compile.y,
15494: main/compile_tools.C, main/compile_tools.h: started
15495: compile_tools. vagues ideas of how to free compiled code
15496:
15497: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15498: main/main.dsp, types/pa_value.C, types/pa_value.h,
15499: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15500: compiled
15501:
15502: 2003-01-29 paf
15503:
15504: * src/: include/pa_globals.h, include/pa_request.h,
15505: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15506: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15507: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15508: compiled
15509:
15510: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15511: now
15512:
15513: * src/: include/pa_array.h, include/pa_exception.h,
15514: include/pa_pool.h, main/pa_exception.C: gd compiled
15515:
15516: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15517: compiled
15518:
15519: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15520: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15521: types/pa_vfile.h: vfile compiled
15522:
15523: * src/: include/pa_common.h, include/pa_globals.h,
15524: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15525: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15526: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15527:
15528: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15529: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15530: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15531: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15532: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15533:
15534: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15535: main/main.dsp, main/untaint.C: more compiled
15536:
15537: * src/: include/pa_charsets.h, include/pa_request.h,
15538: include/pa_request_info.h, include/pa_string.h,
15539: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15540: types/pa_vresponse.h: vrequest compiled
15541:
15542: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15543: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15544: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15545:
15546: * src/: classes/classes.h, include/pa_charset.h,
15547: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15548: include/pa_request.h, include/pa_string.h, main/main.dsp,
15549: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15550: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15551: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15552: types/pa_vrequest.C, types/pa_vrequest.h,
15553: types/pa_vstateless_class.h, types/pa_vstring.h,
15554: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15555:
15556: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15557: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15558: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15559: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15560: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15561: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15562: types/pa_vobject.h, types/pa_vstateless_class.h,
15563: types/pa_vstateless_object.h, types/pa_vstatus.h,
15564: types/pa_vstring.h, types/types.dsp: vmath compiled
15565:
15566: 2003-01-28 paf
15567:
15568: * src/: classes/classes.h, classes/date.C, classes/file.C,
15569: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15570: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15571: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15572: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15573: compile_tools
15574:
15575: * src/: include/pa_charset.h, include/pa_exception.h,
15576: include/pa_request.h, include/pa_string.h, main/untaint.C:
15577: untaint compiled
15578:
15579: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15580: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15581: more compiled. struck with string::store_to needing to know
15582: source/client charsets
15583:
15584: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15585: types/pa_vfile.h: uue compiled
15586:
15587: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15588: table compiled
15589:
15590: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15591: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15592:
15593: * src/: include/pa_charset.h, main/pa_charset.C,
15594: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15595: introduced]
15596:
15597: * src/: classes/date.C, include/pa_charset.h,
15598: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15599: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15600: pa_charsets compiled
15601:
15602: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15603: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15604:
15605: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15606: common compiled
15607:
15608: * src/: include/pa_charsets.h, main/pa_charsets.C,
15609: main/pa_sql_driver_manager.C: pa_charsets compiled
15610:
15611: * src/: include/pa_array.h, include/pa_charset.h,
15612: include/pa_charsets.h, include/pa_pool.h,
15613: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15614: include/pa_stack.h, include/pa_string.h,
15615: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15616: sql_driver_manager compiled
15617:
15618: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15619: letter i with two dots added to koi, all ukranian letters added
15620: to win1251.
15621:
15622: typographic simbol 0xb9 deleted from win1251 [strange one & were
15623: abscent from koi]
15624:
15625: 2003-01-27 paf
15626:
15627: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15628: include/pa_sql_driver_manager.h, include/pa_string.h,
15629: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15630: sql/pa_sql_driver.h: paused on sql_manager
15631:
15632: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15633: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15634: include/pa_stack.h, main/pa_sql_driver_manager.C,
15635: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15636:
15637: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15638: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15639: include/pa_table.h, main/pa_sql_driver_manager.C,
15640: main/pa_table.C: table compiled
15641:
15642: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15643: cache_managers compiled
15644:
15645: * src/: include/pa_array.h, include/pa_charset.h,
15646: include/pa_pool.h, main/pa_charset.C: charset compiled
15647:
15648: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15649:
15650: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15651: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15652: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15653: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15654: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15655:
15656: 2003-01-24 paf
15657:
15658: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15659: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15660: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15661: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
15662: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
15663: types/pa_vint.h, types/pa_vjunction.h,
15664: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15665: types/pa_vstatus.h, types/pa_vstring.h: more patched
15666:
15667: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
15668: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
15669: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
15670: main/pa_string.C, main/pa_table.C: string compiled
15671:
15672: * src/: include/pa_array.h, include/pa_common.h,
15673: include/pa_dictionary.h, include/pa_exception.h,
15674: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
15675: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
15676: main/pa_string.C: dictionary compiled
15677:
15678: 2003-01-23 paf
15679:
15680: * src/: include/pa_array.h, include/pa_common.h,
15681: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
15682: include/pa_request.h, include/pa_string.h, main/pa_common.C,
15683: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
15684: types/pa_value.h: resurrected pool in new sense: now it's
15685: factory, producing&accounting memory chunks for read[autofree]
15686: buffers
15687:
15688: * src/: include/pa_array.h, include/pa_exception.h,
15689: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
15690: main/pa_exception.C, main/pa_table.C: table compiled
15691:
15692: * src/: classes/image.C, classes/op.C, include/pa_array.h,
15693: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
15694: include/pa_pool.h, include/pa_pragma_pack_begin.h,
15695: include/pa_pragma_pack_end.h, include/pa_sapi.h,
15696: include/pa_string.h, include/pa_table.h, include/pa_types.h,
15697: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
15698: main/pa_table.C: aint that easy
15699:
15700: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
15701: main/main.dsp: continued with Hash
15702:
15703: * src/main/pa_common.C: connect_string allocated on heap[wes on
15704: stack] now. and exception can be reported OK now [can be reported
15705: outside of pro c with that stack]
15706:
15707: 2003-01-22 paf
15708:
15709: * src/: include/pa_array.h, include/pa_charset.h,
15710: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
15711: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
15712: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
15713: base: contains references_count. auto_ptr template calls
15714: add_ref/release
15715:
15716: 2003-01-21 paf
15717:
15718: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15719: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15720: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15721: classes/op.C, classes/response.C, classes/string.C,
15722: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15723: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15724: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15725: include/pa_config_fixed.h, include/pa_config_includes.h,
15726: include/pa_dictionary.h, include/pa_dir.h,
15727: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15728: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
15729: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
15730: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
15731: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15732: include/pa_stack.h, include/pa_string.h,
15733: include/pa_stylesheet_connection.h,
15734: include/pa_stylesheet_manager.h, include/pa_table.h,
15735: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15736: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15737: lib/pcre/pcre_parser_ctype.c, main/compile.C,
15738: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15739: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
15740: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15741: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15742: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
15743: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15744: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15745: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
15746: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
15747: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
15748: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
15749: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
15750: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
15751: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
15752: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
15753: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
15754: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15755: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
15756: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
15757: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
15758: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
15759: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
15760: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15761: types/pa_vstateless_object.h, types/pa_vstatus.C,
15762: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
15763: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
15764: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
15765: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
15766: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
15767: 2002->2003
15768:
15769: 2003-01-16 paf
15770:
15771: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
15772: src/main/pa_globals.C: http:// introducing $.any-status(1)
15773:
15774: * operators.txt, src/include/pa_config_fixed.h,
15775: src/main/pa_common.C: http request now return status. and not
15776: fail on status!=200
15777:
15778: 2003-01-15 paf
15779:
15780: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
15781:
15782: 2003-01-14 paf
15783:
15784: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
15785: mkinstalldirs: removed some ancient files [they in / really]
15786:
15787: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
15788: regretfully needed patch in two places. in config_fixed.h made
15789: stubs for lib to compile in MSVC
15790:
15791: 2003-01-13 paf
15792:
15793: * config.guess, config.sub, ltmain.sh: removed last piece of
15794: configure.in(libtool) hacks
15795:
1.116 moko 15796: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 15797: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
15798: ltdl.h: moved to latest libtool (1.4.3)
15799:
15800: 2003-01-10 paf
15801:
15802: * src/lib/ltdl/: configure, configure.in: PROG_NM
15803:
15804: * src/main/pa_globals.C: moved to latest xml lib versions, changed
15805: patches. libxml2 >= 2.5.1
15806: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
15807: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
15808: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15809:
15810: * INSTALL: moved to latest versions of xml libs libxml2 >=
15811: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
15812: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
15813: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
15814:
15815: 2003-01-09 paf
15816:
15817: * INSTALL: xml,xslt,gdome lib urls updated
15818:
15819: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 15820: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 15821: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 15822: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
15823: 1.7.2
1.95 moko 15824:
15825: * depcomp: moving to automake 1.7.2
15826:
15827: 2002-12-27 paf
15828:
15829: * src/include/pa_version.h: 0007
15830:
15831: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
15832: outdated parts, made links to language docs
15833:
15834: * src/include/pa_config_auto.h.in: comment
15835:
15836: 2002-12-26 paf
15837:
15838: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
15839: not contain trailing / fixed.
15840:
15841: * INSTALL: changing SAFE_MODE politics
15842:
15843: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
15844:
15845: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
15846:
15847: 2002-12-25 paf
15848:
15849: * src/main/pa_globals.C: optimized-xml
15850:
15851: * src/main/pa_globals.C: optimized-as-is
15852:
15853: 2002-12-24 paf
15854:
15855: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
15856: fixed [were really called with zero size when .html?a=&b=]
15857:
15858: * src/classes/mail.C: $MAIL in @conf now invalid when configured
15859: with --with-sendmail
15860:
15861: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
15862: fixed]
15863:
15864: 2002-12-23 paf
15865:
15866: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
15867: ignoring parameters & were storing only string with default
15868: expires
15869:
15870: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
15871: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
15872: December 23, 2002 4:22 AM Subject: bug â
15873: Charset::transcode_buf2xchar
15874:
15875: 2002-12-20 paf
15876:
15877: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
15878: non-cgi [script] runs
15879:
15880: 2002-12-19 paf
15881:
15882: * INSTALL: --without-iconv recommended [it crashes on some systems
15883: [tested on elik]] moreover, it's not needed there [parser
15884: registers charsets itself]
15885:
15886: * INSTALL: --without-iconv recommended [it crashes on some systems
15887: [tested on elik]]
15888:
15889: * operators.txt, src/include/pa_globals.h,
15890: src/include/pa_request.h, src/main/pa_globals.C,
15891: src/main/pa_request.C: $response:download
15892:
15893: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
15894: compiler [win32]].
15895:
15896: 2002-12-18 paf
15897:
15898: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
15899:
15900: 2002-12-17 paf
15901:
15902: * src/targets/cgi/parser3.C: merged die&iis changes
15903:
15904: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
15905: to exit(1) 2. more flexible iilegal call check
15906:
15907: 2002-12-16 paf
15908:
15909: * ltmain.sh: some automakes silly insist on having this handy
15910:
15911: * src/main/untaint.C: filespec russian small 'r' changed to latin
15912: 'p' bug fix
15913:
15914: 2002-12-15 paf
15915:
15916: * src/main/untaint.C: filespec russian small 'r' changed to latin
15917: 'p'
15918:
15919: * configure.in, src/include/pa_config_auto.h.in,
15920: src/main/compile.C, src/main/pa_common.C: merged small changes
15921: from branch 6 to HEAD
15922:
15923: * src/main/compile.C: removed warning
15924:
15925: * src/main/pa_common.C: ftruncate having checked
15926:
15927: * configure.in, src/include/pa_version.h: new version
15928:
15929: 2002-12-14 paf
15930:
15931: * src/classes/table.C: removed unnecessary code
15932:
15933: * src/sql/pa_sql_driver.h: exception type fixed
15934:
15935: 2002-12-09 paf
15936:
15937: * src/types/pa_vvoid.h: $void.store[now] error
15938:
15939: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15940:
15941: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
15942: tries to write core dump
15943:
15944: * src/targets/cgi/parser3.C: ::die now tries to write core dump
15945:
15946: * src/: classes/hash.C, classes/string.C, classes/table.C,
15947: classes/void.C, main/pa_sql_driver_manager.C,
15948: sql/pa_sql_driver.h: changed exception handling mech in sql
15949: handlers #2
15950:
15951: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
15952: exception handling mech in sql handlers
15953:
15954: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
15955: handlers
15956:
15957: * src/: classes/hash.C, classes/string.C, classes/table.C,
15958: classes/void.C, main/pa_sql_driver_manager.C,
15959: sql/pa_sql_driver.h: changed exception handling mech in sql
15960: handlers
15961:
1.116 moko 15962: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
15963: to write makefile which used libtool to install things, which is
15964: not needed
1.95 moko 15965:
15966: 2002-12-06 paf
15967:
15968: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
15969: $hash.fields -- pseudo field to make 'hash' more like 'table'
15970:
15971: 2002-12-05 paf
15972:
15973: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
15974: cc/bcc OK now
15975:
15976: * src/main/untaint.C: mail header closed properly
15977:
15978: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
15979: header ',' allowed. still bugs in smtp [only one receiptient
15980: works, cc, bcc ignored now, and MAILED ;)]
15981:
15982: [strncpy killed, memnchr used]
15983:
15984: * src/main/pa_table.C: table-copy now current=0
15985:
15986: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
15987: lowlevel proc
15988:
15989: * src/targets/cgi/parser3.C: more checks on
15990: http://domain/parser.cgi start [maybe some getenv returns "",
15991: checked that now
15992:
15993: * src/targets/cgi/parser3.C: more checks on
15994: http://domain/parser.cgi start [maybe some getenv returns "",
15995: checked that now
15996:
15997: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
15998: out-of-mem errors reached log]
15999:
16000: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16001: mail:send MIME-Version default
16002:
16003: * src/main/main.dsp: pa_version included into main.dsp
16004:
16005: 2002-12-04 paf
16006:
16007: * src/types/pa_vform.C: $form:field string value cut by premature 0
16008:
16009: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16010: lib/libltdl -> lib/ltdl Win32 changes. s
16011:
16012: * src/classes/classes.awk: more strict *.C$
16013:
16014: * gnu.dsp: restored
16015:
1.116 moko 16016: * configure.in, gnu.dsp, src/lib/Makefile.am,
16017: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16018: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16019: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16020: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16021: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16022: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16023: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16024: now created with /configure, not ltdl/configure, so it does have
16025: no problems with automake. ltdl/configure
16026: AC_OUTPUT(Makefile<<removed)
1.95 moko 16027:
16028: 2002-12-02 paf
16029:
16030: * operators.txt: removed outdated status:db
16031:
16032: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16033: src/main/pa_common.C, src/main/pa_request.C,
16034: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16035: tainted parts becomes http-header
16036:
16037: 2002-11-29 paf
16038:
16039: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16040: dates now objects of type date
16041:
16042: * src/classes/image.C: file.seek removed [it were used in image.C
16043: only, and for parser user this means that jpeg image has bad
16044: size in fragment's header] now used image.format
16045:
16046: * src/: include/pa_common.h, main/pa_common.C,
16047: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16048: now handled exactly like $response:header values. e.g. can be
16049: hash [can have subattributes] & contain date values.
16050:
16051: * src/main/pa_common.C: http:// param values lang forced URI
16052:
16053: * src/main/pa_common.C: http:// tainted partes now %xx
16054:
16055: 2002-11-28 paf
16056:
16057: * operators.txt: http.timeout
16058:
16059: * src/classes/image.C: ^image.length now counts interchar space.
16060: plus space after last char
16061:
16062: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16063:
16064: * src/classes/image.C: ^image.font width measurer now scans full
16065: height [were -1]
16066:
16067: * configure.in: stopped double libltdl/Makefile generation
16068:
16069: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16070: chars [one top horizontal line of 1pixel height were missing]
16071:
16072: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16073: 'false' to go into (Hash *) parameter
16074:
16075: 2002-11-27 paf
16076:
16077: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16078: types/pa_vmail.C: response:body[file] if file nows it's name now
16079: returns content-disposition: >>attachment<<
16080:
16081: * src/classes/image.C: ^image.font << bad font file-size now
16082: properly reported
16083:
16084: 2002-11-26 paf
16085:
16086: * src/main/pa_request.C: fixed lang in reponse header
16087:
16088: * src/main/pa_common.C: utf8 prefix ignored @read text
16089:
16090: * operators.txt, src/main/pa_common.C: http:// response status!=200
16091: made exception: http.status with source=bad status#
16092:
16093: 2002-11-25 paf
16094:
16095: * configure.in, src/classes/image.C,
16096: src/include/pa_config_auto.h.in,
16097: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16098: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16099: const void related probs fixed
1.95 moko 16100:
16101: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16102:
16103: $file[^file::load[http://there]] $file.SERVER
16104:
16105: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16106: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16107: http options [invalid onces now reported] made default
16108: user-agent: paf
16109:
16110: * operators.txt, src/classes/file.C, src/classes/table.C,
16111: src/classes/xdoc.C, src/include/pa_common.h,
16112: src/include/pa_globals.h, src/main/pa_common.C,
16113: src/main/pa_globals.C, src/main/pa_request.C,
16114: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16115: now understand http:// prefix and additional params, sample:
16116: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16117: $.USER-AGENT[parser3] ]]
16118:
16119: 2002-11-22 paf
16120:
16121: * src/classes/image.C, src/include/pa_globals.h,
16122: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16123: src/types/pa_vimage.h, operators.txt: $image.exif support
16124: $image.exif.DateTime & co
16125:
16126: 2002-11-21 paf
16127:
16128: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16129: _PASS_APPENDED)
16130:
16131: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16132: EXIF information [were big block and it's size were considered
16133: negative :(]
16134:
16135: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16136: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16137: internals rewritten. no there's reader.seek, and all's ready for
16138: EXIF extraction [now we fail to measure files with EXIF info]
16139:
16140: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16141: O_TRUNC truncates even exclusevely write-locked file [thanks to
16142: Igor Milyakov <virtan@rotabanner.com> for discovering]
16143:
16144: 2002-11-20 paf
16145:
16146: * src/targets/cgi/parser3.C: logging @signal += query_string
16147:
16148: * configure.in, src/include/pa_config_auto.h.in,
16149: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16150: comment
16151:
16152: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16153:
16154: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16155: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16156: currently processed document SIGPIPE >> interrupts request
16157: processing [exception = DB rollback]
16158:
16159: * src/main/pa_exec.C: comment
16160:
16161: * src/main/pa_exec.C: pa_exec: data written only if size>0
16162:
16163: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16164: << disable HTTP-POST repassing
16165:
16166: * src/: include/pa_config_fixed.h, main/pa_common.C,
16167: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16168: pipe read errors now checked
16169:
16170: 2002-11-19 paf
16171:
16172: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16173: CGI: Illegal call
16174:
16175: 2002-11-01 paf
16176:
16177: * src/main/execute.C: comment
16178:
16179: 2002-10-31 paf
16180:
16181: * src/main/execute.C: found out why, checked that for now. todo:
16182: find out a way for that user could do that
16183:
16184: * src/types/pa_vstateless_object.h: object put replaces static
16185: parent if any
16186:
16187: * src/types/pa_vobject.C: object put replaces static parent if any
16188:
16189: * src/: classes/form.C, classes/mail.C, classes/op.C,
16190: classes/xnode.h, main/compile.tab.C, main/execute.C,
16191: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16192: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16193: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16194: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16195: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16196: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16197: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16198: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16199: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16200: types/pa_vstateless_object.h, types/pa_vstatus.C,
16201: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16202: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16203: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16204: types/pa_wwrapper.h: static fix merged
16205:
16206: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16207: $virtual_fields in dynamic, but one can reach derived
16208: static[class] variable from base
16209:
16210: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16211: types/pa_vobject.C, types/pa_vobject.h,
16212: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16213: statics, left $virtual_fields in dynamic
16214:
16215: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16216: one can't remember derivates in base class: there's so many of
16217: them. also there can be no virtual method calls in static
16218: classes
16219:
16220: * src/: classes/form.C, classes/mail.C, classes/op.C,
16221: classes/xnode.h, main/execute.C, main/pa_request.C,
16222: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16223: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16224: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16225: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16226: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16227: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16228: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16229: types/pa_vresponse.C, types/pa_vresponse.h,
16230: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16231: types/pa_vstateless_object.h, types/pa_vstatus.C,
16232: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16233: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16234: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16235: types/pa_wwrapper.h: static call $self fixed
16236:
16237: * src/main/execute.C: comment
16238:
16239: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16240: ^process[$caller.self]{...} now compiles to last derived object
16241: part of that 'self'
16242:
16243: 2002-10-29 paf
16244:
16245: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16246: re-passing [iis to blame]
16247:
16248: * src/classes/string.C: changed string.save to pass current sql
16249: connection to cstr thus one can ^connect[some server]{
16250: $s[insert into table x (x) values (^taint[sql]{value})]
16251: ^s.save[some.sql] } and he'd get in some.sql file code with
16252: properly escaped. [tried in mssql->mysql export->import of
16253: binary data]
16254:
16255: 2002-10-25 paf
16256:
16257: * src/types/pa_vresponse.C: case insensitive response user fields
16258: get/put
16259:
16260: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16261: types/pa_vresponse.C: saving for maybe-future
16262:
16263: 2002-10-23 paf
16264:
16265: * operators.txt, src/classes/table.C: ^table.hash{code}...
16266: ^table.hash(expr)...
16267:
16268: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16269:
16270: 2002-10-22 paf
16271:
16272: * src/types/: pa_vform.C, pa_vform.h: removed needless
16273: VForm::Append...(...Value)
16274:
16275: * src/main/execute.C: $.name outside of $name[...] checked
16276:
16277: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16278: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16279:
16280: 2002-10-21 paf
16281:
16282: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16283: $form:qtail $form:imap.x/y
16284:
16285: * operators.txt, src/types/pa_vform.C: $form:nameless =
16286: "?value&...", "...&value&...", "...&value"
16287:
16288: * operators.txt, src/types/pa_vform.C: $form:image-map
16289:
16290: * operators.txt, src/classes/file.C: /some/page.html:
16291: ^file:fullpath[a.gif] => /some/a.gif
16292:
16293: 2002-10-17 paf
16294:
16295: * src/main/: compile.tab.C, compile.y: operators precedence changed
16296: a little: logical not and bitwise negation precedence made
16297: highest, << and >> bitshits precedence made equal [were << higher
16298: than >>]
16299:
16300: * src/classes/op.C: exception handling fixed [were bad with
16301: contexts]
16302:
16303: 2002-10-16 paf
16304:
16305: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16306: main/pa_request.C: Request::self considered equal to
16307: VMethodFrame::self, and removed, Request::get_self() mapped to
16308: VMethodFrame.self()
16309:
16310: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16311: $hash in open field now gives old good error meesage
16312:
16313: 2002-10-15 paf
16314:
16315: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16316: use ^if($junction is junction){was and now true}
16317:
16318: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16319: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16320: types/pa_vxnode.C: xml->parser strings now have origin, which
16321: points to place where value left xml library and came to parser:
16322: place of dom field extraction/call
16323:
16324: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16325: main/compile.tab.C, main/compile.y, main/execute.C,
16326: types/pa_vmethod_frame.h: removed last pieces of old code
16327: allowing $junction.xxx at compile time
16328:
16329: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16330: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16331: objects also considered [were only classes]
16332:
16333: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16334: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16335: with CLASS self. [ (request&method_frame).self temporarily
16336: changed ]
16337:
16338: * src/classes/: hash.C, op.C: method_frame now always changed, with
16339: no exception to native calls. for&foreach changed to use
16340: method_frame.caller for their var's name context
16341:
16342: * src/: main/execute.C, targets/cgi/parser3.C,
16343: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16344: compiling to system classes disabled
16345:
16346: * operators.txt, src/classes/op.C:
16347: ^process[$caller.CLASS]{code-string} added
16348:
16349: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16350: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16351: src/types/Makefile.am, src/types/pa_vjunction.C,
16352: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16353: src/types/types.dsp: removed $junction.get $junction.set[]
16354: introducing $caller
16355:
16356: * src/types/pa_value.h: removed outdated comments. doxygen would
16357: find them lower by inheritance tree
16358:
16359: * src/types/pa_vjunction.C: ident
16360:
16361: 2002-10-14 paf
16362:
16363: * src/classes/op.C: process compiles to code's class class
16364:
16365: * src/: classes/form.C, classes/mail.C, classes/op.C,
16366: include/pa_request.h, main/compile.C, main/compile.tab.C,
16367: main/compile.y, main/execute.C, main/pa_request.C,
16368: types/pa_vstateless_class.h: operators now main-class-methods
16369:
16370: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16371: better stack trace [has "call" & co there]
16372:
16373: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16374: operators @auto now executed in MAIN context
16375:
16376: * src/main/execute.C: operator execution context now = MAIN, not
16377: closest stack frame
16378:
16379: @touchit[] $i[after]
16380:
16381: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16382: were 'after'
16383:
16384: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16385: 'after'
16386:
16387: * src/main/execute.C: comment
16388:
16389: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16390: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16391: action]
16392:
16393: * src/types/pa_vxnode.C: misreplace fixed
16394:
16395: * configure, configure.in, src/include/pa_config_auto.h.in,
16396: src/types/pa_vstatus.C, operators.txt:
16397: $status:rusage.tv_secs/usecs introduced
16398:
16399: 2002-10-09 paf
16400:
16401: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16402: on empty string [or uses (default)]
16403:
16404: 2002-10-08 paf
16405:
16406: * src/main/untaint.C: mail header quoted printable changed after
16407: RFC reread
16408:
16409: * operators.txt: plan on ^if(method
16410:
16411: * src/types/pa_vxnode.C: misreplace
16412:
16413: 2002-09-24 paf
16414:
1.116 moko 16415: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16416:
16417: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16418: mailreceive would compile on freebsd now
16419:
16420: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16421: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16422: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16423: mailreceive would compile on freebsd now
1.95 moko 16424:
16425: * src/: classes/file.C, main/untaint.C: 1. file spec language
16426: changed: now there are only few chars are untainted: * ? ' " < >
16427: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16428: one should use ^untaint[uri]{...} now]
16429:
16430: 2. $list[^file:list[dir]] now returns simply tainted names in
16431: $list.name, not tainted as filespec
16432:
16433: @russianindex[] #dir with files with russian-lang names
16434: $where[dir]
16435:
16436: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16437: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16438:
16439: 2002-09-23 paf
16440:
16441: * src/types/pa_vdouble.h: double->int round added
16442:
16443: * src/classes/date.C: date bug fix, now
16444: round(floatDays*secondsPerDay)
16445:
16446: * src/classes/date.C: date bug fix, now
16447: round(floatDays*secondsPerDay)
16448:
16449: 2002-09-20 paf
16450:
16451: * src/main/execute.C: code junction calls disabled [before: code
16452: was compiled in such a way, that there were no code-junctions in
16453: OP_CALL]
16454:
16455: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16456:
16457: @badjunctioncallinside[code] ^code[]
16458:
16459: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16460: expanding to include ^junction.method
16461:
16462: * src/main/pa_common.C: -d "DIR/" now true
16463:
16464: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16465: as internal xdoc encoding, and after decoding attributes set by
16466: dom functions now encoded OK, not as digital entities
16467:
16468: * src/classes/xdoc.C: empty transform result, being taken as file
16469: now returns empty file, not raises stupid error about "stat-ed
16470: file"
16471:
16472: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16473: allowed
16474:
16475: * src/types/types.dsp: introducing $junction.get/put(1) one can
16476: write iterators now:
16477:
16478: ^user-foreach[key;value]{$key=$value<br>}
16479:
16480: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16481: $code.value($i*2) $code }
16482:
16483: * src/main/compile_tools.h: mistype
16484:
1.116 moko 16485: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16486: thus taking linking options configure changes into account [were:
16487: ignoring]
1.95 moko 16488:
16489: * src/types/: pa_vjunction.C, Makefile.am: introducing
16490: $junction.get/put(1) one can write iterators now:
16491:
16492: ^user-foreach[key;value]{$key=$value<br>}
16493:
16494: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16495: $code.value($i*2) $code }
16496:
16497: * src/: include/pa_opcode.h, include/pa_request.h,
16498: main/compile.tab.C, main/compile.y, main/execute.C,
16499: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16500: introducing $junction.get/put(1) one can write iterators now:
16501:
16502: ^user-foreach[key;value]{$key=$value<br>}
16503:
16504: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16505: $code.value($i*2) $code }
16506:
16507: 2002-09-19 paf
16508:
1.116 moko 16509: * Makefile.am: new: make commit
1.95 moko 16510:
16511: * aclocal.m4: forced to be older
16512:
16513: 2002-09-18 paf
16514:
16515: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16516: src/main/compile.y, src/main/execute.C: << >> int shifts
16517:
16518: * src/: include/pa_common.h, include/pa_request.h,
16519: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16520: - now this - fatal error
16521:
16522: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16523: that one can pass binary data there
16524:
16525: * src/: classes/date.C, classes/double.C, classes/file.C,
16526: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16527: classes/op.C, classes/response.C, classes/string.C,
16528: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16529: include/pa_request.h: pa_request contexts made privated, plus
16530: get_{self/method_frame} to read. Request_context_saver used in
16531: ^try to save flang too. [were not saved]
16532:
16533: * src/types/pa_vresponse.C: header value chains joined before
16534: output, this should help $.subject[$var $var] from being
16535: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16536:
16537: 2002-09-17 paf
16538:
16539: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16540: removed changes, operators executed with calling self. lots of
16541: code with ^include code relies on defined/defining self variables
16542:
16543: $a[1] ^include[print_a.p] print_a.p: $a
16544:
16545: ^include[set_a.p] a=$a set_a.p: $a[1]
16546:
16547: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16548: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16549: types/pa_vstateless_class.h: operators now executed with MAIN
16550: self. it's for ^include sake, too strong a change
16551:
16552: * src/classes/op.C: made place for ^process to compile it's code to
16553: in case of no self
16554:
16555: * src/main/execute.C: found ancient param to Junction, removed.
16556: allowed passing self to native_code_operators [for ^process to
16557: work, she needs self]
16558:
16559: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16560: types/pa_vstateless_class.h: found ancient param to Junction,
16561: removed. allowed passing self to native_code_operators [for
16562: ^process to work, she needs self]
16563:
16564: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16565: types/pa_value.h, types/pa_vmethod_frame.h,
16566: types/pa_vstateless_class.h: allowed Request.self to be 0,
16567: checked that in VMethodFrame get/put and $self.
16568:
16569: * src/classes/: table.C, xdoc.C: table::sql options table::create
16570: copy options options checked, wrong option now fatal error
16571:
16572: * src/main/pa_string.C: string.replace fixed [were missing words on
16573: pieces boundaries]
16574:
16575: * bin/auto.p.dist.in: strange \n
16576:
16577: * configure, configure.in: .so now detected [can be .sl on hpux,
16578: .dll on cygwin, .so in other cases)
16579:
1.116 moko 16580: * configure, configure.in, bin/auto.p.dist.in: .so now detected
16581: [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95 moko 16582:
16583: * operators.txt, src/classes/hash.C, src/classes/table.C,
16584: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16585: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16586: record taken [were last]
16587:
16588: * src/: classes/hash.C, classes/table.C,
16589: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16590: now errors
16591:
16592: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16593:
16594: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16595: ,2,3]
16596:
16597: 2002-09-16 paf
16598:
16599: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16600: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16601: stdout to be binary. now detected closest header break.
16602:
16603: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16604: closed right
16605:
16606: 2002-09-13 paf
16607:
16608: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16609: src/main/compile_tools.h: (expression #comment)
16610:
16611: (multiline expression #comment line2 #comment )
16612:
16613: (expression #comment with (brackets) comment) << OK
16614:
16615: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16616: bitwise !|| numerical xor now [preparing for expression
16617: #comments]
16618:
16619: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16620: error
16621:
16622: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16623: cheched in pa_socks.C
16624:
1.116 moko 16625: * configure, configure.in, src/include/pa_config_auto.h.in:
16626: HAVE_WINSOCK_H created in configure.in
1.95 moko 16627:
16628: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16629: cookie date now clean [were mistakenly tainted & that worked bad
16630: with opera -- 'happily' that worked OK with msie]
16631:
16632: 2002-09-12 paf
16633:
16634: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16635: VClass get_element now first looks to fields, next to methods &
16636: co todo: the rest reason: more speed
16637:
16638: * src/main/untaint.C: quoted printable encoding stops before
16639: \s*<...>$
16640:
16641: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16642: stops before <...>$
16643:
16644: 2002-09-11 paf
16645:
16646: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16647: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16648: forgot to check users of those funcs. not all were using that
16649: return value convention
16650:
16651: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16652: windows-1254 added
16653:
16654: 2002-09-10 paf
16655:
16656: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16657: VCodeFrame parent param were specified badly
16658:
16659: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16660: WWrapper which used in constructing objects(second param to sql
16661: method) ^...sql{}[$.default{code}] now has parent, wich helps
16662: code in hash to survivi
16663:
16664: * src/: include/pa_request.h, main/execute.C: removed redundant
16665: param to execute [stack said 'thanks']
16666:
16667: * src/: classes/op.C, main/execute.C, types/pa_value.C,
16668: types/pa_value.h, types/pa_vcode_frame.h,
16669: types/pa_vmethod_frame.h, types/pa_wcontext.C,
16670: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
16671: responsibility to wcontext
16672:
16673: * src/classes/file.C: decided not to log exec's with stderr, that
16674: could be warnings, and it's up to scritper to log/show them
16675:
16676: * src/: classes/double.C, main/execute.C: double:sql badly called
16677: write_assign_lang, not write_no_lang, thus doing unnecessary
16678: double/string converstion, which were loosing time&precesion
16679:
16680: * src/: main/pa_charset.C, types/pa_vmail.C:
16681: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
16682: case of unfinished in buffer processing, causing accidental
16683: transcode stop [in case that source enc != utf-8 & there is
16684: incomplete utf-8 sequence at the end of 16000block iside of
16685: libxml lib] tfm readed & code updated
16686:
16687: 2002-09-04 paf
16688:
16689: * configure: makes with sjlj
16690:
16691: * INSTALL, src/include/pa_config_fixed.h,
16692: src/include/pa_sql_connection.h,
16693: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
16694: checked. on win32 it made default
16695:
16696: * src/include/pa_config_auto.h.in: sjlj define
16697:
16698: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
16699: can not work with longjump/throw pair, and one must switch that
16700: on there. todo: detect that automatically]
16701:
16702: * src/types/pa_vxnode.C: removed too strong checks of
16703: xnode.elements. now, for instance, if element does not have any
16704: attributes, $xnode.attributes is void, not error
16705:
16706: 2002-09-02 paf
16707:
16708: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
16709: removed double_result, didn't help
16710:
16711: * src/main/execute.C: double_result made to move that var away from
16712: hungry g++ optimizer (-O2), before: it were optimized and
16713: comparison operators worked badly
16714:
16715: * src/types/pa_vdate.h: removed debug
16716:
1.116 moko 16717: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 16718:
16719: * src/main/execute.C: fixed numeric < & co so that thay now use
16720: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
16721: unknown reason.
16722:
16723: 2002-08-29 paf
16724:
16725: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
16726: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
16727: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
16728: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
16729: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
16730: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
16731: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
16732: [called less frequent, allowed to remove ugly
16733: Junction.change_context-s from many places, switch,
16734: mail:send..html{}, ..] request.root renamed to method_frame [more
16735: easyreading] ancient {...PUSH/POPs...} changed to stack vars
16736: [speed up]
16737:
16738: 2002-08-28 paf
16739:
16740: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
16741: tainted
16742:
16743: * src/types/pa_vcookie.C: fixed cookie delete when
16744: $cookie:name[$.value[]]
16745:
16746: * operators.txt, src/classes/string.C:
16747: ^string.split[delim[;options]]
16748:
16749: 2002-08-27 paf
16750:
1.116 moko 16751: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 16752:
16753: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
16754: delimiter
16755:
16756: * INSTALL: recommended latest gmime 1.0.5
16757:
16758: 2002-08-26 paf
16759:
16760: * configure, configure.in: apache13/hook added to make dist.
16761:
16762: 2002-08-23 paf
16763:
16764: * src/: include/pa_common.h, main/pa_common.C,
16765: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
16766: beside binary [cgi, isapi] not accessible [due to bad rights or
16767: whatever] it's error now
16768:
16769: 2002-08-21 paf
16770:
1.116 moko 16771: * Makefile.am: can use: make happy equals to make update install
1.95 moko 16772:
16773: * src/main/: compile.tab.C, compile.y, compile_tools.C,
16774: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
16775: class". compiled as if here they named base class
16776:
16777: * src/main/pa_string.C: fixed bad language bug, [were wrong string
16778: cloning constructor]
16779:
16780: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
16781:
16782: * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
16783: src/types/pa_vfile.C, src/types/pa_vmail.C:
16784: $mail.received.file.value.content-type fixed
16785:
16786: 2002-08-20 paf
16787:
16788: * src/classes/file.C: fixed language of file:file result
16789:
16790: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
16791: from 3.0.0005
16792:
16793: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
16794:
16795: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
16796: 3.0.0005
16797:
16798: * src/classes/void.C, operators.txt: ^void.length[] = 0
16799:
16800: 2002-08-19 paf
16801:
16802: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
16803: work now
16804:
16805: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
16806: error in xnode, which were not catched in xdoc]
16807:
16808: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
16809: prepared: // validate each document after load/create (?)
16810: //xmlDoValidityCheckingDefaultValue = 1;
16811:
16812: 2002-08-15 paf
16813:
16814: * src/classes/classes.h: write to static var caused useless
16815: Exception, introduced Methoded::put_element wich consumes those
16816:
16817: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
16818: src/types/pa_vcookie.C, src/types/pa_vdate.h,
16819: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
16820: $response:field[date] $response:field[$.xxx[date]]
16821:
16822: * src/: classes/hash.C, classes/string.C, classes/table.C,
16823: classes/void.C, include/pa_sql_connection.h: fixed source of
16824: ^hash::sql{bad}
16825:
16826: * operators.txt: $request:body unprecessed POST request body
16827:
16828: * src/types/pa_vrequest.C: $request:body unprecessed POST request
16829:
16830: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
16831: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
16832:
16833: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
16834: src/include/pa_request.h, src/main/pa_pool.C,
16835: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
16836: $request:body r.post_data now const
16837:
16838: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
16839: classes/xnode.C, main/execute.C, types/pa_value.h,
16840: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
16841: types/pa_vtable.h: instead of type() checking everywhere used
16842: Value.as now user descendants can be used in params.
16843:
16844: VObject::as_*, is_defined now taken from bases. xtable(table)
16845: ^if($xtable) now OK
16846:
16847: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
16848: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
16849: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
16850:
16851: 2002-08-14 paf
16852:
16853: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
16854: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16855: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16856: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16857: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16858: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16859: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16860: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16861: types/pa_vresponse.C, types/pa_vresponse.h,
16862: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16863: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16864: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16865: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16866: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
16867: & VClass
16868:
16869: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
16870:
16871: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
16872: removed fixopt stupidity. on stupid linux use cd /document/root
16873: ../cgi/parser3 script
16874:
16875: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
16876: params, splitting them by space, excluding argv[0], argv[argc-1]
16877:
16878: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
16879: fixopt.h: fixopt now preprocesses command line params, splitting
16880: them by space, excluding argv[0], argv[argc-1]
16881:
16882: * src/targets/cgi/parser3.C: -f config file
16883:
16884: * src/targets/cgi/parser3.C: fixed .log file dir
16885:
16886: 2002-08-13 paf
16887:
16888: * src/types/pa_vobject.C: allow override parent variables, useful
16889: for form descendants [in vobject too, were in vclass]
16890:
16891: * src/types/pa_vclass.C: allow override parent variables, useful
16892: for form descendants
16893:
16894: * src/types/pa_vclass.C: checked: form[vclass]fields can be
16895: overwritten in derived(table)
16896:
16897: * src/: classes/form.C, classes/mail.C, classes/op.C,
16898: classes/xnode.h, include/pa_request.h, main/execute.C,
16899: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16900: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16901: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16902: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16903: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16904: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16905: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16906: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16907: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16908: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16909: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16910: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16911: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
16912: Value::get_element(..., bool looking_down) [needed to exclude
16913: endless recoursion]
16914:
16915: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
16916: fix bug with put endless recoursion todo: check 'as'
16917:
16918: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
16919: reorganized modules todo: fix bug with put endless recoursion
16920: todo: check 'as'
16921:
16922: * src/types/pa_vobject.h: checked: table fields can be overwritten
16923: in derived(table)
16924:
16925: * src/types/pa_vobject.h: derived classes can have fields of their
16926: own now
16927:
16928: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
16929: fixed error message on using non-created table
16930:
16931: * src/: classes/form.C, classes/hash.C, classes/mail.C,
16932: classes/op.C, classes/xnode.h, include/pa_request.h,
16933: main/compile.C, main/compile.tab.C, main/execute.C,
16934: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16935: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16936: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16937: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16938: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
16939: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16940: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16941: types/pa_vresponse.C, types/pa_vresponse.h,
16942: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16943: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
16944: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16945: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16946: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
16947: looking down/up tree todo: fix error message on non-constructed
16948: parents
16949:
16950: 2002-08-12 paf
16951:
16952: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
16953: derived OK
16954:
16955: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
16956: thorough testing
16957:
16958: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
16959: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
16960: types/pa_vobject.h, types/pa_vstateless_class.h,
16961: types/pa_vstateless_object.h, types/pa_wcontext.h,
16962: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
16963: ^base:create[] dynamic call rewritten todo: thorough testing
16964:
16965: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
16966: now instantates base class, remembers it and saves child in
16967: parent VObject.get_class now returns last child = downward
16968: virtual calls OK
16969:
16970: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16971: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
16972: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
16973: types/pa_vobject.h, types/pa_vresponse.h,
16974: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16975: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
16976: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
16977: VAliased [redundant], moved $CLASS to VObject only [parser class
16978: instance]
16979:
16980: * bin/auto.p.dist.in: more like in dist on parser.ru
16981:
16982: * bin/auto.p.dist.in: fixed sendmail default comment
16983:
16984: * src/main/pa_request.C: $response:body[file] content-type check
16985: fixed [were bad when content-type is hash]
16986:
16987: 2002-08-09 paf
16988:
16989: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
16990: types/pa_vobject.h, types/pa_vxdoc.h: started as()
16991:
16992: 2002-08-08 paf
16993:
16994: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
16995: src/main/pa_globals.C: year column in month calendar [week year]
16996:
16997: * src/main/execute.C: error reporting on object writes to MAIN
16998: improved [were ruind with fixing $obj[^if(1){$obj}] ]
16999:
17000: * operators.txt, src/types/pa_vdate.h: $date.yearday
17001: $date.daylightsaving
17002:
17003: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17004: use tainted data now. only she must specify the language.
17005:
17006: ^mail:send[ $.from[paf@mail.design.ru]
17007: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17008: $.text[^taint[uri][ìîñêâà]=] ]
17009:
17010: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17011: now prints more precise origin
17012:
17013: * src/include/pa_string.h: String::first_char now not fails on
17014: empty strings ^if(-f '') now ok and in 3 other places.
17015:
17016: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17017: String::first_char now not fails on empty strings ^if(-f '') now
17018: ok and in 3 other places.
17019:
17020: 2002-08-07 paf
17021:
17022: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17023: fixed
17024:
17025: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17026:
17027: * src/: main/execute.C, types/pa_vcode_frame.h,
17028: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17029: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17030: mistakenly not completely transparent to object writes.
17031: $hash[^if(1){$hash}] now works
17032:
17033: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17034: now erasing cache file [there were bad check on that]
17035:
17036: * src/: classes/classes.dsp, classes/table.C,
17037: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17038: all Debug dirs in .dsp now named 'Debug'
17039:
1.116 moko 17040: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17041:
17042: * operators.txt, src/classes/mail.C: exception_type email.send
17043:
17044: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17045:
17046: * src/types/pa_vmail.C: mail:send empty email checked
17047:
17048: 2002-08-06 paf
17049:
17050: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17051: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17052: ^table::create[$source;$.options] ^table::join[$source;$.options]
17053:
17054: * operators.txt, src/classes/hash.C, src/classes/string.C,
17055: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17056: # $.default() }
17057:
17058: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17059:
17060: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17061: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17062: $file.content-type [instead of .mime-type] now works for
17063: file::stat also
17064:
17065: * src/main/pa_request.C: case insensitive mime_type_of
17066:
17067: * bin/auto.p.dist.in: jpeg
17068:
17069: 2002-08-05 paf
17070:
17071: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17072:
17073: * src/types/pa_vmail.C: file buffer relocated to parser heap
17074:
17075: * operators.txt: comment on date:calendar week column
17076:
17077: * src/main/pa_common.C: write checked
17078:
17079: * src/main/: pa_common.C: write checked
17080:
17081: * src/classes/date.C: +1 buf size for stupid snprintfs
17082:
17083: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17084: month calendar week column [ISO 8601 Week Numbers]
17085:
17086: 2002-08-02 paf
17087:
17088: * src/: include/pa_config_fixed.h, main/pa_string.C,
17089: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17090: DEBUG*
17091:
17092: * configure, configure.in, src/include/pa_version.h: release
17093: 3_0_0005
17094:
17095: * bin/auto.p.dist.in: unhandled_exception comments
17096:
17097: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17098: multipart post fixed
17099:
17100: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17101: response transcoded source->client only when text/* or simple
17102: onoverridden $response:body
17103:
17104: 2002-08-01 paf
17105:
17106: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17107: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17108: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17109: classes/op.C, classes/response.C, classes/string.C,
17110: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17111: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17112: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17113: include/pa_config_fixed.h, include/pa_dictionary.h,
17114: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17115: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17116: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17117: include/pa_socks.h, include/pa_sql_connection.h,
17118: include/pa_sql_driver_manager.h, include/pa_stack.h,
17119: include/pa_string.h, include/pa_stylesheet_connection.h,
17120: include/pa_stylesheet_manager.h, include/pa_table.h,
17121: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17122: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17123: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17124: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17125: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17126: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17127: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17128: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17129: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17130: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17131: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17132: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17133: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17134: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17135: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17136: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17137: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17138: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17139: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17140: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17141: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17142: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17143: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17144: types/pa_vmethod_frame.h, types/pa_vobject.h,
17145: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17146: types/pa_vresponse.h, types/pa_vstateless_class.C,
17147: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17148: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17149: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17150: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17151: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17152: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17153:
17154: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17155: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17156: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17157: classes/math.C, classes/op.C, classes/response.C,
17158: classes/string.C, classes/table.C, classes/void.C,
17159: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17160: include/pa_array.h, include/pa_cache_managers.h,
17161: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17162: include/pa_config_fixed.h, include/pa_config_includes.h,
17163: include/pa_dictionary.h, include/pa_dir.h,
17164: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17165: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17166: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17167: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17168: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17169: include/pa_stack.h, include/pa_string.h,
17170: include/pa_stylesheet_connection.h,
17171: include/pa_stylesheet_manager.h, include/pa_table.h,
17172: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17173: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17174: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17175: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17176: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17177: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17178: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17179: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17180: main/pa_sql_driver_manager.C, main/pa_string.C,
17181: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17182: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17183: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17184: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17185: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17186: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17187: targets/isapi/pool_storage.h, types/pa_valiased.C,
17188: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17189: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17190: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17191: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17192: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17193: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17194: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17195: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17196: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17197: types/pa_vresponse.C, types/pa_vresponse.h,
17198: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17199: types/pa_vstateless_object.h, types/pa_vstatus.C,
17200: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17201: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17202: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17203: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17204: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17205: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17206: types/Makefile.am: ident.C* removed
17207:
17208: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17209: file:find[/can/do/this/now.txt]
17210:
17211: * src/targets/cgi/parser3.C: usage to stdout now
17212:
17213: 2002-07-31 paf
17214:
17215: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17216:
17217: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17218: default "postmaster"
17219:
17220: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17221: -f postmaster now default sendmail key word "postmaster"
17222: replaced to $.from
17223:
17224: 2002-07-30 paf
17225:
1.116 moko 17226: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17227: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17228:
17229: * src/main/pa_charset.C: comment
17230:
17231: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17232: table, &#decimal;
17233:
17234: * src/main/pa_request.C: comment
17235:
17236: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17237: paragraf]
17238:
17239: 2002-07-11 paf
17240:
17241: * src/main/pa_exec.C: build command line badly added params twice
17242: [and first time without ' ']. double wrong. fixed.
17243:
17244: * src/main/pa_exec.C: invalid .exe caused error message with params
17245: wich parser did not provide = reported badly. fixed that.
17246:
17247: * src/classes/mail.C: $MAIL[ # xxx ]
17248:
17249: now ok
17250:
17251: * operators.txt: plan: sql detailed exception
17252:
17253: 2002-07-01 paf
17254:
17255: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17256: [MForm.configure_admin were called when request.main_class ==0
17257:
17258: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17259:
17260: * src/classes/form.C: content_length type fix
17261:
17262: 2002-06-30 paf
17263:
17264: * src/classes/mail.C: merged from 4
17265:
17266: * src/classes/mail.C: restored $MAIL
17267:
17268: 2002-06-28 paf
17269:
17270: * configure, configure.in: removed paths.h
17271:
1.116 moko 17272: * configure, src/include/pa_version.h,
1.95 moko 17273: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17274: merged, makes updated
17275:
17276: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17277: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17278: src/include/pa_pool.h, src/include/pa_version.h,
17279: src/main/pa_charset.C, src/main/pa_pool.C,
17280: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17281: src/types/pa_vmail.C: merged latest updates to head
17282:
17283: 2002-06-27 paf
17284:
17285: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17286: not error now
17287:
17288: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17289: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17290: src/main/pa_charset.C, src/main/pa_pool.C:
17291: ^xdoc::create[[uri]]... base uri for document being created,
17292: imports and other relative file names would be relative to this
17293: uri default uri=path_translated
17294:
17295: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17296:
17297: 2002-06-26 paf
17298:
17299: * configure, configure.in, src/include/pa_version.h:
17300: release_3_0_0004
17301:
17302: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17303: 0 now
17304:
17305: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17306:
17307: 2002-06-25 paf
17308:
17309: * src/main/pa_string.C: emtpy string, or string of whitespaces
17310: considered bad number now
17311:
17312: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17313: now
17314:
17315: * operators.txt, src/classes/string.C: ^string.normalize [old
17316: name: optimize
17317:
17318: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17319: library configured
17320:
17321: * src/main/pa_request.C: configure_admin forced if no @conf
17322:
17323: * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
17324: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
17325: when needed and to call system crypt() if not $apr1$ prefix
17326:
17327: 2002-06-24 paf
17328:
17329: * INSTALL: --with-static/shared-mailreceive described
17330:
17331: * src/include/pa_config_fixed.h: ssize_t fixed
17332:
1.116 moko 17333: * configure, configure.in, src/include/pa_config_auto.h.in,
17334: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17335: src/types/pa_vmail.C: $mail:received makes update
17336:
17337: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17338: WITH_MAILRECEIVE
17339:
17340: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17341:
17342: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17343: option, for $mail:receive
17344:
17345: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17346: introducting $message:received ^mail:send rewritten with backward
17347: comp
17348:
17349: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17350: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17351: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17352: now
17353:
17354: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17355: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17356: src/include/pa_request.h, src/include/pa_string.h,
17357: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17358: src/main/pa_globals.C, src/main/pa_request.C,
17359: src/main/pa_string.C, src/main/pa_uue.C,
17360: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17361: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17362: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17363: uue to separate file introducting $message:received ^mail:send
17364: rewritten with backward comp
17365:
17366: 2002-06-21 paf
17367:
1.116 moko 17368: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17369: co changes
1.95 moko 17370:
1.116 moko 17371: * configure, configure.in, src/lib/md5/Makefile.am,
17372: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17373: restructure .in and .am files appropriate changes
1.95 moko 17374:
17375: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17376: pcre to libs/ added libs/md5 which is linked to non-apache
17377: targets ^math:crypt[password;$apr1$salt]
17378:
17379: * INSTALL, configure.in, operators.txt, parser3.dsw,
17380: src/Makefile.am, src/classes/Makefile.am,
17381: src/classes/classes.dsp, src/classes/math.C,
17382: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17383: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17384: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17385: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17386: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17387: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17388: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17389: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17390: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17391: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17392: src/lib/pcre/pcre_parser_ctype.dsp,
17393: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17394: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17395: src/main/compile.tab.C, src/main/main.dsp,
17396: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17397: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17398: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17399: to libs/ added libs/md5 which is linked to non-apache targets
17400: ^math:crypt[password;$apr1$salt]
17401:
17402: 2002-06-20 paf
17403:
17404: * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.116 moko 17405: bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
17406: src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95 moko 17407: src/include/pa_request.h, src/main/execute.C,
17408: src/main/pa_request.C, src/targets/cgi/parser3.C,
17409: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
17410: marged latest HEAD updates, mainly file:justname&co &
17411: @auto/conf[filespec
17412:
17413: * operators.txt, src/classes/file.C:
17414: !^file:dirname[/a/some.tar.gz]=/a
17415: !^file:dirname[/a/b/]=/a
17416: !^file:basename[/a/some.tar.gz]=some.tar.gz
17417: !^file:justname[/a/some.tar.gz]=some.tar
17418: !^file:justext[/a/some.tar.gz]=gz
17419:
17420: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17421: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17422: @conf/auto[filespec]
17423:
17424: * bin/auto.p.dist.in: <noindex>
17425:
1.116 moko 17426: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17427:
17428: * INSTALL, configure.in, operators.txt, bin/Makefile.am,
17429: bin/auto.p.dist.in, src/doc/doxygen.cfg,
17430: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17431: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17432:
17433: 2002-06-18 paf
17434:
17435: * configure, configure.in, src/include/pa_version.h: version to
17436: configure.in
17437:
17438: * INSTALL: reflected .conf.dist dir change
17439:
1.116 moko 17440: * Makefile.am, configure, configure.in, bin/Makefile.am,
17441: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17442: .in & *.am updated
17443:
17444: * src/classes/file.C: strncasecmp
17445:
17446: * src/classes/file.C: strcasecmp
17447:
1.116 moko 17448: * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
17449: from etc
1.95 moko 17450:
17451: * src/classes/file.C: ^file::exec[script;$.bad error case
17452: insensitive check now
17453:
17454: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17455:
17456: * configure, configure.in, src/include/pa_pool.h,
17457: src/include/pa_types.h: pack configure.in detection simplified.
17458: figured out that gcc on sparc not that stupid as thought
17459: previously: on sparc: when it sees packed class it modifies it's
17460: field-access-code to byte operations [stb, ldub] instead of 4byte
17461: operations [st, lduh] so packed must be all parts of packed
17462: class, i.e. it's parents&fields(classes). for now it's only
17463: String that packed and what was wrong is that it's parent -
17464: Pooled, were not packed. fixed that.
17465:
17466: 2002-06-14 paf
17467:
17468: * operators.txt: more precise xml-to-text options
17469:
17470: * operators.txt, src/types/pa_vxnode.C: xnode
17471: attribute_node.name/value xnode pi.node.data
17472:
17473: 2002-06-12 paf
17474:
1.116 moko 17475: * configure, configure.in, src/targets/cgi/Makefile.am,
17476: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17477:
17478: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17479: src/include/pa_globals.h, src/include/pa_request.h,
17480: src/main/compile.tab.C, src/main/pa_globals.C,
17481: src/main/pa_request.C, src/targets/cgi/parser3.C,
17482: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17483:
17484: * src/classes/mail.C: sendmail -ti [default now]
17485:
17486: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17487: to be strings. for convinient #ing
17488:
17489: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17490: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17491:
17492: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17493: main/pa_globals.C, main/pa_request.C: @conf
17494:
17495: 2002-06-11 paf
17496:
17497: * src/classes/file.C: check simplified
17498:
17499: * src/: classes/file.C, targets/cgi/parser3.dsp,
17500: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17501: valid prefix
17502:
17503: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17504: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17505: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17506:
17507: 2002-06-10 paf
17508:
17509: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17510: src/main/pa_common.C: lock failures reported now
17511:
17512: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17513: string->double @ compile time were not-enough-checking...
17514:
17515: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17516: autoconvert now ignored
17517:
17518: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17519: check
17520:
17521: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17522: $response:body content-type:name
17523:
17524: * configure, configure.in: hpux check, nsl link, no socket
17525:
17526: * operators.txt: old merge conflict removed
17527:
17528: * configure, configure.in: pack even address access on sparc&co
17529: arch checked in configure
17530:
17531: * configure, src/include/pa_version.h: makes
17532:
17533: * configure, configure.in, src/include/pa_version.h: makes
17534:
17535: * src/main/untaint.C: (bug#2) mail subject got always prepended
17536: with charset even when all letters were 7bit one
17537:
17538: * src/main/pa_common.C: merged fixed -d (bug)
17539:
17540: * src/main/pa_common.C: fixed -d (bug)
17541:
17542: 2002-06-03 paf
17543:
17544: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17545: src/classes/classes.dsp, src/main/compile.tab.C,
17546: src/main/main.dsp, src/main/pa_globals.C,
17547: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17548: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17549: .dsp-s along with reorganized cvs modules dirs structure
17550:
17551: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17552: main/pa_globals.C, targets/cgi/parser3.dsp,
17553: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17554: modules
17555:
17556: 2002-05-28 paf
17557:
17558: * src/targets/cgi/parser3.C: info.uri now ""
17559:
17560: 2002-05-17 paf
17561:
17562: * src/classes/: table.C: ^table.save << checked empty
17563: pre/match/post columns
17564:
17565: 2002-05-16 paf
17566:
17567: * src/classes/image.C: image::measure can png now
17568:
17569: 2002-05-15 paf
17570:
17571: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17572: added
17573:
17574: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17575:
17576: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17577: %H[:%M[:%S]]]]]] [-%m now
17578:
17579: 2002-05-14 paf
17580:
17581: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17582:
17583: 2002-05-07 paf
17584:
17585: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17586: src/include/pa_globals.h, src/include/pa_request.h,
17587: src/include/pa_table.h, src/main/compile.tab.C,
17588: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17589: src/main/pa_request.C, src/main/pa_table.C,
17590: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17591: src/targets/isapi/parser3isapi.dsp,
17592: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17593: name2number field now &. main_method_name now on Request pool
17594: rather on global_pool [Junction+VJunction created on same pool as
17595: name = were created on global pool, causing mem leaks]
17596:
17597: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17598: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17599: main/compile.y, main/main.dsp, main/pa_globals.C,
17600: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17601: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17602: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17603: field now &. main_method_name now on Request pool rather on
17604: global_pool [Junction+VJunction created on same pool as name =
17605: were created on global pool, causing mem leaks]
17606:
17607: 2002-05-06 paf
17608:
17609: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17610: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17611: 100*40 bytes per request memory leak [nonpool malloc in globals]
17612:
17613: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17614: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17615: 100*40 bytes per request memory leak [nonpool malloc in globals]
17616:
17617: 2002-04-30 paf
17618:
17619: * configure, src/include/pa_version.h: version now not b
17620:
17621: * src/targets/cgi/parser3.C: request.uri now never 0
17622:
17623: 2002-04-29 paf
17624:
17625: * configure.in: removed b
17626:
17627: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17628: Exception::comment/type checked in (), no there's no empty
17629: type/comment by default
17630:
17631: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17632: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17633: src/doc/value.dox, src/include/pa_exception.h,
17634: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17635: 0001
17636:
17637: 2002-04-26 paf
17638:
17639: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17640: size reduced
17641:
17642: 2002-04-25 paf
17643:
17644: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17645: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17646: now that took into account
17647:
17648: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17649: 01:03:04]
17650:
17651: * ChangeLog, operators.txt, src/classes/date.C:
17652: ^date::create[2002-12-33 01:03:04]
17653:
17654: * ChangeLog: updated changelog
17655:
17656: * src/classes/table.C: removed restriction on column count to
17657: ^table.hash to work, now must be >0 [were >1]
17658:
17659: 2002-04-24 paf
17660:
17661: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17662: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17663: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17664: targets
17665:
17666: 2002-04-23 paf
17667:
17668: * operators.txt, src/classes/string.C:
17669: int/double/string:sql{}[$.default{code}] fixed [were barking:
17670: "junction used outside of context"]
17671:
17672: 2002-04-22 paf
17673:
17674: * types.txt, src/classes/string.C, src/include/pa_string.h,
17675: src/main/pa_string.C, src/types/pa_vstring.C,
17676: src/types/pa_vstring.h: ^string.optimize[]
17677:
17678: * src/: include/pa_globals.h, include/pa_table.h,
17679: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
17680: table template
17681:
17682: * src/classes/: string.C: optimize removed from string
17683: .left/right/pos
17684:
17685: * src/main/execute.C: rolled back to
17686: before_killing_userjunction_contexts
17687:
17688: * src/main/execute.C: user junctions context killed
17689:
17690: * src/main/execute.C: junctions to local contexts got
17691: cleanized&checked later
17692:
17693: 2002-04-19 paf
17694:
17695: * src/: classes/string.C, include/pa_request.h,
17696: include/pa_string.h, main/pa_request.C, main/pa_string.C,
17697: types/pa_vstring.C, types/pa_vstring.h: string now optimized
17698: prior to .left .right .mid .pos .match when that is profitable,
17699: and always before .replace when $ORIGINS(1) optimization disabled
17700: economy from not wasting mem on lots of strings which occur by
17701: lots of String:mid calls to get parts of source string between
17702: found_occurances
17703:
17704: * src/classes/file.C: ovector now local economy: 16 bytes per
17705: ^file:list
17706:
17707: * src/: include/pa_globals.h, include/pa_table.h,
17708: main/pa_globals.C, main/pa_string.C: String::match table columns
17709: globalized, not created @ each ^match anymore economy:
17710: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
17711:
17712: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
17713: removed from each String::match replace iteration, and made
17714: stacked sizeof(VTable)=12bytes economy on each replace code
17715:
17716: * src/doc/footer.htm: 2001,
17717:
17718: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
17719: string.match[]['] option enables generation of $match.prematch
17720: .match .postmatch columns
17721:
17722: * src/main/pa_string.C: String::match options analized without
17723: cstr-ing them now
17724:
17725: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
17726: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
17727: config updated to doxygen 1.2.15, created helper which fixes
17728: minor bugs in chm project files & htm tree. changed extension to
17729: .htm
17730:
17731: 2002-04-18 paf
17732:
17733: * src/doc/doxygen.cfg: .chi generation disabled
17734:
17735: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
17736: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
17737: fields&methods
17738:
17739: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
17740: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
17741: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
17742: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
17743: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
17744: types/pa_vresponse.h, types/pa_vstateless_class.h,
17745: types/pa_vstateless_object.h, types/pa_vstatus.h,
17746: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
17747: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
17748: VStateless_class to VObject
17749:
17750: * src/: main/pa_request.C, types/pa_valiased.h,
17751: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17752: types/pa_vstring.h: VStateless_string_object speicalized light
17753: version of VStateless_object
17754:
17755: * src/classes/op.C: ^throw comment param made optional
17756:
17757: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
17758: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
17759: and implemented down in VClass, fclass_alias removed,
17760:
17761: * src/types/pa_value.C: forced to cut that from .h because of
17762: VStateless_class usage [undefined in .h]
17763:
17764: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17765: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17766: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
17767: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
17768: on each CALL]
17769:
17770: * src/: classes/classes.h, classes/date.C, classes/double.C,
17771: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
17772: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
17773: classes/response.C, classes/string.C, classes/table.C,
17774: classes/void.C, classes/xnode.C, include/pa_globals.h,
17775: include/pa_request.h, main/execute.C, main/pa_globals.C,
17776: main/pa_request.C, types/Makefile.am, types/pa_value.h,
17777: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
17778: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17779: types/pa_vstateless_class.h, types/pa_wcontext.C,
17780: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
17781: removed Value::fname
17782:
17783: 2002-04-17 paf
17784:
17785: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
17786: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
17787: doc/pooled.dox, doc/string.dox, doc/targets.dox,
17788: include/pa_pool.h, include/pa_types.h: dox updated to current
17789: state, PTHROW freshen to throw & co
17790:
17791: * src/types/pa_vhash.h: vstring wrong parent fixed
17792:
17793: * src/classes/op.C: taint local result var bug fixed
17794:
17795: 2002-04-16 paf
17796:
17797: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
17798: Attic asm.txt as most interesting
17799:
17800: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
17801: check, preventing content-length: 0 from appearing
17802:
17803: * src/main/execute.C: $result in @main now taken into account as in
17804: usual functions
17805:
17806: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
17807: & @unhandled_exception now taken into account as in usual
17808: functions
17809:
17810: * src/doc/postbuild.txt: instructions on post .html build
17811:
17812: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
17813:
17814: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
17815: tainted
17816:
17817: * src/main/pa_request.C: uri in error log
17818:
17819: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
17820: cheched date:create(days) param for validity [later were assumed
17821: valid and crashed on invalid onces]
17822:
17823: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
17824: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
17825: and used that for removing VString wrapper
17826:
17827: * src/classes/op.C: exception2vhash file now tainted
17828:
17829: * src/classes/op.C: _process pseudo origin copied from local var to
17830: heap
17831:
17832: * src/classes/op.C: extra check on empty file in origin in _execute
17833:
17834: 2002-04-15 paf
17835:
17836: * src/: main/execute.C, types/pa_value.h: fixed name update
17837:
17838: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
17839: functions
17840:
17841: * src/: classes/file.C, classes/hash.C, classes/op.C,
17842: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
17843: started dual write_xxx_lang functions, if checked & works
17844:
17845: * src/: classes/date.C, classes/file.C, classes/mail.C,
17846: classes/string.C, classes/xnode.C, include/pa_request.h,
17847: types/pa_value.h, types/pa_wcontext.h: removed absolutely
17848: unnecessary VString shells
17849:
17850: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
17851: prev changes]
17852:
17853: * src/: classes/image.C, classes/op.C, classes/string.C,
17854: classes/table.C, include/pa_request.h, main/execute.C,
17855: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
17856: StringOrValue wcontext result, now ready for dual writes
17857:
17858: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
17859: checked that
17860:
17861: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17862: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
17863: changed to OP_WRITE_VALUE in var get cases
17864:
17865: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
17866: include/pa_request.h, main/compile.tab.C, main/compile.y,
17867: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17868: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
17869: switch in hash constructor fixed [were problems with using of
17870: stacked wwrapper after it's death]
17871:
17872: 2002-04-12 paf
17873:
17874: * operators.txt, src/classes/table.C: table.select(expression) 0
17875:
17876: 2002-04-11 paf
17877:
17878: * src/: classes/string.C, include/pa_request.h, main/execute.C:
17879: Request::process_internal codeFrame & wwrapper stacked [not
17880: wasting heap anymore]
17881:
17882: 2002-04-10 paf
17883:
17884: * src/: classes/double.C, classes/file.C, classes/hash.C,
17885: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
17886: classes/string.C, classes/table.C, classes/void.C,
17887: classes/xdoc.C, include/pa_request.h, main/execute.C,
17888: main/pa_string.C: killed Request::process() wrapping
17889: VString(String) in case we need only String
17890:
17891: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17892: killed 8 bytes from String.head
17893:
17894: 2002-04-09 paf
17895:
17896: * src/: main/compile.tab.C, targets/cgi/parser3.C,
17897: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
17898: local*/char b[...]; a=b; situations
17899:
17900: * operators.txt, src/classes/xdoc.C: xslt params made literal
17901:
17902: * src/classes/xdoc.C: xslt params fixed
17903:
17904: * src/: main/pa_common.C, targets/cgi/parser3.C,
17905: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
17906: not pool.malloc(MAX_NUMBER) but really neaded
17907:
17908: * operators.txt, src/classes/double.C, src/classes/int.C:
17909: int/double.int/double(default)
17910:
17911: 2002-04-04 paf
17912:
17913: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
17914: [when reconstructing pieces were split by
17915: max_integral(piece.size), thus some strings to replace happen to
17916: be split into two = not replaced)
17917:
17918: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
17919: standalone version = current dir
17920:
17921: * src/targets/cgi/parser3.C: document root in standalone version =
17922: current dir
17923:
17924: 2002-04-03 paf
17925:
17926: * configure, configure.in: more checks on nonexistent charset
17927:
1.116 moko 17928: * INSTALL, configure, configure.in: root config configure options
1.95 moko 17929:
17930: 2002-04-02 paf
17931:
17932: * src/main/compile.C: parser.compile [exception name more like in
17933: doc]
17934:
17935: 2002-04-01 paf
17936:
17937: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
17938: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
17939: .content-type.charset, not .charset
17940:
17941: 2002-03-29 paf
17942:
17943: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
17944:
17945: * operators.txt, src/classes/date.C: ^date::create now may not
17946: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
17947: days' year. | 31.05->31.04 roll
17948:
17949: 2002-03-28 paf
17950:
17951: * operators.txt, src/classes/date.C, src/classes/op.C,
17952: src/include/pa_globals.h, src/include/pa_hash.h,
17953: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
17954: ^cache(seconds) ^cache[date] }
17955:
17956: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
17957: param
17958:
17959: 2002-03-27 paf
17960:
17961: * operators.txt, src/classes/date.C, src/classes/double.C,
17962: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
17963: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
17964: src/classes/math.C, src/classes/op.C, src/classes/string.C,
17965: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17966: src/classes/xnode.C, src/include/pa_exception.h,
17967: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
17968: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
17969: src/main/pa_array.C, src/main/pa_charset.C,
17970: src/main/pa_charsets.C, src/main/pa_common.C,
17971: src/main/pa_dictionary.C, src/main/pa_exception.C,
17972: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
17973: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
17974: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
17975: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17976: src/types/pa_value.h, src/types/pa_vcookie.C,
17977: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
17978: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
17979: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
17980: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
17981: src/types/pa_wwrapper.h: assigned exception types
17982:
17983: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
17984: src/include/pa_request.h, src/main/execute.C,
17985: src/main/pa_request.C: decided agains resetting exception_trace,
17986: just changed name
17987:
17988: 2002-03-26 paf
17989:
17990: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
17991: fixed
17992:
17993: * src/classes/op.C: forced language of $source field of exception
17994: to 'tainted', so that sql-langed-frags could be outputed outside
17995: of connect
17996:
17997: * operators.txt: removed date.roll limit of +-1 offset
17998:
17999: * src/classes/date.C: removed date.roll limit of +-1 offset
18000:
18001: * operators.txt, src/classes/date.C: fixed date roll on
18002: daylightsaving days mktime took into account tm_isdst flag, which
18003: remained from BEFORE roll, but should have been reset
18004:
18005: 2002-03-25 paf
18006:
18007: * operators.txt, src/targets/cgi/parser3.C:
18008: http_site_config_filespec
18009:
18010: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18011: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18012: with any/both --disable-foreign-group-files --disable-execs
18013:
18014: * INSTALL: "--with=sendmail=COMMAND" comment
18015:
18016: * INSTALL, configure, configure.in, src/classes/mail.C,
18017: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18018: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18019: disables execs also. introducing --sendmail
1.95 moko 18020:
18021: * operators.txt: pgsql options comment
18022:
18023: * INSTALL: comment on --disable-link-stdcpp
18024:
1.116 moko 18025: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18026: libstdc++ link skipping configure option
1.95 moko 18027:
18028: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18029: with error were put to cache with 'marked_to_rollback' flag, all
18030: consequent even OK requests rolled back
18031:
18032: 2002-03-22 paf
18033:
18034: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18035: false return
18036:
18037: * operators.txt: few comments on sets
18038:
18039: 2002-03-18 paf
18040:
18041: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18042: src/include/pa_globals.h, src/include/pa_request.h,
18043: src/include/pa_stack.h, src/main/pa_globals.C,
18044: src/main/pa_request.C: introducing ^try
18045:
18046: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18047: types/pa_vdouble.h: removed some tested @tests
18048:
18049: 2002-03-15 paf
18050:
18051: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18052:
18053: 2002-03-13 paf
18054:
18055: * src/main/pa_exception.C: checked not-pooled malloc
18056:
18057: 2002-03-11 paf
18058:
18059: * INSTALL, configure, configure.in,
18060: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18061:
18062: * src/main/pa_common.C: --disable-foreign-group-files
18063:
18064: * INSTALL: --disable-execs
18065:
18066: * src/main/pa_exec.C: --disable-execs
18067:
18068: * configure, configure.in, src/include/pa_config_auto.h.in:
18069: --disable-execs
18070:
18071: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18072:
18073: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18074: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18075:
18076: 2002-03-05 paf
18077:
18078: * operators.txt, src/classes/date.C: date week calendar columns
18079: named
18080:
18081: * operators.txt, src/classes/date.C: date week calendar columns
18082: named
18083:
18084: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18085: requires headers to be terminated with \r\n manually [refuses to
18086: separate header/body itself]
18087:
18088: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18089: targets/isapi/parser3isapi.C: isapi site config beside .dll
18090:
18091: 2002-03-04 paf
18092:
18093: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18094: in PASS language
18095:
18096: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18097: deserialize checks on broken file
18098:
18099: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18100: parser3isapi.dsp: isapi updated
18101:
18102: 2002-03-01 paf
18103:
18104: * src/main/pa_exec.C: execle -> execve, now argc OK
18105:
18106: 2002-02-28 paf
18107:
18108: * src/main/untaint.C: removed some debug comments
18109:
18110: * src/main/pa_charsets.C: when placing charset to cache using
18111: global name now [were request]
18112:
18113: * configure, configure.in: apache module updated
18114:
18115: * src/main/pa_string.C: origin by first piece preferred before last
18116: piece
18117:
18118: 2002-02-27 paf
18119:
18120: * src/main/pa_charset.C: size_t
18121:
18122: * INSTALL: shared/static-xml with-pathlink
18123:
18124: * operators.txt: SMTP comment
18125:
18126: 2002-02-26 paf
18127:
18128: * src/main/pa_exec.C: more precise names for vars, cosmetic
18129:
18130: * src/classes/xnode.C: in some situation, xpath query returned
18131: result with type NODESET, but empty nodeset member field, checked
18132: that
18133:
18134: 2002-02-22 paf
18135:
18136: * INSTALL: without-zlib comment
18137:
18138: * etc/parser3.charsets/windows-1251.cfg: °
18139:
18140: * configure, configure.in: glib###.a detection fixed
18141:
18142: * INSTALL: hashfile removed from INSTALL
18143:
1.116 moko 18144: * Makefile.am: make update
1.95 moko 18145:
18146: * src/main/pa_string.C: string iterators fixed again, so were
18147: String::join_chain
18148:
18149: * src/main/pa_string.C: string iterators fixed again, so were
18150: String::join_chain
18151:
18152: * src/: include/pa_string.h, main/pa_string.C: string iterators
18153: fixed again, so were String::join_chain
18154:
18155: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18156:
18157: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18158: "session"
18159:
1.116 moko 18160: * configure, configure.in, src/include/pa_config_auto.h.in:
18161: --with-shared-xml --with-static-xml
1.95 moko 18162:
18163: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18164: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18165: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18166: xalan&xml
18167:
18168: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18169:
18170: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18171: src/types/types.dsp: removed hashfile support from sources for
18172: now
18173:
1.116 moko 18174: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18175: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18176: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18177: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18178: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18179: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18180: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18181: src/types/Makefile.am, src/types/pa_vhashfile.C,
18182: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18183:
18184: 2002-02-21 paf
18185:
18186: * src/main/untaint.C: removed debug code, activated commented-for
18187: debug parts
18188:
1.116 moko 18189: * Makefile.am: make cvsupdate
1.95 moko 18190:
18191: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18192: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18193: append_row, not at link zero now string to string appending works
18194:
18195: 2002-02-20 paf
18196:
18197: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18198: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18199: DEBUG_STRING_APPENDS_VS_EXPANDS
18200:
18201: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18202: economy: 22%
18203:
18204: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18205: space uptimized: string::link_row removed
18206:
18207: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18208: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18209: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18210: types/pa_vstring.h: speed uptimized: string::is_empty
18211:
18212: * operators.txt, src/include/pa_common.h,
18213: src/include/pa_config_fixed.h, src/include/pa_string.h,
18214: src/include/pa_types.h, src/main/compile.tab.C,
18215: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18216: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18217: string append optimiziation idea and estimates
18218:
18219: 2002-02-19 paf
18220:
18221: * src/classes/math.C: not used directly [but erroreously reported
18222: that 'is', thus registering twice&other probs]
18223:
18224: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18225: to node [element]
18226:
18227: * src/main/compile.C: without string_origins parse error
18228: file+line+col possible
18229:
18230: * src/main/: compile.C: without string_origins not worked
18231:
18232: 2002-02-18 paf
18233:
18234: * src/types/pa_vdouble.h: since we have in_expression removed that
18235: trick i've installed into double::as_string
18236:
18237: * src/main/pa_globals.C: extern "C" was removed too fast
18238:
18239: * src/: include/pa_opcode.h, include/pa_request.h,
18240: main/compile.tab.C, main/compile.y, main/execute.C,
18241: types/pa_wcontext.h: in_expression aimed to solve old problem
18242: with string/nonstring values, now in expressions double/int
18243: values are passed as-is, without stupid tostring/fromstring
18244: conversions
18245:
18246: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18247: __cplusplus } #endif
18248:
18249: * src/main/compile.tab.C: bison env set so one could compile
18250: without cygwin installed
18251:
18252: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18253: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18254: gnome xml libs parser .dsp-s changed accordingly
18255:
18256: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18257:
18258: * operators.txt, src/classes/date.C: date::create [were date::set,
18259: with backward comp
18260:
18261: * src/classes/math.C: math:random range check fixed
18262:
18263: * src/main/: compile.tab.C, compile.y: integer division stops name
18264:
18265: * INSTALL: local install comment
18266:
1.116 moko 18267: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18268:
1.116 moko 18269: * acinclude.m4, aclocal.m4, configure, configure.in,
18270: src/include/pa_config_auto.h.in,
18271: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18272: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18273:
18274: * operators.txt: \ comment
18275:
18276: 2002-02-13 paf
18277:
18278: * src/include/pa_config_includes.h: sys/time time both included
18279: now. vaguely remember confilicts on this on some system [not on
18280: six|ablv] so when would see them again would think up proper
18281: check
18282:
1.116 moko 18283: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18284: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18285:
18286: * src/main/pa_common.C: truncation never occured when writing files
18287: on unix [since i've changed cache mech] fix
18288:
18289: * src/main/pa_common.C: strnchr: sanity check added
18290:
18291: * etc/parser3.charsets/windows-1257.cfg: id added
18292:
18293: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18294: baltic charset file generated, in generation script ispunct check
18295: added
18296:
18297: 2002-02-08 paf
18298:
1.116 moko 18299: * src/: include/Makefile.am, sql/Makefile.am,
18300: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18301:
18302: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18303: forgotten
18304:
18305: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18306:
18307: * INSTALL, README: install&others updated
18308:
18309: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18310:
1.116 moko 18311: * Makefile.am, configure, configure.in,
18312: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18313: src/classes/Makefile.am, src/main/Makefile.am,
18314: src/main/pa_status_provider.C, src/targets/Makefile.am,
18315: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18316: works
1.95 moko 18317:
18318: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18319: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18320: classes/hashfile.C, classes/int.C, classes/mail.C,
18321: classes/math.C, classes/op.C, classes/response.C,
18322: classes/string.C, classes/table.C, classes/void.C,
18323: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18324: include/pa_array.h, include/pa_cache_managers.h,
18325: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18326: include/pa_config_fixed.h, include/pa_config_includes.h,
18327: include/pa_db_connection.h, include/pa_db_manager.h,
18328: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18329: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18330: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18331: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18332: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18333: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18334: include/pa_stack.h, include/pa_string.h,
18335: include/pa_stylesheet_connection.h,
18336: include/pa_stylesheet_manager.h, include/pa_table.h,
18337: include/pa_threads.h, include/pa_types.h, main/compile.C,
18338: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18339: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18340: main/pa_db_connection.C, main/pa_db_manager.C,
18341: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18342: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18343: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18344: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18345: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18346: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18347: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18348: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18349: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18350: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18351: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18352: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18353: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18354: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18355: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18356: types/pa_vmethod_frame.h, types/pa_vobject.h,
18357: types/pa_vrequest.h, types/pa_vresponse.h,
18358: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18359: types/pa_vstateless_object.h, types/pa_vstatus.C,
18360: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18361: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18362: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18363: classes/image.C, main/pa_common.C, main/pa_exec.C,
18364: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18365: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18366: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18367: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18368: types/pa_vxnode.C, main/pa_charset.C: name spelling
18369:
18370: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18371: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18372: classes/hashfile.C, classes/image.C, classes/int.C,
18373: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18374: classes/string.C, classes/table.C, classes/void.C,
18375: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18376: include/pa_array.h, include/pa_cache_managers.h,
18377: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18378: include/pa_config_fixed.h, include/pa_config_includes.h,
18379: include/pa_db_connection.h, include/pa_db_manager.h,
18380: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18381: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18382: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18383: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18384: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18385: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18386: include/pa_stack.h, include/pa_string.h,
18387: include/pa_stylesheet_connection.h,
18388: include/pa_stylesheet_manager.h, include/pa_table.h,
18389: include/pa_threads.h, include/pa_types.h, main/compile.C,
18390: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18391: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18392: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18393: main/pa_db_connection.C, main/pa_db_manager.C,
18394: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18395: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18396: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18397: main/pa_socks.C, main/pa_sql_driver_manager.C,
18398: main/pa_status_provider.C, main/pa_string.C,
18399: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18400: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18401: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18402: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18403: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18404: targets/isapi/pool_storage.h, types/pa_valiased.C,
18405: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18406: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18407: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18408: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18409: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18410: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18411: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18412: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18413: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18414: types/pa_vresponse.h, types/pa_vstateless_class.C,
18415: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18416: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18417: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18418: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18419: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18420: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18421:
18422: 2002-02-07 paf
18423:
18424: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18425:
1.116 moko 18426: * configure, configure.in, src/include/pa_config_auto.h.in,
18427: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18428: added yet another locking function: fcntl
1.95 moko 18429:
18430: * config.sub: on cygwin configure passes it with strange i1586
18431: const, hacked it to mean i586
18432:
18433: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18434: disabled $if reference due to conflicts with local variables
18435:
18436: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18437: xdoc::set obsolete now, now xdoc::create, with both sences
18438:
18439: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18440: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18441: table::create now // 'set' name obsolete now table clone.
18442:
18443: * operators.txt, src/classes/string.C,
18444: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18445: ^int/double/string.format now can be called with normal []
18446: brackets, not stupid {} as it were implemented for some strange
18447: reason. retaining backward compatibility due to some
18448: already-implemented servers
18449:
18450: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18451: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18452: operators now detected by check at name_without_curly_rdive_read
18453: rule whether diving code constists only of
18454: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18455: with OP_GET_ELEMENT_OR_OPERATOR to form
18456: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18457:
18458: 2002-02-06 paf
18459:
18460: * configure, configure.in: prefix expanded, grr
18461:
18462: * operators.txt, src/classes/mail.C: mail:send config changed
18463:
18464: 2002-02-05 paf
18465:
18466: * operators.txt: regex options commented
18467:
18468: * src/main/: pa_exec.C: argv0 now correct
18469:
18470: * src/types/pa_vstatus.C: status:rusage 3
18471:
18472: * src/types/pa_vstatus.C: status:rusage 2
18473:
18474: * operators.txt: status:rusage described int operators
18475:
18476: * src/types/pa_vstatus.C: status:rusage 1
18477:
18478: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18479: src/types/types.dsp: status:rusage
18480:
18481: * configure.in, operators.txt, src/classes/file.C,
18482: src/classes/op.C, src/include/pa_common.h,
18483: src/include/pa_config_includes.h, src/main/compile.tab.C,
18484: src/main/pa_common.C: rewritten ^cache to use
18485: non-blocking-exclusive-caches
18486:
18487: * src/main/pa_common.C: text file read mode on win32 adjusted
18488: [speed impact. was off for debugging purpose, but forgotten
18489: afterwards]
18490:
18491: 2002-02-01 paf
18492:
18493: * src/classes/op.C: file_write does EX lock after create, while
18494: file_read does SH after open, so there's a moment after create
18495: but before EX lock when read can sneak into, and read
18496: just-created-for-writing-and-not-yet-locked file, added a check
18497: for that in ^cache...read
18498:
18499: 2002-01-31 paf
18500:
18501: * src/main/: compile.y, compile.tab.C: disabled operator call after
18502: ^xxx:
18503:
18504: * src/main/: compile.tab.C, execute.C: made operators lookup first
18505: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18506:
18507: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18508: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18509: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18510: operators check 6.1 rewritten. now check is done at compile time
18511:
18512: * src/main/execute.C: operators check 5 floated up old error of
18513: staying in 'entered class/object' state after $a($a..) it
18514: prevented operators from being called thereafter
18515:
18516: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18517: main/execute.C: operators check 4 floated up old error of staying
18518: in 'entered object' state after ^a.a(a) it prevented operators
18519: from being called thereafter
18520:
18521: * src/main/execute.C: operators check 3 floated up old error of
18522: staying in 'entered class' state after $a:a(a) it prevented
18523: operators from being called thereafter
18524:
18525: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18526: floated up old error of staying in 'entered class' state after
18527: $a:a[a] it prevented operators from being called thereafter
18528:
18529: * src/main/execute.C: operators check, thay mistakenly seen in
18530: $class:operator $object.operators contexts
18531:
18532: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18533: win32
18534:
1.116 moko 18535: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18536: src/classes/Makefile.am, src/main/Makefile.am,
18537: src/targets/cgi/Makefile.am,
1.95 moko 18538: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18539: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18540:
1.116 moko 18541: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18542: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18543: configure, configure.in, form.txt, ident.awk, install-sh,
18544: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18545: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18546: etc/parser3.charsets/Makefile.am,
18547: etc/parser3.charsets/koi8-r.cfg,
18548: etc/parser3.charsets/windows-1250.cfg,
18549: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18550: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18551: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18552: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18553: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18554: straightened installation scripts procedure made
18555: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18556: change
18557:
18558: 2002-01-30 paf
18559:
18560: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18561: removed] those comments were a mistake, and prevented libltdl
18562: from function properly
18563:
18564: 2002-01-29 paf
18565:
1.116 moko 18566: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18567: creation [modified acinclude.m4 which were creating int into just
18568: assignment LIBTOOL=../libtool] added default system
18569: config&charsetts prepared 'make install', now it installs
18570: targets/cgi/parser3 into bin directory etc/parser3.conf &
18571: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18572: $sysconfdir/parser3.charsets respectively
18573:
18574: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18575: main/pa_globals.C: few forgotten ifdef XML added
18576:
18577: 2002-01-28 paf
18578:
1.116 moko 18579: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18580: removed
18581:
18582: * src/main/pa_exception.C: dom|generic error output fix
18583:
18584: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18585:
18586: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18587:
18588: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18589: [fixed as_node helper func to accept docs]
18590:
18591: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18592: xdoc.importNode 0
18593:
18594: * src/classes/xdoc.C: xdoc::set now untaints OK
18595:
18596: 2002-01-25 paf
18597:
18598: * src/main/: compile.tab.C, compile.y: #comment before @ after
18599: @SPECIAL now works OK
18600:
18601: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18602:
18603: * src/main/pa_exec.C: max arg count now 10, and proper message on
18604: violation that added
18605:
18606: * src/classes/hash.C: unified hash::sql, now
18607: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18608:
18609: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18610: ^file:lock[filename]{code}
18611:
18612: * src/: classes/file.C, classes/op.C, classes/string.C,
18613: classes/table.C, classes/xdoc.C, include/pa_common.h,
18614: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18615: to some pa_common funcs
18616:
18617: * src/: include/pa_charset.h, main/pa_globals.C:
18618: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18619:
18620: * src/: include/pa_charset.h, main/pa_charset.C,
18621: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18622: not stupid illegal define
18623:
18624: 2002-01-24 paf
18625:
18626: * src/include/pa_version.h: changed version number
18627:
18628: * src/: classes/hashfile.C, include/pa_db_table.h,
18629: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18630: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18631: main/pa_db_connection.C, main/pa_db_table.C,
18632: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18633: hashfile without logfiles
18634:
18635: * src/: classes/hashfile.C, include/pa_db_table.h,
18636: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18637: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18638: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18639: DB_INIT_TXN init bits, thus got rid of huge log files, which
18640: cluttered disk without huge need]
18641:
18642: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18643: handy macro, which is strangly abscent in dome lib
18644:
18645: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18646:
18647: * src/classes/xdoc.C: checked empty response
18648:
18649: * src/classes/xnode.C: xdoc.select fixed context node [were always
18650: /, not self node]
18651:
18652: * src/classes/xnode.C: xnode.select returns array always now, in
18653: case 'nothing found' returns empty array
18654:
18655: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18656: be more tender with ctrl/c/v
18657:
18658: 2002-01-23 paf
18659:
18660: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18661: substituted. // 2. when dom tree with entites goes under
18662: transform text nodes // got [erroreosly] cut on first
18663: entity occurance
18664:
18665: * src/types/pa_vdouble.h: double prec. todo: get rid of
18666: twice-converting
18667:
18668: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18669: 'e' in output this is for regretful twice-converting here:
18670: $a(double value) when they write double falue they convert it to
18671: string first, thus %g were losing precesion.
18672:
18673: todo: think up some way to remove double->string string->double
18674: twice-converting
18675:
18676: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18677: %.20E now default float format this is for regretful
18678: twice-converting here: $a(double value) when they write double
18679: falue they convert it to string first, thus %g were losing
18680: precesion.
18681:
18682: todo: think up some way to remove double->string string->double
18683: twice-converting
18684:
18685: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18686: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
18687: reasons in comment inside
18688:
18689: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
18690: statically linked]
18691:
18692: * src/: include/pa_exception.h, main/compile.tab.C,
18693: main/pa_exception.C: removed exception va_list constructor. 1.
18694: not needed anymore 2. there were a conflict[causing errors]
18695: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
18696: never detected an ambiguilty here, compiling ctor(, "hello") into
18697: ctor(, va_list) which, of course, caused gpf
18698:
18699: * src/main/pa_globals.C: removed debug xslt messages
18700:
18701: 2002-01-22 paf
18702:
18703: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
18704: main/pa_globals.C: xsl stylesheet load: parsed entities, this
18705: helps compiling stylesheet properly. example: this refused to
18706: work, <b>«<xsl:value-of select="@title"
18707: />»</b> stranly worked only this way:
18708: <b>«<xsl:value-of select="@title" />»</b>
18709:
18710: docs says "set it to 1", never going into details, so I decided
18711: to try NOT to do that
18712:
18713: * src/classes/table.C: join behaived badly in case named tables
18714: structure mismatched: 0 strings sneaked into dest failing
18715: afterwards. replaced them with empty strings
18716:
18717: 2002-01-21 paf
18718:
18719: * src/main/pa_charset.C: checked empty transcoders in
18720: transcode_cstr|buf
18721:
18722: * src/classes/xdoc.C: xdoc::load error source = filespec
18723:
18724: * src/classes/xdoc.C: transform error source now
18725: stylesheet_filespec
18726:
1.116 moko 18727: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 18728: include/pa_stylesheet_connection.h, main/pa_charset.C,
18729: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 18730: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
18731: gnome
1.95 moko 18732:
18733: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
18734: include/pa_globals.h, include/pa_stylesheet_connection.h,
18735: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
18736: xslt generic error 1
18737:
18738: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
18739: xml generic message 1
18740:
18741: * src/classes/table.C: ^table::load empty lines or #comments before
18742: headline
18743:
18744: * src/: include/pa_array.h, include/pa_globals.h,
18745: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
18746: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
18747: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
18748: errors 0
18749:
18750: 2002-01-16 paf
18751:
18752: * src/: classes/hash.C, classes/op.C, classes/string.C,
18753: classes/table.C, classes/void.C, classes/xdoc.C,
18754: include/pa_db_connection.h, include/pa_request.h,
18755: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18756: include/pa_stylesheet_connection.h,
18757: include/pa_stylesheet_manager.h, main/pa_request.C,
18758: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18759: targets/cgi/pool_storage.h: auto closers to sql_connection,
18760: stylesheet_connection auto destroyers to remaining gnome objects
18761:
18762: * src/classes/xdoc.C: few comments
18763:
18764: 2002-01-15 paf
18765:
18766: * src/classes/xdoc.C: xdoc file save string
18767:
18768: ready. todo: error handling
18769:
18770: * src/classes/xdoc.C: xdoc save rewritten using
18771: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
18772: result
18773:
18774: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
18775: started output options parsing
18776:
18777: 2002-01-14 paf
18778:
18779: * src/classes/xdoc.C: method
18780:
18781: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18782: include/pa_pool.h, include/pa_stylesheet_connection.h,
18783: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
18784: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
18785: xslt transform0. TODO: use output options handle errors
18786:
18787: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
18788:
18789: 2002-01-11 paf
18790:
18791: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18792: main/compile_tools.C, main/compile_tools.h, main/execute.C:
18793: partial logical && || evaluation
18794:
18795: * src/classes/xnode.C: xpath selectNodes
18796:
18797: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
18798: string/number/bool
18799:
18800: * src/classes/xnode.C: xpath selectNode 2
18801:
18802: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
18803: xpath selectNode 1
18804:
18805: 2002-01-10 paf
18806:
18807: * src/classes/xnode.C: xpath selectNode -100 [just written]
18808:
18809: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
18810: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
18811: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
18812: refcounter]
18813:
18814: 2001-12-29 paf
18815:
18816: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
18817: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
18818: glib works 0
18819:
18820: 2001-12-28 paf
18821:
18822: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
18823: main/pa_exception.C: started glib transcoders
18824:
18825: * src/main/pa_globals.C: renamed gdome to libgdome.dll
18826:
18827: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
18828: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
18829: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
18830: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
18831: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
18832: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
18833: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
18834: libs just compiled in. no refcounting no xpath no xslt yet
18835:
18836: 2001-12-27 paf
18837:
18838: * src/: include/pa_charset.h, include/pa_common.h,
18839: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18840: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
18841: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
18842: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
18843: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
18844: from xalan&xerces, started the process. globals [initialization
18845: pool [charset update charset [transcodings vxnode vxdoc [DOM
18846: calls
18847:
18848: * src/classes/Makefile.am: going away from xalan&xerces, not needed
18849: anymore
18850:
18851: 2001-12-26 paf
18852:
18853: * src/: include/pa_charset.h, include/pa_charsets.h,
18854: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
18855: key globalized [bug]
18856:
18857: 2001-12-25 paf
18858:
18859: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
18860: main/pa_string.C: table set & append changed splitting languages,
18861: separators now can be clean AND as-is same to mail command line
18862: $MAIN:MAIL.progX arguments
18863:
18864: 2001-12-24 paf
18865:
18866: * src/classes/mail.C: one parted text messages - no multipart
18867: mime-type anymore. for convinient if $.attach-ments
18868:
18869: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
18870: main/pa_string.C: read from cache size check updated
18871:
18872: * src/main/: pa_string.C: String::join_chain another ugly bug :(
18873:
18874: 2001-12-21 paf
18875:
18876: * src/classes/date.C: date:sql-string now returns localtime
18877:
18878: * src/main/pa_request.C: $result in @main actually not working, to
18879: hell with it for now
18880:
18881: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18882: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
18883: @postprocess @exception
18884:
18885: * src/main/execute.C: junction evaluation canceled - endless
18886: recursion detected
18887:
18888: 2001-12-19 paf
18889:
18890: * src/main/pa_charset.C: charset->charset transcoding via unicode
18891: intermediate
18892:
18893: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
18894:
18895: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
18896:
18897: * src/classes/op.C: ^cache keypath now relative
18898:
18899: * src/classes/mail.C: changed weighting prior to sort
18900:
18901: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
18902: were missing
18903:
18904: 2001-12-17 paf
18905:
18906: * src/main/pa_charset.C: ifndef XML were bad type
18907:
18908: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
18909: outdated unset services_pool
18910:
18911: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
18912: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
18913: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
18914:
18915: * src/main/untaint.C: allowed space in filespec
18916:
18917: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
18918:
18919: * src/classes/image.C: no govno
18920:
18921: * src/classes/image.C: govno
18922:
18923: 2001-12-16 paf
18924:
18925: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
18926:
18927: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
18928: charset_connection&manager replaced by charset&charsets
18929:
18930: * src/main/pa_charset.C: name_cstr 0
18931:
18932: * src/main/untaint.C: uri lang now knows about client/source
18933: charsets
18934:
18935: * src/: classes/file.C, classes/math.C, classes/op.C,
18936: classes/string.C, classes/table.C, classes/xdoc.C,
18937: include/pa_array.h, include/pa_cache_managers.h,
18938: include/pa_charset_connection.h, include/pa_charset_manager.h,
18939: include/pa_common.h, include/pa_db_connection.h,
18940: include/pa_db_manager.h, include/pa_db_table.h,
18941: include/pa_dictionary.h, include/pa_exception.h,
18942: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
18943: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
18944: include/pa_sapi.h, include/pa_socks.h,
18945: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18946: include/pa_string.h, include/pa_stylesheet_connection.h,
18947: include/pa_stylesheet_manager.h, include/pa_table.h,
18948: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
18949: main/pa_charset.C, main/pa_charset_connection.C,
18950: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
18951: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
18952: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
18953: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
18954: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18955: types/types.dsp: introducing Charset
18956:
18957: 2001-12-14 paf
18958:
18959: * src/: include/pa_request.h, include/pa_transcoder.h,
18960: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
18961: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
18962: uri lang
18963:
18964: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
18965:
18966: * src/targets/cgi/Makefile.am: -I../../pcre to .am
18967:
18968: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
18969: defalts_name global
18970:
18971: * src/: include/pa_charset_connection.h, include/pa_pool.h,
18972: include/pa_request.h, main/main.dsp,
18973: main/pa_charset_connection.C, main/pa_charset_manager.C,
18974: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
18975: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
18976: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
18977: changed charset model. now important: $request:charset
18978: $response:charset while $response:content-type.charset become
18979: unimportant [informational]
18980:
18981: 2001-12-13 paf
18982:
18983: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
18984:
18985: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
18986: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
18987: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
18988: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
18989: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
18990: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
18991:
18992: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
18993: auto_ptr part other way, because of stupid gcc 2.96
18994: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
18995: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
18996: FormatterListener] /usr/include/g++-3/memory:48:
18997: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
18998: _Tp1 = FormatterListener, _Tp = FormatterListener]
18999:
19000: * src/classes/xdoc.C: removed extra inc
19001:
19002: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19003:
19004: * src/include/pa_types.h: msvc head debugging flag
19005:
19006: * src/classes/xdoc.C: freed up listener
19007:
19008: * src/classes/string.C: change msg '... code is not code'
19009:
19010: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19011: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19012: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19013: [past/future prob]
19014:
19015: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19016: include/pa_config_fixed.h, include/pa_db_manager.h,
19017: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19018: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19019:
19020: * src/: include/pa_config_fixed.h, main/pa_common.C,
19021: main/pa_string.C: removed signed mismatch warnings
19022:
19023: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19024: 'expires' from header outputs
19025:
19026: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19027: row ptr
19028:
19029: * src/classes/file.C: file::cgi bug, request_method were passed to
19030: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19031:
19032: * src/classes/xdoc.C: lang list updated
19033:
19034: 2001-12-10 paf
19035:
19036: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19037:
19038: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19039: erase files like that, knowing their full name introducing //
19040: theoretical problem with, for instance, "_2B" and "." fragments,
19041: // they would yield the same // because
19042: need_file_encode('_')=false // but we need to delete such files
19043: somehow, getting names from ^index
19044:
19045: * src/main/pa_string.C: ^string.replace bug fixed [bad
19046: string::join_chank break]
19047:
19048: 2001-12-07 paf
19049:
19050: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19051: include/pa_common.h, include/pa_config_auto.h.in,
19052: include/pa_config_fixed.h, include/pa_config_includes.h,
19053: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19054: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19055: types/pa_vhashfile.C: merged from r14_simple_cache
19056:
19057: * src/main/pa_string.C: stupid sparc architecture failed to access
19058: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19059: lduh [ %i2 + 1 ], %l0
19060:
19061: bus error, fixed that
19062:
19063: * src/main/pa_string.C: strange string deserialize bug on
19064: client[pmts], a bit shortened,
19065:
19066: * src/include/pa_config_auto.h.in: makes
19067:
19068: * src/: include/pa_common.h, include/pa_config_fixed.h,
19069: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19070: file write shared lock file read
19071:
19072: * src/: classes/op.C, include/pa_common.h,
19073: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19074:
19075: 2001-12-06 paf
19076:
19077: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19078: main/pa_request.C: #ifdef RESOURCES_DEBUG
19079:
19080: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19081: info
19082:
19083: * src/classes/hashfile.C: removed transaction from ^cache
19084:
19085: 2001-12-05 paf
19086:
19087: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19088: IIS5 there were a prob with illegal call check
19089:
19090: 2001-12-04 paf
19091:
19092: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19093: main/pa_request.C: measures to log
19094:
19095: 2001-11-23 paf
19096:
19097: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19098: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19099: types/pa_vhashfile.C: merged from _0014, 1
19100:
19101: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19102: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19103: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19104: ^cache(33) would change
19105:
19106: 0660 bits in file_write & hashfile create
19107:
19108: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19109: after pa_string optimization]
19110:
19111: 2001-11-22 paf
19112:
19113: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19114: table.offset[whence]
19115:
19116: * src/classes/op.C: process cstr(,connection)
19117:
19118: * src/classes/op.C: process now gets its body on current language,
19119: not as-is
19120:
19121: * src/main/untaint.C: ORIGINS mode removed UHTML
19122:
19123: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19124: bit
19125:
1.116 moko 19126: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19127:
19128: 2001-11-21 paf
19129:
19130: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19131: <xsl:output output options made identical to xsl:output
19132: attributes exclusion: cdata-section-elements what xalan can do
19133: but that not used now: it can escape and remove CDATA sections
19134:
19135: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19136: produced by xslt
19137:
19138: * src/targets/cgi/parser3.C: removed debug cgi||1
19139:
19140: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19141:
19142: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19143: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19144: default language for {code}, it happen to change it's language
19145: from CLEAN, so later refused to split by CLEAN \t
19146:
19147: 2001-11-20 paf
19148:
1.116 moko 19149: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19150: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19151: bottom of dependeces, so that errors would popup quicklier, fixed
19152: line numbering in table::sql
19153:
19154: 2001-11-19 paf
19155:
19156: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19157: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19158: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19159: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19160: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19161: at wcontext.write
19162:
1.116 moko 19163: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19164: _set_new_handler
19165:
1.116 moko 19166: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19167: set_new_handler in apache&isapi
1.95 moko 19168:
19169: 2001-11-16 paf
19170:
19171: * src/targets/cgi/parser3.C: pool debug @ die
19172:
19173: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19174: removed 8 bytes from String, 2 bytes from
19175: string::chunk::row::item
19176:
19177: * src/main/pa_string.C: removed 1+4 bytes from String
19178:
19179: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19180: types/pa_vstring.C: removed 1+4 bytes from String
19181:
19182: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19183: 0
19184:
19185: * src/: include/pa_globals.h, include/pa_string.h,
19186: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19187: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19188: targets/cgi/parser3.C: introducing estimating
19189: String::cstr_bufsize, 0
19190:
19191: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19192:
19193: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19194:
19195: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19196: include/pa_pool.h: die in pool::fail
19197:
19198: 2001-11-15 paf
19199:
19200: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19201: main/pa_exception.C, targets/cgi/parser3.C: exception with
19202: dynamic buffer re-back now with counter
19203:
19204: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19205: static buffer back
19206:
19207: * src/targets/cgi/parser3.C: std::
19208:
19209: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19210: include/pa_config_includes.h: setnewhandler check
19211:
1.116 moko 19212: * src/include/pa_config_auto.h.in: makes
1.95 moko 19213:
19214: * src/targets/cgi/parser3.C: set_new_handler started
19215:
19216: 2001-11-14 paf
19217:
19218: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19219: was wrong
19220:
19221: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19222: was wrong
19223:
19224: * src/main/pa_request.C: z
19225:
19226: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19227: full returns win32 -1 solaris >buffer_size
19228:
19229: checked all that
19230:
19231: * src/classes/op.C: ^untaint{body} as-is default now
19232:
19233: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19234: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19235: with no_bad_constructors_try
19236:
19237: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19238: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19239: this: $bred[^string::length[]] $bred[^response::clear[]]
19240: $bred[^int::int[]]
19241:
19242: now VObject creation moved into overriden
19243: VClass::create_new_value, thus 0 from create_new_value means that
19244: class has no ctors
19245:
19246: 2001-11-13 paf
19247:
19248: * src/classes/classes.C: returned accedently removed if in foreach
19249: callbacks [when hash no-0-restructure]
19250:
19251: 2001-11-12 paf
19252:
19253: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19254: passed as-is to method, xalan makes & into & itself
19255:
19256: * src/classes/date.C: date.roll parser2 alg used
19257:
19258: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19259: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19260: main/pa_dictionary.C, main/pa_hash.C,
19261: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19262: now does not containt 0 values. put 0 actullay removes. no check
19263: on 0 value in foreach now required
19264:
19265: 2001-11-11 paf
19266:
19267: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19268:
19269: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19270:
19271: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19272: driver initialize not const
19273:
19274: 2001-11-10 paf
19275:
19276: * src/main/pa_exec.C: doc
19277:
19278: 2001-11-09 paf
19279:
19280: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19281: param properly
19282:
19283: * src/classes/string.C: string.save now does untainting before
19284: saving
19285:
19286: * src/main/pa_common.C: line endings fixing fixed last piece[was
19287: still cstr oriented]
19288:
19289: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19290: line endings fixing got rid of cstr, now must work ok with post
19291: multipart
19292:
19293: * src/types/pa_vform.C: line endings fixed at post / multipart /
19294: not file also now
19295:
19296: 2001-11-08 paf
19297:
19298: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19299: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19300: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19301: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19302: main/pa_stylesheet_manager.C: restructured Cache manager to be
19303: simple parent, not second parent [gcc 2.96 strangly refused to
19304: call virtual from second parent]
19305:
1.116 moko 19306: * src/: include/pa_common.h, main/Makefile.am,
19307: targets/cgi/pa_pool.C: makes
1.95 moko 19308:
19309: * src/: include/pa_request.h, main/pa_request.C,
19310: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19311: 'status' class enabler
19312:
19313: <Location /parser-status.html> ParserStatusAllowed </Location>
19314:
19315: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19316: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19317: include/pa_stylesheet_manager.h, main/main.dsp,
19318: main/pa_cache_managers.C, main/pa_charset_manager.C,
19319: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19320: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19321: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19322: todo: apache 'status' class enabler
19323:
19324: 2001-11-05 paf
19325:
19326: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19327: debug to normal
19328:
19329: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19330: hence i removed skipping 0 values in hash::for_each-es we need to
19331: check cleaned cache items manually. few more checks.
19332:
19333: expiring to 0 time was wrong, changed to 'now' time
19334:
19335: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19336: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19337: on apache already done :)
19338:
19339: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19340: skipping 0 values in hash::for_each-es we need to check cleaned
19341: cache items manually
19342:
19343: * src/main/: pa_db_connection.C, pa_db_table.C:
19344: parser_multithreaded check was wrong
19345:
19346: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19347: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19348: classes/hashfile.C, classes/image.C, classes/int.C,
19349: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19350: classes/string.C, classes/table.C, classes/void.C,
19351: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19352: include/pa_array.h, include/pa_charset_connection.h,
19353: include/pa_charset_manager.h, include/pa_common.h,
19354: include/pa_config_fixed.h, include/pa_config_includes.h,
19355: include/pa_db_connection.h, include/pa_db_manager.h,
19356: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19357: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19358: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19359: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19360: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19361: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19362: include/pa_stack.h, include/pa_string.h,
19363: include/pa_stylesheet_connection.h,
19364: include/pa_stylesheet_manager.h, include/pa_table.h,
19365: include/pa_threads.h, include/pa_types.h, main/compile.C,
19366: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19367: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19368: main/pa_charset_manager.C, main/pa_common.C,
19369: main/pa_db_connection.C, main/pa_db_manager.C,
19370: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19371: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19372: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19373: main/pa_socks.C, main/pa_sql_driver_manager.C,
19374: main/pa_status_provider.C, main/pa_string.C,
19375: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19376: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19377: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19378: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19379: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19380: targets/isapi/pool_storage.h, types/pa_valiased.C,
19381: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19382: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19383: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19384: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19385: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19386: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19387: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19388: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19389: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19390: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19391: types/pa_vstateless_object.h, types/pa_vstatus.h,
19392: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19393: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19394: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19395: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19396: $status:db fixed used not initialized in db_connection & db_table
19397:
19398: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19399: $status:charset
19400:
19401: * src/: classes/xdoc.C, include/pa_db_connection.h,
19402: include/pa_stylesheet_connection.h,
19403: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19404: types/pa_vstatus.h: $status:stylesheet
19405:
19406: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19407: include/pa_request.h, include/pa_sql_connection.h,
19408: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19409: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19410: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19411: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19412: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19413: types/pa_vxnode.C, types/types.dsp: started status parser class
19414:
19415: 2001-11-01 paf
19416:
19417: * src/include/pa_config_auto.h.in: makes
19418:
19419: * src/main/pa_hash.C: removed old extra include
19420:
19421: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19422: checks [for hp, there are such in math.h]
19423:
19424: * src/classes/op.C: ^for endless loop check strightened
19425:
19426: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19427: behavior in native calls. it left unchanged, so ^for ^foreach &
19428: co can use r.root to write their i & key,value there
19429:
19430: * src/classes/op.C: detected for var storage bug, fixed.
19431: todo:foreach
19432:
19433: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19434: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19435: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19436: changing of hash inside of foreach
19437:
19438: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19439: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19440: were hash.foreach
19441:
19442: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19443: types/pa_vstring.C, types/pa_vstring.h:
19444: ^foreach[key|value]{body}[[separator]|{separator}]
19445:
19446: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19447: types/pa_vcookie.C: ^hash.delete[key]
19448:
19449: 2001-10-31 paf
19450:
19451: * src/main/: compile.C, pa_common.C: completely empty file now
19452: considered "read", not ignored [not perfect trick used]
19453:
19454: * src/main/pa_common.C: simplier common ifdefs
19455:
19456: * src/main/pa_common.C: typing bug in common - bad ifdeff
19457:
19458: * src/main/pa_db_connection.C: z
19459:
19460: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19461: lockdetector flags
19462: dbenv.lk_detect=DB_LOCK_RANDOM;
19463:
19464: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19465: from accidental show [imagine user forgot @exception]
19466:
19467: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19468:
19469: * src/: classes/file.C, classes/image.C, classes/mail.C,
19470: classes/string.C, classes/xnode.C, include/pa_common.h,
19471: main/pa_common.C: ^string.save[[append;]path]
19472:
19473: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19474: main/execute.C: \ in expression: int divide 10/3=3
19475:
19476: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19477: inside of ^cache
19478:
19479: * src/: include/pa_threads.h, main/pa_db_connection.C,
19480: main/pa_db_table.C, targets/cgi/pa_threads.C,
19481: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19482: needed
19483:
19484: 2001-10-30 paf
19485:
19486: * src/: classes/classes.dsp, main/main.dsp,
19487: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19488: types/types.dsp: enabled debug incremental compile
19489:
19490: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19491: form post data line endings not reformatted now.
19492:
19493: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19494: now required [had bug when file= has no value]
19495:
19496: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19497: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19498: cstr(asis) default param removed
19499:
19500: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19501:
19502: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19503:
19504: * src/include/pa_dir.h: LOAD_DIR fixed
19505:
19506: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19507: was broken} fix_line_breaks
19508:
19509: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19510: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19511: packed with #pragma pack
19512:
1.116 moko 19513: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19514:
19515: 2001-10-29 paf
19516:
19517: * src/types/pa_wcontext.h: bitfield syntax stricter
19518:
19519: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19520: string hash.puts
19521:
19522: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19523:
19524: * src/include/pa_sql_connection.h: there were one wrong
19525: SQL_CONNECTION_FUNC_GUARDED [failed]
19526:
19527: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19528: param.someday either ifdef or remove it
19529:
19530: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19531:
19532: * src/main/untaint.C: optimizing returned after debugging
19533:
19534: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19535: main/untaint.C: memory hunging #pragma pack(1)
19536:
19537: 16 419 844 13 169 394
19538:
19539: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19540: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19541: places [todo:Array]
19542:
19543: * src/: main/execute.C, targets/cgi/pa_pool.C,
19544: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19545: types/pa_wwrapper.h: debugging memory WContext flags to bits
19546:
19547: total 5 652 652/158731 total 5 469 332/158731
19548:
19549: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19550: Array:: without cache in get/put now
19551:
19552: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19553: 18:25:27 2001] total 5 652 652/158731
19554:
19555: * src/: include/pa_string.h, main/pa_string.C,
19556: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19557: now
19558:
19559: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19560: 18:11:53 2001] total 5796092/158731
19561:
19562: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19563: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19564: key ref now
19565:
19566: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19567: 17:11:17 2001] total 16867948/202658
19568:
19569: * src/: classes/file.C, classes/image.C, classes/string.C,
19570: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19571: main/execute.C, main/pa_array.C, main/pa_common.C,
19572: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19573: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19574: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19575: string::as_int/double now usually uses stack, not heap [200K out
19576: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19577:
19578: * src/main/pa_sql_driver_manager.C: ping to have services [old
19579: hiding bug]
19580:
19581: * src/Makefile.am: .am order
19582:
19583: * src/: include/pa_array.h, include/pa_charset_manager.h,
19584: include/pa_db_connection.h, include/pa_db_manager.h,
19585: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19586: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19587: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19588: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19589: required "friend class"
19590:
19591: ../include/pa_request.h:51: friend declaration requires
19592: class-key, i.e. `friend class Temp_lang'
19593:
19594: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19595: main/pa_exception.C, main/pa_sql_driver_manager.C,
19596: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19597:
19598: the idea is to #1 jump to C++ some function to main body, where
19599: every function stack frame has exception unwind information and
19600: from there... #2 propagate_exception()
19601:
19602: 2001-10-28 paf
19603:
19604: * src/main/pa_db_connection.C: removed old consts
19605:
19606: * src/main/pa_db_connection.C: expire table [was accidently pasted
19607: with wrong type/cast]
19608:
19609: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19610: translation
19611:
1.116 moko 19612: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19613: remember to build DB2 with -fexceptions!!!
19614:
19615: * src/main/pa_db_table.C: DB_RMW defed
19616:
19617: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19618: include/pa_db_connection.h, include/pa_db_manager.h,
19619: include/pa_db_table.h, main/pa_db_connection.C,
19620: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19621:
19622: 2001-10-27 paf
19623:
19624: * src/: classes/hashfile.C, include/pa_db_connection.h,
19625: include/pa_db_table.h, main/pa_db_connection.C,
19626: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19627: types/pa_vhashfile.C: DB2 ifdefs
19628:
1.116 moko 19629: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19630: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19631: makes with DB2
19632:
1.116 moko 19633: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19634: types/Makefile.am: makes db
1.95 moko 19635:
19636: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19637: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19638: globals.C
19639:
19640: * src/: classes/hashfile.C, include/pa_db_connection.h,
19641: include/pa_db_table.h, main/pa_db_connection.C,
19642: main/pa_db_table.C: ^hashfile.clear[]
19643:
19644: * src/classes/classes.awk: no $ in var names
19645:
19646: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19647: connection&table [forgotten calls]
19648:
19649: 2001-10-26 paf
19650:
19651: * src/main/pa_db_connection.C: db checkpoints
19652:
19653: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19654: checkpoints
19655:
19656: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19657: default. but entities still reparsed. todo: tothink
19658:
19659: * src/main/pa_db_connection.C: db recover mech 2
19660:
19661: * src/: classes/hashfile.C, include/pa_db_connection.h,
19662: include/pa_db_manager.h, include/pa_db_table.h,
19663: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19664: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19665: types/pa_vhashfile.h: db connections & tables now cached at
19666: create time & multithreaded
19667:
19668: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19669: parsed_source
19670:
19671: * src/main/pa_db_connection.C: about to remove connection from
19672: vhashfile
19673:
19674: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19675: transaction commit/rollback responsibility left to parent [as it
19676: sould - else there were a bug with double free]
19677:
19678: * src/include/pa_db_table.h: db: child transaction commit/rollback
19679: responsibility left to parent [as it sould - else there were a
19680: bug with double free]
19681:
19682: 2001-10-25 paf
19683:
19684: * src/: classes/hashfile.C, include/pa_common.h,
19685: include/pa_db_connection.h, include/pa_db_manager.h,
19686: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
19687: types/pa_vhashfile.C, types/pa_vhashfile.h,
19688: include/pa_db_table.h, main/pa_db_table.C: started db_home
19689: [multiple, cached] todo: autorecover [tried, but not succeded,
19690: yet]
19691:
19692: * src/include/pa_dir.h: ancient gpf on dir not found fixed
19693:
19694: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
19695: transaction parent passed
19696:
19697: 2001-10-24 parser
19698:
1.116 moko 19699: * src/classes/Makefile.am: makes
1.95 moko 19700:
19701: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
19702: isapi/pool_storage.h: pool_storage fixed
19703:
19704: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
19705: types/pa_vform.h: form fix_line_breaks
19706:
1.116 moko 19707: * src/targets/cgi/pool_storage.h: makes
1.95 moko 19708:
19709: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
19710: targets/cgi/pool_storage.h: makes
19711:
19712: * src/sql/pa_sql_driver.h: version
19713:
19714: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
19715: types/pa_vform.C, types/pa_vform.h: .am
19716:
19717: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
19718: this: DB_RMW Acquire write locks instead of read locks when doing
19719: the retrieval. Setting this flag may decrease the likelihood of
19720: deadlock during a read-modify-write cycle by immediately
19721: acquiring the write lock during the read part of the cycle so
19722: that another thread of control acquiring a read lock for the same
19723: item, in its own read-modify-write cycle, will not result in
19724: deadlock
19725:
19726: * src/targets/isapi/parser3isapi.dsp: doc
19727:
19728: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
19729:
19730: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
19731:
19732: * src/: classes/hashfile.C, include/pa_db_connection.h,
19733: main/pa_db_connection.C: hashfile expired deleted from db when
19734: get & iterate
19735:
19736: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
19737: expiring 1
19738:
19739: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
19740:
19741: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
19742: db_connection not bothers with key when not returning expired
19743: data
19744:
19745: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19746: types/pa_vhashfile.C: db_cursor constructor public now
19747:
19748: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
19749: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
19750: stamped, todo: put_element analize
19751:
19752: * src/: include/pa_db_connection.h, include/pa_string.h,
19753: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
19754: serialize. todo stamp
19755:
19756: 2001-10-23 parser
19757:
19758: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
19759: classes/image.C, classes/mail.C, classes/response.C,
19760: classes/string.C, classes/table.C, classes/xdoc.C,
19761: include/pa_config_fixed.h, include/pa_db_connection.h,
19762: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
19763: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
19764: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
19765: types/pa_vtable.C: ^hashfile.hash[]
19766:
19767: * src/: classes/hashfile.C, classes/xdoc.C,
19768: include/pa_config_fixed.h, main/pa_db_manager.C,
19769: main/pa_globals.C: ifdefs so it compiled without db
19770:
19771: * src/: classes/hashfile.C, include/pa_db_connection.h,
19772: include/pa_db_manager.h, main/pa_db_connection.C,
19773: main/pa_db_manager.C, types/pa_vhashfile.h:
19774: ^hashfile.transaction{code} ^hashfile:clear[filename]
19775: ^hashfile.delete[key]
19776:
19777: 2001-10-22 parser
19778:
19779: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
19780: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
19781:
19782: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
19783: classes/xnode.C, include/pa_charset_connection.h,
19784: include/pa_db_connection.h, include/pa_db_manager.h,
19785: include/pa_exception.h, include/pa_sapi.h,
19786: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19787: include/pa_stylesheet_connection.h,
19788: include/pa_stylesheet_manager.h,
19789: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
19790: main/pa_db_connection.C, main/pa_db_manager.C,
19791: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
19792: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19793: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
19794: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
19795: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
19796: types/types.dsp: hashfile 0
19797:
19798: * src/types/pa_vhashfile.C: z
19799:
19800: * src/: classes/classes.dsp, classes/hashfile.C,
19801: include/pa_config_fixed.h, main/execute.C,
19802: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
19803: types/pa_vhashfile.h, types/types.dsp: hashfile -100
19804:
19805: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
19806:
19807: * src/: include/pa_exception.h, include/pa_request.h,
19808: main/execute.C, main/pa_exception.C, main/pa_request.C,
19809: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
19810: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
19811:
19812: 2001-10-19 parser
19813:
19814: * src/include/pa_pool.h: header
19815:
19816: * src/main/pa_pool.C: auto compiled on gcc
19817:
19818: * src/classes/image.C: comment
19819:
1.116 moko 19820: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 19821:
19822: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19823: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19824: types/pa_vxnode.h: xnode clone got freed
19825:
19826: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19827: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
19828: can free up xalandomstring resulting from pool::transcode
19829:
19830: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
19831: include/pa_config_fixed.h, include/pa_exception.h,
19832: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
19833: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
19834: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
19835: to c++ exceptions 1xml configure fixed to exclude xalan-patch
19836: from non-xml compile
19837:
19838: * src/main/pa_request.C: pool:: context - get_context
19839:
19840: * src/: classes/classes.h, classes/date.C, classes/double.C,
19841: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
19842: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
19843: classes/string.C, classes/table.C, classes/void.C,
19844: include/pa_config_fixed.h, include/pa_exception.h,
19845: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
19846: main/compile.C, main/compile_tools.C, main/execute.C,
19847: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
19848: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
19849: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
19850: main/pa_string.C, main/pa_table.C, main/untaint.C,
19851: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
19852: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
19853: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
19854: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
19855: types/pa_vstateless_class.h, types/pa_vtable.C,
19856: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
19857: exceptions 0
19858:
19859: * src/classes/classes.awk: $ removed
19860:
19861: 2001-10-18 parser
19862:
19863: * src/types/pa_vcookie.C: cookie:CLASS
19864:
19865: * src/main/main.dsp: project
19866:
19867: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
19868: set_document & ctor question "who owns document" solved
19869:
19870: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
19871:
19872: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
19873: main/pa_pool.C: encoding in dom creating funcs
19874:
19875: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
19876: be transformed now
19877:
19878: * src/classes/xdoc.C: dom created by create can be transformed now
19879:
19880: * src/classes/xdoc.C: z
19881:
19882: * src/classes/xdoc.C: comment
19883:
19884: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
19885: create now uses XercesDocumentBridge, appendChild&co now works
19886:
19887: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
19888: @ recompile
19889:
19890: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
19891: $origin @exception[
19892:
19893: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
19894: tag names forced to XML lang
19895:
19896: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
19897: leechy-found bugs in code&doc fixed
19898:
19899: 2001-10-17 parser
19900:
19901: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
19902: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
19903: n functionality preserved
19904:
19905: * src/types/pa_vimage.h: removed unused vimage::save
19906:
19907: 2001-10-16 parser
19908:
19909: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
19910:
19911: * src/classes/: xnode.C: removed few dom returns & changed op.txt
19912:
19913: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
19914:
19915: * src/classes/image.C: image.copy tolerance
19916:
19917: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
19918: ineffective, but works for small paleted image
19919:
19920: * src/types/pa_vimage.C: comment
19921:
19922: * src/classes/image.C: gd size/resize bugfix
19923:
19924: * src/: classes/classes.dsp, main/main.dsp,
19925: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19926: types/types.dsp: ident >nul 2>&1
19927:
19928: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
19929: systems
19930:
19931: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
19932: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
19933:
19934: 2001-10-15 parser
19935:
19936: * src/main/execute.C: z
19937:
19938: * src/classes/: xdoc.C: !::create{qualifiedName}
19939:
19940: * src/types/pa_vxnode.C: document_type_node.
19941: !readonly attribute DOMString name
19942: !notation_node.
19943: !readonly attribute DOMString publicId
19944: !readonly attribute DOMString systemId
19945:
1.116 moko 19946: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
19947: ::write badly passed string too transparently [failed to
19948: intercept it]
1.95 moko 19949:
19950: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
19951: include/pa_request.h, main/pa_sql_driver_manager.C,
19952: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19953: types/pa_vxnode.h: DOM1 major addtion, only few
19954: attributes/methods left
19955:
19956: 2001-10-13 parser
19957:
19958: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
19959: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
19960: in main handler
19961:
19962: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
19963: cleanups & frees order
19964:
19965: * src/types/pa_vcode_frame.h: couple comments
19966:
19967: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
19968: transparent enough to handle hash if creation&passing
19969:
19970: * src/: include/pa_config_fixed.h, main/execute.C,
19971: main/pa_exception.C: noticed that vcodeframe not transparent
19972: enough, would change now
19973:
19974: 2001-10-12 parser
19975:
19976: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
19977: fixed. initialization&free on each thread!
19978:
19979: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
19980: handling changed: now type of default param analized always, not
19981: only at problem time, thus helping early problem spotting
19982:
19983: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
19984: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
19985: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
19986: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
19987: multithread bug fixed. initialization&free on each thread!
19988:
19989: 2001-10-11 parser
19990:
19991: * src/classes/xnode.C: xnode.selectSingle now
19992:
19993: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19994: include/pa_pool.h, include/pa_stylesheet_connection.h,
19995: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
19996: convertors out of Pool into Exception
19997:
19998: * src/main/pa_string.C: const
19999:
20000: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20001: linked pieces of same language together prior to String::replace
20002:
20003: * src/classes/hash.C: !^hash.add[addme]
20004: !^hash.sub[subme]
20005: !^a.union[b] = new
20006: !^a.intersection[b] = new
20007: !^a.intersects[b] = bool
20008:
20009: * src/classes/hash.C: !^hash::append[append_from]
20010:
20011: * src/: classes/hash.C, types/pa_vhash.h:
20012: !^hash::create[[copy_from]]
20013:
20014: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20015: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20016: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20017: fixed. got rid of empty_string, which caused errors - it hasnt
20018: exception but somebody[value.bark] tried to throw it on it's pool
20019:
1.116 moko 20020: * src/include/pa_config_auto.h.in: makes
1.95 moko 20021:
20022: 2001-10-10 parser
20023:
20024: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20025:
20026: * src/main/: compile.tab.C, compile.y: ^a[
20027:
20028: @next_method << now unclosed ] would be reported here
20029:
20030: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20031: compile error
20032:
20033: 2001-10-09 parser
20034:
1.116 moko 20035: * src/: classes/Makefile.am, main/Makefile.am,
20036: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20037:
20038: * src/classes/Makefile.am: makes
20039:
20040: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20041: win32 errors intercepted [xalan transformer patched and
20042: incorporated]
20043:
20044: * src/: classes/classes.dsp, classes/xdoc.C,
20045: include/pa_stylesheet_connection.h, main/main.dsp,
20046: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20047: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20048: patches starting
20049:
20050: * src/classes/: string.C, table.C: ^string.save[file]
20051:
20052: * src/classes/: date.C, table.C: calendar moved to date
20053:
20054: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20055: string/table] now
20056:
20057: * src/classes/: op.C, table.C: z
20058:
20059: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20060: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20061: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20062: be code [be string..]
20063:
20064: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20065: table.C: lots of
20066: params->as_int/double/as_string/as_junction/as_no_junction
20067: messages added
20068:
20069: 2001-10-08 parser
20070:
20071: * src/: classes/date.C, classes/image.C, classes/string.C,
20072: classes/table.C, classes/void.C, include/pa_request.h:
20073: params->as_int/double message added
20074:
20075: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20076:
20077: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20078: image:sector removed image:html internal "line-*" attribs
20079:
20080: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20081: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20082:
20083: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20084: way
20085:
20086: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20087: main/untaint.C: header untainting to UL_HTTP_HEADER,
20088: UL_MAIL_HEADER made nonforced [only tainted pieces]
20089:
20090: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20091: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20092: @ SAPI::log
20093:
20094: * src/main/untaint.C: \r to ' ' in origins mode
20095:
20096: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20097: set]
20098:
20099: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20100: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20101: nonstandard liaison freed up
20102:
20103: 2001-10-07 parser
20104:
20105: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20106: project
20107:
20108: 2001-10-05 parser
20109:
20110: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20111: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20112: from outputing to cerr. lots of "todos"
20113:
20114: * src/main/untaint.C: http_header tainting more gentle with
20115: enquoting now
20116:
20117: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20118: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20119: xml errorhandler. fixed string.replace a little, read @test
20120:
20121: * src/main/pa_string.C: found replace bug - first_that_starts(char
20122: *) does not have limit, and looks further eos, fixing....
20123:
20124: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20125:
20126: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20127:
20128: * src/main/: pa_charset_connection.C: ctype another mem clear
20129: bugfix
20130:
1.116 moko 20131: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20132: $result[^[$p^]z] now works fine
1.95 moko 20133:
20134: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20135: wrong. fixed it
20136:
20137: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20138: of totable appered to be vital
20139:
20140: 2001-10-04 parser
20141:
20142: * src/classes/image.C: ^image.length[text]
20143:
20144: 2001-10-03 parser
20145:
20146: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20147:
20148: * src/main/pa_request.C: restored pcre defaulting in request
20149: [mindlessly "optimized" yesterday] comment left
20150:
20151: 2001-10-02 parser
20152:
20153: * src/: main/pa_charset_manager.C,
20154: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20155: needed
20156:
20157: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20158: forgot non-xml pool.*charset needed
20159:
20160: * src/classes/table.C: # config comments fixed
20161:
20162: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20163: charset_connection #comment now
20164:
20165: * src/: classes/classes.dsp, types/types.dsp: release projects
20166: options fixed to use release msvcrt lib
20167:
20168: * src/main/pa_charset_connection.C: pcre tables now const inside
20169: removed default - pcre handles that internally fixed bug on
20170: not-cleaning tables [previously was calloced, now member]
20171:
20172: * src/: include/pa_request.h, main/pa_charset_connection.C,
20173: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20174: inside removed default - pcre handles that internally fixed bug
20175: on not-cleaning tables [previously was calloced, now member]
20176:
20177: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20178: tested charset reload on file change @ apache version = OK tested
20179: freeing up prev encoding on adding new = OK
20180:
20181: 2001-10-01 parser
20182:
20183: * src/main/pa_charset_connection.C: removed entitify external hack
20184: [internal installed]
20185:
1.116 moko 20186: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20187:
20188: * src/: include/pa_charset_connection.h,
20189: include/pa_charset_manager.h,
20190: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20191: main/pa_charset_connection.C, main/pa_charset_manager.C,
20192: main/pa_request.C: charset loading & caching mech 0
20193:
20194: * src/: include/pa_stylesheet_connection.h,
20195: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20196: main/pa_globals.C, main/pa_request.C: would make charset loading
20197: & caching mech now
20198:
20199: 2001-09-30 parser
20200:
20201: * src/main/pa_request.C: forgot to fill toTable
20202:
20203: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20204: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20205: failed on win32 for now..
20206:
20207: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20208: now charsets table configuration variable is: CHARSETS
20209:
20210: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20211: ctype with unicode 1. todo: no П entities on output somehow
20212:
20213: * src/: classes/file.C, classes/op.C, classes/string.C,
20214: include/pa_request.h, main/pa_request.C: started ctype with
20215: unicode values
20216:
20217: 2001-09-28 parser
20218:
20219: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20220: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20221: string passed AS-IS now
20222:
20223: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20224: way of user-configuring... todo: implement
20225:
20226: 2001-09-27 parser
20227:
20228: * src/classes/table.C: table.sort changed to sort table itself
20229:
20230: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20231: X^.getElementsByTagName[tagname] = array of xnode
20232: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20233: nodes removed - regretfully not supported @ xalan. maybe someday
20234: would reimplement, if needed.
20235:
20236: win32build system: solved long waiting anti-non-started-apache
20237: problem
20238:
20239: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20240: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20241: types/types.dsp: win32 ident make system so not to rebuild
20242: library [ident.C.new]
20243:
20244: 2001-09-26 parser
20245:
20246: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20247: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20248: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20249: types/pa_vxnode.C, types/types.dsp: z
20250:
20251: * src/classes/classes.C: forgot one non-xml check
20252:
1.116 moko 20253: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20254: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20255:
20256: * src/targets/cgi/parser3.C: z
20257:
20258: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20259: targets/isapi/parser3isapi.C: #ifdef SMTP
20260:
20261: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20262: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20263: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20264: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20265: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20266: types/types.dsp: xdoc&xnode now
20267:
20268: * src/: classes/classes.C, classes/classes.awk,
20269: classes/classes.dsp, classes/classes.h, classes/date.C,
20270: classes/dnode.C, classes/dnode.h, classes/dom.C,
20271: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20272: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20273: classes/op.C, classes/response.C, classes/string.C,
20274: classes/table.C, classes/void.C, include/pa_array.h,
20275: include/pa_common.h, include/pa_config_fixed.h,
20276: include/pa_config_includes.h, include/pa_dictionary.h,
20277: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20278: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20279: include/pa_socks.h, include/pa_sql_connection.h,
20280: include/pa_sql_driver_manager.h, include/pa_stack.h,
20281: include/pa_string.h, include/pa_stylesheet_connection.h,
20282: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20283: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20284: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20285: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20286: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20287: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20288: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20289: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20290: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20291: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20292: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20293: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20294: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20295: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20296: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20297: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20298: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20299: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20300: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20301: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20302: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20303: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20304: types/pa_vmethod_frame.h, types/pa_vobject.h,
20305: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20306: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20307: types/pa_vstateless_object.h, types/pa_vstring.C,
20308: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20309: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20310: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20311: main.dsp splitted to main+classes+types along to .am
20312:
20313: * src/classes/Makefile.am: removed useless var
20314:
20315: * src/: classes/classes.cmd, main/main.dsp,
20316: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20317: main.dsp
20318:
20319: 2001-09-25 parser
20320:
20321: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20322: 1251 though, todo ICU
20323:
1.116 moko 20324: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20325: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20326: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20327: types/pa_vdom.h: xml configure makes
1.95 moko 20328:
20329: 2001-09-24 parser
20330:
1.116 moko 20331: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20332: types/Makefile.am: makes
1.95 moko 20333:
1.116 moko 20334: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20335:
20336: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20337: started unix makes update
20338:
20339: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20340: started unix makes update
20341:
20342: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20343:
20344: * src/types/pa_value.h: z
20345:
20346: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20347: bugs with usinge hash/table in expressions
20348:
20349: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20350: resolved conflicts fixed [const]
20351:
20352: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20353: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20354: main/compile.C, main/compile.tab.C, main/compile.y,
20355: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20356: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20357: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20358: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20359: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20360: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20361: with before_xml [merge2 actually didn't happen - i've created
20362: tags on wrong branch. so this merge is in fact re-merge]
20363:
20364: 2001-09-21 parser
20365:
20366: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20367: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20368: produced "" in make file and sadly wrong interpreted on load]
20369:
1.116 moko 20370: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20371: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20372: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20373: include/pa_sql_driver_manager.h, include/pa_string.h,
20374: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20375: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20376: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20377:
20378: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20379: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20380: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20381: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20382: main/pa_pool.C, main/pa_request.C,
20383: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20384: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20385: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20386: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20387: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20388: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20389: types/pa_vrequest.C, types/pa_vresponse.h,
20390: types/pa_vstateless_class.C, types/pa_vstring.C,
20391: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20392: created new projects for sql drivers [planning to remove sql
20393: drivers from main cvs project] first, will join latest changes
20394:
20395: * src/classes/: dom.C: defaulted dom writing methods encoding to
20396: pool.get_charset
20397:
20398: * src/classes/dom.C: defaulted dom writing methods encoding to
20399: pool.get_charset
20400:
20401: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20402: pool.get_charset
20403:
20404: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20405: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20406: methods encoding to pool.get_charset
20407:
20408: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20409: transcoder were created right "unsupported encoding" message.
20410: not @ set time, but @ use time, so until xml output functions
20411: .string, .file, .save used - no encoding name check occur
20412:
20413: reduced transcode buffer size to 60 fixed pool cleanup - no
20414: registration needed, pools are officially destructured
20415:
20416: 2001-09-20 parser
20417:
20418: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20419:
20420: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20421: $MAIN:DEFAULTS.content-type[$.charset[here]]
20422:
20423: * src/: classes/dnode.C, classes/dom.C,
20424: include/pa_config_includes.h, include/pa_globals.h,
20425: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20426: main/pa_pool.C, targets/cgi/parser3.dsp,
20427: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20428: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20429: Pool::transcode 0
20430:
20431: * src/classes/dom.C: dom. string save file moved output xml options
20432: to last param and made it optional
20433:
20434: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20435: dnodes
20436: !$attributenode.specified = boolean
20437: true if the attribute received its value explicitly
20438: in the XML document,
20439: or if a value was assigned programatically with the
20440: setValue function.
20441: false if the attribute value came from the default value
20442: declared in the document's DTD.
20443: !$pinode.target = target of this processing instruction
20444: XML defines this as being the first token following the
20445: markup
20446: that begins the processing instruction.
20447: XPath:
20448: !^node.select[xpath/query/expression] = hash of 0->node0
20449: 1->node1
20450: !^node.select-single[xpath/query/expression] = first node if
20451: any
20452:
20453: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20454: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20455: some 'const's added
20456:
20457: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20458: expression context now, there value = size and boolean value
20459: size!=0
20460:
20461: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20462: can be used in expression context now, there value = size and
20463: boolean value size!=0
20464:
20465: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20466: types/pa_vstring.h: dnode .file .string .save moved back to dom
20467: due to strange xalan bug
20468:
20469: 2001-09-18 parser
20470:
20471: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20472: classes/image.C, classes/op.C, classes/table.C,
20473: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20474: include/pa_sql_driver_manager.h, main/compile.C,
20475: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20476: main/execute.C, main/pa_common.C, main/pa_request.C,
20477: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20478: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20479: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20480: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20481: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20482: before_xml branch ^if(def $hash) now true only when
20483: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20484:
20485: * src/: classes/op.C, main/execute.C: operators self changed to
20486: root ^for variable context changed to self
20487:
20488: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20489: dnode 1
20490:
20491: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20492: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20493:
20494: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20495: poly* fixed
20496:
20497: 2001-09-17 parser
20498:
20499: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20500: types/pa_vdom.h: started dnode+dom
20501:
20502: dnode DOM methods: $node.name $node.value
20503: ...others...
20504:
20505: ^node.xpath[/rates/USD] = hash
20506: $hash[
20507: $.0[node0]
20508: $.1[node1]
20509: ]
20510:
20511: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20512: applies to all linear primitives
20513:
20514: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20515: include/pa_stylesheet_connection.h, main/main.dsp,
20516: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20517: types/pa_vimage.h: started dnode DOM: $node.name
20518: $node.value ...others... ^node.xpath[/rates/USD] = hash
20519: dom(dnode)
20520:
20521: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20522: main/compile.y, main/compile_tools.h, main/execute.C,
20523: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20524: in expression compound($aa.zz.xx) names now can have minus '-' in
20525: name after '.'
20526:
20527: 2001-09-15 parser
20528:
20529: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20530: image: $line-width ^line(...)[**** style]
20531:
20532: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20533: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20534: pool_storage - cleanups first, allocations second. apache wisely
20535: does just like that
20536:
20537: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20538: rewritten using template, no bugs now
20539:
20540: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20541: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20542: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20543: poorly started isapi pool_storage, would rewrite using template
20544: now
20545:
20546: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20547: include/pa_stylesheet_connection.h, main/main.dsp,
20548: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20549: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20550: xalan objects freed up [introducing Pool::register_cleanup]
20551:
20552: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20553: comments
20554:
20555: 2001-09-14 parser
20556:
20557: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20558: z
20559:
20560: * src/: classes/dom.C, classes/file.C, classes/image.C,
20561: classes/mail.C, include/pa_common.h,
20562: include/pa_sql_driver_manager.h, include/pa_string.h,
20563: include/pa_stylesheet_connection.h,
20564: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20565: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20566: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20567: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20568: compiled&cached
20569:
20570: 2001-09-13 parser
20571:
20572: * src/: classes/dom.C, classes/file.C, classes/image.C,
20573: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20574:
20575: * src/classes/dom.C: dom:file content-type(.method)
20576:
20577: * src/: include/pa_common.h, include/pa_globals.h,
20578: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20579: string now more informative error messages
20580:
20581: * src/: include/pa_globals.h, include/pa_request.h,
20582: main/pa_request.C, targets/cgi/parser3.C,
20583: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20584: ParserSiteConfig .../parser3.conf
20585:
20586: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20587:
20588: 2001-09-12 parser
20589:
20590: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20591: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20592: precise error reporting: "connection string must start with
20593: protocol://" now
20594:
20595: * src/main/compile.tab.C: fixed - subname code parts actually []
20596: braced
20597:
20598: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20599: lexer on LS_USER level did [] matching without setting nestage,
20600: introduced special LS_NAME_SQUARE_PART state
20601:
20602: 2001-09-11 parser
20603:
20604: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20605: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20606: languages+=xml
20607:
20608: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20609:
20610: * src/classes/dom.C: ^dom:save/string/file[output options] output
20611: options: $.method[xml|html|text] detection fixed
20612:
20613: * src/types/pa_vdom.h: messages
20614:
20615: * src/classes/dom.C: ^dom:save/string/file[output options] output
20616: options: $.method[xml|html|text] detection fixed
20617:
20618: 2001-09-10 parser
20619:
20620: * src/classes/dom.C: ^dom:save/string/file[output options] output
20621: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20622:
20623: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20624: added]
20625:
20626: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20627: ^dom.xslt[stylesheet filename] 0
20628:
20629: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20630: ^dom.xslt[stylesheet filename] -1 doc is lying
20631:
20632: * src/classes/dom.C: ^dom.file[encoding] = file
20633:
20634: * src/classes/: dom.C: ^dom.string[encoding] 1
20635: ^dom.save[encoding;filename]
20636:
20637: * src/classes/dom.C: ^dom.string[] 0
20638:
20639: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20640:
20641: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20642: types/pa_vform.h: ^dom.save[b.xml] 0
20643:
20644: 2001-09-08 parser
20645:
20646: * src/types/pa_vform.C: $form:tables.name.field
20647:
20648: 2001-09-07 parser
20649:
20650: * src/classes/table.C: table:empty removed, superceded by ^if(def
20651: $table)...
20652:
20653: * src/targets/cgi/parser3.C: z
20654:
20655: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20656: from '' to int/double is 0]
20657:
20658: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20659: $table) is false when table is empty
20660:
20661: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20662: !$form:tables $atable[$form:tables.a]
20663: ^atable.menu{a=$atable.element}[,]
20664:
20665: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20666: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20667:
1.116 moko 20668: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20669: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20670: of dom
20671:
20672: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20673: types/pa_vform.C, types/pa_vform.h: z
20674:
20675: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20676: element [not last]
20677:
1.116 moko 20678: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20679: types/pa_vdom.h: introducing dom. dom:load[a.xml]
20680:
20681: 2001-09-06 parser
20682:
20683: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20684: table with one column 'element' and two rows: 1 and 2
20685:
20686: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
20687: table with one column 'element' and two rows: 1 and 2
20688:
20689: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
20690: bad int/double conversions, and now $form:nonexistent.int(88)
20691: would return 88
20692:
20693: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
20694: types/pa_vhash.h: now there's special hash key '_default'
20695: [instead of ^_default method] $hash[ $.a[1] $.b[2]
20696: $._default[xx] ] $hash.c
20697:
20698: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
20699: fixed [thanks, fif], ^; were treated there non-literally
20700:
20701: * src/doc/doxygen.cfg: merged new default options from 1.2.10
20702: doxygen
20703:
20704: * src/: classes/image.C, classes/op.C, classes/string.C,
20705: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
20706: types/pa_vtable.C: few #ifndef DOXYGEN
20707:
20708: 2001-09-05 parser
20709:
20710: * src/classes/: string.C, table.C: sql options can be void [same as
20711: image:html the other day]
20712:
20713: * src/targets/cgi/Makefile.am: .am undo
20714:
20715: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20716: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
20717: macro expantion on param, simply qoutes whatever passed, undone
20718:
20719: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
20720: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
20721: STRINGIZE(name) #name invented
20722:
20723: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20724: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
20725: MAIN_SQL_DRIVERS_NAME "drivers"
20726:
20727: moved to be availible to all users
20728:
20729: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
20730: SQL_DRIVER_CREATE_FUNC_NAME
20731:
20732: * src/classes/mail.C: MAIN:MAIL check fixed
20733:
20734: 2001-09-04 parser
20735:
20736: * src/classes/image.C: image.html now can accept void params
20737:
20738: * src/targets/isapi/parser3isapi.C: z
20739:
20740: * src/targets/cgi/parser3.C: full_file_spec bug
20741:
20742: * src/targets/cgi/parser3.C: getenvcheck
20743:
20744: * src/targets/cgi/parser3.C: zz
20745:
20746: * src/targets/cgi/parser3.C: zzz
20747:
20748: * src/classes/date.C: date
20749:
20750: * src/classes/date.C: date:sql-string is now without ''
20751:
1.116 moko 20752: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 20753: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
20754: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
20755:
1.116 moko 20756: * src/include/pa_config_auto.h.in: makes
1.95 moko 20757:
20758: 2001-09-03 parser
20759:
20760: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
20761:
20762: 2001-09-01 parser
20763:
20764: * src/classes/image.C: letter_spacing
20765:
20766: * src/classes/image.C: image: font params changed
20767:
20768: * src/classes/image.C: image: as_int as_string used
20769:
20770: * src/types/pa_vmethod_frame.h: $result[] now gets properly
20771: analized
20772:
20773: 2001-08-31 parser
20774:
20775: * src/targets/cgi/parser3.C: z
20776:
1.116 moko 20777: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
20778: cygwin
1.95 moko 20779:
20780: * src/classes/void.C: void:int/double += (default)
20781:
20782: * src/classes/image.C: image:font added space param image:font
20783: changed charwidth alg, added kerning const[for now]
20784:
20785: * src/classes/: string.C, table.C: string:int/double (defaults)
20786:
20787: 2001-08-29 parser
20788:
20789: * src/main/pa_exception.C: exception redundant debug info
20790:
20791: 2001-08-28 parser
20792:
20793: * src/classes/image.C: image error msgs
20794:
20795: * src/classes/image.C: image: gifsize little endian
20796:
20797: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
20798: doxygeneration
20799:
20800: * src/: classes/Makefile.am, main/Makefile.am,
20801: targets/cgi/Makefile.am, types/Makefile.am: .am-s
20802:
20803: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
20804: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
20805:
20806: * src/main/compile.C: NO_STRING_ORIGIN check2
20807:
20808: * src/classes/table.C: NO_STRING_ORIGIN check
20809:
20810: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
20811: storage class specifiers invalid in friend function declarations
20812:
20813: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
20814: main/untaint.C, targets/cgi/parser3.C,
20815: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
20816: case of limit
20817:
20818: * src/: classes/file.C, main/pa_common.C: file:move
20819: autocreate/remove dest/src dir
20820:
20821: * src/: classes/string.C, include/pa_dictionary.h,
20822: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
20823: main/untaint.C: pa_directory speeded up. moved zero 'from' check
20824: to directory constructor. string:replace
20825:
20826: 2001-08-27 parser
20827:
20828: * src/classes/image.C: fixed jpgsize alg
20829:
20830: * src/classes/image.C: fixed jpgsize alg
20831:
20832: * src/main/pa_exception.C: z
20833:
20834: * src/main/pa_common.C: removed debug info from pa_common
20835:
20836: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
20837: [auto.p from current dir loading]
20838:
1.116 moko 20839: * src/: main/pa_common.C, main/pa_exception.C,
20840: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
20841: for solaris -lsocket
1.95 moko 20842:
20843: 2001-08-24 parser
20844:
20845: * src/targets/cgi/parser3.C: not cgi extra \n 3
20846:
20847: * src/targets/cgi/parser3.C: not cgi extra \n 2
20848:
20849: * src/targets/cgi/parser3.C: not cgi extra \n
20850:
20851: * src/main/pa_sql_driver_manager.C: z
20852:
20853: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
20854: sql* removed services from disconnect - cross-request ideological
20855: probs.
20856:
20857: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
20858: cross-request ideological probs. oracle - fixed bug: cs
20859: allocated on request.pool and got freed before disconnect
20860:
20861: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
20862: mallocs fixed
20863:
20864: 2001-08-23 parser
20865:
20866: * src/classes/file.C: minor bug in file:save fixed
20867:
20868: * src/main/pa_sql_driver_manager.C: oracle: dlink
20869:
20870: 2001-08-22 parser
20871:
20872: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
20873: types/pa_vfile.h: file:load|save[text|binary;
20874:
20875: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
20876:
20877: 2001-08-21 parser
20878:
20879: * src/classes/: file.C, table.C: ^file:list
20880:
20881: 2001-08-20 parser
20882:
20883: * src/: main/compile.tab.C, main/compile.y,
20884: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
20885: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
20886: recousively caused problems: inc incremeted 123 literal!! fixed
20887:
20888: 2001-08-10 parser
20889:
20890: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
20891:
20892: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20893: added
20894:
20895: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
20896: added
20897:
20898: * src/classes/table.C: table:sort restored [it was bad test :(]
20899:
20900: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
20901: ''
20902:
20903: * src/main/: pa_request.C: wanted to make const int
20904: MAX_EXECUTE_SECONDS=1;
20905:
20906: but couldnt, set_callback_and_alarm appeared to be not exported
20907: :(
20908:
20909: * src/main/pa_string.C: string.match hanged on. there were a hang
20910: check but it weren't wise enough
20911:
20912: @parse[dateString][tmp]
20913: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
20914: #end
20915:
20916: @main[] ^parse[2001-02-03]
20917:
20918: * src/classes/: table.C: table:sort now default desc
20919:
20920: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
20921: table.sort now creates new sorted table
20922:
20923: 2001-08-09 parser
20924:
20925: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
20926:
20927: * src/classes/hash.C: hash:_default now [was hash:default]
20928:
20929: * src/classes/op.C: case without switch check added
20930:
20931: * src/types/pa_vcookie.C: cookie name&value origins added, more
20932: precise $ORIGINS(1)
20933:
20934: * src/main/Makefile.am: .am
20935:
20936: * src/classes/void.C: void: int double copy/paste from int: bug
20937: fixed
20938:
20939: * src/classes/void.C: void: int double copy/paste from int: bug
20940: fixed
20941:
20942: 2001-08-07 parser
20943:
20944: * src/: classes/double.C, classes/int.C, classes/string.C,
20945: classes/table.C, include/pa_globals.h, main/pa_globals.C:
20946: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
20947: string, table
20948:
20949: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
20950: srand made working
20951:
20952: 2001-08-06 parser
20953:
20954: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
20955: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
20956: main/compile.tab.C, main/compile.y, main/pa_array.C,
20957: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
20958: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
20959:
20960: * src/main/pa_exec.C: exec win32 real filename
20961:
20962: * src/classes/file.C: exec stderr out
20963:
20964: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
20965:
20966: 2001-08-03 parser
20967:
20968: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
20969:
20970: 2001-08-02 parser
20971:
20972: * src/: classes/string.C, classes/table.C, include/pa_array.h,
20973: main/execute.C, main/pa_exec.C: introducing Array_iter
20974:
20975: * src/main/execute.C: detected quick_get recursion bug. changed to
20976: get@execute, but needs array iterator, separate from array to
20977: avoid it & use caching
20978:
20979: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
20980: bug fixed
20981:
20982: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
20983: main/execute.C, main/pa_globals.C: found another multithread bug
20984: in op.C (last, last global var killed) :)
20985:
20986: 2001-08-01 parser
20987:
20988: * src/: include/pa_dictionary.h, include/pa_globals.h,
20989: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
20990: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
20991: main/untaint.C: speeded up typo-html replacements. introducing
20992: Dictionary with first-char caching
20993:
20994: 2001-07-31 parser
20995:
20996: * src/types/Makefile.am: pa_vtable.C added to .am
20997:
20998: * src/main/compile.tab.C: added, so that could be compiled even on
20999: non-bison-enabled platforms
21000:
21001: 2001-07-28 parser
21002:
21003: * src/classes/table.C: table:hash always produces hash, when can't
21004: - empty
21005:
21006: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21007: skipped \n
21008:
21009: 2001-07-27 parser
21010:
21011: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21012: on int/double/string :sql without result and default
21013:
21014: 2001-07-26 parser
21015:
21016: * src/classes/op.C: fixed bad multithread bug with strangly global
21017: OP
21018:
21019: * src/main/compile.y: $man[$.age[zzz]] 0
21020:
21021: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21022: creation syntax problem persists. restored $: for a while.
21023: thinking of $man[$.age[zzz]] syntax now
21024:
21025: * src/: classes/double.C, classes/int.C, classes/string.C,
21026: include/pa_opcode.h, main/compile.C, main/compile.y,
21027: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21028: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21029: types/pa_wwrapper.h: fixing :: realization #1
21030:
21031: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21032: main/compile_tools.h, main/execute.C, main/pa_request.C,
21033: types/pa_vmethod_frame.h: introducing :: this is constructor call
21034: prefix. ordinary : remains for static accesses
21035:
21036: 2001-07-25 parser
21037:
21038: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21039: fields 2. methods 3. columns
21040:
21041: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21042: quote. optimized double&int tostring-s
21043:
21044: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21045: whitespace before first method decl
21046:
21047: * src/classes/table.C: allowed nontable result in table:sql,
21048: results in empty table
21049:
21050: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21051: lines before first method decl
21052:
21053: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21054: types/pa_vtable.h: ^table.record[] now $table.fields
21055:
21056: * src/main/compile.y: $var[] is now empty string, not void
21057:
21058: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21059: void
21060:
21061: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21062: main/pa_globals.C: match replace code context moved to implicit
21063: $match context
21064:
21065: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21066: main/compile_tools.h, main/execute.C: with killed, code storage
21067: introduced with former 'with' syntax
21068:
21069: 2001-07-24 parser
21070:
21071: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21072: types/pa_value.h: first get_element, next get operator
21073:
21074: * src/main/compile.y: removed @end handling
21075:
21076: * src/main/: compile.C, compile.y: @end handling method2
21077:
21078: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21079: file:move
21080:
21081: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21082: fixed
21083:
21084: 2001-07-23 parser
21085:
21086: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21087: driver
21088:
21089: * src/classes/hash.C: changed sql driver query interface
21090:
21091: * src/: classes/hash.C, classes/string.C, classes/table.C,
21092: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21093: changed sql driver query interface
21094:
21095: 2001-07-20 parser
21096:
21097: * src/types/pa_vrequest.C: X!$browser:type
21098:
21099: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21100: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21101: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21102: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21103: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21104: types/pa_vobject.h, types/pa_vrequest.C,
21105: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21106: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21107: BASE element globally removed
21108:
21109: 2001-07-18 parser
21110:
21111: * src/classes/file.C: file:exec/cgi msg
21112:
21113: * src/classes/file.C: $file:exit-code renamed to 'status'
21114:
21115: * src/: classes/file.C, main/pa_exec.C: file:exec
21116:
1.116 moko 21117: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21118: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21119: removed $id from *.in *.am
1.95 moko 21120:
21121: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21122: abbrevations
21123:
21124: * src/: classes/date.C, classes/mail.C, classes/math.C,
21125: classes/string.C, classes/table.C, include/pa_globals.h,
21126: include/pa_string.h, main/execute.C, main/pa_globals.C,
21127: main/pa_request.C, main/pa_string.C, main/untaint.C,
21128: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21129: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21130: $ORIGINS(1) output tracing mode
21131:
21132: 2001-07-13 parser
21133:
21134: * src/: classes/double.C, classes/int.C, classes/string.C,
21135: include/pa_request.h, main/execute.C, main/pa_request.C:
21136: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21137: second would not call first @auto
21138:
21139: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21140: wrong, fixed
21141:
21142: 2001-07-12 parser
21143:
21144: * src/types/pa_value.h: pa_value.putelement modification of system
21145: classes prevented
21146:
21147: 2001-07-11 parser
21148:
21149: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21150: table $piece
21151:
21152: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21153: types/pa_vstateless_class.h: $file created by file:state +=
21154: .atime .mtime .ctime +found&fixed bug with exceptions on
21155: get_junction-created objects [they were on wrong pool]
21156:
21157: 2001-07-09 parser
21158:
21159: * src/main/untaint.C: qp wrong name
21160:
21161: * src/: classes/date.C, classes/string.C, classes/table.C,
21162: main/compile.y: date format 0
21163:
21164: 2001-07-07 parser
21165:
21166: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21167: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21168: roll table calendar
21169:
21170: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21171: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21172: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21173: include/pa_request.h, main/main.dsp, types/pa_value.h,
21174: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21175: string. todo: sql, calendar
21176:
21177: 2001-07-06 parser
21178:
21179: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21180: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21181:
21182: 2001-07-03 parser
21183:
21184: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21185: classes/random.C, main/main.dsp: class random renamed to math,
21186: operators became methods
21187:
21188: * src/classes/op.C: pow sqrt
21189:
21190: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21191:
21192: 2001-07-02 parser
21193:
21194: * src/classes/table.C: ^table.columns column renamed from 'name' to
21195: 'column'
21196:
21197: * src/classes/hash.C: ^hash.keys[]
21198:
21199: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21200:
21201: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21202: 'strings'
21203:
21204: 2001-06-29 parser
21205:
21206: * src/main/: execute.C: /0 %0 checkes ver 2
21207:
21208: * src/main/execute.C: /0 %0 checke
21209:
21210: * src/classes/Makefile.am: nothing - void
21211:
21212: * src/classes/table.C: empty strings @ sql
21213:
21214: 2001-06-28 parser
21215:
21216: * src/: classes/double.C, classes/file.C, classes/form.C,
21217: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21218: classes/op.C, classes/random.C, classes/response.C,
21219: classes/string.C, classes/table.C, classes/void.C,
21220: main/compile.C, main/compile_tools.C, main/execute.C,
21221: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21222: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21223: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21224: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21225: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21226: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21227: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21228: $";
21229:
21230: * src/: classes/double.C, classes/file.C, classes/form.C,
21231: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21232: classes/op.C, classes/random.C, classes/response.C,
21233: classes/string.C, classes/table.C, classes/void.C,
21234: main/compile.C, main/compile.y, main/compile_tools.C,
21235: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21236: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21237: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21238: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21239: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21240: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21241:
21242: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21243: $class:name: == ${class:name}:
21244:
21245: * src/classes/string.C: exactly one
21246:
21247: 2001-06-27 parser
21248:
21249: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21250: types/pa_vvoid.h: nothing renamed to void
21251:
21252: * src/classes/op.C: ^switch ^case
21253:
21254: * src/main/compile.y: nothing renamed to void
21255:
21256: * src/: classes/hash.C, classes/table.C, main/compile.y,
21257: main/execute.C, main/main.dsp, main/pa_request.C,
21258: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21259: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21260: void
21261:
21262: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21263:
21264: 2001-05-28 parser
21265:
21266: * src/doc/html2chm.cmd: removed >a
21267:
21268: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21269: project options [some bugs]
21270:
21271: * src/doc/sources2html.cmd: z
21272:
21273: * src/: classes/classes.C, main/compile.C, main/compile.y,
21274: main/execute.C: operators are not in root class again
21275:
21276: 2001-05-24 parser
21277:
21278: * src/targets/cgi/parser3.dsp: project file
21279:
21280: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21281: ^log ^exp
21282:
21283: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21284: conversions in @exception[params]
21285:
21286: * src/main/pa_request.C: // no _ conversions in @exception[params]
21287:
21288: 2001-05-23 parser
21289:
21290: * src/main/pa_string.C: string cmp bug
21291:
21292: * src/classes/: mail.C, op.C: rem max 1000
21293:
21294: * src/: classes/op.C, main/compile.y: allow one empty line before
21295: LS_DEF_NAME
21296:
21297: 2001-05-22 parser
21298:
21299: * src/classes/op.C: if params code-required
21300:
21301: 2001-05-21 parser
21302:
21303: * src/types/pa_vstring.C: eoleof
21304:
21305: * src/classes/Makefile.am: .AM
21306:
21307: * src/classes/nothing.C: resultless ^sql moved to nothing:
21308:
21309: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21310:
21311: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21312: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21313: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21314: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21315: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21316: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21317: 'nothing'
21318:
21319: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21320: vstring::set_string
21321:
21322: * src/classes/: double.C, int.C, string.C: int,double;sql
21323:
21324: * src/: classes/hash.C, classes/int.C, classes/string.C,
21325: classes/table.C, include/pa_string.h, main/pa_string.C,
21326: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21327:
21328: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21329: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21330: hash:sql moved to main trunc. operators.txt updated
21331:
21332: * src/classes/: hash.C, op.C, table.C: hash:sql
21333:
21334: * src/classes/op.C: z
21335:
21336: * src/: main/compile.C, classes/classes.C: 1
21337:
21338: * src/: classes/classes.C, main/compile.C, main/compile.y,
21339: main/execute.C: 0
21340:
21341: * src/main/execute.C: z
21342:
21343: * src/targets/cgi/parser3.C: z
21344:
21345: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21346: site_auto_path "." in that case
21347:
21348: * src/targets/cgi/: parser3.C: z
21349:
21350: * src/main/pa_request.C: .am
21351:
21352: * src/: main/pa_request.C, targets/cgi/parser3.C:
21353: pcre_tables=pcre_default_tables;
21354:
21355: 2001-05-19 parser
21356:
21357: * src/main/pa_string.C: z
21358:
21359: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21360: introducing String::cstr_bufsize, returns just size+1 for as_is
21361: target.
21362:
21363: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21364: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21365: used, 4* mem wasted
21366:
21367: * src/classes/string.C: root context in match replace body now
21368: unchanged
21369:
21370: * src/types/pa_value.h: parameter # 1 based
21371:
21372: * src/main/pa_common.C: common: actual filename '%s'
21373:
21374: * src/classes/string.C: z
21375:
21376: * src/classes/Makefile.am: classes/.am
21377:
21378: * src/classes/: Makefile.am: classes/.am
21379:
21380: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21381: targets/cgi/pa_pool.C: classes/.am
21382:
21383: 2001-05-18 parser
21384:
1.116 moko 21385: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21386: pa_threads.C ins
1.95 moko 21387:
21388: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21389:
21390: 2001-05-17 parser
21391:
21392: * src/: classes/string.C, include/pa_config_fixed.h,
21393: include/pa_config_includes.h, main/compile.y,
21394: main/compile_tools.h, main/execute.C, main/pa_array.C,
21395: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21396: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21397: types/pa_vform.C: #include "pa_config_includes.h" removed from
21398: most .C
21399:
21400: * src/doc/html2chm.cmd: z
21401:
21402: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21403: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21404:
21405: * src/main/pa_sql_driver_manager.C: moved expiration to
21406: get_connection_from_cache
21407:
21408: * src/main/pa_sql_driver_manager.C: cache expiration bf
21409:
21410: * src/: classes/classes.h, include/pa_sql_connection.h,
21411: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21412: cache expiration[use SQL_Driver::disconnect]
21413:
21414: * src/main/pa_table.C: table.locate current restored on "not found"
21415:
21416: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21417: line no
21418:
21419: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21420: ANTI_ENDLESS_EXECUTE_RECOURSION
21421:
21422: * src/: classes/op.C, include/pa_sql_connection.h,
21423: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21424: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21425: 1driver and set_services fight for driver::fservices. before fix
21426:
21427: * src/: classes/op.C, include/pa_config_fixed.h,
21428: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21429: main/pa_sql_driver_manager.C: found problem at last: 2connections
21430: own 1driver and set_services fight for driver::fservices. before
21431: fix
21432:
21433: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21434: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21435: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21436: pa_threads.C
21437:
21438: * src/include/pa_threads.h: removed targets/parser
21439:
21440: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21441: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21442: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21443: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21444: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21445: headers
21446:
21447: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21448: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21449: order prevented sqlmanager to see MULTYTHREAD define
21450:
21451: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21452: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21453: put/gets
21454:
21455: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21456: from hash.h
21457:
21458: * src/: classes/op.C, include/pa_sql_connection.h,
21459: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21460: from cache ->set_services(&services);
21461:
21462: 2001-05-16 parser
21463:
21464: * src/targets/cgi/parser3.C: z
21465:
21466: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21467: debug, #ifdefed some. would debug later, on more precise sample
21468: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21469: $name.$tail[$tail!] $name.$tail } ok3
21470:
21471: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21472: removed array debug. before vstring rebasing
21473:
21474: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21475: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21476: array debugged; adjusted
21477:
21478: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21479: SQL_Driver_manager line no for connect/charset errors
21480:
21481: 2001-05-15 parser
21482:
21483: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21484: main/pa_string.C: string+array made linear grows
21485:
21486: * src/: include/pa_string.h, main/pa_string.C,
21487: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21488: grow lineary, not exponentialy
21489:
21490: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21491: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21492: with fullchunk cmps
21493:
21494: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21495: 70041= 81
21496:
21497: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21498: targets/cgi/parser3.C: detected huge mem allocation: size/times
21499: malloc 27809390/368771, calloc 3232/83. would test now
21500:
21501: * src/: classes/random.C, main/compile.y, main/execute.C,
21502: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21503: numbered params had wrong name - for instance: bad error message
21504: in ^for[] bad body type. fixed
21505:
21506: 2001-05-14 parser
21507:
21508: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21509: main/untaint.C: ^string.upper|lower[]
21510:
21511: 2001-05-11 parser
21512:
21513: * src/: classes/double.C, classes/image.C, classes/op.C,
21514: classes/string.C, classes/table.C, classes/unknown.C,
21515: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21516: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21517: types/pa_vunknown.h: op: MAX_LOOPS as_int
21518:
21519: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21520: .dsp for win32tools
21521:
21522: 2001-05-11 paf
21523:
21524: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21525: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21526: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21527: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21528:
21529: 2001-05-10 paf
21530:
21531: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21532: for C++, that's all
21533:
1.116 moko 21534: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21535: pa_config_includes.h: inline wonders
1.95 moko 21536:
21537: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21538: doc/doxygen.cmd: hash.C added
21539:
21540: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21541:
21542: * src/main/compile.y: @end grammar: allowed zero strings in control
21543: menthod
21544:
21545: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21546: pa_vstateless_object.h: changed priority: field before method
21547: lookup in vclass & vobject
21548:
21549: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21550: grammar: priorities changes [lowerd && prior] vobject: now first
21551: fields, next methods
21552:
21553: 2001-05-08 paf
21554:
21555: * src/main/pa_table.C: table columnname2item on nameless ignored
21556: bark=false. fixed
21557:
21558: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21559: types/pa_vmethod_frame.h: hash:default works at last!
21560:
21561: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21562: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21563: hash:default
21564:
21565: * src/classes/table.C: z
21566:
21567: * src/classes/table.C: table:hash always hash of hash now
21568:
21569: * src/classes/table.C: table:empty return bool now
21570:
21571: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21572: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21573: types/pa_vtable.h: table:hash
21574:
21575: * src/classes/table.C: table:record have name
21576:
21577: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21578: returns vunknown
21579:
21580: * src/classes/: double.C, int.C, op.C, string.C:
21581: int,double,string:int[] double[] string:length[] results now have
21582: hames
21583:
21584: * src/: classes/op.C, classes/table.C, main/main.dsp,
21585: types/pa_vtable.h: removed table:find. table:locate and op:eval
21586: now return bool
21587:
21588: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21589: in method checkparams again. fixed
21590:
21591: 2001-05-07 paf
21592:
21593: * src/doc/chm.cmd: cmd
21594:
21595: * src/: classes/image.C, classes/mail.C, classes/string.C,
21596: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21597: types/pa_value.h: method reported errors on wrong pool
21598:
21599: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21600: now
21601:
21602: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21603: include/code.h, include/pa_opcode.h, main/compile.C,
21604: main/compile_tools.h, main/execute.C, types/pa_value.h,
21605: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21606: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21607: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21608: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21609: types/pa_vmethod_frame.h, types/pa_vobject.h,
21610: types/pa_vrequest.h, types/pa_vresponse.h,
21611: types/pa_vstateless_class.h, types/pa_vstring.h,
21612: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21613: types/pa_wwrapper.h: pa_code.h
21614:
21615: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21616:
21617: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21618: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21619: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21620: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21621: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21622: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21623: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21624: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21625: types/pa_vtable.h: dox, split by not clean parts also
21626:
21627: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21628: types/pa_vtable.h: table: fields, then methods. so to enable
21629: 'dir' fields & co. more
21630:
21631: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21632: so to enable 'dir' fields & co.
21633:
21634: * src/main/compile.y: grammar: @end
21635:
21636: 2001-05-04 paf
21637:
21638: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21639: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21640:
21641: * src/: classes/classes.h, classes/double.C, classes/file.C,
21642: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21643: classes/op.C, classes/random.C, classes/response.C,
21644: classes/string.C, classes/table.C, classes/unknown.C,
21645: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21646: method dox
21647:
21648: 2001-05-03 paf
21649:
21650: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21651: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21652: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21653: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21654: doc/string.dox, doc/targets.dox, doc/value.dox,
21655: main/pa_request.C: dox splitted .dox files and added some
21656:
21657: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21658:
21659: 2001-05-02 paf
21660:
21661: * src/classes/: image.C, table.C: table:dir result are not tainted
21662: by file_name language now
21663:
21664: 2001-04-28 paf
21665:
21666: * src/classes/classes.inc: removed classes.inc
21667:
21668: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21669: from .am
21670:
21671: * src/classes/classes.awk: skipped classes in .awk
21672:
21673: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21674: classes/classes.inc, classes/double.C, classes/file.C,
21675: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21676: classes/string.C, classes/table.C, classes/unknown.C,
21677: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
21678: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
21679: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
21680: pa_methoded back to classes/classes.h
21681:
21682: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
21683:
21684: * src/: classes/Makefile.am, classes/classes.awk,
21685: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
21686: classes/ls.exe, main/bison.exe: classes.inc autogenerator
21687:
21688: * src/: classes/classes.C, classes/classes.h, classes/double.C,
21689: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
21690: classes/response.C, classes/string.C, classes/table.C,
21691: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
21692: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
21693: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
21694: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
21695: include|main/pa_methoded
21696:
21697: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
21698: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
21699:
21700: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
21701: moved some configured data to request::classes_conf moved some
21702: string crations from globals to M... [works]
21703:
21704: * src/: classes/form.C, classes/mail.C, classes/op.C,
21705: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
21706: main/pa_request.C: moved some configured data to
21707: request::classes_conf moved some string crations from globals to
21708: M...
21709:
21710: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
21711: about to move configured data to special request hash
21712:
21713: * src/: classes/classes.C, classes/classes.h, classes/file.C,
21714: classes/form.C, classes/mail.C, include/pa_request.h,
21715: main/pa_request.C: configure started
21716:
21717: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
21718: 2. todo: methoded-configure
21719:
21720: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
21721: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21722: classes/_random.h, classes/_response.h, classes/_string.h,
21723: classes/_table.h, classes/_unknown.h, classes/classes.inc,
21724: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21725: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21726: classes/random.C, classes/response.C, classes/string.C,
21727: classes/table.C, classes/unknown.C, include/pa_globals.h,
21728: include/pa_request.h, main/compile.y, main/execute.C,
21729: main/main.dsp, main/pa_globals.C, main/pa_request.C,
21730: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
21731: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
21732: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
21733: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21734: types/pa_vrequest.h, types/pa_vresponse.h,
21735: types/pa_vstateless_class.h, types/pa_vstring.h,
21736: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21737: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
21738: methoded-configure
21739:
21740: * src/: classes/file.C, classes/table.C, main/compile.y,
21741: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
21742: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
21743: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
21744:
21745: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
21746: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
21747: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21748: classes/random.C, classes/response.C, classes/string.C,
21749: classes/table.C, classes/unknown.C, include/pa_request.h,
21750: main/compile.y, main/execute.C, main/pa_globals.C,
21751: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
21752: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
21753: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
21754: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
21755: beautifying just compiled. todo: debug, configure
21756:
21757: 2001-04-27 paf
21758:
21759: * src/: classes/file.C, classes/image.C, classes/table.C,
21760: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
21761: beautifying -99
21762:
21763: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
21764: classes/_response.h, classes/_unknown.h, classes/classes.C,
21765: classes/classes.h, classes/double.C, classes/file.C,
21766: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21767: classes/op.C, classes/random.C, classes/response.C,
21768: classes/string.C, include/pa_globals.h, main/main.dsp,
21769: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
21770: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
21771: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
21772: types/pa_vunknown.h: beautifying -100
21773:
21774: * src/main/compile.y: serge@ found @CLASS bug. fixed
21775:
21776: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
21777: classes/_op.h, classes/_random.h, classes/_table.h,
21778: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
21779: classes/op.C, classes/random.C, classes/response.C,
21780: classes/string.C, classes/table.C, classes/unknown.C,
21781: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
21782: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
21783: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
21784: beautifying
21785:
21786: 2001-04-26 paf
21787:
21788: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
21789:
21790: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
21791: documentation ++
21792:
21793: * src/: classes/_exec.h, doc/doxygen.cfg,
21794: include/pa_config_fixed.h, include/pa_config_includes.h,
21795: targets/cgi/pa_pool.C: code documentation ++
21796:
21797: * src/: classes/_image.h, classes/op.C, classes/random.C,
21798: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21799: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21800: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
21801: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21802: types/pa_vmethod_frame.h, types/pa_vobject.h,
21803: types/pa_vrequest.C, types/pa_vrequest.h,
21804: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
21805: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
21806: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
21807: code documentation ++
21808:
21809: * src/: classes/image.C, classes/mail.C, classes/string.C,
21810: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
21811: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
21812: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
21813: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21814: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
21815: types/pa_vobject.h, types/pa_vstateless_class.h,
21816: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
21817:
21818: * src/main/: pa_request.C, pa_string.C: z
21819:
21820: * src/: include/pa_common.h, include/pa_types.h,
21821: main/pa_sql_driver_manager.C: module [and, guess, isapi]
21822: connection caching fixed. request-pooled-url were stored into
21823: global connectioncache
21824:
21825: 2001-04-25 paf
21826:
21827: * src/: doc/doxygen.cfg, doc/doxygen.txt,
21828: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
21829:
21830: * src/: include/code.h, include/pa_common.h, main/compile.y,
21831: main/execute.C, main/pa_common.C: -d
21832:
21833: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
21834: illegal call check a bit improved, but still under iis no mapping
21835: of dir with parser allowed!
21836:
21837: 2001-04-24 paf
21838:
21839: * src/targets/Makefile.am: apache module lib .am
21840:
21841: * src/main/pa_exec.C: windows32 buildCommand
21842:
21843: 2001-04-23 paf
21844:
21845: * src/targets/cgi/Makefile.am: win32 conditional
21846:
21847: * src/targets/cgi/Makefile.am: win32 conditional
21848:
21849: * src/targets/cgi/Makefile.am: liblink
21850:
21851: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
21852: vfile fields return type
21853:
21854: * src/types/pa_vfile.h: vfile fields return type
21855:
21856: * src/include/pa_config_auto.h.in: .h.in
21857:
21858: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
21859: types/Makefile: makefiles removed
21860:
21861: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
21862: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
21863:
21864: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
21865: [tested: i & g ]
21866:
21867: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
21868: @test noticed series in isapi, check how initialize_random_class
21869: is called! [must be called only once]
21870:
21871: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
21872: would not be 'unknown column'
21873:
21874: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
21875: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
21876:
21877: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
21878: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
21879: [now doesnt]
21880:
21881: * src/targets/cgi/parser3.C: cgi cmdline ver
21882:
21883: * src/targets/cgi/parser3.C: cgi /// @test disable
21884: /cgi-bin/parser3/auto.p
21885:
21886: * src/main/untaint.C: untaint without charset
21887:
21888: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
21889: main/pa_common.C: common: file_write /// @test mkdirs
21890: file_delete rmdirs
21891:
21892: * src/main/untaint.C: mail header only once to =?
21893:
21894: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
21895: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
21896: main/untaint.C: untaint - @test optimize whitespaces for
21897: all but 'html'
21898:
21899: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
21900: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
21901: main/untaint.C: untaint - @test mail-header
21902:
21903: 2001-04-20 paf
21904:
21905: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
21906: include/pa_request.h, include/pa_string.h, main/compile.y,
21907: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21908: targets/cgi/parser3.C: $MAIN:LOCALE
21909:
21910: * src/main/untaint.C: z
21911:
21912: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
21913:
21914: 2001-04-19 paf
21915:
21916: * src/main/compile_tools.h: $a$b bugfix
21917:
21918: * src/targets/cgi/parser3.C: z
21919:
21920: * src/classes/file.C: z
21921:
21922: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
21923: done: header to $fields. waits for header '\' tricks
21924:
21925: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
21926: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
21927: changed urlencode here and in untaint.C to HTTP standard's " and
21928: \" mech
21929:
21930: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
21931: http://alx/~paf/ doesnt load /auto.p
21932:
21933: 2001-04-18 paf
21934:
21935: * src/main/pa_request.C: 1
21936:
21937: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
21938: linux @alx
21939:
21940: 2001-04-17 paf
21941:
21942: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
21943: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
21944: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
21945: enabled
21946:
21947: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21948: classes/_exec.h, classes/_file.h, classes/_form.h,
21949: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21950: classes/_random.h, classes/_response.h, classes/_string.h,
21951: classes/_table.h, classes/_unknown.h, classes/file.C,
21952: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
21953: include/pa_config_fixed.h, include/pa_config_includes.h,
21954: include/pa_hash.h, include/pa_sql_driver_manager.h,
21955: include/pa_version.h, main/Makefile.am, main/compile.y,
21956: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
21957: main/pa_sql_driver_manager.C, sql/Makefile.am,
21958: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
21959: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
21960: types/pa_vform.C, types/pa_vimage.h: exec @jav
21961:
21962: * src/: include/pa_sql_driver_manager.h,
21963: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21964: types/pa_vimage.h: sql driver interface now has initialize(client
21965: .so)
21966:
21967: 2001-04-16 paf
21968:
21969: * src/Makefile.am: compile2 cygwin
21970:
21971: * src/: include/pa_config_includes.h, main/pa_exec.C,
21972: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
21973:
21974: * src/targets/cgi/Makefile.am: compile0 jav
21975:
21976: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
21977: classes/_exec.h, classes/_file.h, classes/_form.h,
21978: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
21979: classes/_random.h, classes/_response.h, classes/_string.h,
21980: classes/_table.h, classes/_unknown.h, classes/image.C,
21981: classes/mail.C, classes/op.C, classes/random.C,
21982: include/pa_config_fixed.h, include/pa_config_includes.h,
21983: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
21984: main/compile.y, main/pa_common.C, main/pa_exec.C,
21985: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
21986: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
21987: compile-1
21988:
21989: 2001-04-15 paf
21990:
21991: * src/classes/op.C: z
21992:
21993: * src/classes/table.C: table:empty +=process
21994:
21995: * src/types/pa_value.h: MethodParams !junction
21996:
21997: * src/: classes/_string.h, classes/double.C, classes/file.C,
21998: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
21999: classes/random.C, classes/response.C, classes/string.C,
22000: classes/table.C, classes/unknown.C, main/pa_request.C:
22001: MethodParams everywhere
22002:
22003: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22004: types/pa_vmethod_frame.h: MethodParams in op.C
22005:
22006: 2001-04-12 paf
22007:
22008: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22009:
22010: * src/: classes/_unknown.h, classes/unknown.C,
22011: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22012: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22013:
22014: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22015:
22016: * src/classes/image.C: image:gif now does not have params
22017:
22018: * src/classes/image.C:
22019: image:line/fill/rectangle/bar/replace/polygon/polybar
22020:
22021: * src/: classes/image.C, classes/op.C, main/execute.C,
22022: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22023: for var now written not to r.wcontext, but to r.root cleared
22024: "entered_object" state
22025:
22026: 2001-04-11 paf
22027:
22028: * src/classes/image.C: image:create image:load
22029:
22030: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22031: just compiled
22032:
22033: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22034: todo: gif without file
22035:
22036: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22037: started porting to Pooled descendant
22038:
22039: * src/: classes/image.C, main/execute.C, main/main.dsp,
22040: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22041: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22042: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22043:
22044: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22045: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22046: end. switching to python imaging lib
22047:
22048: * src/main/main.dsp: gd+smtp made separate libs
22049:
22050: * src/: include/pa_globals.h, include/pa_string.h,
22051: main/pa_common.C, main/pa_request.C, main/untaint.C,
22052: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22053: length
22054:
22055: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22056: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22057: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22058: UL_FILE_NAME of posted file name
22059:
22060: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22061: post [broke when moved post read to core]
22062:
22063: 2001-04-10 paf
22064:
22065: * src/classes/image.C: image:html done
22066:
22067: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22068:
22069: * src/classes/image.C: z
22070:
22071: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22072: forgotten!
22073:
22074: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22075: main/pa_request.C, main/pa_string.C, main/untaint.C,
22076: types/pa_vimage.h: image:measure -90
22077:
22078: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22079: classes/_int.h, classes/_mail.h, classes/_op.h,
22080: classes/_random.h, classes/_response.h, classes/_string.h,
22081: classes/_table.h, classes/file.C, classes/mail.C,
22082: include/pa_common.h, include/pa_globals.h, main/execute.C,
22083: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22084: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22085: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22086: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22087: compiled
22088:
22089: * src/classes/mail.C: minor bug with unclear from/to
22090:
22091: * src/classes/mail.C: sendmail unix skipping defaults
22092:
22093: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22094: sendmail unix added defaults
22095:
22096: * src/classes/mail.C: unix sendmail compiled. todo:testing
22097:
22098: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22099:
22100: 2001-04-09 paf
22101:
22102: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22103: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22104: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22105: targets/isapi/parser3isapi.dsp: all targets exec
22106:
22107: * src/: include/pa_sapi.h, include/pa_string.h,
22108: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22109: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22110: args in apache:util.script
22111:
22112: * src/include/pa_string.h: written but not tested exec with env for
22113: unix
22114:
22115: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22116: targets/cgi/parser3.C: exec win32 env
22117:
22118: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22119: 0
22120:
22121: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22122: main/execute.C, main/main.dsp, main/pa_globals.C,
22123: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22124: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22125:
22126: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22127: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22128:
22129: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22130: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22131:
22132: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22133: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22134: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22135: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22136: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22137: exec class just compiled. moved post read to request core
22138:
22139: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22140: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22141: main/pa_globals.C, targets/cgi/parser3.C,
22142: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22143: are already read by vform
22144:
22145: 2001-04-08 paf
22146:
22147: * src/: classes/file.C, classes/mail.C, classes/string.C,
22148: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22149: uuencode. string<<
22150:
22151: 2001-04-07 paf
22152:
22153: * src/classes/mail.C: z
22154:
22155: * src/classes/mail.C: z
22156:
22157: * src/classes/mail.C: ^mail[$attach
22158:
22159: * src/classes/mail.C: ^attach dead end
22160:
22161: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22162: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22163: targets/isapi/parser3isapi.C: mail:send 1
22164:
22165: * src/: classes/mail.C, main/pa_request.C: z
22166:
22167: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22168: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22169: compiled
22170:
22171: * src/classes/mail.C: +=
22172:
22173: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22174: prepared
22175:
22176: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22177: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22178: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22179: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22180:
22181: 2001-04-06 paf
22182:
22183: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22184: main/pa_string.C: table:dir 1
22185:
22186: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22187: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22188:
22189: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22190: classes/root.C, include/pa_globals.h, include/pa_request.h,
22191: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22192: main/pa_request.C: renamed 'root' to 'op'
22193:
22194: * src/classes/: _op.h, op.C: renamed from 'root'
22195:
22196: * src/types/pa_valiased.C: another root inherititance skipped
22197:
22198: * src/main/: compile.C, compile.y, execute.C: operators are now not
22199: root methods of parent class. just 'ROOT' class
22200:
22201: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22202: @office
22203:
22204: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22205:
22206: 2001-04-05 paf
22207:
22208: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22209: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22210: constructor flag dropped at get_method_frame and remembered into
22211: method_frame
22212:
22213: * src/: classes/file.C, classes/root.C, classes/string.C,
22214: classes/table.C, main/pa_request.C: junction to code&expression
22215: in errors
22216:
22217: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22218: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22219: $LOCALE:ctype[Russian_Russia.1251]
22220:
22221: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22222: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22223: main/pa_table.C: hash now not thread-safe.
22224:
22225: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22226: main/untaint.C: z
22227:
22228: * src/: classes/random.C, classes/root.C, classes/table.C,
22229: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22230: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22231: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22232: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22233:
22234: * src/: classes/table.C, include/pa_sql_connection.h,
22235: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22236:
22237: * src/classes/table.C: select * from hren error contains statement
22238:
22239: * src/: classes/table.C, include/pa_sql_connection.h,
22240: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22241: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22242:
22243: * src/: classes/root.C, include/pa_sql_connection.h,
22244: include/pa_sql_driver.h, main/main.dsp,
22245: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22246: services for conv memory & error reporting
22247:
22248: 2001-04-04 paf
22249:
22250: * src/doc/doxygen.cfg: z
22251:
22252: * src/include/pa_sql_driver.h: mysql connect
22253:
22254: * src/include/pa_sql_driver.h: mysql info
22255:
22256: * src/: classes/root.C, include/pa_sql_driver.h,
22257: include/pa_sql_driver_manager.h, main/main.dsp,
22258: main/pa_sql_driver_manager.C: more manager&connection&driver
22259:
22260: * src/sql/Makefile.am: forgot to add mysql client
22261:
22262: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22263: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22264: [forgot to add libltdl, added]
22265:
22266: * src/: Makefile.am, classes/root.C, classes/string.C,
22267: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22268: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22269: include/pa_string.h, include/pa_table.h, main/main.dsp,
22270: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22271: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22272: -1000 just compiled
22273:
22274: * src/: classes/random.C, classes/root.C, classes/table.C,
22275: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22276: main/pa_request.C, types/pa_vclass.h: sql frame -10
22277:
22278: 2001-04-03 paf
22279:
22280: * src/types/pa_vform.C: z
22281:
22282: * src/: classes/string.C, types/pa_vform.C: string:match replace
22283: assigned lang
22284:
22285: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22286: {}[]< empty []
22287:
22288: * src/: classes/file.C, classes/string.C, classes/table.C,
22289: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22290: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22291:
22292: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22293: string:match replace strange matches
22294:
22295: * src/classes/string.C: string:match replace 0
22296:
22297: * src/: classes/string.C, main/pa_string.C: string:match replace
22298: prepared 2
22299:
22300: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22301: string:match replace prepared
22302:
22303: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22304: string:match replace -11
22305:
22306: * src/: classes/string.C, include/pa_globals.h,
22307: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22308: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22309:
22310: * src/: classes/string.C, include/pa_globals.h,
22311: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22312: main/pa_string.C: string:match [search] -1 just compiled
22313:
22314: * src/types/pa_vstring.C: z
22315:
22316: * src/: classes/double.C, classes/file.C, classes/form.C,
22317: classes/int.C, classes/response.C, classes/root.C,
22318: classes/string.C, classes/table.C, include/pa_string.h,
22319: main/pa_string.C: string:match -10 [frame]
22320:
22321: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22322: main/pa_request.C: z
22323:
22324: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22325: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22326: todo/tests
22327:
22328: * src/include/pa_common.h: z
22329:
22330: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22331: main/pa_request.C, targets/cgi/parser3.C,
22332: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22333: content-disposition
22334:
22335: * src/: include/pa_common.h, include/pa_globals.h,
22336: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22337: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22338:
22339: * src/: include/pa_common.h, include/pa_request.h,
22340: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22341: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22342: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22343: response:body
22344:
22345: * src/classes/table.C: table:append now uses string::split
22346:
22347: * src/classes/table.C: z
22348:
22349: * src/: classes/file.C, classes/root.C, classes/string.C,
22350: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22351: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22352: include/pa_string.h, main/execute.C, main/pa_string.C,
22353: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22354: string::pos & cmp & piece bugs fixed. string::split new
22355: table:load separated from set table:set implemented with clean \n
22356: \t searches
22357:
22358: 2001-04-02 paf
22359:
22360: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22361: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22362: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22363: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22364: it in table:set/load
22365:
22366: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22367: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22368:
22369: * src/classes/random.C: random:generate 1
22370:
22371: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22372: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22373: types/pa_value.h: random:generate
22374:
22375: 2001-03-30 paf
22376:
22377: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22378: todo: table flip and append. string::pos
22379:
22380: * src/: classes/double.C, classes/file.C, classes/int.C,
22381: classes/response.C, classes/root.C, classes/string.C,
22382: classes/table.C, main/compile.y, main/execute.C,
22383: types/pa_value.h, types/pa_vstateless_class.C,
22384: types/pa_vstateless_class.h: static|dynamic|any method
22385: registration
22386:
22387: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22388: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22389: table:flip
22390:
22391: 2001-03-29 paf
22392:
22393: * src/classes/string.C: string:xsplit forgot that they must result
22394: in 1 row N column [not vice versa]
22395:
22396: * src/classes/string.C: z
22397:
22398: * src/classes/string.C: string: rsplit
22399:
22400: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22401: string: lsplit
22402:
22403: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22404: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22405: lsplit -1
22406:
22407: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22408: string: pos
22409:
22410: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22411: string: pos -1
22412:
22413: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22414: main/compile.y, main/pa_request.C, main/pa_string.C,
22415: main/untaint.C: string: left right mid
22416:
22417: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22418: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22419: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22420: and [;] are different now.
22421:
22422: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22423: main/untaint.C: pool.request undone
22424:
22425: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22426: main/untaint.C: pool.request
22427:
22428: 2001-03-28 paf
22429:
22430: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22431: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22432: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22433: $request:browser [.type .version]; unknown.get_double now = 0.
22434:
22435: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22436: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22437: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22438: types/pa_vform.C: file:load autodetection of mime-type by
22439: user-file-name
22440:
22441: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22442: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22443: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22444:
22445: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22446: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22447: write. must be self.set
22448:
22449: * src/: classes/file.C, classes/root.C, classes/table.C,
22450: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22451:
22452: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22453: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22454: types/pa_vtable.h: table:locate just compiled
22455:
22456: 2001-03-27 paf
22457:
22458: * src/main/: execute.C, pa_common.C: fixed r/w context of
22459: code-params2, fixed ntfs hardlink slow dir update
22460:
22461: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22462: types/pa_wcontext.h: fixed r/w context of code-params
22463:
22464: * src/: classes/table.C, main/execute.C: about to change junction
22465: rcontext!!
22466:
22467: * src/: classes/double.C, classes/int.C, classes/root.C,
22468: classes/string.C, classes/table.C, main/compile_tools.C,
22469: main/execute.C, main/pa_request.C, main/untaint.C,
22470: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22471: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22472: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22473: types/pa_vunknown.h: sort 0
22474:
22475: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22476: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22477: renamed to are_static_calls_disabled
22478:
22479: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22480: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22481: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22482: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22483:
22484: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22485:
22486: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22487: started table:sort fixed minor bug in #...^{
22488:
22489: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22490: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22491: decided to have as it were. stepped back. grammar: added 'in'
22492: 'is' 'lt'&co follow-space check
22493:
22494: 2001-03-26 paf
22495:
22496: * src/: classes/file.C, classes/root.C, classes/table.C,
22497: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22498: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22499: main/pa_table.C: moved ::save to pa_table. disabled @auto
22500: invocation in ^process
22501:
22502: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22503:
22504: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22505: main/pa_array.C: table:record
22506:
22507: * src/: main/untaint.C, targets/cgi/parser3.C,
22508: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22509: targets/isapi/pool_storage.h, types/pa_valiased.h,
22510: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22511: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22512: types/pa_vtable.h: z
22513:
22514: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22515: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22516: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22517: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22518: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22519: method realisations on 'self' validity - they now can simply
22520: assume that 'self' is V{Proper} .
22521:
22522: 2001-03-25 paf
22523:
22524: * src/main/untaint.C: z
22525:
22526: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22527: lowlevel - it initialization could be skipped if failed in @auto.
22528: so that exception report would use some table
22529:
22530: * src/main/pa_request.C: table empty lines ignored. system-default
22531: content type assigned in output:result [can fail in main:auto and
22532: skipped normal defaults extraction]
22533:
22534: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22535: bug
22536:
22537: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22538: processing to table [except preliminary \r\n \r \n replacements
22539: to "\n"]
22540:
22541: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22542: move all the processing to table
22543:
22544: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22545: main/pa_table.C, main/untaint.C: returned table originating.
22546: useful for reporting typo table problems origin. think would be
22547: useful somewhere else
22548:
22549: * src/main/untaint.C: typo \r \r\n \n properly handled
22550:
22551: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22552: include/pa_table.h, main/compile.y, main/compile_tools.C,
22553: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22554: main/pa_string.C, main/pa_table.C, main/untaint.C,
22555: types/pa_vcookie.h: typo & typo-default
22556:
22557: 2001-03-24 paf
22558:
22559: * src/main/pa_common.C: z
22560:
22561: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22562: targets/cgi/parser3.C: html-typo 2
22563:
22564: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22565: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22566: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22567: main/execute.C, main/pa_array.C, main/pa_globals.C,
22568: main/pa_request.C, main/pa_string.C, main/untaint.C,
22569: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22570: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22571: noticed double default content-type prob. run cgi.cmd tomorrow
22572: first html-typo sample. detected << problem: they become ltlt too
22573: fast
22574:
22575: * src/main/compile.y: z
22576:
22577: * src/main/: compile.y, compile_tools.h: #comment
22578:
22579: * src/: classes/file.C, classes/root.C, classes/table.C,
22580: include/pa_common.h, include/pa_request.h, main/compile.y,
22581: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22582: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22583: stringified
22584:
22585: * src/types/pa_valiased.C: decided to String-ify file_read
22586:
22587: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22588: isapi/parser3isapi.dsp: cgi: sapi::log
22589:
22590: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22591: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22592: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22593: error log experiments failed - cgi under iis got no access to
22594: log. registereventsource simply failed with 5(illegal call) code,
22595: while worked OK as standalone executable. isapi: used
22596: HSE_APPEND_LOG_PARAMETER feature
22597:
22598: * src/: include/pa_common.h, include/pa_globals.h,
22599: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22600: targets/isapi/parser3isapi.C: fixed default content-type
22601: allocation storage
22602:
22603: * src/: include/pa_globals.h, include/pa_request.h,
22604: main/pa_globals.C, main/pa_request.C: z
22605:
22606: * src/: include/pa_array.h, include/pa_hash.h,
22607: include/pa_request.h, main/compile.y, main/pa_array.C,
22608: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22609: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22610: content-type
22611:
22612: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22613: sanity
22614:
22615: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22616: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22617: away freeze mech. no danger now for you can't do
22618: ^request:process[@new-method[] body] trick anymore. still
22619: remains $some_instance.process[@new-method[] possibility] but
22620: would leave it as a feature. see index for sample
22621:
22622: * src/: include/pa_common.h, main/pa_common.C,
22623: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22624: monkey every target
22625:
22626: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22627: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22628: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22629:
22630: 2001-03-23 paf
22631:
22632: * src/: include/pa_pool.h, main/pa_request.C,
22633: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22634: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22635: targets/isapi/pool_storage.h: isapi: dumb pool storage
22636:
22637: * src/targets/isapi/pa_pool.C: decided to continue with extension
22638:
22639: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22640: it would be better to rewrite as filter then to deal with pool
22641:
22642: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22643: now like in cgi, not from APPL_PHYSICAL_PATH
22644:
22645: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22646: include/pa_config_fixed.h, include/pa_config_includes.h,
22647: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22648: include/pa_version.h, main/compile.y, main/execute.C,
22649: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22650: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22651: main/untaint.C, targets/cgi/parser3.C,
22652: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22653: cgi: reinvent document_root and request_uri under iis. autoconf
22654: updated. introducing ap_config_includes
22655:
22656: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22657:
22658: * src/targets/cgi/parser3.C: cgi: only one pool now
22659:
22660: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22661: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22662: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22663: types/pa_venv.h, types/pa_vform.C: sapi made object
22664:
22665: * src/: include/pa_globals.h, main/pa_request.C,
22666: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22667: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22668: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22669:
22670: * src/: main/pa_request.C, targets/cgi/parser3.C,
22671: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22672: isapi minor env beauty
22673:
22674: * src/: main/pa_request.C, targets/cgi/parser3.C,
22675: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22676: isapi document_root 0
22677:
22678: 2001-03-22 paf
22679:
22680: * src/targets/isapi/parser3isapi.C: isapi keep-alive
22681:
22682: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
22683: isapi/parser3isapi.C: z
22684:
22685: * src/: include/pa_pool.h, main/pa_request.C,
22686: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
22687:
22688: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
22689: kill.pl: isapi added utils
22690:
22691: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
22692: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22693: types/pa_vform.C: isapi 0
22694:
22695: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
22696: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22697: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
22698: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
22699: started isapi
22700:
22701: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
22702: some comments
22703:
22704: * src/: include/pa_globals.h, include/pa_request.h,
22705: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22706: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
22707: parser_root_auto_path parser_site_auto_path
22708:
22709: * src/types/pa_vcookie.C: cookie attr decoded
22710:
22711: 2001-03-21 paf
22712:
22713: * src/targets/cgi/parser3.C: z
22714:
22715: * src/include/pa_globals.h: post. todo: config of auto.p path
22716:
22717: * src/: include/pa_globals.h, targets/cgi/parser3.C,
22718: types/pa_venv.h: in cookie & env. todo:post
22719:
22720: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
22721: classes/root.C, classes/table.C, include/pa_array.h,
22722: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
22723: include/pa_request.h, include/pa_string.h, main/Makefile.am,
22724: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
22725: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22726: main/pa_table.C, main/untaint.C, targets/Makefile.am,
22727: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22728: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
22729: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
22730: shifted apache branch on main trunc
22731:
22732: * src/: include/pa_common.h, include/pa_globals.h,
22733: include/pa_pool.h, include/pa_request.h, main/main.dsp,
22734: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
22735: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
22736: starting mod_parser3
22737:
22738: * src/targets/cgi/parser3.C: starting mod_parser3
22739:
22740: 2001-03-20 paf
22741:
22742: * src/: main/pa_common.C, targets/cgi/Makefile.am,
22743: targets/cgi/parser3.C: automake compiled and works. todo:make
22744: win32 ifdefs work and add ifdef unistd
22745:
22746: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
22747: main/Makefile.am, main/pa_common.C, main/pa_request.C,
22748: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
22749: z
22750:
22751: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
22752: main/execute.C, main/pa_common.C, types/Makefile.am: removing
22753: locking
22754:
22755: * src/: classes/Makefile.am, types/Makefile.am: z
22756:
22757: * src/: Makefile.am, classes/file.C, classes/root.C,
22758: classes/table.C, include/pa_array.h, include/pa_request.h,
22759: include/pa_string.h, main/Makefile.am, main/execute.C,
22760: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22761: main/pa_string.C, main/untaint.C, targets/Makefile.am,
22762: targets/cgi/Makefile.am, targets/cgi/parser3.C,
22763: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
22764:
22765: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22766: main/pa_request.C, types/pa_vfile.h: ^table:save
22767:
22768: * src/: classes/file.C, classes/table.C, include/pa_array.h,
22769: include/pa_common.h, include/pa_request.h, include/pa_string.h,
22770: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
22771: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
22772: types/pa_vform.h: z
22773:
22774: * src/include/pa_string.h: z
22775:
22776: * src/: classes/_request.h, classes/request.C, main/main.dsp,
22777: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
22778: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22779: :Value
22780:
22781: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
22782: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
22783: :VStateless_object
22784:
22785: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
22786: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
22787: :VStateless_object
22788:
22789: * src/: main/main.dsp, targets/cgi/parser3.dsp,
22790: types/pa_valiased.C, types/pa_vform.h: commented VForm
22791:
22792: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
22793: types/pa_valiased.h, types/pa_value.h,
22794: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22795: types/pa_vstateless_object.h: moved common get_element part from
22796: stateless object&class into VAliased
22797:
22798: * src/: classes/_env.h, classes/_table.h, classes/env.C,
22799: classes/table.C, main/execute.C, main/main.dsp,
22800: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
22801: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
22802: now :Value
22803:
22804: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
22805: main/execute.C, main/main.dsp, main/pa_globals.C,
22806: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
22807:
22808: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
22809: doxx
22810:
22811: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
22812: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22813: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
22814: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
22815: and ^file:save
22816:
22817: 2001-03-19 paf
22818:
22819: * src/types/pa_vfile.C: z
22820:
22821: * src/: classes/file.C, classes/request.C, classes/table.C,
22822: include/pa_string.h, main/main.dsp, main/pa_pool.C,
22823: main/pa_request.C, main/untaint.C, types/pa_value.h,
22824: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
22825:
22826: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
22827: include/pa_string.h, include/pa_table.h, main/main.dsp,
22828: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
22829: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
22830: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
22831: classes/_file.h, classes/file.C, types/pa_vfile.C,
22832: types/pa_vfile.h: file class just compiled
22833:
22834: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
22835: include/pa_table.h, include/pa_types.h, main/execute.C,
22836: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22837: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
22838: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
22839:
22840: * src/include/pa_pool.h: z
22841:
22842: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
22843: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
22844: Hash::Value to Val so to doxygen would finlly stop confusing
22845: those Value-s
22846:
22847: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
22848: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
22849: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
22850: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
22851: include/pa_types.h, main/compile.C, main/compile.y,
22852: main/compile_tools.C, main/compile_tools.h, main/execute.C,
22853: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
22854: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
22855: main/pa_request.C, main/pa_string.C, main/pa_table.C,
22856: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
22857:
22858: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
22859: derivates somehow unlinked. don't know why yet
22860:
22861: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
22862: include/pa_string.h, include/pa_threads.h, main/compile.C,
22863: main/compile.y, main/compile_tools.C, main/compile_tools.h,
22864: main/execute.C, main/pa_array.C, main/pa_common.C,
22865: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
22866: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22867: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
22868:
22869: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
22870: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
22871: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
22872: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
22873: types/pa_vrequest.h: doc: detected Value derivates prob
22874:
22875: * src/include/pa_globals.h: z
22876:
22877: * src/: classes/_request.h, classes/request.C, include/code.h,
22878: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
22879: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
22880: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
22881: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
22882: main/execute.C, main/pa_pool.C, main/pa_request.C,
22883: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22884: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
22885:
22886: 2001-03-18 paf
22887:
22888: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
22889: cookie: allowed access to hash-assigned
22890:
22891: * src/targets/cgi/parser3.C: z
22892:
22893: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
22894: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
22895: include/pa_types.h, main/main.dsp, main/pa_common.C,
22896: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22897: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22898: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
22899: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22900: types/pa_vunknown.h: cookie class
22901:
22902: * src/main/pa_request.C: zero length output allowed
22903:
22904: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
22905: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
22906:
22907: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
22908: lang switch
22909:
22910: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
22911: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22912: types/pa_value.h, types/pa_vhash.h:
22913: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
22914:
22915: * src/main/execute.C: z
22916:
22917: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
22918: targets/cgi/parser3.C: taint[uri
22919:
22920: * src/: classes/request.C, classes/response.C, classes/root.C,
22921: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
22922: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
22923: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
22924:
22925: * src/: classes/root.C, classes/string.C, include/pa_string.h,
22926: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22927: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
22928: types/pa_vstateless_class.C: convinient string(pool, char *src,
22929: bool tainted) ctor
22930:
22931: * src/: include/pa_hash.h, include/pa_request.h,
22932: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
22933: main/pa_request.C, main/pa_string.C, main/untaint.C,
22934: targets/cgi/parser3.C: proper @exceptions params tainting
22935:
22936: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
22937: response fields to header
22938:
22939: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
22940: z
22941:
22942: * src/: classes/_response.h, classes/response.C,
22943: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
22944: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
22945: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22946: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
22947: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
22948: $response: 0 request::core exception rethrow
22949:
22950: 2001-03-16 paf
22951:
22952: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
22953: types/pa_vrequest.h: native method' class call with less params
22954: then needed error reporting
22955:
22956: * src/: classes/_request.h, classes/request.C,
22957: include/pa_globals.h, include/pa_request.h, main/execute.C,
22958: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22959: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
22960: types/pa_vrequest.h: $request : query :uri
22961:
22962: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
22963: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
22964: types/pa_wcontext.h: $result
22965:
22966: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
22967:
22968: * src/: classes/double.C, include/code.h, main/compile.y,
22969: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
22970: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
22971:
22972: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
22973: main/compile.y, main/execute.C, types/pa_value.h,
22974: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
22975: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
22976: wcontext conflict
22977:
22978: * src/: main/execute.C, types/pa_value.h,
22979: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
22980: $string.field
22981:
22982: 2001-03-15 paf
22983:
22984: * src/main/pa_request.C: news sample
22985:
22986: * src/: main/compile.y, main/execute.C, main/pa_request.C,
22987: targets/cgi/parser3.C, types/pa_vstring.h: @exception
22988:
22989: * src/main/: compile.y, execute.C: z
22990:
22991: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
22992: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
22993: pre pre works
22994:
22995: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22996: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
22997: fillfields just compiled
22998:
22999: 2001-03-14 paf
23000:
23001: * src/: include/pa_request.h, main/pa_request.C,
23002: targets/cgi/parser3.C: z
23003:
23004: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23005: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23006: types/pa_vstring.h: limits -1
23007:
23008: * src/: include/pa_globals.h, include/pa_request.h,
23009: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23010: main/pa_request.C, targets/cgi/parser3.C,
23011: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23012: request_info -1
23013:
23014: * src/: include/pa_globals.h, main/pa_globals.C,
23015: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23016: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23017: vform_fields_fill
23018:
23019: * src/targets/cgi/parser3.C: # if MSVC
23020:
23021: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23022: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23023:
23024: * src/targets/cgi/parser3.C: z
23025:
23026: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23027: include/pa_string.h, include/pa_types.h, main/compile.y,
23028: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23029: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23030: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23031: types/pa_vunknown.h: global handler, exceptions in parser3
23032:
23033: 2001-03-13 paf
23034:
23035: * src/: classes/form.C, main/compile.y, main/core.C,
23036: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23037: types/pa_vform.h, types/pa_vstateless_class.C,
23038: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23039: instead
23040:
23041: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23042: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23043: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23044: started cgi target
23045:
23046: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23047: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23048: before error show with parser
23049:
23050: * src/: classes/_form.h, classes/form.C, include/core.h,
23051: include/pa_request.h, main/core.C, main/pa_request.C,
23052: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23053:
23054: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23055:
23056: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23057: parser3.C: renamed targets/ parser to cgi
23058:
23059: * src/: classes/double.C, classes/env.C, classes/int.C,
23060: classes/root.C, classes/string.C, classes/table.C,
23061: include/pa_request.h, types/pa_vhash.h: z
23062:
23063: * src/: classes/_env.h, classes/env.C, classes/root.C,
23064: include/core.h, include/pa_pool.h, include/pa_request.h,
23065: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23066: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23067: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23068: [historical moment :)]
23069:
23070: * src/: include/code.h, include/pa_string.h, main/compile.y,
23071: main/execute.C, main/pa_string.C: 'value is type' expr operator
23072:
23073: * src/types/pa_venv.h: $ENV 1
23074:
23075: * src/main/execute.C: z
23076:
23077: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23078: future methods of ENV constructor if
23079:
23080: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23081: class
23082:
23083: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23084: classes/_root.h, classes/_string.h, classes/_table.h,
23085: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23086: classes/string.C, classes/table.C, include/pa_request.h,
23087: main/compile.C, main/compile_tools.h, main/core.C,
23088: main/execute.C, main/main.dsp, main/pa_request.C,
23089: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23090: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23091: types/pa_vobject.h, types/pa_vstateless_class.C,
23092: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23093: types/pa_wcontext.h: $ENV: re 0, stateless classes
23094:
23095: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23096: classes/_root.h, classes/_string.h, classes/_table.h,
23097: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23098: classes/string.C, classes/table.C, include/pa_request.h,
23099: main/compile.C, main/compile_tools.h, main/core.C,
23100: main/execute.C, main/main.dsp, main/pa_request.C,
23101: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23102: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23103: types/pa_vobject.h, types/pa_vstateless_class.C,
23104: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23105: types/pa_wcontext.h: $ENV: re 0, stateless classes
23106:
23107: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23108: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23109: yesterdays bad decision on execute_static_method
23110:
23111: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23112:
23113: * src/: classes/double.C, classes/int.C, classes/root.C,
23114: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23115:
23116: * src/main/pa_request.C: z
23117:
23118: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23119: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23120:
23121: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23122: include/pa_pool.h, main/pa_request.C:
23123: restructure_exceptions_dead_end
23124:
23125: * src/: classes/root.C, main/compile.y: ^if required junctions.
23126: allowed ; inside {} to break params
23127:
23128: * src/classes/root.C: ^eval
23129:
23130: * src/: classes/_string.h, classes/double.C, classes/int.C,
23131: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23132: string ^format
23133:
23134: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23135: 'bad' but not 'enough'
23136:
23137: * src/: classes/double.C, classes/root.C, classes/table.C,
23138: include/pa_common.h, include/pa_types.h, main/compile.y,
23139: main/pa_common.C, main/pa_request.C, main/untaint.C,
23140: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23141: types/pa_wwrapper.h: think constructing flag as is is bad
23142:
23143: * src/: classes/double.C, classes/int.C, classes/root.C,
23144: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23145: types/pa_vint.h: ^for
23146:
23147: 2001-03-12 paf
23148:
23149: * src/classes/table.C: table ^empty
23150:
23151: * src/: classes/table.C, include/pa_table.h: table ^menu
23152:
23153: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23154: ^offset ^line ^count
23155:
23156: * src/classes/root.C: ^round() ^floor() ^ceiling()
23157: ^abs() ^sign()
23158:
23159: * src/classes/: root.C, table.C: ^use
23160:
23161: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23162: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23163: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23164: ^while. switched off wcontext.constructing after write(value) or
23165: auto-vhash-constructing
23166:
23167: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23168: main/pa_request.C: fail_if_junction_ helper func
23169:
23170: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23171: include/pa_request.h, main/execute.C, main/main.dsp,
23172: main/pa_common.C, main/pa_request.C: ^process error point by
23173: actual method_name, not source. ^load
23174:
23175: * src/types/pa_vtable.h: table: no, better with string in cells...
23176:
23177: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23178: classes/_table.h, classes/table.C, main/untaint.C: z
23179:
23180: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23181: include/pa_table.h, main/core.C, main/execute.C,
23182: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23183: types/pa_value.h: table:set 0
23184:
23185: * src/: classes/root.C, include/core.h, include/pa_array.h,
23186: include/pa_request.h, include/pa_table.h, main/core.C,
23187: main/main.dsp, main/pa_request.C, main/pa_table.C,
23188: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23189: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23190: types/pa_vstring.h: freeze, ^table:create[] -1
23191:
23192: * src/: classes/root.C, types/pa_value.h: z
23193:
23194: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23195: get_method in couple places optimizing them
23196:
23197: * src/classes/root.C: z
23198:
23199: * src/: classes/root.C, types/pa_vclass.h: process temp main
23200: zeroing
23201:
23202: * src/: classes/double.C, classes/int.C, classes/root.C,
23203: classes/string.C, include/pa_common.h, include/pa_request.h,
23204: include/pa_string.h, include/pa_types.h, main/compile.C,
23205: main/compile.y, main/compile_tools.h, main/execute.C,
23206: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23207: types/pa_vmframe.h: ^process. actual names to store param and
23208: check_actual_numbered_params for better place diagnostics
23209:
23210: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23211: method-junctions bug fixed
23212:
23213: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23214: pa_vstateless_object.h, pa_vstring.h: stateless_object
23215:
23216: 2001-03-11 paf
23217:
23218: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23219: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23220: VDouble VInt base now VObject_base - without fields
23221:
23222: * src/: classes/root.C, include/core.h, main/core.C: z
23223:
23224: * src/: classes/double.C, classes/int.C, classes/root.C,
23225: classes/string.C, include/core.h, include/pa_hash.h,
23226: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23227: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23228:
23229: * src/: classes/double.C, classes/int.C, classes/root.C,
23230: include/pa_request.h, main/execute.C: intercept_string
23231:
23232: * src/: classes/double.C, classes/int.C, classes/root.C,
23233: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23234:
23235: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23236: ^inc-s(expr)
23237:
23238: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23239: classes/_root.h, classes/_string.h, classes/double.C,
23240: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23241: include/code.h, include/core.h, include/pa_array.h,
23242: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23243: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23244: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23245: include/pa_types.h, main/compile.C, main/compile.y,
23246: main/compile_tools.C, main/compile_tools.h, main/core.C,
23247: main/execute.C, main/pa_array.C, main/pa_common.C,
23248: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23249: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23250: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23251: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23252: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23253: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23254: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23255: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23256:
23257: * src/: main/pa_request.C, types/pa_vhash.h: z
23258:
23259: * src/: include/core.h, include/pa_request.h, main/core.C,
23260: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23261:
23262: * src/: include/pa_valiased.h, include/pa_value.h,
23263: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23264: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23265: include/pa_vjunction.h, include/pa_vmframe.h,
23266: include/pa_vobject.h, include/pa_vstring.h,
23267: include/pa_vunknown.h, include/pa_wcontext.h,
23268: include/pa_wwrapper.h, main/compile.y, main/core.C,
23269: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23270: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23271: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23272: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23273: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23274: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23275: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23276: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23277: include/
23278:
23279: 2001-03-10 paf
23280:
23281: * src/: include/core.h, include/pa_request.h, main/core.C,
23282: main/pa_request.C: run+auto=run
23283:
23284: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23285:
23286: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23287: classes/_root.h, classes/_string.h, classes/double.C,
23288: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23289: include/code.h, include/core.h, include/pa_array.h,
23290: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23291: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23292: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23293: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23294: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23295: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23296: include/pa_vjunction.h, include/pa_vmframe.h,
23297: include/pa_vobject.h, include/pa_vstring.h,
23298: include/pa_vunknown.h, include/pa_wcontext.h,
23299: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23300: main/compile_tools.C, main/compile_tools.h, main/core.C,
23301: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23302: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23303: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23304: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23305: main/pa_wcontext.C: sources header
23306:
23307: * src/main/pa_request.C: auto..
23308:
23309: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23310: main/pa_request.C: auto tree0
23311:
23312: * src/: include/core.h, include/pa_request.h, main/compile.y,
23313: main/core.C, main/pa_request.C: names to core.C
23314:
23315: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23316: include/pa_request.h, main/core.C, main/execute.C,
23317: main/pa_common.C, main/pa_request.C: root auto.p loaded
23318:
23319: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23320: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23321: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23322: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23323:
23324: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23325: @auto[] realised. auto.p scan togo
23326:
23327: * src/: include/pa_request.h, main/execute.C: autocalc
23328: code-junctions result now have names
23329:
23330: * src/: classes/double.C, classes/int.C, classes/root.C,
23331: classes/string.C, include/pa_request.h, include/pa_string.h,
23332: include/pa_wcontext.h, main/compile.y, main/execute.C,
23333: main/pa_string.C, main/pa_wcontext.C: tainting 0
23334:
23335: * src/classes/env.C: env:file/line
23336:
23337: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23338: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23339: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23340: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23341: main/compile_tools.C, main/compile_tools.h, main/core.C,
23342: main/execute.C, main/main.dsp, main/pa_cframe.C,
23343: main/pa_request.C, main/pa_wcontext.C: const fight finished
23344:
23345: * src/include/pa_vclass.h: const fight to go
23346:
23347: * src/: classes/_env.h, classes/env.C, classes/root.C,
23348: include/pa_request.h, include/pa_vclass.h, main/core.C,
23349: main/main.dsp: env0
23350:
23351: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23352: classes/_string.h, classes/double.C, classes/int.C,
23353: classes/root.C, classes/string.C, include/pa_request.h,
23354: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23355: include/pa_wcontext.h, main/core.C, main/main.dsp,
23356: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23357: main/pa_wcontext.C: ^lang prepare0
23358:
23359: 2001-03-09 paf
23360:
23361: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23362: construct proper naming
23363:
23364: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23365: classes/double.C, classes/int.C, classes/root.C,
23366: classes/string.C, include/code.h, include/pa_value.h,
23367: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23368: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23369: main/compile.y, main/compile_tools.C, main/core.C,
23370: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23371: and ^double[]. fixed expr type
23372:
23373: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23374: ^string.length[]
23375:
23376: 2001-03-08 paf
23377:
23378: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23379:
23380: * src/: include/pa_vclass.h, include/pa_vstring.h,
23381: include/pa_wcontext.h, main/compile.y, main/core.C,
23382: main/execute.C, main/main.dsp: dead end: vstring can't be
23383: derivated from vobject
23384:
23385: * src/: include/pa_vclass.h, include/pa_vhash.h,
23386: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23387:
23388: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23389: remained clone conseqs
23390:
23391: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23392:
23393: * src/main/pa_vclass.C: wow! vclass were out of vcs
23394:
23395: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23396: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23397: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23398: include/pa_vobject.h, include/pa_vstring.h,
23399: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23400: main/execute.C: withoud cloning. didn't need it actually, params
23401: got passed from out unnamed ewpool
23402:
23403: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23404: include/pa_vjunction.h, include/pa_vobject.h,
23405: include/pa_vunknown.h, main/compile.y: cloning dead end
23406:
23407: * src/: include/pa_bool.h, include/pa_double.h,
23408: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23409: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23410: include/pa_vjunction.h, include/pa_vmframe.h,
23411: include/pa_vobject.h, include/pa_vstring.h,
23412: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23413: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23414: to give params proper names
23415:
23416: * src/main/pa_wcontext.C: z
23417:
23418: * src/: include/pa_vmframe.h, main/execute.C: added names to
23419: unknown values in get_element and unfilled params. removed wrong
23420: name change in get_element
23421:
23422: * src/main/execute.C: z
23423:
23424: * src/main/execute.C: fixed problems calling operators in
23425: constructors
23426:
23427: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23428: detected problems calling operators in constructors
23429:
23430: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23431: autocalc def to string
23432:
23433: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23434: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23435:
23436: * src/classes/root.C: added root.c
23437:
23438: * src/: include/pa_request.h, include/pa_value.h,
23439: include/pa_vcframe.h, include/pa_vmframe.h,
23440: include/pa_wcontext.h, main/compile.C, main/compile.y,
23441: main/core.C, main/execute.C, main/pa_cframe.C,
23442: main/pa_wcontext.C: 'if' just compiled
23443:
23444: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23445: include/pa_vjunction.h, include/pa_vmframe.h,
23446: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23447: main/pa_wcontext.C: z
23448:
23449: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23450: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23451: with parameter names in operator methods
23452:
23453: * src/main/compile.y: minor renamings in .y
23454:
23455: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23456: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23457: @BASE. changed 'RUN' assignment mech
23458:
23459: * src/main/execute.C: z
23460:
23461: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23462: main/compile_tools.h, main/execute.C: made class: dynamic, not
23463: static. so to enable runtime ^use
23464:
23465: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23466:
23467: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23468: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23469:
23470: * src/main/execute.C: root root in code-junction
23471:
23472: 2001-03-07 paf
23473:
23474: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23475: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23476:
23477: * src/: include/pa_stack.h, include/pa_value.h,
23478: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23479: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23480: fixed rwcontext of {} params up
23481:
23482: * src/main/: compile.y, compile_tools.h: ^func(params)
23483:
23484: * src/main/compile.y: .y priorities syntax shaped up a bit
23485:
23486: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23487: include/pa_vunknown.h, main/compile.y, main/execute.C,
23488: main/pa_hash.C: expr def in -f
23489:
23490: * src/main/: compile.y, execute.C: expr calls
23491:
23492: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23493: fixed
23494:
23495: * src/main/compile.y: expr quoted code
23496:
23497: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23498: support0
23499:
23500: * src/main/compile.y: expr string comparisons 0
23501:
23502: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23503: main/pa_string.C: just compiled lt&co
23504:
23505: * src/main/execute.C: ^var.menu{$field} problem detected. that
23506: $field not a $var.field
23507:
23508: 2001-03-06 paf
23509:
23510: * src/main/compile.y: .y expr visible-shorter
23511:
23512: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23513: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23514: logical
23515:
23516: * src/: include/pa_vstring.h, main/compile.y: problems with
23517: skipping whitespace in yylex
23518:
23519: * src/include/pa_vbool.h: forgot this
23520:
23521: * src/: include/code.h, main/compile.y, main/execute.C: without
23522: string ops in expressions 0
23523:
23524: * src/: include/pa_value.h, include/pa_vdouble.h,
23525: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23526: main/execute.C, main/main.dsp: !~
23527:
23528: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23529: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23530: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23531: include/pa_vunknown.h, include/pa_wcontext.h,
23532: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23533: main/compile_tools.h, main/execute.C: +-*/
23534:
23535: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23536: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23537:
23538: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23539: main/execute.C: expr grammar-1 2*2=4.000000 :)
23540:
23541: * src/main/compile.y: expr grammar-1
23542:
23543: * src/main/compile.y: expr lexx1
23544:
23545: * src/main/: compile.y, execute.C, main.dsp: z
23546:
23547: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23548: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23549: main/execute.C: expr lex0 exec-1
23550:
23551: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23552:
23553: 2001-02-26 paf
23554:
23555: * src/main/compile.y: max_string in yyerror bug fix
23556:
23557: 2001-02-25 paf
23558:
23559: * src/: include/pa_value.h, include/pa_vmframe.h,
23560: include/pa_wcontext.h, main/execute.C: VAliased3
23561:
23562: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23563:
23564: * src/main/execute.C: VAliased1
23565:
23566: * src/: include/pa_request.h, include/pa_value.h,
23567: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23568: VAliased0
23569:
23570: * src/: include/pa_pool.h, include/pa_request.h,
23571: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23572: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23573: VAliased just compiled
23574:
23575: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23576: include/pa_vobject.h, main/execute.C: alias dead end
23577:
23578: * src/: include/pa_value.h, include/pa_vclass.h,
23579: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23580: main/main.dsp: no not get fields into interm VFielded class.
23581: fields & staticfields 1
23582:
23583: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23584: include/pa_vobject.h, include/pa_wcontext.h,
23585: include/pa_wwrapper.h, main/core.C, main/execute.C,
23586: main/main.dsp: would now get fields into interm VFielded class
23587:
23588: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23589: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23590: include/pa_wcontext.h, main/compile.y, main/core.C,
23591: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23592: main/pa_wcontext.C: virtuals2
23593:
23594: * src/main/compile.y: : 1
23595:
23596: * src/main/compile.y: rethought to $class:static.field.subfield
23597:
23598: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23599: $class:element
23600:
23601: * src/: include/pa_value.h, include/pa_vmframe.h,
23602: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23603: main/pa_wcontext.C: before execute class calls rewrite
23604:
23605: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23606: name RUN, also alias
23607:
23608: * src/main/compile.y: escaping bug
23609:
23610: * src/: include/pa_request.h, include/pa_value.h,
23611: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23612: main/core.C, main/execute.C, main/pa_common.C: vobject1
23613:
23614: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23615: include/pa_vmframe.h, include/pa_vobject.h,
23616: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23617: main/compile_tools.h, main/execute.C: ^class:method() just
23618: compiled
23619:
23620: 2001-02-24 paf
23621:
23622: * src/main/main.dsp: no bison -d
23623:
23624: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23625: class' err msg wrong
23626:
23627: * src/main/compile.y: z
23628:
23629: * src/main/: compile.y, core.C: yylex need some @special lines adj
23630:
23631: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23632: main/compile.y, main/compile_tools.h, main/core.C: modules0
23633:
23634: * src/: include/pa_vclass.h, main/core.C: z
23635:
23636: * src/: include/pa_value.h, include/pa_vclass.h,
23637: include/pa_vobject.h, main/main.dsp: vobject00
23638:
23639: * src/main/pa_array.C: minor bug in expanding very small arrays.
23640: 60% from 1 were 0
23641:
23642: * src/: include/pa_value.h, include/pa_wcontext.h,
23643: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23644: as bad as you've named it: wcontext.value() was not a perfect
23645: idea
23646:
23647: * src/main/execute.C: codeframe1
23648:
23649: * src/: include/pa_value.h, include/pa_vcframe.h,
23650: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23651: include/pa_vjunction.h, include/pa_vmframe.h,
23652: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23653: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23654: just compiled
23655:
23656: * src/: include/pa_vframe.h, main/compile.y: found junction
23657: ideology @: ^x{$a()) must construct current wcontext element, so
23658: smart wcontext handling needed
23659:
23660: * src/main/compile.y: fixed grammar bugs in constructor/params
23661: klinch
23662:
23663: * src/main/: compile.y, execute.C: fixed empty constructor
23664: optimized empty case. failed on calls - produced empty string
23665: param
23666:
23667: * src/main/compile.y: fixed last \n macrotemplate strip bug
23668:
23669: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23670: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23671: main/compile_tools.C, main/compile_tools.h, main/core.C,
23672: main/execute.C: code junctions0. something wrong with last \n
23673: macrotemplate strip
23674:
23675: * src/: include/pa_value.h, main/compile.C, main/core.C,
23676: main/pa_value.C: minor error reporting format beautifyings
23677:
23678: * src/: include/pa_value.h, include/pa_vclass.h,
23679: include/pa_vframe.h, main/core.C, main/execute.C,
23680: main/pa_value.C: get_method RIP. junctions everywhere. call with
23681: junctions0
23682:
23683: 2001-02-23 paf
23684:
23685: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
23686: pa_wwrapper.h: lara came, can't work, sorry :(
23687:
23688: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
23689: junction
23690:
23691: * src/: include/pa_vframe.h, include/pa_vunknown.h,
23692: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
23693: main/execute.C, main/main.dsp, main/pa_value.C: call0
23694:
23695: * src/: include/pa_hash.h, include/pa_value.h,
23696: include/pa_wcontext.h, main/core.C, main/execute.C,
23697: main/main.dsp, main/pa_hash.C: started call. store param, vframe
23698: done
23699:
23700: * src/include/pa_wcontext.h: z
23701:
23702: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
23703: wrong grammar in complex constructor case
23704:
23705: * src/main/: compile.y, execute.C: empty constructor bug fixed
23706:
23707: * src/main/execute.C: with result rwpool
23708:
23709: * src/: include/pa_value.h, main/core.C, main/execute.C,
23710: main/main.dsp: value named
23711:
23712: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
23713: strign 2 value in 2 places in execute
23714:
23715: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
23716: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
23717: wcontext.put_element when wcontext fvalue==0
23718:
23719: 2001-02-22 paf
23720:
23721: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23722: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
23723: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
23724:
23725: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
23726: erroreos checkout
23727:
23728: * src/: include/pa_request.h, main/compile.y: $self.put(val)
23729:
23730: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
23731: main/compile_tools.h, main/pa_array.C: $self.get
23732:
23733: * src/main/: compile.C, compile.y, compile_tools.C: z
23734:
23735: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
23736: bit. finished now.
23737:
23738: * src/main/compile.y: $: finished
23739:
23740: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
23741:
23742: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
23743: main/execute.C: OP_STRING better then some xxx _VALUE
23744:
23745: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
23746: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23747: string to vstring it .y all
23748:
23749: * src/: include/pa_request.h, include/pa_stack.h,
23750: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
23751: all
23752:
23753: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
23754: precise parse error line:col
23755:
23756: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
23757: main/pa_hash.C, main/pa_pool.C: TRY...
23758:
23759: * src/: include/pa_exception.h, include/pa_pool.h,
23760: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
23761: main/compile.C, main/compile.y, main/compile_tools.C,
23762: main/core.C, main/pa_array.C, main/pa_exception.C,
23763: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
23764: main/pa_table.C: removed exception from request
23765:
23766: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
23767: some forgotten
23768:
23769: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23770: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
23771: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
23772: get/put simple vars to VClass works0
23773:
23774: * src/: include/pa_array.h, include/pa_wcontext.h,
23775: main/pa_string.C: in process, but found that exceptions are too
23776: global
23777:
23778: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
23779: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
23780: main/execute.C, main/pa_string.C: write_value write_string 0 it
23781: seems wcontext must write strings regardles of fvalue!=0
23782:
23783: 2001-02-21 paf
23784:
23785: * src/main/execute.C: tired :)
23786:
23787: * src/main/: compile.C, compile.y, execute.C: store0
23788:
23789: * src/: include/compile.h, include/execute.h, include/pa_array.h,
23790: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
23791: include/pa_wcontext.h, main/compile.C, main/compile.y,
23792: main/execute.C, main/main.dsp, main/pa_array.C,
23793: main/pa_request.C: get put -1 [just compiled]
23794:
23795: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
23796: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
23797: main/main.dsp, main/pa_request.C: request core methods0
23798:
23799: * src/: include/compile.h, include/pa_array.h, main/compile.C,
23800: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
23801: execute
23802:
23803: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
23804: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
23805: methods and one_big_piece. now compile returns array<method*>
23806:
23807: * src/main/compile.y: more straightforward yylex[end]
23808:
23809: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
23810: string.operator==(char*)
23811:
23812: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
23813: main/execute.C, main/pa_array.C: after array.const get wonders
23814:
23815: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
23816: pa_string.h, pa_value.h: struck with const array.gets
23817:
23818: * src/main/: execute.C: z
23819:
23820: * src/main/: compile.y, execute.C: z
23821:
23822: * src/main/: compile.C, compile.y, compile_tools.h: error
23823: processing in eval & yyerror so it wouldn't cause memleaks.
23824:
23825: * src/main/: compile.C, compile.y: failed to add absolute precies
23826: parse error positions. leaving RIGHTMOST position as
23827: @file[line:col]
23828:
23829: * src/: include/compile.h, main/compile.C, main/compile.y,
23830: main/compile_tools.h: line numbers needed. would add them to .y
23831: now internally. externally it's not as precise as needed
23832:
23833: * src/: include/code.h, include/pa_types.h, main/compile.C,
23834: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23835: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
23836: compiler works ok
23837:
23838: 2001-02-20 paf
23839:
23840: * src/main/: compile.C, compile.y, compile_tools.C,
23841: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
23842: not perfect
23843:
23844: * src/: include/code.h, include/compile.h, include/execute.h,
23845: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
23846: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23847: main/compile.C, main/compile.y, main/compile_tools.C,
23848: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
23849: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
23850: main/pa_string.C, main/pa_table.C: bison[yacc] first time
23851: compiled. execute=dump for now
23852:
23853: * src/main/core.C: core rewrite using yacc investigations now will
23854: be compile[yacc]/execute[opcodes]
23855:
23856: 2001-02-15 paf
23857:
23858: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
23859: rewrite as turing machine? for it seems it would be it's too many
23860: ifs with this syntax now
23861:
23862: 2001-02-14 paf
23863:
23864: * src/main/core.C: get_params 1
23865:
23866: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
23867: :( ]
23868:
23869: * src/main/core.C: varios breaks
23870:
23871: * src/main/core.C: get names 3
23872:
23873: * src/main/core.C: get names 2
23874:
23875: * src/main/core.C: get names 1
23876:
23877: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
23878: names 0
23879:
23880: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
23881: text repassing2 operator static vars
23882:
23883: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
23884: main/pa_string.C: process text repassing
23885:
23886: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23887: module:calls changes
23888:
23889: 2001-02-13 paf
23890:
23891: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
23892: ^class:calls[] started
23893:
23894: * src/: include/pa_value.h, main/core.C: z
23895:
23896: * src/main/core.C: operators : and self. prefixes
23897:
23898: * src/main/core.C: z
23899:
23900: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23901: tested
23902:
23903: * src/: include/pa_string.h, main/pa_string.C: String_iterator
23904: optimized
23905:
23906: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
23907: would change privates to better support optimization
23908:
23909: * src/: include/pa_string.h, main/pa_string.C:
23910: String_iterator::skip_to todo:optimize
23911:
23912: 2001-02-12 paf
23913:
23914: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
23915: String_iterator
23916:
23917: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
23918: comments
23919:
23920: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
23921: self/methodref joined
23922:
23923: 2001-02-11 paf
23924:
23925: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
23926: main/main.dsp: core started. core.C, context&value .h
23927:
23928: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23929: include/pa_string.h, main/main.dsp, main/pa_array.C,
23930: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
23931:
23932: 2001-01-30 paf
23933:
23934: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
23935: comments
23936:
23937: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
23938: main/pa_pool.C: moved pa_pool.C to be target specific
23939:
23940: * src/: include/pa_exception.h, include/pa_pool.h,
23941: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
23942: to & changes
23943:
23944: * src/: include/pa_exception.h, include/pa_pool.h,
23945: include/pa_request.h, include/pa_table.h, main/pa_array.C,
23946: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
23947: re-associated. that's much better even removed 'die' necessety
23948:
23949: * src/: include/pa_error.h, include/pa_exception.h,
23950: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23951: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
23952: targets/Makefile.am: lowered targets/parser into subdir, added
23953: parser_Pool(Pool) failed to add. would think..
23954:
23955: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
23956: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
23957: main/pa_string.C, main/pa_table.C: Table more like C++ style
23958: hence lots of 'const'
23959:
23960: * src/: include/pa_error.h, include/pa_request.h,
23961: include/pa_string.h, include/pa_table.h, main/pa_error.C,
23962: main/pa_table.C: Error fixed
23963:
23964: 2001-01-29 paf
23965:
23966: * src/: include/pa_array.h, include/pa_common.h,
23967: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
23968: include/pa_request.h, include/pa_string.h, include/pa_table.h,
23969: main/Makefile.am, main/pa_array.C, main/pa_common.C,
23970: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
23971:
23972: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23973: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23974: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
23975: main/pa_string.C, main/pa_table.C: Request Error Table
23976:
23977: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
23978: templates"
23979:
23980: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
23981: main/main.dsp, main/pa_array.C: templates failed no template
23982: specializations [VC6], no library auto instantation [VC6, GNU c++
23983: 2.95.2-6 from latest cygwin]
23984:
23985: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
23986: include/pa_string.h, include/pa_table.h, include/pa_types.h,
23987: main/main.dsp, main/pa_array.C, main/pa_string.C,
23988: main/pa_table.C: Table started would test template Array now
23989:
23990: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
23991: String originating
23992:
23993: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
23994: main/pa_hash.C: made local Hash-es not thread safe=quicker by
23995: SYNCHRONIZED(thread_safe)
23996:
23997: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
23998: parts to top
23999:
24000: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24001: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24002: see: needed only in global Hash now, made Hash:: put/get
24003: SYNCHRONIZED
24004:
24005: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24006: main/pa_threads.C: added pa_threads
24007:
24008: Mutex
24009:
24010: * src/include/pa_hash.h: some comments
24011:
24012: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24013: Array& operator += (Array& src)
24014:
24015: * src/main/pa_array.C: expand not convinient, would rewrite
24016:
24017: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24018: (Array& src)
24019:
24020: rethought, would change now
24021:
24022: 2001-01-27 paf
24023:
24024: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24025: caching
24026:
24027: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24028: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24029: cache rethought to chunk caching
24030:
24031: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24032: include/pa_string.h, main/main.dsp, main/pa_array.C,
24033: main/pa_hash.C, main/pa_string.C: Array 0
24034:
24035: * src/main/pa_string.C: String::operator ==
24036:
24037: * src/main/pa_hash.C: String(&String)
24038:
24039: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24040:
24041: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24042: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24043: pa_hash[forgotten]
24044:
24045: 2001-01-26 paf
24046:
24047: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24048: removed templates [vc++ suxx]
24049:
24050: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24051: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24052:
24053: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24054:
1.119 moko 24055: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24056:
1.119 moko 24057: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24058: check
24059:
24060: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24061: dynamic row_count
24062:
24063: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24064: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24065: targets/Makefile.am: Initial revision
24066:
24067: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24068: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24069: targets/Makefile.am: creating parser3 module
24070:
E-mail: